SET AUTOCOMMIT = 0;
START TRANSACTION;
DROP TABLE IF EXISTS `wp9v_actionscheduler_actions`;
CREATE TABLE `wp9v_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime 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,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8294 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_actionscheduler_actions` VALUES (8290,'forminator_process_report','complete','2026-04-23 14:14:18','2026-04-23 14:14:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776953658;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776953658;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:40:41','2026-04-23 17:40:41',6349,NULL),(7961,'wpforms_process_forms_locator_save','complete','2026-04-16 18:22:31','2026-04-16 18:22:31',10,'{\"tasks_meta_id\":161}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-16 18:22:31','2026-04-16 21:22:31',6127,NULL),(7729,'wpforms_process_forms_locator_save','complete','2026-04-10 02:12:39','2026-04-10 02:12:39',10,'{\"tasks_meta_id\":155}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-10 02:12:39','2026-04-10 05:12:39',5993,NULL),(7835,'wpforms_process_purge_spam','complete','2026-04-14 12:07:46','2026-04-14 12:07:46',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776168466;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776168466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-14 14:23:45','2026-04-14 17:23:45',6084,NULL),(7685,'wpforms_process_purge_spam','complete','2026-04-09 21:29:30','2026-04-09 21:29:30',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775770170;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775770170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-10 02:12:39','2026-04-10 05:12:39',5992,NULL),(7684,'wpforms_process_forms_locator_scan','complete','2026-04-09 21:29:30','2026-04-09 21:29:30',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775770170;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775770170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-10 02:12:39','2026-04-10 05:12:39',5992,NULL),(7730,'wpforms_process_forms_locator_scan','complete','2026-04-11 02:12:39','2026-04-11 02:12:39',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775873559;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775873559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-11 04:15:31','2026-04-11 07:15:31',6011,NULL),(7763,'wpforms_process_forms_locator_scan','complete','2026-04-12 04:15:31','2026-04-12 04:15:31',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775967331;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775967331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-12 07:07:17','2026-04-12 10:07:17',6033,NULL),(7762,'wpforms_process_forms_locator_save','complete','2026-04-11 04:15:31','2026-04-11 04:15:31',10,'{\"tasks_meta_id\":156}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-11 04:15:31','2026-04-11 07:15:31',6012,NULL),(7464,'wpforms_process_purge_spam','complete','2026-04-04 14:43:09','2026-04-04 14:43:09',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775313789;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775313789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-04 16:59:45','2026-04-04 19:59:45',5847,NULL),(7465,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-04 14:43:09','2026-04-04 14:43:09',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775313789;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775313789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-04 16:59:45','2026-04-04 19:59:45',5847,NULL),(7585,'wpforms_process_forms_locator_scan','complete','2026-04-07 18:18:10','2026-04-07 18:18:10',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775585890;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775585890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-07 20:20:55','2026-04-07 23:20:55',5926,NULL),(7584,'wpforms_process_forms_locator_save','complete','2026-04-06 18:18:10','2026-04-06 18:18:10',10,'{\"tasks_meta_id\":152}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-06 18:18:10','2026-04-06 21:18:10',5898,NULL),(7586,'wpforms_process_purge_spam','complete','2026-04-07 18:18:10','2026-04-07 18:18:10',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775585890;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775585890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-07 20:20:55','2026-04-07 23:20:55',5926,NULL),(7463,'wpforms_process_forms_locator_scan','complete','2026-04-04 14:43:09','2026-04-04 14:43:09',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775313789;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775313789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-04 16:59:45','2026-04-04 19:59:45',5847,NULL),(7462,'wpforms_process_forms_locator_save','complete','2026-04-03 14:43:09','2026-04-03 14:43:09',10,'{\"tasks_meta_id\":149}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-03 14:43:09','2026-04-03 17:43:09',5824,NULL),(7840,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-14 12:07:46','2026-04-14 12:07:46',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776168466;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776168466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-14 14:23:45','2026-04-14 17:23:45',6084,NULL),(7687,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-09 21:29:30','2026-04-09 21:29:30',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775770170;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775770170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-10 02:12:39','2026-04-10 05:12:39',5992,NULL),(7505,'wpforms_process_forms_locator_scan','complete','2026-04-05 16:59:45','2026-04-05 16:59:45',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775408385;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775408385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-05 17:11:22','2026-04-05 20:11:22',5868,NULL),(7504,'wpforms_process_forms_locator_save','complete','2026-04-04 16:59:45','2026-04-04 16:59:45',10,'{\"tasks_meta_id\":150}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-04 16:59:45','2026-04-04 19:59:45',5848,NULL),(7423,'wpforms_process_forms_locator_scan','complete','2026-04-03 12:28:10','2026-04-03 12:28:10',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775219290;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775219290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-03 14:43:09','2026-04-03 17:43:09',5823,NULL),(7422,'wpforms_process_forms_locator_save','complete','2026-04-02 12:28:10','2026-04-02 12:28:10',10,'{\"tasks_meta_id\":148}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-02 12:28:10','2026-04-02 15:28:10',5802,NULL),(7282,'wpforms_process_forms_locator_scan','complete','2026-04-01 09:47:42','2026-04-01 09:47:42',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775036862;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775036862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-01 12:01:56','2026-04-01 15:01:56',5720,NULL),(7281,'wpforms_process_forms_locator_save','complete','2026-03-31 09:47:42','2026-03-31 09:47:42',10,'{\"tasks_meta_id\":146}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-31 09:47:42','2026-03-31 12:47:42',5698,NULL),(7326,'wpforms_process_forms_locator_scan','complete','2026-04-02 12:01:56','2026-04-02 12:01:56',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775131316;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775131316;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-02 12:28:10','2026-04-02 15:28:10',5801,NULL),(7325,'wpforms_process_forms_locator_save','complete','2026-04-01 12:01:56','2026-04-01 12:01:56',10,'{\"tasks_meta_id\":147}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-01 12:01:56','2026-04-01 15:01:56',5721,NULL),(7327,'wpforms_process_purge_spam','complete','2026-04-02 12:01:56','2026-04-02 12:01:56',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775131316;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775131316;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-02 12:28:10','2026-04-02 15:28:10',5801,NULL),(7933,'wpforms_process_purge_spam','complete','2026-04-16 15:25:13','2026-04-16 15:25:13',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776353113;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776353113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-16 18:22:31','2026-04-16 21:22:31',6126,NULL),(7893,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-15 14:23:45','2026-04-15 14:23:45',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776263025;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776263025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-15 15:25:13','2026-04-15 18:25:13',6111,NULL),(7875,'wpforms_email_summaries_fetch_info_blocks','complete','2026-04-21 04:43:10','2026-04-21 04:43:10',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776746590;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776746590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-21 04:58:34','2026-04-21 07:58:34',6261,NULL),(7802,'wpforms_process_forms_locator_save','complete','2026-04-12 07:07:17','2026-04-12 07:07:17',10,'{\"tasks_meta_id\":157}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-12 07:07:17','2026-04-12 10:07:17',6034,NULL),(7683,'wpforms_process_forms_locator_save','complete','2026-04-08 21:29:30','2026-04-08 21:29:30',10,'{\"tasks_meta_id\":154}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-08 21:29:30','2026-04-09 00:29:30',5966,NULL),(7932,'wpforms_process_forms_locator_scan','complete','2026-04-16 15:25:13','2026-04-16 15:25:13',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776353113;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776353113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-16 18:22:31','2026-04-16 21:22:31',6126,NULL),(7931,'wpforms_process_forms_locator_save','complete','2026-04-15 15:25:13','2026-04-15 15:25:13',10,'{\"tasks_meta_id\":160}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-15 15:25:13','2026-04-15 18:25:13',6112,NULL),(7834,'wpforms_process_forms_locator_scan','complete','2026-04-14 12:07:46','2026-04-14 12:07:46',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776168466;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776168466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-14 14:23:45','2026-04-14 17:23:45',6084,NULL),(7988,'wpforms_process_forms_locator_scan','complete','2026-04-18 19:36:27','2026-04-18 19:36:27',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776540987;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776540987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-18 21:46:51','2026-04-19 00:46:51',6167,NULL),(7966,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-17 18:22:31','2026-04-17 18:22:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450151;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-17 19:36:27','2026-04-17 22:36:27',6141,NULL),(7876,'wpforms_builder_help_cache_update','complete','2026-04-21 04:43:10','2026-04-21 04:43:10',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776746590;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776746590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-21 04:58:34','2026-04-21 07:58:34',6261,NULL),(7934,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-16 15:25:13','2026-04-16 15:25:13',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776353113;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776353113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-16 18:22:31','2026-04-16 21:22:31',6126,NULL),(7989,'wpforms_process_purge_spam','complete','2026-04-18 19:36:27','2026-04-18 19:36:27',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776540987;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776540987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-18 21:46:51','2026-04-19 00:46:51',6167,NULL),(7990,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-18 19:36:27','2026-04-18 19:36:27',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776540987;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776540987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-18 21:46:51','2026-04-19 00:46:51',6167,NULL),(7890,'wpforms_process_forms_locator_save','complete','2026-04-14 14:23:45','2026-04-14 14:23:45',10,'{\"tasks_meta_id\":159}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-14 14:23:45','2026-04-14 17:23:45',6085,NULL),(7891,'wpforms_process_forms_locator_scan','complete','2026-04-15 14:23:45','2026-04-15 14:23:45',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776263025;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776263025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-15 15:25:13','2026-04-15 18:25:13',6111,NULL),(7286,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-01 09:47:42','2026-04-01 09:47:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775036862;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775036862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-01 12:01:56','2026-04-01 15:01:56',5720,NULL),(7427,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-03 12:28:10','2026-04-03 12:28:10',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775219290;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775219290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-03 14:43:09','2026-04-03 17:43:09',5823,NULL),(7117,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-27 23:27:31','2026-03-27 23:27:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774654051;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774654051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-28 00:45:03','2026-03-28 03:45:03',5630,NULL),(7213,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-30 02:33:13','2026-03-30 02:33:13',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774837993;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774837993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-30 05:51:30','2026-03-30 08:51:30',5674,NULL),(7212,'wpforms_process_purge_spam','complete','2026-03-30 02:33:13','2026-03-30 02:33:13',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774837993;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774837993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-30 05:51:30','2026-03-30 08:51:30',5674,NULL),(7424,'wpforms_process_purge_spam','complete','2026-04-03 12:28:10','2026-04-03 12:28:10',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775219290;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775219290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-03 14:43:09','2026-04-03 17:43:09',5823,NULL),(7329,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-02 12:01:56','2026-04-02 12:01:56',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775131316;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775131316;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-02 12:28:10','2026-04-02 15:28:10',5801,NULL),(8268,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-04-24 00:32:40','2026-04-24 00:32:40',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776990760;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776990760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8214,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-23 00:08:05','2026-04-23 00:08:05',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776902885;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776902885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-23 00:32:40','2026-04-23 03:32:40',6329,NULL),(7962,'wpforms_process_forms_locator_scan','complete','2026-04-17 18:22:31','2026-04-17 18:22:31',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450151;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-17 19:36:27','2026-04-17 22:36:27',6141,NULL),(8210,'wpforms_process_forms_locator_scan','complete','2026-04-23 00:08:05','2026-04-23 00:08:05',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776902885;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776902885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-23 00:32:40','2026-04-23 03:32:40',6329,NULL),(8209,'wpforms_process_forms_locator_save','complete','2026-04-22 00:08:05','2026-04-22 00:08:05',10,'{\"tasks_meta_id\":166}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-22 00:08:05','2026-04-22 03:08:05',6297,NULL),(8165,'wpforms_admin_builder_templates_cache_update','pending','2026-04-28 04:58:34','2026-04-28 04:58:34',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777352314;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777352314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8293,'forminator_general_data_protection_cleanup','pending','2026-04-23 15:40:41','2026-04-23 15:40:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776958841;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776958841;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8283,'forminator_send_export','complete','2026-04-23 13:25:13','2026-04-23 13:25:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776950713;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776950713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:11:35','2026-04-23 17:11:35',6345,NULL),(8288,'forminator_process_report','complete','2026-04-23 14:12:35','2026-04-23 14:12:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776953555;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776953555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:13:18','2026-04-23 17:13:18',6347,NULL),(8286,'forminator_action_scheduler_cleanup','pending','2026-04-23 15:24:13','2026-04-23 15:24:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776957853;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:7200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776957853;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:7200;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8289,'forminator_send_export','complete','2026-04-23 14:14:18','2026-04-23 14:14:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776953658;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776953658;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:40:41','2026-04-23 17:40:41',6349,NULL),(7283,'wpforms_process_purge_spam','complete','2026-04-01 09:47:42','2026-04-01 09:47:42',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775036862;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775036862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-01 12:01:56','2026-04-01 15:01:56',5720,NULL),(7171,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-29 00:45:03','2026-03-29 00:45:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774745103;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774745103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-29 02:33:13','2026-03-29 05:33:13',5656,NULL),(6963,'wpforms_process_purge_spam','complete','2026-03-24 16:21:36','2026-03-24 16:21:36',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774369296;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774369296;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-24 16:33:34','2026-03-24 19:33:34',5519,NULL),(7048,'wpforms_process_forms_locator_save','complete','2026-03-25 18:42:31','2026-03-25 18:42:31',10,'{\"tasks_meta_id\":141}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-25 18:42:31','2026-03-25 21:42:31',5549,NULL),(7112,'wpforms_process_forms_locator_save','complete','2026-03-26 23:27:31','2026-03-26 23:27:31',10,'{\"tasks_meta_id\":142}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-26 23:27:31','2026-03-27 02:27:31',5595,NULL),(7587,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-07 18:18:10','2026-04-07 18:18:10',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775585890;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775585890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-07 20:20:55','2026-04-07 23:20:55',5926,NULL),(7605,'wpforms_admin_addons_cache_update','complete','2026-04-14 00:05:07','2026-04-14 00:05:07',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776125107;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776125107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-14 04:43:10','2026-04-14 07:43:10',6078,NULL),(7731,'wpforms_process_purge_spam','complete','2026-04-11 02:12:39','2026-04-11 02:12:39',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775873559;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775873559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-11 04:15:31','2026-04-11 07:15:31',6011,NULL),(7732,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-11 02:12:39','2026-04-11 02:12:39',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775873559;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775873559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-11 04:15:31','2026-04-11 07:15:31',6011,NULL),(7764,'wpforms_process_purge_spam','complete','2026-04-12 04:15:31','2026-04-12 04:15:31',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775967331;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775967331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-12 07:07:17','2026-04-12 10:07:17',6033,NULL),(7049,'wpforms_process_forms_locator_scan','complete','2026-03-26 18:42:31','2026-03-26 18:42:31',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550551;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-26 23:27:31','2026-03-27 02:27:31',5594,NULL),(7113,'wpforms_process_forms_locator_scan','complete','2026-03-27 23:27:31','2026-03-27 23:27:31',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774654051;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774654051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-28 00:45:03','2026-03-28 03:45:03',5630,NULL),(7050,'wpforms_process_purge_spam','complete','2026-03-26 18:42:31','2026-03-26 18:42:31',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550551;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-26 23:27:31','2026-03-27 02:27:31',5594,NULL),(7011,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-25 16:33:34','2026-03-25 16:33:34',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774456414;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774456414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-25 18:42:31','2026-03-25 21:42:31',5548,NULL),(7170,'wpforms_process_purge_spam','complete','2026-03-29 00:45:03','2026-03-29 00:45:03',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774745103;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774745103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-29 02:33:13','2026-03-29 05:33:13',5656,NULL),(7169,'wpforms_process_forms_locator_scan','complete','2026-03-29 00:45:03','2026-03-29 00:45:03',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774745103;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774745103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-29 02:33:13','2026-03-29 05:33:13',5656,NULL),(7168,'wpforms_process_forms_locator_save','complete','2026-03-28 00:45:03','2026-03-28 00:45:03',10,'{\"tasks_meta_id\":143}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-28 00:45:03','2026-03-28 03:45:03',5631,NULL),(7245,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-31 05:51:30','2026-03-31 05:51:30',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774936290;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774936290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-31 09:47:42','2026-03-31 12:47:42',5697,NULL),(7243,'wpforms_process_forms_locator_scan','complete','2026-03-31 05:51:30','2026-03-31 05:51:30',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774936290;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774936290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-31 09:47:42','2026-03-31 12:47:42',5697,NULL),(7242,'wpforms_process_forms_locator_save','complete','2026-03-30 05:51:30','2026-03-30 05:51:30',10,'{\"tasks_meta_id\":145}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-30 05:51:30','2026-03-30 08:51:30',5675,NULL),(7244,'wpforms_process_purge_spam','complete','2026-03-31 05:51:30','2026-03-31 05:51:30',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774936290;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774936290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-31 09:47:42','2026-03-31 12:47:42',5697,NULL),(7272,'wpforms_builder_help_cache_update','complete','2026-04-06 23:37:40','2026-04-06 23:37:40',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775518660;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775518660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-07 00:05:07','2026-04-07 03:05:07',5912,NULL),(7210,'wpforms_process_forms_locator_save','complete','2026-03-29 02:33:13','2026-03-29 02:33:13',10,'{\"tasks_meta_id\":144}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-29 02:33:13','2026-03-29 05:33:13',5657,NULL),(7211,'wpforms_process_forms_locator_scan','complete','2026-03-30 02:33:13','2026-03-30 02:33:13',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774837993;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774837993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-30 05:51:30','2026-03-30 08:51:30',5674,NULL),(8263,'forminator_daily_cron','pending','2026-04-24 00:32:40','2026-04-24 00:32:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776990760;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776990760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8264,'wpforms_process_forms_locator_save','complete','2026-04-23 00:32:40','2026-04-23 00:32:40',10,'{\"tasks_meta_id\":167}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-23 00:32:40','2026-04-23 03:32:40',6330,NULL),(8266,'wpforms_process_purge_spam','pending','2026-04-24 00:32:40','2026-04-24 00:32:40',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776990760;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776990760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8068,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-20 22:01:52','2026-04-20 22:01:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776722512;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776722512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-20 22:35:56','2026-04-21 01:35:56',6246,NULL),(8142,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-21 22:35:56','2026-04-21 22:35:56',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776810956;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776810956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-22 00:08:05','2026-04-22 03:08:05',6296,NULL),(8287,'forminator_send_export','complete','2026-04-23 14:12:35','2026-04-23 14:12:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776953555;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776953555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:13:18','2026-04-23 17:13:18',6347,NULL),(8284,'forminator_process_report','complete','2026-04-23 13:25:13','2026-04-23 13:25:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776950713;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776950713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,1,'2026-04-23 14:11:35','2026-04-23 17:11:35',6345,NULL),(7508,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-05 16:59:45','2026-04-05 16:59:45',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775408385;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775408385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-05 17:11:22','2026-04-05 20:11:22',5868,NULL),(7506,'wpforms_process_purge_spam','complete','2026-04-05 16:59:45','2026-04-05 16:59:45',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775408385;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775408385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-05 17:11:22','2026-04-05 20:11:22',5868,NULL),(7806,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-13 07:07:17','2026-04-13 07:07:17',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776064037;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776064037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-13 12:07:46','2026-04-13 15:07:46',6052,NULL),(7804,'wpforms_process_purge_spam','complete','2026-04-13 07:07:17','2026-04-13 07:07:17',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776064037;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776064037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-13 12:07:46','2026-04-13 15:07:46',6052,NULL),(7608,'wpforms_admin_builder_templates_cache_update','complete','2026-04-14 00:05:07','2026-04-14 00:05:07',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776125107;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776125107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-14 04:43:11','2026-04-14 07:43:11',6078,NULL),(7833,'wpforms_process_forms_locator_save','complete','2026-04-13 12:07:46','2026-04-13 12:07:46',10,'{\"tasks_meta_id\":158}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-13 12:07:46','2026-04-13 15:07:46',6053,NULL),(7629,'wpforms_process_forms_locator_scan','complete','2026-04-08 20:20:55','2026-04-08 20:20:55',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775679655;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775679655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-08 21:29:30','2026-04-09 00:29:30',5965,NULL),(7628,'wpforms_process_forms_locator_save','complete','2026-04-07 20:20:55','2026-04-07 20:20:55',10,'{\"tasks_meta_id\":153}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-07 20:20:55','2026-04-07 23:20:55',5927,NULL),(7874,'wpforms_admin_addons_cache_update','complete','2026-04-21 04:43:10','2026-04-21 04:43:10',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776746590;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776746590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-21 04:58:34','2026-04-21 07:58:34',6261,NULL),(8163,'wpforms_email_summaries_fetch_info_blocks','pending','2026-04-28 04:58:34','2026-04-28 04:58:34',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777352314;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777352314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(7630,'wpforms_process_purge_spam','complete','2026-04-08 20:20:55','2026-04-08 20:20:55',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775679655;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775679655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-08 21:29:30','2026-04-09 00:29:30',5965,NULL),(8162,'wpforms_admin_addons_cache_update','pending','2026-04-28 04:58:34','2026-04-28 04:58:34',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777352314;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777352314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(8067,'wpforms_process_purge_spam','complete','2026-04-20 22:01:52','2026-04-20 22:01:52',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776722512;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776722512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-20 22:35:56','2026-04-21 01:35:56',6246,NULL),(8065,'wpforms_process_forms_locator_save','complete','2026-04-19 22:01:52','2026-04-19 22:01:52',10,'{\"tasks_meta_id\":164}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-19 22:01:52','2026-04-20 01:01:52',6186,NULL),(8036,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-19 21:46:51','2026-04-19 21:46:51',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776635211;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776635211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-19 22:01:52','2026-04-20 01:01:52',6185,NULL),(8032,'wpforms_process_forms_locator_save','complete','2026-04-18 21:46:51','2026-04-18 21:46:51',10,'{\"tasks_meta_id\":163}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-18 21:46:51','2026-04-19 00:46:51',6168,NULL),(8033,'wpforms_process_forms_locator_scan','complete','2026-04-19 21:46:51','2026-04-19 21:46:51',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776635211;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776635211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-19 22:01:52','2026-04-20 01:01:52',6185,NULL),(8034,'wpforms_process_purge_spam','complete','2026-04-19 21:46:51','2026-04-19 21:46:51',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776635211;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776635211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-19 22:01:52','2026-04-20 01:01:52',6185,NULL),(7010,'wpforms_process_purge_spam','complete','2026-03-25 16:33:34','2026-03-25 16:33:34',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774456414;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774456414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-25 18:42:31','2026-03-25 21:42:31',5548,NULL),(7114,'wpforms_process_purge_spam','complete','2026-03-27 23:27:31','2026-03-27 23:27:31',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774654051;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774654051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-28 00:45:03','2026-03-28 03:45:03',5630,NULL),(8211,'wpforms_process_purge_spam','complete','2026-04-23 00:08:05','2026-04-23 00:08:05',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776902885;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776902885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-23 00:32:40','2026-04-23 03:32:40',6329,NULL),(8138,'wpforms_process_forms_locator_save','complete','2026-04-20 22:35:56','2026-04-20 22:35:56',10,'{\"tasks_meta_id\":165}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-20 22:35:56','2026-04-21 01:35:56',6247,NULL),(8139,'wpforms_process_forms_locator_scan','complete','2026-04-21 22:35:56','2026-04-21 22:35:56',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776810956;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776810956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-22 00:08:05','2026-04-22 03:08:05',6296,NULL),(8140,'wpforms_process_purge_spam','complete','2026-04-21 22:35:56','2026-04-21 22:35:56',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776810956;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776810956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-22 00:08:05','2026-04-22 03:08:05',6296,NULL),(7635,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-08 20:20:55','2026-04-08 20:20:55',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775679655;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775679655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-08 21:29:30','2026-04-09 00:29:30',5965,NULL),(7606,'wpforms_email_summaries_fetch_info_blocks','complete','2026-04-14 00:05:07','2026-04-14 00:05:07',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776125107;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776125107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-14 04:43:10','2026-04-14 07:43:10',6078,NULL),(7541,'wpforms_process_forms_locator_scan','complete','2026-04-06 17:11:22','2026-04-06 17:11:22',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775495482;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775495482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-06 18:18:10','2026-04-06 21:18:10',5897,NULL),(7540,'wpforms_process_forms_locator_save','complete','2026-04-05 17:11:22','2026-04-05 17:11:22',10,'{\"tasks_meta_id\":151}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-05 17:11:22','2026-04-05 20:11:22',5869,NULL),(7542,'wpforms_process_purge_spam','complete','2026-04-06 17:11:22','2026-04-06 17:11:22',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775495482;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775495482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-06 18:18:10','2026-04-06 21:18:10',5897,NULL),(7543,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-06 17:11:22','2026-04-06 17:11:22',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775495482;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775495482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-06 18:18:10','2026-04-06 21:18:10',5897,NULL),(7607,'wpforms_builder_help_cache_update','complete','2026-04-14 00:05:07','2026-04-14 00:05:07',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776125107;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776125107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-14 04:43:10','2026-04-14 07:43:10',6078,NULL),(7270,'wpforms_admin_addons_cache_update','complete','2026-04-06 23:37:40','2026-04-06 23:37:40',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775518660;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775518660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-07 00:05:07','2026-04-07 03:05:07',5912,NULL),(7271,'wpforms_email_summaries_fetch_info_blocks','complete','2026-04-06 23:37:40','2026-04-06 23:37:40',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775518660;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775518660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-07 00:05:07','2026-04-07 03:05:07',5912,NULL),(7803,'wpforms_process_forms_locator_scan','complete','2026-04-13 07:07:17','2026-04-13 07:07:17',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776064037;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776064037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-13 12:07:46','2026-04-13 15:07:46',6052,NULL),(8066,'wpforms_process_forms_locator_scan','complete','2026-04-20 22:01:52','2026-04-20 22:01:52',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776722512;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776722512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-20 22:35:56','2026-04-21 01:35:56',6246,NULL),(8164,'wpforms_builder_help_cache_update','pending','2026-04-28 04:58:34','2026-04-28 04:58:34',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777352314;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777352314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(7987,'wpforms_process_forms_locator_save','complete','2026-04-17 19:36:27','2026-04-17 19:36:27',10,'{\"tasks_meta_id\":162}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-17 19:36:27','2026-04-17 22:36:27',6142,NULL),(6618,'wpforms_admin_addons_cache_update','complete','2026-03-23 20:16:28','2026-03-23 20:16:28',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774296988;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774296988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-23 23:33:30','2026-03-24 02:33:30',5500,NULL),(6619,'wpforms_email_summaries_fetch_info_blocks','complete','2026-03-23 20:16:28','2026-03-23 20:16:28',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774296988;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774296988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-23 23:33:30','2026-03-24 02:33:30',5500,NULL),(6976,'wpforms_builder_help_cache_update','complete','2026-03-30 23:33:30','2026-03-30 23:33:30',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774913610;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774913610;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-30 23:37:40','2026-03-31 02:37:40',5693,NULL),(6977,'wpforms_admin_builder_templates_cache_update','complete','2026-03-30 23:33:31','2026-03-30 23:33:31',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774913611;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774913611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-30 23:37:40','2026-03-31 02:37:40',5693,NULL),(7052,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-26 18:42:31','2026-03-26 18:42:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550551;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-26 23:27:31','2026-03-27 02:27:31',5594,NULL),(6966,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-24 16:21:36','2026-03-24 16:21:36',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774369296;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774369296;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-24 16:33:34','2026-03-24 19:33:34',5519,NULL),(7273,'wpforms_admin_builder_templates_cache_update','complete','2026-04-06 23:37:40','2026-04-06 23:37:40',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775518660;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775518660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-07 00:05:07','2026-04-07 03:05:07',5912,NULL),(6848,'wpforms_process_forms_locator_scan','complete','2026-03-23 15:11:09','2026-03-23 15:11:09',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774278669;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774278669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-23 16:21:36','2026-03-23 19:21:36',5495,NULL),(8291,'forminator_send_export','pending','2026-04-23 14:41:41','2026-04-23 14:41:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776955301;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776955301;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6849,'wpforms_process_purge_spam','complete','2026-03-23 15:11:09','2026-03-23 15:11:09',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774278669;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774278669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-23 16:21:36','2026-03-23 19:21:36',5495,NULL),(6850,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-23 15:11:09','2026-03-23 15:11:09',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774278669;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774278669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-03-23 16:21:36','2026-03-23 19:21:36',5495,NULL),(7877,'wpforms_admin_builder_templates_cache_update','complete','2026-04-21 04:43:11','2026-04-21 04:43:11',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776746591;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776746591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-21 04:58:34','2026-04-21 07:58:34',6261,NULL),(7892,'wpforms_process_purge_spam','complete','2026-04-15 14:23:45','2026-04-15 14:23:45',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776263025;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776263025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-15 15:25:13','2026-04-15 18:25:13',6111,NULL),(7767,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-12 04:15:31','2026-04-12 04:15:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775967331;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775967331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-12 07:07:17','2026-04-12 10:07:17',6033,NULL),(6962,'wpforms_process_forms_locator_scan','complete','2026-03-24 16:21:36','2026-03-24 16:21:36',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774369296;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774369296;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-24 16:33:34','2026-03-24 19:33:34',5519,NULL),(6961,'wpforms_process_forms_locator_save','complete','2026-03-23 16:21:36','2026-03-23 16:21:36',10,'{\"tasks_meta_id\":139}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-23 16:21:36','2026-03-23 19:21:36',5496,NULL),(7008,'wpforms_process_forms_locator_save','complete','2026-03-24 16:33:34','2026-03-24 16:33:34',10,'{\"tasks_meta_id\":140}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-03-24 16:33:34','2026-03-24 19:33:34',5520,NULL),(7009,'wpforms_process_forms_locator_scan','complete','2026-03-25 16:33:34','2026-03-25 16:33:34',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774456414;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774456414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-03-25 18:42:31','2026-03-25 21:42:31',5548,NULL);
INSERT INTO `wp9v_actionscheduler_actions` VALUES (8285,'forminator_general_data_protection_cleanup','complete','2026-04-23 14:24:13','2026-04-23 14:24:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776954253;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776954253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',1,1,'2026-04-23 14:40:41','2026-04-23 17:40:41',6349,NULL),(8280,'forminator_action_scheduler_cleanup','complete','2026-04-23 12:09:21','2026-04-23 12:09:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776946161;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:7200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776946161;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:7200;}',1,1,'2026-04-23 13:24:13','2026-04-23 16:24:13',6343,NULL),(8265,'wpforms_process_forms_locator_scan','pending','2026-04-24 00:32:40','2026-04-24 00:32:40',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776990760;s:18:\"\0*\0first_timestamp\";i:1761183724;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776990760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6621,'wpforms_admin_builder_templates_cache_update','complete','2026-03-23 20:16:29','2026-03-23 20:16:29',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774296989;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774296989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-23 23:33:31','2026-03-24 02:33:31',5500,NULL),(6620,'wpforms_builder_help_cache_update','complete','2026-03-23 20:16:29','2026-03-23 20:16:29',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774296989;s:18:\"\0*\0first_timestamp\";i:1761860896;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774296989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-23 23:33:30','2026-03-24 02:33:30',5500,NULL),(6974,'wpforms_admin_addons_cache_update','complete','2026-03-30 23:33:30','2026-03-30 23:33:30',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774913610;s:18:\"\0*\0first_timestamp\";i:1761788525;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774913610;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-30 23:37:40','2026-03-31 02:37:40',5693,NULL),(6975,'wpforms_email_summaries_fetch_info_blocks','complete','2026-03-30 23:33:30','2026-03-30 23:33:30',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774913610;s:18:\"\0*\0first_timestamp\";i:1761078903;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774913610;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-03-30 23:37:40','2026-03-31 02:37:40',5693,NULL),(8292,'forminator_process_report','pending','2026-04-23 14:41:41','2026-04-23 14:41:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776955301;s:18:\"\0*\0first_timestamp\";i:1760578304;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776955301;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(7963,'wpforms_process_purge_spam','complete','2026-04-17 18:22:31','2026-04-17 18:22:31',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450151;s:18:\"\0*\0first_timestamp\";i:1761183725;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-17 19:36:27','2026-04-17 22:36:27',6141,NULL);
DROP TABLE IF EXISTS `wp9v_actionscheduler_claims`;
CREATE TABLE `wp9v_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=6351 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_actionscheduler_groups`;
CREATE TABLE `wp9v_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_actionscheduler_groups` VALUES (1,'forminator'),(2,'action-scheduler-migration'),(3,'ActionScheduler'),(4,'wpforms');
DROP TABLE IF EXISTS `wp9v_actionscheduler_logs`;
CREATE TABLE `wp9v_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=24409 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_actionscheduler_logs` VALUES (22938,7764,'action complete via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22817,7731,'action started via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22818,7731,'action complete via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22819,7764,'action created','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22934,7802,'action created','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22935,7763,'action complete via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22590,7683,'action complete via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22589,7683,'action started via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22588,7687,'action created','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22587,7635,'action complete via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22586,7635,'action started via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(23328,7893,'action complete via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23329,7934,'action created','2026-04-15 15:25:13','2026-04-15 15:25:13'),(22939,7804,'action created','2026-04-12 07:07:17','2026-04-12 07:07:17'),(23206,7893,'action created','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23205,7840,'action complete via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23207,7890,'action started via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23208,7890,'action complete via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(19392,6621,'action created','2026-03-16 20:16:29','2026-03-16 20:16:29'),(23729,8036,'action started via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23728,8067,'action created','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23730,8036,'action complete via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23731,8068,'action created','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23732,8065,'action started via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23733,8065,'action complete via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(22044,7464,'action complete via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22045,7506,'action created','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22043,7464,'action started via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22039,7463,'action started via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22040,7504,'action created','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22041,7463,'action complete via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(22042,7505,'action created','2026-04-04 16:59:45','2026-04-04 16:59:45'),(21346,6977,'action started via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21343,6976,'action started via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21344,6976,'action complete via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21345,7272,'action created','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21168,7210,'action complete via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21167,7210,'action started via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21340,6975,'action started via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21341,6975,'action complete via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21342,7271,'action created','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21166,7213,'action created','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21165,7171,'action complete via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21339,7270,'action created','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21164,7171,'action started via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21162,7170,'action complete via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21163,7212,'action created','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21348,7273,'action created','2026-03-30 23:37:40','2026-03-30 23:37:40'),(20077,6850,'action created','2026-03-22 15:11:09','2026-03-22 15:11:09'),(24404,8290,'action complete via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24405,8292,'action created','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24406,8285,'action started via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24407,8285,'action complete via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24408,8293,'action created','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24401,8289,'action complete via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24402,8291,'action created','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24403,8290,'action started via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24385,8280,'action started via WP Cron','2026-04-23 13:24:13','2026-04-23 13:24:13'),(24384,8285,'action created','2026-04-23 13:24:13','2026-04-23 13:24:13'),(24400,8289,'action started via WP Cron','2026-04-23 14:40:41','2026-04-23 14:40:41'),(24399,8290,'action created','2026-04-23 14:13:18','2026-04-23 14:13:18'),(24398,8288,'action complete via WP Cron','2026-04-23 14:13:18','2026-04-23 14:13:18'),(24381,8284,'action created','2026-04-23 13:24:13','2026-04-23 13:24:13'),(24378,8283,'action created','2026-04-23 13:24:13','2026-04-23 13:24:13'),(24396,8289,'action created','2026-04-23 14:13:18','2026-04-23 14:13:18'),(24397,8288,'action started via WP Cron','2026-04-23 14:13:18','2026-04-23 14:13:18'),(20452,6619,'action started via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20449,6618,'action started via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20450,6618,'action complete via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20451,6974,'action created','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20416,6963,'action created','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20415,6849,'action complete via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20459,6621,'action complete via WP Cron','2026-03-23 23:33:31','2026-03-23 23:33:31'),(21508,7327,'action created','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21347,6977,'action complete via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(23415,7933,'action complete via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23416,7963,'action created','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23413,7962,'action created','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23414,7933,'action started via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23330,7931,'action started via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23320,7891,'action started via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23321,7931,'action created','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23412,7932,'action complete via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23411,7961,'action created','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23331,7931,'action complete via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(20551,6962,'action started via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(24333,8264,'action complete via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24332,8264,'action started via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24331,8268,'action created','2026-04-23 00:32:40','2026-04-23 00:32:40'),(23634,7990,'action complete via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23635,8036,'action created','2026-04-18 21:46:51','2026-04-18 21:46:51'),(24330,8214,'action complete via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24393,8288,'action created','2026-04-23 14:11:35','2026-04-23 14:11:35'),(24329,8214,'action started via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(23633,7990,'action started via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(21161,7170,'action started via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21338,6974,'action complete via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21337,6974,'action started via WP Cron','2026-03-30 23:37:40','2026-03-30 23:37:40'),(21264,7242,'action complete via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(22158,7540,'action complete via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22152,7506,'action complete via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22153,7542,'action created','2026-04-05 17:11:22','2026-04-05 17:11:22'),(21797,7327,'action started via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21160,7211,'action created','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21159,7169,'action complete via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21158,7210,'action created','2026-03-29 02:33:13','2026-03-29 02:33:13'),(21157,7169,'action started via WP Cron','2026-03-29 02:33:13','2026-03-29 02:33:13'),(24159,8140,'action complete via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24160,8211,'action created','2026-04-22 00:08:05','2026-04-22 00:08:05'),(21793,7326,'action started via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(20555,6963,'action started via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20556,6963,'action complete via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20557,7010,'action created','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20558,6966,'action started via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20554,7009,'action created','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20676,7010,'action complete via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20677,7050,'action created','2026-03-25 18:42:31','2026-03-25 18:42:31'),(23327,7893,'action started via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23326,7933,'action created','2026-04-15 15:25:13','2026-04-15 15:25:13'),(24157,8210,'action created','2026-04-22 00:08:05','2026-04-22 00:08:05'),(23323,7932,'action created','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23324,7892,'action started via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23325,7892,'action complete via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(20414,6849,'action started via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20413,6962,'action created','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20458,6621,'action started via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20412,6848,'action complete via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(21810,7422,'action complete via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(20675,7010,'action started via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20552,7008,'action created','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20553,6962,'action complete via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20411,6961,'action created','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20561,7008,'action started via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20562,7008,'action complete via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20672,7048,'action created','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20673,7009,'action complete via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20674,7049,'action created','2026-03-25 18:42:31','2026-03-25 18:42:31'),(21796,7423,'action created','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21794,7422,'action created','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21795,7326,'action complete via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(20869,7114,'action created','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20868,7050,'action complete via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20867,7050,'action started via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20866,7113,'action created','2026-03-26 23:27:31','2026-03-26 23:27:31'),(21506,7283,'action started via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21504,7282,'action complete via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21505,7326,'action created','2026-04-01 12:01:56','2026-04-01 12:01:56'),(20559,6966,'action complete via WP Cron','2026-03-24 16:33:34','2026-03-24 16:33:34'),(20560,7011,'action created','2026-03-24 16:33:34','2026-03-24 16:33:34'),(21503,7325,'action created','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21502,7282,'action started via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(23204,7840,'action started via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23203,7892,'action created','2026-04-14 14:23:45','2026-04-14 14:23:45'),(22582,7685,'action created','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22581,7630,'action complete via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22937,7764,'action started via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22157,7540,'action started via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22156,7543,'action created','2026-04-05 17:11:22','2026-04-05 17:11:22'),(21923,7462,'action started via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21922,7465,'action created','2026-04-03 14:43:09','2026-04-03 14:43:09'),(22936,7803,'action created','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22933,7763,'action started via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22816,7763,'action created','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22721,7687,'action started via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22722,7687,'action complete via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22723,7732,'action created','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22724,7729,'action started via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22725,7729,'action complete via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22417,7630,'action created','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22416,7586,'action complete via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22580,7630,'action started via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22579,7684,'action created','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22415,7586,'action started via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22414,7629,'action created','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22413,7585,'action complete via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22412,7628,'action created','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22815,7730,'action complete via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22411,7585,'action started via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(23202,7835,'action complete via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23201,7835,'action started via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23200,7891,'action created','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23199,7834,'action complete via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23198,7890,'action created','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23197,7834,'action started via WP Cron','2026-04-14 14:23:45','2026-04-14 14:23:45'),(23160,7877,'action created','2026-04-14 04:43:11','2026-04-14 04:43:11'),(23159,7608,'action complete via WP Cron','2026-04-14 04:43:11','2026-04-14 04:43:11'),(23158,7608,'action started via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(23157,7876,'action created','2026-04-14 04:43:10','2026-04-14 04:43:10'),(23155,7607,'action started via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(23156,7607,'action complete via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(22814,7762,'action created','2026-04-11 04:15:31','2026-04-11 04:15:31'),(23154,7875,'action created','2026-04-14 04:43:10','2026-04-14 04:43:10'),(22578,7629,'action complete via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22577,7683,'action created','2026-04-08 21:29:30','2026-04-08 21:29:30'),(22353,7608,'action created','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22290,7584,'action complete via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22289,7584,'action started via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(23153,7606,'action complete via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(24158,8140,'action started via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24156,8139,'action complete via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24155,8209,'action created','2026-04-22 00:08:05','2026-04-22 00:08:05'),(23493,7963,'action complete via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23494,7989,'action created','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23495,7966,'action started via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23496,7966,'action complete via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23497,7990,'action created','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23498,7987,'action started via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23499,7987,'action complete via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23955,8138,'action complete via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(22148,7540,'action created','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22149,7505,'action complete via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22150,7541,'action created','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22151,7506,'action started via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(23152,7606,'action started via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(23151,7874,'action created','2026-04-14 04:43:10','2026-04-14 04:43:10'),(23049,7833,'action complete via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23150,7605,'action complete via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(22147,7505,'action started via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(22352,7273,'action complete via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22350,7607,'action created','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22351,7273,'action started via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22349,7272,'action complete via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22348,7272,'action started via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22347,7606,'action created','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22053,7504,'action complete via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(23410,7932,'action started via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(24154,8139,'action started via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24395,8287,'action complete via WP Cron','2026-04-23 14:13:18','2026-04-23 14:13:18'),(24394,8287,'action started via WP Cron','2026-04-23 14:13:18','2026-04-23 14:13:18'),(23953,8142,'action created','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23629,8034,'action created','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23954,8138,'action started via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23427,7961,'action complete via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23426,7961,'action started via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23425,7966,'action created','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23322,7891,'action complete via WP Cron','2026-04-15 15:25:13','2026-04-15 15:25:13'),(23726,8034,'action started via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23727,8034,'action complete via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23628,7989,'action complete via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23627,7989,'action started via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(22720,7731,'action created','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22576,7629,'action started via WP Cron','2026-04-08 21:29:30','2026-04-08 21:29:30'),(23149,7605,'action started via WP Cron','2026-04-14 04:43:10','2026-04-14 04:43:10'),(22288,7587,'action created','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22287,7543,'action complete via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22286,7543,'action started via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22719,7685,'action complete via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22285,7586,'action created','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22284,7542,'action complete via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22718,7685,'action started via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22283,7542,'action started via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22282,7585,'action created','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22813,7730,'action started via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22945,7806,'action created','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22346,7271,'action complete via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22434,7628,'action complete via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22281,7541,'action complete via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22280,7584,'action created','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22279,7541,'action started via WP Cron','2026-04-06 18:18:10','2026-04-06 18:18:10'),(22433,7628,'action started via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22343,7270,'action complete via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22344,7605,'action created','2026-04-07 00:05:07','2026-04-07 00:05:07'),(22345,7271,'action started via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(23952,8068,'action complete via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23048,7833,'action started via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23047,7840,'action created','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23032,7835,'action created','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23031,7804,'action complete via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23030,7804,'action started via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23029,7834,'action created','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23028,7803,'action complete via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23027,7833,'action created','2026-04-13 12:07:46','2026-04-13 12:07:46'),(23725,8066,'action created','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23492,7963,'action started via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23491,7988,'action created','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23951,8068,'action started via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(24324,8211,'action complete via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(23723,8065,'action created','2026-04-19 22:01:52','2026-04-19 22:01:52'),(24392,8284,'action complete via WP Cron','2026-04-23 14:11:35','2026-04-23 14:11:35'),(23724,8033,'action complete via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23722,8033,'action started via WP Cron','2026-04-19 22:01:52','2026-04-19 22:01:52'),(23026,7803,'action started via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(21798,7327,'action complete via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21799,7424,'action created','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21924,7462,'action complete via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21917,7424,'action started via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21918,7424,'action complete via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21919,7464,'action created','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21920,7427,'action started via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21921,7427,'action complete via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21916,7463,'action created','2026-04-03 14:43:09','2026-04-03 14:43:09'),(22155,7508,'action complete via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(21915,7423,'action complete via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(21806,7329,'action started via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(22947,7802,'action complete via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(23046,7806,'action complete via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(22717,7730,'action created','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22716,7684,'action complete via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22946,7802,'action started via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(21914,7462,'action created','2026-04-03 14:43:09','2026-04-03 14:43:09'),(22154,7508,'action started via WP Cron','2026-04-05 17:11:22','2026-04-05 17:11:22'),(21913,7423,'action started via WP Cron','2026-04-03 14:43:09','2026-04-03 14:43:09'),(22052,7504,'action started via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(21040,7171,'action created','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21041,7168,'action started via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21042,7168,'action complete via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21037,7170,'action created','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21038,7117,'action started via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21039,7117,'action complete via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21034,7169,'action created','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21035,7114,'action started via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(21036,7114,'action complete via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(22944,7767,'action complete via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(22715,7729,'action created','2026-04-10 02:12:39','2026-04-10 02:12:39'),(21033,7113,'action complete via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(22714,7684,'action started via WP Cron','2026-04-10 02:12:39','2026-04-10 02:12:39'),(22830,7762,'action complete via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(21260,7213,'action started via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21263,7242,'action started via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21261,7213,'action complete via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21262,7245,'action created','2026-03-30 05:51:30','2026-03-30 05:51:30'),(22829,7762,'action started via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(21374,7244,'action started via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21375,7244,'action complete via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21032,7168,'action created','2026-03-28 00:45:03','2026-03-28 00:45:03'),(22342,7270,'action started via WP Cron','2026-04-07 00:05:07','2026-04-07 00:05:07'),(23045,7806,'action started via WP Cron','2026-04-13 12:07:46','2026-04-13 12:07:46'),(22827,7732,'action complete via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(22828,7767,'action created','2026-04-11 04:15:31','2026-04-11 04:15:31'),(23424,7934,'action complete via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(23423,7934,'action started via WP Cron','2026-04-16 18:22:31','2026-04-16 18:22:31'),(19386,6619,'action created','2026-03-16 20:16:28','2026-03-16 20:16:28'),(20410,6848,'action started via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(21376,7283,'action created','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21259,7244,'action created','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21370,7243,'action started via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21371,7281,'action created','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21258,7212,'action complete via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21257,7212,'action started via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(24391,8284,'action started via WP Cron','2026-04-23 14:11:35','2026-04-23 14:11:35'),(23947,8140,'action created','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23946,8067,'action complete via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23945,8067,'action started via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23944,8139,'action created','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23943,8066,'action complete via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23626,8033,'action created','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23625,7988,'action complete via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23942,8138,'action created','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23636,8032,'action started via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(23637,8032,'action complete via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(20671,7009,'action started via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(21256,7243,'action created','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21507,7283,'action complete via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21031,7113,'action started via WP Cron','2026-03-28 00:45:03','2026-03-28 00:45:03'),(24325,8266,'action created','2026-04-23 00:32:40','2026-04-23 00:32:40'),(19389,6620,'action created','2026-03-16 20:16:29','2026-03-16 20:16:29'),(23490,7962,'action complete via WP Cron','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23941,8066,'action started via WP Cron','2026-04-20 22:35:56','2026-04-20 22:35:56'),(23489,7987,'action created','2026-04-17 19:36:27','2026-04-17 19:36:27'),(23488,7962,'action started via WP Cron','2026-04-17 19:36:26','2026-04-17 19:36:26'),(23624,8032,'action created','2026-04-18 21:46:51','2026-04-18 21:46:51'),(24390,8287,'action created','2026-04-23 14:11:35','2026-04-23 14:11:35'),(23623,7988,'action started via Async Request','2026-04-18 21:46:51','2026-04-18 21:46:51'),(24323,8211,'action started via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24322,8265,'action created','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24321,8210,'action complete via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24024,8165,'action created','2026-04-21 04:58:34','2026-04-21 04:58:34'),(20454,6975,'action created','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20455,6620,'action started via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20456,6620,'action complete via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20457,6976,'action created','2026-03-23 23:33:30','2026-03-23 23:33:30'),(20453,6619,'action complete via WP Cron','2026-03-23 23:33:30','2026-03-23 23:33:30'),(24023,7877,'action complete via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24022,7877,'action started via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24021,8164,'action created','2026-04-21 04:58:34','2026-04-21 04:58:34'),(20460,6977,'action created','2026-03-23 23:33:31','2026-03-23 23:33:31'),(24017,7875,'action complete via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24018,8163,'action created','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24019,7876,'action started via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(20864,7112,'action created','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20865,7049,'action complete via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20878,7117,'action created','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20879,7112,'action started via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(22826,7732,'action started via WP Cron','2026-04-11 04:15:31','2026-04-11 04:15:31'),(20863,7049,'action started via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(24020,7876,'action complete via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(22943,7767,'action started via WP Cron','2026-04-12 07:07:17','2026-04-12 07:07:17'),(21254,7242,'action created','2026-03-30 05:51:30','2026-03-30 05:51:30'),(20074,6849,'action created','2026-03-22 15:11:09','2026-03-22 15:11:09'),(20880,7112,'action complete via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(24320,8264,'action created','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24016,7875,'action started via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24015,8162,'action created','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24318,8263,'action created','2026-04-23 00:32:40','2026-04-23 00:32:40'),(24319,8210,'action started via WP Cron','2026-04-23 00:32:40','2026-04-23 00:32:40'),(21373,7282,'action created','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21372,7243,'action complete via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(22432,7635,'action created','2026-04-07 20:20:55','2026-04-07 20:20:55'),(20877,7052,'action complete via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20876,7052,'action started via WP Cron','2026-03-26 23:27:31','2026-03-26 23:27:31'),(20685,7048,'action complete via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20684,7048,'action started via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(21516,7325,'action complete via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(22431,7587,'action complete via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(22430,7587,'action started via WP Cron','2026-04-07 20:20:55','2026-04-07 20:20:55'),(20683,7052,'action created','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20682,7011,'action complete via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(20681,7011,'action started via WP Cron','2026-03-25 18:42:31','2026-03-25 18:42:31'),(22051,7508,'action created','2026-04-04 16:59:45','2026-04-04 16:59:45'),(21515,7325,'action started via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21514,7329,'action created','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21513,7286,'action complete via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(21512,7286,'action started via WP Cron','2026-04-01 12:01:56','2026-04-01 12:01:56'),(22050,7465,'action complete via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(21387,7281,'action complete via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21253,7211,'action started via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(21386,7281,'action started via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21385,7286,'action created','2026-03-31 09:47:42','2026-03-31 09:47:42'),(21809,7422,'action started via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(20071,6848,'action created','2026-03-22 15:11:09','2026-03-22 15:11:09'),(24389,8283,'action complete via WP Cron','2026-04-23 14:11:35','2026-04-23 14:11:35'),(21807,7329,'action complete via WP Cron','2026-04-02 12:28:10','2026-04-02 12:28:10'),(21808,7427,'action created','2026-04-02 12:28:10','2026-04-02 12:28:10'),(20427,6961,'action complete via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20426,6961,'action started via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(24014,7874,'action complete via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24171,8209,'action complete via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24013,7874,'action started via WP Cron','2026-04-21 04:58:34','2026-04-21 04:58:34'),(24388,8283,'action started via WP Cron','2026-04-23 14:11:35','2026-04-23 14:11:35'),(24170,8209,'action started via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(19383,6618,'action created','2026-03-16 20:16:28','2026-03-16 20:16:28'),(20425,6966,'action created','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20424,6850,'action complete via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(20423,6850,'action started via WP Cron','2026-03-23 16:21:36','2026-03-23 16:21:36'),(24168,8142,'action complete via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(24387,8286,'action created','2026-04-23 13:24:13','2026-04-23 13:24:13'),(24169,8214,'action created','2026-04-22 00:08:05','2026-04-22 00:08:05'),(22049,7465,'action started via WP Cron','2026-04-04 16:59:45','2026-04-04 16:59:45'),(21384,7245,'action complete via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(24369,8280,'action created','2026-04-23 10:09:21','2026-04-23 10:09:21'),(21383,7245,'action started via WP Cron','2026-03-31 09:47:42','2026-03-31 09:47:42'),(24167,8142,'action started via WP Cron','2026-04-22 00:08:05','2026-04-22 00:08:05'),(21255,7211,'action complete via WP Cron','2026-03-30 05:51:30','2026-03-30 05:51:30'),(24386,8280,'action complete via WP Cron','2026-04-23 13:24:13','2026-04-23 13:24:13');
DROP TABLE IF EXISTS `wp9v_commentmeta`;
CREATE TABLE `wp9v_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_comments`;
CREATE TABLE `wp9v_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_comments` VALUES (1,1,'Bir WordPress yorumcusu','wapuu@wordpress.example','https://tr.wordpress.org/','','2025-10-16 03:11:00','2025-10-16 00:11:00','Merhaba, bu bir yorumdur.\nYorum yönetimine başlamak, düzenlemek ve silmek için lütfen Başlangıç ekranındaki yorumlar bölümüne gidin.\nYorumcuların avatarları <a href=\"https://gravatar.com/\">Gravatar</a> üzerinden alınır.',0,'1','','comment',0,0);
DROP TABLE IF EXISTS `wp9v_frmt_form_entry`;
CREATE TABLE `wp9v_frmt_form_entry` (
  `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_type` varchar(191) NOT NULL,
  `draft_id` varchar(12) DEFAULT NULL,
  `form_id` bigint(20) unsigned NOT NULL,
  `is_spam` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` enum('active','spam','draft','abandoned') NOT NULL DEFAULT 'active',
  PRIMARY KEY (`entry_id`),
  KEY `entry_is_spam` (`is_spam`),
  KEY `entry_type` (`entry_type`),
  KEY `entry_form_id` (`form_id`),
  KEY `entry_status` (`status`),
  KEY `entry_form_status` (`form_id`,`status`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_frmt_form_entry` VALUES (1,'custom-forms',NULL,225,0,'2025-10-24 07:31:06','active');
DROP TABLE IF EXISTS `wp9v_frmt_form_entry_meta`;
CREATE TABLE `wp9v_frmt_form_entry_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(191) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`),
  KEY `meta_entry_id` (`entry_id`),
  KEY `meta_key_object` (`entry_id`,`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_frmt_form_entry_meta` VALUES (1,1,'name-1','Serkan YUMURTACI','2025-10-24 07:31:06','0000-00-00 00:00:00'),(2,1,'email-1','sercomcomputer@gmail.com','2025-10-24 07:31:06','0000-00-00 00:00:00'),(3,1,'phone-1','5327856296','2025-10-24 07:31:06','0000-00-00 00:00:00'),(4,1,'textarea-1','Merhabalar','2025-10-24 07:31:06','0000-00-00 00:00:00'),(5,1,'_forminator_user_ip','78.184.186.243','2025-10-24 07:31:06','0000-00-00 00:00:00');
DROP TABLE IF EXISTS `wp9v_frmt_form_reports`;
CREATE TABLE `wp9v_frmt_form_reports` (
  `report_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `report_value` longtext NOT NULL,
  `status` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`report_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_frmt_form_reports` VALUES (1,'a:5:{s:7:\"exclude\";a:1:{i:0;i:1;}s:8:\"settings\";a:3:{s:5:\"label\";s:12:\"Form reports\";s:6:\"module\";s:5:\"forms\";s:10:\"forms_type\";s:3:\"all\";}s:8:\"schedule\";a:3:{s:9:\"frequency\";s:7:\"monthly\";s:8:\"monthDay\";s:1:\"4\";s:9:\"monthTime\";s:8:\"04:00 AM\";}s:13:\"report_status\";s:8:\"inactive\";s:10:\"recipients\";a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:24:\"sercomcomputer@gmail.com\";s:5:\"email\";s:24:\"sercomcomputer@gmail.com\";s:4:\"role\";s:13:\"Administrator\";s:6:\"avatar\";s:113:\"https://secure.gravatar.com/avatar/f3ef77c964b3469d04dd1190e3a95035aa75e1ce5888d2e0976b0dcf7760d73d?s=96&d=mm&r=g\";}}}','inactive','2025-10-16 04:31:24','2025-10-16 04:31:24');
DROP TABLE IF EXISTS `wp9v_frmt_form_views`;
CREATE TABLE `wp9v_frmt_form_views` (
  `view_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned NOT NULL,
  `page_id` bigint(20) unsigned NOT NULL,
  `ip` varchar(191) DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT 1,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`view_id`),
  KEY `view_form_id` (`form_id`),
  KEY `view_ip` (`ip`),
  KEY `view_form_object` (`form_id`,`view_id`),
  KEY `view_form_object_ip` (`form_id`,`view_id`,`ip`)
) ENGINE=MyISAM AUTO_INCREMENT=172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_frmt_form_views` VALUES (1,225,0,NULL,5,'2025-10-17 00:09:41','2025-10-17 00:14:33'),(2,225,7,NULL,14,'2025-10-17 00:14:28','2025-10-17 15:20:46'),(3,225,7,NULL,2,'2025-10-18 11:36:15','2025-10-18 11:42:56'),(4,225,7,NULL,1,'2025-10-19 00:50:41','0000-00-00 00:00:00'),(5,225,7,NULL,4,'2025-10-20 21:01:03','2025-10-20 23:35:00'),(6,225,7,NULL,2,'2025-10-21 13:30:42','2025-10-21 13:33:23'),(7,225,7,NULL,51,'2025-10-22 15:55:18','2025-10-22 22:41:40'),(8,225,7,NULL,98,'2025-10-23 03:31:09','2025-10-23 22:25:14'),(9,225,0,NULL,9,'2025-10-23 03:33:17','2025-10-23 22:24:49'),(10,225,7,NULL,43,'2025-10-24 00:53:14','2025-10-24 21:35:09'),(11,225,0,NULL,3,'2025-10-24 00:53:33','2025-10-24 01:32:27'),(12,225,7,NULL,29,'2025-10-25 01:25:22','2025-10-25 15:38:24'),(13,225,0,NULL,1,'2025-10-25 14:56:49','0000-00-00 00:00:00'),(14,225,7,NULL,14,'2025-10-27 04:01:04','2025-10-27 14:24:14'),(15,225,7,NULL,18,'2025-10-28 13:47:55','2025-10-28 19:14:47'),(16,225,7,NULL,4,'2025-11-01 20:18:55','2025-11-01 20:18:58'),(17,225,7,NULL,7,'2025-11-03 14:53:33','2025-11-03 15:20:52'),(18,225,7,NULL,1,'2025-11-04 09:16:47','0000-00-00 00:00:00'),(19,225,7,NULL,1,'2025-11-05 02:07:48','0000-00-00 00:00:00'),(20,225,7,NULL,3,'2025-11-06 13:10:58','2025-11-06 21:14:24'),(21,225,7,NULL,4,'2025-11-08 05:09:07','2025-11-08 05:09:10'),(22,225,7,NULL,1,'2025-11-10 01:09:14','0000-00-00 00:00:00'),(23,225,7,NULL,1,'2025-11-12 15:02:21','0000-00-00 00:00:00'),(24,225,7,NULL,3,'2025-11-14 18:40:27','2025-11-14 18:40:28'),(25,225,7,NULL,1,'2025-11-15 01:42:14','0000-00-00 00:00:00'),(26,225,7,NULL,1,'2025-11-17 06:37:26','0000-00-00 00:00:00'),(27,225,7,NULL,1,'2025-11-18 14:18:17','0000-00-00 00:00:00'),(28,225,7,NULL,4,'2025-11-22 10:30:35','2025-11-22 20:20:05'),(29,225,7,NULL,1,'2025-11-23 04:41:03','0000-00-00 00:00:00'),(30,225,7,NULL,1,'2025-11-26 10:37:18','0000-00-00 00:00:00'),(31,225,7,NULL,22,'2025-11-27 03:13:07','2025-11-27 04:09:40'),(32,225,7,NULL,5,'2025-11-28 02:07:09','2025-11-28 20:38:48'),(33,225,7,NULL,6,'2025-11-29 00:42:56','2025-11-29 22:26:42'),(34,225,7,NULL,5,'2025-12-01 01:42:06','2025-12-01 02:16:16'),(35,225,7,NULL,9,'2025-12-02 14:11:49','2025-12-02 15:18:00'),(36,225,7,NULL,3,'2025-12-03 11:41:04','2025-12-03 17:52:39'),(37,225,7,NULL,5,'2025-12-04 18:56:46','2025-12-04 19:19:45'),(38,225,7,NULL,10,'2025-12-05 00:35:29','2025-12-05 23:19:07'),(39,225,7,NULL,1,'2025-12-05 00:35:29','0000-00-00 00:00:00'),(40,225,7,NULL,2,'2025-12-06 08:46:59','2025-12-06 11:41:08'),(41,225,7,NULL,20,'2025-12-08 10:36:24','2025-12-08 23:49:16'),(42,225,7,NULL,6,'2025-12-09 08:34:27','2025-12-09 15:40:05'),(43,225,7,NULL,27,'2025-12-10 02:59:08','2025-12-10 21:52:32'),(44,225,7,NULL,3,'2025-12-11 09:55:54','2025-12-11 10:26:06'),(45,225,7,NULL,4,'2025-12-12 16:04:37','2025-12-12 16:04:39'),(46,225,7,NULL,2,'2025-12-13 15:36:41','2025-12-13 20:46:57'),(47,225,7,NULL,6,'2025-12-14 08:26:49','2025-12-14 19:55:32'),(48,225,7,NULL,13,'2025-12-15 02:41:06','2025-12-15 20:41:27'),(49,225,7,NULL,1,'2025-12-16 12:54:47','0000-00-00 00:00:00'),(50,225,7,NULL,2,'2025-12-17 05:45:57','2025-12-17 18:54:03'),(51,225,7,NULL,1,'2025-12-18 18:40:24','0000-00-00 00:00:00'),(52,225,7,NULL,4,'2025-12-19 04:27:19','2025-12-19 04:27:21'),(53,225,7,NULL,42,'2025-12-20 01:08:59','2025-12-20 13:35:37'),(54,225,7,NULL,3,'2025-12-22 04:32:44','2025-12-22 10:56:21'),(55,225,7,NULL,1,'2025-12-23 04:07:06','0000-00-00 00:00:00'),(56,225,7,NULL,2,'2025-12-24 01:45:43','2025-12-24 10:45:48'),(57,225,7,NULL,1,'2025-12-25 05:44:12','0000-00-00 00:00:00'),(58,225,7,NULL,6,'2025-12-26 13:59:16','2025-12-26 13:59:18'),(59,225,7,NULL,7,'2025-12-29 03:38:18','2025-12-29 14:01:10'),(60,225,7,NULL,2,'2025-12-30 16:02:08','2025-12-30 18:32:26'),(61,225,7,NULL,1,'2025-12-31 18:43:30','0000-00-00 00:00:00'),(62,225,7,NULL,63,'2026-01-01 14:12:17','2026-01-01 22:00:07'),(63,225,7,NULL,31,'2026-01-02 07:24:35','2026-01-02 23:58:38'),(64,225,7,NULL,10,'2026-01-03 02:57:25','2026-01-03 20:20:10'),(65,225,7,NULL,7,'2026-01-04 12:59:05','2026-01-04 23:26:48'),(66,225,7,NULL,11,'2026-01-05 01:47:44','2026-01-05 22:02:55'),(67,225,7,NULL,3,'2026-01-06 01:22:53','2026-01-06 18:55:17'),(68,225,7,NULL,13,'2026-01-07 14:12:56','2026-01-07 23:45:44'),(69,225,7,NULL,10,'2026-01-08 01:31:59','2026-01-08 23:39:52'),(70,225,7,NULL,13,'2026-01-09 06:46:55','2026-01-09 23:55:11'),(71,225,7,NULL,6,'2026-01-10 12:57:17','2026-01-10 13:24:44'),(72,225,7,NULL,6,'2026-01-11 12:05:07','2026-01-11 22:48:56'),(73,225,7,NULL,8,'2026-01-12 07:57:51','2026-01-12 21:13:16'),(74,225,7,NULL,6,'2026-01-13 06:26:37','2026-01-13 18:48:51'),(75,225,7,NULL,6,'2026-01-14 04:43:32','2026-01-14 23:37:06'),(76,225,7,NULL,5,'2026-01-15 00:54:52','2026-01-15 22:44:39'),(77,225,7,NULL,9,'2026-01-16 08:10:08','2026-01-16 23:24:04'),(78,225,7,NULL,5,'2026-01-17 00:22:45','2026-01-17 20:48:32'),(79,225,7,NULL,3,'2026-01-18 05:40:25','2026-01-18 17:29:16'),(80,225,7,NULL,6,'2026-01-19 01:45:53','2026-01-19 20:03:22'),(81,225,7,NULL,3,'2026-01-20 05:03:56','2026-01-20 10:36:31'),(82,225,7,NULL,3,'2026-01-21 09:04:56','2026-01-21 14:43:45'),(83,225,7,NULL,4,'2026-01-22 06:04:46','2026-01-22 10:24:21'),(84,225,7,NULL,8,'2026-01-23 00:42:34','2026-01-23 03:37:52'),(85,225,7,NULL,2,'2026-01-24 00:24:02','2026-01-24 14:24:01'),(86,225,7,NULL,6,'2026-01-25 13:18:21','2026-01-25 22:28:48'),(87,225,7,NULL,11,'2026-01-26 09:21:42','2026-01-26 21:33:16'),(88,225,7,NULL,7,'2026-01-27 02:13:27','2026-01-27 23:52:27'),(89,225,7,NULL,17,'2026-01-28 06:31:36','2026-01-28 17:19:13'),(90,225,7,NULL,4,'2026-01-29 11:37:16','2026-01-29 17:00:55'),(91,225,7,NULL,8,'2026-01-30 08:29:39','2026-01-30 22:59:06'),(92,225,7,NULL,5,'2026-01-31 02:23:03','2026-01-31 20:59:43'),(93,225,7,NULL,2,'2026-02-01 01:41:27','2026-02-01 03:31:56'),(94,225,7,NULL,4,'2026-02-02 01:00:37','2026-02-02 11:14:50'),(95,225,7,NULL,2,'2026-02-03 07:01:12','2026-02-03 09:35:39'),(96,225,7,NULL,9,'2026-02-04 01:41:04','2026-02-04 23:25:29'),(97,225,7,NULL,3,'2026-02-05 05:15:20','2026-02-05 11:06:44'),(98,225,7,NULL,2,'2026-02-06 00:21:10','2026-02-06 02:38:20'),(99,225,7,NULL,4,'2026-02-07 04:35:35','2026-02-07 07:22:57'),(100,225,7,NULL,17,'2026-02-08 11:48:10','2026-02-08 19:41:37'),(101,225,7,NULL,4,'2026-02-09 04:37:07','2026-02-09 19:13:54'),(102,225,7,NULL,11,'2026-02-10 05:52:08','2026-02-10 18:23:52'),(103,225,7,NULL,5,'2026-02-11 05:35:35','2026-02-11 21:20:23'),(104,225,7,NULL,1,'2026-02-12 09:06:11','0000-00-00 00:00:00'),(105,225,7,NULL,11,'2026-02-13 05:09:26','2026-02-13 20:28:04'),(106,225,7,NULL,7,'2026-02-14 03:39:28','2026-02-14 21:08:54'),(107,225,7,NULL,1,'2026-02-15 00:38:34','0000-00-00 00:00:00'),(108,225,7,NULL,4,'2026-02-16 00:02:37','2026-02-16 15:39:30'),(109,225,7,NULL,9,'2026-02-17 09:12:54','2026-02-17 20:49:01'),(110,225,7,NULL,1,'2026-02-18 04:57:53','0000-00-00 00:00:00'),(111,225,7,NULL,3,'2026-02-19 04:42:39','2026-02-19 18:18:14'),(112,225,7,NULL,11,'2026-02-20 06:56:34','2026-02-20 19:57:07'),(113,225,7,NULL,3,'2026-02-21 14:37:45','2026-02-21 23:17:16'),(114,225,7,NULL,2,'2026-02-22 02:44:18','2026-02-22 21:51:16'),(115,225,7,NULL,1,'2026-02-23 14:58:37','0000-00-00 00:00:00'),(116,225,7,NULL,7,'2026-02-24 00:04:27','2026-02-24 20:24:55'),(117,225,7,NULL,5,'2026-02-25 10:43:37','2026-02-25 23:30:55'),(118,225,7,NULL,5,'2026-02-26 00:13:27','2026-02-26 23:01:50'),(119,225,7,NULL,14,'2026-02-27 01:06:36','2026-02-27 23:06:27'),(120,225,7,NULL,4,'2026-02-28 07:06:03','2026-02-28 23:37:32'),(121,225,7,NULL,4,'2026-03-01 02:13:09','2026-03-01 22:34:42'),(122,225,7,NULL,6,'2026-03-02 10:05:40','2026-03-02 22:52:27'),(123,225,7,NULL,4,'2026-03-03 14:38:51','2026-03-03 20:08:38'),(124,225,7,NULL,8,'2026-03-04 09:21:54','2026-03-04 21:40:07'),(125,225,7,NULL,8,'2026-03-05 00:13:25','2026-03-05 20:14:42'),(126,225,7,NULL,8,'2026-03-06 11:35:26','2026-03-06 11:51:52'),(127,225,7,NULL,3,'2026-03-07 02:03:15','2026-03-07 18:59:37'),(128,225,7,NULL,14,'2026-03-08 01:41:05','2026-03-08 23:49:25'),(129,225,7,NULL,13,'2026-03-09 07:35:04','2026-03-09 18:10:17'),(130,225,7,NULL,3,'2026-03-10 03:58:46','2026-03-10 18:46:25'),(131,225,7,NULL,9,'2026-03-11 06:48:19','2026-03-11 21:37:33'),(132,225,7,NULL,5,'2026-03-12 16:39:01','2026-03-12 23:44:02'),(133,225,7,NULL,14,'2026-03-13 04:55:01','2026-03-13 19:37:02'),(134,225,7,NULL,1,'2026-03-14 15:47:49','0000-00-00 00:00:00'),(135,225,7,NULL,14,'2026-03-15 05:50:52','2026-03-15 19:31:15'),(136,225,7,NULL,3,'2026-03-16 02:26:14','2026-03-16 23:16:29'),(137,225,7,NULL,4,'2026-03-17 01:21:55','2026-03-17 15:31:21'),(138,225,7,NULL,7,'2026-03-18 09:43:36','2026-03-18 20:07:58'),(139,225,7,NULL,2,'2026-03-19 03:15:17','2026-03-19 22:08:09'),(140,225,7,NULL,11,'2026-03-20 06:16:50','2026-03-20 19:44:47'),(141,225,7,NULL,7,'2026-03-22 00:05:48','2026-03-22 22:09:38'),(142,225,7,NULL,38,'2026-03-23 00:30:37','2026-03-23 19:21:36'),(143,225,7,NULL,4,'2026-03-24 06:22:38','2026-03-24 15:43:22'),(144,225,7,NULL,8,'2026-03-25 02:43:41','2026-03-25 23:52:55'),(145,225,7,NULL,10,'2026-03-27 04:22:57','2026-03-27 14:15:28'),(146,225,7,NULL,5,'2026-03-28 10:11:25','2026-03-28 23:07:15'),(147,225,7,NULL,4,'2026-03-29 01:00:18','2026-03-29 15:24:43'),(148,225,7,NULL,1,'2026-03-31 02:37:40','0000-00-00 00:00:00'),(149,225,7,NULL,7,'2026-04-01 02:01:26','2026-04-01 23:30:31'),(150,225,7,NULL,4,'2026-04-02 05:31:19','2026-04-02 14:19:38'),(151,225,7,NULL,12,'2026-04-03 03:17:51','2026-04-03 17:43:09'),(152,225,7,NULL,3,'2026-04-04 10:33:03','2026-04-04 23:44:38'),(153,225,7,NULL,2,'2026-04-05 16:27:05','2026-04-05 22:44:03'),(154,225,7,NULL,6,'2026-04-06 00:37:13','2026-04-06 21:52:21'),(155,225,7,NULL,1,'2026-04-07 03:05:08','0000-00-00 00:00:00'),(156,225,7,NULL,2,'2026-04-08 01:04:14','2026-04-08 09:59:52'),(157,225,7,NULL,11,'2026-04-09 01:45:31','2026-04-09 21:21:00'),(158,225,7,NULL,8,'2026-04-10 05:12:41','2026-04-10 15:40:14'),(159,225,7,NULL,5,'2026-04-11 10:45:54','2026-04-11 23:49:46'),(160,225,7,NULL,1,'2026-04-12 06:11:40','0000-00-00 00:00:00'),(161,225,7,NULL,6,'2026-04-13 10:06:29','2026-04-13 20:01:59'),(162,225,7,NULL,1,'2026-04-14 12:35:58','0000-00-00 00:00:00'),(163,225,7,NULL,12,'2026-04-15 01:15:08','2026-04-15 22:22:37'),(164,225,7,NULL,4,'2026-04-16 04:54:36','2026-04-16 22:33:35'),(165,225,7,NULL,6,'2026-04-17 12:19:27','2026-04-17 12:19:30'),(166,225,7,NULL,6,'2026-04-18 02:40:29','2026-04-18 21:44:14'),(167,225,7,NULL,3,'2026-04-19 06:25:30','2026-04-19 11:22:13'),(168,225,7,NULL,3,'2026-04-20 01:31:50','2026-04-20 14:47:34'),(169,225,7,NULL,5,'2026-04-21 01:35:55','2026-04-21 20:48:22'),(170,225,7,NULL,2,'2026-04-22 12:29:08','2026-04-22 12:42:24'),(171,225,7,NULL,3,'2026-04-23 01:02:26','2026-04-23 17:11:35');
DROP TABLE IF EXISTS `wp9v_links`;
CREATE TABLE `wp9v_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_options`;
CREATE TABLE `wp9v_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=17272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_options` VALUES (1,'cron','a:18:{i:1776955284;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1776957061;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:1776987158;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776987593;a:1:{s:37:\"googlesitekit_email_reporting_monitor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776989461;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776989464;a:1:{s:11:\"cnb_wp_info\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776989572;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:1776989574;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:1776991850;a:1:{s:73:\"ColibriWP\\PageBuilder\\Notify\\NotificationsManager::getRemoteNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776993060;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776994860;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776996660;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1777237200;a:3:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:39:\"googlesitekit_email_reporting_initiator\";a:1:{s:32:\"966d5c482847250547ac0bfe99e2e03a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;s:6:\"weekly\";i:1;i:1777237200;}}}}i:1777508198;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:1777582800;a:1:{s:39:\"googlesitekit_email_reporting_initiator\";a:1:{s:32:\"d0687051ebcd0bf3a0391f8a7127d909\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;s:7:\"monthly\";i:1;i:1777582800;}}}}i:1779493193;a:1:{s:37:\"googlesitekit_email_reporting_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1782885600;a:1:{s:39:\"googlesitekit_email_reporting_initiator\";a:1:{s:32:\"47a53bd03205027537310f46ed2b50d9\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;s:9:\"quarterly\";i:1;i:1782885600;}}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://www.onurbranda.com.tr','on'),(3,'home','https://www.onurbranda.com.tr','on'),(4,'blogname','ONUR BRANDA','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','sercomcomputer@gmail.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','j F Y','on'),(25,'time_format','H:i','on'),(26,'links_updated_date_format','j F Y H:i','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','on'),(30,'rewrite_rules','a:104:{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:18:\"^entries/([^/]+)/?\";s:29:\"index.php?entries=$matches[1]\";s:42:\"archives/(\\d+)(?:/(\\d+))?/entries/(\\d+)/?$\";s:60:\"index.php?p=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:38:\"(.?.+?)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:67:\"index.php?pagename=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:101:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]&entries=$matches[5]\";s:75:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:117:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]&entries=$matches[6]\";s:26:\"(.?.+?)/entries(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&entries=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:9:{i:0;s:35:\"call-now-button/call-now-button.php\";i:1;s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";i:2;s:45:\"colibri-page-builder/colibri-page-builder.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:5;s:25:\"forminator/forminator.php\";i:6;s:35:\"google-site-kit/google-site-kit.php\";i:7;s:27:\"maintenance/maintenance.php\";i:8;s:24:\"wpforms-lite/wpforms.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','3','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:5:{i:0;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/header.php\";i:2;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/style.css\";i:3;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/page.php\";i:4;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/comments.php\";i:5;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/functions.php\";}','off'),(41,'template','silverstorm','on'),(42,'stylesheet','silverstorm','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60717','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:1:{s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";a:2:{i:0;s:15:\"HT_CTC_Register\";i:1;s:9:\"uninstall\";}}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','8','on'),(83,'page_on_front','7','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1776125460','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','60421','on'),(102,'wp9v_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:77:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:17:\"manage_forminator\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:49:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";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:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:19:\"read_envira_gallery\";b:1;}}s:22:\"colibri_content_editor\";a:2:{s:4:\"name\";s:14:\"Content Editor\";s:12:\"capabilities\";a:51:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:18:\"edit_theme_options\";b:1;s:9:\"customize\";b:1;}}}','on'),(103,'fresh_site','0','off'),(12624,'WPLANG','tr_TR','yes'),(105,'user_count','2','off'),(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:60:\"<!-- wp:search {\"showLabel\":false,\"buttonUseIcon\":true} /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Son Yazılar</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:224:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Son yorumlar</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:147:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Arşivler</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:151:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Kategoriler</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(107,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:17:\"colibri-sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}','auto'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(13842,'_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/tr_TR/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"tr_TR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/tr_TR/wordpress-6.9.4.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";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:1776950654;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-27 23:26:16\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/tr_TR.zip\";s:10:\"autoupdate\";b:1;}}}','off'),(225,'colibriwp_predesign_front_page_index','3','auto'),(226,'colibriwp_predesign_front_page_meta','a:0:{}','auto'),(228,'colibriwp_fix_wp58_sidebar','1','auto'),(229,'silverstorm_companion_old_show_on_front','page','auto'),(230,'silverstorm_companion_old_page_on_front','7','auto'),(231,'colibri_contact_form_sections_spacing_activation_logic_ran_flag','1','auto'),(232,'colibri_contact_form_sections_spacing_add_fix','1','auto'),(233,'silverstorm_start-source','notice-3','auto'),(234,'colibri_page_builder_activation_time','1760575849','auto'),(126,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1760575837;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(127,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"0d3922e68a37462b573c63c4c3734a74\";s:6:\"blocks\";a:6:{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:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-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'),(329,'forminator_appearance_presets','a:1:{s:7:\"default\";s:14:\"Default Preset\";}','auto'),(128,'recovery_keys','a:0:{}','off'),(175,'envira_lite_wizard','yes','auto'),(176,'envira_onboarding_data','a:3:{s:14:\"_email_address\";s:24:\"sercomcomputer@gmail.com\";s:13:\"_email_opt_in\";s:3:\"yes\";s:10:\"_user_type\";s:12:\"dev-designer\";}','auto'),(1031,'wpforms_version','1.9.8.2','auto'),(1032,'wpforms_version_lite','1.9.8.2','auto'),(1033,'wpforms_activated','a:1:{s:4:\"lite\";i:1761183724;}','auto'),(159,'finished_updating_comment_type','1','auto'),(13840,'db_upgraded','','on'),(777,'forminator_version_upgraded','1','auto'),(778,'forminator_status_migration_done','1761042641','auto'),(826,'category_children','a:0:{}','auto'),(152,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(153,'recently_activated','a:0:{}','off'),(154,'maintenance_meta','a:4:{s:13:\"first_version\";s:4:\"4.06\";s:13:\"first_install\";i:1760573593;s:11:\"old_version\";b:0;s:20:\"hide_welcome_pointer\";b:1;}','auto'),(155,'mtnc_db_version','2','auto'),(156,'maintenance_options','a:26:{s:5:\"state\";i:0;s:13:\"exclude_pages\";a:2:{s:4:\"post\";a:0:{}s:4:\"page\";a:0:{}}s:10:\"page_title\";s:30:\"Site is undergoing maintenance\";s:7:\"heading\";s:22:\"Maintenance mode is on\";s:11:\"description\";s:57:\"Site will be available soon. Thank you for your patience!\";s:11:\"footer_text\";s:19:\"© ONUR BRANDA 2025\";s:14:\"show_some_love\";b:0;s:8:\"is_login\";b:1;s:10:\"logo_width\";s:3:\"220\";s:11:\"logo_height\";s:0:\"\";s:4:\"logo\";s:1:\"0\";s:11:\"retina_logo\";s:1:\"0\";s:7:\"body_bg\";s:1:\"6\";s:17:\"bg_image_portrait\";s:1:\"0\";s:13:\"preloader_img\";s:1:\"0\";s:13:\"body_bg_color\";s:7:\"#111111\";s:10:\"font_color\";s:7:\"#ffffff\";s:17:\"controls_bg_color\";s:7:\"#111111\";s:16:\"body_font_family\";s:9:\"Open Sans\";s:16:\"body_font_subset\";s:3:\"300\";s:11:\"503_enabled\";b:0;s:7:\"is_blur\";b:0;s:14:\"blur_intensity\";s:1:\"5\";s:15:\"gg_analytics_id\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:16:\"default_settings\";b:0;}','auto'),(236,'colibri_page_builder_demo_sites','a:2:{s:9:\"timestamp\";i:1779486471;s:4:\"data\";a:99:{i:0;a:11:{s:16:\"import_file_name\";s:10:\"Business I\";s:4:\"slug\";s:8:\"business\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/colibri_default_business/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:1;a:11:{s:16:\"import_file_name\";s:11:\"Business II\";s:4:\"slug\";s:11:\"business-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/business-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:06.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:2;a:11:{s:16:\"import_file_name\";s:7:\"Plumber\";s:4:\"slug\";s:7:\"plumber\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/plumber/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/plumber/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:07.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:3;a:11:{s:16:\"import_file_name\";s:17:\"Creative Agency I\";s:4:\"slug\";s:11:\"advertising\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/customizer.dat\";s:24:\"import_preview_image_url\";s:97:\"https://static.colibriwp.com/templates-screenshots/colibri_default_creative_agency/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:09.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:4;a:11:{s:16:\"import_file_name\";s:3:\"SEO\";s:4:\"slug\";s:3:\"seo\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_seo/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/seo-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:5;a:11:{s:16:\"import_file_name\";s:11:\"IT Services\";s:4:\"slug\";s:11:\"it-services\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/it-services/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/it-services\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:6;a:11:{s:16:\"import_file_name\";s:20:\"Designer Portfolio I\";s:4:\"slug\";s:20:\"designer-portfolio-i\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-i/screenshot.png\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/designer-portfolio-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:7;a:11:{s:16:\"import_file_name\";s:21:\"Designer Portfolio II\";s:4:\"slug\";s:21:\"designer-portfolio-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/content.xml\";s:22:\"import_widget_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:87:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-ii/screenshot.png\";s:11:\"preview_url\";s:58:\"https://colibriwp-work.colibriwp.com/designer-portfolio-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:16.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:8;a:11:{s:16:\"import_file_name\";s:12:\"Business III\";s:4:\"slug\";s:12:\"business-iii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/business-iii/screenshot.png\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/business-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:9;a:11:{s:16:\"import_file_name\";s:10:\"Restaurant\";s:4:\"slug\";s:10:\"restaurant\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/customizer.dat\";s:24:\"import_preview_image_url\";s:92:\"https://static.colibriwp.com/templates-screenshots/colibri_default_restaurant/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/restaurant/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:10;a:11:{s:16:\"import_file_name\";s:10:\"Vineyard I\";s:4:\"slug\";s:8:\"vineyard\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/vineyard/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/vineyard-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:22.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:11;a:11:{s:16:\"import_file_name\";s:11:\"Vineyard II\";s:4:\"slug\";s:11:\"vineyard-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/vineyard-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/vineyard-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:01:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:12;a:11:{s:16:\"import_file_name\";s:9:\"My Resume\";s:4:\"slug\";s:9:\"my-resume\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/customizer.dat\";s:24:\"import_preview_image_url\";s:91:\"https://static.colibriwp.com/templates-screenshots/colibri_default_my-resume/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/my-resume/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:13;a:11:{s:16:\"import_file_name\";s:7:\"Lawyers\";s:4:\"slug\";s:7:\"lawyers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/lawyers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/lawyers\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:14;a:11:{s:16:\"import_file_name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/conference/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/conference\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:15;a:11:{s:16:\"import_file_name\";s:17:\"Wedding Planner I\";s:4:\"slug\";s:17:\"wedding-planner-i\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-i/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/wedding-planner-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:16;a:11:{s:16:\"import_file_name\";s:18:\"Wedding Planner II\";s:4:\"slug\";s:18:\"wedding-planner-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/wedding-planner-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:17;a:11:{s:16:\"import_file_name\";s:12:\"Architecture\";s:4:\"slug\";s:12:\"architecture\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/customizer.dat\";s:24:\"import_preview_image_url\";s:94:\"https://static.colibriwp.com/templates-screenshots/colibri_default_architecture/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/architecture/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:18;a:11:{s:16:\"import_file_name\";s:6:\"Barber\";s:4:\"slug\";s:6:\"barber\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-21/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/barber\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-22 09:05:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:19;a:11:{s:16:\"import_file_name\";s:8:\"Coffee I\";s:4:\"slug\";s:8:\"coffee-i\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/coffee-i/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/coffee-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:18.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:20;a:11:{s:16:\"import_file_name\";s:9:\"Coffee II\";s:4:\"slug\";s:9:\"coffee-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/coffee-ii/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/coffee-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:21;a:11:{s:16:\"import_file_name\";s:15:\"Interior Design\";s:4:\"slug\";s:15:\"interior-design\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/interior-design/screenshot.png\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/interior-design\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:22;a:11:{s:16:\"import_file_name\";s:4:\"Yoga\";s:4:\"slug\";s:4:\"yoga\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/yoga/screenshot.png\";s:11:\"preview_url\";s:41:\"https://colibriwp-work.colibriwp.com/yoga\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:23;a:11:{s:16:\"import_file_name\";s:13:\"Constructions\";s:4:\"slug\";s:13:\"constructions\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/constructions/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/constructions\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:35.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:24;a:11:{s:16:\"import_file_name\";s:11:\"Pets Clinic\";s:4:\"slug\";s:11:\"pets-clinic\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pets-clinic/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pets-clinic\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:25;a:11:{s:16:\"import_file_name\";s:10:\"Ski Resort\";s:4:\"slug\";s:10:\"ski-resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/ski-resort/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/ski-resort\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:26;a:11:{s:16:\"import_file_name\";s:18:\"Creative Agency II\";s:4:\"slug\";s:18:\"creative-agency-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/creative-agency-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:27;a:11:{s:16:\"import_file_name\";s:5:\"Sushi\";s:4:\"slug\";s:5:\"sushi\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/sushi/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/sushi\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:28;a:11:{s:16:\"import_file_name\";s:22:\"Designer Portfolio III\";s:4:\"slug\";s:22:\"designer-portfolio-iii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-iii/screenshot.png\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/designer-portfolio-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:29;a:11:{s:16:\"import_file_name\";s:3:\"Gym\";s:4:\"slug\";s:3:\"gym\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_gym/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/gym-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:30;a:11:{s:16:\"import_file_name\";s:9:\"Religious\";s:4:\"slug\";s:9:\"religious\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/religious/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/religious/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:34.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:31;a:11:{s:16:\"import_file_name\";s:14:\"Medical Clinic\";s:4:\"slug\";s:17:\"medical-clinic-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/medical-clinic-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/medical-clinic-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:36.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:32;a:11:{s:16:\"import_file_name\";s:5:\"Detox\";s:4:\"slug\";s:5:\"detox\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/detox/screenshot.png\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/detox/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:33;a:11:{s:16:\"import_file_name\";s:6:\"School\";s:4:\"slug\";s:6:\"school\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/school/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/school/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:34;a:11:{s:16:\"import_file_name\";s:6:\"Movers\";s:4:\"slug\";s:6:\"movers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/movers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/movers/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:35;a:11:{s:16:\"import_file_name\";s:8:\"Aquarium\";s:4:\"slug\";s:8:\"aquarium\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/aquarium/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/aquarium/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:36;a:11:{s:16:\"import_file_name\";s:4:\"Auto\";s:4:\"slug\";s:4:\"auto\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/auto/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/auto/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:37;a:11:{s:16:\"import_file_name\";s:10:\"Business V\";s:4:\"slug\";s:10:\"business-v\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/business-v/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-v/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:38;a:11:{s:16:\"import_file_name\";s:7:\"Charity\";s:4:\"slug\";s:7:\"charity\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/charity/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/charity/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:39;a:11:{s:16:\"import_file_name\";s:13:\"Makeup Artist\";s:4:\"slug\";s:13:\"makeup-artist\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/makeup-artist/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/makeup-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:40;a:11:{s:16:\"import_file_name\";s:10:\"Mobile App\";s:4:\"slug\";s:10:\"mobile-app\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/mobile-app/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/mobile-app/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:41;a:11:{s:16:\"import_file_name\";s:12:\"Music Artist\";s:4:\"slug\";s:12:\"music-artist\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/music-artist/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/music-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:42;a:11:{s:16:\"import_file_name\";s:22:\"Photographer Portfolio\";s:4:\"slug\";s:22:\"photographer-portfolio\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/photographer-portfolio/screenshot.png\";s:11:\"preview_url\";s:60:\"https://colibriwp-work.colibriwp.com/photographer-portfolio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:54.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:43;a:11:{s:16:\"import_file_name\";s:6:\"Resort\";s:4:\"slug\";s:6:\"resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/resort/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/resort/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:44;a:11:{s:16:\"import_file_name\";s:6:\"Tailor\";s:4:\"slug\";s:6:\"tailor\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/tailor/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/tailor/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:58.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:45;a:11:{s:16:\"import_file_name\";s:7:\"Theater\";s:4:\"slug\";s:7:\"theater\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/theater/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/theater/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:46;a:11:{s:16:\"import_file_name\";s:13:\"Travel Agency\";s:4:\"slug\";s:13:\"travel-agency\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/travel-agency/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/travel-agency/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:03:01.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:47;a:11:{s:16:\"import_file_name\";s:6:\"Bakery\";s:4:\"slug\";s:6:\"bakery\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-53/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/bakery\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:48;a:11:{s:16:\"import_file_name\";s:16:\"Cleaning Company\";s:4:\"slug\";s:16:\"cleaning-company\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-54/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/cleaning-company\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:14.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:49;a:11:{s:16:\"import_file_name\";s:15:\"Summer Festival\";s:4:\"slug\";s:15:\"summer-festival\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/summer-festival/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/summer-festival/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:52.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:50;a:11:{s:16:\"import_file_name\";s:12:\"Dance Studio\";s:4:\"slug\";s:12:\"dance-studio\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/dance-studio/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/dance-studio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:51;a:11:{s:16:\"import_file_name\";s:9:\"Gardening\";s:4:\"slug\";s:9:\"gardening\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/gardening/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/gardening/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:52;a:11:{s:16:\"import_file_name\";s:19:\"Political Candidate\";s:4:\"slug\";s:19:\"political-candidate\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/political-candidate/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/political-candidate/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:53;a:11:{s:16:\"import_file_name\";s:19:\"Horse Riding Center\";s:4:\"slug\";s:19:\"horse-riding-center\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/horse-riding-center/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/horse-riding-center/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:08.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:54;a:11:{s:16:\"import_file_name\";s:9:\"School II\";s:4:\"slug\";s:9:\"school-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/school-ii/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/school-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:55;a:11:{s:16:\"import_file_name\";s:13:\"Therapist PRO\";s:4:\"slug\";s:13:\"therapist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/therapist-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/therapist-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:56;a:11:{s:16:\"import_file_name\";s:10:\"Museum PRO\";s:4:\"slug\";s:10:\"museum-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/museum-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/museum-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:57;a:11:{s:16:\"import_file_name\";s:7:\"Eco PRO\";s:4:\"slug\";s:7:\"eco-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/eco-pro/screenshot.jpg\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/eco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:58;a:11:{s:16:\"import_file_name\";s:13:\"Carpentry PRO\";s:4:\"slug\";s:13:\"carpentry-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-74/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/carpentry-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:59;a:11:{s:16:\"import_file_name\";s:15:\"Babysitting PRO\";s:4:\"slug\";s:15:\"babysitting-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/babysitting-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/babysitting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:60;a:11:{s:16:\"import_file_name\";s:15:\"Bike rental PRO\";s:4:\"slug\";s:15:\"bike-rental-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/bike-rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/bike-rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:61;a:11:{s:16:\"import_file_name\";s:8:\"City PRO\";s:4:\"slug\";s:8:\"city-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/city-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/city-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:62;a:11:{s:16:\"import_file_name\";s:12:\"Handyman PRO\";s:4:\"slug\";s:12:\"handyman-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/handyman-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/handyman-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:63;a:11:{s:16:\"import_file_name\";s:13:\"Home Deco PRO\";s:4:\"slug\";s:13:\"home-deco-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/home-deco-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/home-deco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:64;a:11:{s:16:\"import_file_name\";s:12:\"Coaching PRO\";s:4:\"slug\";s:14:\"coaching-pro-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/coaching-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/coaching-pro-1\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:65;a:11:{s:16:\"import_file_name\";s:13:\"Coaching Free\";s:4:\"slug\";s:15:\"coaching-free-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/coaching-free-1/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/coaching-free\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-14 08:01:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:66;a:11:{s:16:\"import_file_name\";s:14:\"Designer Ui/Ux\";s:4:\"slug\";s:13:\"designer-uiux\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/designer-uiux/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/designer-uiux\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:33:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:67;a:11:{s:16:\"import_file_name\";s:9:\"Insurance\";s:4:\"slug\";s:11:\"insurance-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/insurance-1/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/insurance\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:02:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:68;a:11:{s:16:\"import_file_name\";s:10:\"Veterinary\";s:4:\"slug\";s:12:\"veterinary-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/veterinary-1/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/veterinary\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:02.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:69;a:11:{s:16:\"import_file_name\";s:8:\"Handmade\";s:4:\"slug\";s:10:\"handmade-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/handmade-1/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/handmade\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-02-09 09:36:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:70;a:11:{s:16:\"import_file_name\";s:20:\"Aesthetic clinic PRO\";s:4:\"slug\";s:22:\"aesthetic-clinic-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/aesthetic-clinic-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/aesthetic-clinic-pro-1\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:71;a:11:{s:16:\"import_file_name\";s:10:\"Tattoo PRO\";s:4:\"slug\";s:10:\"tattoo-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/tattoo-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/tattoo-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:72;a:11:{s:16:\"import_file_name\";s:14:\"Accounting PRO\";s:4:\"slug\";s:16:\"accounting-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/accounting-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accounting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-06 07:32:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:73;a:11:{s:16:\"import_file_name\";s:14:\"Web Agency PRO\";s:4:\"slug\";s:14:\"web-agency-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/web-agency-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/web-agency-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-30 09:48:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:74;a:11:{s:16:\"import_file_name\";s:13:\"Eldercare PRO\";s:4:\"slug\";s:13:\"eldercare-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/eldercare-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/eldercare-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:75;a:11:{s:16:\"import_file_name\";s:20:\"Personal Stylist PRO\";s:4:\"slug\";s:20:\"personal-stylist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/personal-stylist-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/personal-stylist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-24 13:40:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:76;a:11:{s:16:\"import_file_name\";s:15:\"Illusionist PRO\";s:4:\"slug\";s:15:\"illusionist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/illusionist-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/illusionist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:77;a:11:{s:16:\"import_file_name\";s:13:\"Paintball PRO\";s:4:\"slug\";s:13:\"paintball-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/paintball-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/paintball-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:78;a:11:{s:16:\"import_file_name\";s:11:\"Painter PRO\";s:4:\"slug\";s:11:\"painter-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/painter-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/painter-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-19 08:06:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:79;a:11:{s:16:\"import_file_name\";s:12:\"Football PRO\";s:4:\"slug\";s:12:\"football-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/template-122/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/football-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:80;a:11:{s:16:\"import_file_name\";s:12:\"Swimming PRO\";s:4:\"slug\";s:12:\"swimming-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/swimming-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/swimming-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:81;a:11:{s:16:\"import_file_name\";s:16:\"Pest control PRO\";s:4:\"slug\";s:16:\"pest-control-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/pest-control-pro/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/pest-control-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:82;a:11:{s:16:\"import_file_name\";s:19:\"Coworking Space PRO\";s:4:\"slug\";s:19:\"coworking-space-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/coworking-space-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/coworking-space-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-21 11:27:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:83;a:11:{s:16:\"import_file_name\";s:9:\"Print PRO\";s:4:\"slug\";s:9:\"print-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/print-pro/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/print-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:38:43.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:84;a:11:{s:16:\"import_file_name\";s:14:\"Accountant PRO\";s:4:\"slug\";s:14:\"accountant-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/accountant-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accountant-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-19 08:49:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:85;a:11:{s:16:\"import_file_name\";s:22:\"Marketing services PRO\";s:4:\"slug\";s:22:\"marketing-services-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/marketing-services-pro/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/marketing-services-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:09:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:86;a:11:{s:16:\"import_file_name\";s:17:\"Web Developer PRO\";s:4:\"slug\";s:17:\"web-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/web-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/web-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:87;a:11:{s:16:\"import_file_name\";s:24:\"Full Stack Developer PRO\";s:4:\"slug\";s:24:\"full-stack-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:104:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/full-stack-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:61:\"https://colibriwp-work.colibriwp.com/full-stack-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:88;a:11:{s:16:\"import_file_name\";s:19:\"Holistic Healer PRO\";s:4:\"slug\";s:19:\"holistic-healer-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/holistic-healer-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/holistic-healer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:89;a:11:{s:16:\"import_file_name\";s:10:\"Rental PRO\";s:4:\"slug\";s:10:\"rental-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-05 12:12:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:90;a:11:{s:16:\"import_file_name\";s:13:\"Pub / Bar PRO\";s:4:\"slug\";s:11:\"pub-bar-pro\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pub-bar-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pub-bar-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:91;a:11:{s:16:\"import_file_name\";s:14:\"Motorcycle PRO\";s:4:\"slug\";s:14:\"motorcycle-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/motorcycle-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/motorcycle-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:92;a:11:{s:16:\"import_file_name\";s:18:\"Transportation PRO\";s:4:\"slug\";s:18:\"transportation-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/transportation-pro/screenshot.jpg\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/transportation-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:48:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:93;a:11:{s:16:\"import_file_name\";s:20:\"Language Courses PRO\";s:4:\"slug\";s:20:\"language-courses-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/language-courses-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/language-courses-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:94;a:11:{s:16:\"import_file_name\";s:8:\"Taxi PRO\";s:4:\"slug\";s:8:\"taxi-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/taxi-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/taxi-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:95;a:11:{s:16:\"import_file_name\";s:11:\"Airclub PRO\";s:4:\"slug\";s:11:\"airclub-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/airclub-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/airclub-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:96;a:11:{s:16:\"import_file_name\";s:15:\"Car service PRO\";s:4:\"slug\";s:15:\"car-service-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/car-service-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/car-service-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-23 12:55:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:97;a:11:{s:16:\"import_file_name\";s:15:\"Christmas gifts\";s:4:\"slug\";s:15:\"christmas-gifts\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/christmas-gifts/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/christmas-gifts\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-17 16:25:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:98;a:11:{s:16:\"import_file_name\";s:16:\"Colibri Handyman\";s:4:\"slug\";s:16:\"colibri-handyman\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/colibri-handyman/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/colibri-handyman\";s:7:\"plugins\";a:2:{s:57:\"colibri-template-generator/colibri-template-generator.php\";N;s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-06-07 14:29:03.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}}}','auto');
INSERT INTO `wp9v_options` VALUES (235,'cp_initialize_notifications','1760575850','auto'),(171,'envira_over_time','a:1:{s:14:\"installed_lite\";s:10:\"1760574120\";}','auto'),(172,'envira_lite_version','1.12.5','off'),(200,'envira_permissions_edit_others','s:48:\"a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}\";','auto'),(199,'envira_permissions_delete','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(198,'envira_permissions_edit','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(173,'envira_gallery_116','1','auto'),(174,'envira_gallery_121','1','auto'),(197,'envira_permissions_create','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(201,'envira_permissions_default','yes','auto'),(205,'envira_notifications','a:5:{s:6:\"update\";i:1760574201;s:4:\"feed\";a:0:{}s:7:\"timeout\";i:1760592201;s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(202,'envira_gallery_review','a:2:{s:4:\"time\";i:1760574198;s:9:\"dismissed\";b:0;}','auto'),(204,'envira_admin_menu_tooltip','1774231555','auto'),(208,'ht_ctc_othersettings','a:29:{s:7:\"an_type\";s:12:\"no-animation\";s:8:\"an_delay\";s:1:\"0\";s:6:\"an_itr\";s:1:\"1\";s:11:\"show_effect\";s:11:\"From Corner\";s:3:\"amp\";s:1:\"1\";s:11:\"g_an_params\";a:3:{i:0;s:12:\"g_an_param_1\";i:1;s:12:\"g_an_param_2\";i:2;s:12:\"g_an_param_3\";}s:12:\"g_an_param_1\";a:2:{s:3:\"key\";s:6:\"number\";s:5:\"value\";s:8:\"{number}\";}s:12:\"g_an_param_2\";a:2:{s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"{title}\";}s:12:\"g_an_param_3\";a:2:{s:3:\"key\";s:3:\"url\";s:5:\"value\";s:5:\"{url}\";}s:10:\"gtm_params\";a:5:{i:0;s:11:\"gtm_param_1\";i:1;s:11:\"gtm_param_2\";i:2;s:11:\"gtm_param_3\";i:3;s:11:\"gtm_param_4\";i:4;s:11:\"gtm_param_5\";}s:11:\"gtm_param_1\";a:2:{s:3:\"key\";s:4:\"type\";s:5:\"value\";s:4:\"chat\";}s:11:\"gtm_param_2\";a:2:{s:3:\"key\";s:6:\"number\";s:5:\"value\";s:8:\"{number}\";}s:11:\"gtm_param_3\";a:2:{s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"{title}\";}s:11:\"gtm_param_4\";a:2:{s:3:\"key\";s:3:\"url\";s:5:\"value\";s:5:\"{url}\";}s:11:\"gtm_param_5\";a:2:{s:3:\"key\";s:3:\"ref\";s:5:\"value\";s:14:\"dataLayer push\";}s:12:\"pixel_params\";a:4:{i:0;s:13:\"pixel_param_1\";i:1;s:13:\"pixel_param_2\";i:2;s:13:\"pixel_param_3\";i:3;s:13:\"pixel_param_4\";}s:13:\"pixel_param_1\";a:2:{s:3:\"key\";s:8:\"Category\";s:5:\"value\";s:26:\"Click to Chat for WhatsApp\";}s:13:\"pixel_param_2\";a:2:{s:3:\"key\";s:2:\"ID\";s:5:\"value\";s:8:\"{number}\";}s:13:\"pixel_param_3\";a:2:{s:3:\"key\";s:5:\"Title\";s:5:\"value\";s:7:\"{title}\";}s:13:\"pixel_param_4\";a:2:{s:3:\"key\";s:3:\"URL\";s:5:\"value\";s:5:\"{url}\";}s:6:\"ga_gtm\";s:1:\"1\";s:3:\"gtm\";s:1:\"1\";s:14:\"gtm_event_name\";s:13:\"Click to Chat\";s:4:\"g_an\";s:3:\"ga4\";s:15:\"g_an_event_name\";s:13:\"click to chat\";s:8:\"fb_pixel\";s:1:\"1\";s:16:\"pixel_event_type\";s:11:\"trackCustom\";s:23:\"pixel_custom_event_name\";s:27:\"Click to Chat by HoliThemes\";s:25:\"pixel_standard_event_name\";s:4:\"Lead\";}','auto'),(209,'ht_ctc_chat_options','a:32:{s:2:\"cc\";s:0:\"\";s:3:\"num\";s:0:\"\";s:6:\"number\";s:13:\"+905411189507\";s:10:\"pre_filled\";s:21:\"Fiyat alabilir miyim?\";s:14:\"call_to_action\";s:8:\"WhatsApp\";s:13:\"style_desktop\";s:1:\"2\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:6:\"bottom\";s:12:\"side_1_value\";s:4:\"15px\";s:6:\"side_2\";s:5:\"right\";s:12:\"side_2_value\";s:4:\"15px\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:12:\"intl_country\";s:2:\"tr\";s:4:\"intl\";s:1:\"1\";s:13:\"position_type\";s:5:\"fixed\";s:13:\"same_settings\";s:1:\"1\";s:20:\"position_type_mobile\";s:5:\"fixed\";s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:5:\"right\";s:19:\"mobile_side_2_value\";s:4:\"10px\";s:12:\"url_target_d\";s:6:\"_blank\";s:15:\"url_structure_d\";s:7:\"default\";s:12:\"custom_url_d\";s:0:\"\";s:15:\"url_structure_m\";s:7:\"default\";s:12:\"custom_url_m\";s:0:\"\";s:15:\"display_desktop\";s:4:\"show\";s:14:\"display_mobile\";s:4:\"show\";s:7:\"display\";a:11:{s:14:\"global_display\";s:4:\"show\";s:4:\"home\";s:1:\"g\";s:5:\"posts\";s:1:\"g\";s:5:\"pages\";s:1:\"g\";s:7:\"archive\";s:1:\"g\";s:8:\"category\";s:1:\"g\";s:8:\"page_404\";s:1:\"g\";s:17:\"list_hideon_pages\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";}}','auto'),(210,'ht_ctc_s2','a:5:{s:11:\"s2_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25D366\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_font_size\";s:4:\"15px\";}','auto'),(211,'ht_ctc_plugin_details','a:17:{s:7:\"version\";s:4:\"4.39\";s:13:\"first_version\";s:4:\"4.29\";s:18:\"first_install_time\";i:1760574274;s:2:\"v3\";i:1760574274;s:6:\"v3_2_5\";i:1760574274;s:6:\"v3_3_3\";i:1760574274;s:6:\"v3_3_5\";i:1760574274;s:4:\"v3_7\";i:1760574274;s:4:\"v3_8\";i:1760574274;s:4:\"v3_9\";i:1760574274;s:5:\"v3_19\";i:1760574274;s:5:\"v3_23\";i:1760574274;s:5:\"v3_28\";i:1760574274;s:5:\"v3_31\";i:1760574274;s:4:\"v4_3\";i:1760574274;s:5:\"v4_34\";i:1765921825;s:5:\"v4_36\";i:1769205170;}','auto'),(220,'current_theme','Silverstorm','auto'),(221,'theme_mods_silverstorm','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:12:\"page_content\";a:0:{}}','on'),(222,'theme_switched','','auto'),(590,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":5,\"critical\":1}','on'),(247,'extend_builder_theme','a:17:{s:5:\"icons\";a:11:{s:17:\"brandico/facebook\";s:284:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook\" viewBox=\"0 0 486.037 1007\"><path d=\"M124 1005V536H0V367h124V223C124 110 197 5 366 5c68 0 119 7 119 7l-4 158s-52-1-108-1c-61 0-71 28-71 75v123h183l-8 169H302v469H123\"/></svg>\";s:17:\"font-awesome/star\";s:395:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"star\" viewBox=\"0 0 1664 1896.0833\"><path d=\"M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5T1321 1619q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5T301 1569q0-6 2-20l86-500L25 695Q0 668 0 647q0-37 56-46l502-73L783 73q19-41 49-41t49 41l225 455 502 73q56 9 56 46z\"/></svg>\";s:28:\"font-awesome/facebook-square\";s:410:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1248 128q119 0 203.5 84.5T1536 416v960q0 119-84.5 203.5T1248 1664h-188v-595h199l30-232h-229V689q0-56 23.5-84t91.5-28l122-1V369q-63-9-178-9-136 0-217.5 80T820 666v171H620v232h200v595H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960z\"/></svg>\";s:27:\"font-awesome/twitter-square\";s:630:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1280 610q-56 25-121 34 68-40 93-117-65 38-134 51-61-66-153-66-87 0-148.5 61.5T755 722q0 29 5 48-129-7-242-65T326 550q-29 50-29 106 0 114 91 175-47-1-100-26v2q0 75 50 133.5t123 72.5q-29 8-51 8-13 0-39-4 21 63 74.5 104t121.5 42q-116 90-261 90-26 0-50-3 148 94 322 94 112 0 210-35.5t168-95 120.5-137 75-162T1176 746q0-18-1-27 63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:27:\"font-awesome/youtube-square\";s:1354:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M919 1303v-157q0-50-29-50-17 0-33 16v224q16 16 33 16 29 0 29-49zm184-122h66v-34q0-51-33-51t-33 51v34zM532 915v70h-80v423h-74V985h-78v-70h232zm201 126v367h-67v-40q-39 45-76 45-33 0-42-28-6-17-6-54v-290h66v270q0 24 1 26 1 15 15 15 20 0 42-31v-280h67zm252 111v146q0 52-7 73-12 42-53 42-35 0-68-41v36h-67V915h67v161q32-40 68-40 41 0 53 42 7 21 7 74zm251 129v9q0 29-2 43-3 22-15 40-27 40-80 40-52 0-81-38-21-27-21-86v-129q0-59 20-86 29-38 80-38t78 38q21 29 21 86v76h-133v65q0 51 34 51 24 0 30-26 0-1 .5-7t.5-16.5V1281h68zM785 457v156q0 51-32 51t-32-51V457q0-52 32-52t32 52zm533 713q0-177-19-260-10-44-43-73.5t-76-34.5q-136-15-412-15-275 0-411 15-44 5-76.5 34.5T238 910q-20 87-20 260 0 176 20 260 10 43 42.5 73t75.5 35q137 15 412 15t412-15q43-5 75.5-35t42.5-73q20-84 20-260zM563 519l90-296h-75l-51 195-53-195h-78q7 23 23 69l24 69q35 103 46 158v201h74V519zm289 81V470q0-58-21-87-29-38-78-38-51 0-78 38-21 29-21 87v130q0 58 21 87 27 38 78 38 49 0 78-38 21-27 21-87zm181 120h67V350h-67v283q-22 31-42 31-15 0-16-16-1-2-1-26V350h-67v293q0 37 6 55 11 27 43 27 36 0 77-45v40zm503-304v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:25:\"font-awesome/vimeo-square\";s:540:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"vimeo-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1292 638q10-216-161-222-231-8-312 261 44-19 82-19 85 0 74 96-4 57-74 167t-105 110q-43 0-82-169-13-54-45-255-30-189-160-177-59 7-164 100l-81 72-81 72 52 67q76-52 87-52 57 0 107 179 15 55 45 164.5t45 164.5q68 179 164 179 157 0 383-294 220-283 226-444zm244-222v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:17:\"font-awesome/plus\";s:353:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"plus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H896v416q0 40-28 68t-68 28H608q-40 0-68-28t-28-68v-416H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h416V224q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z\"/></svg>\";s:18:\"font-awesome/minus\";s:251:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"minus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h1216q40 0 68 28t28 68z\"/></svg>\";s:25:\"font-awesome/chevron-left\";s:320:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-left\" viewBox=\"0 0 1289.1823 1896.0833\"><path d=\"M1171 301L640 832l531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19L173 877q-19-19-19-45t19-45L915 45q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z\"/></svg>\";s:26:\"font-awesome/chevron-right\";s:317:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-right\" viewBox=\"0 0 1280 1896.0833\"><path d=\"M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L275 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z\"/></svg>\";s:17:\"font-awesome/bars\";s:439:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"/></svg>\";}s:5:\"fonts\";a:2:{s:6:\"native\";a:0:{}s:6:\"google\";a:40:{s:4:\"Muli\";a:2:{s:7:\"weights\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Open Sans\";a:2:{s:7:\"weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Playfair Display\";a:2:{s:7:\"weights\";a:6:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Lato\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}s:10:\"Montserrat\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"400\";i:7;s:9:\"400italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}s:7:\"Raleway\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"400\";i:7;s:9:\"400italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}s:11:\"Nunito Sans\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}s:10:\"El Messiri\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"weights\";a:4:{i:0;s:3:\"400\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}s:9:\"Limelight\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:8:\"Italiana\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:6:\"Megrim\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:7:\"Montaga\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:7:\"Monoton\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:9:\"Rozha One\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:10:\"Tenor Sans\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:9:\"Unica One\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:5:\"Antic\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:12:\"Antic Didone\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:4:\"Arya\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:2:{i:0;s:3:\"400\";i:1;s:3:\"700\";}}s:6:\"Federo\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:12:\"Josefin Slab\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}s:17:\"Kumar One Outline\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:5:\"Mirza\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:6:\"arabic\";i:2;s:5:\"latin\";}s:7:\"weights\";a:4:{i:0;s:3:\"400\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}s:5:\"Forum\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:9:\"latin-ext\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:8:\"Vidaloka\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:11:\"Oranienbaum\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:9:\"latin-ext\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:3:\"Ovo\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:7:\"Suranna\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:9:\"Cormorant\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";}s:7:\"weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}s:5:\"Khand\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"400\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}s:11:\"Philosopher\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:10:\"vietnamese\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";}s:7:\"weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}s:10:\"Poiret One\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:7:\"Trirong\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:4:{i:0;s:4:\"thai\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";i:3;s:5:\"latin\";}s:7:\"weights\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"400\";i:7;s:9:\"400italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}s:8:\"Rajdhani\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"400\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}s:5:\"Junge\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:13:\"Didact Gothic\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:5:\"greek\";i:3;s:9:\"latin-ext\";i:4;s:12:\"cyrillic-ext\";i:5;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:13:\"Alfa Slab One\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:10:\"vietnamese\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:7:\"Adamina\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:5:\"Amiko\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:3:{i:0;s:3:\"400\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}s:9:\"Amethysta\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}}}s:6:\"colors\";a:6:{i:0;s:15:\"rgb(55, 55, 57)\";i:1;s:16:\"rgb(91, 91, 115)\";i:2;s:18:\"rgb(132, 145, 167)\";i:3;s:18:\"rgb(174, 189, 216)\";i:4;s:18:\"rgb(238, 241, 245)\";i:5;s:15:\"rgb(31, 31, 32)\";}s:11:\"dummyChange\";s:0:\"\";s:10:\"typography\";a:1:{s:7:\"holders\";a:10:{s:1:\"a\";a:4:{s:5:\"color\";s:17:\"${theme.colors.0}\";s:6:\"states\";a:2:{s:5:\"hover\";a:1:{s:5:\"color\";s:26:\"${theme.colors.0|variant3}\";}s:7:\"visited\";a:1:{s:5:\"color\";s:26:\"${theme.colors.0|variant1}\";}}s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";}s:10:\"blockquote\";a:1:{s:5:\"color\";s:17:\"${theme.colors.0}\";}s:2:\"h1\";a:6:{s:9:\"transform\";s:9:\"uppercase\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"5.5\";}s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:8:\"Italiana\";s:13:\"letterSpacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:5;}s:10:\"lineHeight\";a:2:{s:4:\"unit\";s:0:\"\";s:5:\"value\";s:3:\"1.1\";}}s:4:\"lead\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";}s:1:\"p\";a:3:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";s:2:\"16\";}}s:2:\"h2\";a:3:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:8:\"Italiana\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:1:\"3\";}}s:2:\"h3\";a:3:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:8:\"Italiana\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"2.5\";}}s:2:\"h4\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";}s:2:\"h5\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";}s:2:\"h6\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:13:\"Didact Gothic\";}}}s:6:\"global\";a:10:{s:7:\"content\";a:2:{s:8:\"template\";s:0:\"\";s:10:\"collection\";s:0:\"\";}s:6:\"titles\";a:10:{s:16:\"normalPageFormat\";s:7:\"{TITLE}\";s:17:\"normalResultsPage\";s:27:\"Search results for: {TITLE}\";s:9:\"errorPage\";s:22:\"Sorry! Page Not Found!\";s:10:\"singlePost\";s:7:\"{TITLE}\";s:15:\"categoryArchive\";s:16:\"Posts in {TITLE}\";s:13:\"authorArchive\";s:16:\"Posts in {TITLE}\";s:10:\"tagArchive\";s:16:\"Posts in {TITLE}\";s:11:\"yearArchive\";s:16:\"Posts in {TITLE}\";s:12:\"monthArchive\";s:16:\"Posts in {TITLE}\";s:10:\"dayArchive\";s:16:\"Posts in {TITLE}\";}s:6:\"vSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:6:\"hSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:2:\"px\";}s:10:\"transition\";a:1:{s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"0.5\";s:4:\"unit\";s:1:\"s\";}}s:9:\"templates\";a:2:{s:4:\"blog\";a:2:{s:5:\"style\";a:1:{s:11:\"descendants\";a:4:{s:7:\"section\";a:2:{s:10:\"background\";a:1:{s:5:\"color\";s:18:\"rgb(245, 247, 248)\";}s:7:\"padding\";a:2:{s:3:\"top\";a:1:{s:5:\"value\";s:1:\"0\";}s:6:\"bottom\";a:1:{s:5:\"value\";s:2:\"90\";}}}s:4:\"grid\";a:1:{s:6:\"margin\";a:1:{s:3:\"top\";a:1:{s:5:\"value\";i:-58;}}}s:3:\"row\";a:1:{s:9:\"boxShadow\";a:1:{s:7:\"enabled\";b:0;}}s:13:\"sidebar-right\";a:3:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";i:25;}}s:8:\"maxWidth\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";i:25;}s:5:\"media\";a:2:{s:6:\"tablet\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}s:8:\"maxWidth\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}s:6:\"mobile\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:3:\"100\";}}s:8:\"maxWidth\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:3:\"100\";}}}}}}s:5:\"props\";a:1:{s:11:\"descendants\";a:1:{s:3:\"row\";a:2:{s:6:\"layout\";a:2:{s:13:\"horizontalGap\";i:1;s:11:\"verticalGap\";i:1;}s:14:\"layout-classes\";a:2:{s:11:\"outer_class\";a:1:{i:0;s:16:\"gutters-row-lg-1\";}s:11:\"inner_class\";a:1:{i:0;s:16:\"gutters-col-lg-1\";}}}}}}s:11:\"woocommerce\";a:2:{s:5:\"props\";a:1:{s:11:\"descendants\";a:1:{s:7:\"section\";a:1:{s:8:\"sidebars\";a:1:{s:4:\"left\";b:1;}}}}s:5:\"style\";a:1:{s:11:\"descendants\";a:1:{s:12:\"sidebar-left\";a:1:{s:11:\"columnWidth\";a:1:{s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";i:25;}}}}}}}s:13:\"multilanguage\";a:2:{s:5:\"props\";a:2:{s:7:\"enabled\";b:1;s:4:\"type\";s:8:\"dropdown\";}s:5:\"style\";a:4:{s:11:\"descendants\";a:2:{s:9:\"container\";a:3:{s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}}s:5:\"flags\";a:1:{s:7:\"padding\";a:4:{s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}s:6:\"bottom\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}}}}s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}}}s:5:\"media\";a:2:{s:6:\"mobile\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:60;s:4:\"unit\";s:2:\"px\";}}}s:16:\"visible_partials\";a:1:{s:7:\"sidebar\";a:20:{i:0;N;i:1;N;i:2;N;i:3;N;i:4;N;i:8;N;i:9;N;i:12;N;i:14;N;i:15;N;i:18;N;i:20;N;i:21;N;i:23;N;i:24;N;i:26;N;i:27;N;i:29;N;i:32;N;i:35;b:1;}}}s:4:\"menu\";a:2:{s:16:\"defaultLocations\";a:3:{s:6:\"header\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";s:8:\"priority\";i:2;}}s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";s:8:\"priority\";i:1;}}s:6:\"footer\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";s:8:\"priority\";i:2;}}}s:9:\"locations\";a:5:{i:0;a:2:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";}i:1;a:2:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";}i:2;a:2:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";}i:3;a:2:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";}i:4;a:2:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";}}}s:3:\"css\";s:27148:\"\r\n.h-y-container > *:not(:last-child), .h-x-container-inner > * {\n  margin-bottom: 20px;\n}\n.h-x-container-inner, .h-column__content > .h-x-container > *:last-child {\n  margin-bottom: -20px;\n}\n.h-x-container-inner > * {\n  padding-left: 10px;\n  padding-right: 10px;\n}\n.h-x-container-inner {\n  margin-left: -10px;\n  margin-right: -10px;\n}\n[class*=style-], [class*=local-style-], .h-global-transition, .h-global-transition-all, .h-global-transition-all * {\n  transition-duration: 0.5s;\n}\n.wp-block-button .wp-block-button__link:not(.has-background),.wp-block-file .wp-block-file__button {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link:not(.has-background):hover,.wp-block-button .wp-block-button__link:not(.has-background):focus,.wp-block-button .wp-block-button__link:not(.has-background):active,.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:active {\n  background-color: rgb(36, 36, 57);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n  color: rgb(55, 55, 57);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(55, 55, 57);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(55, 55, 57);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(55, 55, 57);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {\n  color: #fff;\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.has-colibri-color-1-background-color {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:active {\n  background-color: rgb(36, 36, 57);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color {\n  color: rgb(55, 55, 57);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(55, 55, 57);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(55, 55, 57);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(55, 55, 57);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:active {\n  color: #fff;\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-1-background-color,*[class^=\"wp-block-\"] .has-colibri-color-1-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color p {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n.has-colibri-color-1-color {\n  color: rgb(55, 55, 57);\n}\n.has-colibri-color-2-background-color {\n  background-color: rgb(91, 91, 115);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n  background-color: rgb(91, 91, 115);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:active {\n  background-color: rgb(14, 14, 115);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color {\n  color: rgb(91, 91, 115);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(91, 91, 115);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(91, 91, 115);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(91, 91, 115);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(91, 91, 115);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:active {\n  color: #fff;\n  background-color: rgb(91, 91, 115);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-2-background-color,*[class^=\"wp-block-\"] .has-colibri-color-2-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color p {\n  background-color: rgb(91, 91, 115);\n  background-image: none;\n}\n.has-colibri-color-2-color {\n  color: rgb(91, 91, 115);\n}\n.has-colibri-color-3-background-color {\n  background-color: rgb(132, 145, 167);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n  background-color: rgb(132, 145, 167);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:active {\n  background-color: rgb(21, 75, 167);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color {\n  color: rgb(132, 145, 167);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(132, 145, 167);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(132, 145, 167);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(132, 145, 167);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(132, 145, 167);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:active {\n  color: #fff;\n  background-color: rgb(132, 145, 167);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-3-background-color,*[class^=\"wp-block-\"] .has-colibri-color-3-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color p {\n  background-color: rgb(132, 145, 167);\n  background-image: none;\n}\n.has-colibri-color-3-color {\n  color: rgb(132, 145, 167);\n}\n.has-colibri-color-4-background-color {\n  background-color: rgb(174, 189, 216);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n  background-color: rgb(174, 189, 216);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:active {\n  background-color: rgb(106, 115, 131);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color {\n  color: rgb(174, 189, 216);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(174, 189, 216);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(174, 189, 216);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(174, 189, 216);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(174, 189, 216);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:active {\n  color: #fff;\n  background-color: rgb(174, 189, 216);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-4-background-color,*[class^=\"wp-block-\"] .has-colibri-color-4-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color p {\n  background-color: rgb(174, 189, 216);\n  background-image: none;\n}\n.has-colibri-color-4-color {\n  color: rgb(174, 189, 216);\n}\n.has-colibri-color-5-background-color {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:active {\n  background-color: rgb(155, 157, 160);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color {\n  color: rgb(238, 241, 245);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:active {\n  color: #fff;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-5-background-color,*[class^=\"wp-block-\"] .has-colibri-color-5-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color p {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n.has-colibri-color-5-color {\n  color: rgb(238, 241, 245);\n}\n.has-colibri-color-6-background-color {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:active {\n  background-color: rgb(20, 20, 32);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color {\n  color: rgb(31, 31, 32);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:active {\n  color: #fff;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-6-background-color,*[class^=\"wp-block-\"] .has-colibri-color-6-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color p {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n}\n.has-colibri-color-6-color {\n  color: rgb(31, 31, 32);\n}\n#colibri .woocommerce-store-notice,#colibri.woocommerce .content .h-section input[type=submit],#colibri.woocommerce-page  .content .h-section  input[type=button],#colibri.woocommerce .content .h-section  input[type=button],#colibri.woocommerce-page  .content .h-section .button,#colibri.woocommerce .content .h-section .button,#colibri.woocommerce-page  .content .h-section  a.button,#colibri.woocommerce .content .h-section  a.button,#colibri.woocommerce-page  .content .h-section button.button,#colibri.woocommerce .content .h-section button.button,#colibri.woocommerce-page  .content .h-section input.button,#colibri.woocommerce .content .h-section input.button,#colibri.woocommerce-page  .content .h-section input#submit,#colibri.woocommerce .content .h-section input#submit,#colibri.woocommerce-page  .content .h-section a.added_to_cart,#colibri.woocommerce .content .h-section a.added_to_cart,#colibri.woocommerce-page  .content .h-section .ui-slider-range,#colibri.woocommerce .content .h-section .ui-slider-range,#colibri.woocommerce-page  .content .h-section .ui-slider-handle,#colibri.woocommerce .content .h-section .ui-slider-handle,#colibri.woocommerce-page  .content .h-section .wc-block-cart__submit-button,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button,#colibri.woocommerce-page  .content .h-section .wc-block-components-checkout-place-order-button,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(55, 55, 57);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(55, 55, 57);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(55, 55, 57);\n  border-left-style: solid;\n}\n#colibri .woocommerce-store-notice:hover,#colibri .woocommerce-store-notice:focus,#colibri .woocommerce-store-notice:active,#colibri.woocommerce .content .h-section input[type=submit]:hover,#colibri.woocommerce .content .h-section input[type=submit]:focus,#colibri.woocommerce .content .h-section input[type=submit]:active,#colibri.woocommerce-page  .content .h-section  input[type=button]:hover,#colibri.woocommerce-page  .content .h-section  input[type=button]:focus,#colibri.woocommerce-page  .content .h-section  input[type=button]:active,#colibri.woocommerce .content .h-section  input[type=button]:hover,#colibri.woocommerce .content .h-section  input[type=button]:focus,#colibri.woocommerce .content .h-section  input[type=button]:active,#colibri.woocommerce-page  .content .h-section .button:hover,#colibri.woocommerce-page  .content .h-section .button:focus,#colibri.woocommerce-page  .content .h-section .button:active,#colibri.woocommerce .content .h-section .button:hover,#colibri.woocommerce .content .h-section .button:focus,#colibri.woocommerce .content .h-section .button:active,#colibri.woocommerce-page  .content .h-section  a.button:hover,#colibri.woocommerce-page  .content .h-section  a.button:focus,#colibri.woocommerce-page  .content .h-section  a.button:active,#colibri.woocommerce .content .h-section  a.button:hover,#colibri.woocommerce .content .h-section  a.button:focus,#colibri.woocommerce .content .h-section  a.button:active,#colibri.woocommerce-page  .content .h-section button.button:hover,#colibri.woocommerce-page  .content .h-section button.button:focus,#colibri.woocommerce-page  .content .h-section button.button:active,#colibri.woocommerce .content .h-section button.button:hover,#colibri.woocommerce .content .h-section button.button:focus,#colibri.woocommerce .content .h-section button.button:active,#colibri.woocommerce-page  .content .h-section input.button:hover,#colibri.woocommerce-page  .content .h-section input.button:focus,#colibri.woocommerce-page  .content .h-section input.button:active,#colibri.woocommerce .content .h-section input.button:hover,#colibri.woocommerce .content .h-section input.button:focus,#colibri.woocommerce .content .h-section input.button:active,#colibri.woocommerce-page  .content .h-section input#submit:hover,#colibri.woocommerce-page  .content .h-section input#submit:focus,#colibri.woocommerce-page  .content .h-section input#submit:active,#colibri.woocommerce .content .h-section input#submit:hover,#colibri.woocommerce .content .h-section input#submit:focus,#colibri.woocommerce .content .h-section input#submit:active,#colibri.woocommerce-page  .content .h-section a.added_to_cart:hover,#colibri.woocommerce-page  .content .h-section a.added_to_cart:focus,#colibri.woocommerce-page  .content .h-section a.added_to_cart:active,#colibri.woocommerce .content .h-section a.added_to_cart:hover,#colibri.woocommerce .content .h-section a.added_to_cart:focus,#colibri.woocommerce .content .h-section a.added_to_cart:active,#colibri.woocommerce-page  .content .h-section .ui-slider-range:hover,#colibri.woocommerce-page  .content .h-section .ui-slider-range:focus,#colibri.woocommerce-page  .content .h-section .ui-slider-range:active,#colibri.woocommerce .content .h-section .ui-slider-range:hover,#colibri.woocommerce .content .h-section .ui-slider-range:focus,#colibri.woocommerce .content .h-section .ui-slider-range:active,#colibri.woocommerce-page  .content .h-section .ui-slider-handle:hover,#colibri.woocommerce-page  .content .h-section .ui-slider-handle:focus,#colibri.woocommerce-page  .content .h-section .ui-slider-handle:active,#colibri.woocommerce .content .h-section .ui-slider-handle:hover,#colibri.woocommerce .content .h-section .ui-slider-handle:focus,#colibri.woocommerce .content .h-section .ui-slider-handle:active,#colibri.woocommerce-page  .content .h-section .wc-block-cart__submit-button:hover,#colibri.woocommerce-page  .content .h-section .wc-block-cart__submit-button:focus,#colibri.woocommerce-page  .content .h-section .wc-block-cart__submit-button:active,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:hover,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:focus,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:active,#colibri.woocommerce-page  .content .h-section .wc-block-components-checkout-place-order-button:hover,#colibri.woocommerce-page  .content .h-section .wc-block-components-checkout-place-order-button:focus,#colibri.woocommerce-page  .content .h-section .wc-block-components-checkout-place-order-button:active,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:hover,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:focus,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:active {\n  background-color: rgb(36, 36, 57);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(36, 36, 57);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(36, 36, 57);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(36, 36, 57);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(36, 36, 57);\n  border-left-style: solid;\n}\n#colibri.woocommerce-page  .content .h-section .star-rating::before,#colibri.woocommerce .content .h-section .star-rating::before,#colibri.woocommerce-page  .content .h-section .star-rating span::before,#colibri.woocommerce .content .h-section .star-rating span::before {\n  color: rgb(55, 55, 57);\n}\n#colibri.woocommerce-page  .content .h-section .price,#colibri.woocommerce .content .h-section .price {\n  color: rgb(55, 55, 57);\n}\n#colibri.woocommerce-page  .content .h-section .price del,#colibri.woocommerce .content .h-section .price del {\n  color: rgb(137, 137, 142);\n}\n#colibri.woocommerce-page  .content .h-section .onsale,#colibri.woocommerce .content .h-section .onsale {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n#colibri.woocommerce-page  .content .h-section .onsale:hover,#colibri.woocommerce-page  .content .h-section .onsale:focus,#colibri.woocommerce-page  .content .h-section .onsale:active,#colibri.woocommerce .content .h-section .onsale:hover,#colibri.woocommerce .content .h-section .onsale:focus,#colibri.woocommerce .content .h-section .onsale:active {\n  background-color: rgb(36, 36, 57);\n  background-image: none;\n}\n#colibri.woocommerce ul.products li.product h2:hover {\n  color: rgb(55, 55, 57);\n}\n#colibri.woocommerce-page  .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce-page  .content .h-section .woocommerce-pagination a.page-numbers:hover,#colibri.woocommerce .content .h-section .woocommerce-pagination a.page-numbers:hover {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n#colibri.woocommerce-page  .content .h-section .comment-form-rating .stars a,#colibri.woocommerce .content .h-section .comment-form-rating .stars a {\n  color: rgb(55, 55, 57);\n}\n.h-section-global-spacing {\n  padding-top: 90px;\n  padding-bottom: 90px;\n}\n#colibri .colibri-language-switcher {\n  background-color: white;\n  background-image: none;\n  top: 80px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 4px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 4px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .colibri-language-switcher .lang-item {\n  padding-top: 14px;\n  padding-right: 18px;\n  padding-bottom: 14px;\n  padding-left: 18px;\n}\nbody {\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(113, 113, 117);\n}\nbody a {\n  font-family: Didact Gothic;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 1em;\n  line-height: 1.5;\n  color: rgb(55, 55, 57);\n}\nbody a:hover {\n  color: rgb(36, 36, 57);\n}\nbody a:visited {\n  color: rgb(137, 137, 142);\n}\nbody p {\n  margin-bottom: 16px;\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(113, 113, 117);\n}\nbody .h-lead p {\n  margin-bottom: 16px;\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 1.25em;\n  line-height: 1.5;\n  color: rgb(31, 31, 32);\n}\nbody blockquote p {\n  margin-bottom: 16px;\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(55, 55, 57);\n}\nbody h1 {\n  margin-bottom: 16px;\n  font-family: Italiana;\n  font-weight: 400;\n  font-size: 5.5em;\n  line-height: 1.1;\n  color: rgb(20, 20, 32);\n  text-transform: uppercase;\n  letter-spacing: 5px;\n}\nbody h2 {\n  margin-bottom: 16px;\n  font-family: Italiana;\n  font-weight: 400;\n  font-size: 3em;\n  line-height: 1.143;\n  color: rgb(20, 20, 32);\n}\nbody h3 {\n  margin-bottom: 16px;\n  font-family: Italiana;\n  font-weight: 400;\n  font-size: 2.5em;\n  line-height: 1.25;\n  color: rgb(20, 20, 32);\n}\nbody h4 {\n  margin-bottom: 16px;\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 1.25em;\n  line-height: 1.6;\n  color: rgb(20, 20, 32);\n}\nbody h5 {\n  margin-bottom: 16px;\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 1.125em;\n  line-height: 1.55;\n  color: rgb(20, 20, 32);\n}\nbody h6 {\n  margin-bottom: 16px;\n  font-family: Didact Gothic;\n  font-weight: 400;\n  font-size: 1em;\n  line-height: 1.6;\n  color: rgb(20, 20, 32);\n}\n .content.colibri-main-content-single .main-section,.content.colibri-main-content-archive .main-section {\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n  padding-top: 0px;\n  padding-bottom: 90px;\n}\n .content.colibri-main-content-single .main-section .main-row,.content.colibri-main-content-archive .main-section .main-row {\n  box-shadow: none;\n}\n .content.colibri-main-content-single .main-section .main-section-inner,.content.colibri-main-content-archive .main-section .main-section-inner {\n  margin-top: -58px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n  width: 25% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  max-width: 25%;\n}\n\r\n\r\n@media (min-width: 768px) and (max-width: 1023px){\r\n.h-section-global-spacing {\n  padding-top: 60px;\n  padding-bottom: 60px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  max-width: 33.33%;\n}\n\r\n}\n\r\n@media (max-width: 767px){\r\n.h-section-global-spacing {\n  padding-top: 30px;\n  padding-bottom: 30px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  max-width: 100%;\n}\n\r\n}\n\";s:6:\"medias\";a:3:{s:7:\"desktop\";a:6:{s:2:\"id\";s:7:\"desktop\";s:5:\"label\";s:7:\"desktop\";s:4:\"icon\";s:15:\"desktop_windows\";s:4:\"show\";b:1;s:4:\"main\";b:1;s:10:\"gridPrefix\";s:2:\"lg\";}s:6:\"tablet\";a:7:{s:2:\"id\";s:6:\"tablet\";s:5:\"label\";s:6:\"tablet\";s:4:\"icon\";s:14:\"tablet_android\";s:4:\"show\";b:0;s:5:\"width\";i:1024;s:10:\"gridPrefix\";s:2:\"md\";s:5:\"query\";s:49:\"@media (min-width: 768px) and (max-width: 1023px)\";}s:6:\"mobile\";a:6:{s:2:\"id\";s:6:\"mobile\";s:5:\"label\";s:6:\"mobile\";s:4:\"icon\";s:13:\"phone_android\";s:4:\"show\";b:0;s:5:\"width\";i:480;s:5:\"query\";s:25:\"@media (max-width: 767px)\";}}s:8:\"defaults\";a:1:{s:8:\"partials\";a:4:{s:7:\"sidebar\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:35;s:12:\"archive_post\";i:-1;s:7:\"product\";i:38;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:6:{s:10:\"front_page\";i:9;s:4:\"page\";i:-1;s:4:\"post\";i:14;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:20;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:29;s:4:\"post\";i:23;s:7:\"archive\";i:26;s:15:\"archive_product\";i:-1;s:7:\"product\";i:-1;s:6:\"search\";i:32;}}}s:12:\"widget_areas\";a:10:{s:20:\"header-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Header widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Header widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Header widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"header\";}s:21:\"content-widget-area-1\";a:3:{s:4:\"name\";s:21:\"In page widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-2\";a:3:{s:4:\"name\";s:21:\"In page widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-3\";a:3:{s:4:\"name\";s:21:\"In page widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:7:\"content\";}s:20:\"footer-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Footer widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Footer widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Footer widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-4\";a:3:{s:4:\"name\";s:20:\"Footer widget area 4\";s:5:\"index\";i:4;s:4:\"type\";s:6:\"footer\";}}s:4:\"urls\";a:2:{s:19:\"colibri_uploads_url\";s:47:\"http://www.onurbranda.com.tr/wp-content/uploads\";s:16:\"colibri_home_url\";s:29:\"http://www.onurbranda.com.tr/\";}s:13:\"colorVariants\";a:6:{i:0;a:5:{i:0;s:7:\"#dbdbe3\";i:1;s:7:\"#89898e\";i:2;s:7:\"#373739\";i:3;s:7:\"#242439\";i:4;s:7:\"#111139\";}i:1;a:5:{i:0;s:7:\"#9e9ec8\";i:1;s:7:\"#5b5b73\";i:2;s:7:\"#353573\";i:3;s:7:\"#0e0e73\";i:4;s:7:\"#18181e\";}i:2;a:5:{i:0;s:7:\"#c7dbfc\";i:1;s:7:\"#8491a7\";i:2;s:7:\"#4c6ea7\";i:3;s:7:\"#154ba7\";i:4;s:7:\"#414752\";}i:3;a:5:{i:0;s:7:\"#aebdd8\";i:1;s:7:\"#668fd8\";i:2;s:7:\"#1e60d8\";i:3;s:7:\"#6a7383\";i:4;s:7:\"#25282e\";}i:4;a:5:{i:0;s:7:\"#eef1f5\";i:1;s:7:\"#9cc2f5\";i:2;s:7:\"#4b94f5\";i:3;s:7:\"#9b9da0\";i:4;s:7:\"#494a4b\";}i:5;a:5:{i:0;s:7:\"#c4c4ca\";i:1;s:7:\"#717175\";i:2;s:7:\"#1f1f20\";i:3;s:7:\"#141420\";i:4;s:7:\"#0a0a20\";}}s:8:\"imported\";a:11:{s:18:\"theme_default_data\";b:1;s:17:\"header/front_page\";b:1;s:11:\"header/post\";b:1;s:11:\"footer/post\";b:1;s:9:\"main/post\";b:1;s:12:\"main/archive\";b:1;s:8:\"main/404\";b:1;s:11:\"main/search\";b:1;s:12:\"sidebar/post\";b:1;s:15:\"sidebar/product\";b:1;s:15:\"page/front_page\";b:1;}s:14:\"cssByPartialId\";a:12:{i:9;a:5:{s:10:\"local-9-h4\";a:2:{s:7:\"desktop\";s:296:\"#colibri .style-local-9-h4-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-9-h4-outer,#colibri .h-navigation_sticky.style-local-9-h4-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n\";s:6:\"mobile\";s:218:\"#colibri .style-local-9-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-9-h4-outer,#colibri .h-navigation_sticky.style-local-9-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n\";}s:10:\"local-9-h6\";a:2:{s:7:\"desktop\";s:277:\"#colibri .style-local-9-h6-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n#colibri .h-navigation_sticky .style-local-9-h6-outer,#colibri .h-navigation_sticky.style-local-9-h6-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n\";s:6:\"mobile\";s:71:\"#colibri .style-local-9-h6-outer {\n  width: auto;\n  max-width: 100%;\n}\n\";}s:11:\"local-9-h12\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-9-h12-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-9-h15\";a:3:{s:7:\"desktop\";s:262:\"#colibri .style-local-9-h15-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n#colibri .h-navigation_sticky .style-local-9-h15-outer,#colibri .h-navigation_sticky.style-local-9-h15-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:182:\"#colibri .style-local-9-h15-outer {\n  width: 50% ;\n}\n#colibri .h-navigation_sticky .style-local-9-h15-outer,#colibri .h-navigation_sticky.style-local-9-h15-outer {\n  width: 100% ;\n}\n\";s:6:\"mobile\";s:129:\"#colibri .h-navigation_sticky .style-local-9-h15-outer,#colibri .h-navigation_sticky.style-local-9-h15-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-9-h25\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-9-h25-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-9-h25-outer {\n  width: 100% ;\n}\n\";}}i:14;a:6:{s:11:\"local-14-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-14-h4-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-14-h4-outer,#colibri .h-navigation_sticky.style-local-14-h4-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n\";s:6:\"mobile\";s:221:\"#colibri .style-local-14-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-14-h4-outer,#colibri .h-navigation_sticky.style-local-14-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-14-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-14-h6-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n  max-width: 100%;\n}\n\";}s:11:\"local-14-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-14-h8-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-14-h8-outer,#colibri .h-navigation_sticky.style-local-14-h8-outer {\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  width: auto;\n  max-width: 100%;\n}\n\";}s:12:\"local-14-h14\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-14-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-14-h17\";a:3:{s:7:\"desktop\";s:265:\"#colibri .style-local-14-h17-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n#colibri .h-navigation_sticky .style-local-14-h17-outer,#colibri .h-navigation_sticky.style-local-14-h17-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:185:\"#colibri .style-local-14-h17-outer {\n  width: 50% ;\n}\n#colibri .h-navigation_sticky .style-local-14-h17-outer,#colibri .h-navigation_sticky.style-local-14-h17-outer {\n  width: 100% ;\n}\n\";s:6:\"mobile\";s:131:\"#colibri .h-navigation_sticky .style-local-14-h17-outer,#colibri .h-navigation_sticky.style-local-14-h17-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-14-h27\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-14-h27-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:20;a:1:{s:11:\"local-20-f4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-20-f4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:23;a:9:{s:11:\"local-23-m4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-23-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-23-m6\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-23-m6-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-23-m8\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-23-m8-height {\n  min-height: 490px;\n}\n\";}s:12:\"local-23-m10\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-23-m10-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-23-m12\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-23-m12-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-23-m16\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-23-m16-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-23-m19\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-23-m19-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-23-m21\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-23-m21-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-23-m29\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-23-m29-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:26;a:6:{s:11:\"local-26-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-26-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-26-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-26-m5-height {\n  min-height: 300px;\n}\n\";}s:12:\"local-26-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-26-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-26-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-26-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-26-m7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:29;a:1:{s:11:\"local-29-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-29-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:32;a:4:{s:11:\"local-32-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-32-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-32-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-32-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-32-m15\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:35;a:1:{s:11:\"local-35-s4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-35-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:38;a:1:{s:11:\"local-38-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-38-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:7;a:42:{s:11:\"local-7-c10\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c10-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c14\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c20\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c20-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c26\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c26-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c32\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c32-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c38\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c38-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c44\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c44-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c50\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c50-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c63\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-c63-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-c63-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-7-c68\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c68-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c70\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c70-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c72\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c72-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c74\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c74-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c69\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c71\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c73\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c75\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c77\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-c77-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-c77-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-7-c82\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-c82-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c84\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c84-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-7-c85\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-7-c85-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-7-c87\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c87-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c93\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-c93-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-c93-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-7-c98\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-c98-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-c98-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-7-c100\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-c100-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-7-c100-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-7-c101\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c12\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c12-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c17\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c23\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c29\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c35\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c41\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c47\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c53\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c56\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c56-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c58\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c58-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c60\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-7-c60-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-7-c57\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c59\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-7-c61\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:2;a:1:{s:10:\"local-2-c4\";a:1:{s:7:\"desktop\";s:144:\"#colibri .style-local-2-c4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n#colibri .style-local-2-c4 {\n  text-align: left;\n}\n\";}}i:190;a:1:{s:12:\"local-190-c4\";a:1:{s:7:\"desktop\";s:148:\"#colibri .style-local-190-c4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n#colibri .style-local-190-c4 {\n  text-align: left;\n}\n\";}}}s:7:\"cssById\";a:334:{i:1;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:2;a:3:{s:7:\"desktop\";s:443:\"#colibri .style-2 {\n  animation-duration: 0.5s;\n  background-color: rgba(246, 247, 249, 0);\n  background-image: none;\n  padding-top: 20px;\n  padding-right: 15px;\n  padding-bottom: 20px;\n  padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n  background-color: #ffffff;\n  background-image: none;\n  padding-top: 10px;\n  padding-bottom: 10px;\n  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:189:\"#colibri .style-2 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";}i:3;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:44:\"#colibri .style-3 {\n  padding-right: 0px;\n}\n\";}i:4;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-4 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:5;a:3:{s:7:\"desktop\";s:664:\"#colibri .style-5-image {\n  max-height: 70px;\n}\n#colibri .style-5 .logo-text {\n  color: rgb(10, 92, 202);\n}\n#colibri .style-5 a,#colibri .style-5  .logo-text {\n  color: #ffffff;\n  font-family: Italiana;\n  font-weight: 400;\n  text-decoration: none;\n  text-transform: uppercase;\n  font-size: 18px;\n  letter-spacing: 10px;\n}\n#colibri .h-navigation_sticky .style-5-image,#colibri .h-navigation_sticky.style-5-image {\n  max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-5 a,#colibri .h-navigation_sticky .style-5  .logo-text,#colibri .h-navigation_sticky.style-5 a,#colibri .h-navigation_sticky.style-5  .logo-text {\n  color: #000000;\n  text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:6;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-6 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:7;a:3:{s:7:\"desktop\";s:38:\"#colibri .style-7 {\n  height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:8;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-8 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:9;a:3:{s:7:\"desktop\";s:13222:\"#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:last-child {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:first-child {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: rgb(91, 91, 115);\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n  color: rgb(91, 91, 115);\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 5px;\n  padding-left: 5px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n  padding-right: 5px;\n  padding-left: 5px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n  height: 0px;\n  width: 100% ;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul {\n  margin-top: 0px;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-9 \n      ul.colibri-menu.solid-active-item > li::before {\n  background-color: white;\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0%;\n  border-top-right-radius: 0%;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0%;\n  border-bottom-right-radius: 0%;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-9 \n      ul.colibri-menu.bordered-active-item > li::before {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  height: 1px;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  font-size: 14px;\n  color: rgb(20, 20, 32);\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  font-size: 14px;\n  color: rgb(55, 55, 57);\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 1px;\n  border-bottom-color: rgba(221, 221, 221, 0.5);\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 1px;\n  border-bottom-color: rgba(221, 221, 221, 0.5);\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul {\n  background-color: #ffffff;\n  background-image: none;\n  margin-right: 5px;\n  margin-left: 5px;\n  box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.16) ;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  text-transform: uppercase;\n  font-size: 16px;\n  color: rgba(238, 241, 245, 0.6);\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  text-transform: uppercase;\n  font-size: 16px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 40px;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover {\n  border-top-width: 0px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: none;\n}\n#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover {\n  border-top-width: 0px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: none;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 40px;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n}\n#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu {\n  justify-content: flex-end;\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n  height: 10%;\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > ul {\n  margin-top: 10px;\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-9 \n      ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-9 \n      ul.colibri-menu.bordered-active-item > li::before {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  color: rgb(31, 31, 32);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-9 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  color: rgb(31, 31, 32);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  color: rgb(55, 55, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:936:\"#colibri .style-10-offscreen {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  width: 300px !important;\n}\n#colibri .style-10-offscreenOverlay {\n  background-color: rgba(0,0,0,0.5);\n  background-image: none;\n}\n#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0.1);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-top-left-radius: 100%;\n  border-top-right-radius: 100%;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-bottom-left-radius: 100%;\n  border-bottom-right-radius: 100%;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: solid;\n  fill: white;\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n  width: 24px;\n  height: 24px;\n}\n\";s:6:\"tablet\";s:284:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  fill: rgb(31, 31, 32);\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n}\n\";s:6:\"mobile\";s:284:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  fill: rgb(31, 31, 32);\n}\n\";}i:11;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:12;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:13;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-13 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:14;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:15;a:3:{s:7:\"desktop\";s:100:\"#colibri .style-15 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  margin-top: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:105:\"#colibri .h-navigation_sticky .style-15,#colibri .h-navigation_sticky.style-15 {\n  text-align: center;\n}\n\";}i:16;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:112:\"#colibri .h-navigation_sticky .style-16,#colibri .h-navigation_sticky.style-16 {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"mobile\";s:0:\"\";}i:17;a:3:{s:7:\"desktop\";s:5409:\"#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: white;\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n  color: white;\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 0px;\n  padding-left: 0px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n  padding-right: 0px;\n  padding-left: 0px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  font-family: Raleway;\n  font-size: 14px;\n  color: white;\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 40px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(245, 247, 248, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n}\n#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  font-family: Raleway;\n  font-size: 14px;\n  color: rgb(91, 91, 115);\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 40px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(245, 247, 248, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu li > ul {\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n#colibri .style-17 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  font-size: 16px;\n  color: rgba(238, 241, 245, 0.5);\n  padding-top: 15px;\n  padding-bottom: 15px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(221, 221, 221, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  margin-right: 20px;\n  margin-left: 20px;\n}\n#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-17  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  font-size: 16px;\n  color: rgb(238, 241, 245);\n  padding-top: 15px;\n  padding-bottom: 15px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(221, 221, 221, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  margin-right: 20px;\n  margin-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:18;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:19;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:20;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:21;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:22;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:23;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:24;a:3:{s:7:\"desktop\";s:810:\"#colibri .style-24 {\n  min-height: 542px;\n  color: rgb(238, 241, 245);\n  background-color: rgb(53, 59, 62);\n  background-position: 51.602390073015% 0%;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  padding-top: 120px;\n  padding-bottom: 120px;\n}\n#colibri .style-24 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 h6 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-24 p {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:134:\"#colibri .style-24 {\n  min-height: 500px;\n  background-position: 23.012305880165% 0%;\n  padding-top: 50px;\n  padding-bottom: 100px;\n}\n\";}i:25;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:26;a:3:{s:7:\"desktop\";s:371:\".style-26 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 25px;\n}\n#colibri .style-26 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-26 {\n  text-align: center;\n}\n\";}i:27;a:3:{s:7:\"desktop\";s:381:\"#colibri .style-27 p,#colibri .style-27  h1,#colibri .style-27  h2,#colibri .style-27  h3,#colibri .style-27  h4,#colibri .style-27  h5,#colibri .style-27  h6 {\n  margin-left: -60px;\n  color: rgb(28, 93, 176);\n  text-align: center;\n}\n#colibri .style-27 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:202:\"#colibri .style-27 p,#colibri .style-27  h1,#colibri .style-27  h2,#colibri .style-27  h3,#colibri .style-27  h4,#colibri .style-27  h5,#colibri .style-27  h6 {\n  margin-left: 00px;\n  font-size: 3em;\n}\n\";}i:28;a:3:{s:7:\"desktop\";s:254:\"#colibri .style-28 {\n  margin-bottom: 30px;\n  color: rgb(95, 147, 236);\n  text-align: center;\n}\n#colibri .style-28 p {\n  color: rgb(95, 147, 236);\n}\n#colibri .style-28 ul {\n  list-style-type: disc;\n}\n#colibri .style-28 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:29;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:1217:\"#colibri .style-30-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-30 {\n  padding-top: 18px;\n  padding-right: 60px;\n  padding-bottom: 18px;\n  padding-left: 60px;\n  font-weight: 600;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 0px;\n  color: rgb(31, 31, 32);\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  transition-duration: 0.5s;\n  text-align: center;\n  box-shadow: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-30:hover,#colibri .style-30:focus {\n  color: rgb(238, 241, 245);\n  background-color: rgba(28, 28, 36, 0);\n}\n#colibri .style-30:active .style-30-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:1220:\"#colibri .style-31-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-31 {\n  padding-top: 18px;\n  padding-right: 60px;\n  padding-bottom: 18px;\n  padding-left: 60px;\n  font-weight: 600;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 0px;\n  color: rgb(238, 241, 245);\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  transition-duration: 0.5s;\n  text-align: center;\n  box-shadow: none;\n  background-color: rgba(255, 255, 255, 0);\n  background-image: none;\n}\n#colibri .style-31:hover,#colibri .style-31:focus {\n  color: rgb(31, 31, 32);\n  background-color: rgb(238, 241, 245);\n}\n#colibri .style-31:active .style-31-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:32;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:33;a:3:{s:7:\"desktop\";s:446:\"#colibri .style-33 {\n  animation-duration: 0.5s;\n  background-color: rgba(246, 247, 249, 0);\n  background-image: none;\n  padding-top: 20px;\n  padding-right: 15px;\n  padding-bottom: 20px;\n  padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-33,#colibri .h-navigation_sticky.style-33 {\n  background-color: #ffffff;\n  background-image: none;\n  padding-top: 10px;\n  padding-bottom: 10px;\n  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:192:\"#colibri .style-33 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-33,#colibri .h-navigation_sticky.style-33 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";}i:34;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-34 {\n  padding-right: 0px;\n}\n\";}i:35;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-35 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:36;a:3:{s:7:\"desktop\";s:676:\"#colibri .style-36-image {\n  max-height: 70px;\n}\n#colibri .style-36 a,#colibri .style-36  .logo-text {\n  color: #ffffff;\n  font-family: Italiana;\n  font-weight: 400;\n  text-decoration: none;\n  text-transform: uppercase;\n  font-size: 18px;\n  letter-spacing: 10px;\n}\n#colibri .style-36 .logo-text {\n  color: rgb(238, 241, 245);\n}\n#colibri .h-navigation_sticky .style-36-image,#colibri .h-navigation_sticky.style-36-image {\n  max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-36 a,#colibri .h-navigation_sticky .style-36  .logo-text,#colibri .h-navigation_sticky.style-36 a,#colibri .h-navigation_sticky.style-36  .logo-text {\n  color: #000000;\n  text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:37;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-37 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:38;a:3:{s:7:\"desktop\";s:39:\"#colibri .style-38 {\n  height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:39;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-39 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:40;a:3:{s:7:\"desktop\";s:13307:\"#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu {\n  justify-content: flex-end;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 40px;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover {\n  border-top-width: 0px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: none;\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li:hover,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover {\n  border-top-width: 0px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 40px;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  text-transform: uppercase;\n  font-size: 16px;\n  color: rgba(238, 241, 245, 0.6);\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  text-transform: uppercase;\n  font-size: 16px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul {\n  background-color: #ffffff;\n  background-image: none;\n  margin-right: 5px;\n  margin-left: 5px;\n  box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.16) ;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 1px;\n  border-bottom-color: rgba(221, 221, 221, 0.5);\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 1px;\n  border-bottom-color: rgba(221, 221, 221, 0.5);\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  font-size: 14px;\n  color: rgb(20, 20, 32);\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  font-size: 14px;\n  color: rgb(55, 55, 57);\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-40 \n      ul.colibri-menu.bordered-active-item > li::before {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  height: 1px;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-40 \n      ul.colibri-menu.solid-active-item > li::before {\n  background-color: white;\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0%;\n  border-top-right-radius: 0%;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0%;\n  border-bottom-right-radius: 0%;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul {\n  margin-top: 0px;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n  height: 0px;\n  width: 100% ;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 5px;\n  padding-left: 5px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n  padding-right: 5px;\n  padding-left: 5px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: rgb(91, 91, 115);\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n  color: rgb(91, 91, 115);\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:first-child {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:last-child {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  color: rgb(31, 31, 32);\n}\n#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  color: rgb(31, 31, 32);\n}\n#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .h-navigation_sticky .style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .h-navigation_sticky.style-40  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-40 \n      ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-40 \n      ul.colibri-menu.bordered-active-item > li::before {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul {\n  margin-top: 10px;\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n  height: 10%;\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  color: rgb(55, 55, 57);\n}\n#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .h-navigation_sticky .style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .h-navigation_sticky.style-40 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: rgb(55, 55, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:41;a:3:{s:7:\"desktop\";s:936:\"#colibri .style-41-offscreen {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  width: 300px !important;\n}\n#colibri .style-41-offscreenOverlay {\n  background-color: rgba(0,0,0,0.5);\n  background-image: none;\n}\n#colibri .style-41  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0.1);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-top-left-radius: 100%;\n  border-top-right-radius: 100%;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-bottom-left-radius: 100%;\n  border-bottom-right-radius: 100%;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: solid;\n  fill: white;\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n  width: 24px;\n  height: 24px;\n}\n\";s:6:\"tablet\";s:284:\"#colibri .style-41  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n}\n#colibri .h-navigation_sticky .style-41  .h-hamburger-icon,#colibri .h-navigation_sticky.style-41  .h-hamburger-icon {\n  fill: rgb(31, 31, 32);\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n}\n\";s:6:\"mobile\";s:284:\"#colibri .style-41  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n}\n#colibri .h-navigation_sticky .style-41  .h-hamburger-icon,#colibri .h-navigation_sticky.style-41  .h-hamburger-icon {\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  fill: rgb(31, 31, 32);\n}\n\";}i:42;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:43;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:44;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-44 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:45;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:46;a:3:{s:7:\"desktop\";s:100:\"#colibri .style-46 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  margin-top: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:105:\"#colibri .h-navigation_sticky .style-46,#colibri .h-navigation_sticky.style-46 {\n  text-align: center;\n}\n\";}i:47;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:112:\"#colibri .h-navigation_sticky .style-47,#colibri .h-navigation_sticky.style-47 {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"mobile\";s:0:\"\";}i:48;a:3:{s:7:\"desktop\";s:5409:\"#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu > li > a {\n  padding-top: 15px;\n  padding-bottom: 15px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(221, 221, 221, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  margin-right: 20px;\n  margin-left: 20px;\n  font-size: 16px;\n  color: rgba(238, 241, 245, 0.5);\n}\n#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  background-color: unset;\n  background-image: none;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  background-color: unset;\n  background-image: none;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n  padding-top: 15px;\n  padding-bottom: 15px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(221, 221, 221, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  margin-right: 20px;\n  margin-left: 20px;\n  font-size: 16px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul {\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 40px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(245, 247, 248, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  font-family: Raleway;\n  font-size: 14px;\n  color: white;\n}\n#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover  > a {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-48  >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n  padding-top: 15px;\n  padding-right: 20px;\n  padding-bottom: 15px;\n  padding-left: 40px;\n  border-top-width: 0px;\n  border-top-color: #808080;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: #808080;\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgba(245, 247, 248, 0.25);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: #808080;\n  border-left-style: solid;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  font-family: Raleway;\n  font-size: 14px;\n  color: rgb(91, 91, 115);\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 0px;\n  padding-left: 0px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n  padding-right: 0px;\n  padding-left: 0px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a >  .arrow-wrapper {\n  color: white;\n  padding-right: 0px;\n  padding-left: 0px;\n}\n#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-48 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n  color: white;\n  padding-right: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:49;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:50;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:51;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:52;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:53;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:54;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:55;a:3:{s:7:\"desktop\";s:855:\"#colibri .style-55 {\n  height: auto;\n  min-height: unset;\n  color: rgb(238, 241, 245);\n  background-color: rgb(53, 59, 62);\n  background-position: 52.769597966585% 47.934746526296%;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  padding-top: 50px;\n  padding-bottom: 110px;\n}\n#colibri .style-55 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 h6 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-55 p {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:56;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:57;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-57 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:58;a:3:{s:7:\"desktop\";s:161:\"#colibri .style-58 h1,#colibri .style-58  h2,#colibri .style-58  h3,#colibri .style-58  h4,#colibri .style-58  h5,#colibri .style-58  h6 {\n  font-size: 4.5em;\n}\n\";s:6:\"tablet\";s:161:\"#colibri .style-58 h1,#colibri .style-58  h2,#colibri .style-58  h3,#colibri .style-58  h4,#colibri .style-58  h5,#colibri .style-58  h6 {\n  font-size: 3.5em;\n}\n\";s:6:\"mobile\";s:161:\"#colibri .style-58 h1,#colibri .style-58  h2,#colibri .style-58  h3,#colibri .style-58  h4,#colibri .style-58  h5,#colibri .style-58  h6 {\n  font-size: 2.5em;\n}\n\";}i:59;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:60;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:61;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-61 {\n  height: auto;\n  min-height: unset;\n  padding-top: 30px;\n  padding-bottom: 30px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:62;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:156:\".style-63 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-63 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:65;a:3:{s:7:\"desktop\";s:391:\"#colibri .style-65 {\n  box-shadow: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 6px;\n  border-top-right-radius: 6px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 6px;\n  border-bottom-right-radius: 6px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:152:\"#colibri .style-65 {\n  margin-right: 10px;\n  margin-left: 10px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";}i:66;a:3:{s:7:\"desktop\";s:359:\"#colibri .style-66 {\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-top: 15px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:43:\"#colibri .style-66 {\n  margin-top: 45px;\n}\n\";}i:67;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:68;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:69;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:70;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:71;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:72;a:3:{s:7:\"desktop\";s:538:\".style-72 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-72 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:73;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:43:\"#colibri .style-73 {\n  margin-top: 10px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:74;a:3:{s:7:\"desktop\";s:164:\"#colibri .style-74 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:75;a:3:{s:7:\"desktop\";s:625:\"#colibri .style-75 {\n  text-align: right;\n}\n#colibri .style-75 a {\n  text-decoration: none;\n  text-transform: capitalize;\n  font-size: 14px;\n  line-height: 1.2;\n  color: rgb(55, 55, 57);\n}\n#colibri .style-75 a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-75 a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-75 .metadata-prefix {\n  color: rgb(113, 113, 117);\n}\n#colibri .style-75 .metadata-suffix {\n  color: rgb(113, 113, 117);\n}\n#colibri .style-75 svg {\n  width: 22px ;\n  height: 22px;\n  margin-right: 2px;\n  display: none;\n}\n#colibri .style-75 .meta-separator {\n  font-size: 14px;\n  color: rgb(113, 113, 117);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:76;a:3:{s:7:\"desktop\";s:674:\"#colibri .style-76 {\n  background-color: rgb(196, 196, 202);\n  background-image: none;\n  text-align: center;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-76 .colibri-post-thumbnail-shortcode img {\n  height: 490px;\n  object-position: center center;\n  object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:77;a:3:{s:7:\"desktop\";s:191:\"#colibri .style-77 {\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:78;a:3:{s:7:\"desktop\";s:155:\".style-78 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 15px;\n}\n#colibri .style-78 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:79;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:80;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-80 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:81;a:3:{s:7:\"desktop\";s:776:\"#colibri .style-81 {\n  margin-bottom: 0px;\n}\n#colibri .style-81 a,#colibri .style-81  .colibri-post-category {\n  margin-right: 10px;\n  margin-bottom: 3px;\n  font-weight: 600;\n  text-decoration: none;\n  text-transform: capitalize;\n  font-size: 14px;\n  line-height: 1.5;\n  letter-spacing: 0px;\n  color: rgb(238, 241, 245);\n  background-color: rgba(55, 55, 57, 0.9);\n  background-image: none;\n  padding-top: 2px;\n  padding-right: 5px;\n  padding-bottom: 2px;\n  padding-left: 5px;\n}\n#colibri .style-81 a:hover,#colibri .style-81  .colibri-post-category:hover {\n  background-color: rgb(31, 31, 32);\n}\n#colibri .style-81 a:hover,#colibri .style-81  .colibri-post-category:hover {\n  background-color: rgb(31, 31, 32);\n}\n#colibri .style-81 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:82;a:3:{s:7:\"desktop\";s:112:\"#colibri .style-82 .colibri-post-content {\n  margin-bottom: 0px;\n  font-size: 16px;\n  color: rgb(31, 31, 32);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:83;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:84;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-84 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:85;a:3:{s:7:\"desktop\";s:697:\"#colibri .style-85 {\n  background-color: rgb(255, 255, 255);\n  background-image: none;\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n}\n#colibri .style-85 a,#colibri .style-85  .colibri-post-tag {\n  margin-right: 10px;\n  text-decoration: none;\n  text-transform: capitalize;\n  font-size: 14px;\n  line-height: 1.4;\n  color: rgba(31, 31, 32, 0.6);\n}\n#colibri .style-85 a:hover,#colibri .style-85  .colibri-post-tag:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .style-85 a:hover,#colibri .style-85  .colibri-post-tag:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .style-85 .tags-prefix {\n  margin-right: 2px;\n  font-size: 14px;\n  color: rgb(113, 113, 117);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:86;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-86 {\n  margin-bottom: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-86 {\n  margin-bottom: 0px;\n}\n\";}i:87;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-87 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:88;a:3:{s:7:\"desktop\";s:997:\"#colibri .style-88 .nav-previous a,#colibri .style-88 .nav-next a {\n  font-family: Raleway;\n  font-weight: 600;\n  text-decoration: none;\n  text-transform: none;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 0px;\n  color: rgb(55, 55, 57);\n  border-top-width: 0px;\n  border-top-color: rgb(91, 91, 115);\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: rgb(91, 91, 115);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(91, 91, 115);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(91, 91, 115);\n  border-left-style: none;\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n}\n#colibri .style-88 .nav-previous a:hover,#colibri .style-88 .nav-next a:hover {\n  color: rgb(31, 31, 32);\n  background-color: rgba(245, 247, 248, 0.5);\n}\n#colibri .style-88 .nav-previous a:hover,#colibri .style-88 .nav-next a:hover {\n  color: rgb(31, 31, 32);\n  background-color: rgba(245, 247, 248, 0.5);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:89;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-89 {\n  text-align: right;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:90;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-90 {\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:91;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:92;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:93;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:94;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:95;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:96;a:3:{s:7:\"desktop\";s:155:\".style-96 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 15px;\n}\n#colibri .style-96 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:97;a:3:{s:7:\"desktop\";s:3663:\"#colibri .style-97 .blog-post-comments {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 5px;\n  border-top-right-radius: 5px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 5px;\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-97 .comment.even {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(238, 238, 238);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 238, 238);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 238, 238);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 238, 238);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .style-97 .comment.odd {\n  background-color: rgba(245, 247, 248, 0.4);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(238, 238, 238);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 238, 238);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 238, 238);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 238, 238);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .style-97 .comments-title {\n  font-weight: 500;\n  font-size: 1.3em;\n  line-height: 1.6;\n  color: rgb(20, 20, 32);\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-97 .comment-meta {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(113, 113, 117);\n  transition-duration: 0.5s;\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-97 .comment-author img {\n  width: 30px ;\n  height: 30px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 1000px;\n  border-top-right-radius: 1000px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 1000px;\n  border-bottom-right-radius: 1000px;\n  border-left-width: 0px;\n  border-left-style: none;\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-97 .comment-author .url {\n  font-weight: 600;\n  font-style: normal;\n  text-decoration: none;\n  line-height: 1.6;\n  color: rgb(31, 31, 32);\n  background-color: unset;\n  background-image: none;\n  margin-left: 3px;\n}\n#colibri .style-97 .comment-metadata {\n  text-decoration: none;\n  text-transform: lowercase;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(113, 113, 117);\n  margin-bottom: 10px;\n  transition-duration: 0.5s;\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-97 .comment-metadata:hover {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-97 .comment-metadata:hover {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-97 .comment-body .reply a {\n  margin-top: 10px;\n  margin-bottom: 10px;\n  font-weight: 600;\n  text-decoration: none;\n  text-transform: uppercase;\n  font-size: 14px;\n  letter-spacing: 1px;\n  color: rgb(91, 91, 115);\n}\n#colibri .style-97 .comment-body .reply a:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .style-97 .comment-body .reply a:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .style-97 .children {\n  margin-left: 15px;\n}\n#colibri .style-97 .comments-disabled {\n  text-align: left;\n  margin-bottom: 0px;\n  color: rgb(20, 20, 32);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:306:\"#colibri .style-97 .comment.even {\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n}\n#colibri .style-97 .comment.odd {\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n}\n#colibri .style-97 .children {\n  margin-left: 5px;\n}\n\";}i:98;a:3:{s:7:\"desktop\";s:3588:\"#colibri .comment-respond {\n  background-color: rgb(255, 255, 255);\n  background-image: none;\n  padding-top: 25px;\n  padding-right: 25px;\n  padding-bottom: 25px;\n  padding-left: 25px;\n}\n#colibri .comment-respond .comment-reply-title {\n  margin-bottom: 5px;\n  font-size: 24px;\n}\n#colibri .comment-respond label {\n  font-family: Nunito Sans;\n  color: rgb(196, 196, 202);\n}\n#colibri .comment-respond input:not([type=\"submit\"]),#colibri .comment-respond textarea {\n  border-top-width: 1px;\n  border-top-color: rgb(155, 157, 160);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(155, 157, 160);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(155, 157, 160);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(155, 157, 160);\n  border-left-style: solid;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"] {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  padding-top: 14px;\n  padding-right: 24px;\n  padding-bottom: 14px;\n  padding-left: 24px;\n  margin-top: 20px;\n  font-family: Didact Gothic;\n  font-style: normal;\n  text-decoration: none;\n  text-transform: none;\n  font-size: 14px;\n  color: rgb(238, 241, 245);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n  background-color: rgba(55, 55, 57, 0);\n  color: rgb(31, 31, 32);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n  background-color: rgba(55, 55, 57, 0);\n  color: rgb(31, 31, 32);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  padding-top: 14px;\n  padding-right: 24px;\n  padding-bottom: 14px;\n  padding-left: 24px;\n  margin-top: 20px;\n  font-family: Didact Gothic;\n  font-style: normal;\n  text-decoration: none;\n  text-transform: none;\n  font-size: 14px;\n  color: rgb(238, 241, 245);\n}\n#colibri .comment-respond .comment-form a,#colibri .comment-respond  .comment-respond a {\n  text-decoration: none;\n  color: rgb(91, 91, 115);\n}\n#colibri .comment-respond .comment-form a:hover,#colibri .comment-respond  .comment-respond a:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .comment-respond .comment-form a:hover,#colibri .comment-respond  .comment-respond a:hover {\n  color: rgb(31, 31, 32);\n}\n#colibri .comment-respond .comment-notes {\n  font-size: 14px;\n  color: rgb(113, 113, 117);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:99;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:66:\"#colibri .style-99 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";}i:100;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-100 {\n  height: auto;\n  min-height: unset;\n  padding-top: 90px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:101;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:102;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:103;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:104;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:105;a:3:{s:7:\"desktop\";s:393:\"#colibri .style-105 {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-105 {\n  padding-top: 15px;\n  padding-right: 0px;\n}\n\";s:6:\"mobile\";s:90:\"#colibri .style-105 {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\";}i:106;a:3:{s:7:\"desktop\";s:321:\"#colibri .style-106 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:47:\"#colibri .style-106 {\n  margin-bottom: 15px;\n}\n\";s:6:\"mobile\";s:47:\"#colibri .style-106 {\n  margin-bottom: 15px;\n}\n\";}i:107;a:3:{s:7:\"desktop\";s:676:\"#colibri .style-107 {\n  background-color: rgb(196, 196, 202);\n  background-image: none;\n  text-align: center;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-107 .colibri-post-thumbnail-shortcode img {\n  height: 300px;\n  object-position: center center;\n  object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:108;a:3:{s:7:\"desktop\";s:90:\"#colibri .style-108 {\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:109;a:3:{s:7:\"desktop\";s:990:\".style-109 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-109 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 p {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-109 h6 {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:110:\"#colibri .style-109 {\n  padding-top: 10%;\n  padding-right: 10%;\n  padding-bottom: 10%;\n  padding-left: 10%;\n}\n\";}i:110;a:3:{s:7:\"desktop\";s:209:\"#colibri .style-110 h1,#colibri .style-110  h2,#colibri .style-110  h3,#colibri .style-110  h4,#colibri .style-110  h5,#colibri .style-110  h6 {\n  margin-bottom: 0px;\n  font-size: 1.5em;\n  line-height: 1.4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:111;a:3:{s:7:\"desktop\";s:660:\"#colibri .style-111 a {\n  text-decoration: none;\n  text-transform: capitalize;\n  font-size: 14px;\n  line-height: 1.2;\n  color: rgba(238, 241, 245, 0.6);\n}\n#colibri .style-111 a:hover {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-111 a:hover {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-111 .metadata-suffix {\n  color: rgb(113, 113, 117);\n}\n#colibri .style-111 .metadata-suffix:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-111 .metadata-suffix:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-111 svg {\n  width: 22px ;\n  height: 22px;\n  display: none;\n  margin-right: 2px;\n}\n#colibri .style-111 .meta-separator {\n  color: rgb(113, 113, 117);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:112;a:3:{s:7:\"desktop\";s:70:\"#colibri .style-112 .colibri-post-excerpt {\n  padding-bottom: 10px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:113;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:114;a:3:{s:7:\"desktop\";s:1330:\"#colibri .style-114-icon {\n  margin-right: 0px;\n  margin-left: 5px;\n  width: 12px;\n  height: 12px;\n  transition-duration: 0.5s;\n}\n#colibri .style-114 {\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  text-align: center;\n  transition-duration: 0.5s;\n  font-size: 14px;\n  line-height: 1.5;\n  color: rgb(31, 31, 32);\n}\n#colibri .style-114:hover,#colibri .style-114:focus {\n  background-color: rgba(245, 247, 248, 0);\n  color: rgb(238, 241, 245);\n}\n#colibri .style-114:hover .style-114-icon,#colibri .style-114:focus .style-114-icon {\n  margin-left: 10px;\n}\n#colibri .style-114:active .style-114-icon {\n  margin-right: 0px;\n  margin-left: 5px;\n  width: 12px;\n  height: 12px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:115;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:69:\"#colibri .style-115 {\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\";}i:116;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-116 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:117;a:3:{s:7:\"desktop\";s:988:\"#colibri .style-117 .nav-links .prev-navigation a,#colibri .style-117 .nav-links .next-navigation a {\n  font-weight: 600;\n  text-decoration: none;\n  letter-spacing: 0px;\n  color: rgb(55, 55, 57);\n  border-top-width: 2px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\n  border-right-width: 2px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: none;\n  border-bottom-left-radius: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: none;\n}\n#colibri .style-117 .nav-links .prev-navigation a:hover,#colibri .style-117 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-117 .nav-links .prev-navigation a:hover,#colibri .style-117 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:118;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-118 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:119;a:3:{s:7:\"desktop\";s:1129:\"#colibri .style-119 .page-numbers.current {\n  margin-right: 15px;\n  font-family: Montserrat;\n  font-size: 16px;\n  color: rgb(55, 55, 57);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 300px;\n  border-top-right-radius: 300px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-119 .page-numbers {\n  margin-right: 15px;\n  font-family: Montserrat;\n  font-size: 1em;\n  color: rgba(31, 31, 32, 0.6);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 300px;\n  border-top-right-radius: 300px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-119 .page-numbers:hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-119 .page-numbers:hover {\n  color: rgb(55, 55, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:120;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-120 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:121;a:3:{s:7:\"desktop\";s:1012:\"#colibri .style-121 .nav-links .prev-navigation a,#colibri .style-121 .nav-links .next-navigation a {\n  font-weight: 600;\n  text-decoration: none;\n  text-transform: none;\n  letter-spacing: 0px;\n  color: rgb(55, 55, 57);\n  border-top-width: 2px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\n  border-right-width: 2px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: none;\n  border-bottom-left-radius: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: none;\n}\n#colibri .style-121 .nav-links .prev-navigation a:hover,#colibri .style-121 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-121 .nav-links .prev-navigation a:hover,#colibri .style-121 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:122;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:123;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:124;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-124 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:125;a:3:{s:7:\"desktop\";s:363:\"#colibri .style-125 p,#colibri .style-125  h1,#colibri .style-125  h2,#colibri .style-125  h3,#colibri .style-125  h4,#colibri .style-125  h5,#colibri .style-125  h6 {\n  font-size: 10em;\n  color: rgb(55, 55, 57);\n}\n#colibri .style-125 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:126;a:3:{s:7:\"desktop\";s:195:\"#colibri .style-126 {\n  font-size: 24px;\n}\n#colibri .style-126 p {\n  font-size: 24px;\n}\n#colibri .style-126 ol {\n  list-style-type: decimal;\n}\n#colibri .style-126 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:127;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:128;a:3:{s:7:\"desktop\";s:1160:\"#colibri .style-128-icon {\n  width: 20px;\n  height: 20px;\n  margin-right: 10px;\n  margin-bottom: 3px;\n  margin-left: 0px;\n  fill: rgb(238, 241, 245);\n}\n#colibri .style-128 {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-right-width: 1px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  padding-top: 18px;\n  padding-right: 36px;\n  padding-bottom: 18px;\n  padding-left: 36px;\n  text-align: center;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-128:hover,#colibri .style-128:focus {\n  background-color: rgba(36, 36, 57, 0);\n  color: rgb(31, 31, 32);\n}\n#colibri .style-128:hover .style-128-icon,#colibri .style-128:focus .style-128-icon {\n  fill: rgb(31, 31, 32);\n}\n#colibri .style-128:active .style-128-icon {\n  width: 20px;\n  height: 20px;\n  margin-right: 10px;\n  margin-bottom: 3px;\n  margin-left: 0px;\n  fill: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:129;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:130;a:3:{s:7:\"desktop\";s:143:\"#colibri .style-130 {\n  height: auto;\n  min-height: unset;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:88:\"#colibri .style-130 {\n  margin-right: 10px;\n  margin-left: 10px;\n  padding-top: 60px;\n}\n\";}i:131;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:132;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:133;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:134;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:135;a:3:{s:7:\"desktop\";s:478:\"#colibri .style-135 {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 5px;\n  border-top-right-radius: 5px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 5px;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-top: 15px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:87:\"#colibri .style-135 {\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"mobile\";s:69:\"#colibri .style-135 {\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\";}i:136;a:3:{s:7:\"desktop\";s:699:\".style-136 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 12px;\n}\n#colibri .style-136 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 20px;\n  padding-right: 20px;\n  padding-bottom: 20px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-color: rgb(238, 238, 238);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(238, 238, 238);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(238, 238, 238);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(238, 238, 238);\n  border-left-style: solid;\n  background-color: rgb(255, 255, 255);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:137;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-137 h1,#colibri .style-137  h2,#colibri .style-137  h3,#colibri .style-137  h4,#colibri .style-137  h5,#colibri .style-137  h6 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:138;a:3:{s:7:\"desktop\";s:304:\"#colibri .style-138 a:hover {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-138 a:hover {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-138 svg {\n  width: 22px ;\n  height: 22px;\n  margin-right: 2px;\n  display: none;\n}\n#colibri .style-138 .meta-separator {\n  font-size: 16px;\n  color: rgb(113, 113, 117);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:139;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:140;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:141;a:3:{s:7:\"desktop\";s:1274:\"#colibri .style-141-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 0px;\n  margin-left: 5px;\n  transition-duration: 0.5s;\n}\n#colibri .style-141 {\n  text-align: center;\n  border-top-width: 1px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  text-transform: capitalize;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-141:hover,#colibri .style-141:focus {\n  background-color: rgba(31, 31, 32, 0);\n  color: rgb(31, 31, 32);\n}\n#colibri .style-141:hover .style-141-icon,#colibri .style-141:focus .style-141-icon {\n  margin-left: 10px;\n}\n#colibri .style-141:active .style-141-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 0px;\n  margin-left: 5px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:142;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:69:\"#colibri .style-142 {\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\";}i:143;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-143 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:144;a:3:{s:7:\"desktop\";s:946:\"#colibri .style-144 .nav-links .prev-navigation a,#colibri .style-144 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(91, 91, 115);\n  border-top-width: 2px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\n  border-right-width: 2px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: none;\n  border-bottom-left-radius: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: none;\n}\n#colibri .style-144 .nav-links .prev-navigation a:hover,#colibri .style-144 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-144 .nav-links .prev-navigation a:hover,#colibri .style-144 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:145;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-145 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:146;a:3:{s:7:\"desktop\";s:377:\"#colibri .style-146 .page-numbers.current {\n  margin-right: 10px;\n  font-family: Montserrat;\n  color: rgb(91, 91, 115);\n}\n#colibri .style-146 .page-numbers {\n  margin-right: 10px;\n  font-family: Montserrat;\n  color: rgb(20, 20, 32);\n}\n#colibri .style-146 .page-numbers:hover {\n  color: rgb(91, 91, 115);\n}\n#colibri .style-146 .page-numbers:hover {\n  color: rgb(91, 91, 115);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:147;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-147 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:148;a:3:{s:7:\"desktop\";s:989:\"#colibri .style-148 .nav-links .prev-navigation a,#colibri .style-148 .nav-links .next-navigation a {\n  font-family: Raleway;\n  text-decoration: none;\n  font-size: 16px;\n  color: rgb(91, 91, 115);\n  border-top-width: 2px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\n  border-right-width: 2px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: none;\n  border-bottom-left-radius: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: none;\n}\n#colibri .style-148 .nav-links .prev-navigation a:hover,#colibri .style-148 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n#colibri .style-148 .nav-links .prev-navigation a:hover,#colibri .style-148 .nav-links .next-navigation a:hover {\n  color: rgb(36, 36, 57);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:149;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:150;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-150 {\n  height: auto;\n  min-height: unset;\n  margin-top: 15px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-150 {\n  margin-right: 0px;\n  margin-bottom: 0px;\n}\n\";s:6:\"mobile\";s:68:\"#colibri .style-150 {\n  padding-top: 15px;\n  padding-bottom: 0px;\n}\n\";}i:151;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:152;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:153;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:154;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:155;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-155 {\n  margin-left: 20px;\n}\n\";s:6:\"tablet\";s:44:\"#colibri .style-155 {\n  margin-left: 0px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-155 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";}i:156;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-156 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:157;a:3:{s:7:\"desktop\";s:1943:\"#colibri .style-157 {\n  background-color: rgb(255, 255, 255);\n  background-image: none;\n  padding-top: 20px;\n  padding-right: 20px;\n  padding-bottom: 20px;\n  padding-left: 20px;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-157 .widget {\n  text-align: left;\n}\n#colibri .style-157 .widget h1,#colibri .style-157 .widget h2,#colibri .style-157 .widget h3,#colibri .style-157 .widget h4,#colibri .style-157 .widget h5,#colibri .style-157 .widget h6 {\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 16px;\n  letter-spacing: 2px;\n  color: rgb(31, 31, 32);\n  padding-top: 20px;\n}\n#colibri .style-157 .widget ul li,#colibri .style-157 .widget ol li,#colibri .style-157 .widget  .textwidget p,#colibri .style-157 .widget  .calendar_wrap td ,#colibri .style-157  .widget  .calendar_wrap th ,#colibri .style-157  .widget  .calendar_wrap caption {\n  font-size: 16px;\n  color: rgb(31, 31, 32);\n}\n#colibri .style-157 .widget ul li a:not(.wp-block-button__link) {\n  font-size: 16px;\n  color: rgb(137, 137, 142);\n}\n#colibri .style-157 .widget ul li a:not(.wp-block-button__link):hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-157 .widget ul li a:not(.wp-block-button__link):hover {\n  color: rgb(55, 55, 57);\n}\n#colibri .style-157 .widget input:not([type=\"submit\"]) {\n  color: black;\n  border-top-width: 1px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-right-width: 1px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: black;\n  border-left-style: solid;\n}\n\";s:6:\"tablet\";s:43:\"#colibri .style-157 {\n  margin-top: 0px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:158;a:3:{s:7:\"desktop\";s:2118:\"#colibri .style-157 .widget.widget_search {\n  background-color: unset;\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 6px;\n  border-top-right-radius: 6px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 6px;\n  border-bottom-right-radius: 6px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-157 .widget.widget_search input:not([type=\"submit\"]) {\n  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  padding-left: 12px;\n  font-size: 16px;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(222, 222, 222);\n  border-top-style: solid;\n  border-right-width: 1px;\n  border-right-color: rgb(222, 222, 222);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(222, 222, 222);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(222, 222, 222);\n  border-left-style: solid;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n#colibri .style-157 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(196, 196, 202);\n}\n#colibri .style-157 .widget.widget_search input[type=\"submit\"],#colibri .style-157 .widget.widget_search button[type=\"submit\"] {\n  background-color: rgb(55, 55, 57);\n  background-image: none;\n  font-size: 16px;\n  line-height: 1;\n  color: rgb(238, 241, 245);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  width: auto;\n  padding-top: 12px;\n  padding-right: 16px;\n  padding-bottom: 12px;\n  padding-left: 16px;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n#colibri .style-157 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-157 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:159;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:160;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:161;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:162;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-162 {\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:163;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:164;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:165;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:166;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:167;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:168;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-168 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:169;a:3:{s:7:\"desktop\";s:2366:\"#colibri .style-169 {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-169 .widget {\n  text-align: left;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-bottom: 20px;\n}\n#colibri .style-169 .widget h1,#colibri .style-169 .widget h2,#colibri .style-169 .widget h3,#colibri .style-169 .widget h4,#colibri .style-169 .widget h5,#colibri .style-169 .widget h6 {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(0, 0, 0);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-bottom: 10px;\n}\n#colibri .style-169 .widget ul,#colibri .style-169 .widget ol {\n  list-style-type: none;\n}\n#colibri .style-169 .widget ul li,#colibri .style-169 .widget ol li,#colibri .style-169 .widget  .textwidget p,#colibri .style-169 .widget  .calendar_wrap td ,#colibri .style-169  .widget  .calendar_wrap th ,#colibri .style-169  .widget  .calendar_wrap caption {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n  padding-top: 4px;\n  padding-bottom: 4px;\n}\n#colibri .style-169 .widget ul li a {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n}\n#colibri .style-169 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-169 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-169 .widget input:not([type=\"submit\"]) {\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(102, 102, 102);\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-169 .widget {\n  text-align: center;\n}\n\";}i:170;a:3:{s:7:\"desktop\";s:3591:\"#colibri .style-169 .widget.widget_search {\n  background-color: unset;\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(238, 238, 238);\n  border-top-style: solid;\n  border-top-left-radius: 5px;\n  border-top-right-radius: 5px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 238, 238);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 238, 238);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 5px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 238, 238);\n  border-left-style: solid;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  margin-bottom: 15px;\n}\n#colibri .style-169 .widget.widget_search h1,#colibri .style-169 .widget.widget_search h2,#colibri .style-169 .widget.widget_search h3,#colibri .style-169 .widget.widget_search h4,#colibri .style-169 .widget.widget_search h5,#colibri .style-169 .widget.widget_search h6 {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  font-size: 16px;\n  color: rgb(0, 0, 0);\n}\n#colibri .style-169 .widget.widget_search input:not([type=\"submit\"]) {\n  padding-top: 10px;\n  padding-right: 12px;\n  padding-bottom: 10px;\n  padding-left: 12px;\n  font-size: 16px;\n  color: rgb(102, 102, 102);\n  background-color: rgb(249, 250, 251);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(222, 222, 222);\n  border-top-style: none;\n  border-top-left-radius: 5px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-color: rgb(222, 222, 222);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(222, 222, 222);\n  border-bottom-style: none;\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-color: rgb(222, 222, 222);\n  border-left-style: none;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n#colibri .style-169 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(102, 102, 102);\n}\n#colibri .style-169 .widget.widget_search input[type=\"submit\"],#colibri .style-169 .widget.widget_search button[type=\"submit\"] {\n  background-color: rgb(249, 250, 251);\n  background-image: none;\n  font-size: 16px;\n  line-height: 1;\n  color: rgb(0, 0, 0);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 5px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 5px;\n  border-left-width: 0px;\n  border-left-style: none;\n  width: auto;\n  padding-top: 10px;\n  padding-right: 12px;\n  padding-bottom: 10px;\n  padding-left: 12px;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  transition-duration: 0.5s;\n  display: inline-block;\n}\n#colibri .style-169 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-169 .widget.widget_search button[type=\"submit\"]:hover {\n  color: #03a9f4;\n}\n#colibri .style-169 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-169 .widget.widget_search button[type=\"submit\"]:hover {\n  color: #03a9f4;\n}\n#colibri .style-169 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-169 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:171;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:173;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:174;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:176;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:177;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:178;a:3:{s:7:\"desktop\";s:672:\"#colibri .style-178 {\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-bottom: 0px;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  color: rgba(238, 241, 245, 0.6);\n}\n#colibri .style-178 p {\n  color: rgba(238, 241, 245, 0.6);\n}\n#colibri .style-178 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178 h6 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-178  > .h-section-grid-container {\n  margin-top: -2px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:43:\"#colibri .style-178 {\n  margin-top: 0px;\n}\n\";}i:179;a:3:{s:7:\"desktop\";s:372:\"#colibri .style-179 {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 5px;\n  border-top-right-radius: 5px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 5px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:110:\"#colibri .style-179 {\n  margin-top: 15px;\n  margin-right: 15px;\n  margin-bottom: 15px;\n  margin-left: 15px;\n}\n\";}i:180;a:3:{s:7:\"desktop\";s:540:\".style-180 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 5px;\n}\n#colibri .style-180 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-color: rgb(221, 221, 221);\n  border-top-style: none;\n  border-right-width: 1px;\n  border-right-color: rgb(221, 221, 221);\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(221, 221, 221);\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: rgb(221, 221, 221);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:79:\"#colibri .style-180 {\n  border-right-width: 0px;\n  border-bottom-width: 1px;\n}\n\";}i:181;a:3:{s:7:\"desktop\";s:338:\"#colibri .style-181 p,#colibri .style-181  h1,#colibri .style-181  h2,#colibri .style-181  h3,#colibri .style-181  h4,#colibri .style-181  h5,#colibri .style-181  h6 {\n  font-size: 3.5em;\n}\n#colibri .style-181 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:182;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-182 ul {\n  list-style-type: disc;\n}\n#colibri .style-182 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:183;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-183 {\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:65:\"#colibri .style-184 {\n  margin-right: 0px;\n  margin-left: 0px;\n}\n\";}i:185;a:3:{s:7:\"desktop\";s:451:\"#colibri .style-185 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  padding-right: 15%;\n}\n\";s:6:\"tablet\";s:156:\"#colibri .style-185 {\n  padding-top: 0%;\n  padding-right: 10%;\n  padding-bottom: 0%;\n  transform: translateX(5px);\n  transform-origin: center center 0px;\n}\n\";s:6:\"mobile\";s:216:\"#colibri .style-185 {\n  text-align: center;\n  padding-top: 5%;\n  padding-right: 5%;\n  padding-bottom: 5%;\n  padding-left: 5%;\n  margin-left: 0%;\n  transform: translateX(0px);\n  transform-origin: center center 0px;\n}\n\";}i:186;a:3:{s:7:\"desktop\";s:340:\"#colibri .style-186 p,#colibri .style-186  h1,#colibri .style-186  h2,#colibri .style-186  h3,#colibri .style-186  h4,#colibri .style-186  h5,#colibri .style-186  h6 {\n  text-align: center;\n}\n#colibri .style-186 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:187;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-187 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:190:\"#colibri .style-187 p,#colibri .style-187  h1,#colibri .style-187  h2,#colibri .style-187  h3,#colibri .style-187  h4,#colibri .style-187  h5,#colibri .style-187  h6 {\n  font-size: 2.5em;\n}\n\";s:6:\"mobile\";s:190:\"#colibri .style-187 p,#colibri .style-187  h1,#colibri .style-187  h2,#colibri .style-187  h3,#colibri .style-187  h4,#colibri .style-187  h5,#colibri .style-187  h6 {\n  font-size: 2.5em;\n}\n\";}i:188;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-188 ul {\n  list-style-type: disc;\n}\n#colibri .style-188 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:189;a:3:{s:7:\"desktop\";s:738:\"#colibri .style-189 {\n  text-align: center;\n  min-height: 400px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  margin-top: 5%;\n  margin-bottom: 5%;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:152:\"#colibri .style-189 {\n  margin-top: 0%;\n  margin-bottom: 0%;\n  margin-left: 0%;\n  transform: translateX(-5px);\n  transform-origin: center center 0px;\n}\n\";s:6:\"mobile\";s:209:\"#colibri .style-189 {\n  min-height: 300px;\n  margin-top: 0%;\n  margin-right: 0%;\n  margin-bottom: 0%;\n  margin-left: 0%;\n  transform: translateX(0px) translateY(-5px);\n  transform-origin: center center 0px;\n}\n\";}i:190;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-190 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:191;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:65:\"#colibri .style-191 {\n  padding-right: 0%;\n  padding-left: 0%;\n}\n\";s:6:\"mobile\";s:108:\"#colibri .style-191 {\n  padding-right: 0%;\n  padding-left: 0%;\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";}i:192;a:3:{s:7:\"desktop\";s:850:\"#colibri .style-192 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(255, 255, 255);\n  background-image: none;\n  transition-duration: 0.5s;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-192:hover {\n  border-top-width: 1px;\n  border-top-color: rgb(55, 55, 57);\n  border-right-width: 1px;\n  border-right-color: rgb(55, 55, 57);\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-left-width: 1px;\n  border-left-color: rgb(55, 55, 57);\n  z-index: 2;\n  box-shadow: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:193;a:3:{s:7:\"desktop\";s:78:\"#colibri .style-193-icon {\n  fill: #000000;\n  width: 50px ;\n  height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:194;a:3:{s:7:\"desktop\";s:344:\"#colibri .style-194 p,#colibri .style-194  h1,#colibri .style-194  h2,#colibri .style-194  h3,#colibri .style-194  h4,#colibri .style-194  h5,#colibri .style-194  h6 {\n  color: rgb(31, 31, 32);\n}\n#colibri .style-194 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:195;a:3:{s:7:\"desktop\";s:500:\"#colibri .style-195-line {\n  width: 50% ;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n}\n#colibri .style-195-icon {\n  fill: rgb(55, 55, 57);\n  width: 50px ;\n  height: 50px;\n  margin-right: 10px;\n  margin-left: 10px;\n}\n#colibri .style-195 {\n  padding-top: 3px;\n  padding-bottom: 3px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:196;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-196 ul {\n  list-style-type: disc;\n}\n#colibri .style-196 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:197;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:198;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-198 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:199;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-199 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:200;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-200 ul {\n  list-style-type: disc;\n}\n#colibri .style-200 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:201;a:3:{s:7:\"desktop\";s:157:\"#colibri .style-201 {\n  height: auto;\n  min-height: unset;\n  background-color: unset;\n  background-image: none;\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:202;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:203;a:3:{s:7:\"desktop\";s:167:\"#colibri .style-203 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 10%;\n  padding-right: 10%;\n  padding-bottom: 10%;\n  padding-left: 10%;\n}\n\";s:6:\"tablet\";s:86:\"#colibri .style-203 {\n  padding-top: 5%;\n  padding-right: 5%;\n  padding-bottom: 5%;\n}\n\";s:6:\"mobile\";s:136:\"#colibri .style-203 {\n  text-align: center;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n\";}i:204;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-204 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:205;a:3:{s:7:\"desktop\";s:500:\"#colibri .style-205-line {\n  width: 50% ;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n}\n#colibri .style-205-icon {\n  fill: rgb(55, 55, 57);\n  width: 50px ;\n  height: 50px;\n  margin-right: 10px;\n  margin-left: 10px;\n}\n#colibri .style-205 {\n  padding-top: 3px;\n  padding-bottom: 3px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:206;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-206 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:207;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-207 ul {\n  list-style-type: disc;\n}\n#colibri .style-207 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:208;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-208 {\n  margin-left: -15px;\n}\n\";s:6:\"tablet\";s:46:\"#colibri .style-208 {\n  margin-left: -10px;\n}\n\";s:6:\"mobile\";s:44:\"#colibri .style-208 {\n  margin-left: 0px;\n}\n\";}i:209;a:3:{s:7:\"desktop\";s:157:\".style-209 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-209 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-209 {\n  text-align: center;\n}\n\";}i:210;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-210 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:211;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-211 ul {\n  list-style-type: disc;\n}\n#colibri .style-211 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:212;a:3:{s:7:\"desktop\";s:712:\"#colibri .style-212 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-212 {\n  min-height: 400px;\n}\n\";}i:213;a:3:{s:7:\"desktop\";s:157:\"#colibri .style-213 {\n  height: auto;\n  min-height: unset;\n  background-color: unset;\n  background-image: none;\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:214;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:215;a:3:{s:7:\"desktop\";s:714:\"#colibri .style-215 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-215 {\n  min-height: 400px;\n}\n\";}i:216;a:3:{s:7:\"desktop\";s:167:\"#colibri .style-216 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 10%;\n  padding-right: 10%;\n  padding-bottom: 10%;\n  padding-left: 10%;\n}\n\";s:6:\"tablet\";s:86:\"#colibri .style-216 {\n  padding-top: 5%;\n  padding-right: 5%;\n  padding-bottom: 5%;\n}\n\";s:6:\"mobile\";s:136:\"#colibri .style-216 {\n  text-align: center;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n\";}i:217;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-217 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:218;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-218 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:219;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-219 ul {\n  list-style-type: disc;\n}\n#colibri .style-219 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:220;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-220 {\n  margin-left: -15px;\n}\n\";s:6:\"tablet\";s:46:\"#colibri .style-220 {\n  margin-left: -10px;\n}\n\";s:6:\"mobile\";s:44:\"#colibri .style-220 {\n  margin-left: 0px;\n}\n\";}i:221;a:3:{s:7:\"desktop\";s:156:\".style-221 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 5px;\n}\n#colibri .style-221 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:122:\".style-221 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-221 {\n  text-align: center;\n}\n\";}i:222;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-222 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:223;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-223 ul {\n  list-style-type: disc;\n}\n#colibri .style-223 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:224;a:3:{s:7:\"desktop\";s:157:\"#colibri .style-224 {\n  min-height: 1000px;\n  padding-top: 90px;\n  padding-bottom: 90px;\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:225;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:226;a:3:{s:7:\"desktop\";s:431:\"#colibri .style-226 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:227;a:3:{s:7:\"desktop\";s:1781:\"#colibri .style-227 {\n  text-align: center;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-227 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-227 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-227 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-227 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:228;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-228 {\n  min-height: 250px;\n  text-align: center;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-228 {\n  min-height: 150px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:229;a:3:{s:7:\"desktop\";s:101:\"#colibri .style-229 {\n  height: 100%;\n  width: 100% ;\n  top: 0%;\n  left: 0%;\n  text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:230;a:3:{s:7:\"desktop\";s:89:\"#colibri .style-230-icon {\n  fill: rgb(238, 241, 245);\n  width: 40px ;\n  height: 40px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:231;a:3:{s:7:\"desktop\";s:1346:\"#colibri .style-231 {\n  text-align: center;\n}\n#colibri .style-231 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-231 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-231 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:232;a:3:{s:7:\"desktop\";s:1345:\"#colibri .style-232 {\n  text-align: center;\n}\n#colibri .style-232 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-232 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-night-window-glass-evening-reflection-506155-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-232 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:233;a:3:{s:7:\"desktop\";s:1352:\"#colibri .style-233 {\n  text-align: center;\n}\n#colibri .style-233 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-233 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgba(0,0,0,0);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-233 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:234;a:3:{s:7:\"desktop\";s:1347:\"#colibri .style-234 {\n  text-align: center;\n}\n#colibri .style-234 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-234 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-234 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:235;a:3:{s:7:\"desktop\";s:1338:\"#colibri .style-235 {\n  text-align: center;\n}\n#colibri .style-235 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-235 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-window-glass-urban-train-subway-66801-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-235 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:236;a:3:{s:7:\"desktop\";s:1336:\"#colibri .style-236 {\n  text-align: center;\n}\n#colibri .style-236 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-236 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-sky-road-street-night-house-1417318-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-236 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:237;a:3:{s:7:\"desktop\";s:1347:\"#colibri .style-237 {\n  text-align: center;\n}\n#colibri .style-237 .h-content-swap__hover {\n  animation-duration: 700ms;\n  background-position: center center;\n  background-size: cover;\n  background-image: linear-gradient(-60deg,  rgb(31, 31, 32) 0%, rgba(55, 55, 57, 0.4) 100%);\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n#colibri .style-237 .h-content-swap__normal {\n  animation-duration: 700ms;\n  width: 100% ;\n  background-color: rgb(238, 241, 245);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/architecture-road-street-window-town-building-140130-pxhere-com.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h1 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h2 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h3 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h4 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h5 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal h6 {\n  color: rgb(132, 145, 167);\n}\n#colibri .style-237 .h-content-swap__normal p {\n  color: rgb(132, 145, 167);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:238;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:239;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-239 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:240;a:3:{s:7:\"desktop\";s:413:\"#colibri .style-240 p,#colibri .style-240  h1,#colibri .style-240  h2,#colibri .style-240  h3,#colibri .style-240  h4,#colibri .style-240  h5,#colibri .style-240  h6 {\n  text-align: center;\n  font-family: Amethysta;\n  font-size: 2.4em;\n  color: rgb(36, 36, 156);\n}\n#colibri .style-240 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:241;a:3:{s:7:\"desktop\";s:211:\"#colibri .style-241 {\n  color: rgb(45, 45, 208);\n}\n#colibri .style-241 p {\n  color: rgb(45, 45, 208);\n}\n#colibri .style-241 ul {\n  list-style-type: disc;\n}\n#colibri .style-241 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:242;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-242 {\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:243;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:244;a:3:{s:7:\"desktop\";s:159:\".style-244 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-244 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:245;a:3:{s:7:\"desktop\";s:86:\"#colibri .style-245-icon {\n  fill: rgb(55, 55, 57);\n  width: 40px ;\n  height: 40px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:246;a:3:{s:7:\"desktop\";s:225:\"#colibri .style-246 {\n  font-style: italic;\n  padding-bottom: 20px;\n}\n#colibri .style-246 p {\n  font-style: italic;\n}\n#colibri .style-246 ul {\n  list-style-type: disc;\n}\n#colibri .style-246 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:247;a:3:{s:7:\"desktop\";s:1533:\"#colibri .style-247-image {\n  opacity: 1;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 300px;\n  border-top-right-radius: 300px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-247-overlay {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 300px;\n  border-top-right-radius: 300px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-247-caption {\n  margin-top: 10px;\n}\n#colibri .style-247-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-top-left-radius: 300px;\n  border-top-right-radius: 300px;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-bottom-left-radius: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:248;a:3:{s:7:\"desktop\";s:486:\"#colibri .style-248 p,#colibri .style-248  h1,#colibri .style-248  h2,#colibri .style-248  h3,#colibri .style-248  h4,#colibri .style-248  h5,#colibri .style-248  h6 {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n#colibri .style-248 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:249;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-249 ul {\n  list-style-type: disc;\n}\n#colibri .style-249 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:250;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:251;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-251 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:252;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-252 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:253;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-253 ul {\n  list-style-type: disc;\n}\n#colibri .style-253 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:254;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-254 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  padding-top: 90px;\n  padding-bottom: 90px;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 h6 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-254 p {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:255;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:256;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-256 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:46:\"#colibri .style-256 {\n  text-align: center;\n}\n\";s:6:\"mobile\";s:46:\"#colibri .style-256 {\n  text-align: center;\n}\n\";}i:257;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-257 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:258;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-258 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:259;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:260;a:3:{s:7:\"desktop\";s:1223:\"#colibri .style-260-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-260 {\n  padding-top: 18px;\n  padding-right: 60px;\n  padding-bottom: 18px;\n  padding-left: 60px;\n  font-weight: 600;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 0px;\n  color: rgb(31, 31, 32);\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  transition-duration: 0.5s;\n  text-align: center;\n  box-shadow: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-260:hover,#colibri .style-260:focus {\n  color: rgb(238, 241, 245);\n  background-color: rgba(28, 28, 36, 0);\n}\n#colibri .style-260:active .style-260-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:261;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-261 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:262;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:263;a:3:{s:7:\"desktop\";s:572:\".style-263 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-263 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:264;a:3:{s:7:\"desktop\";s:1509:\"#colibri .style-264-image {\n  opacity: 1;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-264-overlay {\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n#colibri .style-264-caption {\n  margin-top: 10px;\n}\n#colibri .style-264-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:265;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:266;a:3:{s:7:\"desktop\";s:159:\".style-266 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 15px;\n}\n#colibri .style-266 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:267;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-267 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:268;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-268 ul {\n  list-style-type: disc;\n}\n#colibri .style-268 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:269;a:3:{s:7:\"desktop\";s:405:\"#colibri .style-269 .icon-container {\n  fill: rgb(55, 55, 57);\n  width: 20px ;\n  height: 20px;\n}\n#colibri .style-269 .icon-container:hover {\n  fill: rgba(55, 55, 57, 0.8);\n}\n#colibri .style-269 .icon-container:hover {\n  fill: rgba(55, 55, 57, 0.8);\n}\n#colibri .style-269 .social-icon-container {\n  margin-right: 5px;\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:270;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:271;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-271 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:272;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-272 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:273;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-273 ul {\n  list-style-type: disc;\n}\n#colibri .style-273 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:274;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-274 {\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:275;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:276;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-276 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:277;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:278;a:3:{s:7:\"desktop\";s:385:\"#colibri .style-278 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-style: none;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:279;a:3:{s:7:\"desktop\";s:934:\"#colibri .style-279 {\n  background-color: rgb(196, 196, 202);\n  background-image: none;\n  text-align: left;\n  border-top-width: 3px;\n  border-top-color: rgb(55, 55, 57);\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 3px;\n  border-right-color: rgb(55, 55, 57);\n  border-right-style: none;\n  border-bottom-width: 3px;\n  border-bottom-color: rgb(55, 55, 57);\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 3px;\n  border-left-color: rgb(55, 55, 57);\n  border-left-style: none;\n  box-shadow: none;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n#colibri .style-279 .colibri-post-thumbnail-shortcode img {\n  height: 300px;\n  object-position: center center;\n  object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:280;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-280 {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:281;a:3:{s:7:\"desktop\";s:990:\".style-281 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-281 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 p {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h1 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h2 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h3 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h4 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h5 {\n  color: rgb(238, 241, 245);\n}\n#colibri .style-281 h6 {\n  color: rgb(238, 241, 245);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:110:\"#colibri .style-281 {\n  padding-top: 10%;\n  padding-right: 10%;\n  padding-bottom: 10%;\n  padding-left: 10%;\n}\n\";}i:282;a:3:{s:7:\"desktop\";s:209:\"#colibri .style-282 h1,#colibri .style-282  h2,#colibri .style-282  h3,#colibri .style-282  h4,#colibri .style-282  h5,#colibri .style-282  h6 {\n  margin-bottom: 0px;\n  font-size: 1.5em;\n  line-height: 1.4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:283;a:3:{s:7:\"desktop\";s:126:\"#colibri .style-283 .colibri-post-excerpt {\n  color: rgba(238, 241, 245, 0.6);\n  text-align: center;\n  padding-bottom: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:284;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:285;a:3:{s:7:\"desktop\";s:1330:\"#colibri .style-285-icon {\n  margin-right: 0px;\n  margin-left: 5px;\n  width: 12px;\n  height: 12px;\n  transition-duration: 0.5s;\n}\n#colibri .style-285 {\n  background-color: rgb(245, 247, 248);\n  background-image: none;\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  text-align: center;\n  transition-duration: 0.5s;\n  font-size: 14px;\n  line-height: 1.5;\n  color: rgb(31, 31, 32);\n}\n#colibri .style-285:hover,#colibri .style-285:focus {\n  background-color: rgba(245, 247, 248, 0);\n  color: rgb(238, 241, 245);\n}\n#colibri .style-285:hover .style-285-icon,#colibri .style-285:focus .style-285-icon {\n  margin-left: 10px;\n}\n#colibri .style-285:active .style-285-icon {\n  margin-right: 0px;\n  margin-left: 5px;\n  width: 12px;\n  height: 12px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:286;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:287;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-287 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:288;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-288 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:289;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-289 ul {\n  list-style-type: disc;\n}\n#colibri .style-289 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:290;a:3:{s:7:\"desktop\";s:326:\"#colibri .style-290 {\n  height: auto;\n  min-height: unset;\n  background-position: 53.158326497129% 63.504961325104%;\n  background-size: cover;\n  background-image: url(\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/nature-1413069-pxhere-com-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:291;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:67:\"#colibri .style-291 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:292;a:3:{s:7:\"desktop\";s:497:\"#colibri .style-292 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(174, 189, 216);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:87:\"#colibri .style-292 {\n  border-top-left-radius: 5px;\n  border-top-right-radius: 5px;\n}\n\";}i:293;a:3:{s:7:\"desktop\";s:6079:\"#colibri .style-293 .h-contact-form-shortcode  .forminator-row .forminator-col .forminator-error-message {\n  background-color: #F9E4E8;\n  background-image: none;\n  line-height: 2em;\n  color: #E04562;\n  padding-top: 2px;\n  padding-right: 10px;\n  padding-bottom: 2px;\n  padding-left: 10px;\n  margin-top: 5px;\n  margin-right: 0px;\n  margin-bottom: 16px;\n  margin-left: 0px;\n}\n#colibri .style-293 .h-contact-form-shortcode .wpcf7-mail-sent-ok,#colibri .style-293 .h-contact-form-shortcode .wpcf7 form.sent .wpcf7-response-output,#colibri .style-293 .h-contact-form-shortcode .wpforms-confirmation-container-full,#colibri .style-293 .h-contact-form-shortcode .wpforms-confirmation-container,#colibri .style-293 .h-contact-form-shortcode form.forminator-ui  .forminator-response-message.forminator-success {\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: none;\n  background-color: rgb(177, 250, 159);\n  background-image: none;\n  color: rgb(31, 31, 32);\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n}\n#colibri .style-293 .h-contact-form-shortcode .wpcf7-validation-errors,#colibri .style-293 .h-contact-form-shortcode .wpcf7 form.invalid .wpcf7-response-output,#colibri .style-293 .h-contact-form-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,#colibri .style-293 .h-contact-form-shortcode form.forminator-ui  .forminator-response-message.forminator-loading {\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: none;\n  background-color: rgba(255, 233, 76, 0.52);\n  background-image: none;\n  color: rgb(31, 31, 32);\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n}\n#colibri .style-293 .h-contact-form-shortcode .wpcf7-mail-sent-ng,#colibri .style-293 .h-contact-form-shortcode .wpcf7-aborted,#colibri .style-293 .h-contact-form-shortcode .wpcf7 form.failed .wpcf7-response-output,#colibri .style-293 .h-contact-form-shortcode .wpcf7 form.aborted .wpcf7-response-output,#colibri .style-293 .h-contact-form-shortcode form.forminator-ui  .forminator-response-message.forminator-error {\n  border-top-width: 0px;\n  border-top-color: black;\n  border-top-style: none;\n  border-right-width: 0px;\n  border-right-color: black;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-color: black;\n  border-bottom-style: none;\n  border-left-width: 0px;\n  border-left-color: black;\n  border-left-style: none;\n  background-color: rgb(255, 0, 0);\n  background-image: none;\n  color: rgb(238, 241, 245);\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n}\n#colibri .style-293 .h-contact-form-shortcode [type=\"submit\"],#colibri .style-293 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit {\n  background-color: rgb(31, 31, 32);\n  background-image: none;\n  color: rgb(238, 241, 245);\n  padding-top: 18px;\n  padding-right: 30px;\n  padding-bottom: 18px;\n  padding-left: 30px;\n  margin-left: 0;\n  margin-right: auto;\n  font-family: Raleway;\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0px;\n  border-top-width: 1px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  margin-top: 15px;\n}\n#colibri .style-293 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-293 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n  background-color: rgb(238, 241, 245);\n  color: rgb(31, 31, 32);\n  box-shadow: none;\n}\n#colibri .style-293 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-293 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n  background-color: rgb(238, 241, 245);\n  color: rgb(31, 31, 32);\n  box-shadow: none;\n}\n#colibri .style-293 .h-contact-form-shortcode  textarea,#colibri .style-293 .h-contact-form-shortcode  form.forminator-ui textarea.forminator-textarea,#colibri .style-293 .h-contact-form-shortcode  select,#colibri .style-293 .h-contact-form-shortcode  input:not([type=\"file\"]):not([type=\"radio\"]):not([type=\"checkbox\"]):not([type=\"submit\"]) {\n  margin-top: 4px;\n  margin-bottom: 16px;\n  background-color: rgba(0,0,0,0);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(31, 31, 32);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-color: rgb(31, 31, 32);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(31, 31, 32);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-color: rgb(31, 31, 32);\n  border-left-style: solid;\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n  color: rgb(102, 102, 102);\n  font-size: 16px;\n  letter-spacing: 0px;\n}\n#colibri .style-293 .h-contact-form-shortcode label,#colibri .style-293 .h-contact-form-shortcode p label,#colibri .style-293 .h-contact-form-shortcode .wpcf7-not-valid-tip,#colibri .style-293 .h-contact-form-shortcode .forminator-row .forminator-col label {\n  text-align: left;\n  line-height: 2em;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:294;a:3:{s:7:\"desktop\";s:495:\"#colibri .style-294 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-style: none;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 0px;\n  border-right-style: none;\n  border-bottom-width: 0px;\n  border-bottom-style: none;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:93:\"#colibri .style-294 {\n  border-bottom-left-radius: 5px;\n  border-bottom-right-radius: 5px;\n}\n\";}i:295;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-295-image {\n  opacity: 1;\n}\n#colibri .style-295-caption {\n  margin-top: 10px;\n}\n#colibri .style-295-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:296;a:3:{s:7:\"desktop\";s:818:\"#colibri .style-296-icon {\n  fill: rgb(55, 55, 57);\n  width: 20px ;\n  height: 20px;\n  padding-left: 0px;\n}\n#colibri .style-296 .list-container-divider {\n  width: 100% ;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n  height: 1px;\n}\n#colibri .style-296 .list-divider {\n  color: rgb(0,0,0);\n  width: 100% ;\n  height: 0%;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n  margin-left: 0px;\n}\n#colibri .style-296 .list-text {\n  margin-left: 10px;\n  color: rgb(31, 31, 32);\n}\n#colibri .style-296 .list-item-text-wrapper {\n  horizontal-align: start;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:297;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-297 .text-wrapper-fancy svg path {\n  stroke: #000000;\n  stroke-linejoin: initial;\n  stroke-linecap: initial;\n  stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:298;a:3:{s:7:\"desktop\";s:405:\"#colibri .style-298 .icon-container {\n  fill: rgb(55, 55, 57);\n  width: 20px ;\n  height: 20px;\n}\n#colibri .style-298 .icon-container:hover {\n  fill: rgba(55, 55, 57, 0.8);\n}\n#colibri .style-298 .icon-container:hover {\n  fill: rgba(55, 55, 57, 0.8);\n}\n#colibri .style-298 .social-icon-container {\n  margin-right: 5px;\n  padding-top: 5px;\n  padding-right: 5px;\n  padding-bottom: 5px;\n  padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:299;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-299 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:300;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-300-image {\n  opacity: 1;\n}\n#colibri .style-300-caption {\n  margin-top: 10px;\n}\n#colibri .style-300-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:302;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-302 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:303;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-303-image {\n  opacity: 1;\n}\n#colibri .style-303-caption {\n  margin-top: 10px;\n}\n#colibri .style-303-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:304;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-304-image {\n  opacity: 1;\n}\n#colibri .style-304-caption {\n  margin-top: 10px;\n}\n#colibri .style-304-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:305;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-305-image {\n  opacity: 1;\n}\n#colibri .style-305-caption {\n  margin-top: 10px;\n}\n#colibri .style-305-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:306;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-306-image {\n  opacity: 1;\n}\n#colibri .style-306-caption {\n  margin-top: 10px;\n}\n#colibri .style-306-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:307;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-307-image {\n  opacity: 1;\n}\n#colibri .style-307-caption {\n  margin-top: 10px;\n}\n#colibri .style-307-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:308;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-308-image {\n  opacity: 1;\n}\n#colibri .style-308-caption {\n  margin-top: 10px;\n}\n#colibri .style-308-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:309;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-309-image {\n  opacity: 1;\n}\n#colibri .style-309-caption {\n  margin-top: 10px;\n}\n#colibri .style-309-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:310;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-310-image {\n  opacity: 1;\n}\n#colibri .style-310-caption {\n  margin-top: 10px;\n}\n#colibri .style-310-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:311;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-311-image {\n  opacity: 1;\n}\n#colibri .style-311-caption {\n  margin-top: 10px;\n}\n#colibri .style-311-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:312;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-312 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:313;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-313 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:314;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-314 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:315;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-315-image {\n  opacity: 1;\n}\n#colibri .style-315-caption {\n  margin-top: 10px;\n}\n#colibri .style-315-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:316;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-316-image {\n  opacity: 1;\n}\n#colibri .style-316-caption {\n  margin-top: 10px;\n}\n#colibri .style-316-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:317;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-317-image {\n  opacity: 1;\n}\n#colibri .style-317-caption {\n  margin-top: 10px;\n}\n#colibri .style-317-frameImage {\n  z-index: -1;\n  transform: translateX(10%) translateY(10%);\n  transform-origin: center center 0px;\n  background-color: rgb(0,0,0);\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(0,0,0);\n  border-top-style: none;\n  border-right-width: 10px;\n  border-right-color: rgb(0,0,0);\n  border-right-style: none;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: none;\n  border-left-width: 10px;\n  border-left-color: rgb(0,0,0);\n  border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:318;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:319;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-319 {\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:320;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:321;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-321 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:322;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:323;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:324;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-324 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:326;a:3:{s:7:\"desktop\";s:257:\"#colibri .style-326 {\n  text-align: center;\n  font-size: 35px;\n  line-height: 1.1;\n}\n#colibri .style-326 p {\n  font-size: 35px;\n  line-height: 1.1;\n}\n#colibri .style-326 ul {\n  list-style-type: disc;\n}\n#colibri .style-326 ol {\n  list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:331;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:332;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:333;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:334;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:335;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:336;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-336 {\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:337;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:338;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-338 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:339;a:3:{s:7:\"desktop\";s:1254:\"#colibri .style-339-outer {\n  width: 233px ;\n}\n#colibri .style-339-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-339 {\n  padding-top: 18px;\n  padding-bottom: 18px;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 1px;\n  color: rgb(31, 31, 32);\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  transition-duration: 0.5s;\n  text-align: center;\n  box-shadow: none;\n  background-color: rgb(238, 241, 245);\n  background-image: none;\n}\n#colibri .style-339:hover,#colibri .style-339:focus {\n  color: rgb(238, 241, 245);\n  background-color: rgba(28, 28, 36, 0);\n}\n#colibri .style-339:active .style-339-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:340;a:3:{s:7:\"desktop\";s:1228:\"#colibri .style-340-outer {\n  width: 233px ;\n}\n#colibri .style-340-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-340 {\n  padding-top: 18px;\n  padding-bottom: 18px;\n  font-weight: 600;\n  font-size: 14px;\n  line-height: 1;\n  letter-spacing: 0px;\n  color: rgb(238, 241, 245);\n  border-top-width: 1px;\n  border-top-color: rgb(238, 241, 245);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 1px;\n  border-right-color: rgb(238, 241, 245);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(238, 241, 245);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 1px;\n  border-left-color: rgb(238, 241, 245);\n  border-left-style: solid;\n  transition-duration: 0.5s;\n  text-align: center;\n  box-shadow: none;\n  background-color: rgba(255, 255, 255, 0);\n  background-image: none;\n}\n#colibri .style-340:hover,#colibri .style-340:focus {\n  color: rgb(31, 31, 32);\n  background-color: rgb(238, 241, 245);\n}\n#colibri .style-340:active .style-340-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:5:\"rules\";s:182283:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"6-h1\",\"5-h1\",\"1833-h1\",\"9-h1\"]},{\"id\":2,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"30\",\"color\":\"rgba(0, 0, 0, 0.1)\",\"x\":\"0\",\"y\":\"0\",\"inset\":\"\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"rgba(246, 247, 249, 0)\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"6-h2\",\"10-h30\",\"5-h2\",\"1837-h2\",\"1833-h2\",\"14-h2\",\"9-h2\"]},{\"id\":3,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":1,\"verticalGap\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"6-h3\",\"10-h31\",\"5-h3\",\"1837-h3\",\"1833-h3\",\"14-h3\",\"9-h3\"],\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":4,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"6-h4\",\"10-h32\",\"5-h4\",\"1837-h4\",\"1833-h4\",\"14-h4\",\"9-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\",\"spaceText\":{\"path\":\"value\",\"value\":10}},\"v\":\"1.1\",\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"rgb(10, 92, 202)\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"18\"},\"weight\":\"400\",\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"10\"},\"family\":\"Italiana\"}}}},\"nodes\":[\"6-h5\",\"10-h33\",\"5-h5\",\"1837-h5\",\"1837-h15\",\"1833-h5\",\"1833-h15\",\"14-h5\",\"14-h15\",\"9-h5\",\"9-h13\"]},{\"id\":6,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"6-h6\",\"10-h34\",\"5-h6\",\"1837-h6\",\"1833-h6\",\"9-h6\",\"14-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"6-h7\",\"10-h35\",\"5-h7\",\"1837-h7\",\"1833-h7\",\"9-h7\",\"14-h7\"],\"style\":{\"height\":{\"value\":\"50\"}}},{\"id\":8,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"6-h8\",\"10-h36\",\"5-h8\",\"1837-h8\",\"1833-h8\",\"14-h8\",\"9-h6\"]},{\"id\":9,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}}}}},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"typography\":{\"color\":\"rgba(238, 241, 245, 0.6)\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"uppercase\"}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"28\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"14\",\"inset\":\"\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"1\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"submenu-item\":{\"padding\":{\"top\":{\"value\":\"15\"},\"bottom\":{\"value\":\"15\"},\"left\":{\"value\":\"15\"},\"right\":{\"value\":\"15\"}}},\"firstSubmenuBefore\":{\"height\":{\"path\":\"value\",\"value\":\"10\"}},\"firstSubmenu\":{\"margin\":{\"top\":{\"path\":\"value\",\"value\":\"10\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"none\",\"activeGroup\":\"noGroup\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"6-h9\",\"10-h37\",\"5-h9\",\"1837-h9\",\"1833-h9\",\"14-h9\",\"9-h7\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"6-h10\",\"10-h38\",\"5-h10\",\"1837-h10\",\"1833-h10\",\"14-h10\",\"9-h8\"],\"style\":{\"descendants\":{\"offscreen\":{\"background\":{\"color\":\"${theme.colors.5}\"}},\"hamburgerButton\":{\"media\":{\"tablet\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"mobile\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"mobile\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"fill\":\"${theme.colors.5}\"},\"tablet\":{\"fill\":\"${theme.colors.5}\",\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}}}}}}},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"6-h11\",\"10-h39\",\"5-h11\",\"1837-h11\",\"1833-h11\",\"14-h11\",\"9-h9\"]},{\"id\":12,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"6-h13\",\"10-h41\",\"5-h13\",\"1837-h13\",\"1833-h13\",\"14-h13\",\"9-h11\"],\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"tablet\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}}},{\"id\":13,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"6-h14\",\"10-h42\",\"5-h14\",\"1837-h14\",\"1833-h14\",\"14-h14\",\"9-h12\"],\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}}}},{\"id\":14,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"6-h16\",\"10-h44\",\"5-h16\",\"1837-h16\",\"1833-h16\",\"14-h16\",\"9-h14\"],\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2},\"media\":{\"tablet\":{\"layout\":{\"equalHeight\":false}}}}},{\"id\":15,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"6-h17\",\"10-h45\",\"5-h17\",\"1837-h17\",\"1833-h17\",\"14-h17\",\"9-h15\"],\"style\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"ancestor\":{\"sticky\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}},\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"media\":{\"mobile\":{\"verticalAlign\":\"start\"}}}},{\"id\":16,\"type\":\"hop-copyright\",\"nodeId\":\"7-h33\",\"nodes\":[\"6-h18\",\"10-h46\",\"5-h18\",\"1837-h18\",\"1833-h18\",\"14-h18\",\"9-h16\"],\"v\":\"1.1\",\"style\":{\"ancestor\":{\"sticky\":{\"media\":{\"tablet\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}}}}},{\"id\":17,\"style\":{\"descendants\":{\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"typography\":{\"color\":\"rgba(238, 241, 245, 0.5)\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\",\"family\":\"Raleway\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"},\"padding\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"item\":{\"states\":{\"hover\":{\"background\":{\"color\":\"\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.25)\",\"width\":{\"path\":\"value\",\"value\":\"0\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"submenu-item\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"border\":{\"bottom\":{\"color\":\"rgba(245, 247, 248, 0.25)\",\"width\":{\"path\":\"value\",\"value\":\"0\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}},\"submenu\":{\"states\":{\"menuButtonActive\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"6-h12\",\"10-h40\",\"5-h12\",\"1837-h12\",\"1833-h12\",\"14-h12\",\"9-h10\"]},{\"id\":18,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"6-h19\",\"10-h47\",\"5-h19\",\"1837-h19\",\"1833-h19\",\"14-h19\",\"9-h17\"]},{\"id\":19,\"style\":{\"background\":{\"color\":\"rgba(246, 247, 249, 0.2)\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"120\",\"steps\":[{\"color\":\"rgba(161, 140, 209, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(251, 194, 235, 0.8)\",\"position\":\"100\"}]}}}]},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"6-h20\",\"10-h48\",\"5-h20\",\"1837-h20\",\"1833-h20\",\"14-h20\",\"9-h18\"]},{\"id\":20,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"6-h21\",\"10-h49\",\"5-h21\",\"1837-h21\",\"1833-h21\",\"14-h21\",\"9-h19\"]},{\"id\":21,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"22\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"22\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\"}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083052},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.094166060197272},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579822}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"6-h22\",\"10-h50\",\"5-h22\",\"1837-h22\",\"1833-h22\",\"14-h22\",\"9-h20\"]},{\"id\":22,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"6-h23\",\"10-h51\",\"5-h23\",\"1837-h23\",\"1833-h23\",\"14-h23\",\"9-h21\"]},{\"id\":23,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.1}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"10\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"6-h24\",\"10-h52\",\"5-h24\",\"1837-h24\",\"1833-h24\",\"14-h24\",\"9-h22\"]},{\"id\":24,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]},\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\"},\"attachment\":\"scroll\",\"position\":{\"x\":51.602390073015,\"y\":0},\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"color\":\"rgb(53, 59, 62)\",\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2024\\/07\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":\"3500\"},\"speed\":{\"value\":2300},\"slides\":[{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2.jpg\"},{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero.jpg\"}]},\"overlay\":{\"enabled\":true,\"type\":\"gradient\",\"gradient\":{\"angle\":249,\"steps\":[{\"color\":\"rgba(28, 28, 36, 0.95)\",\"position\":\"35\"},{\"color\":\"rgba(28, 28, 36, 0.2)\",\"position\":51}]},\"color\":{\"opacity\":\"0.5\",\"value\":\"${theme.colors.5}\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"120\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":120,\"path\":\"value\"}},\"separatorBottom\":{\"enabled\":false,\"type\":\"tilt\",\"color\":\"#FFF\",\"height\":{\"value\":100,\"unit\":\"px\"},\"negative\":false},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"unit\":\"px\",\"value\":542}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"50\"},\"bottom\":{\"value\":\"100\"}},\"customHeight\":{\"min-height\":{\"value\":\"500\"}},\"background\":{\"image\":[{\"position\":{\"x\":23.012305880165,\"y\":0}}],\"overlay\":{\"gradient\":{\"steps\":[{\"position\":26},{\"position\":100}]}}}},\"tablet\":{\"background\":{\"overlay\":{\"gradient\":{\"steps\":[{\"position\":29},{\"position\":70}]}}}}}},\"props\":{\"heroSection\":{\"layout\":\"textOnly\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\",\"verticalAlign\":\"center\",\"downArrow\":{\"enabled\":false}},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"6-h25\",\"5-h25\",\"1833-h25\",\"9-h23\"]},{\"id\":25,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalAlign\":\"end\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"6-h26\",\"5-h26\",\"1833-h26\",\"9-h24\"]},{\"id\":26,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"25\"}}},\"type\":\"hop-column\",\"style\":{\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"6-h27\",\"5-h27\",\"1833-h27\",\"9-h25\"]},{\"id\":27,\"props\":{\"headerType\":\"3\",\"fancy\":{\"typeStyle\":\"none\",\"typeShape\":\"underline\"}},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"6-h28\",\"5-h28\",\"1833-h28\",\"9-h26\"],\"style\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"3\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"00\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"-60\",\"unit\":\"px\"}},\"typography\":{\"color\":\"rgb(28, 93, 176)\"},\"textShadow\":{\"enabled\":false},\"textAlign\":\"center\"}},{\"id\":28,\"type\":\"hop-text\",\"nodeId\":\"7-h35\",\"nodes\":[\"6-h29\",\"5-h29\",\"1833-h29\",\"9-h27\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgb(95, 147, 236)\"}}},\"textAlign\":\"center\"},\"props\":{\"type\":\"normal\"}},{\"id\":29,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"6-h30\",\"5-h30\",\"1833-h30\",\"9-h28\"]},{\"id\":30,\"type\":\"hop-button\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"18\"},\"bottom\":{\"unit\":\"px\",\"value\":\"18\"},\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"0\",\"unit\":\"px\"},\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"color\":\"${theme.colors.5}\"},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"rgba(28, 28, 36, 0)\"}}},\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"6-h31\",\"5-h31\",\"1861-c180\",\"1833-h31\",\"9-h29\"],\"nodeId\":\"7-h31\"},{\"id\":31,\"type\":\"hop-button\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"18\"},\"bottom\":{\"unit\":\"px\",\"value\":\"18\"},\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"0\",\"unit\":\"px\"},\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"color\":\"${theme.colors.4}\"},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"rgba(255, 255, 255, 0)\"}},\"props\":{\"buttonSize\":\"custom\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"1833-h32\",\"9-h30\"],\"nodeId\":\"1833-h32\"},{\"id\":32,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\",\"1837-h1\",\"14-h1\"]},{\"id\":33,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"30\",\"color\":\"rgba(0, 0, 0, 0.1)\",\"x\":\"0\",\"y\":\"0\",\"inset\":\"\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"rgba(246, 247, 249, 0)\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"7-h2\",\"6-h2\",\"10-h30\",\"5-h2\",\"1837-h2\",\"1833-h2\"]},{\"id\":34,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":1,\"verticalGap\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h3\",\"6-h3\",\"10-h31\",\"5-h3\",\"1837-h3\",\"1833-h3\"],\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":35,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"7-h4\",\"6-h4\",\"10-h32\",\"5-h4\",\"1837-h4\",\"1833-h4\"]},{\"id\":36,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"18\"},\"weight\":\"400\",\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"10\"},\"family\":\"Italiana\"}}}},\"nodes\":[\"7-h5\",\"6-h5\",\"10-h33\",\"5-h5\",\"1837-h5\",\"1837-h15\",\"1833-h5\",\"1833-h15\"]},{\"id\":37,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"7-h6\",\"6-h6\",\"10-h34\",\"5-h6\",\"1837-h6\",\"1833-h6\"]},{\"id\":38,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"6-h7\",\"10-h35\",\"5-h7\",\"1837-h7\",\"1833-h7\"],\"style\":{\"height\":{\"value\":\"50\"}}},{\"id\":39,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h8\",\"6-h8\",\"10-h36\",\"5-h8\",\"1837-h8\",\"1833-h8\"]},{\"id\":40,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"}}}}},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"typography\":{\"color\":\"rgba(238, 241, 245, 0.6)\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"uppercase\"}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"28\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"14\",\"inset\":\"\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"1\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"submenu-item\":{\"padding\":{\"top\":{\"value\":\"15\"},\"bottom\":{\"value\":\"15\"},\"left\":{\"value\":\"15\"},\"right\":{\"value\":\"15\"}}},\"firstSubmenuBefore\":{\"height\":{\"path\":\"value\",\"value\":\"10\"}},\"firstSubmenu\":{\"margin\":{\"top\":{\"path\":\"value\",\"value\":\"10\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"none\",\"activeGroup\":\"noGroup\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"7-h9\",\"6-h9\",\"10-h37\",\"5-h9\",\"1837-h9\",\"1833-h9\"]},{\"id\":41,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"6-h10\",\"10-h38\",\"5-h10\",\"1837-h10\",\"1833-h10\"],\"style\":{\"descendants\":{\"offscreen\":{\"background\":{\"color\":\"${theme.colors.5}\"}},\"hamburgerButton\":{\"media\":{\"tablet\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"mobile\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"mobile\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"fill\":\"${theme.colors.5}\"},\"tablet\":{\"fill\":\"${theme.colors.5}\",\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}}}}}}},{\"id\":42,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"6-h11\",\"10-h39\",\"5-h11\",\"1837-h11\",\"1833-h11\"]},{\"id\":43,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"6-h13\",\"10-h41\",\"5-h13\",\"1837-h13\",\"1833-h13\"],\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"tablet\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}}},{\"id\":44,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"6-h14\",\"10-h42\",\"5-h14\",\"1837-h14\",\"1833-h14\"],\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}}}},{\"id\":45,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"6-h16\",\"10-h44\",\"5-h16\",\"1837-h16\",\"1833-h16\"],\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2},\"media\":{\"tablet\":{\"layout\":{\"equalHeight\":false}}}}},{\"id\":46,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"6-h17\",\"10-h45\",\"5-h17\",\"1837-h17\",\"1833-h17\"],\"style\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"ancestor\":{\"sticky\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}},\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"media\":{\"mobile\":{\"verticalAlign\":\"start\"}}}},{\"id\":47,\"type\":\"hop-copyright\",\"nodeId\":\"7-h33\",\"nodes\":[\"7-h18\",\"6-h18\",\"10-h46\",\"5-h18\",\"1837-h18\",\"1833-h18\"],\"v\":\"1.1\",\"style\":{\"ancestor\":{\"sticky\":{\"media\":{\"tablet\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}}}}},{\"id\":48,\"style\":{\"descendants\":{\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"typography\":{\"color\":\"rgba(238, 241, 245, 0.5)\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\",\"family\":\"Raleway\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"},\"padding\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"item\":{\"states\":{\"hover\":{\"background\":{\"color\":\"\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.25)\",\"width\":{\"path\":\"value\",\"value\":\"0\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"submenu-item\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"border\":{\"bottom\":{\"color\":\"rgba(245, 247, 248, 0.25)\",\"width\":{\"path\":\"value\",\"value\":\"0\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\"}}}},\"submenu\":{\"states\":{\"menuButtonActive\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"6-h12\",\"10-h40\",\"5-h12\",\"1837-h12\",\"1833-h12\"]},{\"id\":49,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"6-h19\",\"10-h47\",\"5-h19\",\"1837-h19\",\"1833-h19\"]},{\"id\":50,\"style\":{\"background\":{\"color\":\"rgba(246, 247, 249, 0.2)\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"120\",\"steps\":[{\"color\":\"rgba(161, 140, 209, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(251, 194, 235, 0.8)\",\"position\":\"100\"}]}}}]},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"6-h20\",\"10-h48\",\"5-h20\",\"1837-h20\",\"1833-h20\"]},{\"id\":51,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"6-h21\",\"10-h49\",\"5-h21\",\"1837-h21\",\"1833-h21\"]},{\"id\":52,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"22\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"22\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\"}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083052},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.094166060197272},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579822}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h22\",\"6-h22\",\"10-h50\",\"5-h22\",\"1837-h22\",\"1833-h22\"]},{\"id\":53,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"6-h23\",\"10-h51\",\"5-h23\",\"1837-h23\",\"1833-h23\"]},{\"id\":54,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.1}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"10\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"6-h24\",\"10-h52\",\"5-h24\",\"1837-h24\",\"1833-h24\"]},{\"id\":55,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]},\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\"},\"attachment\":\"scroll\",\"position\":{\"x\":52.769597966585,\"y\":47.934746526296},\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2024\\/07\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/beach-landscape-sea-water-nature-sand-1061655-pxhere-com.jpg\"},{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com.jpg\"},{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/leaf-nature-water-green-freshness-dew-1440543-pxhere-com.jpg\"}]},\"color\":\"rgb(53, 59, 62)\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"rgba(0, 198, 251, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(0, 91, 234, 0.8)\",\"position\":\"100\"}]},\"color\":{\"opacity\":\"0.5\",\"value\":\"${theme.colors.5}\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"50\"},\"bottom\":{\"unit\":\"px\",\"value\":\"110\"}},\"separatorBottom\":{\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"nodeId\":\"10-h29\",\"v\":\"1.1\",\"nodes\":[\"10-h25\",\"1837-h25\",\"14-h25\"]},{\"id\":56,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"10-h37\",\"v\":\"1.1\",\"nodes\":[\"10-h26\",\"1837-h26\"]},{\"id\":57,\"type\":\"hop-column\",\"nodeId\":\"10-h38\",\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"nodes\":[\"10-h27\",\"1837-h27\"]},{\"id\":58,\"type\":\"hop-page-title\",\"nodeId\":\"10-h39\",\"v\":\"1.1\",\"nodes\":[\"10-h28\",\"1837-h28\"],\"style\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"4.5\"}},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"3.5\"}}},\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}}}}},{\"id\":59,\"nodeId\":\"10-h29\",\"nodes\":[\"10-h29\",\"1837-h29\"],\"v\":\"1.1\"},{\"id\":60,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":false},\"v\":\"1.1\",\"nodes\":[\"13-f1\",\"1840-f1\",\"20-f1\"]},{\"id\":61,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}}},\"v\":\"1.1\",\"nodes\":[\"13-f2\",\"1840-f2\",\"20-f2\"]},{\"id\":62,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"13-f3\",\"1840-f3\",\"20-f3\"]},{\"id\":63,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":1,\"verticalInnerGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"13-f4\",\"1840-f4\",\"20-f4\"]},{\"id\":64,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"13-f5\",\"1840-f5\",\"20-f5\"]},{\"id\":65,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"16-m1\",\"1843-m1\"],\"style\":{\"boxShadow\":{\"enabled\":false},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"6\",\"unit\":\"px\"},\"right\":{\"value\":\"6\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"6\",\"unit\":\"px\"},\"right\":{\"value\":\"6\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}}},{\"id\":66,\"type\":\"hop-section\",\"nodeId\":\"23-m21\",\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"transform\":{\"translate\":{\"y\":{\"value\":\"\"}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"},\"v\":\"1.1\",\"nodes\":[\"16-m2\",\"1843-m2\"]},{\"id\":67,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"23-m25\",\"v\":\"1.1\",\"nodes\":[\"16-m23\",\"1843-m23\"]},{\"id\":68,\"type\":\"hop-column\",\"nodeId\":\"23-m26\",\"v\":\"1.1\",\"nodes\":[\"16-m24\",\"1843-m24\"]},{\"id\":69,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"23-m27\",\"v\":\"1.1\",\"nodes\":[\"16-m25\",\"1843-m25\"]},{\"id\":70,\"type\":\"hop-text\",\"nodeId\":\"23-m28\",\"v\":\"1.1\",\"nodes\":[\"16-m26\",\"1843-m26\"]},{\"id\":71,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":3,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"23-m22\",\"v\":\"1.1\",\"nodes\":[\"16-m3\",\"1843-m3\"]},{\"id\":72,\"type\":\"hop-column\",\"nodeId\":\"23-m23\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"0\"},\"right\":{\"unit\":\"px\",\"value\":\"0\"},\"top\":{\"unit\":\"px\",\"value\":\"0\"},\"bottom\":{\"unit\":\"px\",\"value\":\"0\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"16-m4\",\"1843-m4\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}}},{\"id\":73,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"v\":\"1.1\",\"nodes\":[\"16-m5\",\"1843-m5\"],\"style\":{\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":74,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"style\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"16-m6\",\"1843-m6\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":75,\"type\":\"hop-post-meta\",\"nodeId\":\"26-m15\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.2\"},\"transform\":\"capitalize\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"icons\":{\"margin\":{\"right\":{\"value\":\"2\"}},\"height\":{\"value\":\"22\"},\"width\":{\"value\":\"22\"},\"display\":\"none\"},\"metaDataSuffix\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}},\"textAlign\":\"right\"},\"v\":\"1.1\",\"nodes\":[\"16-m13\",\"1843-m7\"]},{\"id\":76,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"${theme.colors.5|variant0}\"},\"descendants\":{\"image\":{\"height\":{\"value\":\"490\"}}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"16-m7\",\"1843-m8\"]},{\"id\":77,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"1723-m26\",\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"16-m8\",\"1843-m9\"]},{\"id\":78,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}}},\"v\":\"1.1\",\"nodes\":[\"16-m9\",\"1843-m10\"]},{\"id\":79,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"16-m42\",\"nodes\":[\"16-m10\",\"1843-m11\"],\"v\":\"1.1\"},{\"id\":80,\"type\":\"hop-column\",\"nodeId\":\"16-m43\",\"nodes\":[\"16-m11\",\"1843-m12\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":81,\"type\":\"hop-post-categories\",\"nodeId\":\"23-m33\",\"v\":\"1.1\",\"nodes\":[\"16-m12\",\"1843-m13\"],\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"capitalize\",\"decoration\":\"none\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"weight\":\"600\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"rgba(55, 55, 57, 0.9)\"},\"padding\":{\"top\":{\"value\":\"2\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"2\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"3\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":82,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"16-m14\",\"1843-m14\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}}},{\"id\":83,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"16-m25\",\"nodes\":[\"16-m15\",\"1843-m15\"],\"v\":\"1.1\"},{\"id\":84,\"type\":\"hop-column\",\"nodeId\":\"16-m27\",\"nodes\":[\"16-m16\",\"1843-m16\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":85,\"type\":\"hop-post-tags\",\"nodeId\":\"23-m34\",\"v\":\"1.1\",\"nodes\":[\"16-m17\",\"1843-m17\"],\"style\":{\"descendants\":{\"tagsLinks\":{\"typography\":{\"color\":\"rgba(31, 31, 32, 0.6)\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"transform\":\"capitalize\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.4\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"tagsPrefix\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"2\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},{\"id\":86,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"16-m31\",\"nodes\":[\"16-m18\",\"1843-m18\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":87,\"type\":\"hop-column\",\"nodeId\":\"16-m32\",\"nodes\":[\"16-m19\",\"1843-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"left\"},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":88,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"16-m20\",\"16-m22\",\"1843-m20\",\"1843-m22\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"transform\":\"none\"},\"background\":{\"color\":\"rgb(245, 247, 248)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.1}\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(245, 247, 248, 0.5)\"},\"typography\":{\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}}},{\"id\":89,\"type\":\"hop-column\",\"nodeId\":\"16-m33\",\"nodes\":[\"16-m21\",\"1843-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":90,\"type\":\"hop-section\",\"nodeId\":\"16-m34\",\"nodes\":[\"16-m27\",\"1843-m27\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":91,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m38\",\"nodes\":[\"16-m32\",\"1843-m32\"],\"v\":\"1.1\"},{\"id\":92,\"type\":\"hop-column\",\"nodeId\":\"16-m39\",\"nodes\":[\"16-m33\",\"1843-m33\"],\"v\":\"1.1\"},{\"id\":93,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m40\",\"nodes\":[\"16-m34\",\"1843-m34\"],\"v\":\"1.1\"},{\"id\":94,\"type\":\"hop-text\",\"nodeId\":\"16-m41\",\"nodes\":[\"16-m35\",\"1843-m35\"],\"v\":\"1.1\"},{\"id\":95,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":1,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m35\",\"nodes\":[\"16-m28\",\"1843-m28\"],\"v\":\"1.1\"},{\"id\":96,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"16-m29\",\"1843-m29\"],\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"15\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}}},{\"id\":97,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"16-m30\",\"1843-m30\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"1.3\"},\"weight\":\"500\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"background\":{\"color\":\"\"}},\"commentsContainer\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"background\":{\"color\":\"\"}},\"commentInfo\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"lowercase\",\"decoration\":\"none\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"background\":{\"color\":\"\"}},\"commentAuthorName\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"600\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\"}}},\"commentAvatar\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"path\":\"value\",\"value\":\"1000\"},\"right\":{\"path\":\"value\",\"value\":\"1000\"}}},\"bottom\":{\"radius\":{\"left\":{\"path\":\"value\",\"value\":\"1000\"},\"right\":{\"path\":\"value\",\"value\":\"1000\"}}}},\"width\":{\"value\":\"30\"},\"height\":{\"value\":\"30\"},\"background\":{\"color\":\"\"}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\",\"decoration\":\"none\"},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"background\":{\"color\":\"\"}},\"commentReply\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.1}\",\"decoration\":\"none\",\"transform\":\"uppercase\",\"weight\":\"600\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"alternateComment\":{\"background\":{\"color\":\"rgba(245, 247, 248, 0.4)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"disabledComments\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"textAlign\":\"left\"},\"comment\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"15\"}},\"media\":{\"mobile\":{\"margin\":{\"left\":{\"value\":\"5\"}}}}}}}},{\"id\":98,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"16-m31\",\"1843-m31\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}},\"commentFormInputs\":{\"border\":{\"top\":{\"color\":\"${theme.colors.4|variant3}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.4|variant3}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.4|variant3}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"${theme.colors.4|variant3}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"commentFormButton\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(55, 55, 57, 0)\"},\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"14\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"14\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"family\":\"Didact Gothic\",\"style\":\"normal\",\"decoration\":\"none\",\"transform\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.4}\"}},\"commentFormLinks\":{\"typography\":{\"color\":\"${theme.colors.1}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.5|variant0}\",\"family\":\"Nunito Sans\"}},\"commentFormNotes\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}}}},{\"id\":99,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"19-m1\",\"1846-m1\"],\"style\":{\"transform\":{\"translate\":{\"y\":{\"value\":\"\"}}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":100,\"type\":\"hop-section\",\"nodeId\":\"19-m22\",\"nodes\":[\"19-m2\",\"1846-m2\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"top\":{\"value\":\"90\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},{\"id\":101,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m26\",\"nodes\":[\"19-m20\",\"1846-m20\"],\"v\":\"1.1\"},{\"id\":102,\"type\":\"hop-column\",\"nodeId\":\"19-m27\",\"nodes\":[\"19-m21\",\"1846-m21\"],\"v\":\"1.1\"},{\"id\":103,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m28\",\"nodes\":[\"19-m22\",\"1846-m22\"],\"v\":\"1.1\"},{\"id\":104,\"type\":\"hop-text\",\"nodeId\":\"19-m29\",\"nodes\":[\"19-m23\",\"1846-m23\"],\"v\":\"1.1\"},{\"id\":105,\"type\":\"hop-archive-loop\",\"nodeId\":\"26-m6\",\"props\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":2,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"19-m3\",\"1846-m3\"],\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},{\"id\":106,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"v\":\"1.1\",\"nodes\":[\"19-m4\",\"1846-m4\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":107,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"26-m19\",\"v\":\"1.1\",\"nodes\":[\"19-m5\",\"1846-m5\"],\"style\":{\"background\":{\"color\":\"${theme.colors.5|variant0}\"},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"image\":{\"height\":{\"value\":\"300\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}},{\"id\":108,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"19-m25\",\"nodes\":[\"19-m6\",\"1846-m6\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":109,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}}},\"background\":{\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c229\",\"1846-m7\",\"1861-c222\"]},{\"id\":110,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"typography\":{\"lineHeight\":{\"unit\":\"\",\"value\":\"1.4\"},\"size\":{\"unit\":\"em\",\"value\":\"1.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c230\",\"1846-m8\",\"1861-c223\"]},{\"id\":111,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c23\",\"v\":\"1.1\",\"nodes\":[\"19-m9\",\"1846-m9\"],\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"rgba(238, 241, 245, 0.6)\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.2\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"capitalize\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"22\"},\"width\":{\"value\":\"22\"},\"margin\":{\"right\":{\"value\":\"2\"}}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}},\"metaDataSuffix\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}}},{\"id\":112,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"v\":\"1.1\",\"nodes\":[\"19-m10\",\"1846-m10\"],\"style\":{\"descendants\":{\"excerpt\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":113,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"19-m24\",\"nodes\":[\"19-m11\",\"1846-m11\"],\"v\":\"1.1\"},{\"id\":114,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"}},\"size\":{\"value\":\"12\",\"unit\":\"px\"},\"states\":{\"hover\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}}},\"background\":{\"color\":\"rgb(245, 247, 248)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.4}\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(245, 247, 248, 0)\"},\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"textAlign\":\"center\",\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"5-c233\",\"1846-m12\",\"1861-c226\"]},{\"id\":115,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m41\",\"nodes\":[\"19-m13\",\"1846-m13\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":116,\"type\":\"hop-column\",\"nodeId\":\"19-m42\",\"nodes\":[\"19-m14\",\"1846-m14\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3}}}}},{\"id\":117,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m20\",\"v\":\"1.1\",\"nodes\":[\"19-m15\",\"1846-m15\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"weight\":\"600\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\"},\"top\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}}}}}},{\"id\":118,\"type\":\"hop-column\",\"nodeId\":\"19-m44\",\"nodes\":[\"19-m16\",\"1846-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":3}}}}},{\"id\":119,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"v\":\"1.1\",\"nodes\":[\"19-m17\",\"1846-m17\"],\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"rgba(31, 31, 32, 0.6)\",\"family\":\"Montserrat\",\"size\":{\"unit\":\"em\",\"value\":\"1\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}},\"margin\":{\"right\":{\"value\":\"15\"}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Montserrat\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"margin\":{\"right\":{\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}}},{\"id\":120,\"type\":\"hop-column\",\"nodeId\":\"19-m43\",\"nodes\":[\"19-m18\",\"1846-m18\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3}}}}},{\"id\":121,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m21\",\"v\":\"1.1\",\"nodes\":[\"19-m19\",\"1846-m19\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\",\"weight\":\"600\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"transform\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\"},\"top\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}}}}}},{\"id\":122,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"22-m1\",\"1849-m1\"]},{\"id\":123,\"type\":\"hop-row\",\"nodeId\":\"1735-m2\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"22-m2\",\"1849-m2\"]},{\"id\":124,\"type\":\"hop-column\",\"nodeId\":\"35-m3\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"22-m3\",\"1849-m3\"]},{\"id\":125,\"type\":\"hop-heading\",\"nodeId\":\"1735-m11\",\"style\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"em\",\"value\":\"10\"}}},\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"22-m4\",\"1849-m4\"]},{\"id\":126,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"22-m5\",\"1849-m5\"],\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}}},{\"id\":127,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"22-m6\",\"1849-m6\"]},{\"id\":128,\"type\":\"hop-home-button\",\"nodeId\":\"22-m9\",\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(36, 36, 57, 0)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"},\"bottom\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"}},\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"}},\"right\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"${theme.colors.5}\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"18\",\"unit\":\"px\"},\"right\":{\"value\":\"36\",\"unit\":\"px\"},\"bottom\":{\"value\":\"18\",\"unit\":\"px\"},\"left\":{\"value\":\"36\",\"unit\":\"px\"}},\"descendants\":{\"icon\":{\"size\":{\"value\":\"20\",\"unit\":\"px\"},\"margin\":{\"right\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"3\",\"unit\":\"px\"}},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.5}\"}}}},\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"showIcon\":true,\"iconPosition\":\"before\"},\"v\":\"1.1\",\"nodes\":[\"22-m7\",\"1849-m7\"]},{\"id\":129,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"25-m1\",\"1852-m1\"]},{\"id\":130,\"type\":\"hop-section\",\"nodeId\":\"25-m20\",\"nodes\":[\"25-m2\",\"1852-m2\"],\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"60\"}}}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\"},{\"id\":131,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"25-m24\",\"nodes\":[\"25-m20\",\"1852-m17\"],\"v\":\"1.1\"},{\"id\":132,\"type\":\"hop-column\",\"nodeId\":\"25-m25\",\"nodes\":[\"25-m21\",\"1852-m18\"],\"v\":\"1.1\"},{\"id\":133,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"25-m26\",\"nodes\":[\"25-m22\",\"1852-m19\"],\"v\":\"1.1\"},{\"id\":134,\"type\":\"hop-text\",\"nodeId\":\"25-m27\",\"nodes\":[\"25-m23\",\"1852-m20\"],\"v\":\"1.1\"},{\"id\":135,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"value\":\"\",\"unit\":\"px\"},\"verticalInnerGap\":{\"value\":\"\",\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"25-m3\",\"1852-m3\"],\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":136,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"textAlign\":\"left\",\"background\":{\"color\":\"rgb(255, 255, 255)\"}},\"v\":\"1.1\",\"nodes\":[\"25-m4\",\"1852-m4\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"12\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}}}},{\"id\":137,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"25-m8\",\"1852-m5\"]},{\"id\":138,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c21\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}},\"icons\":{\"height\":{\"value\":\"22\"},\"width\":{\"value\":\"22\"},\"margin\":{\"right\":{\"value\":\"2\"}},\"display\":\"none\"},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m9\",\"1852-m6\"]},{\"id\":139,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"25-m10\",\"1852-m7\"]},{\"id\":140,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"25-m20\",\"nodes\":[\"25-m11\",\"1852-m8\"],\"v\":\"1.1\"},{\"id\":141,\"type\":\"hop-post-read-more\",\"nodeId\":\"25-m21\",\"nodes\":[\"25-m12\",\"1852-m9\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.5}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.5}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.5}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.5}\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"background\":{\"color\":\"rgba(31, 31, 32, 0)\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"background\":{\"color\":\"${theme.colors.5}\"},\"typography\":{\"color\":\"${theme.colors.4}\",\"transform\":\"capitalize\"}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\"}},{\"id\":142,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"25-m39\",\"nodes\":[\"25-m13\",\"1852-m10\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":143,\"type\":\"hop-column\",\"nodeId\":\"25-m40\",\"nodes\":[\"25-m14\",\"1852-m11\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3}}}}},{\"id\":144,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m29\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.1}\",\"decoration\":\"none\"},\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\"},\"top\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m15\",\"1852-m12\"]},{\"id\":145,\"type\":\"hop-column\",\"nodeId\":\"25-m48\",\"nodes\":[\"25-m16\",\"1852-m13\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3}}}}},{\"id\":146,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"v\":\"1.1\",\"nodes\":[\"25-m17\",\"1852-m14\"],\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"family\":\"Montserrat\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.1}\",\"family\":\"Montserrat\"}}}}},{\"id\":147,\"type\":\"hop-column\",\"nodeId\":\"25-m41\",\"nodes\":[\"25-m18\",\"1852-m15\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3}}}}},{\"id\":148,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m27\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.1}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"family\":\"Raleway\"},\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\"},\"top\":{\"color\":\"${theme.colors.5}\"},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m19\",\"1852-m16\"]},{\"id\":149,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"28-s1\",\"1855-s1\"]},{\"id\":150,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"28-s2\",\"1855-s2\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"15\"},\"bottom\":{\"value\":\"0\"}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"tablet\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},{\"id\":151,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"28-s9\",\"1855-s9\"],\"v\":\"1.1\"},{\"id\":152,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"28-s10\",\"1855-s10\"],\"v\":\"1.1\"},{\"id\":153,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"28-s11\",\"1855-s11\"],\"v\":\"1.1\"},{\"id\":154,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"28-s12\",\"1855-s12\"],\"v\":\"1.1\"},{\"id\":155,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"28-s3\",\"1855-s3\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":156,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"28-s4\",\"1855-s4\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":157,\"type\":\"hop-widget-area\",\"nodeId\":\"10-h53\",\"nodes\":[\"28-s5\",\"1855-s5\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"descendants\":{\"widgetListItem\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.5}\"}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"}},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetListItemLink\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.0|variant1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":158,\"type\":\"hop-search-widget\",\"nodeId\":\"28-s10\",\"nodes\":[\"28-s6\",\"1855-s6\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"16\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"16\",\"unit\":\"px\"}}},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant0}\"},\"widget-input\":{\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"6\",\"unit\":\"px\"},\"right\":{\"value\":\"6\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"6\",\"unit\":\"px\"},\"right\":{\"value\":\"6\",\"unit\":\"px\"}}}}}}}},{\"id\":159,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"28-s11\",\"nodes\":[\"28-s7\",\"1855-s7\"],\"v\":\"1.1\"},{\"id\":160,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"28-s12\",\"nodes\":[\"28-s8\",\"1855-s8\"],\"v\":\"1.1\"},{\"id\":161,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\"]},{\"id\":162,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":163,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\"],\"v\":\"1.1\"},{\"id\":164,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\"],\"v\":\"1.1\"},{\"id\":165,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\"],\"v\":\"1.1\"},{\"id\":166,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\"],\"v\":\"1.1\"},{\"id\":167,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\"],\"v\":\"1.1\"},{\"id\":168,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":169,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\"]},{\"id\":170,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":171,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\"]},{\"id\":172,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\"]},{\"id\":173,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\"]},{\"id\":174,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\"]},{\"id\":175,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\"]},{\"id\":176,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\"],\"v\":\"1.1\"},{\"id\":177,\"type\":\"hop-content\",\"nodeId\":\"5-c1\",\"nodes\":[\"5-c1\",\"1861-c1\",\"7-c1\"],\"v\":\"1.1\"},{\"id\":178,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":0},\"bottom\":{\"value\":0}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.5}\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(238, 241, 245, 0.6)\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":-2,\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c2\",\"1861-c2\",\"7-c2\"],\"props\":{\"width\":\"full-width\"}},{\"id\":179,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":3,\"horizontalGap\":0,\"verticalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c3\",\"1861-c3\",\"7-c3\"]},{\"id\":180,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(221, 221, 221)\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(221, 221, 221)\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(221, 221, 221)\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(221, 221, 221)\"}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"vSpace\":{\"value\":\"5\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},\"verticalAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"5-c4\",\"5-c8\",\"5-c12\",\"1861-c4\",\"1861-c7\",\"1861-c10\",\"7-c4\",\"7-c7\",\"7-c10\"]},{\"id\":181,\"type\":\"hop-heading\",\"style\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"3.5\"}}},\"props\":{\"headerType\":\"3\"},\"v\":\"1.1\",\"nodes\":[\"5-c6\",\"5-c10\",\"5-c14\",\"5-c18\",\"1861-c5\",\"1861-c8\",\"1861-c11\",\"7-c5\",\"7-c8\",\"7-c11\"]},{\"id\":182,\"type\":\"hop-text\",\"nodeId\":\"1861-c247\",\"nodes\":[\"1861-c6\",\"1861-c9\",\"1861-c12\",\"7-c6\",\"7-c9\",\"7-c12\"],\"v\":\"1.1\"},{\"id\":183,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"5-c20\",\"1861-c13\",\"7-c2\"]},{\"id\":184,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c21\",\"1861-c14\",\"7-c3\"]},{\"id\":185,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"value\":\"5\",\"unit\":\"%\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"value\":\"5\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"\",\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"5-c22\",\"1861-c15\",\"7-c4\"]},{\"id\":186,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c23\",\"1861-c16\",\"7-c5\"],\"style\":{\"textAlign\":\"center\"}},{\"id\":187,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"3\"},\"style\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}},\"tablet\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c24\",\"1861-c17\",\"7-c6\"]},{\"id\":188,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c25\",\"1861-c18\",\"7-c7\"]},{\"id\":189,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg\"},\"position\":\"center center\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"300\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}}}},\"margin\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\",\"value\":\"\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"400\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c26\",\"1861-c19\",\"7-c19\"]},{\"id\":190,\"type\":\"hop-section\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"5-c27\",\"1861-c20\",\"7-c20\"]},{\"id\":191,\"props\":{\"layout\":{\"equalWidth\":true,\"verticalGap\":2,\"horizontalGap\":2,\"itemsPerRow\":3},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"style\":{\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c28\",\"1861-c21\",\"7-c21\"]},{\"id\":192,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant6}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0|variant6}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0|variant6}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0|variant6}\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"zIndex\":\"2\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.3)\",\"y\":\"2\",\"spread\":\"2\"}]}}},\"descendants\":{\"icon\":{\"fill\":\"${theme.colors.2}\"},\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"v\":\"1.1\",\"nodes\":[\"5-c29\",\"5-c34\",\"5-c39\",\"5-c44\",\"5-c49\",\"5-c54\",\"1861-c22\",\"1861-c27\",\"1861-c32\",\"1861-c37\",\"1861-c42\",\"1861-c47\",\"7-c22\",\"7-c27\",\"7-c32\",\"7-c37\",\"7-c42\",\"7-c47\"]},{\"id\":193,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"}}}},\"v\":\"1.1\",\"nodes\":[\"5-c30\",\"5-c35\",\"5-c40\",\"5-c45\",\"5-c50\",\"5-c55\",\"1861-c23\",\"1861-c28\",\"1861-c33\",\"1861-c38\",\"1861-c43\",\"1861-c48\",\"7-c23\",\"7-c28\",\"7-c33\",\"7-c38\",\"7-c43\",\"7-c48\"]},{\"id\":194,\"type\":\"hop-heading\",\"style\":{\"color\":\"${theme.colors.5}\"},\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c32\",\"5-c37\",\"5-c42\",\"5-c47\",\"5-c52\",\"5-c57\",\"1861-c24\",\"1861-c29\",\"1861-c34\",\"1861-c39\",\"1861-c44\",\"1861-c49\",\"7-c24\",\"7-c29\",\"7-c34\",\"7-c39\",\"7-c44\",\"7-c49\"]},{\"id\":195,\"type\":\"hop-divider\",\"style\":{\"descendants\":{\"line\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"1\"}}},\"width\":{\"value\":\"50\",\"unit\":\"%\"}},\"icon\":{\"fill\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"value\":\"3\"},\"bottom\":{\"value\":\"3\"}}},\"props\":{\"type\":\"line\"},\"v\":\"1.1\",\"nodes\":[\"5-c31\",\"5-c36\",\"5-c41\",\"5-c46\",\"5-c51\",\"5-c56\",\"1861-c25\",\"1861-c30\",\"1861-c35\",\"1861-c40\",\"1861-c45\",\"1861-c50\",\"7-c25\",\"7-c30\",\"7-c35\",\"7-c40\",\"7-c45\",\"7-c50\"],\"nodeId\":\"5-c245\"},{\"id\":196,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c33\",\"5-c38\",\"5-c43\",\"5-c48\",\"5-c53\",\"5-c58\",\"1861-c26\",\"1861-c31\",\"1861-c36\",\"1861-c41\",\"1861-c46\",\"1861-c51\",\"7-c26\",\"7-c31\",\"7-c36\",\"7-c41\",\"7-c46\",\"7-c51\"]},{\"id\":197,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c59\",\"1861-c52\",\"7-c52\"]},{\"id\":198,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c60\",\"1861-c53\",\"7-c53\"]},{\"id\":199,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"5-c61\",\"1861-c54\",\"7-c54\"]},{\"id\":200,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"5-c62\",\"1861-c55\",\"7-c55\"]},{\"id\":201,\"type\":\"hop-section\",\"style\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"separatorTop\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}},\"background\":{\"overlay\":{\"enabled\":false,\"type\":\"shapeOnly\",\"shape\":{\"value\":\"two-circles\",\"isTile\":false}}},\"separatorBottom\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}},\"padding\":{\"bottom\":{\"value\":\"0\"},\"top\":{\"value\":0}}},\"props\":{\"width\":\"full-width\"},\"v\":\"1.1\",\"nodes\":[\"5-c63\",\"1861-c56\",\"7-c56\"]},{\"id\":202,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c64\",\"1861-c57\",\"7-c57\"]},{\"id\":203,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"value\":\"5\",\"unit\":\"%\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"textAlign\":\"center\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"5-c65\",\"1861-c58\",\"7-c58\"]},{\"id\":204,\"type\":\"hop-heading\",\"nodeId\":\"5-c247\",\"nodes\":[\"5-c66\",\"1861-c59\",\"7-c59\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"5\"}},{\"id\":205,\"type\":\"hop-divider\",\"style\":{\"descendants\":{\"line\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"1\"}}},\"width\":{\"value\":\"50\",\"unit\":\"%\"}},\"icon\":{\"fill\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"value\":\"3\"},\"bottom\":{\"value\":\"3\"}}},\"props\":{\"type\":\"line\"},\"v\":\"1.1\",\"nodes\":[\"5-c67\",\"5-c89\",\"1861-c60\",\"1861-c82\",\"7-c60\",\"7-c82\"]},{\"id\":206,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"5-c68\",\"1861-c61\",\"7-c61\"]},{\"id\":207,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c69\",\"1861-c62\",\"7-c62\"]},{\"id\":208,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":2,\"horizontalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\",\"itemsPerRow\":2,\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"-10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"-15\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c70\",\"1861-c63\",\"7-c63\"]},{\"id\":209,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"10\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c71\",\"5-c74\",\"5-c77\",\"5-c80\",\"1861-c64\",\"1861-c67\",\"1861-c70\",\"1861-c73\",\"7-c64\",\"7-c67\",\"7-c70\",\"7-c73\"]},{\"id\":210,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c72\",\"5-c75\",\"5-c78\",\"5-c81\",\"1861-c65\",\"1861-c68\",\"1861-c71\",\"1861-c74\",\"7-c65\",\"7-c68\",\"7-c71\",\"7-c74\"]},{\"id\":211,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c73\",\"5-c76\",\"5-c79\",\"5-c82\",\"1861-c66\",\"1861-c69\",\"1861-c72\",\"1861-c75\",\"7-c66\",\"7-c69\",\"7-c72\",\"7-c75\"]},{\"id\":212,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg\"}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"400\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"5-c83\",\"1861-c76\",\"7-c76\"]},{\"id\":213,\"type\":\"hop-section\",\"style\":{\"background\":{\"overlay\":{\"enabled\":false,\"type\":\"shapeOnly\",\"shape\":{\"value\":\"two-circles\",\"isTile\":false}}},\"separatorTop\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}},\"separatorBottom\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}},\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":0}}},\"props\":{\"width\":\"full-width\",\"attrs\":{\"overflowOption\":\"hidden\"}},\"v\":\"1.1\",\"nodes\":[\"5-c84\",\"1861-c77\",\"7-c77\"]},{\"id\":214,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c85\",\"1861-c78\",\"7-c78\"]},{\"id\":215,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg\"}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"400\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"5-c86\",\"1861-c79\",\"7-c79\"]},{\"id\":216,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"value\":\"5\",\"unit\":\"%\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"5-c87\",\"1861-c80\",\"7-c80\"]},{\"id\":217,\"type\":\"hop-heading\",\"nodeId\":\"5-c247\",\"nodes\":[\"5-c88\",\"1861-c81\",\"7-c81\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"5\"}},{\"id\":218,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"5-c90\",\"1861-c83\",\"7-c83\"]},{\"id\":219,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c91\",\"1861-c84\",\"7-c84\"]},{\"id\":220,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":2,\"horizontalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":2,\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"-15\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"-10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c92\",\"1861-c85\",\"7-c85\"]},{\"id\":221,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"5\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c93\",\"5-c96\",\"5-c99\",\"5-c102\",\"1861-c86\",\"1861-c89\",\"1861-c92\",\"1861-c95\",\"7-c86\",\"7-c89\",\"7-c92\",\"7-c95\"]},{\"id\":222,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c94\",\"5-c97\",\"5-c100\",\"5-c103\",\"1861-c87\",\"1861-c90\",\"1861-c93\",\"1861-c96\",\"7-c87\",\"7-c90\",\"7-c93\",\"7-c96\"]},{\"id\":223,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c95\",\"5-c98\",\"5-c101\",\"5-c104\",\"1861-c88\",\"1861-c91\",\"1861-c94\",\"1861-c97\",\"7-c88\",\"7-c91\",\"7-c94\",\"7-c97\"]},{\"id\":224,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"90\"},\"bottom\":{\"path\":\"value\",\"value\":\"90\"}},\"background\":{\"color\":\"rgb(245, 247, 248)\"},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":1000},\"type\":\"min-height\"}},\"props\":{\"width\":\"boxed\",\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"5-c105\",\"1861-c98\",\"7-c8\"]},{\"id\":225,\"props\":{\"layout\":{\"equalWidth\":true,\"verticalGap\":2,\"horizontalGap\":2,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":4}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c106\",\"1861-c99\",\"7-c9\"]},{\"id\":226,\"type\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"attrs\":{\"overflowOption\":\"hidden\"}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c107\",\"5-c112\",\"5-c117\",\"5-c122\",\"5-c127\",\"5-c132\",\"5-c137\",\"5-c142\",\"1861-c100\",\"1861-c105\",\"1861-c110\",\"1861-c115\",\"1861-c120\",\"1861-c125\",\"1861-c130\",\"1861-c135\",\"7-c10\",\"7-c14\",\"7-c20\",\"7-c26\",\"7-c32\",\"7-c38\",\"7-c44\",\"7-c50\"]},{\"id\":227,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"hover\":{\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}],\"color\":\"rgba(0,0,0,0)\"},\"animation\":{\"duration\":{\"value\":\"700\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c108\",\"1861-c101\",\"7-c101\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":228,\"style\":{\"textAlign\":\"center\",\"minHeight\":{\"value\":\"250\"},\"media\":{\"tablet\":{\"minHeight\":{\"value\":\"150\"}}}},\"type\":\"hop-content-swap-default\",\"props\":{\"horizontalGap\":3,\"verticalAlign\":\"start\"},\"v\":\"1.1\",\"nodes\":[\"5-c109\",\"5-c114\",\"5-c119\",\"5-c124\",\"5-c129\",\"5-c134\",\"5-c139\",\"5-c144\",\"1861-c102\",\"1861-c107\",\"1861-c112\",\"1861-c117\",\"1861-c122\",\"1861-c127\",\"1861-c132\",\"1861-c137\",\"7-c16\",\"7-c22\",\"7-c28\",\"7-c34\",\"7-c40\",\"7-c46\",\"7-c52\"]},{\"id\":229,\"style\":{\"textAlign\":\"center\",\"height\":{\"value\":100},\"top\":{\"value\":0,\"unit\":\"%\"},\"left\":{\"value\":0,\"unit\":\"%\"},\"width\":{\"value\":100}},\"type\":\"hop-content-swap-hover\",\"props\":{\"verticalAlign\":\"center\",\"position\":\"topRight\"},\"v\":\"1.1\",\"nodes\":[\"5-c110\",\"5-c115\",\"5-c120\",\"5-c125\",\"5-c130\",\"5-c135\",\"5-c140\",\"5-c145\",\"1861-c103\",\"1861-c108\",\"1861-c113\",\"1861-c118\",\"1861-c123\",\"1861-c128\",\"1861-c133\",\"1861-c138\",\"7-c18\",\"7-c24\",\"7-c30\",\"7-c36\",\"7-c42\",\"7-c48\",\"7-c54\"]},{\"id\":230,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"fill\":\"${theme.colors.4}\",\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"}}}},\"v\":\"1.1\",\"nodes\":[\"5-c111\",\"5-c116\",\"5-c121\",\"5-c126\",\"5-c131\",\"5-c136\",\"5-c141\",\"5-c146\",\"1861-c104\",\"1861-c109\",\"1861-c114\",\"1861-c119\",\"1861-c124\",\"1861-c129\",\"1861-c134\",\"1861-c139\",\"7-c19\",\"7-c25\",\"7-c31\",\"7-c37\",\"7-c43\",\"7-c49\",\"7-c55\"]},{\"id\":231,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c113\",\"1861-c106\",\"7-c15\"]},{\"id\":232,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/light-night-window-glass-evening-reflection-506155-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c118\",\"1861-c111\",\"7-c21\"]},{\"id\":233,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg\"}}],\"color\":\"rgba(0,0,0,0)\"},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c123\",\"1861-c116\",\"7-c27\"]},{\"id\":234,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c128\",\"1861-c121\",\"7-c33\"]},{\"id\":235,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/light-window-glass-urban-train-subway-66801-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c133\",\"1861-c126\",\"7-c39\"]},{\"id\":236,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/light-sky-road-street-night-house-1417318-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c138\",\"1861-c131\",\"7-c45\"]},{\"id\":237,\"type\":\"hop-content-swap\",\"style\":{\"descendants\":{\"normal\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.2}\"},\"h2\":{\"color\":\"${theme.colors.2}\"},\"h3\":{\"color\":\"${theme.colors.2}\"},\"h4\":{\"color\":\"${theme.colors.2}\"},\"h5\":{\"color\":\"${theme.colors.2}\"},\"h6\":{\"color\":\"${theme.colors.2}\"},\"p\":{\"color\":\"${theme.colors.2}\"}}},\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/architecture-road-street-window-town-building-140130-pxhere-com.jpg\"}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}},\"hover\":{\"background\":{\"color\":\"rgba(0,0,0,0)\",\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-60\",\"steps\":[{\"color\":\"${theme.colors.5}\",\"position\":\"0\"},{\"color\":\"rgba(55, 55, 57, 0.4)\",\"position\":\"100\"}]}}}]},\"animation\":{\"duration\":{\"value\":\"700\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c143\",\"1861-c136\",\"7-c51\"]},{\"id\":238,\"props\":{\"layout\":{\"equalWidth\":false},\"containerWidth\":\"boxed\",\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c147\",\"1861-c140\",\"7-c62\"]},{\"id\":239,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"5-c148\",\"1861-c141\",\"7-c63\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":240,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c149\",\"1861-c142\",\"7-c64\"],\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgb(36, 36, 156)\",\"family\":\"Amethysta\",\"size\":{\"unit\":\"em\",\"value\":2.4}},\"textShadow\":{\"enabled\":false}}},{\"id\":241,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"5-c150\",\"1861-c143\",\"7-c65\"],\"style\":{\"typography\":{\"holders\":{\"p\":{\"color\":\"rgb(45, 45, 208)\"}}}}},{\"id\":242,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"5-c151\",\"1861-c144\",\"7-c144\"]},{\"id\":243,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4,\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c152\",\"1861-c145\",\"7-c145\"]},{\"id\":244,\"type\":\"hop-column\",\"props\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2,\"vSpace\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c153\",\"5-c159\",\"5-c165\",\"5-c171\",\"1861-c146\",\"1861-c152\",\"1861-c158\",\"1861-c164\",\"7-c146\",\"7-c152\",\"7-c158\",\"7-c164\"]},{\"id\":245,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"},\"fill\":\"${theme.colors.0}\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c154\",\"5-c160\",\"5-c166\",\"5-c172\",\"1861-c147\",\"1861-c153\",\"1861-c159\",\"1861-c165\",\"7-c147\",\"7-c153\",\"7-c159\",\"7-c165\"]},{\"id\":246,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c155\",\"5-c161\",\"5-c167\",\"5-c173\",\"1861-c148\",\"1861-c154\",\"1861-c160\",\"1861-c166\",\"7-c148\",\"7-c154\",\"7-c160\",\"7-c166\"]},{\"id\":247,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c156\",\"5-c162\",\"5-c168\",\"5-c174\",\"1861-c149\",\"1861-c155\",\"1861-c161\",\"1861-c167\",\"7-c149\",\"7-c155\",\"7-c161\",\"7-c167\"]},{\"id\":248,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c157\",\"5-c163\",\"5-c169\",\"5-c175\",\"1861-c150\",\"1861-c156\",\"1861-c162\",\"1861-c168\",\"7-c150\",\"7-c156\",\"7-c162\",\"7-c168\"],\"style\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}},{\"id\":249,\"type\":\"hop-text\",\"style\":{\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c158\",\"5-c164\",\"5-c170\",\"5-c176\",\"1861-c151\",\"1861-c157\",\"1861-c163\",\"1861-c169\",\"7-c151\",\"7-c157\",\"7-c163\",\"7-c169\"]},{\"id\":250,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c177\",\"1861-c170\",\"7-c170\"]},{\"id\":251,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c178\",\"1861-c171\",\"7-c171\"]},{\"id\":252,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c179\",\"1861-c172\",\"7-c172\"]},{\"id\":253,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"5-c180\",\"1861-c173\",\"7-c173\"]},{\"id\":254,\"type\":\"hop-section\",\"style\":{\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"image\",\"gradient\":{\"angle\":\"90\",\"steps\":[{\"color\":\"rgba(106, 17, 203, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(37, 117, 252, 0.8)\",\"position\":\"100\"}]},\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg\"},\"useParallax\":true}],\"overlay\":{\"enabled\":false},\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"90\",\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":\"90\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}},\"v\":\"1.1\",\"nodes\":[\"5-c181\",\"1861-c174\",\"7-c174\"]},{\"id\":255,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c182\",\"1861-c175\",\"7-c175\"]},{\"id\":256,\"type\":\"hop-column\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"textAlign\":\"left\"},\"props\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c183\",\"1861-c176\",\"7-c176\"]},{\"id\":257,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"5-c184\",\"1861-c177\",\"7-c177\"]},{\"id\":258,\"type\":\"hop-column\",\"props\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c185\",\"1861-c178\",\"7-c178\"]},{\"id\":259,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c186\",\"1861-c179\",\"7-c179\"]},{\"id\":260,\"type\":\"hop-button\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"18\"},\"bottom\":{\"unit\":\"px\",\"value\":\"18\"},\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"0\",\"unit\":\"px\"},\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"color\":\"${theme.colors.5}\"},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"rgba(28, 28, 36, 0)\"}}},\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"6-h31\",\"5-h31\",\"1861-c180\",\"1833-h31\",\"7-c180\"],\"nodeId\":\"7-h31\"},{\"id\":261,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"style\":{\"background\":{\"color\":\"rgb(245, 247, 248)\"}},\"v\":\"1.1\",\"nodes\":[\"5-c188\",\"1861-c181\",\"7-c66\"]},{\"id\":262,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c189\",\"1861-c182\",\"7-c67\"]},{\"id\":263,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"attrs\":{\"overflowOption\":\"hidden\"}},\"v\":\"1.1\",\"nodes\":[\"5-c190\",\"5-c197\",\"5-c204\",\"5-c211\",\"1861-c183\",\"1861-c190\",\"1861-c197\",\"1861-c204\",\"7-c68\",\"7-c70\",\"7-c72\",\"7-c74\"]},{\"id\":264,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"5-c191\",\"5-c198\",\"5-c205\",\"5-c212\",\"1861-c184\",\"1861-c191\",\"1861-c198\",\"1861-c205\",\"7-c69\",\"7-c71\",\"7-c73\",\"7-c75\"],\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}},{\"id\":265,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c192\",\"5-c199\",\"5-c206\",\"5-c213\",\"1861-c185\",\"1861-c192\",\"1861-c199\",\"1861-c206\",\"7-c185\",\"7-c192\",\"7-c199\",\"7-c206\"]},{\"id\":266,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c193\",\"5-c200\",\"5-c207\",\"5-c214\",\"1861-c186\",\"1861-c193\",\"1861-c200\",\"1861-c207\",\"7-c186\",\"7-c193\",\"7-c200\",\"7-c207\"]},{\"id\":267,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c194\",\"5-c201\",\"5-c208\",\"5-c215\",\"1861-c187\",\"1861-c194\",\"1861-c201\",\"1861-c208\",\"7-c187\",\"7-c194\",\"7-c201\",\"7-c208\"]},{\"id\":268,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c195\",\"5-c202\",\"5-c209\",\"5-c216\",\"1861-c188\",\"1861-c195\",\"1861-c202\",\"1861-c209\",\"7-c188\",\"7-c195\",\"7-c202\",\"7-c209\"]},{\"id\":269,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"rgba(55, 55, 57, 0.8)\"}}}}},\"v\":\"1.1\",\"props\":{\"colorType\":\"custom\",\"horizontalAlign\":\"center\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"},\"tablet\":{\"horizontalAlign\":\"center\"}}},\"nodes\":[\"5-c196\",\"1861-c189\",\"1861-c196\",\"1861-c203\",\"1861-c210\",\"7-c189\",\"7-c196\",\"7-c203\",\"7-c210\"]},{\"id\":270,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c218\",\"1861-c211\",\"7-c76\"]},{\"id\":271,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c219\",\"1861-c212\",\"7-c77\"]},{\"id\":272,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c220\",\"1861-c213\",\"7-c78\"]},{\"id\":273,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"5-c221\",\"1861-c214\",\"7-c79\"]},{\"id\":274,\"type\":\"hop-section\",\"nodeId\":\"5-c273\",\"nodes\":[\"5-c222\",\"1861-c215\",\"7-c80\"],\"v\":\"1.1\",\"props\":{\"showHeader\":true}},{\"id\":275,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c274\",\"nodes\":[\"5-c223\",\"1861-c216\",\"7-c81\"],\"v\":\"1.1\"},{\"id\":276,\"type\":\"hop-column\",\"nodeId\":\"5-c275\",\"nodes\":[\"5-c224\",\"1861-c217\",\"7-c82\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}}},{\"id\":277,\"type\":\"hop-blog-posts\",\"style\":{\"descendants\":{\"metaDataBar\":{\"typography\":{\"color\":\"${theme.colors.4|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"metaDataBarIconSvg\":{\"height\":{\"path\":\"value\",\"value\":\"12\"},\"width\":{\"path\":\"value\",\"value\":\"12\"}},\"readMoreButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"}}},\"postCategory\":{\"typography\":{\"color\":\"rgba(9, 33, 42, 0.7)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(227, 228, 229)\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\"},\"bottom\":{\"color\":\"${theme.colors.0}\"},\"right\":{\"color\":\"${theme.colors.0}\"},\"left\":{\"color\":\"${theme.colors.0}\"}}}}},\"postTitle\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}}},\"postExcerpt\":{\"typography\":{\"color\":\"rgba(0, 0, 0, 0.8)\"},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}}},\"metaDataBarIconPath\":{\"fill\":\"${theme.colors.4|variant1}\"},\"postContainer\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}},\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}},\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(227, 228, 229)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"blogColumn\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"postImage\":{\"boxShadow\":{\"enabled\":false},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":1,\"itemsPerRow\":3,\"horizontalAlign\":\"start\"},\"postOrder\":[{\"id\":\"1\",\"name\":\"image\",\"value\":\"Image\"},{\"id\":\"3\",\"name\":\"title\",\"value\":\"Title\"},{\"id\":\"4\",\"name\":\"excerpt\",\"value\":\"Excerpt\"},{\"id\":\"5\",\"name\":\"metaData\",\"value\":\"Metadata\"},{\"id\":\"2\",\"name\":\"category\",\"value\":\"Category\"},{\"id\":\"6\",\"name\":\"readButton\",\"value\":\"Read More Button\"}],\"titleType\":\"h4\",\"metaDataOrder\":[{\"name\":\"author\",\"value\":\"Author\",\"check\":true},{\"name\":\"date\",\"value\":\"Date\",\"check\":true},{\"name\":\"time\",\"value\":\"Time\",\"check\":false},{\"name\":\"comments\",\"value\":\"Comments\",\"check\":true},{\"name\":\"readButton\",\"value\":\"Read Button\",\"check\":false},{\"name\":\"spacer\",\"value\":\"Spacer\",\"check\":false}],\"metaDataSeparator\":\" - \",\"excerptLength\":\"33\",\"showMetadata\":false,\"showCategory\":false,\"showMasonry\":true,\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalGap\":2,\"verticalGap\":3}},\"mobile\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"5-c225\",\"1861-c218\",\"7-c83\"]},{\"id\":278,\"type\":\"hop-loop-item\",\"style\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c226\",\"1861-c219\",\"7-c84\"]},{\"id\":279,\"type\":\"hop-post-thumbnail\",\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"3\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"${theme.colors.5|variant0}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}},\"v\":\"1.1\",\"nodes\":[\"5-c227\",\"1861-c220\",\"7-c85\"]},{\"id\":280,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c228\",\"1861-c221\",\"7-c86\"]},{\"id\":281,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}}},\"background\":{\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.4}\"},\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c229\",\"1846-m7\",\"1861-c222\",\"7-c87\"]},{\"id\":282,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"typography\":{\"lineHeight\":{\"unit\":\"\",\"value\":\"1.4\"},\"size\":{\"unit\":\"em\",\"value\":\"1.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c230\",\"1846-m8\",\"1861-c223\",\"7-c88\"]},{\"id\":283,\"type\":\"hop-post-excerpt\",\"v\":\"1.1\",\"nodes\":[\"5-c231\",\"1861-c224\",\"7-c89\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"rgba(238, 241, 245, 0.6)\"},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":284,\"type\":\"hop-post-read-more-group\",\"v\":\"1.1\",\"nodes\":[\"5-c232\",\"1861-c225\",\"7-c90\"]},{\"id\":285,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"}},\"size\":{\"value\":\"12\",\"unit\":\"px\"},\"states\":{\"hover\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}}},\"background\":{\"color\":\"rgb(245, 247, 248)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.4}\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(245, 247, 248, 0)\"},\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"textAlign\":\"center\",\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}}},\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"5-c233\",\"1846-m12\",\"1861-c226\",\"7-c91\"]},{\"id\":286,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c249\",\"nodes\":[\"5-c234\",\"1861-c227\",\"7-c92\"],\"v\":\"1.1\"},{\"id\":287,\"type\":\"hop-column\",\"nodeId\":\"5-c250\",\"nodes\":[\"5-c235\",\"1861-c228\",\"7-c93\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":288,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"5-c251\",\"nodes\":[\"5-c236\",\"1861-c229\",\"7-c94\"],\"v\":\"1.1\"},{\"id\":289,\"type\":\"hop-text\",\"nodeId\":\"5-c252\",\"nodes\":[\"5-c237\",\"1861-c230\",\"7-c95\"],\"v\":\"1.1\",\"props\":{\"type\":\"lead\"}},{\"id\":290,\"type\":\"hop-section\",\"nodeId\":\"5-c259\",\"nodes\":[\"5-c238\",\"1861-c231\",\"7-c96\"],\"v\":\"1.1\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/nature-1413069-pxhere-com-1.jpg\"},\"position\":{\"x\":53.158326497129,\"y\":63.504961325104},\"useParallax\":false}],\"overlay\":{\"enabled\":true}}}},{\"id\":291,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":3,\"verticalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0,\"horizontalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"5-c260\",\"nodes\":[\"5-c239\",\"1861-c232\",\"7-c97\"],\"v\":\"1.1\",\"style\":{\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":292,\"type\":\"hop-column\",\"nodeId\":\"5-c261\",\"nodes\":[\"5-c240\",\"1861-c233\",\"7-c98\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.3}\"},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}},\"props\":{\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},\"verticalAlign\":\"center\"}},{\"id\":293,\"type\":\"hop-contact-form\",\"style\":{\"descendants\":{\"submit-button\":{\"backgroundColor\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"backgroundColor\":\"${theme.colors.0}\",\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":false},\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"${theme.colors.5}\"},\"color\":\"${theme.colors.4}\",\"padding\":{\"top\":{\"value\":\"18\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"18\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"margin-left\":\"0\",\"margin-right\":\"auto\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"family\":\"Raleway\",\"weight\":\"600\",\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"inputs\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"${theme.colors.5}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5}\"}},\"color\":\"rgb(102, 102, 102)\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"background\":{\"color\":\"rgba(0,0,0,0)\"}},\"labels\":{\"textAlign\":\"left\",\"typography\":{\"lineHeight\":{\"unit\":\"em\",\"value\":\"2\"}}},\"notices\":{\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"3\",\"unit\":\"px\"},\"right\":{\"value\":\"3\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"error-notice\":{\"background\":{\"color\":\"rgb(255, 0, 0)\"},\"color\":\"rgb(255, 255, 255)\",\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"typography\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"info-notice\":{\"background\":{\"color\":\"rgba(255, 233, 76, 0.52)\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"success-notice\":{\"background\":{\"color\":\"rgb(177, 250, 159)\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"validationErrors\":{\"background\":{\"color\":\"#F9E4E8\"},\"typography\":{\"color\":\"#E04562\",\"fontSize\":{\"unit\":\"px\",\"value\":12},\"fontWeight\":500,\"lineHeight\":{\"unit\":\"em\",\"value\":2}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":2},\"right\":{\"unit\":\"px\",\"value\":10},\"bottom\":{\"unit\":\"px\",\"value\":2},\"left\":{\"unit\":\"px\",\"value\":10}},\"margin\":{\"top\":{\"unit\":\"px\",\"value\":5},\"right\":{\"unit\":\"px\",\"value\":0},\"bottom\":{\"unit\":\"px\",\"value\":16},\"left\":{\"unit\":\"px\",\"value\":0}}}}},\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"692\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"right\",\"compliedStyleFlags\":{\"forminator\":{\"validationError\":true}}},\"v\":\"1.1\",\"nodes\":[\"5-c241\",\"1861-c234\",\"7-c99\"]},{\"id\":294,\"type\":\"hop-column\",\"nodeId\":\"5-c262\",\"nodes\":[\"5-c242\",\"1861-c235\",\"7-c100\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}}},\"props\":{\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}}},{\"id\":295,\"type\":\"hop-image\",\"nodeId\":\"5-c243\",\"nodes\":[\"5-c243\",\"1861-c236\",\"7-c101\"],\"v\":\"1.1\"},{\"id\":296,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"}}},\"width\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"height\":{\"path\":\"value\",\"value\":\"20\"},\"padding\":{\"left\":{\"path\":\"value\",\"value\":0}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}},\"color\":\"${theme.colors.5}\"},\"list-item\":{\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083052},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.094166060197272},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579822}],\"iconAndTextAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"5-c244\",\"1861-c237\",\"7-c102\"]},{\"id\":297,\"type\":\"hop-heading\",\"nodeId\":\"5-c246\",\"nodes\":[\"5-c245\",\"1861-c238\",\"7-c238\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"5\"}},{\"id\":298,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"rgba(55, 55, 57, 0.8)\"}}}}},\"v\":\"1.1\",\"props\":{\"colorType\":\"custom\",\"horizontalAlign\":\"start\",\"media\":{\"mobile\":{\"horizontalAlign\":\"start\"},\"tablet\":{\"horizontalAlign\":\"start\"}}},\"nodes\":[\"1861-c239\",\"7-c239\"],\"nodeId\":\"1861-c239\"},{\"id\":299,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"nodeId\":\"9-h33\",\"nodes\":[\"9-h33\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":300,\"type\":\"hop-image\",\"nodeId\":\"9-h34\",\"nodes\":[\"9-h34\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":302,\"type\":\"hop-column\",\"nodeId\":\"7-c241\",\"nodes\":[\"7-c12\"],\"v\":\"1.1\"},{\"id\":303,\"type\":\"hop-image\",\"nodeId\":\"7-c242\",\"nodes\":[\"7-c11\"],\"v\":\"1.1\"},{\"id\":304,\"type\":\"hop-image\",\"nodeId\":\"7-c243\",\"nodes\":[\"7-c13\"],\"v\":\"1.1\"},{\"id\":305,\"type\":\"hop-image\",\"nodeId\":\"7-c244\",\"nodes\":[\"7-c17\"],\"v\":\"1.1\"},{\"id\":306,\"type\":\"hop-image\",\"nodeId\":\"7-c245\",\"nodes\":[\"7-c23\"],\"v\":\"1.1\"},{\"id\":307,\"type\":\"hop-image\",\"nodeId\":\"7-c246\",\"nodes\":[\"7-c29\"],\"v\":\"1.1\"},{\"id\":308,\"type\":\"hop-image\",\"nodeId\":\"7-c247\",\"nodes\":[\"7-c35\"],\"v\":\"1.1\"},{\"id\":309,\"type\":\"hop-image\",\"nodeId\":\"7-c248\",\"nodes\":[\"7-c41\"],\"v\":\"1.1\"},{\"id\":310,\"type\":\"hop-image\",\"nodeId\":\"7-c249\",\"nodes\":[\"7-c47\"],\"v\":\"1.1\"},{\"id\":311,\"type\":\"hop-image\",\"nodeId\":\"7-c250\",\"nodes\":[\"7-c53\"],\"v\":\"1.1\"},{\"id\":312,\"type\":\"hop-column\",\"nodeId\":\"7-c172\",\"nodes\":[\"7-c56\"],\"v\":\"1.1\"},{\"id\":313,\"type\":\"hop-column\",\"nodeId\":\"7-c173\",\"nodes\":[\"7-c58\"],\"v\":\"1.1\"},{\"id\":314,\"type\":\"hop-column\",\"nodeId\":\"7-c174\",\"nodes\":[\"7-c60\"],\"v\":\"1.1\"},{\"id\":315,\"type\":\"hop-image\",\"nodeId\":\"7-c175\",\"nodes\":[\"7-c57\"],\"v\":\"1.1\"},{\"id\":316,\"type\":\"hop-image\",\"nodeId\":\"7-c176\",\"nodes\":[\"7-c59\"],\"v\":\"1.1\"},{\"id\":317,\"type\":\"hop-image\",\"nodeId\":\"7-c177\",\"nodes\":[\"7-c61\"],\"v\":\"1.1\"},{\"id\":318,\"type\":\"hop-content\",\"nodeId\":\"2-c1\",\"nodes\":[\"2-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":319,\"type\":\"hop-section\",\"nodeId\":\"2-c2\",\"nodes\":[\"2-c2\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":320,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"2-c3\",\"nodes\":[\"2-c3\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":321,\"type\":\"hop-column\",\"nodeId\":\"2-c4\",\"nodes\":[\"2-c4\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":322,\"type\":\"hop-external\",\"nodeId\":\"2-c5\",\"nodes\":[\"2-c5\"],\"style\":[],\"v\":\"1.1\"},{\"id\":323,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"14-h99\",\"nodes\":[\"14-h26\"],\"v\":\"1.1\"},{\"id\":324,\"type\":\"hop-column\",\"nodeId\":\"14-h100\",\"nodes\":[\"14-h27\"],\"v\":\"1.1\"},{\"id\":326,\"type\":\"hop-text\",\"nodeId\":\"14-h103\",\"nodes\":[\"14-h28\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":35},\"lineHeight\":{\"unit\":\"\",\"value\":1.1}}}}}},{\"id\":331,\"type\":\"hop-down-arrow\",\"v\":\"1.1\",\"props\":{\"type\":\"icon\"},\"style\":{\"bottom\":{\"value\":\"20\"}},\"nodes\":[\"9-h31\"]},{\"id\":332,\"type\":\"hop-down-arrow-scroll-button-group\",\"v\":\"1.1\",\"nodes\":[\"9-h32\"]},{\"id\":333,\"type\":\"hop-down-arrow-scroll-button\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"nodes\":[\"9-h33\"]},{\"id\":334,\"type\":\"hop-down-arrow-scroll-icon\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"},\"fill\":\"${theme.colors.4}\"}}},\"v\":\"1.1\",\"nodes\":[\"9-h34\"]},{\"id\":335,\"type\":\"hop-content\",\"nodeId\":\"190-c1\",\"nodes\":[\"190-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":336,\"type\":\"hop-section\",\"nodeId\":\"190-c2\",\"nodes\":[\"190-c2\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":337,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"190-c3\",\"nodes\":[\"190-c3\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":338,\"type\":\"hop-column\",\"nodeId\":\"190-c4\",\"nodes\":[\"190-c4\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":339,\"type\":\"hop-button\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"18\"},\"bottom\":{\"unit\":\"px\",\"value\":\"18\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"color\":\"${theme.colors.5}\",\"transform\":\"uppercase\"},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"outer\":{\"width\":{\"unit\":\"px\",\"value\":\"233\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"rgba(28, 28, 36, 0)\"}}},\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"buttonSize\":\"custom\",\"buttonWidth\":\"custom\",\"customWidth\":{\"lastHorizontalPadding\":{\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"}}}},\"v\":\"1.1\",\"nodes\":[\"9-h29\"],\"nodeId\":\"9-h29\"},{\"id\":340,\"type\":\"hop-button\",\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"18\"},\"bottom\":{\"unit\":\"px\",\"value\":\"18\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"0\",\"unit\":\"px\"},\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"color\":\"${theme.colors.4}\"},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"outer\":{\"width\":{\"unit\":\"px\",\"value\":\"233\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}},\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.4}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"rgba(255, 255, 255, 0)\"}},\"props\":{\"buttonSize\":\"custom\",\"buttonWidth\":\"custom\",\"customWidth\":{\"lastHorizontalPadding\":{\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"}}}},\"v\":\"1.1\",\"nodes\":[\"9-h30\"],\"nodeId\":\"9-h30\"}]\";}','off');
INSERT INTO `wp9v_options` VALUES (248,'colibriwp_activate_theme_name','silverstorm','auto'),(522,'forminator_cf7_notice_dismissed','1','auto'),(540,'forminator_form_privacy_settings','a:0:{}','auto'),(440,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.1.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1760587400;s:7:\"version\";s:5:\"6.1.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),(13848,'can_compress_scripts','1','on'),(1203,'cnb','a:28:{s:6:\"active\";i:0;s:6:\"number\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"color\";s:7:\"#008A00\";s:9:\"iconcolor\";s:7:\"#ffffff\";s:10:\"appearance\";s:5:\"right\";s:8:\"hideIcon\";i:0;s:5:\"limit\";s:7:\"include\";s:9:\"frontpage\";i:0;s:11:\"conversions\";i:0;s:4:\"zoom\";i:1;s:7:\"z-index\";i:10;s:8:\"tracking\";i:0;s:4:\"show\";s:0:\"\";s:7:\"version\";s:5:\"1.5.5\";s:17:\"changelog_version\";s:5:\"1.5.5\";s:13:\"cloud_enabled\";s:1:\"1\";s:13:\"advanced_view\";s:1:\"0\";s:27:\"show_all_buttons_for_domain\";s:1:\"0\";s:18:\"footer_show_traces\";s:1:\"0\";s:11:\"api_caching\";s:1:\"0\";s:17:\"reporting_enabled\";i:0;s:11:\"displaymode\";s:11:\"MOBILE_ONLY\";s:15:\"activation_time\";i:1761221464;s:7:\"api_key\";s:43:\"cnbakp_5e71047b_fd68_4234_a40d_a3caea216beb\";s:12:\"cloud_use_id\";s:43:\"domain_8fd0869f_a0dd_4db1_bd93_2a0fd15d2628\";s:15:\"error_reporting\";s:1:\"0\";s:8:\"api_base\";s:29:\"https://api.callnowbutton.com\";}','auto'),(268,'forminator_free_install_date','1760589084','off'),(269,'wpmudev_recommended_plugins_registered','a:1:{s:25:\"forminator/forminator.php\";a:1:{s:13:\"registered_at\";i:1760578284;}}','off'),(251,'colibri_page_builder_use_fs','c-31484aca-23efe210-3102ac18-1b2b0870','auto'),(270,'forminator_default_report_entry','1','auto'),(271,'forminator_version','1.53.2','auto'),(272,'widget_forminator_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(273,'action_scheduler_hybrid_store_demarkation','149','auto'),(274,'schema-ActionScheduler_StoreSchema','8.0.1761183724','auto'),(275,'schema-ActionScheduler_LoggerSchema','3.0.1760578284','auto'),(293,'forminator_posts_map','a:0:{}','auto'),(281,'action_scheduler_lock_async-request-runner','6a10cf0bb8cb84.69885762|1779486535','no'),(282,'forminator_action_scheduler_db_updated','1','auto'),(17260,'_transient_timeout_forminator_general_data_protection_cleanup','1779493674','off'),(17261,'_transient_forminator_general_data_protection_cleanup','1','off'),(17262,'_transient_timeout_forminator_daily_cron','1779493674','off'),(17263,'_transient_forminator_daily_cron','1','off'),(17266,'_transient_timeout_forminator_process_report','1779493674','off'),(17267,'_transient_forminator_process_report','1','off'),(17268,'_transient_timeout_forminator_action_scheduler_cleanup','1779493674','off'),(17269,'_transient_forminator_action_scheduler_cleanup','1','off'),(296,'as_has_wp_comment_logs','no','on'),(410,'ht_ctc_group','a:21:{s:8:\"group_id\";s:0:\"\";s:14:\"call_to_action\";s:14:\"WhatsApp Group\";s:13:\"style_desktop\";s:1:\"4\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:6:\"bottom\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:4:\"left\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"same_settings\";s:1:\"1\";s:15:\"display_desktop\";s:4:\"show\";s:14:\"display_mobile\";s:4:\"show\";s:7:\"display\";a:1:{s:14:\"global_display\";s:4:\"show\";}s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:4:\"left\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}','auto'),(355,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','auto'),(411,'ht_ctc_share','a:21:{s:10:\"share_text\";s:34:\"Checkout this Awesome page {{url}}\";s:14:\"call_to_action\";s:14:\"WhatsApp Share\";s:13:\"style_desktop\";s:1:\"1\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:3:\"top\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:5:\"right\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"same_settings\";s:1:\"1\";s:15:\"display_desktop\";s:4:\"show\";s:14:\"display_mobile\";s:4:\"show\";s:7:\"display\";a:1:{s:14:\"global_display\";s:4:\"show\";}s:13:\"mobile_side_1\";s:3:\"top\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:5:\"right\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}','auto'),(412,'ht_ctc_woo_options','a:2:{s:14:\"woo_pre_filled\";s:0:\"\";s:18:\"woo_call_to_action\";s:0:\"\";}','auto'),(413,'ht_ctc_s1','a:5:{s:13:\"s1_text_color\";s:0:\"\";s:11:\"s1_bg_color\";s:0:\"\";s:13:\"s1_icon_color\";s:7:\"#25d366\";s:12:\"s1_icon_size\";s:4:\"16px\";s:11:\"s1_add_icon\";s:1:\"1\";}','auto'),(414,'ht_ctc_s3','a:5:{s:11:\"s3_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_font_size\";s:4:\"13px\";}','auto'),(415,'ht_ctc_s3_1','a:10:{s:11:\"s3_img_size\";s:4:\"36px\";s:11:\"s3_bg_color\";s:7:\"#25D366\";s:17:\"s3_bg_color_hover\";s:7:\"#25D366\";s:10:\"s3_padding\";s:4:\"16px\";s:13:\"s3_box_shadow\";s:1:\"1\";s:19:\"s3_box_shadow_hover\";s:1:\"1\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";s:13:\"cta_font_size\";s:4:\"15px\";}','auto'),(416,'ht_ctc_s4','a:5:{s:13:\"s4_text_color\";s:7:\"#7f7d7d\";s:11:\"s4_bg_color\";s:7:\"#e4e4e4\";s:10:\"s4_img_url\";s:0:\"\";s:15:\"s4_img_position\";s:4:\"left\";s:11:\"s4_img_size\";s:4:\"32px\";}','auto'),(417,'ht_ctc_s5','a:12:{s:9:\"s5_line_1\";s:0:\"\";s:9:\"s5_line_2\";s:35:\"We will respond as soon as possible\";s:15:\"s5_line_1_color\";s:7:\"#000000\";s:15:\"s5_line_2_color\";s:7:\"#000000\";s:19:\"s5_background_color\";s:7:\"#ffffff\";s:15:\"s5_border_color\";s:7:\"#dddddd\";s:6:\"s5_img\";s:0:\"\";s:13:\"s5_img_height\";s:4:\"70px\";s:12:\"s5_img_width\";s:4:\"70px\";s:17:\"s5_content_height\";s:4:\"70px\";s:16:\"s5_content_width\";s:5:\"270px\";s:15:\"s5_img_position\";s:5:\"right\";}','auto'),(418,'ht_ctc_s6','a:4:{s:12:\"s6_txt_color\";s:0:\"\";s:21:\"s6_txt_color_on_hover\";s:0:\"\";s:17:\"s6_txt_decoration\";s:0:\"\";s:26:\"s6_txt_decoration_on_hover\";s:0:\"\";}','auto'),(419,'ht_ctc_s7','a:10:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:15:\"s7_border_color\";s:7:\"#25D366\";s:21:\"s7_border_color_hover\";s:7:\"#25d366\";s:16:\"s7_border_radius\";s:3:\"50%\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";}','auto'),(420,'ht_ctc_s7_1','a:7:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:10:\"s7_bgcolor\";s:7:\"#25D366\";s:16:\"s7_bgcolor_hover\";s:7:\"#00d34d\";s:8:\"cta_type\";s:5:\"hover\";}','auto'),(421,'ht_ctc_s8','a:10:{s:12:\"s8_txt_color\";s:7:\"#ffffff\";s:21:\"s8_txt_color_on_hover\";s:7:\"#ffffff\";s:11:\"s8_bg_color\";s:7:\"#26a69a\";s:20:\"s8_bg_color_on_hover\";s:7:\"#26a69a\";s:13:\"s8_icon_color\";s:7:\"#ffffff\";s:22:\"s8_icon_color_on_hover\";s:7:\"#ffffff\";s:16:\"s8_icon_position\";s:4:\"left\";s:12:\"s8_text_size\";s:4:\"16px\";s:12:\"s8_icon_size\";s:4:\"16px\";s:11:\"s8_btn_size\";s:3:\"btn\";}','auto'),(422,'ht_ctc_s99','a:6:{s:19:\"s99_dekstop_img_url\";s:0:\"\";s:18:\"s99_mobile_img_url\";s:0:\"\";s:22:\"s99_desktop_img_height\";s:4:\"50px\";s:21:\"s99_desktop_img_width\";s:0:\"\";s:21:\"s99_mobile_img_height\";s:4:\"50px\";s:20:\"s99_mobile_img_width\";s:0:\"\";}','auto'),(423,'ht_ctc_one_time','a:2:{s:13:\"first_version\";s:4:\"4.29\";s:18:\"first_install_time\";i:1760587200;}','auto'),(425,'ht_ctc_admin_pages','a:1:{s:5:\"count\";i:4;}','auto'),(17264,'_transient_timeout_forminator_send_export','1779493674','off'),(17265,'_transient_forminator_send_export','1','off'),(17250,'_transient_timeout_colibri_recommended_plugin_hummingbird-performance_wp_org_data','1779572872','off'),(2155,'wpforms_version_previous','1.10.0.4','auto'),(16303,'_site_transient_timeout_php_check_8a62071f74cc2be777975866d36a2f9b','1777022365','off'),(16304,'_site_transient_php_check_8a62071f74cc2be777975866d36a2f9b','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(1038,'wpforms_versions_lite','a:26:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:5:\"1.9.7\";i:0;s:7:\"1.9.8.2\";i:1761183724;s:7:\"1.9.8.4\";i:1762567747;s:7:\"1.9.8.6\";i:1765544675;s:7:\"1.9.8.7\";i:1765544675;s:7:\"1.9.9.2\";i:1769701950;s:7:\"1.9.9.3\";i:1772005417;s:7:\"1.9.9.4\";i:1772574611;s:8:\"1.10.0.1\";i:1773935324;s:8:\"1.10.0.2\";i:1774540586;s:8:\"1.10.0.3\";i:1775663293;s:8:\"1.10.0.4\";i:1775870312;s:8:\"1.10.0.5\";i:1778816842;}','auto'),(1039,'_wpforms_transient_timeout_addons.json','1777352314','off'),(1040,'_wpforms_transient_addons.json','1776747514','off'),(1041,'wpforms_constant_contact_version','3','auto'),(1042,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1043,'wpforms_settings','a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}','auto'),(1044,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1761183725;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1764204110;s:9:\"dismissed\";b:1;}}','on'),(1047,'_wpforms_transient_upload_htaccess_file','a:3:{s:4:\"size\";i:763;s:5:\"mtime\";i:1761183725;s:5:\"ctime\";i:1761183725;}','on'),(1048,'_wpforms_transient_wpforms_/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:472;s:5:\"mtime\";i:1778816843;s:5:\"ctime\";i:1778816843;}','on'),(1049,'wpforms_splash_version','1.8.6','auto'),(1050,'wpforms_email_summaries_fetch_info_blocks_last_run','1776747514','auto'),(1051,'wpforms_process_forms_locator_status','completed','auto'),(1052,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1774231541;}','auto'),(13097,'wpforms_pointers','a:2:{s:10:\"engagement\";a:0:{}s:7:\"dismiss\";a:1:{i:0;s:19:\"admin_menu_payments\";}}','auto'),(13100,'googlesitekit_has_connected_admins','1','auto'),(13105,'_transient_googlesitekit_analytics-4_data_available','1','on'),(13839,'wp_notes_notify','1','on'),(13853,'https_migration_required','1','auto'),(13857,'_transient_timeout_dirsize_cache','2089592015','off'),(13858,'_transient_dirsize_cache','a:2613:{s:61:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/midnight\";i:85783;s:57:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/blue\";i:83561;s:59:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/modern\";i:84632;s:58:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/light\";i:84387;s:58:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/ocean\";i:80579;s:62:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/ectoplasm\";i:85004;s:59:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/coffee\";i:81473;s:60:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors/sunrise\";i:87233;s:52:\"/home/u1286402/onurbranda.com.tr/wp-admin/css/colors\";i:699194;s:45:\"/home/u1286402/onurbranda.com.tr/wp-admin/css\";i:2706253;s:46:\"/home/u1286402/onurbranda.com.tr/wp-admin/user\";i:3758;s:52:\"/home/u1286402/onurbranda.com.tr/wp-admin/js/widgets\";i:139432;s:44:\"/home/u1286402/onurbranda.com.tr/wp-admin/js\";i:2006266;s:48:\"/home/u1286402/onurbranda.com.tr/wp-admin/images\";i:428376;s:50:\"/home/u1286402/onurbranda.com.tr/wp-admin/includes\";i:3103066;s:47:\"/home/u1286402/onurbranda.com.tr/wp-admin/maint\";i:7628;s:49:\"/home/u1286402/onurbranda.com.tr/wp-admin/network\";i:127749;s:41:\"/home/u1286402/onurbranda.com.tr/wp-admin\";i:9339896;s:54:\"/home/u1286402/onurbranda.com.tr/wp-includes/customize\";i:178682;s:54:\"/home/u1286402/onurbranda.com.tr/wp-includes/PHPMailer\";i:269336;s:85:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:628;s:80:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Content\";i:628;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Net\";i:553;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Parse\";i:565;s:84:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:22661;s:79:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Decode\";i:22661;s:77:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/HTTP\";i:664;s:88:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:639;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/XML\";i:639;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie/Cache\";i:4035;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library/SimplePie\";i:41042;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/library\";i:56395;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/Content/Type\";i:7646;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/Content\";i:7646;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/Net\";i:7380;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/Parse\";i:25734;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/HTTP\";i:34052;s:74:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/XML/Declaration\";i:7744;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/XML\";i:7744;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src/Cache\";i:46444;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie/src\";i:686427;s:54:\"/home/u1286402/onurbranda.com.tr/wp-includes/SimplePie\";i:744875;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/theme-compat\";i:15656;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/Text/Diff/Renderer\";i:5528;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/Text/Diff/Engine\";i:31802;s:54:\"/home/u1286402/onurbranda.com.tr/wp-includes/Text/Diff\";i:44136;s:49:\"/home/u1286402/onurbranda.com.tr/wp-includes/Text\";i:56335;s:49:\"/home/u1286402/onurbranda.com.tr/wp-includes/l10n\";i:31243;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/abilities-api\";i:47953;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/html-api\";i:541985;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/edit-widgets\";i:98410;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/commands\";i:29246;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/nux\";i:9830;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/reusable-blocks\";i:2444;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/patterns\";i:7596;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/components\";i:418369;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/block-editor\";i:623141;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/edit-post\";i:66228;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/format-library\";i:3214;s:74:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/list-reusable-blocks\";i:17728;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/edit-site\";i:783976;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/block-library\";i:822510;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/block-directory\";i:15808;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/preferences\";i:4356;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/admin-ui\";i:5114;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/customize-widgets\";i:25450;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/widgets\";i:23894;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/base-styles\";i:15340;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist/editor\";i:250472;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/css/dist\";i:3223126;s:48:\"/home/u1286402/onurbranda.com.tr/wp-includes/css\";i:3871769;s:50:\"/home/u1286402/onurbranda.com.tr/wp-includes/fonts\";i:327011;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/style-engine\";i:48218;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/block-bindings\";i:9582;s:51:\"/home/u1286402/onurbranda.com.tr/wp-includes/assets\";i:29678;s:48:\"/home/u1286402/onurbranda.com.tr/wp-includes/ID3\";i:1165725;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/lib\";i:99005;s:83:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:88:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:85:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:83:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:74:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/namespaced\";i:2698;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5739;s:74:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/Base64\";i:16959;s:81:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/Curve25519\";i:127599;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:80:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core\";i:506345;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:83:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:80:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:82:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/Core32\";i:437041;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src/PHP52\";i:4910;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat/src\";i:1278041;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/sodium_compat\";i:1386219;s:55:\"/home/u1286402/onurbranda.com.tr/wp-includes/php-compat\";i:1253;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/block-patterns\";i:8951;s:52:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/crop\";i:20004;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/imgareaselect\";i:49553;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/mediaelement/renderers\";i:18880;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/mediaelement\";i:721307;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/jcrop\";i:24976;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/development\";i:179856;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/a11y\";i:3461;s:81:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/interactivity\";i:281823;s:86:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-editor/utils\";i:6057;s:80:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-editor\";i:6057;s:88:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/interactivity-router\";i:74688;s:91:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/accordion\";i:7101;s:86:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/file\";i:3161;s:92:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/navigation\";i:10984;s:87:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/image\";i:17181;s:86:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/form\";i:2255;s:87:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/query\";i:6173;s:88:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library/search\";i:5263;s:81:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules/block-library\";i:52118;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/script-modules\";i:418147;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist/vendor\";i:2665433;s:52:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/dist\";i:22632074;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/jquery/ui\";i:787634;s:54:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/jquery\";i:1304968;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/plupload\";i:490958;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/thickbox\";i:31332;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/codemirror\";i:1287141;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/swfupload\";i:0;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/media\";i:57914;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/lists\";i:97383;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:75:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/link\";i:32949;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/hr\";i:1347;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/image\";i:55874;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:77:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/paste\";i:113193;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:74:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:75:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/plugins\";i:607194;s:77:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:75:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:78:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/skins\";i:235667;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/themes/inlite\";i:452642;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/themes/modern\";i:446221;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/themes\";i:898863;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/langs\";i:15529;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce/utils\";i:18826;s:55:\"/home/u1286402/onurbranda.com.tr/wp-includes/js/tinymce\";i:2856553;s:47:\"/home/u1286402/onurbranda.com.tr/wp-includes/js\";i:31820856;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/rest-api/fields\";i:22750;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/rest-api/endpoints\";i:907445;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/rest-api/search\";i:16917;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/rest-api\";i:1039039;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/images/media\";i:5263;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/images/crystal\";i:15541;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/images/smilies\";i:10082;s:51:\"/home/u1286402/onurbranda.com.tr/wp-includes/images\";i:102178;s:48:\"/home/u1286402/onurbranda.com.tr/wp-includes/IXR\";i:34269;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/sitemaps/providers\";i:17599;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/sitemaps\";i:47547;s:49:\"/home/u1286402/onurbranda.com.tr/wp-includes/pomo\";i:57146;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/paragraph\";i:7441;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/spacer\";i:4737;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-total\";i:1520;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/block\";i:587;s:79:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/accordion-panel\";i:2096;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/accordion\";i:2137;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/list\";i:2285;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-title\";i:2849;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-navigation-link\";i:4032;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/term-template\";i:3560;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/categories\";i:4020;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-reply-link\";i:1447;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/footnotes\";i:2642;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/table\";i:27622;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/term-name\";i:1577;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/site-logo\";i:15830;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-comments-count\";i:1372;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments-pagination\";i:6147;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/cover\";i:87939;s:55:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/rss\";i:5025;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/columns\";i:9271;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/legacy-widget\";i:556;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/social-link\";i:3510;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/file\";i:11203;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/calendar\";i:3821;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-content\";i:1913;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-featured-image\";i:30219;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/social-links\";i:54929;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/term-count\";i:1462;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/list-item\";i:1471;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/latest-comments\";i:6816;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/term-description\";i:2112;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/page-list-item\";i:1109;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/terms-query\";i:905;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/nextpage\";i:3039;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/column\";i:1616;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments\";i:29695;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-template\";i:7967;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-comments-form\";i:10061;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/widget-group\";i:400;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-excerpt\";i:3307;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/pullquote\";i:8775;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/media-text\";i:16884;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/navigation-link\";i:11460;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/embed\";i:11420;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/missing\";i:678;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-no-results\";i:901;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/loginout\";i:1474;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/site-tagline\";i:2148;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/preformatted\";i:1907;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-pagination-numbers\";i:1942;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/freeform\";i:41685;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/math\";i:1115;s:60:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/archives\";i:2057;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/navigation\";i:133575;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-date\";i:1623;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/site-title\";i:3051;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/separator\";i:5126;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-date\";i:1562;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/avatar\";i:2355;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/pattern\";i:434;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/template-part\";i:6686;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/image\";i:59767;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/latest-posts\";i:11447;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/verse\";i:2144;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/heading\";i:6486;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/more\";i:3270;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/details\";i:2249;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/gallery\";i:78286;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/page-list\";i:7860;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/quote\";i:7191;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-template\";i:3037;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/text-columns\";i:3054;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/read-more\";i:2450;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/code\";i:2850;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/buttons\";i:11567;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-terms\";i:2025;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-comments-link\";i:1525;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-pagination\";i:5775;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-edit-link\";i:1654;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-author\";i:3388;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-author-biography\";i:1507;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/shortcode\";i:2940;s:80:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments-pagination-previous\";i:1023;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments-title\";i:1745;s:68:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-author-name\";i:1673;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/home-link\";i:1152;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query\";i:13922;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-content\";i:1838;s:56:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/html\";i:4064;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-title\";i:1750;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/button\";i:14327;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/tag-cloud\";i:3996;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/audio\";i:3675;s:71:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comment-author-name\";i:1677;s:73:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-pagination-next\";i:1039;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/accordion-heading\";i:5383;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/video\";i:8626;s:77:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/query-pagination-previous\";i:1051;s:69:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/post-time-to-read\";i:1625;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/group\";i:8413;s:70:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/navigation-submenu\";i:6226;s:76:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/comments-pagination-next\";i:1011;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/accordion-item\";i:2896;s:58:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks/search\";i:19425;s:51:\"/home/u1286402/onurbranda.com.tr/wp-includes/blocks\";i:1612218;s:52:\"/home/u1286402/onurbranda.com.tr/wp-includes/widgets\";i:160197;s:61:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/library\";i:261;s:63:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Proxy\";i:4217;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Transport\";i:35470;s:64:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Cookie\";i:4363;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Auth\";i:2541;s:66:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Response\";i:3101;s:65:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Utility\";i:7176;s:77:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Exception/Transport\";i:1397;s:72:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Exception/Http\";i:16715;s:67:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src/Exception\";i:22464;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests/src\";i:214849;s:53:\"/home/u1286402/onurbranda.com.tr/wp-includes/Requests\";i:215110;s:57:\"/home/u1286402/onurbranda.com.tr/wp-includes/certificates\";i:234150;s:62:\"/home/u1286402/onurbranda.com.tr/wp-includes/interactivity-api\";i:63327;s:59:\"/home/u1286402/onurbranda.com.tr/wp-includes/block-supports\";i:134988;s:44:\"/home/u1286402/onurbranda.com.tr/wp-includes\";i:51996922;s:61:\"/home/u1286402/onurbranda.com.tr/wp-content/languages/plugins\";i:5939338;s:60:\"/home/u1286402/onurbranda.com.tr/wp-content/languages/themes\";i:204401;s:53:\"/home/u1286402/onurbranda.com.tr/wp-content/languages\";i:10263103;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/upgrade-temp-backup/plugins\";i:0;s:63:\"/home/u1286402/onurbranda.com.tr/wp-content/upgrade-temp-backup\";i:0;s:51:\"/home/u1286402/onurbranda.com.tr/wp-content/upgrade\";i:0;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/litespeed/debug\";i:27;s:53:\"/home/u1286402/onurbranda.com.tr/wp-content/litespeed\";i:64;s:54:\"/home/u1286402/onurbranda.com.tr/wp-content/mu-plugins\";i:983;s:43:\"/home/u1286402/onurbranda.com.tr/wp-content\";i:10264178;s:32:\"/home/u1286402/onurbranda.com.tr\";i:75429772;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/styles\";i:140995;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/patterns\";i:346749;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/templates\";i:5339;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive/parts\";i:440;s:67:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/twentytwentyfive\";i:8473162;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/composer\";i:25194;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/wp/admin\";i:17148;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/wp\";i:17148;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components/Footer\";i:3537;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components/MainContent\";i:2949;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components/InnerHeader\";i:2746;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components/FrontHeader\";i:52967;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components/Header\";i:73741;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Components\";i:171714;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Core\";i:20821;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Customizer/Sections\";i:3858;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Customizer/Panel\";i:1566;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Customizer/Controls\";i:34914;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/Customizer\";i:54102;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src/BuilderComponents\";i:14978;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase/src\";i:337355;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp/themebase\";i:389994;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor/colibriwp\";i:389994;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/vendor\";i:415367;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/integration/colibri-page-builder\";i:803;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc/integration\";i:803;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/inc\";i:775632;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/theme\";i:696582;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/google-fonts\";i:1434048;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/fonts/vendor\";i:17204;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/fonts\";i:17204;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/header-presets/previews\";i:81203;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/header-presets/images\";i:2582223;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/header-presets\";i:2663426;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/videos\";i:506104;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/images/header-shapes\";i:1630928;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/images\";i:2803029;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/admin\";i:28857;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources/customizer\";i:3189164;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/resources\";i:11338414;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/page-templates\";i:1029;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/front-header/buttons\";i:1024;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/front-header/top-bar\";i:4131;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/front-header\";i:80936;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/blog\";i:2583;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/inner-header/top-bar\";i:4131;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/inner-header\";i:17757;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/front-footer\";i:1879;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/sidebar\";i:4193;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/main\";i:21615;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/content\";i:4991;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts/layout-wrapper-content\";i:14243;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/template-parts\";i:148197;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm/admin\";i:19928;s:62:\"/home/u1286402/onurbranda.com.tr/wp-content/themes/silverstorm\";i:12918310;s:50:\"/home/u1286402/onurbranda.com.tr/wp-content/themes\";i:21391500;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data/js\";i:987;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data\";i:987;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib/css_js_min/minify\";i:82587;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib/css_js_min/pathconverter\";i:6563;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib/css_js_min\";i:89150;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lib\";i:122244;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/lang\";i:156004;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/thirdparty\";i:87574;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/assets/css\";i:209839;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/assets/img\";i:151738;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/assets/js\";i:1060032;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/assets\";i:1421609;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/data/preset\";i:7427;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/data\";i:21654;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/cdn\";i:23767;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:10813;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:44809;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/dash\";i:50594;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/optimax\";i:2942;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/general\";i:24939;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/banner\";i:20823;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/cache\";i:57981;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:70307;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/inc\";i:16365;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:28219;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/crawler\";i:33201;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl/presets\";i:10062;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/tpl\";i:397652;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/src/cdn\";i:11182;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/src\";i:1054841;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache/cli\";i:44224;s:67:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/litespeed-cache\";i:3569594;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/languages\";i:666752;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/addon/admin\";i:15237;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/addon/contracts\";i:471;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/addon\";i:223475;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/css\";i:3496;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/fonts\";i:6083;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/js\";i:947;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/images\";i:18956;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins/assets\";i:29482;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/recommended-plugins\";i:52975;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/vendor_prefixed/ConsumerStrategies\";i:19276;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/vendor_prefixed/Producers\";i:29902;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/vendor_prefixed/Base\";i:2114;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/vendor_prefixed\";i:60768;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/core\";i:8081;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics/tests\";i:3602;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/analytics\";i:207112;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/languages\";i:9155;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/app/rest-endpoints\";i:8291;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/app/submenus\";i:24144;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/app\";i:32435;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/core\";i:25115;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/vendor/composer\";i:39507;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/vendor\";i:40255;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/assets/css\";i:582909;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/assets/js\";i:879059;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/assets/images\";i:11694;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page/assets\";i:1473662;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/plugins-cross-sell-page\";i:1583586;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/lib/cron-expression\";i:33206;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/lib\";i:36924;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/data-stores\";i:104898;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/abstracts\";i:91364;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/actions\";i:5692;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/schema\";i:8117;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/migration\";i:28258;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/schedules\";i:11643;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/WP_CLI/Action\";i:25877;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes/WP_CLI\";i:66335;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/classes\";i:423469;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler/deprecated\";i:13482;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/action-scheduler\";i:551761;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector/assets/css\";i:1603660;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector/assets/fonts\";i:178296;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector/assets/js\";i:1049934;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector/assets\";i:2831890;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector/inc\";i:81361;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib/hub-connector\";i:2922451;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/lib\";i:5317885;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/abstracts\";i:145860;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/quizzes/protection\";i:6970;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/quizzes/front\";i:100899;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/quizzes/admin\";i:56336;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/quizzes\";i:169318;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/polls/protection\";i:9184;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/polls/front\";i:64287;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/polls/admin\";i:24413;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/polls\";i:101945;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms/form-templates\";i:57612;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms/user\";i:27206;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms/protection\";i:26151;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms/front\";i:274041;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms/admin\";i:79444;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules/custom-forms\";i:487874;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/modules\";i:759137;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/gateways\";i:22837;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/fields\";i:507272;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/vendor/composer\";i:114253;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/vendor\";i:115024;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/FinancialConnections\";i:15916;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/ApiOperations\";i:15262;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Terminal\";i:30788;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/HttpClient\";i:29282;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Apps\";i:4523;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/EventData\";i:1682;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Treasury\";i:64739;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Entitlements\";i:6956;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/V2/Billing\";i:3519;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/V2\";i:9794;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Sigma\";i:2924;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Identity\";i:16646;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/FinancialConnections\";i:9174;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Terminal\";i:21621;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Apps\";i:3119;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Treasury\";i:28044;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Entitlements\";i:4808;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/V2/Core\";i:7084;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/V2/Billing\";i:5222;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/V2\";i:12973;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Sigma\";i:2069;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Identity\";i:9203;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Checkout\";i:13547;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Forwarding\";i:2704;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Radar\";i:8899;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Tax\";i:15369;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/BillingPortal\";i:6498;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Climate\";i:7419;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Issuing\";i:31516;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Billing\";i:17741;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/TestHelpers/Terminal\";i:3016;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/TestHelpers/Treasury\";i:12753;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/TestHelpers/Issuing\";i:18636;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/TestHelpers\";i:43749;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service/Reporting\";i:4480;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Service\";i:607577;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Checkout\";i:33542;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Forwarding\";i:5084;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Events\";i:3100;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Radar\";i:13699;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Tax\";i:36648;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/BillingPortal\";i:12383;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Util\";i:39740;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Climate\";i:12360;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Issuing\";i:66848;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Billing\";i:29645;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Exception/OAuth\";i:2695;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Exception\";i:15670;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/TestHelpers\";i:4603;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib/Reporting\";i:8119;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/lib\";i:1942859;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator/data\";i:215352;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src/Forminator\";i:2180988;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external/src\";i:2180988;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/external\";i:2296012;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/mixpanel\";i:45307;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/helpers\";i:355019;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol/operators\";i:4855;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol/functions\";i:12518;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol/constants\";i:457;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol/brackets\";i:698;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol/abstract\";i:6597;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/symbol\";i:31356;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/parser/node\";i:6068;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator/parser\";i:24408;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/calculator\";i:70971;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/protection\";i:5886;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/model\";i:205295;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/render\";i:70355;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/field-autofill-providers/contracts\";i:5378;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library/field-autofill-providers\";i:14355;s:70:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/library\";i:10326556;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/samples/forminator-simple-autofill-plugin\";i:4312;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/samples/forminator-simple-addon-plugin\";i:2392;s:70:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/samples\";i:6704;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src/quiz\";i:439024;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src/poll\";i:319658;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src/grid\";i:22277;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src/form\";i:1351381;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src/chart\";i:6768;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css/src\";i:4526665;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/css\";i:10216854;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/fonts\";i:59212;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui/js\";i:252061;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/forminator-ui\";i:10553274;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/css\";i:94187;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/jquery-ui/css\";i:30778;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/jquery-ui\";i:30778;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/fonts\";i:546699;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/img\";i:379053;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/csv\";i:245;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/library/ace\";i:385462;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/library\";i:1277473;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/__test__/calculator\";i:16312;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/__test__\";i:16312;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol/operators\";i:3499;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol/functions\";i:4612;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol/constants\";i:416;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol/brackets\";i:500;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol/abstract\";i:4816;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/symbol\";i:20612;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/parser/node\";i:3671;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator/parser\";i:18228;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/calculator\";i:49217;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/material\";i:6033;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/flat\";i:6113;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/header\";i:6990;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/spacing\";i:6629;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/footer\";i:21430;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/content\";i:14917;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global\";i:67487;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge\";i:82462;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/material\";i:13236;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/flat\";i:9638;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/default\";i:8750;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/bold\";i:6591;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/header\";i:3970;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/spacing\";i:6362;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/footer\";i:17715;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/content\";i:14897;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global\";i:56511;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong\";i:98190;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/quiz\";i:180652;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll/material\";i:25203;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll/flat\";i:15295;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll/default\";i:4462;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll/bold\";i:3154;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll/global\";i:41431;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/poll\";i:142746;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/material\";i:328116;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/flat\";i:280939;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/default\";i:228913;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/bold\";i:216696;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/basic\";i:171283;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/none\";i:1127;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form/global\";i:205229;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/form\";i:1439350;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates/common\";i:247;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front/templates\";i:1762995;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js/front\";i:2398789;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/js\";i:3677052;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/images/icons\";i:1080;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/images/templates\";i:699993;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets/images\";i:1865709;s:69:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/assets\";i:17146997;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/lib\";i:24294;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/assets\";i:12319;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/views/settings\";i:4348;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/views/sections\";i:2488;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/views/module-settings\";i:11459;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber/views\";i:18295;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/aweber\";i:116986;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor/composer\";i:353281;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor\";i:354052;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/symfony/deprecation-contracts\";i:1074;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/symfony\";i:1074;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/random_compat/lib\";i:1361;s:143:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/random_compat/dist\";i:703;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/random_compat/other\";i:1616;s:138:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/random_compat\";i:4675;s:151:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/constant_time_encoding/src\";i:59136;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie/constant_time_encoding\";i:59136;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/paragonie\";i:63811;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/firebase/php-jwt/src\";i:44661;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/firebase/php-jwt\";i:44661;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/firebase\";i:44661;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/ralouphie/getallheaders/src\";i:1624;s:138:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/ralouphie/getallheaders\";i:1624;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/ralouphie\";i:1624;s:153:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21703;s:148:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net\";i:335357;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16235;s:151:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Common\";i:16235;s:160:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:92039;s:164:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58669;s:171:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5907;s:166:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82109;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88016;s:153:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:255730;s:175:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1267;s:170:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:59507;s:165:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:60774;s:164:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2852;s:157:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:210865;s:167:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:46473;s:162:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:46473;s:154:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:77949;s:166:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:6011;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:6011;s:153:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9712;s:172:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3722;s:167:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22776;s:162:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26498;s:154:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34693;s:150:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt\";i:1001339;s:159:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:89172;s:154:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1\";i:90012;s:149:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/File\";i:314558;s:169:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:815;s:162:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:815;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9094;s:155:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH\";i:19024;s:151:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/System\";i:19024;s:154:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Exception\";i:7059;s:168:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1045;s:156:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/Common\";i:1441;s:172:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:934;s:183:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:36495;s:172:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:44837;s:186:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9635;s:175:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14301;s:168:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:193214;s:160:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:193214;s:160:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10347;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13793;s:149:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math\";i:249485;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib/phpseclib\";i:1943906;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib/phpseclib\";i:1944222;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/phpseclib\";i:1944222;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/AuthHandler\";i:5642;s:143:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/Service\";i:12655;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/Task\";i:12758;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/Http\";i:24177;s:141:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/Utils\";i:10546;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src/AccessToken\";i:10587;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient/src\";i:139626;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient\";i:139626;s:159:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services/src/Drive/Resource\";i:69119;s:150:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services/src/Drive\";i:263887;s:160:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services/src/Sheets/Resource\";i:27671;s:151:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services/src/Sheets\";i:589453;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services/src\";i:885688;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/apiclient-services\";i:887082;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src/CredentialSource\";i:18547;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src/Credentials\";i:67386;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src/HttpHandler\";i:6375;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src/Cache\";i:19529;s:141:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src/Middleware\";i:17828;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth/src\";i:251485;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google/auth\";i:263989;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/google\";i:1290697;s:143:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/guzzle/src/Cookie\";i:30886;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/guzzle/src/Handler\";i:71428;s:146:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/guzzle/src/Exception\";i:7762;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/guzzle/src\";i:221246;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/guzzle\";i:221246;s:138:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/promises/src\";i:45440;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/promises\";i:45440;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/psr7/src/Exception\";i:266;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/psr7/src\";i:202150;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp/psr7\";i:202150;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/guzzlehttp\";i:468836;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-factory/src\";i:4935;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-factory\";i:4935;s:139:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/event-dispatcher/src\";i:1809;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/event-dispatcher\";i:1809;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/cache/src\";i:8677;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/cache\";i:8677;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-client/src\";i:2091;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-client\";i:2091;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/log/Psr/Log/Test\";i:9295;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/log/Psr/Log\";i:20895;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/log/Psr\";i:20895;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/log\";i:20895;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/container/src\";i:1446;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/container\";i:1446;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-message/src\";i:47534;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr/http-message\";i:47534;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/psr\";i:87387;s:152:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Formatter\";i:61082;s:152:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Processor\";i:22331;s:155:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1864;s:156:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:10174;s:165:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4433;s:160:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2222;s:150:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Handler\";i:281911;s:152:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Attribute\";i:1519;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog/Test\";i:2323;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src/Monolog\";i:423309;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog/src\";i:423309;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog/monolog\";i:423309;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed/monolog\";i:423309;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/vendor-prefixed\";i:4326420;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external\";i:4680472;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/lib\";i:4680472;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/assets\";i:10085;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/views/settings\";i:7787;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/views/sections\";i:1843;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/views/module-settings\";i:15048;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet/views\";i:24678;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/googlesheet\";i:4807217;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailjet/lib\";i:10177;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailjet/assets\";i:4908;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailjet\";i:37304;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook/lib\";i:7612;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook/assets\";i:29300;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook/views/settings\";i:1877;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook/views/module\";i:3212;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook/views\";i:5089;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/webhook\";i:86645;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/lib\";i:12251;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/assets\";i:10794;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views/settings\";i:6196;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views/poll-settings\";i:8884;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views/sections\";i:2504;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views/quiz-settings\";i:9576;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views/form-settings\";i:15875;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello/views\";i:43035;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/trello\";i:152434;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailerlite/lib\";i:7268;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailerlite/assets\";i:4430;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailerlite\";i:30804;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/lib\";i:10091;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/assets\";i:15034;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/settings\";i:9354;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/poll-settings\";i:3217;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/sections\";i:1806;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/quiz-settings\";i:3640;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/form-settings\";i:3256;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views/module\";i:5790;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack/views\";i:27063;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/slack\";i:123608;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot/lib\";i:17761;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot/assets\";i:10650;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot/views/settings\";i:17320;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot/views/sections\";i:1811;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot/views\";i:29717;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/hubspot\";i:115509;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign/lib\";i:12053;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign/assets\";i:5412;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign/views/settings\";i:3110;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign/views/module-settings\";i:13128;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign/views\";i:16238;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/activecampaign\";i:89740;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailchimp/lib\";i:19879;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailchimp/assets\";i:18148;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/mailchimp\";i:150705;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor/lib\";i:12793;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor/assets\";i:4484;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor/views/settings\";i:5218;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor/views/module-settings\";i:12255;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor/views\";i:17473;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/campaignmonitor\";i:88375;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/gutenberg/library/blocks\";i:12889;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/gutenberg/library\";i:17461;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/gutenberg/assets\";i:17000;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/gutenberg/js\";i:34166;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro/gutenberg\";i:70797;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons/pro\";i:5870124;s:69:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/addons\";i:5874898;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/requirejs/admin\";i:10984;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/requirejs\";i:303014;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/abstracts\";i:104428;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/classes/thirdparty-importers\";i:53678;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/classes\";i:308864;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/custom-form/list\";i:1757;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/custom-form/popup\";i:23599;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/custom-form/entries\";i:22541;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/custom-form/wizard\";i:267;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/custom-form\";i:48164;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/plugins\";i:6847;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/settings/payments\";i:22196;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/settings/dashboard\";i:3598;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/settings/data\";i:9400;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/settings/hub-connector\";i:2769;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/settings\";i:99609;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/quiz/list\";i:2866;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/quiz/knowledge\";i:267;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/quiz/nowrong\";i:267;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/quiz/entries\";i:21227;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/quiz\";i:24627;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/dashboard/widgets\";i:22719;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/dashboard\";i:31766;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/poll/list\";i:1685;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/poll/entries\";i:2789;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/poll/wizard\";i:285;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/poll\";i:4759;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/addons\";i:26936;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/templates/preset\";i:10557;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/templates/cloud\";i:8898;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/templates\";i:21781;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/integrations\";i:18205;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/list\";i:20177;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/reports\";i:50920;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/banner\";i:7554;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/popup\";i:7306;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/dashboard\";i:10075;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common/entries\";i:23810;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views/common\";i:119842;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/views\";i:402536;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin/pages\";i:33962;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/admin\";i:1237556;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/css\";i:1969781;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/assets/images\";i:162928;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/assets\";i:162928;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/js\";i:531474;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/front\";i:414157;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build/admin\";i:2728;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator/build\";i:7486391;s:62:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/forminator\";i:43103533;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/css\";i:3718;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/fonts\";i:10540;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/js\";i:3707;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets\";i:17965;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list-sc\";i:12191;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list\";i:14593;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons\";i:33200;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc\";i:63840;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin/commons\";i:499;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin\";i:79721;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/prev\";i:161526;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/common\";i:3747;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev/css/themes\";i:0;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev/css\";i:0;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev/admin-demo/css\";i:0;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev/admin-demo/js\";i:0;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev/admin-demo\";i:0;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets/dev\";i:0;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/assets\";i:0;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2/views\";i:0;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin2\";i:0;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-single-styles\";i:28081;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-admin\";i:33714;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo\";i:78026;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/tools\";i:78026;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/share\";i:13511;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles\";i:39991;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles-shortcode\";i:24047;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings/greetings_styles\";i:6135;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings\";i:32631;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/dev\";i:6908;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css\";i:14330;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/fonts\";i:10682;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/img\";i:48866;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/bc\";i:74927;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/dev\";i:92435;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js\";i:190957;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets\";i:264835;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/chat\";i:38352;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/api\";i:3187;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/commons\";i:62049;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/group\";i:12287;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/inc\";i:497473;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_commons\";i:70051;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo/dev\";i:53909;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo\";i:90389;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components/list\";i:1277;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components\";i:24908;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db/defaults\";i:3446;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db\";i:66793;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css/dev\";i:130496;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css\";i:243324;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js/dev\";i:49032;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js\";i:248841;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/css\";i:29920;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/img\";i:245657;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/js\";i:376810;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl\";i:652387;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets\";i:1144552;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/feedback\";i:15942;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new/admin\";i:1635183;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp/new\";i:2214736;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/click-to-chat-for-whatsapp\";i:2403763;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet/_inc/rtl\";i:23044;s:70:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet/_inc/img\";i:18257;s:64:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet/_inc\";i:91657;s:65:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet/views\";i:52607;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/akismet\";i:389249;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/style\";i:139672;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/font\";i:18276;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/react/types\";i:21098;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/react/components/routing\";i:410;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/react/components/templates\";i:11873;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/react/components\";i:12283;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/react\";i:33663;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/js/js-confetti\";i:6408;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/js\";i:149902;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/images/onboarding\";i:117878;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/images/templates\";i:193492;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources/images\";i:2160476;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/resources\";i:2501989;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api/public/.openapi-generator\";i:11662;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api/public/lib/Api\";i:2626671;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api/public/lib/Model\";i:2224508;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api/public/lib\";i:4897554;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api/public\";i:5131930;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb/api\";i:5131930;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib/cnb\";i:5131930;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/lib\";i:5131930;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/renderers/modern\";i:13720;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/renderers/cloud\";i:2466;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/renderers/noop\";i:634;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/renderers\";i:19157;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/cron\";i:1587;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/coupons\";i:6613;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/options-resolver/Exception\";i:5270;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/options-resolver/Debug\";i:3678;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/options-resolver\";i:64691;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/deprecation-contracts\";i:4278;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php80/Resources\";i:2168;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php80\";i:12530;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php73/Resources/stubs\";i:325;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php73/Resources\";i:325;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony/polyfill-php73\";i:4745;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/symfony\";i:86244;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/scripts\";i:494;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/State\";i:48400;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Transport\";i:15841;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/HttpClient\";i:9175;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Integration\";i:33408;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Metrics/Types\";i:5276;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Metrics\";i:14853;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Logger\";i:1267;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Context\";i:5779;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Attributes\";i:3854;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Serializer/EnvelopItems\";i:17217;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Serializer/Traits\";i:2700;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Serializer\";i:38871;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Monolog\";i:15486;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Tracing/Traits\";i:3925;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Tracing\";i:67174;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Util\";i:14630;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Logs\";i:13592;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Exception\";i:1165;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Spotlight\";i:1867;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src/Profiling\";i:13203;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry/src\";i:503262;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry/sentry\";i:575806;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/sentry\";i:575806;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/ralouphie/getallheaders/src\";i:1640;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/ralouphie/getallheaders\";i:4273;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/ralouphie\";i:4273;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/composer\";i:89754;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/guzzle/src/Cookie\";i:31642;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/guzzle/src/Handler\";i:73568;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/guzzle/src\";i:224988;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/guzzle\";i:377148;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/promises/src\";i:46493;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/promises\";i:69759;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/psr7/src\";i:214203;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp/psr7\";i:259396;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/guzzlehttp\";i:706303;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-factory/src\";i:4843;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-factory\";i:7262;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-client/src\";i:1915;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-client\";i:4781;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/log/Psr/Log/Test\";i:9427;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/log/Psr/Log\";i:20898;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/log/Psr\";i:20898;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/log\";i:23891;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-message/docs\";i:15040;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-message/src\";i:47392;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr/http-message\";i:65727;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/psr\";i:101661;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/jean85/pretty-package-versions/src/Exception\";i:974;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/jean85/pretty-package-versions/src\";i:5150;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/jean85/pretty-package-versions\";i:7733;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor/jean85\";i:7733;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/vendor\";i:1572522;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/notices\";i:8347;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/profile\";i:29616;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/settings\";i:75149;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/condition\";i:42279;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/domain/partials\";i:56793;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/domain\";i:119119;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/subscription\";i:963;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/magic-token\";i:1839;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/api-key\";i:25550;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/dashboard\";i:5711;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/action/partials\";i:89981;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/action\";i:161091;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/models\";i:23491;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/user\";i:1060;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/chat\";i:18702;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/getting-started\";i:9388;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/legacy\";i:55813;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/api\";i:72505;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/agency\";i:9521;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/templates\";i:6159;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/partials\";i:35029;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/deactivation\";i:2588;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/button/partials\";i:61983;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin/button\";i:137768;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/admin\";i:843157;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/cli/mocks\";i:1285;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/cli\";i:14091;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src/utils\";i:33850;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/src\";i:7684490;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button/build\";i:6121;s:67:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/call-now-button\";i:10212077;s:67:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/css\";i:13134;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/wf-flyout/icons\";i:64386;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/wf-flyout\";i:76633;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/load/css\";i:64927;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/load/fonts\";i:1150569;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/load/js\";i:12528;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/load\";i:1330852;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js/select2/dist/css\";i:33256;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js/select2/dist/js/i18n\";i:50220;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js/select2/dist/js\";i:519218;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js/select2/dist\";i:552474;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js/select2\";i:1054728;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/js\";i:1072131;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/images/pro-templates\";i:794528;s:70:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/images\";i:1307573;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/includes/fonts\";i:42851;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance/includes\";i:114143;s:63:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/maintenance\";i:3940710;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/demo-importer\";i:15433;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/support\";i:931;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/vendor/proteusthemes/wp-content-importer-v2/src\";i:95981;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/vendor/proteusthemes/wp-content-importer-v2\";i:97633;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/vendor/proteusthemes\";i:97633;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/vendor/composer\";i:30453;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/vendor\";i:128255;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/assets/css\";i:50628;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/assets/js/customizer\";i:120592;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/assets/js\";i:124829;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/assets/ocdi\";i:15808;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/assets\";i:194782;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/filters\";i:4001;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/features/multiple-partials\";i:1152;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/features\";i:1240;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/css\";i:1828231;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/fonts\";i:372837;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/fancybox\";i:80861;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/js\";i:8110878;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/static\";i:11147787;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/partials-images\";i:2307114;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets/images\";i:1348874;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/assets\";i:14813101;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/api\";i:10411;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/sidebar\";i:126406;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/header\";i:180882;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/page\";i:573733;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/main\";i:244118;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/footer\";i:8403;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials\";i:1133542;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3\";i:1183765;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/migration\";i:2650;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/sidebar\";i:126406;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/header\";i:202156;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/page\";i:583711;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/main\";i:244124;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/footer\";i:8377;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials\";i:1164774;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2\";i:1215331;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/sidebar\";i:125785;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/header\";i:381697;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/main\";i:241524;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/footer\";i:8377;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials\";i:757383;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import\";i:801749;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/sidebar\";i:126406;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/header\";i:176218;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/page\";i:590322;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/main\";i:244311;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/footer\";i:8403;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials\";i:1145660;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1\";i:1198615;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data/options\";i:272;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/data\";i:4458651;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/shortcodes/blog\";i:18617;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/shortcodes\";i:108155;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/partials/blog\";i:3152;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/partials\";i:30280;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/admin\";i:6;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/customizer/editor-data/page-list\";i:1226;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/customizer/editor-data\";i:11142;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/customizer\";i:23122;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/integrations/woocommerce\";i:9804;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder/integrations\";i:14031;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/extend-builder\";i:19563751;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/DemoImport/Views\";i:5201;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/DemoImport/Hooks\";i:21371;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/DemoImport\";i:32061;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/OCDI\";i:117120;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/License\";i:36854;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/Notify\";i:12468;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/Customizer/Settings\";i:1065;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/Customizer/Panels\";i:2095;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/Customizer\";i:31021;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src/Utils\";i:3356;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/src\";i:295257;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/recommendations\";i:26687;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/utils/pro-upgrade\";i:2350;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder/utils\";i:24792;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/colibri-page-builder\";i:20286946;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/languages\";i:128;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/constant-contact\";i:4610;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/stripe\";i:23319;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/akismet\";i:8452;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/sendinblue\";i:27975;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/turnstile\";i:12966;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules/recaptcha\";i:15596;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/modules\";i:191918;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/assets\";i:31340;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/css\";i:3099;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/block-editor\";i:6274;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images\";i:32598;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness\";i:118302;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes\";i:118302;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/js/jquery-ui\";i:118302;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/js\";i:132493;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/swv/php/rules\";i:17834;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/swv/php\";i:21490;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/swv/js\";i:12593;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/swv\";i:39838;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes/config-validator\";i:33313;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/includes\";i:455104;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/admin/includes/css\";i:11209;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/admin/includes/js\";i:12875;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/admin/includes\";i:79497;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7/admin\";i:110965;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/contact-form-7\";i:821726;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn/Resources/unidata\";i:265743;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn/Resources\";i:265743;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn\";i:306675;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources/unidata\";i:54058;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources\";i:54058;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring\";i:109405;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/deprecation-contracts\";i:2076;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony\";i:418156;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding/src\";i:62680;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding\";i:65085;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie\";i:65085;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AuthHandler\";i:5587;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Service\";i:12624;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Task\";i:12719;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Http\";i:24078;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Utils\";i:10542;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AccessToken\";i:10590;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src\";i:138957;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient\";i:149213;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail/Resource\";i:86725;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail\";i:192319;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src\";i:220314;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services\";i:220314;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/CredentialSource\";i:18510;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Credentials\";i:67174;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/HttpHandler\";i:6319;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Cache\";i:19481;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Middleware\";i:17762;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src\";i:250822;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth\";i:262229;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google\";i:631756;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:31083;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:71581;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:7682;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src\";i:221157;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle\";i:222617;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src\";i:45437;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises\";i:46721;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:262;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src\";i:201916;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7\";i:203318;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp\";i:472656;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory/src\";i:4911;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory\";i:5975;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src\";i:8661;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache\";i:8661;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client/src\";i:2059;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client\";i:3144;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr/Log\";i:11568;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr\";i:11568;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log\";i:12653;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message/src\";i:47506;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message\";i:48591;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr\";i:79024;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor_prefixed\";i:1666677;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/lib\";i:1327;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/dist\";i:703;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/other\";i:1633;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat\";i:4992;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/paragonie\";i:4992;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib\";i:33661;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores\";i:107282;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91627;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schema\";i:8265;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25921;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66355;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes\";i:429738;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler\";i:556649;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/woocommerce\";i:556649;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders/src\";i:1640;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders\";i:2720;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/ralouphie\";i:2720;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor/composer\";i:253096;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/vendor\";i:818228;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/languages\";i:238580;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/css/vendor\";i:42003;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/css/emails\";i:5482;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/css\";i:161731;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/js/vendor\";i:308015;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/js\";i:377019;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/reports/email\";i:53590;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/reports\";i:54823;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/icons/dashicons\";i:670;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/icons\";i:6528;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/email\";i:39083;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/flyout-menu\";i:6905;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/email-reports\";i:330261;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/additional-connections\";i:243387;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/providers\";i:71793;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/wp\";i:2139;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/smtp\";i:2139;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget\";i:5316;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/loaders\";i:1285;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/font-awesome\";i:5130;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/logs\";i:269301;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images/about\";i:197269;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/images\";i:1261505;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/vue/css\";i:128880;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/vue/img\";i:72440;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/vue/js\";i:671037;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets/vue\";i:872357;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/assets\";i:2911192;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/UsageTracking\";i:13201;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Helpers\";i:24878;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Reports/Emails\";i:23339;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Reports\";i:28348;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin\";i:8023;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Compatibility\";i:9701;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Mailjet\";i:17861;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid\";i:13945;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP\";i:2105;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Outlook\";i:3876;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun\";i:17055;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Sendinblue\";i:18875;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail\";i:38415;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Mail\";i:2840;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Zoho\";i:923;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/PepipostAPI\";i:15043;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP2GO\";i:15313;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/SparkPost\";i:18058;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Mandrill\";i:14684;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/MailerSend\";i:15812;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/SMTPcom\";i:17210;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Postmark\";i:16003;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost\";i:1122;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Resend\";i:13464;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/ElasticEmail\";i:14431;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/Sendlayer\";i:15310;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers/AmazonSES\";i:916;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Providers\";i:322160;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Queue\";i:37292;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Admin/Pages\";i:232586;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Admin/DebugEvents\";i:48253;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Admin\";i:479827;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Tasks/Reports\";i:2280;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Tasks/Queue\";i:5209;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src/Tasks\";i:41063;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp/src\";i:1189648;s:64:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wp-mail-smtp\";i:6641556;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/languages\";i:158089;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/lib/forceutf8\";i:16177;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/lib\";i:16206;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/ctrls\";i:38767;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes/package/duparchive\";i:20959;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes/package\";i:233455;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes/host\";i:10101;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes/utilities\";i:67747;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes/ui\";i:16007;s:70:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/classes\";i:425265;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mail\";i:11191;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/settings/access\";i:5979;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/settings\";i:5979;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/transfer\";i:10831;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/import\";i:12683;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/storage\";i:7581;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/recovery\";i:6366;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/db_reset\";i:1511;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/templates\";i:8242;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/staging\";i:5605;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks/schedule\";i:14261;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/mocks\";i:73059;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/packages/setup\";i:450;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/packages\";i:450;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/settings/general\";i:18659;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/settings/misc\";i:8840;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/settings\";i:27499;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/welcome\";i:16556;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/about_us/lite_vs_pro\";i:4551;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/about_us/getting_started\";i:6513;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/about_us/about_us\";i:6729;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages/about_us\";i:19030;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/admin_pages\";i:63535;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/filters\";i:15923;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/help\";i:10051;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/Education\";i:6312;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/tools\";i:2829;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/cross_promotion\";i:1642;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/Notifications\";i:2907;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/notices\";i:1081;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts/DashboardWidget\";i:8482;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template/parts\";i:55898;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/template\";i:203683;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Proxy\";i:3471;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Transport\";i:256815;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Cookie\";i:3818;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Auth\";i:1941;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Response\";i:2125;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Utility\";i:2822;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Exception/Transport\";i:918;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Exception/HTTP\";i:14334;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests/Exception\";i:16745;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library/Requests\";i:364966;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests/library\";i:394756;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor/requests\";i:397115;s:69:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/vendor\";i:397115;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/lib/lity\";i:8371;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/lib\";i:8371;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/webfonts\";i:357688;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/css/images\";i:65846;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/css/font-awesome/webfonts\";i:946772;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/css/font-awesome/css\";i:102233;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/css/font-awesome\";i:1049021;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/css\";i:1221671;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/img/welcome\";i:141893;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/img/about\";i:493930;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/img\";i:839427;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js/popper\";i:94019;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js/tippy\";i:115445;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js/jquery.qtip\";i:119252;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js/notifications\";i:7171;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js/duplicator\";i:4477;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets/js\";i:715840;s:69:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/assets\";i:3142997;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/ctrls/classes\";i:203724;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/ctrls\";i:211197;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/plugins\";i:41073;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/validation/database-tests\";i:39221;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/validation/tests\";i:49044;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/validation\";i:134575;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/host\";i:23079;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/utilities/template\";i:6295;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/utilities\";i:131162;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/database\";i:65256;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/config\";i:75577;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/view-helpers\";i:23364;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/chunk/Iterators/Interfaces\";i:1303;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/chunk/Iterators\";i:9859;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/chunk\";i:23940;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes/rest\";i:5226;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/classes\";i:623953;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/favicon\";i:125506;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/vendor/select2/css\";i:32324;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/vendor/select2/js/i18n\";i:55917;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/vendor/select2/js\";i:533175;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/vendor/select2\";i:565499;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/vendor\";i:565645;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/fonts/dots\";i:49100;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/fonts\";i:49100;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/js/password-strength\";i:62218;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/js\";i:62218;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/images\";i:32513;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/webfonts\";i:357688;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome/css\";i:53800;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets/font-awesome\";i:411504;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/assets\";i:1052862;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/addons\";i:146;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Addons\";i:11545;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Hooks\";i:36226;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Params/Items\";i:100293;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Params/Descriptors\";i:153622;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Params\";i:287020;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Deploy/Database\";i:60706;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Deploy/Files\";i:23782;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Deploy/DupArchive\";i:13290;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core/Deploy\";i:97778;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Core\";i:452845;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Models\";i:5379;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Utils/Tests/WP\";i:17208;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Utils/Tests\";i:26671;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Utils/Log\";i:19463;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src/Utils\";i:55321;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/src\";i:513674;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/scripts\";i:507;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/pages-parts/step4\";i:346;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/pages-parts/step1/actions\";i:747;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/pages-parts/step1\";i:1763;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/pages-parts\";i:2109;s:141:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/parts/validation/tests/wordfence\";i:1322;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/parts/validation/tests\";i:1322;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/parts/validation\";i:1322;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base/parts\";i:1425;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-base\";i:4041;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/scripts/modules\";i:57828;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/scripts\";i:80089;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/exception\";i:1358;s:139:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts\";i:38460;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/help/steps\";i:69614;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/help\";i:71960;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step3/usersParts\";i:1441;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step3/options-tabs\";i:6741;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step3\";i:11040;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step4/actions\";i:1285;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step4\";i:7578;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step2/options-tabs\";i:1484;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step2\";i:3264;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/boot-error\";i:951;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/body\";i:252;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/head\";i:5919;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/secure\";i:2877;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1/database-tabs\";i:6223;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1/actions\";i:3558;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews\";i:4215;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1/info-tabs\";i:7460;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1/options-tabs\";i:4435;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts/step1\";i:35195;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/pages-parts\";i:141796;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/reports\";i:985;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/validation/database-tests\";i:49543;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/validation/tests/wordfence\";i:1525;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/validation/tests\";i:38318;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/validation\";i:91805;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/education\";i:2494;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/params/inline_helps\";i:1098;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts/params\";i:5800;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default/parts\";i:106218;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/default\";i:333746;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base/scripts\";i:507;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base/pages-parts/step4\";i:231;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base/pages-parts/step1/actions\";i:679;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base/pages-parts/step1\";i:2147;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base/pages-parts\";i:2378;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/base\";i:2885;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step3\";i:469;s:138:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step4/actions\";i:995;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step4\";i:1799;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step2\";i:444;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/body\";i:194;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/head\";i:3906;s:138:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step1/actions\";i:1912;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step1/info-tabs\";i:606;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts/step1\";i:2934;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/pages-parts\";i:9746;s:145:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/parts/validation/tests/wordfence\";i:1322;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/parts/validation/tests\";i:1322;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/parts/validation\";i:1322;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced/parts\";i:1425;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates/import-advanced\";i:11171;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer/templates\";i:351972;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer/dup-installer\";i:3448387;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/installer\";i:3539448;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Views\";i:35114;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Controllers\";i:20043;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Core/Upgrade\";i:5150;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Core/Views\";i:6179;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Core/Controllers\";i:6526;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Core/Notifications\";i:37911;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Core\";i:100174;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/OneClickUpgrade\";i:2522;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/WpConfig\";i:19217;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive/Headers\";i:16663;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive/Info\";i:1073;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive/States\";i:7597;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive/Utils\";i:6688;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive/Processors\";i:22549;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/DupArchive\";i:106760;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/Certificates\";i:208065;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/Snap/JsonSerialize\";i:10035;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs/Snap\";i:392768;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Libs\";i:729332;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Lite\";i:4533;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/ExtraPlugins\";i:37822;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/CachesPurge\";i:11999;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/Help\";i:15443;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/Support\";i:4147;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/UsageStatistics\";i:29640;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils/Email\";i:19914;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Utils\";i:146163;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src/Ajax\";i:26016;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/src\";i:1061375;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/packages/details\";i:33095;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/packages/main\";i:232639;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/packages\";i:268562;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/settings\";i:42223;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/tools/diagnostics\";i:35145;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/tools\";i:37139;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views/parts\";i:8831;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator/views\";i:356948;s:62:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/duplicator\";i:9395869;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/gtg\";i:21592;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata\";i:265842;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources\";i:265842;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn\";i:307788;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/deprecation-contracts\";i:1089;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata\";i:122251;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs\";i:502;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources\";i:122753;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer\";i:134220;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72\";i:9324;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/symfony\";i:452421;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/paragonie/constant_time_encoding/src\";i:62084;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/paragonie/constant_time_encoding\";i:62084;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/paragonie\";i:62084;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/vendor/composer\";i:248929;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/vendor\";i:249879;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt/src\";i:45845;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt\";i:45845;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/firebase\";i:45845;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src\";i:1640;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders\";i:1640;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/ralouphie\";i:1640;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22027;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net\";i:356283;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16740;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common\";i:16740;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:110485;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:62495;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:6890;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:95125;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:102015;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:294442;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1465;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:68479;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:69944;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2920;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:224448;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:54523;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:54523;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:87519;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:7580;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:7580;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:11525;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4473;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:28370;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:32843;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:41563;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt\";i:1081904;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:109367;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1\";i:110214;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File\";i:345540;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:822;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:822;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:10537;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH\";i:21004;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System\";i:21004;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Exception\";i:7222;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1052;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common\";i:1455;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1273;s:148:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:38071;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:47229;s:151:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:10109;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15561;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:207774;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:207774;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10934;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14276;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math\";i:268035;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib\";i:2097584;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib\";i:2097900;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/phpseclib\";i:2097900;s:158:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src/SubscribewithGoogle/Resource\";i:18026;s:149:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src/SubscribewithGoogle\";i:121760;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src\";i:128386;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle\";i:128386;s:149:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src/SearchConsole/Resource\";i:17560;s:140:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src/SearchConsole\";i:124637;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src\";i:130322;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1\";i:130322;s:162:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src/GoogleAnalyticsAdmin/Resource\";i:230885;s:153:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src/GoogleAnalyticsAdmin\";i:833278;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src\";i:877636;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha\";i:877636;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler\";i:6730;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service\";i:13049;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task\";i:13361;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http\";i:25855;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils\";i:10553;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken\";i:11738;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient/src\";i:147226;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient\";i:147226;s:143:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src/TagManager/Resource\";i:100347;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src/TagManager\";i:378883;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src\";i:409461;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2\";i:409461;s:153:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src/AnalyticsData/Resource\";i:22315;s:144:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src/AnalyticsData\";i:267984;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src\";i:273400;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta\";i:273400;s:155:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src/SiteVerification/Resource\";i:6621;s:146:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src/SiteVerification\";i:20689;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src\";i:24345;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1\";i:24345;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src/PeopleService/Resource\";i:50884;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src/PeopleService\";i:292720;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src\";i:304850;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1\";i:304850;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src/Adsense/Resource\";i:56514;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src/Adsense\";i:160402;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src\";i:175400;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2\";i:175400;s:155:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src/PagespeedInsights/Resource\";i:2687;s:146:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src/PagespeedInsights\";i:102485;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src\";i:105744;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5\";i:105744;s:161:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src/GoogleAnalyticsAdmin/Resource\";i:78981;s:152:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src/GoogleAnalyticsAdmin\";i:313451;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src\";i:330067;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta\";i:330067;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialSource\";i:19220;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials\";i:71012;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler\";i:7150;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache\";i:20295;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware\";i:18751;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth/src\";i:264316;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google/auth\";i:276827;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/google\";i:3183664;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie\";i:32469;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler\";i:78080;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception\";i:9349;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src\";i:240401;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle\";i:240401;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src\";i:50320;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises\";i:50320;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Exception\";i:274;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src\";i:212236;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7\";i:212236;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/guzzlehttp\";i:502957;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-factory/src\";i:5400;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-factory\";i:5400;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/cache/src\";i:8825;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/cache\";i:8825;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-client/src\";i:2427;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-client\";i:2427;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test\";i:10105;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log\";i:22521;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/log/Psr\";i:22521;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/log\";i:22521;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-message/src\";i:48993;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr/http-message\";i:48993;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/psr\";i:88166;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter\";i:64382;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor\";i:23403;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl\";i:1871;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack\";i:10667;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4680;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2275;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler\";i:305529;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute\";i:1526;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test\";i:2758;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog\";i:453681;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src\";i:453681;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog/monolog\";i:453681;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party/monolog\";i:453681;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/third-party\";i:7138237;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/css\";i:908815;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/js\";i:7225669;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/sign-in-with-google/v3\";i:723;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/sign-in-with-google\";i:31189;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/subscribe-with-google/v3\";i:412;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/subscribe-with-google\";i:30131;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/contribute-with-google/v3\";i:398;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/contribute-with-google\";i:30123;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/block-editor-plugin\";i:118010;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/common\";i:546;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager\";i:178810;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets/blocks\";i:209999;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist/assets\";i:8344483;s:72:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/dist\";i:8353451;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Assets\";i:44827;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode\";i:21207;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Remote_Features\";i:11767;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients\";i:57406;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception\";i:5244;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards\";i:2242;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Authentication\";i:167806;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception\";i:1167;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Validation\";i:1167;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/HTTP\";i:1112;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/User\";i:32792;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Golinks\";i:6472;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Tracking\";i:9793;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Tags/Google_Tag_Gateway\";i:17131;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards\";i:3077;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Tags/Enhanced_Conversions\";i:4834;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Tags\";i:41123;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers\";i:36124;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking\";i:51857;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Dismissals\";i:9830;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Nonces\";i:2647;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Notifications\";i:10381;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Expirables\";i:8887;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics\";i:13897;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Contracts\";i:592;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/Report_Options\";i:4265;s:139:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/subscription-confirmation/parts\";i:3594;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/subscription-confirmation\";i:7915;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/invitation-email/parts\";i:829;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/invitation-email\";i:7372;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/error-email/parts\";i:3710;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/error-email\";i:8002;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/email-report/parts\";i:19207;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/email-report\";i:24198;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/parts\";i:5349;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates\";i:52836;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting\";i:287681;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/CLI\";i:4553;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Util\";i:143307;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception\";i:3772;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/REST_API\";i:14763;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Admin\";i:56502;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags\";i:9894;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Modules\";i:124780;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar\";i:11691;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Permissions\";i:25322;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Prompts\";i:8134;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/User_Surveys\";i:13675;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Site_Health\";i:31042;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours\";i:6440;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Guards\";i:671;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting\";i:1485;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Storage\";i:58154;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing\";i:4742;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/Email\";i:5562;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core/User_Input\";i:17852;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Core\";i:1251028;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/vendor/composer\";i:50265;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/vendor\";i:50265;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/AdSense\";i:25121;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Ads\";i:10643;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager\";i:31992;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager\";i:13509;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Conversion_Reporting\";i:12842;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking\";i:9442;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin\";i:4585;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Email_Reporting\";i:34857;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters\";i:11845;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report\";i:48539;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Datapoints\";i:10538;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4\";i:187314;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google/Compatibility_Checks\";i:6705;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google/Datapoint\";i:2110;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google\";i:44378;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights\";i:755;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Email_Reporting\";i:38415;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Datapoints\";i:12269;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules/Search_Console\";i:52415;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes/Modules\";i:627535;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit/includes\";i:1955954;s:67:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/google-site-kit\";i:17484668;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/languages\";i:790867;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/themes/base_dark/css\";i:5674;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/themes/base_dark/scss\";i:5908;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/themes/base_dark/images\";i:7039;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/themes/base_dark\";i:18621;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/themes\";i:18621;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/css/images/icons\";i:38554;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/css/images\";i:90245;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/css\";i:283647;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/fonts\";i:59041;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/scss\";i:186023;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/js/lib\";i:301371;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/js/dist\";i:34244;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/js/min\";i:233614;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/js\";i:1208251;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/features\";i:66454;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/logos\";i:25345;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/icons/litevspro\";i:544610;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/icons/licensing\";i:98493;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/icons\";i:665158;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/types\";i:424356;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/get-started\";i:66026;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/placeholders\";i:89925;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images/about\";i:832508;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets/images\";i:4286372;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/assets\";i:6023334;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes/admin/partials/onboarding-wizard\";i:48669;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes/admin/partials\";i:134149;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes/admin\";i:550158;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes/global/convert_gallery\";i:27126;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes/global\";i:170402;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite/includes\";i:720560;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/envira-gallery-lite\";i:7601344;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:17356;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:27324;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:38130;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:6663;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10671;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6020;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:43546;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4401;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:106537;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:106537;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Authentication\";i:2247;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Apis\";i:428025;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Http\";i:4599;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/Builders\";i:1902850;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models\";i:6459757;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Exceptions\";i:1437;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Utils\";i:4689;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src\";i:6936772;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square\";i:6939549;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/square\";i:6939549;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer\";i:422;s:124:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json\";i:5904;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs\";i:5904;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src\";i:5904;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer\";i:5904;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer\";i:5904;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src/Request\";i:5551;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src\";i:32251;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php\";i:33432;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/example\";i:971;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/src\";i:92697;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper\";i:103991;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Authentication\";i:4785;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase/BodyMatchers\";i:12211;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase\";i:21554;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger/Configuration\";i:5790;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger\";i:12482;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response/Types\";i:8405;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response\";i:19767;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types/Sdk\";i:12095;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types\";i:13663;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Exceptions\";i:647;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Utils\";i:42864;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request/Parameters\";i:21633;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request\";i:32582;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src\";i:159848;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core\";i:160917;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Sdk\";i:879;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Authentication\";i:615;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Logger\";i:613;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Response\";i:423;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request\";i:4460;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core\";i:6652;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Http\";i:2114;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src\";i:9645;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces\";i:10714;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic\";i:309054;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12027;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46644;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9531;s:132:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55272;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:131:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13722;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:128:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16563;s:126:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:142:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:146:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52879;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:202661;s:139:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:130:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:147:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:137:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16829;s:139:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9952;s:133:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52899;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16079;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95955;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:965964;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1003884;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1030340;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1030340;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/psr/log/Psr/Log/Test\";i:9228;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/psr/log/Psr/Log\";i:20772;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/psr/log/Psr\";i:20772;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/psr/log\";i:21857;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed/psr\";i:21857;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:10150322;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1551918;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:115179;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources\";i:2168;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80\";i:10598;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1677695;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:107282;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91627;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8265;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25921;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66355;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:429738;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:534789;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:534789;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor/composer\";i:1044045;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/vendor\";i:3257277;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2550;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8813;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20266;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:5029;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16003;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36450;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39935;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite/templates\";i:65230;s:69:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/lite\";i:102728;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/languages\";i:514359;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/webfonts\";i:237496;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/css\";i:95530;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:333026;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:28949;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lib\";i:1112855;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:9617;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/emails\";i:77631;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/builder\";i:436894;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:184272;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:227306;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:416345;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/admin\";i:35011;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe/divi\";i:12013;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:40789;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:45998;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/square/divi\";i:21191;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/square\";i:38898;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/paypal-commerce/integrations\";i:53470;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/paypal-commerce\";i:91702;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:1249;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:984245;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:1202881;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/css\";i:2652041;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/fonts\";i:2344;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:25751;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:25751;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/css\";i:82952;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:8731;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:1040;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:1821;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:17037;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/elementor\";i:10959;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:95889;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:106848;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/js\";i:123885;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/lite\";i:1736058;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/share\";i:1490;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:5135;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:65195;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:31269;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:713;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:15142;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:12899;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:5726;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:18471;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:1316;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/modules/undo-redo\";i:84337;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/modules/multi-select\";i:13022;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/modules\";i:283159;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/themes/modules\";i:27995;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/themes\";i:30507;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:12123;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:450977;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:14847;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:14305;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:1130;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/admin\";i:616640;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:8650;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:40590;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:6855;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:25962;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:16426;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:19185;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:3345;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:48492;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/square/admin\";i:11126;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/square\";i:19134;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:31157;s:119:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/paypal-commerce/payment-methods\";i:8760;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/paypal-commerce\";i:61523;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:571;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:0;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:7953;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern/modules/icons\";i:0;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern/modules/components\";i:0;s:114:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern/modules/vendor\";i:0;s:113:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern/modules/hooks\";i:0;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern/modules\";i:0;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/modern\";i:12312;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:17246;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:1477;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:236793;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/js\";i:920118;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/wpconsent\";i:86673;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/privacy-compliance\";i:132030;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/uncanny-automator\";i:245467;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/page-plugin\";i:641;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/builder\";i:104929;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/duplicator\";i:135154;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/pdf-education\";i:1777;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/entry-automation\";i:216953;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/sugar-calendar\";i:238383;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:53916;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:2632;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:3085;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce/apple-pay\";i:5212;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce/google-pay\";i:3610;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce\";i:25030;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:100260;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets/images\";i:4760584;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/assets\";i:11698359;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/functions\";i:166543;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/fields\";i:338611;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/providers\";i:62988;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/emails\";i:46646;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/templates\";i:12173;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:68708;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:159385;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes/admin\";i:385191;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/includes\";i:1183624;s:77:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Frontend\";i:132499;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Emails/Tasks\";i:2158;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Emails\";i:126205;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2859;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3696;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:12596;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Map\";i:22587;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9704;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:49026;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:24173;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:17160;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6835;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15458;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:3546;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:25264;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7764;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4867;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:25551;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:93729;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5191;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Camera\";i:12470;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23339;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6924;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:12534;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:30235;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:10230;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17266;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:426658;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Forms\";i:525317;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Requirements\";i:38859;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Helpers\";i:78597;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:35027;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9849;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:20966;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16301;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17747;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73282;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73282;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Abilities\";i:12832;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:112:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Exceptions\";i:400;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24930;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:80061;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:22164;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:36721;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:82532;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10688;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32360;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:281216;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5894;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20934;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:31098;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:16437;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:51881;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:77489;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/MotoPress\";i:1257;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:828;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Controls\";i:1106;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:58561;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Traits\";i:1999;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Interfaces\";i:1551;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:31040;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:46580;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28988;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Integrations\";i:8370;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api/Webhooks\";i:20296;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api\";i:80257;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder/Traits\";i:15845;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder\";i:29246;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Payments\";i:4246;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin\";i:90951;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square/Fields\";i:16896;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/Square\";i:268589;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Frontend\";i:26757;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Process/Exceptions\";i:227;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Process\";i:83279;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Integrations\";i:8536;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/Checkout\";i:11130;s:136:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/RegionalMethods/Frontend\";i:8785;s:135:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/RegionalMethods/Process\";i:6773;s:134:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/RegionalMethods/Traits\";i:4333;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/RegionalMethods\";i:22399;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/Venmo\";i:5244;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/GooglePay\";i:13596;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/Fastlane\";i:3907;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/ApplePay\";i:44505;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods/Card\";i:5118;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/PaymentMethods\";i:108555;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Api/Webhooks/Exceptions\";i:410;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Api/Webhooks\";i:30427;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Api/Http\";i:5961;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Api\";i:59715;s:117:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Admin/Builder/Traits\";i:21150;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Admin/Builder\";i:35191;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Admin/Payments\";i:7877;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Admin\";i:104742;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Traits\";i:5628;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce/Fields\";i:53702;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations/PayPalCommerce\";i:486759;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Integrations\";i:1451160;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:43400;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/SmartTags\";i:59763;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Logger\";i:32487;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:37501;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:48083;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Providers\";i:49790;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Migrations/Tasks\";i:5266;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Migrations\";i:41559;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Abilities\";i:3006;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Elementor\";i:471;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2630;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:16380;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:22487;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:13031;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:33003;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:4054;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:65813;s:73:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Lite\";i:99998;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8373;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9053;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:107108;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:20434;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:34543;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:176246;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:16303;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:34951;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6510;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Tools\";i:4383;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:16956;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14115;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:95083;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:93751;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:49067;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18682;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:109387;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:150994;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:162020;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Blocks\";i:10193;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:39826;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:64121;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:59336;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:128655;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23848;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:79:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Admin\";i:1031832;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:43098;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Db\";i:43098;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:55273;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src/Tasks\";i:78855;s:68:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/src\";i:3839746;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1488;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6875;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/education\";i:6875;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:2939;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2114;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/fields\";i:12479;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/emails\";i:49049;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/themes\";i:8434;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2215;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/builder\";i:39346;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3141;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3141;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11448;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3989;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/admin\";i:79544;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4379;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4379;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/stripe/builder\";i:3425;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/stripe\";i:3425;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2049;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates/integrations\";i:14495;s:74:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite/templates\";i:204092;s:64:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/wpforms-lite\";i:30648031;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/languages\";i:1031190;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:39733;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:22383;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:201177;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SeoRevisions\";i:1209;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:6539;s:109:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:6009;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:27536;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7714;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4285;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:40012;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:5636;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/report\";i:59764;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:415;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:414;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:13215;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:119951;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SeoChecklist\";i:28232;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1552;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics/Api\";i:21623;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics\";i:85381;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Article\";i:7052;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:2866;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/KnowledgeGraph\";i:4621;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/WebPage\";i:11031;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:32563;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:61470;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:14267;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/QueryArgs\";i:10352;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:40969;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:2897;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:34624;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/ThirdParty\";i:1969;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits/Helpers\";i:760;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits\";i:760;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:55928;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:71683;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports/Summary\";i:30861;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports\";i:33682;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Api/Integrations\";i:3722;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:197041;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:43007;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:42880;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:40255;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:141851;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:48243;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:158537;s:97:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:220879;s:89:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:272626;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:227420;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Ai\";i:18430;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Llms\";i:12361;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:109141;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchCleanup\";i:4299;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:122640;s:108:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/SeoBoost\";i:14500;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/Utils\";i:17920;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant\";i:32998;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:52743;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:70408;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/SeoAnalysis\";i:1770;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:55398;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BbPress\";i:3835;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:7437;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BuddyPress\";i:39759;s:93:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:170996;s:82:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:2373397;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:46938;s:84:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:94:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2542;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:19590;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits/Helpers\";i:1284;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:3996;s:86:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Utils\";i:838;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:3068;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:2354;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:78637;s:80:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app/init\";i:12247;s:75:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/app\";i:2488032;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/faq\";i:5775;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/faq\";i:513;s:104:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/locationmap\";i:443;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/table-of-contents\";i:24415;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/openinghours\";i:217;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/locations\";i:121;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/html-sitemap\";i:672;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/ai-assistant\";i:1989;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css/businessinfo\";i:221;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:1035705;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/locationmap\";i:9417;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/table-of-contents\";i:34098;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/openinghours\";i:8782;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:60224;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/locationcategories\";i:1814;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/key-points\";i:2371;s:98:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/locations\";i:4442;s:91:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:6322326;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/html-sitemap\";i:13434;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:1092562;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/ai-assistant\";i:17187;s:100:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/breadcrumbs\";i:5434;s:95:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/recipe\";i:1;s:96:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/product\";i:1;s:92:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:232844;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/businessinfo\";i:11045;s:88:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:11304690;s:81:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:11579835;s:76:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/dist\";i:11579835;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/bin\";i:2080;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/src/Converter\";i:27519;s:106:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/src\";i:51285;s:120:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/.github/workflows\";i:3011;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE\";i:3349;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown/.github\";i:8711;s:102:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league/html-to-markdown\";i:90685;s:85:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/league\";i:90685;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370776;s:121:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:116:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:933830;s:105:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:933920;s:110:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:101:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:936845;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:936845;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33206;s:111:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:36924;s:127:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:107282;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91627;s:123:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:8265;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:125:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:129:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25921;s:122:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66355;s:115:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:429738;s:118:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:107:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:562711;s:90:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:562711;s:87:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:124501;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1715513;s:71:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins/all-in-one-seo-pack\";i:16847711;s:51:\"/home/u1286402/onurbranda.com.tr/wp-content/plugins\";i:173349451;s:65:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpcf7_uploads\";i:152;s:103:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/forminator/225_978d9f52218537a212b6a74ea11bb4b1/css\";i:34845;s:99:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/forminator/225_978d9f52218537a212b6a74ea11bb4b1\";i:34845;s:62:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/forminator\";i:35495;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2025/10\";i:63376666;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2025/12\";i:0;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2025/11\";i:0;s:56:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2025\";i:63376666;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/colibri\";i:9400085;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/et_temp\";i:0;s:66:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms/themes\";i:2;s:83:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms/cache/htmlpurifier/HTML\";i:99262;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms/cache/htmlpurifier\";i:99262;s:65:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms/cache\";i:2299832;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/wpforms\";i:2300597;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2026/03\";i:0;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2026/02\";i:0;s:59:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2026/01\";i:0;s:56:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/2026\";i:0;s:78:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads/colibri-google-fonts-cache\";i:0;s:51:\"/home/u1286402/onurbranda.com.tr/wp-content/uploads\";i:75112995;}','off');
INSERT INTO `wp9v_options` VALUES (4325,'wpforms_rotation_activated_plugins','a:0:{}','auto'),(1209,'_transient_call-now-button_CnbAppRemote_https://api.callnowbutton.com','1764203944','on'),(1216,'cnb_cloud_migration_done','1','auto'),(1221,'_transient_timeout_cnb_user_cache','1777037054','off'),(1222,'_transient_cnb_user_cache','O:24:\"cnb\\admin\\models\\CnbUser\":11:{s:2:\"id\";s:41:\"user_295c76f2_d378_4435_982f_c77d18f75c78\";s:6:\"active\";b:1;s:4:\"name\";N;s:5:\"email\";s:24:\"sercomcomputer@gmail.com\";s:11:\"companyName\";s:0:\"\";s:7:\"address\";O:31:\"cnb\\admin\\models\\CnbUserAddress\":6:{s:5:\"line1\";N;s:5:\"line2\";N;s:10:\"postalCode\";N;s:4:\"city\";N;s:5:\"state\";N;s:7:\"country\";N;}s:6:\"taxIds\";a:0:{}s:13:\"stripeDetails\";O:37:\"cnb\\admin\\models\\CnbUserStripeDetails\":3:{s:10:\"customerId\";N;s:13:\"subscriptions\";a:0:{}s:8:\"currency\";N;}s:13:\"euvatbusiness\";N;s:13:\"marketingData\";O:37:\"cnb\\admin\\models\\CnbUserMarketingData\":3:{s:12:\"signupSource\";s:23:\"wordpress-direct-signup\";s:10:\"emailOptIn\";b:1;s:14:\"emailOptInDate\";s:26:\"2025-10-23T12:12:53.036133\";}s:5:\"roles\";a:1:{i:0;s:9:\"ROLE_USER\";}}','off'),(1223,'_transient_timeout_cnb_domain_cache','1777037054','off'),(1224,'_transient_cnb_domain_cache','O:26:\"cnb\\admin\\domain\\CnbDomain\":12:{s:2:\"id\";s:43:\"domain_8fd0869f_a0dd_4db1_bd93_2a0fd15d2628\";s:4:\"name\";s:17:\"onurbranda.com.tr\";s:8:\"interval\";N;s:6:\"status\";s:6:\"ACTIVE\";s:4:\"type\";s:7:\"STARTER\";s:7:\"expires\";N;s:5:\"renew\";b:0;s:8:\"timezone\";s:15:\"Europe/Istanbul\";s:7:\"trackGA\";b:0;s:15:\"trackConversion\";b:0;s:10:\"properties\";O:36:\"cnb\\admin\\domain\\CnbDomainProperties\":4:{s:5:\"scale\";s:1:\"1\";s:5:\"debug\";b:0;s:6:\"zindex\";s:10:\"2147483647\";s:20:\"allowMultipleButtons\";b:0;}s:7:\"aliases\";a:0:{}}','off'),(1225,'_transient_timeout_cnb_subscription_cache','1777037054','off'),(1226,'_transient_cnb_subscription_cache','O:35:\"cnb\\admin\\domain\\SubscriptionStatus\":11:{s:8:\"domainId\";s:43:\"domain_8fd0869f_a0dd_4db1_bd93_2a0fd15d2628\";s:14:\"subscriptionId\";N;s:21:\"existingSubscriptions\";b:0;s:11:\"activeTrial\";b:0;s:18:\"activeSubscription\";b:0;s:10:\"invoiceUrl\";N;s:13:\"invoiceAmount\";N;s:15:\"invoiceCurrency\";N;s:16:\"invoiceFormatted\";s:2:\" 0\";s:8:\"interval\";N;s:11:\"paymentPage\";s:92:\"https://www.onurbranda.com.tr/wp-admin/admin.php?page=call-now-button-domains&action=payment\";}','off'),(1227,'_transient_timeout_cnb_dashboard_total_buttons','1777037054','off'),(1228,'_transient_cnb_dashboard_total_buttons','3','off'),(1229,'_transient_timeout_cnb_dashboard_active_buttons','1777037054','off'),(1230,'_transient_cnb_dashboard_active_buttons','3','off'),(1231,'_transient_timeout_cnb_dashboard_total_actions','1777037054','off'),(1232,'_transient_cnb_dashboard_total_actions','2','off'),(1233,'cnb_css_location','https://static.callnowbutton.com/css/main.css','auto'),(1234,'cnb_js_location','https://static.callnowbutton.com/js/client.js','auto'),(1235,'cnb_user_root','https://user.callnowbutton.com','auto'),(1236,'cnb_static_root','https://static.callnowbutton.com','auto'),(1237,'cnb_chat_root','https://chat.nowbuttons.com','auto'),(1238,'cnb_storage_type','GCS','auto'),(1250,'cp_dismissed_notifications','a:5:{i:0;s:50:\"extendthemes_remote_notification_silverstorm_36323\";i:1;s:50:\"extendthemes_remote_notification_silverstorm_36343\";i:2;s:50:\"extendthemes_remote_notification_silverstorm_41244\";i:3;s:50:\"extendthemes_remote_notification_silverstorm_41179\";i:4;s:50:\"extendthemes_remote_notification_silverstorm_41173\";}','auto'),(1251,'ht_ctc_notices','a:3:{s:7:\"version\";s:4:\"4.29\";s:10:\"pro_banner\";i:1761222022;s:18:\"pro_banner_version\";s:4:\"4.29\";}','auto'),(1253,'forminator_days_rating_later_dismiss','1','auto'),(13845,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779486475;s:8:\"response\";a:1:{s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:8:\"1.5.16.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2026-04-23 23:02:40\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/akismet/5.7/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:15:\"litespeed-cache\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"7.8.1\";s:7:\"updated\";s:19:\"2026-04-10 01:37:34\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/litespeed-cache/7.8.1/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:15:\"google-site-kit\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:7:\"1.179.0\";s:7:\"updated\";s:19:\"2026-05-21 11:50:46\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/translation/plugin/google-site-kit/1.179.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.0\";s:7:\"updated\";s:19:\"2026-04-16 15:32:07\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/wp-mail-smtp/4.8.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:14:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.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:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.9.7.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.9.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:35:\"call-now-button/call-now-button.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/call-now-button\";s:4:\"slug\";s:15:\"call-now-button\";s:6:\"plugin\";s:35:\"call-now-button/call-now-button.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/call-now-button/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/call-now-button.2.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-256x256.gif?rev=3297555\";s:2:\"1x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-128x128.gif?rev=3297555\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/call-now-button/assets/banner-1544x500.png?rev=3297555\";s:2:\"1x\";s:70:\"https://ps.w.org/call-now-button/assets/banner-772x250.png?rev=3297555\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/click-to-chat-for-whatsapp\";s:4:\"slug\";s:26:\"click-to-chat-for-whatsapp\";s:6:\"plugin\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:11:\"new_version\";s:4:\"4.39\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/click-to-chat-for-whatsapp/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/click-to-chat-for-whatsapp.4.39.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-256x256.gif?rev=2892731\";s:2:\"1x\";s:79:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-128x128.gif?rev=2892731\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/banner-772x250.png?rev=2896528\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:45:\"colibri-page-builder/colibri-page-builder.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/colibri-page-builder\";s:4:\"slug\";s:20:\"colibri-page-builder\";s:6:\"plugin\";s:45:\"colibri-page-builder/colibri-page-builder.php\";s:11:\"new_version\";s:7:\"1.0.377\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/colibri-page-builder/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/colibri-page-builder.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-256x256.gif?rev=2748397\";s:2:\"1x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-128x128.gif?rev=2748397\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/colibri-page-builder/assets/banner-772x250.jpg?rev=2748397\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{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.6\";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.6.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:43:\"envira-gallery-lite/envira-gallery-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/envira-gallery-lite\";s:4:\"slug\";s:19:\"envira-gallery-lite\";s:6:\"plugin\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:11:\"new_version\";s:6:\"1.12.5\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/envira-gallery-lite/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/envira-gallery-lite.1.12.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-256x256.png?rev=2022837\";s:2:\"1x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-128x128.png?rev=2022837\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/envira-gallery-lite/assets/banner-1544x500.jpg?rev=1686480\";s:2:\"1x\";s:74:\"https://ps.w.org/envira-gallery-lite/assets/banner-772x250.jpg?rev=1686480\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"forminator/forminator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/forminator\";s:4:\"slug\";s:10:\"forminator\";s:6:\"plugin\";s:25:\"forminator/forminator.php\";s:11:\"new_version\";s:6:\"1.53.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/forminator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/forminator.1.53.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182\";s:2:\"1x\";s:63:\"https://ps.w.org/forminator/assets/icon-128x128.gif?rev=3443182\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/forminator/assets/banner-1544x500.png?rev=2626060\";s:2:\"1x\";s:65:\"https://ps.w.org/forminator/assets/banner-772x250.png?rev=2626060\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:27:\"maintenance/maintenance.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/maintenance\";s:4:\"slug\";s:11:\"maintenance\";s:6:\"plugin\";s:27:\"maintenance/maintenance.php\";s:11:\"new_version\";s:4:\"4.21\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/maintenance/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/maintenance.4.21.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=2689583\";s:2:\"1x\";s:64:\"https://ps.w.org/maintenance/assets/icon-128x128.png?rev=2689583\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.179.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.179.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3141863\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:8:\"1.10.0.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.10.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.8.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:3:\"5.7\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.9.7.2\";s:35:\"call-now-button/call-now-button.php\";s:5:\"2.0.1\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:4:\"4.39\";s:45:\"colibri-page-builder/colibri-page-builder.php\";s:7:\"1.0.377\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.1.6\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.16\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:6:\"1.12.5\";s:25:\"forminator/forminator.php\";s:6:\"1.53.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"7.8.1\";s:27:\"maintenance/maintenance.php\";s:4:\"4.21\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.179.0\";s:24:\"wpforms-lite/wpforms.php\";s:8:\"1.10.0.5\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.8.0\";}}','off'),(17258,'_site_transient_timeout_wp_theme_files_patterns-300e83a3acd482781d1b3dd290b49378','1779488274','off'),(17259,'_site_transient_wp_theme_files_patterns-300e83a3acd482781d1b3dd290b49378','a:2:{s:7:\"version\";s:6:\"1.0.33\";s:8:\"patterns\";a:0:{}}','off'),(17248,'_transient_timeout_colibri_recommended_plugin_wp-smushit_wp_org_data','1779572872','off'),(17249,'_transient_colibri_recommended_plugin_wp-smushit_wp_org_data','a:2:{s:20:\"required_php_version\";s:3:\"7.4\";s:19:\"required_wp_version\";s:3:\"6.4\";}','off'),(16998,'_transient_timeout_envira_lite_updated','1776980973','off'),(16999,'_transient_envira_lite_updated','1','off'),(17146,'_wpforms_transient_timeout_splash.json','1779421641','off'),(17147,'_wpforms_transient_splash.json','1778816841','off'),(17251,'_transient_colibri_recommended_plugin_hummingbird-performance_wp_org_data','a:2:{s:20:\"required_php_version\";s:3:\"7.4\";s:19:\"required_wp_version\";s:3:\"6.4\";}','off'),(17252,'_transient_timeout_colibri_recommended_plugin_defender-security_wp_org_data','1779572873','off'),(17253,'_transient_colibri_recommended_plugin_defender-security_wp_org_data','a:2:{s:20:\"required_php_version\";s:5:\"8.0.0\";s:19:\"required_wp_version\";s:3:\"6.4\";}','off'),(17254,'_transient_timeout_colibri_recommended_plugin_forminator_wp_org_data','1779572873','off'),(17255,'_transient_colibri_recommended_plugin_forminator_wp_org_data','a:2:{s:20:\"required_php_version\";s:3:\"7.4\";s:19:\"required_wp_version\";s:3:\"6.4\";}','off'),(17256,'_transient_timeout_colibri_recommended_plugin_wordpress-popup_wp_org_data','1779572874','off'),(17257,'_transient_colibri_recommended_plugin_wordpress-popup_wp_org_data','a:2:{s:20:\"required_php_version\";s:3:\"7.4\";s:19:\"required_wp_version\";s:3:\"6.4\";}','off'),(16995,'_transient_doing_cron','1779486475.7598450183868408203125','on'),(11364,'forminator_last_updated_date','1778795202','off'),(11365,'forminator_first_activation_date','1760589084','off'),(11366,'forminator_last_activation_date','1772143589','off'),(1344,'_wpforms_transient_timeout_docs.json','1777352314','off'),(1345,'_wpforms_transient_docs.json','1776747514','off'),(1346,'_wpforms_transient_timeout_templates.json','1779400064','off'),(1347,'_wpforms_transient_templates.json','1778795264','off'),(1348,'wpforms_builder_opened_date','1761256096','off'),(1349,'wpforms_challenge','a:13:{s:6:\"status\";s:7:\"skipped\";s:4:\"step\";i:2;s:7:\"user_id\";i:1;s:7:\"form_id\";i:272;s:10:\"embed_page\";i:246;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2025-10-23 21:48:22\";s:17:\"finished_date_gmt\";s:19:\"2025-10-23 23:06:27\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:1:\"1\";}','auto'),(1350,'wpforms_templates_hash','d8cfd8f657fc5806bfd8612cd10b577c','auto'),(1352,'wpforms_forms_first_created','1761256111','off'),(13846,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779486475;s:7:\"checked\";a:2:{s:11:\"silverstorm\";s:6:\"1.0.33\";s:16:\"twentytwentyfive\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:11:\"silverstorm\";a:6:{s:5:\"theme\";s:11:\"silverstorm\";s:11:\"new_version\";s:6:\"1.0.33\";s:3:\"url\";s:41:\"https://wordpress.org/themes/silverstorm/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/silverstorm.1.0.33.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.8\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(4987,'action_scheduler_migration_status','complete','auto'),(3817,'googlesitekitpersistent_remote_features','a:29:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:6:\"adsPax\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:20:\"audienceSegmentation\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:19:\"conversionReporting\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:16:\"googleTagGateway\";a:1:{s:7:\"enabled\";b:0;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:23:\"proactiveUserEngagement\";a:1:{s:7:\"enabled\";b:1;}s:9:\"rrmModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"setupFlowRefresh\";a:1:{s:7:\"enabled\";b:0;}s:22:\"signInWithGoogleModule\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:16:\"yoastIntegration\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1776950653;}','auto'),(17270,'_site_transient_timeout_theme_roots','1779488275','off'),(17271,'_site_transient_theme_roots','a:2:{s:11:\"silverstorm\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(16914,'_site_transient_timeout_available_translations','1776915159','off'),(16915,'_site_transient_available_translations','a:132:{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.8\";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.8/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.9.4\";s:7:\"updated\";s:19:\"2026-03-29 14:19:02\";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.9.4/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.8\";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.8/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.9.4\";s:7:\"updated\";s:19:\"2026-03-02 09:00:09\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-02-07 06:54:04\";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.9.4/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.9\";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.9/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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 04:40:01\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 06:23:08\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-06 11:54:41\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 03:13:47\";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.9.4/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-23 12:01:47\";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.9.4/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-11-28 08:11:27\";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.9.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-21 21:38:54\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-21 21:35:38\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2025-11-28 08:08:17\";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.9.4/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.9\";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.9/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.9.4\";s:7:\"updated\";s:19:\"2026-02-02 11:19:29\";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.9.4/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-24 12:51:19\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-27 20:40:38\";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.9.4/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-17 10:35:12\";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.9.4/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-18 19:42:42\";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.9.4/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-26 14:31:13\";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.9.4/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-30 09:38:37\";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.9.4/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-11 00:33:09\";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.9.4/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-01 22:19:48\";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.9.4/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-15 03:25: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.9.4/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.9\";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:62:\"https://downloads.wordpress.org/translation/core/6.9/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_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";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:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.8\";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.8/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.9\";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.9/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.13\";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.13/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.19\";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.19/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 00:00:14\";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.9.4/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 03:02:20\";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.9.4/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.7\";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.7/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:6:\"6.9-RC\";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:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-16 16:05:44\";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.9.4/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";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:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-03 18:15:59\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2025-10-03 04:54:28\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-20 08:59:17\";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.9.4/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.8\";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.8/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:\"2025-12-20 19:08:53\";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.9\";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.9/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.9.4\";s:7:\"updated\";s:19:\"2026-02-01 13:15:26\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-20 09:23:19\";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.9.4/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.9\";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.9/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.8\";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.8/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.9.4\";s:7:\"updated\";s:19:\"2026-04-08 03:50:43\";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.9.4/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.9\";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.9/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.9.4\";s:7:\"updated\";s:19:\"2026-01-26 09:03:23\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-11 02:15:15\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-02 17:11:28\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-02 15:40:00\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-01 10:56:02\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/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.9\";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.9/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";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:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/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.9.4\";s:7:\"updated\";s:19:\"2026-02-02 11:49:59\";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.9.4/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-26 00:20:52\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-24 14:14:21\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-25 22:55:12\";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.9.4/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:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-22 10:13:32\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/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:6:\"6.9-RC\";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:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/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.9.4\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-23 15:49:12\";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.9.4/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.8\";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.8/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.9.4\";s:7:\"updated\";s:19:\"2026-02-25 15:07:24\";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.9.4/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.18\";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.18/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.9.4\";s:7:\"updated\";s:19:\"2026-03-26 04:23:29\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-19 16:20:34\";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.9.4/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 07:28:56\";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.9.4/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-18 15:04:11\";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.9.4/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-28 13:02:36\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-11 05:26:47\";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.9.4/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-04 09:13:24\";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.9.4/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-04-09 14:55:33\";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.9.4/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.8\";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.8/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:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-29 18:57:17\";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.9.4/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: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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 08:37:00\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 07:09:12\";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.9.4/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.19\";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.19/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.9.4\";s:7:\"updated\";s:19:\"2026-02-25 08:52:18\";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.9.4/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:6:\"6.9-RC\";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:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/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.9.4\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-02-14 20:39:21\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-28 08:26:35\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";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.9.4/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.13\";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.13/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.9.4\";s:7:\"updated\";s:19:\"2026-02-26 04:01:56\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-03-27 23:26:16\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-01-29 23:09:01\";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.9.4/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.19\";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.19/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.9.4\";s:7:\"updated\";s:19:\"2026-04-05 03:31:19\";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.9.4/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:3:\"yor\";a:8:{s:8:\"language\";s:3:\"yor\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-03-17 19:42:05\";s:12:\"english_name\";s:6:\"Yoruba\";s:11:\"native_name\";s:8:\"Yorùbá\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.4/yor.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"yo\";i:2;s:3:\"yor\";i:3;s:3:\"yor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"Tẹ̀síwájú si\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-11 16:22:59\";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.9.4/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.9.4\";s:7:\"updated\";s:19:\"2026-04-01 20:39:14\";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.9.4/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.9\";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.9/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 `wp9v_options` VALUES (5015,'googlesitekit_db_version','1.177.0','auto'),(5022,'_transient_googlesitekit_verification_meta_tags','a:0:{}','on'),(5023,'googlesitekit_active_modules','a:3:{i:0;s:18:\"pagespeed-insights\";i:1;s:11:\"analytics-4\";i:2;s:3:\"ads\";}','auto'),(5024,'googlesitekit_credentials','YXwbGPiC+JvxMcPAU0Fw6y83alZ0cUxiQldwRFMxTlc4MnJCZys2Q2M5ZzhmczZVR1JtQ3RkbHg4cU11SVdaUnpEMENNM0lIZU9yZWpRczJOSVJtbm1JbVZtY1dUc0pGZXIxQTBOMTU2ekU2WU10UUFQa2gzM0p6cGhIRXppdG9wK2l4R1MvVFJSdDBrMi9BNHV3ZlJmQWZWejhXOHVXL3ZzaEkybU1ydklNeFdRYkJnWmovdVR5cjFwS3RGT2dkalF0anFIMmFIODNaZ0V0TVB5dzlCWGd3TG4zYTFmY0tVa2hmcEg2SUJ6YmNrMmp4N2cxSElYVFloRzBraE9RM2VVTC9PWTNnbk92Q3RRSjBIaXlnMmc4SkwrVFdCTUhvMzVidGVjV1Rnbm5KWThpV2NKNTd1Z3VtcWxHWEpCaWVpUHpidnBjWGh3PT0=','auto'),(5026,'googlesitekit_connected_proxy_url','https://www.onurbranda.com.tr/','auto'),(5027,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:30:\"https://www.onurbranda.com.tr/\";s:7:\"ownerID\";i:1;}','auto'),(5028,'googlesitekit_owner_id','1','auto'),(5034,'googlesitekit_analytics-4_settings','a:23:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"111700301\";s:15:\"adsConversionID\";s:0:\"\";s:10:\"propertyID\";s:9:\"516917307\";s:15:\"webDataStreamID\";s:11:\"13165543421\";s:13:\"measurementID\";s:12:\"G-FCT28QP275\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:11:\"GT-WVJ8ZWVV\";s:18:\"googleTagAccountID\";s:10:\"6329556135\";s:20:\"googleTagContainerID\";s:9:\"238281999\";s:32:\"googleTagContainerDestinationIDs\";a:1:{i:0;s:12:\"G-FCT28QP275\";}s:23:\"googleTagLastSyncedAtMs\";i:1766187281234;s:25:\"availableCustomDimensions\";N;s:18:\"propertyCreateTime\";i:1766187266252;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:0;s:21:\"adsLinkedLastSyncedAt\";i:1774197516;s:14:\"detectedEvents\";a:0:{}s:31:\"newConversionEventsLastUpdateAt\";i:0;s:32:\"lostConversionEventsLastUpdateAt\";i:0;}','auto'),(5035,'_transient_googlesitekit_conversion_reporting_skip_new_badge_events','1','on'),(5036,'googlesitekit_conversion_tracking','a:1:{s:7:\"enabled\";b:1;}','auto'),(1361,'secret_key','CVMZ<6Kd(){B.Crk8,V5?71su}n+-df7}9NQG45n[{ebcdCV4b6*c7(tV&E{;(.F','off'),(1455,'wpforms_crypto_secret_key','Pt+/UkXJ2HZovMe9vpripHKZu9weKgbfaP5iGWyx0rc=','auto');
DROP TABLE IF EXISTS `wp9v_postmeta`;
CREATE TABLE `wp9v_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=622 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,6,'_wp_attached_file','2025/10/mt-sample-background-1.jpg'),(4,6,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:34:\"2025/10/mt-sample-background-1.jpg\";s:8:\"filesize\";i:217593;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"mt-sample-background-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6513;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"mt-sample-background-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"mt-sample-background-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:3127;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"mt-sample-background-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34685;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"mt-sample-background-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5,7,'_wp_page_template','page-templates/homepage.php'),(6,7,'is_silverstorm_front_page','1'),(7,10,'_wp_attached_file','2025/10/eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2.jpg'),(8,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1255;s:4:\"file\";s:73:\"2025/10/eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2.jpg\";s:8:\"filesize\";i:83506;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5613;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29140;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:75:\"eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-1536x1004.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9,11,'_wp_attached_file','2025/10/man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero.jpg'),(10,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1255;s:4:\"file\";s:85:\"2025/10/man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero.jpg\";s:8:\"filesize\";i:56664;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6128;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25909;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-1536x1004.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11,9,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:340;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(552,357,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(13,15,'_wp_attached_file','2025/10/beach-landscape-sea-water-nature-sand-1061655-pxhere-com.jpg'),(14,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:68:\"2025/10/beach-landscape-sea-water-nature-sand-1061655-pxhere-com.jpg\";s:8:\"filesize\";i:100754;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"beach-landscape-sea-water-nature-sand-1061655-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9286;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"beach-landscape-sea-water-nature-sand-1061655-pxhere-com-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"beach-landscape-sea-water-nature-sand-1061655-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4801;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"beach-landscape-sea-water-nature-sand-1061655-pxhere-com-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:70:\"beach-landscape-sea-water-nature-sand-1061655-pxhere-com-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15,16,'_wp_attached_file','2025/10/landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com.jpg'),(16,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1252;s:4:\"file\";s:72:\"2025/10/landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com.jpg\";s:8:\"filesize\";i:390272;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18674;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8122;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114060;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:74:\"landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-1536x1002.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:389412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17,17,'_wp_attached_file','2025/10/leaf-nature-water-green-freshness-dew-1440543-pxhere-com.jpg'),(18,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:68:\"2025/10/leaf-nature-water-green-freshness-dew-1440543-pxhere-com.jpg\";s:8:\"filesize\";i:208104;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"leaf-nature-water-green-freshness-dew-1440543-pxhere-com-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16947;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"leaf-nature-water-green-freshness-dew-1440543-pxhere-com-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"leaf-nature-water-green-freshness-dew-1440543-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"leaf-nature-water-green-freshness-dew-1440543-pxhere-com-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74651;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:70:\"leaf-nature-water-green-freshness-dew-1440543-pxhere-com-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,14,'extend_builder','a:2:{s:4:\"json\";i:18;s:4:\"meta\";a:4:{s:5:\"14-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"14-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"14-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:32;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:5;i:15;i:14;i:16;i:15;i:17;i:16;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:55;i:25;i:323;i:26;i:324;i:27;i:326;}}}'),(20,19,'extend_builder','a:1:{s:4:\"json\";i:18;}'),(21,20,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(617,2,'_edit_lock','1764205610:1'),(23,23,'extend_builder','a:2:{s:4:\"json\";i:24;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:34:{i:0;i:65;i:1;i:66;i:2;i:67;i:3;i:68;i:4;i:69;i:5;i:70;i:6;i:71;i:7;i:72;i:8;i:73;i:9;i:74;i:10;i:75;i:11;i:76;i:12;i:77;i:13;i:78;i:14;i:79;i:15;i:80;i:16;i:81;i:17;i:82;i:18;i:83;i:19;i:84;i:20;i:85;i:21;i:86;i:22;i:87;i:23;i:88;i:24;i:89;i:25;i:90;i:26;i:91;i:27;i:92;i:28;i:93;i:29;i:94;i:30;i:95;i:31;i:96;i:32;i:97;i:33;i:98;}}}'),(24,25,'extend_builder','a:1:{s:4:\"json\";i:24;}'),(25,26,'extend_builder','a:2:{s:4:\"json\";i:27;s:4:\"meta\";a:2:{s:5:\"26-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:23:{i:0;i:99;i:1;i:100;i:2;i:101;i:3;i:102;i:4;i:103;i:5;i:104;i:6;i:105;i:7;i:106;i:8;i:107;i:9;i:108;i:10;i:109;i:11;i:110;i:12;i:111;i:13;i:112;i:14;i:113;i:15;i:114;i:16;i:115;i:17;i:116;i:18;i:117;i:19;i:118;i:20;i:119;i:21;i:120;i:22;i:121;}}}'),(26,28,'extend_builder','a:1:{s:4:\"json\";i:27;}'),(27,29,'extend_builder','a:2:{s:4:\"json\";i:30;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:122;i:1;i:123;i:2;i:124;i:3;i:125;i:4;i:126;i:5;i:127;i:6;i:128;}}}'),(28,31,'extend_builder','a:1:{s:4:\"json\";i:30;}'),(29,32,'extend_builder','a:2:{s:4:\"json\";i:33;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:20:{i:0;i:129;i:1;i:130;i:2;i:131;i:3;i:132;i:4;i:133;i:5;i:134;i:6;i:135;i:7;i:136;i:8;i:137;i:9;i:138;i:10;i:139;i:11;i:140;i:12;i:141;i:13;i:142;i:14;i:143;i:15;i:144;i:16;i:145;i:17;i:146;i:18;i:147;i:19;i:148;}}}'),(30,34,'extend_builder','a:1:{s:4:\"json\";i:33;}'),(31,35,'extend_builder','a:2:{s:4:\"json\";i:36;s:4:\"meta\";a:2:{s:5:\"35-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:12:{i:0;i:149;i:1;i:150;i:2;i:151;i:3;i:152;i:4;i:153;i:5;i:154;i:6;i:155;i:7;i:156;i:8;i:157;i:9;i:158;i:10;i:159;i:11;i:160;}}}'),(32,37,'extend_builder','a:1:{s:4:\"json\";i:36;}'),(33,38,'extend_builder','a:2:{s:4:\"json\";i:39;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:161;i:1;i:162;i:2;i:163;i:3;i:164;i:4;i:165;i:5;i:166;i:6;i:167;i:7;i:168;i:8;i:169;i:9;i:170;i:10;i:171;i:11;i:172;i:12;i:173;i:13;i:174;i:14;i:175;i:15;i:176;}}}'),(34,40,'extend_builder','a:1:{s:4:\"json\";i:39;}'),(35,41,'_wp_attached_file','2025/10/team4.jpg'),(36,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2025/10/team4.jpg\";s:8:\"filesize\";i:32194;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19419;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6826;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,42,'_wp_attached_file','2025/10/team3.jpg'),(38,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2025/10/team3.jpg\";s:8:\"filesize\";i:27089;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15407;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,43,'_wp_attached_file','2025/10/team2.jpg'),(40,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2025/10/team2.jpg\";s:8:\"filesize\";i:39428;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,44,'_wp_attached_file','2025/10/team1.jpg'),(42,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2025/10/team1.jpg\";s:8:\"filesize\";i:46831;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43,45,'_wp_attached_file','2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg'),(44,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1307;s:6:\"height\";i:900;s:4:\"file\";s:72:\"2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\";s:8:\"filesize\";i:107204;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"writing-hand-glass-adventure-travel-spring-931328-pxhere-com-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15911;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"writing-hand-glass-adventure-travel-spring-931328-pxhere-com-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"writing-hand-glass-adventure-travel-spring-931328-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6823;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"writing-hand-glass-adventure-travel-spring-931328-pxhere-com-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,46,'_wp_attached_file','2025/10/man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg'),(46,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:475;s:4:\"file\";s:78:\"2025/10/man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg\";s:8:\"filesize\";i:93008;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,47,'_wp_attached_file','2025/10/desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg'),(48,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:75:\"2025/10/desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg\";s:8:\"filesize\";i:22895;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"desk-notebook-writing-work-hand-working-712313-pxhere-com-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"desk-notebook-writing-work-hand-working-712313-pxhere-com-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5730;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,48,'_wp_attached_file','2025/10/man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg'),(50,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:77:\"2025/10/man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg\";s:8:\"filesize\";i:73418;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,49,'_wp_attached_file','2025/10/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg'),(52,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:77:\"2025/10/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg\";s:8:\"filesize\";i:187414;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16600;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7127;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84538;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:79:\"tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,50,'_wp_attached_file','2025/10/window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg'),(54,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:590;s:4:\"file\";s:74:\"2025/10/window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg\";s:8:\"filesize\";i:62250;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"window-blonde-watching-cute-beautiful-model-1424941-pxhere-com-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10446;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"window-blonde-watching-cute-beautiful-model-1424941-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"window-blonde-watching-cute-beautiful-model-1424941-pxhere-com-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,51,'_wp_attached_file','2025/10/light-night-window-glass-evening-reflection-506155-pxhere-com.jpg'),(56,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:499;s:4:\"file\";s:73:\"2025/10/light-night-window-glass-evening-reflection-506155-pxhere-com.jpg\";s:8:\"filesize\";i:23877;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"light-night-window-glass-evening-reflection-506155-pxhere-com-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"light-night-window-glass-evening-reflection-506155-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"light-night-window-glass-evening-reflection-506155-pxhere-com-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,52,'_wp_attached_file','2025/10/plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg'),(58,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:85:\"2025/10/plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg\";s:8:\"filesize\";i:47732;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"plant-home-workspace-office-office-space-interior-design-46936-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16223;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"plant-home-workspace-office-office-space-interior-design-46936-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7306;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"plant-home-workspace-office-office-space-interior-design-46936-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64351;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,53,'_wp_attached_file','2025/10/cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg'),(60,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:449;s:4:\"file\";s:75:\"2025/10/cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg\";s:8:\"filesize\";i:50542;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61956;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,54,'_wp_attached_file','2025/10/light-window-glass-urban-train-subway-66801-pxhere-com.jpg'),(62,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:66:\"2025/10/light-window-glass-urban-train-subway-66801-pxhere-com.jpg\";s:8:\"filesize\";i:50853;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"light-window-glass-urban-train-subway-66801-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"light-window-glass-urban-train-subway-66801-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"light-window-glass-urban-train-subway-66801-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(63,55,'_wp_attached_file','2025/10/light-sky-road-street-night-house-1417318-pxhere-com.jpg'),(64,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:64:\"2025/10/light-sky-road-street-night-house-1417318-pxhere-com.jpg\";s:8:\"filesize\";i:243197;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"light-sky-road-street-night-house-1417318-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"light-sky-road-street-night-house-1417318-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"light-sky-road-street-night-house-1417318-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,56,'_wp_attached_file','2025/10/architecture-road-street-window-town-building-140130-pxhere-com.jpg'),(66,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:75:\"2025/10/architecture-road-street-window-town-building-140130-pxhere-com.jpg\";s:8:\"filesize\";i:86040;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"architecture-road-street-window-town-building-140130-pxhere-com-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"architecture-road-street-window-town-building-140130-pxhere-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9601;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"architecture-road-street-window-town-building-140130-pxhere-com-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106708;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,57,'_wp_attached_file','2025/10/nature-1413069-pxhere-com-1.jpg'),(68,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1624;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2025/10/nature-1413069-pxhere-com-1.jpg\";s:8:\"filesize\";i:108105;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"nature-1413069-pxhere-com-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8805;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"nature-1413069-pxhere-com-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"nature-1413069-pxhere-com-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:4338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"nature-1413069-pxhere-com-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36900;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"nature-1413069-pxhere-com-1-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,7,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:96:{i:0;i:177;i:1;i:224;i:2;i:225;i:3;i:226;i:4;i:303;i:5;i:302;i:6;i:304;i:7;i:226;i:8;i:231;i:9;i:228;i:10;i:305;i:11;i:229;i:12;i:230;i:13;i:226;i:14;i:232;i:15;i:228;i:16;i:306;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:233;i:21;i:228;i:22;i:307;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:234;i:27;i:228;i:28;i:308;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:235;i:33;i:228;i:34;i:309;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:236;i:39;i:228;i:40;i:310;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:237;i:45;i:228;i:46;i:311;i:47;i:229;i:48;i:230;i:49;i:312;i:50;i:315;i:51;i:313;i:52;i:316;i:53;i:314;i:54;i:317;i:55;i:238;i:56;i:239;i:57;i:240;i:58;i:241;i:59;i:261;i:60;i:262;i:61;i:263;i:62;i:264;i:63;i:263;i:64;i:264;i:65;i:263;i:66;i:264;i:67;i:263;i:68;i:264;i:69;i:270;i:70;i:271;i:71;i:272;i:72;i:273;i:73;i:274;i:74;i:275;i:75;i:276;i:76;i:277;i:77;i:278;i:78;i:279;i:79;i:280;i:80;i:281;i:81;i:282;i:82;i:283;i:83;i:284;i:84;i:285;i:85;i:286;i:86;i:287;i:87;i:288;i:88;i:289;i:89;i:290;i:90;i:291;i:91;i:292;i:92;i:293;i:93;i:294;i:94;i:295;i:95;i:296;}}}'),(607,411,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:340;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(551,355,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(558,362,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(573,378,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(577,381,'is_silverstorm_front_page','1'),(578,381,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(566,371,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(570,374,'is_silverstorm_front_page','1'),(571,374,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(559,364,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(563,367,'is_silverstorm_front_page','1'),(564,367,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(82,69,'_wp_attached_file','2025/10/IMG-20250921-WA0062-1.jpg'),(83,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:417915;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24282;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0062-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-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:8716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137950;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0062-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:433016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,70,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0062-1.jpg'),(85,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:41:\"2025/10/cropped-IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:362158;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0062-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30927;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"cropped-IMG-20250921-WA0062-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0062-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:8697;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0062-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,70,'_oembed_d187e087c351a7d1afd2eb657bdf0b84','{{unknown}}'),(87,71,'_wp_attached_file','2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg'),(88,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:49:\"2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:362109;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"cropped-cropped-IMG-20250921-WA0062-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"cropped-cropped-IMG-20250921-WA0062-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"cropped-cropped-IMG-20250921-WA0062-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:8688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"cropped-cropped-IMG-20250921-WA0062-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,71,'_oembed_d187e087c351a7d1afd2eb657bdf0b84','{{unknown}}'),(90,72,'_wp_attached_file','2025/10/IMG-20250921-WA0062-2.jpg'),(91,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0062-2.jpg\";s:8:\"filesize\";i:417915;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24282;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0062-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-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:8716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0062-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137950;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0062-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:433016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,73,'_wp_attached_file','2025/10/IMG-20250921-WA0063.jpg'),(93,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2016;s:6:\"height\";i:1512;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0063.jpg\";s:8:\"filesize\";i:493726;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0063-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21517;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0063-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0063-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0063-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116768;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0063-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,74,'_wp_attached_file','2025/10/IMG-20250921-WA0064.jpg'),(95,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:402;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0064.jpg\";s:8:\"filesize\";i:40577;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0064-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0064-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,75,'_wp_attached_file','2025/10/IMG-20250921-WA0065.jpg'),(97,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0065.jpg\";s:8:\"filesize\";i:72191;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0065-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0065-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7640;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(98,76,'_wp_attached_file','2025/10/IMG-20250921-WA0066.jpg'),(99,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:403;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0066.jpg\";s:8:\"filesize\";i:51074;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0066-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0066-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6982;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,77,'_wp_attached_file','2025/10/IMG-20250921-WA0067.jpg'),(101,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:633;s:6:\"height\";i:705;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0067.jpg\";s:8:\"filesize\";i:61778;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0067-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0067-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,78,'_wp_attached_file','2025/10/IMG-20250921-WA0068.jpg'),(103,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1038;s:6:\"height\";i:826;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0068.jpg\";s:8:\"filesize\";i:162977;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0068-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21343;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0068-1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0068-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7963;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0068-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119321;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(104,10,'_edit_lock','1760578130:1'),(105,79,'_wp_attached_file','2025/10/IMG-20250921-WA0008.jpg'),(106,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0008.jpg\";s:8:\"filesize\";i:544770;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0008-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12572;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0008-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0008-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67876;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0008-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,80,'_wp_attached_file','2025/10/IMG-20250921-WA0009.jpg'),(108,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0009.jpg\";s:8:\"filesize\";i:502019;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0009-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11642;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0009-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0009-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7492;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0009-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60765;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0009-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,81,'_wp_attached_file','2025/10/IMG-20250921-WA0010.jpg'),(110,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0010.jpg\";s:8:\"filesize\";i:650827;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0010-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14325;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0010-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0010-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0010-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81202;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0010-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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 `wp9v_postmeta` VALUES (111,82,'_wp_attached_file','2025/10/IMG-20250921-WA0011.jpg'),(112,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0011.jpg\";s:8:\"filesize\";i:520730;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0011-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12421;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0011-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7655;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0011-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0011-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208235;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,83,'_wp_attached_file','2025/10/IMG-20250921-WA0012.jpg'),(114,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0012.jpg\";s:8:\"filesize\";i:527995;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0012-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11828;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0012-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0012-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64385;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0012-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,84,'_wp_attached_file','2025/10/IMG-20250921-WA0013.jpg'),(116,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0013.jpg\";s:8:\"filesize\";i:594030;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0013-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15467;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0013-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124757;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0013-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77746;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0013-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,85,'_wp_attached_file','2025/10/IMG-20250921-WA0014.jpg'),(118,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0014.jpg\";s:8:\"filesize\";i:526540;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0014-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12720;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0014-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0014-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65840;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0014-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,86,'_wp_attached_file','2025/10/IMG-20250921-WA0015.jpg'),(120,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0015.jpg\";s:8:\"filesize\";i:577251;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0015-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13962;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0015-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7766;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0015-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73971;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0015-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235191;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,87,'_wp_attached_file','2025/10/IMG-20250921-WA0016.jpg'),(122,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0016.jpg\";s:8:\"filesize\";i:543150;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0016-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12027;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0016-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0016-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0016-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66508;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0016-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,88,'_wp_attached_file','2025/10/IMG-20250921-WA0017.jpg'),(124,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0017.jpg\";s:8:\"filesize\";i:632953;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0017-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13340;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0017-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6768;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0017-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78130;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0017-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,89,'_wp_attached_file','2025/10/IMG-20250921-WA0018.jpg'),(126,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:662;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0018.jpg\";s:8:\"filesize\";i:60023;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0018-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,90,'_wp_attached_file','2025/10/IMG-20250921-WA0019.jpg'),(128,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:544;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0019.jpg\";s:8:\"filesize\";i:72215;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0019-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,91,'_wp_attached_file','2025/10/IMG-20250921-WA0020.jpg'),(130,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0020.jpg\";s:8:\"filesize\";i:634275;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0020-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15219;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0020-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0020-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0020-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262903;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,92,'_wp_attached_file','2025/10/IMG-20250921-WA0021.jpg'),(132,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0021.jpg\";s:8:\"filesize\";i:518725;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0021-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12268;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0021-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107219;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0021-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65522;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0021-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,93,'_wp_attached_file','2025/10/IMG-20250921-WA0022.jpg'),(134,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0022.jpg\";s:8:\"filesize\";i:489099;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0022-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11216;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0022-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0022-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59133;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0022-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,94,'_wp_attached_file','2025/10/IMG-20250921-WA0023.jpg'),(136,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0023.jpg\";s:8:\"filesize\";i:507798;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0023-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12458;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0023-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6885;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0023-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63649;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0023-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203483;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,95,'_wp_attached_file','2025/10/IMG-20250921-WA0024.jpg'),(138,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0024.jpg\";s:8:\"filesize\";i:541917;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0024-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22775;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0024-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8237;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0024-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117184;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0024-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:384644;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,96,'_wp_attached_file','2025/10/IMG-20250921-WA0025.jpg'),(140,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0025.jpg\";s:8:\"filesize\";i:568395;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0025-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21373;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0025-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0025-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115649;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0025-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:394179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,97,'_wp_attached_file','2025/10/IMG-20250921-WA0026.jpg'),(142,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0026.jpg\";s:8:\"filesize\";i:475650;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0026-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12066;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0026-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0026-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:31:\"IMG-20250921-WA0026-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58088;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0026-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,98,'_wp_attached_file','2025/10/IMG-20250921-WA0027.jpg'),(144,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0027.jpg\";s:8:\"filesize\";i:470665;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0027-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12096;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0027-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0027-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59884;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0027-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,99,'_wp_attached_file','2025/10/IMG-20250921-WA0036.jpg'),(146,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0036.jpg\";s:8:\"filesize\";i:84855;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0036-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0036-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5910;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0036-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,100,'_wp_attached_file','2025/10/IMG-20250921-WA0037.jpg'),(148,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0037.jpg\";s:8:\"filesize\";i:80815;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0037-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0037-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,101,'_wp_attached_file','2025/10/IMG-20250921-WA0038.jpg'),(150,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0038.jpg\";s:8:\"filesize\";i:74957;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0038-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6743;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0038-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,102,'_wp_attached_file','2025/10/IMG-20250921-WA0039.jpg'),(152,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0039.jpg\";s:8:\"filesize\";i:84581;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0039-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0039-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72324;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,103,'_wp_attached_file','2025/10/IMG-20250921-WA0040.jpg'),(154,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0040.jpg\";s:8:\"filesize\";i:294704;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0040-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20862;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0040-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0040-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0040-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103585;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0040-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:314144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,104,'_wp_attached_file','2025/10/IMG-20250921-WA0041.jpg'),(156,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0041.jpg\";s:8:\"filesize\";i:238915;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0041-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20378;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0041-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0041-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89647;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0041-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,105,'_wp_attached_file','2025/10/IMG-20250921-WA0042.jpg'),(158,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0042.jpg\";s:8:\"filesize\";i:376096;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0042-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18792;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0042-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0042-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0042-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185684;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0042-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,106,'_wp_attached_file','2025/10/IMG-20250921-WA0043.jpg'),(160,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0043.jpg\";s:8:\"filesize\";i:475430;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0043-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18699;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0043-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160481;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0043-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0043-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95595;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0043-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,107,'_wp_attached_file','2025/10/IMG-20250921-WA0070.jpg'),(162,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0070.jpg\";s:8:\"filesize\";i:582303;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0070-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15220;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0070-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0070-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8641;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0070-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81296;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0070-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,108,'_wp_attached_file','2025/10/WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c.jpg'),(164,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:61:\"2025/10/WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c.jpg\";s:8:\"filesize\";i:594030;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15467;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124757;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77746;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,109,'_wp_attached_file','2025/10/IMG-20250921-WA0044.jpg'),(166,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0044.jpg\";s:8:\"filesize\";i:54390;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0044-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5518;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0044-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5767;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0044-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,110,'_wp_attached_file','2025/10/IMG-20250921-WA0045.jpg'),(168,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0045.jpg\";s:8:\"filesize\";i:70860;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0045-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6227;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0045-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0045-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:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0045-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80626;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,111,'_wp_attached_file','2025/10/IMG-20250921-WA0046.jpg'),(170,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0046.jpg\";s:8:\"filesize\";i:53977;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0046-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5162;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0046-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0046-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5337;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0046-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64157;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(171,112,'_wp_attached_file','2025/10/IMG-20250921-WA0047.jpg'),(172,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0047.jpg\";s:8:\"filesize\";i:72059;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0047-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6255;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0047-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0047-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6528;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0047-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81912;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,113,'_wp_attached_file','2025/10/IMG-20250921-WA0048.jpg'),(174,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0048.jpg\";s:8:\"filesize\";i:177164;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0048-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15042;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0048-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0048-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0048-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66211;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0048-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,114,'_wp_attached_file','2025/10/IMG-20250921-WA0049.jpg'),(176,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:603;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0049.jpg\";s:8:\"filesize\";i:50618;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0049-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,115,'_wp_attached_file','2025/10/IMG-20250921-WA0050.jpg'),(178,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:532;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0050.jpg\";s:8:\"filesize\";i:45670;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0050-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,116,'_wp_attached_file','2025/10/IMG-20250921-WA0051.jpg'),(180,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0051.jpg\";s:8:\"filesize\";i:45709;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0051-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,117,'_wp_attached_file','2025/10/IMG-20250921-WA0052.jpg'),(182,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:399;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0052.jpg\";s:8:\"filesize\";i:46373;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0052-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0052-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8195;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,118,'_wp_attached_file','2025/10/IMG-20250921-WA0028.jpg'),(184,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0028.jpg\";s:8:\"filesize\";i:134778;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0028-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12453;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0028-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0028-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0028-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155785;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,119,'_wp_attached_file','2025/10/IMG-20250921-WA0029.jpg'),(186,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0029.jpg\";s:8:\"filesize\";i:101604;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0029-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6535;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0029-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0029-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7214;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0029-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,120,'_wp_attached_file','2025/10/IMG-20250921-WA0030.jpg'),(188,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0030.jpg\";s:8:\"filesize\";i:79368;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0030-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7982;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0030-461x1024.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52327;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7617;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0030-691x1536.jpg\";s:5:\"width\";i:691;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,121,'_wp_attached_file','2025/10/IMG-20250921-WA0031.jpg'),(190,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:579;s:6:\"height\";i:837;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0031.jpg\";s:8:\"filesize\";i:42666;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0031-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,122,'_wp_attached_file','2025/10/IMG-20250921-WA0032.jpg'),(192,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:518;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0032.jpg\";s:8:\"filesize\";i:54057;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0032-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6646;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,123,'_wp_attached_file','2025/10/IMG-20250921-WA0033.jpg'),(194,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0033.jpg\";s:8:\"filesize\";i:334939;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0033-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17409;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0033-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0033-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0033-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80621;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0033-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,124,'_wp_attached_file','2025/10/IMG-20250921-WA0034.jpg'),(196,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0034.jpg\";s:8:\"filesize\";i:334800;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0034-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19224;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0034-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0034-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85477;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0034-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(197,125,'_wp_attached_file','2025/10/IMG-20250921-WA0035.jpg'),(198,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0035.jpg\";s:8:\"filesize\";i:324485;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0035-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18719;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0035-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0035-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82778;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0035-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,126,'_wp_attached_file','2025/10/IMG-20250921-WA0053.jpg'),(200,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0053.jpg\";s:8:\"filesize\";i:688747;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0053-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25373;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0053-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0053-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0053-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139853;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,127,'_wp_attached_file','2025/10/IMG-20250921-WA0054.jpg'),(202,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0054.jpg\";s:8:\"filesize\";i:560084;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0054-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16908;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0054-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0054-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0054-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98435;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0054-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,128,'_wp_attached_file','2025/10/IMG-20250921-WA0055.jpg'),(204,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0055.jpg\";s:8:\"filesize\";i:287296;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0055-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18964;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0055-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0055-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0055-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93414;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0055-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,129,'_wp_attached_file','2025/10/IMG-20250921-WA0056.jpg'),(206,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:548;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0056.jpg\";s:8:\"filesize\";i:92631;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0056-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0056-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,130,'_wp_attached_file','2025/10/IMG-20250921-WA0057.jpg'),(208,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0057.jpg\";s:8:\"filesize\";i:394781;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0057-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16491;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0057-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0057-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6376;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0057-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82756;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0057-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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 `wp9v_postmeta` VALUES (209,131,'_wp_attached_file','2025/10/IMG-20250921-WA0058.jpg'),(210,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0058.jpg\";s:8:\"filesize\";i:54343;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0058-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17463;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0058-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,132,'_wp_attached_file','2025/10/IMG-20250921-WA0059.jpg'),(212,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0059.jpg\";s:8:\"filesize\";i:387350;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0059-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20455;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0059-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0059-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0059-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98398;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0059-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,133,'_wp_attached_file','2025/10/IMG-20250921-WA0060.jpg'),(214,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0060.jpg\";s:8:\"filesize\";i:302104;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0060-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15342;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20250921-WA0060-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0060-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0060-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0060-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,134,'_wp_attached_file','2025/10/IMG-20250921-WA0061.jpg'),(216,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:31:\"2025/10/IMG-20250921-WA0061.jpg\";s:8:\"filesize\";i:108770;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12153;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0061-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0061-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4479;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250921-WA0061-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,135,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0058.jpg'),(218,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:405;s:6:\"height\";i:405;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0058.jpg\";s:8:\"filesize\";i:44344;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0058-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0058-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,135,'_oembed_a35b22c26179ff089202d6ea8fb7967a','{{unknown}}'),(220,136,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0052.jpg'),(221,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:399;s:6:\"height\";i:399;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0052.jpg\";s:8:\"filesize\";i:32796;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0052-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0052-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(222,136,'_oembed_c5755cf144d4a8826332be9d88b11160','{{unknown}}'),(223,137,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0065.jpg'),(224,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:696;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0065.jpg\";s:8:\"filesize\";i:86424;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0065-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0065-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,137,'_oembed_fb53d1098d0f3db268b7b98679827dcd','{{unknown}}'),(226,138,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0039.jpg'),(227,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0039.jpg\";s:8:\"filesize\";i:78149;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0039-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,138,'_oembed_21e5367c31b3071205b6cb357e92e5b3','{{unknown}}'),(229,139,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0057.jpg'),(230,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0057.jpg\";s:8:\"filesize\";i:365710;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0057-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19628;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0057-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0057-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6422;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0057-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,139,'_oembed_9dcffe546b292780acbd314c4273b0cf','{{unknown}}'),(232,140,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0033.jpg'),(233,140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0033.jpg\";s:8:\"filesize\";i:314162;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0033-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21008;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0033-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0033-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6893;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0033-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,140,'_oembed_cd34ba7029734a2f8a04d2ac98e9a15b','{{unknown}}'),(235,141,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0038.jpg'),(236,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0038.jpg\";s:8:\"filesize\";i:43887;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0038-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,141,'_oembed_54b5a5d849200685f6d4c48cc4701bb0','{{unknown}}'),(238,142,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0030.jpg'),(239,142,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:719;s:6:\"height\";i:719;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0030.jpg\";s:8:\"filesize\";i:80705;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0030-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,142,'_oembed_61d37155b0e8d80d536a33c4c42e269d','{{unknown}}'),(565,369,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(248,150,'_wp_attached_file','2025/10/cropped-cropped-IMG-20250921-WA0062-1-1.jpg'),(249,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:51:\"2025/10/cropped-cropped-IMG-20250921-WA0062-1-1.jpg\";s:8:\"filesize\";i:362109;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"cropped-cropped-IMG-20250921-WA0062-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"cropped-cropped-IMG-20250921-WA0062-1-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"cropped-cropped-IMG-20250921-WA0062-1-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:8688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"cropped-cropped-IMG-20250921-WA0062-1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,152,'_wp_attached_file','2025/10/cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg'),(253,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:57:\"2025/10/cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:362096;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-cropped-IMG-20250921-WA0062-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30896;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"cropped-cropped-cropped-IMG-20250921-WA0062-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-cropped-IMG-20250921-WA0062-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:8692;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-cropped-IMG-20250921-WA0062-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(254,153,'_wp_attached_file','2025/10/cropped-cropped-IMG-20250921-WA0038.jpg'),(255,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:47:\"2025/10/cropped-cropped-IMG-20250921-WA0038.jpg\";s:8:\"filesize\";i:43874;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-IMG-20250921-WA0038-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-IMG-20250921-WA0038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(256,153,'_oembed_54b5a5d849200685f6d4c48cc4701bb0','{{unknown}}'),(257,154,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0050.jpg'),(258,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:532;s:6:\"height\";i:532;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0050.jpg\";s:8:\"filesize\";i:39788;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0050-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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(259,154,'_oembed_f08ceea47ac40c9aaef2268d81879845','{{unknown}}'),(260,155,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0010.jpg'),(261,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:719;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0010.jpg\";s:8:\"filesize\";i:148315;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0010-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0010-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(262,155,'_oembed_3ae66126840025bf0d05c3030828a6e1','{{unknown}}'),(263,156,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0010-1.jpg'),(264,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:719;s:4:\"file\";s:41:\"2025/10/cropped-IMG-20250921-WA0010-1.jpg\";s:8:\"filesize\";i:148315;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0010-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0010-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:9336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(265,156,'_oembed_dcd5ecb9fcb3db22785f75d463e31049','{{unknown}}'),(266,157,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0032.jpg'),(267,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:518;s:6:\"height\";i:518;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0032.jpg\";s:8:\"filesize\";i:50997;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(268,157,'_oembed_a0c5771abcefe13b19139a4415fa242f','{{unknown}}'),(269,158,'_wp_attached_file','2025/10/1.jpg'),(270,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:517;s:4:\"file\";s:13:\"2025/10/1.jpg\";s:8:\"filesize\";i:96549;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:8093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(271,159,'_wp_attached_file','2025/10/2.jpg'),(272,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:808;s:6:\"height\";i:550;s:4:\"file\";s:13:\"2025/10/2.jpg\";s:8:\"filesize\";i:60760;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(273,160,'_wp_attached_file','2025/10/3.webp'),(274,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:14:\"2025/10/3.webp\";s:8:\"filesize\";i:199300;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"3-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,161,'_wp_attached_file','2025/10/4.webp'),(276,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:753;s:4:\"file\";s:14:\"2025/10/4.webp\";s:8:\"filesize\";i:86018;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"4-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12282;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"4-1024x643.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"4-768x482.webp\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(277,162,'_wp_attached_file','2025/10/cropped-4.webp'),(278,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:753;s:6:\"height\";i:753;s:4:\"file\";s:22:\"2025/10/cropped-4.webp\";s:8:\"filesize\";i:54078;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"cropped-4-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"cropped-4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5424;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,162,'_oembed_71ab919d2bb8c9da1d3258b137dac223','{{unknown}}'),(280,163,'_wp_attached_file','2025/10/cropped-3.webp'),(281,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2025/10/cropped-3.webp\";s:8:\"filesize\";i:186488;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"cropped-3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"cropped-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6022;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"cropped-3-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,163,'_oembed_9ae1983933b99c635945cc6430c79dce','{{unknown}}'),(283,164,'_wp_attached_file','2025/10/cropped-2.jpg'),(284,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:550;s:6:\"height\";i:550;s:4:\"file\";s:21:\"2025/10/cropped-2.jpg\";s:8:\"filesize\";i:46605;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cropped-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18229;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cropped-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:6181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(285,164,'_oembed_053a8902627fe0bc360d433285c6084d','{{unknown}}'),(286,165,'_wp_attached_file','2025/10/cropped-1.jpg'),(287,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:517;s:6:\"height\";i:517;s:4:\"file\";s:21:\"2025/10/cropped-1.jpg\";s:8:\"filesize\";i:56027;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"cropped-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"cropped-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:8071;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(288,165,'_oembed_17eda0651344f27bf4553b5517209dd5','{{unknown}}'),(289,166,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0015.jpg'),(290,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:719;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0015.jpg\";s:8:\"filesize\";i:119523;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(291,166,'_oembed_bf55ebd74a3511143430a3f5020f8a40','{{unknown}}'),(292,167,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0061.jpg'),(293,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0061.jpg\";s:8:\"filesize\";i:125117;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12138;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"cropped-IMG-20250921-WA0061-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0061-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0061-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57725;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,167,'_oembed_ccd826a3b1a76ddd257226bd9afce468','{{unknown}}'),(295,168,'_wp_attached_file','2025/10/cropped-IMG-20250921-WA0022.jpg'),(296,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:719;s:4:\"file\";s:39:\"2025/10/cropped-IMG-20250921-WA0022.jpg\";s:8:\"filesize\";i:105886;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20250921-WA0022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6695;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(297,168,'_oembed_3dee2d0c5b40532e76ac2b5b95019884','{{unknown}}'),(572,376,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(305,176,'_wp_attached_file','2025/10/cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg'),(306,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:65:\"2025/10/cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:362111;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30928;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"cropped-cropped-cropped-cropped-IMG-20250921-WA0062-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:8695;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(309,178,'_wp_attached_file','2025/10/cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg'),(310,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:73:\"2025/10/cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg\";s:8:\"filesize\";i:362131;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30912;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-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:8691;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(311,180,'extend_builder','a:2:{s:4:\"json\";i:18;s:4:\"meta\";a:4:{s:5:\"14-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"14-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"14-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:32;i:1;i:33;i:2;i:34;i:3;i:35;i:4;i:36;i:5;i:37;i:6;i:38;i:7;i:39;i:8;i:40;i:9;i:41;i:10;i:42;i:11;i:43;i:12;i:44;i:13;i:45;i:14;i:46;i:15;i:47;i:16;i:48;i:17;i:49;i:18;i:50;i:19;i:51;i:20;i:52;i:21;i:53;i:22;i:54;i:23;i:55;i:24;i:56;i:25;i:57;i:26;i:58;i:27;i:59;}}}'),(319,186,'extend_builder','a:2:{s:4:\"json\";i:18;s:4:\"meta\";a:4:{s:6:\"14-h76\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:6:\"14-h83\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"14-h86\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:32;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:5;i:15;i:14;i:16;i:15;i:17;i:16;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:55;i:25;i:323;i:26;i:324;i:27;i:326;}}}'),(326,192,'_menu_item_type','post_type'),(325,190,'_customize_changeset_uuid','eab269dc-1172-4cfc-9868-859c4f0ab465'),(327,192,'_menu_item_menu_item_parent','0'),(328,192,'_menu_item_object_id','190'),(329,192,'_menu_item_object','page'),(330,192,'_menu_item_target',''),(331,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(332,192,'_menu_item_xfn',''),(333,192,'_menu_item_url',''),(337,194,'_menu_item_type','post_type'),(338,194,'_menu_item_menu_item_parent','0'),(339,194,'_menu_item_object_id','7'),(340,194,'_menu_item_object','page'),(341,194,'_menu_item_target',''),(342,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(343,194,'_menu_item_xfn',''),(344,194,'_menu_item_url',''),(579,383,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(580,385,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(584,388,'is_silverstorm_front_page','1'),(585,388,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(586,390,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(587,392,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(591,395,'is_silverstorm_front_page','1'),(592,395,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(593,397,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(594,399,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(598,402,'is_silverstorm_front_page','1'),(599,402,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(600,404,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:340;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(601,406,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(605,409,'is_silverstorm_front_page','1'),(606,409,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(375,223,'_form','<label> Adınız\n    [text* your-name autocomplete:name] </label>\n\n<label> E-posta adresiniz\n    [email* your-email autocomplete:email] </label>\n\n<label> Konu\n    [text* your-subject] </label>\n\n<label> İletiniz (tercihe bağlı)\n    [textarea your-message] </label>\n\n[submit \"Gönder\"]'),(376,223,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@onurbranda.com.tr>\";s:4:\"body\";s:199:\"Kimden: [your-name] [your-email]\nKonu: [your-subject]\n\nİleti gövdesi:\n[your-message]\n\n-- \nBu, web sitenizde bir iletişim formunun gönderildiğine dair bir bildirimdir ([_site_title] [_site_url]).\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(377,223,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@onurbranda.com.tr>\";s:4:\"body\";s:242:\"İleti gövdesi:\n[your-message]\n\n-- \nBu e-posta, e-posta adresinizin kullanıldığı web sitemizdeki ([_site_title] [_site_url]) iletişim formu gönderiminizin makbuzudur. Eğer bu kişi siz değilseniz, lütfen bu mesajı dikkate almayın.\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(378,223,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Mesajınız için teşekkürler. Gönderildi.\";s:12:\"mail_sent_ng\";s:79:\"Mesajınız gönderilirken bir hata oluştu. Lütfen daha sonra tekrar deneyin.\";s:16:\"validation_error\";s:80:\"Bir veya daha fazla alanda hata bulundu. Lütfen kontrol edin ve tekrar deneyin.\";s:4:\"spam\";s:79:\"Mesajınız gönderilirken bir hata oluştu. Lütfen daha sonra tekrar deneyin.\";s:12:\"accept_terms\";s:87:\"Mesajınızı göndermeden önce şartları ve koşulları kabul etmeniz gerekmektedir.\";s:16:\"invalid_required\";s:29:\"Lütfen bu alanı doldurunuz.\";s:16:\"invalid_too_long\";s:39:\"Bu alan çok uzun bir girdiye sahiptir.\";s:17:\"invalid_too_short\";s:40:\"Bu alan çok kısa bir girişe sahiptir.\";s:13:\"upload_failed\";s:47:\"Dosya yüklenirken bilinmeyen bir hata oluştu.\";s:24:\"upload_file_type_invalid\";s:53:\"Bu dosya türünü yükleme iznine sahip değilsiniz.\";s:21:\"upload_file_too_large\";s:29:\"Yüklenen dosya çok büyük.\";s:23:\"upload_failed_php_error\";s:38:\"Dosya yüklenirken hata meydana geldi.\";}'),(379,223,'_additional_settings',''),(380,223,'_locale','tr_TR'),(381,223,'_hash','5849fb5237e2095d946019ddc6007814cc31b1268d90e8021e84ac80f3e82cea'),(384,225,'forminator_form_meta','a:6:{s:6:\"fields\";a:4:{i:0;a:13:{s:2:\"id\";s:6:\"name-1\";s:10:\"element_id\";s:6:\"name-1\";s:7:\"form_id\";s:26:\"wrapper-1511347711918-1669\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:4:\"name\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:8:\"Ad Soyad\";s:12:\"prefix_label\";s:5:\"Önek\";s:11:\"fname_label\";s:7:\"İlk Ad\";s:11:\"mname_label\";s:7:\"Orta Ad\";s:11:\"lname_label\";s:5:\"Soyad\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347711918-1669\";}i:1;a:11:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:26:\"wrapper-1511347712118-1739\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:14:\"E-posta Adresi\";s:10:\"validation\";s:1:\"1\";s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347712118-1739\";}i:2;a:12:{s:2:\"id\";s:7:\"phone-1\";s:10:\"element_id\";s:7:\"phone-1\";s:7:\"form_id\";s:26:\"wrapper-1311247712118-1194\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:5:\"phone\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:0:\"\";s:11:\"field_label\";s:17:\"Telefon Numarası\";s:10:\"validation\";s:4:\"none\";s:21:\"phone_validation_type\";s:8:\"standard\";s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1311247712118-1194\";}i:3;a:12:{s:2:\"id\";s:10:\"textarea-1\";s:10:\"element_id\";s:10:\"textarea-1\";s:7:\"form_id\";s:26:\"wrapper-1988247712118-9871\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:0:\"\";s:11:\"field_label\";s:5:\"Mesaj\";s:10:\"input_type\";s:9:\"paragraph\";s:5:\"limit\";s:3:\"180\";s:10:\"limit_type\";s:10:\"characters\";s:10:\"wrapper_id\";s:26:\"wrapper-1988247712118-9871\";}}s:8:\"settings\";a:123:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:8:\"formName\";s:16:\"İletişim Formu\";s:7:\"version\";s:6:\"1.47.0\";s:17:\"form-border-style\";s:4:\"none\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:16:\"field-image-size\";s:6:\"custom\";s:10:\"validation\";s:9:\"on_submit\";s:18:\"akismet-protection\";s:1:\"1\";s:10:\"form-style\";s:7:\"default\";s:13:\"form-substyle\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:16:\"Gönderiliyor...\";s:18:\"cform-color-option\";s:5:\"theme\";s:22:\"basic-field-image-size\";s:6:\"custom\";s:18:\"basic-fields-style\";s:4:\"open\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"description-position\";s:5:\"above\";s:25:\"input-focus-outline-color\";s:7:\"#254DEB\";s:18:\"radio-border-hover\";s:7:\"#097BAA\";s:22:\"radio-background-hover\";s:7:\"#E1F6FF\";s:19:\"radio-outline-focus\";s:7:\"#254DEB\";s:26:\"select-focus-outline-color\";s:7:\"#254DEB\";s:33:\"button-submit-focus-outline-color\";s:7:\"#254DEB\";s:24:\"prev-focus-outline-color\";s:7:\"#254DEB\";s:24:\"next-focus-outline-color\";s:7:\"#254DEB\";s:33:\"button-upload-focus-outline-color\";s:7:\"#254DEB\";s:40:\"button-upload-delete-focus-outline-color\";s:7:\"#254DEB\";s:37:\"multiupload-panel-focus-outline-color\";s:7:\"#254DEB\";s:42:\"multiupload-panel-link-focus-outline-color\";s:7:\"#254DEB\";s:29:\"repeater-button-outline-focus\";s:7:\"#254DEB\";s:27:\"repeater-icon-outline-focus\";s:7:\"#254DEB\";s:27:\"repeater-link-outline-focus\";s:7:\"#254DEB\";s:25:\"consent-cbox-border-hover\";s:7:\"#254DEB\";s:29:\"consent-cbox-background-hover\";s:7:\"#254DEB\";s:26:\"consent-cbox-outline-focus\";s:7:\"#254DEB\";s:27:\"slider-handle-outline-color\";s:7:\"#254DEB\";s:26:\"rating-focus-outline-color\";s:7:\"#254DEB\";s:29:\"dropdown-search-outline-focus\";s:7:\"#254DEB\";s:29:\"dropdown-option-outline-focus\";s:7:\"#254DEB\";s:30:\"multiselect-item-outline-focus\";s:7:\"#254DEB\";s:19:\"steps-outline-focus\";s:7:\"#254DEB\";s:22:\"calendar-outline-focus\";s:7:\"#254DEB\";s:9:\"form-type\";s:7:\"default\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:16:\"thankyou-message\";s:103:\"Bizimle iletişim kurduğunuz için teşekkür ederiz, en kısa sürede size geri dönüş yapacağız.\";s:10:\"submitData\";a:2:{s:18:\"custom-submit-text\";s:7:\"Gönder\";s:27:\"custom-invalid-form-message\";s:60:\"Hata: Formunuz geçerli değil, lütfen hataları düzeltin!\";}s:17:\"validation-inline\";s:1:\"1\";s:11:\"form-expire\";s:9:\"no_expire\";s:16:\"form-padding-top\";s:1:\"0\";s:18:\"form-padding-right\";s:1:\"0\";s:19:\"form-padding-bottom\";s:1:\"0\";s:17:\"form-padding-left\";s:1:\"0\";s:17:\"form-border-width\";s:1:\"0\";s:18:\"form-border-radius\";s:1:\"0\";s:23:\"cform-label-font-family\";s:6:\"Roboto\";s:25:\"cform-label-custom-family\";s:0:\"\";s:21:\"cform-label-font-size\";s:2:\"12\";s:23:\"cform-label-font-weight\";s:4:\"bold\";s:23:\"cform-title-font-family\";s:6:\"Roboto\";s:25:\"cform-title-custom-family\";s:0:\"\";s:21:\"cform-title-font-size\";s:2:\"45\";s:23:\"cform-title-font-weight\";s:6:\"normal\";s:22:\"cform-title-text-align\";s:4:\"left\";s:26:\"cform-subtitle-font-family\";s:6:\"Roboto\";s:26:\"cform-subtitle-custom-font\";s:0:\"\";s:24:\"cform-subtitle-font-size\";s:2:\"18\";s:26:\"cform-subtitle-font-weight\";s:6:\"normal\";s:25:\"cform-subtitle-text-align\";s:4:\"left\";s:23:\"cform-input-font-family\";s:6:\"Roboto\";s:23:\"cform-input-custom-font\";s:0:\"\";s:21:\"cform-input-font-size\";s:2:\"16\";s:23:\"cform-input-font-weight\";s:6:\"normal\";s:23:\"cform-radio-font-family\";s:6:\"Roboto\";s:23:\"cform-radio-custom-font\";s:0:\"\";s:21:\"cform-radio-font-size\";s:2:\"14\";s:23:\"cform-radio-font-weight\";s:6:\"normal\";s:24:\"cform-select-font-family\";s:6:\"Roboto\";s:26:\"cform-select-custom-family\";s:0:\"\";s:22:\"cform-select-font-size\";s:2:\"16\";s:24:\"cform-select-font-weight\";s:6:\"normal\";s:29:\"cform-multiselect-font-family\";s:6:\"Roboto\";s:29:\"cform-multiselect-custom-font\";s:0:\"\";s:27:\"cform-multiselect-font-size\";s:2:\"16\";s:29:\"cform-multiselect-font-weight\";s:6:\"normal\";s:33:\"cform-multiselect-tag-font-family\";s:6:\"Roboto\";s:33:\"cform-multiselect-tag-custom-font\";s:0:\"\";s:31:\"cform-multiselect-tag-font-size\";s:2:\"12\";s:33:\"cform-multiselect-tag-font-weight\";s:6:\"medium\";s:26:\"cform-dropdown-font-family\";s:6:\"Roboto\";s:26:\"cform-dropdown-custom-font\";s:0:\"\";s:24:\"cform-dropdown-font-size\";s:2:\"16\";s:26:\"cform-dropdown-font-weight\";s:6:\"normal\";s:26:\"cform-calendar-font-family\";s:6:\"Roboto\";s:26:\"cform-calendar-custom-font\";s:0:\"\";s:24:\"cform-calendar-font-size\";s:2:\"13\";s:26:\"cform-calendar-font-weight\";s:6:\"normal\";s:24:\"cform-button-font-family\";s:6:\"Roboto\";s:24:\"cform-button-custom-font\";s:0:\"\";s:22:\"cform-button-font-size\";s:2:\"14\";s:24:\"cform-button-font-weight\";s:3:\"500\";s:26:\"cform-timeline-font-family\";s:6:\"Roboto\";s:26:\"cform-timeline-custom-font\";s:0:\"\";s:24:\"cform-timeline-font-size\";s:2:\"12\";s:26:\"cform-timeline-font-weight\";s:6:\"normal\";s:28:\"cform-pagination-font-family\";s:0:\"\";s:28:\"cform-pagination-custom-font\";s:0:\"\";s:26:\"cform-pagination-font-size\";s:2:\"16\";s:28:\"cform-pagination-font-weight\";s:6:\"normal\";s:19:\"payment_require_ssl\";s:0:\"\";s:15:\"submission-file\";s:6:\"delete\";s:12:\"trigger_from\";s:8:\"template\";s:13:\"template_type\";s:6:\"preset\";s:13:\"template_name\";s:16:\"İletişim Formu\";s:7:\"form_id\";s:3:\"225\";s:9:\"form_name\";s:14:\"iletisim-formu\";s:11:\"form_status\";s:5:\"draft\";s:18:\"notification_count\";i:1;s:15:\"previous_status\";s:5:\"draft\";}s:9:\"client_id\";N;s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:10:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:1:\"5\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:103:\"Bizimle iletişim kurduğunuz için teşekkür ederiz, en kısa sürede size geri dönüş yapacağız.\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";}}s:13:\"notifications\";a:1:{i:0;a:8:{s:4:\"slug\";s:22:\"notification-1234-4567\";s:5:\"label\";s:17:\"Yönetici E-Posta\";s:16:\"email-recipients\";s:7:\"default\";s:10:\"recipients\";s:24:\"sercomcomputer@gmail.com\";s:13:\"email-subject\";s:52:\"{form_name} için yeni form girişi #{submission_id}\";s:12:\"email-editor\";s:114:\"You have a new website form submission: <br /> {all_fields} <br />---<br /> This message was sent from {site_url}.\";s:16:\"email-attachment\";s:4:\"true\";s:4:\"type\";s:7:\"default\";}}}');
INSERT INTO `wp9v_postmeta` VALUES (608,413,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(611,414,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(621,3,'_edit_lock','1764204570:1'),(397,238,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:32:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:5;i:15;i:14;i:16;i:15;i:17;i:16;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;i:27;i:28;i:28;i:29;i:29;i:30;i:30;i:31;i:31;}}}'),(420,251,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(407,245,'_customize_changeset_uuid','4122d0aa-268d-4cf6-8f6b-bec7588d9f70'),(419,251,'is_silverstorm_front_page','1'),(409,246,'_customize_changeset_uuid','4122d0aa-268d-4cf6-8f6b-bec7588d9f70'),(410,194,'_wp_old_date','2025-10-16'),(411,247,'_menu_item_type','post_type'),(412,247,'_menu_item_menu_item_parent','0'),(413,247,'_menu_item_object_id','190'),(414,247,'_menu_item_object','page'),(415,247,'_menu_item_target',''),(416,247,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(417,247,'_menu_item_xfn',''),(418,247,'_menu_item_url',''),(421,253,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:32:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:5;i:15;i:14;i:16;i:15;i:17;i:16;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;i:27;i:28;i:28;i:29;i:29;i:30;i:30;i:31;i:31;}}}'),(422,255,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(423,256,'_menu_item_type','post_type'),(424,256,'_menu_item_menu_item_parent','0'),(425,256,'_menu_item_object_id','245'),(426,256,'_menu_item_object','page'),(427,256,'_menu_item_target',''),(428,256,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(429,256,'_menu_item_xfn',''),(430,256,'_menu_item_url',''),(431,257,'_menu_item_type','post_type'),(432,257,'_menu_item_menu_item_parent','0'),(433,257,'_menu_item_object_id','246'),(434,257,'_menu_item_object','page'),(435,257,'_menu_item_target',''),(436,257,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(437,257,'_menu_item_xfn',''),(438,257,'_menu_item_url',''),(442,260,'is_silverstorm_front_page','1'),(443,260,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(444,262,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:30:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;}}}'),(445,264,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(449,267,'is_silverstorm_front_page','1'),(450,267,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(451,269,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(452,271,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(455,246,'_edit_lock','1764204617:1'),(457,246,'_edit_last','1'),(459,281,'is_silverstorm_front_page','1'),(460,281,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(461,283,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(462,285,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(468,289,'is_silverstorm_front_page','1'),(469,289,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(470,291,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(471,293,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(475,296,'is_silverstorm_front_page','1'),(476,296,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(477,298,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(478,300,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(620,425,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:96:{i:0;i:177;i:1;i:224;i:2;i:225;i:3;i:226;i:4;i:303;i:5;i:302;i:6;i:304;i:7;i:226;i:8;i:231;i:9;i:228;i:10;i:305;i:11;i:229;i:12;i:230;i:13;i:226;i:14;i:232;i:15;i:228;i:16;i:306;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:233;i:21;i:228;i:22;i:307;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:234;i:27;i:228;i:28;i:308;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:235;i:33;i:228;i:34;i:309;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:236;i:39;i:228;i:40;i:310;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:237;i:45;i:228;i:46;i:311;i:47;i:229;i:48;i:230;i:49;i:312;i:50;i:315;i:51;i:313;i:52;i:316;i:53;i:314;i:54;i:317;i:55;i:238;i:56;i:239;i:57;i:240;i:58;i:241;i:59;i:261;i:60;i:262;i:61;i:263;i:62;i:264;i:63;i:263;i:64;i:264;i:65;i:263;i:66;i:264;i:67;i:263;i:68;i:264;i:69;i:270;i:70;i:271;i:71;i:272;i:72;i:273;i:73;i:274;i:74;i:275;i:75;i:276;i:76;i:277;i:77;i:278;i:78;i:279;i:79;i:280;i:80;i:281;i:81;i:282;i:82;i:283;i:83;i:284;i:84;i:285;i:85;i:286;i:86;i:287;i:87;i:288;i:88;i:289;i:89;i:290;i:90;i:291;i:91;i:292;i:92;i:293;i:93;i:294;i:94;i:295;i:95;i:296;}}}'),(482,303,'is_silverstorm_front_page','1'),(483,303,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(484,305,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(485,307,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(489,245,'_edit_lock','1764204437:1'),(491,245,'_edit_last','1'),(493,190,'_edit_lock','1761260308:1'),(494,190,'_edit_last','1'),(618,7,'silverstorm-show-default-editor','1'),(496,190,'_wp_page_template','page-templates/full-width-page.php'),(497,190,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(498,315,'extend_builder','a:1:{s:4:\"json\";i:314;}'),(499,317,'extend_builder','a:2:{s:4:\"json\";i:18;s:4:\"meta\";a:4:{s:6:\"14-h76\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:6:\"14-h83\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"14-h86\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:32;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:17;i:12;i:12;i:13;i:13;i:14;i:5;i:15;i:14;i:16;i:15;i:17;i:16;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:55;i:25;i:323;i:26;i:324;i:27;i:326;}}}'),(500,319,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(619,425,'is_silverstorm_front_page','1'),(503,190,'silverstorm-show-default-editor','1'),(513,323,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0053-1.jpg\";s:8:\"filesize\";i:688747;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25373;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0053-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-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:9594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139853;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0053-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(512,323,'_wp_attached_file','2025/10/IMG-20250921-WA0053-1.jpg'),(529,332,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(509,321,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(613,272,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:12:\"İLETİŞİM\";s:7:\"form_id\";i:272;s:2:\"id\";i:246;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:10:\"/iletisim/\";}}'),(614,7,'_edit_lock','1764204539:1'),(528,332,'is_silverstorm_front_page','1'),(612,415,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(516,324,'_wp_attached_file','2025/10/IMG-20250921-WA0053-2.jpg'),(517,324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0053-2.jpg\";s:8:\"filesize\";i:688747;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25373;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0053-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-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:9594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0053-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139853;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0053-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(518,325,'_wp_attached_file','2025/10/IMG-20250921-WA0057-1.jpg'),(519,325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0057-1.jpg\";s:8:\"filesize\";i:394781;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0057-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16491;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0057-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0057-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:6376;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0057-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82756;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0057-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(524,328,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(521,326,'_wp_attached_file','2025/10/IMG-20250921-WA0060-1.jpg'),(522,326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:33:\"2025/10/IMG-20250921-WA0060-1.jpg\";s:8:\"filesize\";i:302104;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0060-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15342;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG-20250921-WA0060-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0060-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:6106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG-20250921-WA0060-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG-20250921-WA0060-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,327,'extend_builder','a:2:{s:4:\"json\";i:314;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:4:{i:0;i:335;i:1;i:336;i:2;i:337;i:3;i:338;}}}'),(530,334,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:30;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(531,336,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(615,8,'_edit_lock','1764203946:1'),(616,7,'_edit_last','1'),(535,339,'is_silverstorm_front_page','1'),(536,339,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(537,341,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(538,343,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(542,346,'is_silverstorm_front_page','1'),(543,346,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(544,348,'extend_builder','a:2:{s:4:\"json\";i:12;s:4:\"meta\";a:4:{s:4:\"9-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:4:\"9-h7\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:5:\"9-h10\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:34:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:8;i:6;i:9;i:7;i:10;i:8;i:11;i:9;i:17;i:10;i:12;i:11;i:13;i:12;i:5;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:18;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;i:27;i:29;i:28;i:339;i:29;i:31;i:30;i:331;i:31;i:332;i:32;i:333;i:33;i:334;}}}'),(545,350,'extend_builder','a:2:{s:4:\"json\";i:21;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:60;i:1;i:61;i:2;i:62;i:3;i:63;i:4;i:64;}}}'),(549,353,'is_silverstorm_front_page','1'),(550,353,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}'),(556,360,'is_silverstorm_front_page','1'),(557,360,'extend_builder','a:2:{s:4:\"json\";i:58;s:4:\"meta\";a:9:{s:5:\"7-c15\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c21\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c27\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c33\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c39\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c45\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c51\";a:1:{s:4:\"data\";a:1:{s:11:\"hoverEffect\";s:6:\"fadeIn\";}}s:5:\"7-c83\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:102:{i:0;i:177;i:1;i:183;i:2;i:184;i:3;i:185;i:4;i:186;i:5;i:187;i:6;i:188;i:7;i:224;i:8;i:225;i:9;i:226;i:10;i:303;i:11;i:302;i:12;i:304;i:13;i:226;i:14;i:231;i:15;i:228;i:16;i:305;i:17;i:229;i:18;i:230;i:19;i:226;i:20;i:232;i:21;i:228;i:22;i:306;i:23;i:229;i:24;i:230;i:25;i:226;i:26;i:233;i:27;i:228;i:28;i:307;i:29;i:229;i:30;i:230;i:31;i:226;i:32;i:234;i:33;i:228;i:34;i:308;i:35;i:229;i:36;i:230;i:37;i:226;i:38;i:235;i:39;i:228;i:40;i:309;i:41;i:229;i:42;i:230;i:43;i:226;i:44;i:236;i:45;i:228;i:46;i:310;i:47;i:229;i:48;i:230;i:49;i:226;i:50;i:237;i:51;i:228;i:52;i:311;i:53;i:229;i:54;i:230;i:55;i:312;i:56;i:315;i:57;i:313;i:58;i:316;i:59;i:314;i:60;i:317;i:61;i:238;i:62;i:239;i:63;i:240;i:64;i:241;i:65;i:261;i:66;i:262;i:67;i:263;i:68;i:264;i:69;i:263;i:70;i:264;i:71;i:263;i:72;i:264;i:73;i:263;i:74;i:264;i:75;i:270;i:76;i:271;i:77;i:272;i:78;i:273;i:79;i:274;i:80;i:275;i:81;i:276;i:82;i:277;i:83;i:278;i:84;i:279;i:85;i:280;i:86;i:281;i:87;i:282;i:88;i:283;i:89;i:284;i:90;i:285;i:91;i:286;i:92;i:287;i:93;i:288;i:94;i:289;i:95;i:290;i:96;i:291;i:97;i:292;i:98;i:293;i:99;i:294;i:100;i:295;i:101;i:296;}}}');
DROP TABLE IF EXISTS `wp9v_posts`;
CREATE TABLE `wp9v_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=431 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_posts` VALUES (1,1,'2025-10-16 03:11:00','2025-10-16 00:11:00','<!-- wp:paragraph -->\n<p>WordPress&#8217;e hoş geldiniz. Bu sizin ilk yazınız. Bu yazıyı düzenleyin ya da silin. Sonra yazmaya başlayın!</p>\n<!-- /wp:paragraph -->','Merhaba dünya!','','publish','open','open','','merhaba-dunya','','','2025-10-16 03:11:00','2025-10-16 00:11:00','',0,'http://www.onurbranda.com.tr/?p=1',0,'post','',1),(2,1,'2025-10-16 03:11:00','2025-10-16 00:11:00','<!-- wp:paragraph -->\n<p>Bu bir örnek sayfadır. Bir blog yazısından farklıdır çünkü belirli bir yerde sabit olarak kalır ve temanızın gezinme menüsünde görüntülenir (çoğu tema destekler). Bir çok insan potansiyel ziyaretçilerini karşılamak için bir Hakkında sayfası kullanır. Şuna benzeyen bir şey olabilir:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Merhaba! Gündüzleri bisikletli kurye, geceleri ise hevesli bir aktörüm, burası da benim sitem. İstanbul&#8217;da yaşıyorum, Bıdık isminde harika bir köpeğim var ve pi&#241;a colada içmeyi seviyorum. (Ve yağmura yakalanmayı.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…ya da bunun gibi bir şeyler:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>XYZ firması 1971 yılında kurulmuştur ve kurulduğundan bu yana kaliteli şeyler üretmektedir. Gotham şehrinde konuşlanmış olan XYZ firması 2.000 üzerinde çalışanı ile Gotham şehri için her şeyin en iyisini yapmaya çalışmaktadır.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Yeni bir WordPress kullanıcısı olarak öncelikle <a href=\"http://www.onurbranda.com.tr/wp-admin/\">Başlangıç ekranına</a> gidip bu sayfayı silerek kendi sayfalarınızı oluşturmalısınız. İyi eğlenceler!</p>\n<!-- /wp:paragraph -->','Örnek sayfa','','publish','closed','open','','ornek-sayfa','','','2025-10-16 03:11:00','2025-10-16 00:11:00','',0,'http://www.onurbranda.com.tr/?page_id=2',0,'page','',0),(3,1,'2025-10-16 03:11:00','2025-10-16 00:11:00','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Biz kimiz</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Sitemizin adresi: http://www.onurbranda.com.tr.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Yorumlar</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Ziyaretçiler sitede yorum yaptığında, yorum formunda görüntülenen verilerin yanında istenmeyen yorumların algılanmasına yardımcı olacak ziyaretçi IP adresi ve tarayıcı bilgilerini de toplarız.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Gravatar hizmetine, kullanıp kullanmadığınızı görmek için e-posta adresinizden oluşturulmuş anonimleştirilmiş bir metin (karma olarak da adlandırılır) gönderilebilir. Gravatar hizmetinin gizlilik ilkesi şu adreste bulunabilir: https://automattic.com/privacy/. Yorumunuzun onaylanmasından sonra profil görseliniz yorumunuzla birlikte herkese görüntülenir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ortamlar</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Sitenize görselleri yüklüyorsanız, gömülmüş konum verileri (EXIF GPS) bulunan görseller yüklemekten kaçınmalısınız. Site ziyaretçileri, sitedeki görselleri indirip içindeki konum bilgilerini öğrenebilir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Çerezler</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Sitemizde bir yorum yaparsanız, adınızın, e-posta adresinizin ve site adresinizin çerezlere kaydedilmesini seçebilirsiniz. Bunlar size kolaylık sağlamak içindir. Böylece başka bir yorum yaptığınızda bilgilerinizi yeniden yazmanız gerekmez. Bu çerezler bir yıl saklanır.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Oturum açma sayfamızı ziyaret ederseniz, tarayıcınızın çerezleri kabul edip etmediğini belirlemek için geçici bir çerez ayarlayacağız. Bu çerezde herhangi bir kişisel veri bulunmaz ve tarayıcınızı kapattığınızda yok edilir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Oturum açtığınızda, oturum açma bilgilerinizi ve ekran görüntüleme seçiminizi kaydetmek için birkaç çerez kaydedeceğiz. Oturum açma çerezleri iki gün ve ekran seçenekleri çerezleri bir yıl boyunca tutulur. &quot;Beni hatırla&quot; seçeneğini seçerseniz, oturumunuz iki hafta boyunca etkin kalır. Hesabınızın oturumunu kapatırsanz, oturum açma çerezleri kaldırılır.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Bir yazıyı düzenler ya da yayınlarsanız tarayıcınıza ek bir çerez kaydedilir. Bu çerezde herhangi bir kişisel veri bulunmaz ve yalnızca düzenlediğiniz yazının kimliği bulunur. 1 gün sonra zaman aşımına uğrar.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Diğer sitelerden gömülen içerik</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Bu sitedeki yazılarda gömülü içerik (videolar, görseller, yazılar gibi) bulunabilir. Diğer sitelerden gömülen içerikler, ziyaretçi diğer siteyi ziyaret ettiğindeki ile aynı şekilde davranır.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Bu siteler sizin hakkınızda veriler toplayabilir, çerezler kullanabilir, üçüncü taraflarca gömülmüş izlemeler yapabilir ve gömülü içeriklerle etkileşiminizi izleyebilir. Bir hesabınız varsa ve bu sitede oturum açtıysanız, gömülen içerikle etkleşiminiz izlenebilir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Verinizi kimlerle paylaşıyoruz</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Parola sıfırlama isteğinde bulunduğunuzda, IP adresiniz sıfırlama e-postasına eklenir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Verilerinizi ne süreyle tutuyoruz</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Bir yorum yaparsanız, yorum ve üst verileri süresiz olarak saklanır. Böylece, sonraki yorumlarınızı onay sırasına almak yerine otomatik olarak tanıyabilir ve onaylayabiliriz.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Sitemizde hesap açan kullanıcılar için (varsa) kullanıcı profilinde verdikleri kişisel bilgileri de saklarız. Tüm kullanıcılar kişisel bilgilerini istedikleri zaman görebilir, düzenleyebilir ya da silebilir (kullanıcı adını değiştirmek dışında). Site yöneticileri de bu bilgileri görebilir ve düzenleyebilir.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Verileriniz üzerindeki haklarınız neler</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Bu sitede bir hesabınız veya yorumlarınız varsa, bize verdiğiniz veriler ile birlikte, hakkınızda tuttuğumuz kişisel verileri dosya olarak dışa aktarmak isteyebilirsiniz. Ayrıca, sizinle ilgili tuttuğumuz tüm kişisel verilerin silinmesini de isteyebilirsiniz. Silinecek veriler, idari, yasal veya güvenlik amaçlarıyla tutmak zorunda olduğumuz verileri kapsamaz.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Verilerinizin gönderildiği yer</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Önerilen metin: </strong>Ziyaretçi yorumları otomatik istenmeyen yorum algılama hizmeti ile kontrol edilebilir.</p>\n<!-- /wp:paragraph -->\n','Gizlilik Politikası','','draft','closed','open','','gizlilik-ilkesi','','','2025-10-16 03:11:00','2025-10-16 00:11:00','',0,'http://www.onurbranda.com.tr/?page_id=3',0,'page','',0),(4,0,'2025-10-16 03:11:01','2025-10-16 00:11:01','<!-- wp:page-list /-->','Gezinme','','publish','closed','closed','','navigation','','','2025-10-16 03:11:01','2025-10-16 00:11:01','',0,'http://www.onurbranda.com.tr/2025/10/16/navigation/',0,'wp_navigation','',0),(6,1,'2025-10-16 03:13:13','2025-10-16 00:13:13','','mt-sample-background','','inherit','open','closed','','mt-sample-background','','','2025-10-16 03:13:13','2025-10-16 00:13:13','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/mt-sample-background-1.jpg',0,'attachment','image/jpeg',0),(7,1,'2025-10-16 03:50:49','2025-10-16 00:50:49','<div class=\"style-177 style-local-7-c1 position-relative\" data-colibri-id=\"7-c1\">\n<div id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c8\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\" data-colibri-id=\"7-c62\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\" data-colibri-id=\"7-c63\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\" data-colibri-id=\"7-c64\">\n<div class=\"h-heading__outer style-240 style-local-7-c64\">\n<h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\" data-colibri-id=\"7-c65\">\n<div class=\"\">\n\nHer türlü alan ve bahçelerinizde en iyi hizmet\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\" data-colibri-id=\"7-c9\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\" data-colibri-id=\"7-c10\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-303 style-local-7-c11 position-relative h-element\" data-colibri-id=\"7-c11\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-71 style-303-image style-local-7-c11-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\" data-colibri-id=\"7-c12\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-304 style-local-7-c13 position-relative h-element\" data-colibri-id=\"7-c13\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-135 style-304-image style-local-7-c13-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\" data-colibri-id=\"7-c14\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-231 style-local-7-c15 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\" data-normal=\"\" data-colibri-id=\"7-c16\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-305 style-local-7-c17 position-relative h-element\" data-colibri-id=\"7-c17\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-136 style-305-image style-local-7-c17-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c19 position-relative h-element\" data-colibri-id=\"7-c19\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\" data-colibri-id=\"7-c20\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-232 style-local-7-c21 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\" data-normal=\"\" data-colibri-id=\"7-c22\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-306 style-local-7-c23 position-relative h-element\" data-colibri-id=\"7-c23\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-137 style-306-image style-local-7-c23-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c25 position-relative h-element\" data-colibri-id=\"7-c25\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\" data-colibri-id=\"7-c26\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-233 style-local-7-c27 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\" data-normal=\"\" data-colibri-id=\"7-c28\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-307 style-local-7-c29 position-relative h-element\" data-colibri-id=\"7-c29\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-138 style-307-image style-local-7-c29-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c31 position-relative h-element\" data-colibri-id=\"7-c31\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\" data-colibri-id=\"7-c32\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-234 style-local-7-c33 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\" data-normal=\"\" data-colibri-id=\"7-c34\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-308 style-local-7-c35 position-relative h-element\" data-colibri-id=\"7-c35\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-139 style-308-image style-local-7-c35-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c37 position-relative h-element\" data-colibri-id=\"7-c37\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\" data-colibri-id=\"7-c38\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-235 style-local-7-c39 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\" data-normal=\"\" data-colibri-id=\"7-c40\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-309 style-local-7-c41 position-relative h-element\" data-colibri-id=\"7-c41\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-140 style-309-image style-local-7-c41-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c43 position-relative h-element\" data-colibri-id=\"7-c43\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\" data-colibri-id=\"7-c44\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-236 style-local-7-c45 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\" data-normal=\"\" data-colibri-id=\"7-c46\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-310 style-local-7-c47 position-relative h-element\" data-colibri-id=\"7-c47\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-141 style-310-image style-local-7-c47-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c49 position-relative h-element\" data-colibri-id=\"7-c49\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\" data-colibri-id=\"7-c50\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-237 style-local-7-c51 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\" data-normal=\"\" data-colibri-id=\"7-c52\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-311 style-local-7-c53 position-relative h-element\" data-colibri-id=\"7-c53\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-142 style-311-image style-local-7-c53-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c55 position-relative h-element\" data-colibri-id=\"7-c55\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\" data-colibri-id=\"7-c56\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-315 style-local-7-c57 position-relative h-element\" data-colibri-id=\"7-c57\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-166 style-315-image style-local-7-c57-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\" data-colibri-id=\"7-c58\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-316 style-local-7-c59 position-relative h-element\" data-colibri-id=\"7-c59\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-167 style-316-image style-local-7-c59-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\" data-colibri-id=\"7-c60\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-317 style-local-7-c61 position-relative h-element\" data-colibri-id=\"7-c61\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-168 style-317-image style-local-7-c61-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c66\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\" data-colibri-id=\"7-c76\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\" data-colibri-id=\"7-c77\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\" data-colibri-id=\"7-c78\">\n<div class=\"h-heading__outer style-272 style-local-7-c78\">\n<h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\" data-colibri-id=\"7-c79\">\n<div class=\"\">\n\nKaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\" data-colibri-id=\"7-c67\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\" data-colibri-id=\"7-c68\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c69 position-relative h-element\" data-colibri-id=\"7-c69\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-162 style-264-image style-local-7-c69-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\" data-colibri-id=\"7-c70\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c71 position-relative h-element\" data-colibri-id=\"7-c71\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-163 style-264-image style-local-7-c71-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\" data-colibri-id=\"7-c72\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c73 position-relative h-element\" data-colibri-id=\"7-c73\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-164 style-264-image style-local-7-c73-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\" data-colibri-id=\"7-c74\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c75 position-relative h-element\" data-colibri-id=\"7-c75\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-165 style-264-image style-local-7-c75-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c80\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\" data-colibri-id=\"7-c92\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\" data-colibri-id=\"7-c93\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\" data-colibri-id=\"7-c94\">\n<div class=\"h-heading__outer style-288 style-local-7-c94\">\n<h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\" data-colibri-id=\"7-c95\">\n<div class=\"\">\n\nYAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\" data-colibri-id=\"7-c81\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\" data-colibri-id=\"7-c82\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\" data-colibri-id=\"7-c83\">\n<div class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\" data-colibri-component=\"masonry\">[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c96\">\n<div class=\"background-wrapper\">\n<div class=\"background-layer background-layer-media-container-lg\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n<div class=\"background-layer background-layer-media-container-md\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n<div class=\"background-layer background-layer-media-container\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\" data-colibri-id=\"7-c97\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\" data-colibri-id=\"7-c98\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\" data-colibri-id=\"7-c99\">\n<div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\" data-colibri-id=\"7-c100\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-295 style-local-7-c101 position-relative h-element\" data-colibri-id=\"7-c101\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-5458 style-295-image style-local-7-c101-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\" data-colibri-id=\"7-c102\">\n<ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n 	<li class=\"list-item no-gutters\">\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div>\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">GSM: +90 (541) 118 95 07</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\"></div></li>\n 	<li class=\"list-item no-gutters\">\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">E-mail: info@onurbranda.com.tr</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\"></div></li>\n 	<li class=\"list-item no-gutters\">\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28\nBEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\"></div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','publish','closed','closed','','silverstorm','','','2025-11-27 03:45:07','2025-11-27 00:45:07','',0,'http://www.onurbranda.com.tr/silverstorm/',0,'page','',0),(409,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',7,'http://www.onurbranda.com.tr/?p=409',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (8,1,'2025-10-16 03:50:49','2025-10-16 00:50:49','','Blog','','publish','closed','closed','','blog','','','2025-10-16 03:50:49','2025-10-16 00:50:49','',0,'http://www.onurbranda.com.tr/blog/',0,'page','',0),(9,1,'2025-10-16 03:50:53','2025-10-16 00:50:53','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE&nbsp;ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-340-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/kategoriler/\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-340 style-local-9-h30 position-relative\" rel=\"nofollow\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','publish','closed','closed','','9','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_header&#038;p=9',0,'extb_post_header','',0),(253,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h8-outer\">\n                <div data-colibri-id=\"9-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h8 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h9 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h10\" data-target-id=\"offcanvas-wrapper-9-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h10-offscreen\">\n                          <div data-colibri-id=\"9-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h13\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h13 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h14-outer\">\n                                    <div data-colibri-id=\"9-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h14 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h15\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h15 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h15-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h12 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h16 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h17-outer\">\n                                    <div data-colibri-id=\"9-h17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h17 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h18\" class=\"style-16 style-local-9-h18 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h10-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h26 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h27-outer\">\n            <div data-colibri-id=\"9-h27\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h27 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h28\" class=\"h-global-transition-all h-heading style-27 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h28\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h29\" class=\"h-text h-text-component style-28 style-local-9-h29 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h30\" class=\"h-x-container style-29 style-local-9-h30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h30-group style-29-spacing style-local-9-h30-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h31-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h31\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h31 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h32 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',9,'http://www.onurbranda.com.tr/?p=253',0,'revision','',0),(10,1,'2025-10-16 03:50:53','2025-10-16 00:50:53','','eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2.jpg','','inherit','open','closed','','eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2-jpg','','','2025-10-16 03:50:53','2025-10-16 00:50:53','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/eyes-look-girl-hair-view-lashon-rise-1617966-pxhere-com-hero2.jpg',0,'attachment','image/jpeg',0),(11,1,'2025-10-16 03:50:54','2025-10-16 00:50:54','','man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero.jpg','','inherit','open','closed','','man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero-jpg','','','2025-10-16 03:50:54','2025-10-16 00:50:54','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/man-music-black-and-white-keyboard-technology-white-62572-pxhere-com-hero.jpg',0,'attachment','image/jpeg',0),(12,1,'2025-10-16 03:50:55','2025-10-16 00:50:55','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/kategoriler\\/\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":340,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','publish','closed','closed','','12','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&#038;p=12',0,'extb_post_json','',0),(252,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h14\",\"parentId\":\"9-h13\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h13\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h17\",\"index\":1,\"id\":\"9-h18\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h16\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h16\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h11\",\"parentId\":\"9-h10\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h8\",\"index\":1,\"id\":\"9-h9\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h20\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h23\",\"index\":0,\"id\":\"9-h24\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h23\",\"parentId\":\"9-h20\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h20\",\"parentId\":\"9-h19\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h28\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h29\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h31\",\"parentId\":\"9-h30\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h32\",\"parentId\":\"9-h30\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h30\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h27\",\"parentId\":\"9-h26\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h25\",\"id\":\"9-h26\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h25\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',12,'http://www.onurbranda.com.tr/?p=252',0,'revision','',0),(363,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',21,'http://www.onurbranda.com.tr/?p=363',0,'revision','',0),(356,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',21,'http://www.onurbranda.com.tr/?p=356',0,'revision','',0),(14,1,'2025-10-16 03:50:55','2025-10-16 00:50:55','<div data-colibri-id=\"14-h1\" class=\"page-header style-32 style-local-14-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-14-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"14-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-14-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"14-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-14-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-14-h4-outer\">\n                <div data-colibri-id=\"14-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-14-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-14-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"14-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-14-h6 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h7\" class=\"style-7 style-local-14-h7 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-14-h8-outer\">\n                <div data-colibri-id=\"14-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-14-h8 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-14-h9 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"14-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-14-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-14-h10\" data-target-id=\"offcanvas-wrapper-14-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-14-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-14-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-14-h10-offscreen\">\n                          <div data-colibri-id=\"14-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-14-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h13\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-14-h13 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-14-h14-outer\">\n                                    <div data-colibri-id=\"14-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-14-h14 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h15\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h15 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h15-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-14-h12 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-14-h16 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-14-h17-outer\">\n                                    <div data-colibri-id=\"14-h17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-14-h17 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h18\" class=\"style-16 style-local-14-h18 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-14-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-14-h10-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"14-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-55 style-local-14-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"14-h26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-323 style-local-14-h26 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-324-outer style-local-14-h27-outer\">\n            <div data-colibri-id=\"14-h27\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-324 style-local-14-h27 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"14-h28\" class=\"h-text h-text-component style-326 style-local-14-h28 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SİZ VARSANIZ BİZ VARIZ</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_post','','publish','closed','closed','','14','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_header&#038;p=14',0,'extb_post_header','',0);
INSERT INTO `wp9v_posts` VALUES (15,1,'2025-10-16 03:50:56','2025-10-16 00:50:56','','beach-landscape-sea-water-nature-sand-1061655-pxhere-com.jpg','','inherit','open','closed','','beach-landscape-sea-water-nature-sand-1061655-pxhere-com-jpg','','','2025-10-16 03:50:56','2025-10-16 00:50:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/beach-landscape-sea-water-nature-sand-1061655-pxhere-com.jpg',0,'attachment','image/jpeg',0),(16,1,'2025-10-16 03:50:56','2025-10-16 00:50:56','','landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com.jpg','','inherit','open','closed','','landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com-jpg','','','2025-10-16 03:50:56','2025-10-16 00:50:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/landscape-tree-water-nature-grass-outdoor-1327743-pxhere-com.jpg',0,'attachment','image/jpeg',0),(17,1,'2025-10-16 03:50:56','2025-10-16 00:50:56','','leaf-nature-water-green-freshness-dew-1440543-pxhere-com.jpg','','inherit','open','closed','','leaf-nature-water-green-freshness-dew-1440543-pxhere-com-jpg','','','2025-10-16 03:50:56','2025-10-16 00:50:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/leaf-nature-water-green-freshness-dew-1440543-pxhere-com.jpg',0,'attachment','image/jpeg',0),(18,1,'2025-10-16 03:50:57','2025-10-16 00:50:57','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h5\",\"parentId\":\"14-h4\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h4\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"14-h6\",\"index\":0,\"id\":\"14-h7\",\"partialId\":14,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"14-h6\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h15\",\"parentId\":\"14-h14\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h14\",\"parentId\":\"14-h13\",\"partialId\":14,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h13\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"14-h17\",\"index\":1,\"id\":\"14-h18\",\"partialId\":14,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"14-h17\",\"parentId\":\"14-h16\",\"partialId\":14,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h16\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"14-h12\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"14-h11\",\"parentId\":\"14-h10\",\"partialId\":14,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"14-h10\",\"parentId\":\"14-h9\",\"partialId\":14,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"14-h8\",\"index\":1,\"id\":\"14-h9\",\"partialId\":14,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"14-h8\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"14-h3\",\"parentId\":\"14-h2\",\"partialId\":14,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"id\":\"14-h2\",\"partialId\":14,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"14-h21\",\"index\":0,\"id\":\"14-h22\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h21\",\"parentId\":\"14-h20\",\"partialId\":14,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"14-h23\",\"index\":0,\"id\":\"14-h24\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h23\",\"parentId\":\"14-h20\",\"partialId\":14,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"14-h20\",\"parentId\":\"14-h19\",\"partialId\":14,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"14-h19\",\"parentId\":\"14-h2\",\"partialId\":14,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"14-h27\",\"index\":0,\"id\":\"14-h28\",\"partialId\":14,\"styleRef\":326,\"type\":\"header\",\"props\":{\"content\":\"<p>S\\u0130Z VARSANIZ B\\u0130Z VARIZ<\\/p>\"}}],\"id\":\"14-h27\",\"parentId\":\"14-h26\",\"partialId\":14,\"styleRef\":324,\"type\":\"header\"}],\"parentId\":\"14-h25\",\"index\":1,\"id\":\"14-h26\",\"partialId\":14,\"styleRef\":323,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"type\":\"header\",\"id\":\"14-h25\",\"partialId\":14,\"styleRef\":55}],\"id\":\"14-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":14,\"styleRef\":32}','','','publish','closed','closed','','18','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&#038;p=18',0,'extb_post_json','',0),(179,1,'2025-10-16 05:21:36','2025-10-16 02:21:36','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h79\",\"parentId\":\"14-h78\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h78\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"14-h80\",\"index\":0,\"id\":\"14-h81\",\"partialId\":14,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"14-h80\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h89\",\"parentId\":\"14-h88\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h88\",\"parentId\":\"14-h87\",\"partialId\":14,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h87\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"14-h91\",\"index\":1,\"id\":\"14-h92\",\"partialId\":14,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"14-h91\",\"parentId\":\"14-h90\",\"partialId\":14,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h90\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"14-h86\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"14-h85\",\"parentId\":\"14-h84\",\"partialId\":14,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"14-h84\",\"parentId\":\"14-h83\",\"partialId\":14,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"14-h82\",\"index\":1,\"id\":\"14-h83\",\"partialId\":14,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"14-h82\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"14-h77\",\"parentId\":\"14-h76\",\"partialId\":14,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"id\":\"14-h76\",\"partialId\":14,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"14-h95\",\"index\":0,\"id\":\"14-h96\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h95\",\"parentId\":\"14-h94\",\"partialId\":14,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"14-h97\",\"index\":0,\"id\":\"14-h98\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h97\",\"parentId\":\"14-h94\",\"partialId\":14,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"14-h94\",\"parentId\":\"14-h93\",\"partialId\":14,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"14-h93\",\"parentId\":\"14-h76\",\"partialId\":14,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"14-h100\",\"index\":0,\"id\":\"14-h103\",\"partialId\":14,\"styleRef\":326,\"type\":\"header\",\"props\":{\"content\":\"<p>S\\u0130Z VARSANIZ B\\u0130Z VARIZ<\\/p>\"}}],\"id\":\"14-h100\",\"parentId\":\"14-h99\",\"partialId\":14,\"styleRef\":324,\"type\":\"header\"}],\"parentId\":\"14-h25\",\"index\":1,\"id\":\"14-h99\",\"partialId\":14,\"styleRef\":323,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"type\":\"header\",\"id\":\"14-h25\",\"partialId\":14,\"styleRef\":55}],\"id\":\"14-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":14,\"styleRef\":32}','','','inherit','closed','closed','','18-revision-v1','','','2025-10-16 05:21:36','2025-10-16 02:21:36','',18,'http://www.onurbranda.com.tr/?p=179',0,'revision','',0),(180,1,'2025-10-16 05:21:36','2025-10-16 02:21:36','<div data-colibri-id=\"14-h1\" class=\"page-header style-32 style-local-14-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-14-h76-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"14-h76\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-14-h76\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"14-h77\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-14-h77 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-14-h78-outer\">\n                <div data-colibri-id=\"14-h78\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-14-h78 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h79\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h79 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h79-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-14-h80-outer h-hide-sm\">\n                <div data-colibri-id=\"14-h80\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-14-h80 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h81\" class=\"style-7 style-local-14-h81 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-14-h82-outer\">\n                <div data-colibri-id=\"14-h82\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-14-h82 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h83\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-14-h83 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"14-h84\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-14-h84 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-14-h84\" data-target-id=\"offcanvas-wrapper-14-h84\" data-offcanvas-overlay-id=\"offcanvas-overlay-14-h84\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-14-h84\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-14-h84-offscreen\">\n                          <div data-colibri-id=\"14-h85\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-14-h85 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h87\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-14-h87 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-14-h88-outer\">\n                                    <div data-colibri-id=\"14-h88\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-14-h88 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h89\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h89 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h89-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h86\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-14-h86 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h90\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-14-h90 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-14-h91-outer\">\n                                    <div data-colibri-id=\"14-h91\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-14-h91 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h92\" class=\"style-16 style-local-14-h92 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-14-h84\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-14-h84-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"14-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-55 style-local-14-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"14-h99\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-323 style-local-14-h99 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-324-outer style-local-14-h100-outer\">\n            <div data-colibri-id=\"14-h100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-324 style-local-14-h100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"14-h103\" class=\"h-text h-text-component style-326 style-local-14-h103 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SİZ VARSANIZ BİZ VARIZ</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_post','','inherit','closed','closed','','14-revision-v1','','','2025-10-16 05:21:36','2025-10-16 02:21:36','',14,'http://www.onurbranda.com.tr/?p=180',0,'revision','',0),(19,1,'2025-10-16 03:50:57','2025-10-16 00:50:57','<div data-colibri-id=\"14-h1\" class=\"page-header style-32 style-local-14-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-33-outer style-local-14-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"14-h2\" class=\"h-section h-navigation h-navigation d-flex style-33 style-local-14-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"14-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-34 style-local-14-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-35-outer style-local-14-h4-outer\">\n                <div data-colibri-id=\"14-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-35 style-local-14-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-36 style-local-14-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-36-text style-local-14-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-37-outer style-local-14-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"14-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-37 style-local-14-h6 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h7\" class=\"style-38 style-local-14-h7 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-39-outer style-local-14-h8-outer\">\n                <div data-colibri-id=\"14-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-39 style-local-14-h8 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-40 style-local-14-h9 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"14-h10\" class=\"h-mobile-menu h-global-transition-disable style-41 style-local-14-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-14-h10\" data-target-id=\"offcanvas-wrapper-14-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-14-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-14-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-41-offscreen style-local-14-h10-offscreen\">\n                          <div data-colibri-id=\"14-h11\" class=\"d-flex flex-column h-offscreen-panel style-42 style-local-14-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h13\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-43 style-local-14-h13 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-44-outer style-local-14-h14-outer\">\n                                    <div data-colibri-id=\"14-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-44 style-local-14-h14 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h15\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-36 style-local-14-h15 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-36-text style-local-14-h15-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-48 style-local-14-h12 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-45 style-local-14-h16 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-46-outer style-local-14-h17-outer\">\n                                    <div data-colibri-id=\"14-h17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-46 style-local-14-h17 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h18\" class=\"style-47 style-local-14-h18 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-14-h10\" class=\"offscreen-overlay style-41-offscreenOverlay style-local-14-h10-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"14-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-55 style-local-14-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"14-h26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-56 style-local-14-h26 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-57-outer style-local-14-h27-outer\">\n            <div data-colibri-id=\"14-h27\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-57 style-local-14-h27 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"14-h28\" class=\"page-title style-58 style-local-14-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-58-outer style-local-14-h28-outer\">\n                    <div class=\"h-global-transition-all\">[colibri_page_title tag=\"h1\"]</div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_post','','inherit','closed','closed','','14-revision-v1','','','2025-10-16 03:50:57','2025-10-16 00:50:57','',14,'http://www.onurbranda.com.tr/?p=19',0,'revision','',0),(20,1,'2025-10-16 03:50:57','2025-10-16 00:50:57','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','publish','closed','closed','','20','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_footer&#038;p=20',0,'extb_post_footer','',0),(21,1,'2025-10-16 03:50:57','2025-10-16 00:50:57','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','publish','closed','closed','','21','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&#038;p=21',0,'extb_post_json','',0),(23,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','<div data-colibri-id=\"23-m1\" class=\"style-65 style-local-23-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"23-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-66 style-local-23-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-fluid-container\">\n      <!---->\n      <div data-colibri-id=\"23-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-71 style-local-23-m3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-72-outer style-local-23-m4-outer\">\n            <div data-colibri-id=\"23-m4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-3 v-inner-lg-0 v-inner-md-0 v-inner-3 style-72 style-local-23-m4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"23-m5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-73 style-local-23-m5 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n                    <!---->\n                    <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-74-outer%20style-local-23-m6-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221843-m6%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-74%20style-local-23-m6%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m7%22%20class=%22h-blog-meta%20style-75%20style-local-23-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221843-m8%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-76%20style-local-23-m8%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-23-m8-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221843-m9%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-77%20style-local-23-m9%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-78-outer%20style-local-23-m10-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m10%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-78%20style-local-23-m10%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m11%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-23-m11%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-23-m12-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m12%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-23-m12%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m13%22%20class=%22h-blog-categories%20style-81%20style-local-23-m13%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%221843-m14%22%20class=%22style-82%20style-local-23-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-83%20style-local-23-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-84-outer%20style-local-23-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-84%20style-local-23-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m17%22%20class=%22h-blog-tags%20empty-preview%20style-85%20style-local-23-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22#%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m18%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-86%20style-local-23-m18%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-87-outer%20style-local-23-m19-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m19%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-23-m19%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m20%22%20class=%22post-nav-button%20hide-title%20style-88%20style-local-23-m20%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20Post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-89-outer%20style-local-23-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-89%20style-local-23-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m22%22%20class=%22post-nav-button%20hide-title%20style-88%20style-local-23-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20Post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"23-m27\" id=\"comments-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-90 style-local-23-m27 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"23-m28\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-1 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-95 style-local-23-m28 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-1 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-96-outer style-local-23-m29-outer\">\n            <div data-colibri-id=\"23-m29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-96 style-local-23-m29 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"23-m30\" class=\"style-97 style-local-23-m30 position-relative\">\n                  <!---->\n                  <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n                </div>\n                <div data-colibri-id=\"23-m31\" class=\"position-relative\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','main_post','','publish','closed','closed','','23','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_main&#038;p=23',0,'extb_post_main','',0);
INSERT INTO `wp9v_posts` VALUES (24,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"23-m25\",\"parentId\":\"23-m24\",\"partialId\":23,\"styleRef\":69,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"23-m26\",\"parentId\":\"23-m24\",\"partialId\":23,\"styleRef\":70,\"type\":\"main\"}],\"id\":\"23-m24\",\"parentId\":\"23-m23\",\"partialId\":23,\"styleRef\":68,\"type\":\"main\"}],\"id\":\"23-m23\",\"parentId\":\"23-m2\",\"partialId\":23,\"styleRef\":67,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"23-m4\",\"parentId\":\"23-m3\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"-\"},\"slot\":null,\"parentId\":\"23-m6\",\"index\":1,\"id\":\"23-m7\",\"partialId\":23,\"styleRef\":75,\"type\":\"main\"},{\"name\":\"hop-post-thumbnail\",\"id\":\"23-m8\",\"parentId\":\"23-m6\",\"partialId\":23,\"styleRef\":76,\"type\":\"main\",\"props\":{\"showPlaceholder\":true,\"addLink\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"23-m10\",\"parentId\":\"23-m9\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-categories-container\",\"slot\":null,\"parentId\":\"23-m10\",\"index\":0,\"id\":\"23-m11\",\"partialId\":23,\"styleRef\":79,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"23-m12\",\"parentId\":\"23-m11\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"23-m12\",\"index\":0,\"id\":\"23-m13\",\"partialId\":23,\"styleRef\":81,\"type\":\"main\"}],\"styleRef\":80,\"type\":\"main\"}]},{\"name\":\"hop-post-content\",\"id\":\"23-m14\",\"parentId\":\"23-m10\",\"partialId\":23,\"styleRef\":82,\"type\":\"main\"}],\"styleRef\":78,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"23-m6\",\"index\":1,\"id\":\"23-m9\",\"partialId\":23,\"styleRef\":77,\"type\":\"main\"},{\"name\":\"hop-post-tags-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"23-m16\",\"parentId\":\"23-m15\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"23-m16\",\"index\":1,\"id\":\"23-m17\",\"partialId\":23,\"styleRef\":85,\"type\":\"main\",\"props\":{\"prefix\":\"#\"}}],\"styleRef\":84,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"23-m6\",\"index\":2,\"id\":\"23-m15\",\"partialId\":23,\"styleRef\":83,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"23-m19\",\"parentId\":\"23-m18\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"23-m19\",\"index\":0,\"id\":\"23-m20\",\"partialId\":23,\"styleRef\":88,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous Post\",\"stateType\":\"\"}}],\"styleRef\":87,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"23-m21\",\"parentId\":\"23-m18\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"23-m21\",\"index\":0,\"id\":\"23-m22\",\"partialId\":23,\"styleRef\":88,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next Post\",\"showPostTitle\":false,\"stateType\":\"\"}}],\"styleRef\":89,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"23-m6\",\"index\":4,\"id\":\"23-m18\",\"partialId\":23,\"styleRef\":86,\"type\":\"main\"}],\"id\":\"23-m6\",\"parentId\":\"23-m5\",\"partialId\":23,\"styleRef\":74,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"23-m4\",\"index\":0,\"id\":\"23-m5\",\"partialId\":23,\"styleRef\":73,\"type\":\"main\"}],\"styleRef\":72,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}],\"id\":\"23-m3\",\"parentId\":\"23-m2\",\"partialId\":23,\"styleRef\":71,\"type\":\"main\"}],\"parentId\":\"23-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"23-m2\",\"partialId\":23,\"styleRef\":66},{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"23-m34\",\"parentId\":\"23-m33\",\"partialId\":23,\"styleRef\":93,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"23-m35\",\"parentId\":\"23-m33\",\"partialId\":23,\"styleRef\":94,\"type\":\"main\"}],\"id\":\"23-m33\",\"parentId\":\"23-m32\",\"partialId\":23,\"styleRef\":92,\"type\":\"main\"}],\"id\":\"23-m32\",\"parentId\":\"23-m27\",\"partialId\":23,\"styleRef\":91,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"23-m29\",\"parentId\":\"23-m28\",\"partialId\":23,\"children\":[{\"name\":\"hop-post-comments\",\"id\":\"23-m30\",\"parentId\":\"23-m29\",\"partialId\":23,\"styleRef\":97,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":\"30\"},\"slot\":null,\"index\":0},{\"name\":\"hop-post-comment-form\",\"parentId\":\"23-m29\",\"id\":\"23-m31\",\"partialId\":23,\"styleRef\":98,\"type\":\"main\"}],\"styleRef\":96,\"type\":\"main\"}],\"id\":\"23-m28\",\"parentId\":\"23-m27\",\"partialId\":23,\"styleRef\":95,\"type\":\"main\"}],\"parentId\":\"23-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments-2\"}},\"id\":\"23-m27\",\"partialId\":23,\"styleRef\":90}],\"id\":\"23-m1\",\"partialId\":23,\"styleRef\":65,\"type\":\"main\"}','','','publish','closed','closed','','24','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=24',0,'extb_post_json','',0),(25,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','<div data-colibri-id=\"23-m1\" class=\"style-65 style-local-23-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"23-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-66 style-local-23-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-fluid-container\">\n      <!---->\n      <div data-colibri-id=\"23-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-71 style-local-23-m3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-72-outer style-local-23-m4-outer\">\n            <div data-colibri-id=\"23-m4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-3 v-inner-lg-0 v-inner-md-0 v-inner-3 style-72 style-local-23-m4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"23-m5\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-73 style-local-23-m5 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n                    <!---->\n                    <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-74-outer%20style-local-23-m6-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221843-m6%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-74%20style-local-23-m6%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m7%22%20class=%22h-blog-meta%20style-75%20style-local-23-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221843-m8%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-76%20style-local-23-m8%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-23-m8-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221843-m9%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-77%20style-local-23-m9%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-78-outer%20style-local-23-m10-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m10%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-78%20style-local-23-m10%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m11%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-23-m11%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-23-m12-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m12%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-23-m12%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m13%22%20class=%22h-blog-categories%20style-81%20style-local-23-m13%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%221843-m14%22%20class=%22style-82%20style-local-23-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-83%20style-local-23-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-84-outer%20style-local-23-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-84%20style-local-23-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m17%22%20class=%22h-blog-tags%20empty-preview%20style-85%20style-local-23-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22#%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221843-m18%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-86%20style-local-23-m18%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-87-outer%20style-local-23-m19-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m19%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-23-m19%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m20%22%20class=%22post-nav-button%20hide-title%20style-88%20style-local-23-m20%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20Post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-89-outer%20style-local-23-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221843-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-89%20style-local-23-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221843-m22%22%20class=%22post-nav-button%20hide-title%20style-88%20style-local-23-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20Post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"23-m27\" id=\"comments-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-90 style-local-23-m27 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"23-m28\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-1 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-95 style-local-23-m28 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-1 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-96-outer style-local-23-m29-outer\">\n            <div data-colibri-id=\"23-m29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-96 style-local-23-m29 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"23-m30\" class=\"style-97 style-local-23-m30 position-relative\">\n                  <!---->\n                  <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n                </div>\n                <div data-colibri-id=\"23-m31\" class=\"position-relative\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','main_post','','inherit','closed','closed','','23-revision-v1','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',23,'http://www.onurbranda.com.tr/?p=25',0,'revision','',0),(26,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','<div data-colibri-id=\"26-m1\" class=\"style-99 style-local-26-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"26-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-100 style-local-26-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"26-m3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-105 style-local-26-m3 position-relative\">\n        <!---->\n        <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-105-row style-local-26-m3-row\">\n          <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-106-outer%20style-local-26-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221846-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-106%20style-local-26-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%221846-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-107%20style-local-26-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-26-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-108%20style-local-26-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-109-outer%20style-local-26-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-109%20style-local-26-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m8%22%20class=%22h-blog-title%20style-110%20style-local-26-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m9%22%20class=%22h-blog-meta%20style-111%20style-local-26-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m10%22%20class=%22style-112%20style-local-26-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2214%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221846-m11%22%20class=%22h-x-container%20style-113%20style-local-26-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-26-m11-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-114-outer%20style-local-26-m12-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221846-m12%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-114%20style-local-26-m12%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n          </div>\n      </div>[colibri_layout_wrapper name=\"navigation_container\"]\n      <div data-colibri-id=\"26-m13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-115 style-local-26-m13 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-116-outer style-local-26-m14-outer\">\n            <div data-colibri-id=\"26-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-116 style-local-26-m14 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m15\" class=\"style-117 style-local-26-m15 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-118-outer style-local-26-m16-outer\">\n            <div data-colibri-id=\"26-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-118 style-local-26-m16 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m17\" class=\"style-119 style-local-26-m17 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-120-outer style-local-26-m18-outer\">\n            <div data-colibri-id=\"26-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-120 style-local-26-m18 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m19\" class=\"style-121 style-local-26-m19 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>[/colibri_layout_wrapper]</div>\n  </div>\n</div>','main_archive','','publish','closed','closed','','26','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_main&#038;p=26',0,'extb_post_main','',0),(27,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"26-m22\",\"parentId\":\"26-m21\",\"partialId\":26,\"styleRef\":103,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"26-m23\",\"parentId\":\"26-m21\",\"partialId\":26,\"styleRef\":104,\"type\":\"main\"}],\"id\":\"26-m21\",\"parentId\":\"26-m20\",\"partialId\":26,\"styleRef\":102,\"type\":\"main\"}],\"id\":\"26-m20\",\"parentId\":\"26-m2\",\"partialId\":26,\"styleRef\":101,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"26-m4\",\"index\":0,\"id\":\"26-m5\",\"partialId\":26,\"styleRef\":107,\"type\":\"main\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"26-m7\",\"parentId\":\"26-m6\",\"partialId\":26,\"children\":[{\"name\":\"hop-post-title\",\"id\":\"26-m8\",\"parentId\":\"26-m7\",\"partialId\":26,\"styleRef\":110,\"type\":\"main\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"-\",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"26-m7\",\"index\":1,\"id\":\"26-m9\",\"partialId\":26,\"styleRef\":111,\"type\":\"main\"},{\"name\":\"hop-post-excerpt\",\"id\":\"26-m10\",\"parentId\":\"26-m7\",\"partialId\":26,\"styleRef\":112,\"type\":\"main\",\"props\":{\"maxLength\":\"14\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"26-m12\",\"parentId\":\"26-m11\",\"partialId\":26,\"styleRef\":114,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"26-m7\",\"index\":4,\"id\":\"26-m11\",\"partialId\":26,\"styleRef\":113,\"type\":\"main\"}],\"styleRef\":109,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"26-m4\",\"index\":1,\"id\":\"26-m6\",\"partialId\":26,\"styleRef\":108,\"type\":\"main\"}],\"id\":\"26-m4\",\"parentId\":\"26-m3\",\"partialId\":26,\"styleRef\":106,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"26-m2\",\"index\":0,\"id\":\"26-m3\",\"partialId\":26,\"styleRef\":105,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"26-m14\",\"parentId\":\"26-m13\",\"partialId\":26,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"26-m14\",\"index\":0,\"id\":\"26-m15\",\"partialId\":26,\"styleRef\":117,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"\"}}],\"styleRef\":116,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"26-m16\",\"parentId\":\"26-m13\",\"partialId\":26,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"26-m16\",\"index\":0,\"id\":\"26-m17\",\"partialId\":26,\"styleRef\":119,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":118,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"26-m18\",\"parentId\":\"26-m13\",\"partialId\":26,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"26-m18\",\"index\":0,\"id\":\"26-m19\",\"partialId\":26,\"styleRef\":121,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":120,\"type\":\"main\"}],\"parentId\":\"26-m2\",\"index\":1,\"id\":\"26-m13\",\"partialId\":26,\"styleRef\":115,\"type\":\"main\"}],\"parentId\":\"26-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"26-m2\",\"partialId\":26,\"styleRef\":100}],\"id\":\"26-m1\",\"partialId\":26,\"styleRef\":99,\"type\":\"main\"}','','','publish','closed','closed','','27','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=27',0,'extb_post_json','',0),(28,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','<div data-colibri-id=\"26-m1\" class=\"style-99 style-local-26-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"26-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-100 style-local-26-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"26-m3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 colibri-dynamic-list style-105 style-local-26-m3 position-relative\">\n        <!---->\n        <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2 style-105-row style-local-26-m3-row\">\n          <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-106-outer%20style-local-26-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221846-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-106%20style-local-26-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%221846-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-107%20style-local-26-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-26-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-108%20style-local-26-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-109-outer%20style-local-26-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221846-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-109%20style-local-26-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221846-m8%22%20class=%22h-blog-title%20style-110%20style-local-26-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m9%22%20class=%22h-blog-meta%20style-111%20style-local-26-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221846-m10%22%20class=%22style-112%20style-local-26-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2214%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221846-m11%22%20class=%22h-x-container%20style-113%20style-local-26-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-26-m11-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-114-outer%20style-local-26-m12-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221846-m12%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-114%20style-local-26-m12%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n          </div>\n      </div>[colibri_layout_wrapper name=\"navigation_container\"]\n      <div data-colibri-id=\"26-m13\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-115 style-local-26-m13 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-116-outer style-local-26-m14-outer\">\n            <div data-colibri-id=\"26-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-116 style-local-26-m14 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m15\" class=\"style-117 style-local-26-m15 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-118-outer style-local-26-m16-outer\">\n            <div data-colibri-id=\"26-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-118 style-local-26-m16 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m17\" class=\"style-119 style-local-26-m17 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-120-outer style-local-26-m18-outer\">\n            <div data-colibri-id=\"26-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-120 style-local-26-m18 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"26-m19\" class=\"style-121 style-local-26-m19 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>[/colibri_layout_wrapper]</div>\n  </div>\n</div>','main_archive','','inherit','closed','closed','','26-revision-v1','','','2025-10-16 03:50:58','2025-10-16 00:50:58','',26,'http://www.onurbranda.com.tr/?p=28',0,'revision','',0),(29,1,'2025-10-16 03:50:58','2025-10-16 00:50:58','<div data-colibri-id=\"29-m1\" class=\"style-122 style-local-29-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"29-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-123 style-local-29-m2 position-relative\">\n    <!---->\n    <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n      <!---->\n      <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-124-outer style-local-29-m3-outer\">\n        <div data-colibri-id=\"29-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-124 style-local-29-m3 position-relative\">\n          <!---->\n          <!---->\n          <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"29-m4\" class=\"h-global-transition-all h-heading style-125 style-local-29-m4 position-relative h-element\">\n              <!---->\n              <div class=\"h-heading__outer style-125 style-local-29-m4\">\n                <!---->\n                <!---->\n                <h2 class=\"\">404</h2>\n              </div>\n            </div>\n            <div data-colibri-id=\"29-m5\" class=\"h-text h-text-component style-126 style-local-29-m5 position-relative h-element\">\n              <!---->\n              <!---->\n              <div class=\"\">\n                <p>Sorry, page not found!</p>\n              </div>\n            </div>\n            <div data-colibri-id=\"29-m6\" class=\"h-x-container style-127 style-local-29-m6 position-relative h-element\">\n              <!---->\n              <div class=\"h-x-container-inner style-dynamic-29-m6-group\">\n                <!----><span class=\"h-button__outer style-128-outer style-local-29-m7-outer d-inline-flex h-element\"><a  h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\"  data-colibri-id=\"29-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-128 style-local-29-m7 position-relative\"><!----><span  class=\"h-svg-icon h-button__icon style-128-icon style-local-29-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"home\" viewBox=\"0 0 512 545.5\"><path d=\"M256 73.5l11.5 11 208 208-23 23L432 295v185H288V320h-64v160H80V295l-20.5 20.5-23-23 208-208zm0 45.5L112 263v185h80V288h128v160h80V263z\"></path></svg></span>                <span>Go to Homepage!</span></a>\n                </span>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','main_404','','publish','closed','closed','','29','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_main&#038;p=29',0,'extb_post_main','',0),(30,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"29-m3\",\"index\":0,\"id\":\"29-m4\",\"partialId\":29,\"styleRef\":125,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"29-m3\",\"index\":1,\"id\":\"29-m5\",\"partialId\":29,\"styleRef\":126,\"type\":\"main\",\"props\":{\"content\":\"<p>Sorry, page not found!<\\/p>\"}},{\"name\":\"hop-home-button-group\",\"children\":[{\"name\":\"hop-home-button\",\"props\":{\"text\":\"Go to Homepage!\",\"iconName\":\"icons8-line-awesome\\/home\"},\"id\":\"29-m7\",\"parentId\":\"29-m6\",\"partialId\":29,\"styleRef\":128,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"29-m3\",\"index\":2,\"id\":\"29-m6\",\"partialId\":29,\"styleRef\":127,\"type\":\"main\"}],\"id\":\"29-m3\",\"parentId\":\"29-m2\",\"partialId\":29,\"styleRef\":124,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"29-m2\",\"parentId\":\"29-m1\",\"partialId\":29,\"styleRef\":123,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"29-m1\",\"partialId\":29,\"styleRef\":122,\"type\":\"main\"}','','','publish','closed','closed','','30','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=30',0,'extb_post_json','',0),(31,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','<div data-colibri-id=\"29-m1\" class=\"style-122 style-local-29-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"29-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-123 style-local-29-m2 position-relative\">\n    <!---->\n    <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n      <!---->\n      <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-124-outer style-local-29-m3-outer\">\n        <div data-colibri-id=\"29-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-124 style-local-29-m3 position-relative\">\n          <!---->\n          <!---->\n          <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"29-m4\" class=\"h-global-transition-all h-heading style-125 style-local-29-m4 position-relative h-element\">\n              <!---->\n              <div class=\"h-heading__outer style-125 style-local-29-m4\">\n                <!---->\n                <!---->\n                <h2 class=\"\">404</h2>\n              </div>\n            </div>\n            <div data-colibri-id=\"29-m5\" class=\"h-text h-text-component style-126 style-local-29-m5 position-relative h-element\">\n              <!---->\n              <!---->\n              <div class=\"\">\n                <p>Sorry, page not found!</p>\n              </div>\n            </div>\n            <div data-colibri-id=\"29-m6\" class=\"h-x-container style-127 style-local-29-m6 position-relative h-element\">\n              <!---->\n              <div class=\"h-x-container-inner style-dynamic-29-m6-group\">\n                <!----><span class=\"h-button__outer style-128-outer style-local-29-m7-outer d-inline-flex h-element\"><a  h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\"  data-colibri-id=\"29-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-128 style-local-29-m7 position-relative\"><!----><span  class=\"h-svg-icon h-button__icon style-128-icon style-local-29-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"home\" viewBox=\"0 0 512 545.5\"><path d=\"M256 73.5l11.5 11 208 208-23 23L432 295v185H288V320h-64v160H80V295l-20.5 20.5-23-23 208-208zm0 45.5L112 263v185h80V288h128v160h80V263z\"></path></svg></span>                <span>Go to Homepage!</span></a>\n                </span>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','main_404','','inherit','closed','closed','','29-revision-v1','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',29,'http://www.onurbranda.com.tr/?p=31',0,'revision','',0),(32,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','<div data-colibri-id=\"32-m1\" class=\"style-129 style-local-32-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"32-m2\" id=\"search-results\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-130 style-local-32-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"32-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-3 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-3 colibri-dynamic-list style-135 style-local-32-m3 position-relative\">\n        <!---->\n        <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-3 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-3 style-135-row style-local-32-m3-row\">\n          <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-136-outer%20style-local-32-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221852-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-3%20style-136%20style-local-32-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m5%22%20class=%22h-blog-title%20style-137%20style-local-32-m5%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m6%22%20class=%22h-blog-meta%20style-138%20style-local-32-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m7%22%20class=%22style-139%20style-local-32-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221852-m8%22%20class=%22h-x-container%20style-140%20style-local-32-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-32-m8-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-141-outer%20style-local-32-m9-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221852-m9%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-141%20style-local-32-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n          </div>\n      </div>[colibri_layout_wrapper name=\"navigation_container\"]\n      <div data-colibri-id=\"32-m10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-142 style-local-32-m10 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-143-outer style-local-32-m11-outer\">\n            <div data-colibri-id=\"32-m11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-143 style-local-32-m11 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m12\" class=\"style-144 style-local-32-m12 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-145-outer style-local-32-m13-outer\">\n            <div data-colibri-id=\"32-m13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-145 style-local-32-m13 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m14\" class=\"style-146 style-local-32-m14 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-147-outer style-local-32-m15-outer\">\n            <div data-colibri-id=\"32-m15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-147 style-local-32-m15 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m16\" class=\"style-148 style-local-32-m16 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>[/colibri_layout_wrapper]</div>\n  </div>\n</div>','main_search','','publish','closed','closed','','32','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_main&#038;p=32',0,'extb_post_main','',0),(33,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"32-m19\",\"parentId\":\"32-m18\",\"partialId\":32,\"styleRef\":133,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"32-m20\",\"parentId\":\"32-m18\",\"partialId\":32,\"styleRef\":134,\"type\":\"main\"}],\"id\":\"32-m18\",\"parentId\":\"32-m17\",\"partialId\":32,\"styleRef\":132,\"type\":\"main\"}],\"id\":\"32-m17\",\"parentId\":\"32-m2\",\"partialId\":32,\"styleRef\":131,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-title\",\"parentId\":\"32-m4\",\"id\":\"32-m5\",\"partialId\":32,\"styleRef\":137,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"parentId\":\"32-m4\",\"id\":\"32-m6\",\"partialId\":32,\"styleRef\":138,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"separator\":\"-\",\"showIcons\":false},\"slot\":null,\"index\":3},{\"name\":\"hop-post-excerpt\",\"id\":\"32-m7\",\"parentId\":\"32-m4\",\"partialId\":32,\"styleRef\":139,\"type\":\"main\"},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"32-m9\",\"parentId\":\"32-m8\",\"partialId\":32,\"styleRef\":141,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"32-m4\",\"index\":4,\"id\":\"32-m8\",\"partialId\":32,\"styleRef\":140,\"type\":\"main\"}],\"id\":\"32-m4\",\"parentId\":\"32-m3\",\"partialId\":32,\"styleRef\":136,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"32-m2\",\"index\":0,\"id\":\"32-m3\",\"partialId\":32,\"styleRef\":135,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"32-m11\",\"parentId\":\"32-m10\",\"partialId\":32,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"32-m11\",\"index\":0,\"id\":\"32-m12\",\"partialId\":32,\"styleRef\":144,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"\"}}],\"styleRef\":143,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"32-m13\",\"parentId\":\"32-m10\",\"partialId\":32,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"32-m13\",\"index\":0,\"id\":\"32-m14\",\"partialId\":32,\"styleRef\":146,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":145,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"32-m15\",\"parentId\":\"32-m10\",\"partialId\":32,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"32-m15\",\"index\":0,\"id\":\"32-m16\",\"partialId\":32,\"styleRef\":148,\"type\":\"main\",\"props\":{\"stateType\":\"\",\"nextLabel\":\"Next\"}}],\"styleRef\":147,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"32-m2\",\"index\":4,\"id\":\"32-m10\",\"partialId\":32,\"styleRef\":142,\"type\":\"main\"}],\"parentId\":\"32-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}},\"id\":\"32-m2\",\"partialId\":32,\"styleRef\":130}],\"id\":\"32-m1\",\"partialId\":32,\"styleRef\":129,\"type\":\"main\"}','','','publish','closed','closed','','33','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=33',0,'extb_post_json','',0);
INSERT INTO `wp9v_posts` VALUES (34,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','<div data-colibri-id=\"32-m1\" class=\"style-129 style-local-32-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"32-m2\" id=\"search-results\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-130 style-local-32-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"32-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-3 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-3 colibri-dynamic-list style-135 style-local-32-m3 position-relative\">\n        <!---->\n        <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-3 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-3 style-135-row style-local-32-m3-row\">\n          <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-136-outer%20style-local-32-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221852-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-3%20style-136%20style-local-32-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221852-m5%22%20class=%22h-blog-title%20style-137%20style-local-32-m5%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m6%22%20class=%22h-blog-meta%20style-138%20style-local-32-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E-%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221852-m7%22%20class=%22style-139%20style-local-32-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221852-m8%22%20class=%22h-x-container%20style-140%20style-local-32-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-32-m8-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-141-outer%20style-local-32-m9-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%221852-m9%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-141%20style-local-32-m9%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n          </div>\n      </div>[colibri_layout_wrapper name=\"navigation_container\"]\n      <div data-colibri-id=\"32-m10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-142 style-local-32-m10 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-143-outer style-local-32-m11-outer\">\n            <div data-colibri-id=\"32-m11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-143 style-local-32-m11 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m12\" class=\"style-144 style-local-32-m12 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-145-outer style-local-32-m13-outer\">\n            <div data-colibri-id=\"32-m13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-3 v-inner-2 style-145 style-local-32-m13 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m14\" class=\"style-146 style-local-32-m14 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-147-outer style-local-32-m15-outer\">\n            <div data-colibri-id=\"32-m15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-3 v-inner-2 style-147 style-local-32-m15 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"32-m16\" class=\"style-148 style-local-32-m16 position-relative h-element\">\n                  <!---->\n                  <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>[/colibri_layout_wrapper]</div>\n  </div>\n</div>','main_search','','inherit','closed','closed','','32-revision-v1','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',32,'http://www.onurbranda.com.tr/?p=34',0,'revision','',0),(35,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','<div disabled-ui=\"true\" data-colibri-id=\"35-s1\" class=\"style-149 style-local-35-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"35-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-150 style-local-35-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"35-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-155 style-local-35-s3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-156-outer style-local-35-s4-outer\">\n            <div data-colibri-id=\"35-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-156 style-local-35-s4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"widget-area\" data-colibri-id=\"35-s5\" id=\"widget-area\" class=\"h-widget-area style-157 style-local-35-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','sidebar_post','','publish','closed','closed','','35','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_sidebar&#038;p=35',0,'extb_post_sidebar','',0),(36,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','{\"name\":\"hop-sidebar\",\"id\":\"35-s1\",\"partialId\":35,\"styleRef\":149,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"35-s11\",\"parentId\":\"35-s10\",\"partialId\":35,\"styleRef\":153,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"35-s12\",\"parentId\":\"35-s10\",\"partialId\":35,\"styleRef\":154,\"type\":\"sidebar\"}],\"id\":\"35-s10\",\"parentId\":\"35-s9\",\"partialId\":35,\"styleRef\":152,\"type\":\"sidebar\"}],\"id\":\"35-s9\",\"parentId\":\"35-s2\",\"partialId\":35,\"styleRef\":151,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"35-s4\",\"parentId\":\"35-s3\",\"partialId\":35,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\",\"name\":\" Widget Area\",\"attrs\":{\"id\":\"widget-area\"}},\"parentId\":\"35-s4\",\"id\":\"35-s5\",\"partialId\":35,\"styleRef\":157,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"35-s6\",\"parentId\":\"35-s5\",\"partialId\":35,\"styleRef\":158,\"type\":\"sidebar\",\"props\":{\"showPlaceholder\":true,\"stateInput\":\"focus\"}},{\"name\":\"hop-recent-post-widget\",\"id\":\"35-s7\",\"parentId\":\"35-s5\",\"partialId\":35,\"styleRef\":159,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"35-s8\",\"parentId\":\"35-s5\",\"partialId\":35,\"styleRef\":160,\"type\":\"sidebar\"}]}],\"styleRef\":156,\"type\":\"sidebar\"}],\"id\":\"35-s3\",\"parentId\":\"35-s2\",\"partialId\":35,\"styleRef\":155,\"type\":\"sidebar\"}],\"parentId\":\"35-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"35-s2\",\"partialId\":35,\"styleRef\":150}],\"props\":{\"showSidebar\":true}}','','','publish','closed','closed','','36','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=36',0,'extb_post_json','',0),(37,1,'2025-10-16 03:50:59','2025-10-16 00:50:59','<div disabled-ui=\"true\" data-colibri-id=\"35-s1\" class=\"style-149 style-local-35-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"35-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-150 style-local-35-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"35-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-155 style-local-35-s3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-156-outer style-local-35-s4-outer\">\n            <div data-colibri-id=\"35-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-156 style-local-35-s4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"widget-area\" data-colibri-id=\"35-s5\" id=\"widget-area\" class=\"h-widget-area style-157 style-local-35-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"35-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','sidebar_post','','inherit','closed','closed','','35-revision-v1','','','2025-10-16 03:50:59','2025-10-16 00:50:59','',35,'http://www.onurbranda.com.tr/?p=37',0,'revision','',0),(38,1,'2025-10-16 03:51:00','2025-10-16 00:51:00','<div data-colibri-id=\"38-s1\" class=\"style-161 style-local-38-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"38-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-162 style-local-38-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"38-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-167 style-local-38-s3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-168-outer style-local-38-s4-outer\">\n            <div data-colibri-id=\"38-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-168 style-local-38-s4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"38-s5\" class=\"h-widget-area style-169 style-local-38-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>','sidebar_product','','publish','closed','closed','','38','','','2025-10-16 03:51:00','2025-10-16 00:51:00','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_sidebar&#038;p=38',0,'extb_post_sidebar','',0),(39,1,'2025-10-16 03:51:00','2025-10-16 00:51:00','{\"name\":\"hop-sidebar\",\"id\":\"38-s1\",\"partialId\":38,\"styleRef\":161,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"38-s15\",\"parentId\":\"38-s14\",\"partialId\":38,\"styleRef\":165,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"38-s16\",\"parentId\":\"38-s14\",\"partialId\":38,\"styleRef\":166,\"type\":\"sidebar\"}],\"id\":\"38-s14\",\"parentId\":\"38-s13\",\"partialId\":38,\"styleRef\":164,\"type\":\"sidebar\"}],\"id\":\"38-s13\",\"parentId\":\"38-s2\",\"partialId\":38,\"styleRef\":163,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"38-s4\",\"parentId\":\"38-s3\",\"partialId\":38,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"ecommerce-left\"},\"id\":\"38-s5\",\"parentId\":\"38-s4\",\"partialId\":38,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"38-s6\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":170,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"38-s7\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":171,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"38-s8\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":172,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"38-s9\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":173,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"38-s10\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":174,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"38-s11\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":175,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"38-s12\",\"parentId\":\"38-s5\",\"partialId\":38,\"styleRef\":176,\"type\":\"sidebar\"}],\"styleRef\":169,\"type\":\"sidebar\"}],\"styleRef\":168,\"type\":\"sidebar\"}],\"id\":\"38-s3\",\"parentId\":\"38-s2\",\"partialId\":38,\"styleRef\":167,\"type\":\"sidebar\"}],\"parentId\":\"38-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\" Woo Sidebar\",\"attrs\":{\"id\":\"product-sidebar\"}},\"id\":\"38-s2\",\"partialId\":38,\"styleRef\":162}]}','','','publish','closed','closed','','39','','','2025-10-16 03:51:00','2025-10-16 00:51:00','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=39',0,'extb_post_json','',0),(40,1,'2025-10-16 03:51:00','2025-10-16 00:51:00','<div data-colibri-id=\"38-s1\" class=\"style-161 style-local-38-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"38-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-162 style-local-38-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"38-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-167 style-local-38-s3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-168-outer style-local-38-s4-outer\">\n            <div data-colibri-id=\"38-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-168 style-local-38-s4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"38-s5\" class=\"h-widget-area style-169 style-local-38-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>','sidebar_product','','inherit','closed','closed','','38-revision-v1','','','2025-10-16 03:51:00','2025-10-16 00:51:00','',38,'http://www.onurbranda.com.tr/?p=40',0,'revision','',0),(41,1,'2025-10-16 03:51:02','2025-10-16 00:51:02','','team4.jpg','','inherit','open','closed','','team4-jpg','','','2025-10-16 03:51:02','2025-10-16 00:51:02','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/team4.jpg',0,'attachment','image/jpeg',0),(42,1,'2025-10-16 03:51:02','2025-10-16 00:51:02','','team3.jpg','','inherit','open','closed','','team3-jpg','','','2025-10-16 03:51:02','2025-10-16 00:51:02','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/team3.jpg',0,'attachment','image/jpeg',0),(43,1,'2025-10-16 03:51:02','2025-10-16 00:51:02','','team2.jpg','','inherit','open','closed','','team2-jpg','','','2025-10-16 03:51:02','2025-10-16 00:51:02','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/team2.jpg',0,'attachment','image/jpeg',0),(44,1,'2025-10-16 03:51:03','2025-10-16 00:51:03','','team1.jpg','','inherit','open','closed','','team1-jpg','','','2025-10-16 03:51:03','2025-10-16 00:51:03','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/team1.jpg',0,'attachment','image/jpeg',0),(45,1,'2025-10-16 03:51:03','2025-10-16 00:51:03','','writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg','','inherit','open','closed','','writing-hand-glass-adventure-travel-spring-931328-pxhere-com-jpg','','','2025-10-16 03:51:03','2025-10-16 00:51:03','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg',0,'attachment','image/jpeg',0),(46,1,'2025-10-16 03:51:03','2025-10-16 00:51:03','','man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg','','inherit','open','closed','','man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small-jpg','','','2025-10-16 03:51:03','2025-10-16 00:51:03','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/man-person-people-crowd-shadow-winter-sport-46458-pxhere-com-small.jpg',0,'attachment','image/jpeg',0),(47,1,'2025-10-16 03:51:04','2025-10-16 00:51:04','','desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg','','inherit','open','closed','','desk-notebook-writing-work-hand-working-712313-pxhere-com-small-jpg','','','2025-10-16 03:51:04','2025-10-16 00:51:04','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/desk-notebook-writing-work-hand-working-712313-pxhere-com-small.jpg',0,'attachment','image/jpeg',0),(48,1,'2025-10-16 03:51:04','2025-10-16 00:51:04','','man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg','','inherit','open','closed','','man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small-jpg','','','2025-10-16 03:51:04','2025-10-16 00:51:04','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/man-pedestrian-road-street-skateboard-jump-33865-pxhere-com-small.jpg',0,'attachment','image/jpeg',0),(49,1,'2025-10-16 03:51:04','2025-10-16 00:51:04','','tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg','','inherit','open','closed','','tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com-jpg','','','2025-10-16 03:51:04','2025-10-16 00:51:04','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/tram-prague-night-at-night-czech-republic-city-1444461-pxhere-com.jpg',0,'attachment','image/jpeg',0),(50,1,'2025-10-16 03:51:05','2025-10-16 00:51:05','','window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg','','inherit','open','closed','','window-blonde-watching-cute-beautiful-model-1424941-pxhere-com-jpg','','','2025-10-16 03:51:05','2025-10-16 00:51:05','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/window-blonde-watching-cute-beautiful-model-1424941-pxhere-com.jpg',0,'attachment','image/jpeg',0),(51,1,'2025-10-16 03:51:05','2025-10-16 00:51:05','','light-night-window-glass-evening-reflection-506155-pxhere-com.jpg','','inherit','open','closed','','light-night-window-glass-evening-reflection-506155-pxhere-com-jpg','','','2025-10-16 03:51:05','2025-10-16 00:51:05','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-night-window-glass-evening-reflection-506155-pxhere-com.jpg',0,'attachment','image/jpeg',0),(52,1,'2025-10-16 03:51:06','2025-10-16 00:51:06','','plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg','','inherit','open','closed','','plant-home-workspace-office-office-space-interior-design-46936-pxhere-com-jpg','','','2025-10-16 03:51:06','2025-10-16 00:51:06','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/plant-home-workspace-office-office-space-interior-design-46936-pxhere-com.jpg',0,'attachment','image/jpeg',0),(53,1,'2025-10-16 03:51:06','2025-10-16 00:51:06','','cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg','','inherit','open','closed','','cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com-jpg','','','2025-10-16 03:51:06','2025-10-16 00:51:06','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cafe-coffee-shop-coffee-window-restaurant-bar-112177-pxhere-com.jpg',0,'attachment','image/jpeg',0),(54,1,'2025-10-16 03:51:06','2025-10-16 00:51:06','','light-window-glass-urban-train-subway-66801-pxhere-com.jpg','','inherit','open','closed','','light-window-glass-urban-train-subway-66801-pxhere-com-jpg','','','2025-10-16 03:51:06','2025-10-16 00:51:06','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-window-glass-urban-train-subway-66801-pxhere-com.jpg',0,'attachment','image/jpeg',0),(55,1,'2025-10-16 03:51:07','2025-10-16 00:51:07','','light-sky-road-street-night-house-1417318-pxhere-com.jpg','','inherit','open','closed','','light-sky-road-street-night-house-1417318-pxhere-com-jpg','','','2025-10-16 03:51:07','2025-10-16 00:51:07','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/light-sky-road-street-night-house-1417318-pxhere-com.jpg',0,'attachment','image/jpeg',0),(56,1,'2025-10-16 03:51:07','2025-10-16 00:51:07','','architecture-road-street-window-town-building-140130-pxhere-com.jpg','','inherit','open','closed','','architecture-road-street-window-town-building-140130-pxhere-com-jpg','','','2025-10-16 03:51:07','2025-10-16 00:51:07','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/architecture-road-street-window-town-building-140130-pxhere-com.jpg',0,'attachment','image/jpeg',0),(57,1,'2025-10-16 03:51:07','2025-10-16 00:51:07','','nature-1413069-pxhere-com-1.jpg','','inherit','open','closed','','nature-1413069-pxhere-com-1-jpg','','','2025-10-16 03:51:07','2025-10-16 00:51:07','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/nature-1413069-pxhere-com-1.jpg',0,'attachment','image/jpeg',0),(58,1,'2025-10-16 03:51:08','2025-10-16 00:51:08','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','publish','closed','closed','','58','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&#038;p=58',0,'extb_post_json','',0),(381,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',7,'http://www.onurbranda.com.tr/?p=381',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (374,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',7,'http://www.onurbranda.com.tr/?p=374',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (382,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',12,'http://www.onurbranda.com.tr/?p=382',0,'revision','',0),(387,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',58,'http://www.onurbranda.com.tr/?p=387',0,'revision','',0),(375,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#iletisim\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',12,'http://www.onurbranda.com.tr/?p=375',0,'revision','',0),(380,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',58,'http://www.onurbranda.com.tr/?p=380',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (368,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#iletisim\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',12,'http://www.onurbranda.com.tr/?p=368',0,'revision','',0),(373,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',58,'http://www.onurbranda.com.tr/?p=373',0,'revision','',0),(354,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',12,'http://www.onurbranda.com.tr/?p=354',0,'revision','',0),(355,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',9,'http://www.onurbranda.com.tr/?p=355',0,'revision','',0),(359,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',58,'http://www.onurbranda.com.tr/?p=359',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (367,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',7,'http://www.onurbranda.com.tr/?p=367',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (360,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',7,'http://www.onurbranda.com.tr/?p=360',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (361,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#iletisim\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',12,'http://www.onurbranda.com.tr/?p=361',0,'revision','',0),(366,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',58,'http://www.onurbranda.com.tr/?p=366',0,'revision','',0),(362,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#iletisim\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',9,'http://www.onurbranda.com.tr/?p=362',0,'revision','',0),(343,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',20,'http://www.onurbranda.com.tr/?p=343',0,'revision','',0),(69,1,'2025-10-16 04:03:38','2025-10-16 01:03:38','','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062','','','2025-10-16 04:03:38','2025-10-16 01:03:38','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(70,1,'2025-10-16 04:03:51','2025-10-16 01:03:51','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-2','','','2025-10-16 04:03:51','2025-10-16 01:03:51','',69,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(142,1,'2025-10-16 04:26:17','2025-10-16 01:26:17','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg','cropped-IMG-20250921-WA0030.jpg','','inherit','open','closed','','cropped-img-20250921-wa0030-jpg','','','2025-10-16 04:26:17','2025-10-16 01:26:17','',120,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg',0,'attachment','image/jpeg',0),(72,1,'2025-10-16 04:07:13','2025-10-16 01:07:13','','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-4','','','2025-10-16 04:07:13','2025-10-16 01:07:13','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0062-2.jpg',0,'attachment','image/jpeg',0),(71,1,'2025-10-16 04:06:26','2025-10-16 01:06:26','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-3','','','2025-10-16 04:06:26','2025-10-16 01:06:26','',70,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(73,1,'2025-10-16 04:07:14','2025-10-16 01:07:14','','IMG-20250921-WA0063','','inherit','open','closed','','img-20250921-wa0063','','','2025-10-16 04:07:14','2025-10-16 01:07:14','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0063.jpg',0,'attachment','image/jpeg',0),(74,1,'2025-10-16 04:07:16','2025-10-16 01:07:16','','IMG-20250921-WA0064','','inherit','open','closed','','img-20250921-wa0064','','','2025-10-16 04:07:16','2025-10-16 01:07:16','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0064.jpg',0,'attachment','image/jpeg',0),(75,1,'2025-10-16 04:07:17','2025-10-16 01:07:17','','IMG-20250921-WA0065','','inherit','open','closed','','img-20250921-wa0065','','','2025-10-16 04:07:17','2025-10-16 01:07:17','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0065.jpg',0,'attachment','image/jpeg',0),(76,1,'2025-10-16 04:07:17','2025-10-16 01:07:17','','IMG-20250921-WA0066','','inherit','open','closed','','img-20250921-wa0066','','','2025-10-16 04:07:17','2025-10-16 01:07:17','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0066.jpg',0,'attachment','image/jpeg',0),(77,1,'2025-10-16 04:07:18','2025-10-16 01:07:18','','IMG-20250921-WA0067','','inherit','open','closed','','img-20250921-wa0067','','','2025-10-16 04:07:18','2025-10-16 01:07:18','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0067.jpg',0,'attachment','image/jpeg',0),(78,1,'2025-10-16 04:07:18','2025-10-16 01:07:18','','IMG-20250921-WA0068','','inherit','open','closed','','img-20250921-wa0068','','','2025-10-16 04:07:18','2025-10-16 01:07:18','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0068.jpg',0,'attachment','image/jpeg',0),(79,1,'2025-10-16 04:08:40','2025-10-16 01:08:40','','IMG-20250921-WA0008','','inherit','open','closed','','img-20250921-wa0008','','','2025-10-16 04:08:40','2025-10-16 01:08:40','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0008.jpg',0,'attachment','image/jpeg',0),(80,1,'2025-10-16 04:08:42','2025-10-16 01:08:42','','IMG-20250921-WA0009','','inherit','open','closed','','img-20250921-wa0009','','','2025-10-16 04:08:42','2025-10-16 01:08:42','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0009.jpg',0,'attachment','image/jpeg',0),(81,1,'2025-10-16 04:08:43','2025-10-16 01:08:43','','IMG-20250921-WA0010','','inherit','open','closed','','img-20250921-wa0010','','','2025-10-16 04:08:43','2025-10-16 01:08:43','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0010.jpg',0,'attachment','image/jpeg',0),(82,1,'2025-10-16 04:08:44','2025-10-16 01:08:44','','IMG-20250921-WA0011','','inherit','open','closed','','img-20250921-wa0011','','','2025-10-16 04:08:44','2025-10-16 01:08:44','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0011.jpg',0,'attachment','image/jpeg',0),(83,1,'2025-10-16 04:08:45','2025-10-16 01:08:45','','IMG-20250921-WA0012','','inherit','open','closed','','img-20250921-wa0012','','','2025-10-16 04:08:45','2025-10-16 01:08:45','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0012.jpg',0,'attachment','image/jpeg',0),(84,1,'2025-10-16 04:08:46','2025-10-16 01:08:46','','IMG-20250921-WA0013','','inherit','open','closed','','img-20250921-wa0013','','','2025-10-16 04:08:46','2025-10-16 01:08:46','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0013.jpg',0,'attachment','image/jpeg',0),(85,1,'2025-10-16 04:08:47','2025-10-16 01:08:47','','IMG-20250921-WA0014','','inherit','open','closed','','img-20250921-wa0014','','','2025-10-16 04:08:47','2025-10-16 01:08:47','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0014.jpg',0,'attachment','image/jpeg',0),(86,1,'2025-10-16 04:08:48','2025-10-16 01:08:48','','IMG-20250921-WA0015','','inherit','open','closed','','img-20250921-wa0015','','','2025-10-16 04:08:48','2025-10-16 01:08:48','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0015.jpg',0,'attachment','image/jpeg',0),(87,1,'2025-10-16 04:08:49','2025-10-16 01:08:49','','IMG-20250921-WA0016','','inherit','open','closed','','img-20250921-wa0016','','','2025-10-16 04:08:49','2025-10-16 01:08:49','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0016.jpg',0,'attachment','image/jpeg',0),(88,1,'2025-10-16 04:08:50','2025-10-16 01:08:50','','IMG-20250921-WA0017','','inherit','open','closed','','img-20250921-wa0017','','','2025-10-16 04:08:50','2025-10-16 01:08:50','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0017.jpg',0,'attachment','image/jpeg',0),(89,1,'2025-10-16 04:08:51','2025-10-16 01:08:51','','IMG-20250921-WA0018','','inherit','open','closed','','img-20250921-wa0018','','','2025-10-16 04:08:51','2025-10-16 01:08:51','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0018.jpg',0,'attachment','image/jpeg',0),(90,1,'2025-10-16 04:08:52','2025-10-16 01:08:52','','IMG-20250921-WA0019','','inherit','open','closed','','img-20250921-wa0019','','','2025-10-16 04:08:52','2025-10-16 01:08:52','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0019.jpg',0,'attachment','image/jpeg',0),(91,1,'2025-10-16 04:08:52','2025-10-16 01:08:52','','IMG-20250921-WA0020','','inherit','open','closed','','img-20250921-wa0020','','','2025-10-16 04:08:52','2025-10-16 01:08:52','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0020.jpg',0,'attachment','image/jpeg',0),(92,1,'2025-10-16 04:08:53','2025-10-16 01:08:53','','IMG-20250921-WA0021','','inherit','open','closed','','img-20250921-wa0021','','','2025-10-16 04:08:53','2025-10-16 01:08:53','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0021.jpg',0,'attachment','image/jpeg',0),(93,1,'2025-10-16 04:08:54','2025-10-16 01:08:54','','IMG-20250921-WA0022','','inherit','open','closed','','img-20250921-wa0022','','','2025-10-16 04:08:54','2025-10-16 01:08:54','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0022.jpg',0,'attachment','image/jpeg',0),(94,1,'2025-10-16 04:08:55','2025-10-16 01:08:55','','IMG-20250921-WA0023','','inherit','open','closed','','img-20250921-wa0023','','','2025-10-16 04:08:55','2025-10-16 01:08:55','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0023.jpg',0,'attachment','image/jpeg',0),(95,1,'2025-10-16 04:08:56','2025-10-16 01:08:56','','IMG-20250921-WA0024','','inherit','open','closed','','img-20250921-wa0024','','','2025-10-16 04:08:56','2025-10-16 01:08:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0024.jpg',0,'attachment','image/jpeg',0),(96,1,'2025-10-16 04:08:58','2025-10-16 01:08:58','','IMG-20250921-WA0025','','inherit','open','closed','','img-20250921-wa0025','','','2025-10-16 04:08:58','2025-10-16 01:08:58','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0025.jpg',0,'attachment','image/jpeg',0),(97,1,'2025-10-16 04:08:59','2025-10-16 01:08:59','','IMG-20250921-WA0026','','inherit','open','closed','','img-20250921-wa0026','','','2025-10-16 04:08:59','2025-10-16 01:08:59','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0026.jpg',0,'attachment','image/jpeg',0),(98,1,'2025-10-16 04:09:00','2025-10-16 01:09:00','','IMG-20250921-WA0027','','inherit','open','closed','','img-20250921-wa0027','','','2025-10-16 04:09:00','2025-10-16 01:09:00','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0027.jpg',0,'attachment','image/jpeg',0),(99,1,'2025-10-16 04:09:00','2025-10-16 01:09:00','','IMG-20250921-WA0036','','inherit','open','closed','','img-20250921-wa0036','','','2025-10-16 04:09:00','2025-10-16 01:09:00','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0036.jpg',0,'attachment','image/jpeg',0),(100,1,'2025-10-16 04:09:01','2025-10-16 01:09:01','','IMG-20250921-WA0037','','inherit','open','closed','','img-20250921-wa0037','','','2025-10-16 04:09:01','2025-10-16 01:09:01','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0037.jpg',0,'attachment','image/jpeg',0),(101,1,'2025-10-16 04:09:02','2025-10-16 01:09:02','','IMG-20250921-WA0038','','inherit','open','closed','','img-20250921-wa0038','','','2025-10-16 04:09:02','2025-10-16 01:09:02','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0038.jpg',0,'attachment','image/jpeg',0),(102,1,'2025-10-16 04:09:03','2025-10-16 01:09:03','','IMG-20250921-WA0039','','inherit','open','closed','','img-20250921-wa0039','','','2025-10-16 04:09:03','2025-10-16 01:09:03','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0039.jpg',0,'attachment','image/jpeg',0),(103,1,'2025-10-16 04:09:03','2025-10-16 01:09:03','','IMG-20250921-WA0040','','inherit','open','closed','','img-20250921-wa0040','','','2025-10-16 04:09:03','2025-10-16 01:09:03','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0040.jpg',0,'attachment','image/jpeg',0),(104,1,'2025-10-16 04:09:04','2025-10-16 01:09:04','','IMG-20250921-WA0041','','inherit','open','closed','','img-20250921-wa0041','','','2025-10-16 04:09:04','2025-10-16 01:09:04','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0041.jpg',0,'attachment','image/jpeg',0),(105,1,'2025-10-16 04:09:05','2025-10-16 01:09:05','','IMG-20250921-WA0042','','inherit','open','closed','','img-20250921-wa0042','','','2025-10-16 04:09:05','2025-10-16 01:09:05','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0042.jpg',0,'attachment','image/jpeg',0),(106,1,'2025-10-16 04:09:07','2025-10-16 01:09:07','','IMG-20250921-WA0043','','inherit','open','closed','','img-20250921-wa0043','','','2025-10-16 04:09:07','2025-10-16 01:09:07','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0043.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp9v_posts` VALUES (107,1,'2025-10-16 04:09:08','2025-10-16 01:09:08','','IMG-20250921-WA0070','','inherit','open','closed','','img-20250921-wa0070','','','2025-10-16 04:09:08','2025-10-16 01:09:08','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0070.jpg',0,'attachment','image/jpeg',0),(108,1,'2025-10-16 04:09:09','2025-10-16 01:09:09','','WhatsApp Görsel 2025-09-19 saat 18.16.34_2b9aa54c','','inherit','open','closed','','whatsapp-gorsel-2025-09-19-saat-18-16-34_2b9aa54c','','','2025-10-16 04:09:09','2025-10-16 01:09:09','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/WhatsApp-Gorsel-2025-09-19-saat-18.16.34_2b9aa54c.jpg',0,'attachment','image/jpeg',0),(109,1,'2025-10-16 04:09:10','2025-10-16 01:09:10','','IMG-20250921-WA0044','','inherit','open','closed','','img-20250921-wa0044','','','2025-10-16 04:09:10','2025-10-16 01:09:10','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0044.jpg',0,'attachment','image/jpeg',0),(110,1,'2025-10-16 04:09:10','2025-10-16 01:09:10','','IMG-20250921-WA0045','','inherit','open','closed','','img-20250921-wa0045','','','2025-10-16 04:09:10','2025-10-16 01:09:10','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0045.jpg',0,'attachment','image/jpeg',0),(111,1,'2025-10-16 04:09:11','2025-10-16 01:09:11','','IMG-20250921-WA0046','','inherit','open','closed','','img-20250921-wa0046','','','2025-10-16 04:09:11','2025-10-16 01:09:11','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0046.jpg',0,'attachment','image/jpeg',0),(112,1,'2025-10-16 04:09:12','2025-10-16 01:09:12','','IMG-20250921-WA0047','','inherit','open','closed','','img-20250921-wa0047','','','2025-10-16 04:09:12','2025-10-16 01:09:12','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0047.jpg',0,'attachment','image/jpeg',0),(113,1,'2025-10-16 04:09:12','2025-10-16 01:09:12','','IMG-20250921-WA0048','','inherit','open','closed','','img-20250921-wa0048','','','2025-10-16 04:09:12','2025-10-16 01:09:12','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0048.jpg',0,'attachment','image/jpeg',0),(114,1,'2025-10-16 04:09:13','2025-10-16 01:09:13','','IMG-20250921-WA0049','','inherit','open','closed','','img-20250921-wa0049','','','2025-10-16 04:09:13','2025-10-16 01:09:13','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0049.jpg',0,'attachment','image/jpeg',0),(115,1,'2025-10-16 04:09:14','2025-10-16 01:09:14','','IMG-20250921-WA0050','','inherit','open','closed','','img-20250921-wa0050','','','2025-10-16 04:09:14','2025-10-16 01:09:14','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0050.jpg',0,'attachment','image/jpeg',0),(116,1,'2025-10-16 04:09:14','2025-10-16 01:09:14','','IMG-20250921-WA0051','','inherit','open','closed','','img-20250921-wa0051','','','2025-10-16 04:09:14','2025-10-16 01:09:14','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0051.jpg',0,'attachment','image/jpeg',0),(117,1,'2025-10-16 04:09:14','2025-10-16 01:09:14','','IMG-20250921-WA0052','','inherit','open','closed','','img-20250921-wa0052','','','2025-10-16 04:09:14','2025-10-16 01:09:14','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0052.jpg',0,'attachment','image/jpeg',0),(118,1,'2025-10-16 04:09:22','2025-10-16 01:09:22','','IMG-20250921-WA0028','','inherit','open','closed','','img-20250921-wa0028','','','2025-10-16 04:09:22','2025-10-16 01:09:22','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0028.jpg',0,'attachment','image/jpeg',0),(119,1,'2025-10-16 04:09:23','2025-10-16 01:09:23','','IMG-20250921-WA0029','','inherit','open','closed','','img-20250921-wa0029','','','2025-10-16 04:09:23','2025-10-16 01:09:23','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0029.jpg',0,'attachment','image/jpeg',0),(120,1,'2025-10-16 04:09:24','2025-10-16 01:09:24','','IMG-20250921-WA0030','','inherit','open','closed','','img-20250921-wa0030','','','2025-10-16 04:09:24','2025-10-16 01:09:24','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0030.jpg',0,'attachment','image/jpeg',0),(121,1,'2025-10-16 04:09:24','2025-10-16 01:09:24','','IMG-20250921-WA0031','','inherit','open','closed','','img-20250921-wa0031','','','2025-10-16 04:09:24','2025-10-16 01:09:24','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0031.jpg',0,'attachment','image/jpeg',0),(122,1,'2025-10-16 04:09:25','2025-10-16 01:09:25','','IMG-20250921-WA0032','','inherit','open','closed','','img-20250921-wa0032','','','2025-10-16 04:09:25','2025-10-16 01:09:25','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0032.jpg',0,'attachment','image/jpeg',0),(123,1,'2025-10-16 04:09:25','2025-10-16 01:09:25','','IMG-20250921-WA0033','','inherit','open','closed','','img-20250921-wa0033','','','2025-10-16 04:09:25','2025-10-16 01:09:25','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0033.jpg',0,'attachment','image/jpeg',0),(124,1,'2025-10-16 04:09:27','2025-10-16 01:09:27','','IMG-20250921-WA0034','','inherit','open','closed','','img-20250921-wa0034','','','2025-10-16 04:09:27','2025-10-16 01:09:27','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0034.jpg',0,'attachment','image/jpeg',0),(125,1,'2025-10-16 04:09:28','2025-10-16 01:09:28','','IMG-20250921-WA0035','','inherit','open','closed','','img-20250921-wa0035','','','2025-10-16 04:09:28','2025-10-16 01:09:28','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0035.jpg',0,'attachment','image/jpeg',0),(126,1,'2025-10-16 04:09:33','2025-10-16 01:09:33','','IMG-20250921-WA0053','','inherit','open','closed','','img-20250921-wa0053','','','2025-10-16 04:09:33','2025-10-16 01:09:33','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053.jpg',0,'attachment','image/jpeg',0),(127,1,'2025-10-16 04:09:34','2025-10-16 01:09:34','','IMG-20250921-WA0054','','inherit','open','closed','','img-20250921-wa0054','','','2025-10-16 04:09:34','2025-10-16 01:09:34','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0054.jpg',0,'attachment','image/jpeg',0),(128,1,'2025-10-16 04:09:35','2025-10-16 01:09:35','','IMG-20250921-WA0055','','inherit','open','closed','','img-20250921-wa0055','','','2025-10-16 04:09:35','2025-10-16 01:09:35','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0055.jpg',0,'attachment','image/jpeg',0),(129,1,'2025-10-16 04:09:36','2025-10-16 01:09:36','','IMG-20250921-WA0056','','inherit','open','closed','','img-20250921-wa0056','','','2025-10-16 04:09:36','2025-10-16 01:09:36','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0056.jpg',0,'attachment','image/jpeg',0),(130,1,'2025-10-16 04:09:36','2025-10-16 01:09:36','','IMG-20250921-WA0057','','inherit','open','closed','','img-20250921-wa0057','','','2025-10-16 04:09:36','2025-10-16 01:09:36','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057.jpg',0,'attachment','image/jpeg',0),(131,1,'2025-10-16 04:09:37','2025-10-16 01:09:37','','IMG-20250921-WA0058','','inherit','open','closed','','img-20250921-wa0058','','','2025-10-16 04:09:37','2025-10-16 01:09:37','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0058.jpg',0,'attachment','image/jpeg',0),(132,1,'2025-10-16 04:09:38','2025-10-16 01:09:38','','IMG-20250921-WA0059','','inherit','open','closed','','img-20250921-wa0059','','','2025-10-16 04:09:38','2025-10-16 01:09:38','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0059.jpg',0,'attachment','image/jpeg',0),(133,1,'2025-10-16 04:09:39','2025-10-16 01:09:39','','IMG-20250921-WA0060','','inherit','open','closed','','img-20250921-wa0060','','','2025-10-16 04:09:39','2025-10-16 01:09:39','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060.jpg',0,'attachment','image/jpeg',0),(134,1,'2025-10-16 04:09:40','2025-10-16 01:09:40','','IMG-20250921-WA0061','','inherit','open','closed','','img-20250921-wa0061','','','2025-10-16 04:09:40','2025-10-16 01:09:40','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0061.jpg',0,'attachment','image/jpeg',0),(135,1,'2025-10-16 04:15:14','2025-10-16 01:15:14','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg','cropped-IMG-20250921-WA0058.jpg','','inherit','open','closed','','cropped-img-20250921-wa0058-jpg','','','2025-10-16 04:15:14','2025-10-16 01:15:14','',131,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg',0,'attachment','image/jpeg',0),(136,1,'2025-10-16 04:15:44','2025-10-16 01:15:44','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg','cropped-IMG-20250921-WA0052.jpg','','inherit','open','closed','','cropped-img-20250921-wa0052-jpg','','','2025-10-16 04:15:44','2025-10-16 01:15:44','',117,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg',0,'attachment','image/jpeg',0),(137,1,'2025-10-16 04:16:28','2025-10-16 01:16:28','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg','cropped-IMG-20250921-WA0065.jpg','','inherit','open','closed','','cropped-img-20250921-wa0065-jpg','','','2025-10-16 04:16:28','2025-10-16 01:16:28','',75,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg',0,'attachment','image/jpeg',0),(138,1,'2025-10-16 04:17:24','2025-10-16 01:17:24','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg','cropped-IMG-20250921-WA0039.jpg','','inherit','open','closed','','cropped-img-20250921-wa0039-jpg','','','2025-10-16 04:17:24','2025-10-16 01:17:24','',102,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg',0,'attachment','image/jpeg',0),(139,1,'2025-10-16 04:18:02','2025-10-16 01:18:02','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg','cropped-IMG-20250921-WA0057.jpg','','inherit','open','closed','','cropped-img-20250921-wa0057-jpg','','','2025-10-16 04:18:02','2025-10-16 01:18:02','',130,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg',0,'attachment','image/jpeg',0),(140,1,'2025-10-16 04:19:14','2025-10-16 01:19:14','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg','cropped-IMG-20250921-WA0033.jpg','','inherit','open','closed','','cropped-img-20250921-wa0033-jpg','','','2025-10-16 04:19:14','2025-10-16 01:19:14','',123,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg',0,'attachment','image/jpeg',0),(141,1,'2025-10-16 04:19:37','2025-10-16 01:19:37','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg','cropped-IMG-20250921-WA0038.jpg','','inherit','open','closed','','cropped-img-20250921-wa0038-jpg','','','2025-10-16 04:19:37','2025-10-16 01:19:37','',101,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg',0,'attachment','image/jpeg',0),(376,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#iletisim\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',9,'http://www.onurbranda.com.tr/?p=376',0,'revision','',0),(369,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#iletisim\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',9,'http://www.onurbranda.com.tr/?p=369',0,'revision','',0),(377,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',21,'http://www.onurbranda.com.tr/?p=377',0,'revision','',0),(370,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',21,'http://www.onurbranda.com.tr/?p=370',0,'revision','',0),(350,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',20,'http://www.onurbranda.com.tr/?p=350',0,'revision','',0),(150,1,'2025-10-16 04:32:26','2025-10-16 01:32:26','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-5','','','2025-10-16 04:32:26','2025-10-16 01:32:26','',70,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1-1.jpg',0,'attachment','image/jpeg',0),(166,1,'2025-10-16 05:04:34','2025-10-16 02:04:34','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg','cropped-IMG-20250921-WA0015.jpg','','inherit','open','closed','','cropped-img-20250921-wa0015-jpg','','','2025-10-16 05:04:34','2025-10-16 02:04:34','',86,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg',0,'attachment','image/jpeg',0),(167,1,'2025-10-16 05:04:52','2025-10-16 02:04:52','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg','cropped-IMG-20250921-WA0061.jpg','','inherit','open','closed','','cropped-img-20250921-wa0061-jpg','','','2025-10-16 05:04:52','2025-10-16 02:04:52','',134,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg',0,'attachment','image/jpeg',0),(168,1,'2025-10-16 05:05:16','2025-10-16 02:05:16','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg','cropped-IMG-20250921-WA0022.jpg','','inherit','open','closed','','cropped-img-20250921-wa0022-jpg','','','2025-10-16 05:05:16','2025-10-16 02:05:16','',93,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg',0,'attachment','image/jpeg',0),(163,1,'2025-10-16 04:58:40','2025-10-16 01:58:40','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp','cropped-3.webp','','inherit','open','closed','','cropped-3-webp','','','2025-10-16 04:58:40','2025-10-16 01:58:40','',160,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp',0,'attachment','image/webp',0),(164,1,'2025-10-16 04:58:50','2025-10-16 01:58:50','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg','cropped-2.jpg','','inherit','open','closed','','cropped-2-jpg','','','2025-10-16 04:58:50','2025-10-16 01:58:50','',159,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg',0,'attachment','image/jpeg',0),(165,1,'2025-10-16 04:59:02','2025-10-16 01:59:02','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg','cropped-1.jpg','','inherit','open','closed','','cropped-1-jpg','','','2025-10-16 04:59:02','2025-10-16 01:59:02','',158,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg',0,'attachment','image/jpeg',0),(153,1,'2025-10-16 04:53:56','2025-10-16 01:53:56','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg','cropped-cropped-IMG-20250921-WA0038.jpg','','inherit','open','closed','','cropped-cropped-img-20250921-wa0038-jpg','','','2025-10-16 04:53:56','2025-10-16 01:53:56','',141,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0038.jpg',0,'attachment','image/jpeg',0),(154,1,'2025-10-16 04:54:14','2025-10-16 01:54:14','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0050.jpg','cropped-IMG-20250921-WA0050.jpg','','inherit','open','closed','','cropped-img-20250921-wa0050-jpg','','','2025-10-16 04:54:14','2025-10-16 01:54:14','',115,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0050.jpg',0,'attachment','image/jpeg',0),(155,1,'2025-10-16 04:54:33','2025-10-16 01:54:33','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0010.jpg','cropped-IMG-20250921-WA0010.jpg','','inherit','open','closed','','cropped-img-20250921-wa0010-jpg','','','2025-10-16 04:54:33','2025-10-16 01:54:33','',81,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0010.jpg',0,'attachment','image/jpeg',0),(156,1,'2025-10-16 04:54:58','2025-10-16 01:54:58','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0010-1.jpg','cropped-IMG-20250921-WA0010-1.jpg','','inherit','open','closed','','cropped-img-20250921-wa0010-1-jpg','','','2025-10-16 04:54:58','2025-10-16 01:54:58','',81,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0010-1.jpg',0,'attachment','image/jpeg',0),(157,1,'2025-10-16 04:55:24','2025-10-16 01:55:24','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0032.jpg','cropped-IMG-20250921-WA0032.jpg','','inherit','open','closed','','cropped-img-20250921-wa0032-jpg','','','2025-10-16 04:55:24','2025-10-16 01:55:24','',122,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0032.jpg',0,'attachment','image/jpeg',0),(158,1,'2025-10-16 04:57:55','2025-10-16 01:57:55','','1','','inherit','open','closed','','1','','','2025-10-16 04:57:55','2025-10-16 01:57:55','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/1.jpg',0,'attachment','image/jpeg',0),(159,1,'2025-10-16 04:57:56','2025-10-16 01:57:56','','2','','inherit','open','closed','','2','','','2025-10-16 04:57:56','2025-10-16 01:57:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/2.jpg',0,'attachment','image/jpeg',0),(152,1,'2025-10-16 04:33:57','2025-10-16 01:33:57','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-6','','','2025-10-16 04:33:57','2025-10-16 01:33:57','',71,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(160,1,'2025-10-16 04:57:56','2025-10-16 01:57:56','','3','','inherit','open','closed','','3','','','2025-10-16 04:57:56','2025-10-16 01:57:56','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/3.webp',0,'attachment','image/webp',0),(161,1,'2025-10-16 04:57:57','2025-10-16 01:57:57','','4','','inherit','open','closed','','4','','','2025-10-16 04:57:57','2025-10-16 01:57:57','',0,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/4.webp',0,'attachment','image/webp',0),(162,1,'2025-10-16 04:58:18','2025-10-16 01:58:18','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp','cropped-4.webp','','inherit','open','closed','','cropped-4-webp','','','2025-10-16 04:58:18','2025-10-16 01:58:18','',161,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp',0,'attachment','image/webp',0),(357,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',20,'http://www.onurbranda.com.tr/?p=357',0,'revision','',0),(176,1,'2025-10-16 05:16:57','2025-10-16 02:16:57','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-7','','','2025-10-16 05:16:57','2025-10-16 02:16:57','',152,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(178,1,'2025-10-16 05:18:15','2025-10-16 02:18:15','http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0062-1.jpg','IMG-20250921-WA0062','','inherit','open','closed','','img-20250921-wa0062-8','','','2025-10-16 05:18:15','2025-10-16 02:18:15','',176,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-cropped-cropped-cropped-IMG-20250921-WA0062-1.jpg',0,'attachment','image/jpeg',0),(364,1,'2025-10-24 01:37:53','2025-10-23 22:37:53','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:37:53','2025-10-23 22:37:53','',20,'http://www.onurbranda.com.tr/?p=364',0,'revision','',0),(185,1,'2025-10-16 05:27:46','2025-10-16 02:27:46','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h79\",\"parentId\":\"14-h78\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h78\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"14-h80\",\"index\":0,\"id\":\"14-h81\",\"partialId\":14,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"14-h80\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h89\",\"parentId\":\"14-h88\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h88\",\"parentId\":\"14-h87\",\"partialId\":14,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h87\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"14-h91\",\"index\":1,\"id\":\"14-h92\",\"partialId\":14,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"14-h91\",\"parentId\":\"14-h90\",\"partialId\":14,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h90\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"14-h86\",\"parentId\":\"14-h85\",\"partialId\":14,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"14-h85\",\"parentId\":\"14-h84\",\"partialId\":14,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"14-h84\",\"parentId\":\"14-h83\",\"partialId\":14,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"14-h82\",\"index\":1,\"id\":\"14-h83\",\"partialId\":14,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"14-h82\",\"parentId\":\"14-h77\",\"partialId\":14,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"14-h77\",\"parentId\":\"14-h76\",\"partialId\":14,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"id\":\"14-h76\",\"partialId\":14,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"14-h95\",\"index\":0,\"id\":\"14-h96\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h95\",\"parentId\":\"14-h94\",\"partialId\":14,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"14-h97\",\"index\":0,\"id\":\"14-h98\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h97\",\"parentId\":\"14-h94\",\"partialId\":14,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"14-h94\",\"parentId\":\"14-h93\",\"partialId\":14,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"14-h93\",\"parentId\":\"14-h76\",\"partialId\":14,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"14-h100\",\"index\":0,\"id\":\"14-h103\",\"partialId\":14,\"styleRef\":326,\"type\":\"header\",\"props\":{\"content\":\"<p>S\\u0130Z VARSANIZ B\\u0130Z VARIZ<\\/p>\"}}],\"id\":\"14-h100\",\"parentId\":\"14-h99\",\"partialId\":14,\"styleRef\":324,\"type\":\"header\"}],\"parentId\":\"14-h25\",\"index\":1,\"id\":\"14-h99\",\"partialId\":14,\"styleRef\":323,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"type\":\"header\",\"id\":\"14-h25\",\"partialId\":14,\"styleRef\":55}],\"id\":\"14-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":14,\"styleRef\":32}','','','inherit','closed','closed','','18-revision-v1','','','2025-10-16 05:27:46','2025-10-16 02:27:46','',18,'http://www.onurbranda.com.tr/?p=185',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (186,1,'2025-10-16 05:27:46','2025-10-16 02:27:46','<div data-colibri-id=\"14-h1\" class=\"page-header style-32 style-local-14-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-14-h76-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"14-h76\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-14-h76\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"14-h77\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-14-h77 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-14-h78-outer\">\n                <div data-colibri-id=\"14-h78\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-14-h78 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h79\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h79 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h79-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-14-h80-outer h-hide-sm\">\n                <div data-colibri-id=\"14-h80\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-14-h80 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h81\" class=\"style-7 style-local-14-h81 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-14-h82-outer\">\n                <div data-colibri-id=\"14-h82\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-14-h82 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h83\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-14-h83 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"14-h84\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-14-h84 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-14-h84\" data-target-id=\"offcanvas-wrapper-14-h84\" data-offcanvas-overlay-id=\"offcanvas-overlay-14-h84\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-14-h84\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-14-h84-offscreen\">\n                          <div data-colibri-id=\"14-h85\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-14-h85 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h87\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-14-h87 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-14-h88-outer\">\n                                    <div data-colibri-id=\"14-h88\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-14-h88 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h89\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h89 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h89-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h86\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-14-h86 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h90\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-14-h90 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-14-h91-outer\">\n                                    <div data-colibri-id=\"14-h91\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-14-h91 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h92\" class=\"style-16 style-local-14-h92 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-14-h84\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-14-h84-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"14-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-55 style-local-14-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"14-h99\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-323 style-local-14-h99 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-324-outer style-local-14-h100-outer\">\n            <div data-colibri-id=\"14-h100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-324 style-local-14-h100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"14-h103\" class=\"h-text h-text-component style-326 style-local-14-h103 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SİZ VARSANIZ BİZ VARIZ</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_post','','inherit','closed','closed','','14-revision-v1','','','2025-10-16 05:27:46','2025-10-16 02:27:46','',14,'http://www.onurbranda.com.tr/?p=186',0,'revision','',0),(371,1,'2025-10-24 01:39:04','2025-10-23 22:39:04','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:39:04','2025-10-23 22:39:04','',20,'http://www.onurbranda.com.tr/?p=371',0,'revision','',0),(190,1,'2025-10-16 05:29:26','2025-10-16 02:29:26','<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"x-large\"} -->\n<p class=\"has-text-align-center has-x-large-font-size\"><strong>ÇİFT AÇILIMLI TENTE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2-1024x768.jpg\" alt=\"\" class=\"wp-image-324\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":325,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1-1024x768.jpg\" alt=\"\" class=\"wp-image-325\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":326,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1-1024x768.jpg\" alt=\"\" class=\"wp-image-326\"/></figure>\n<!-- /wp:image -->','kategoriler','','publish','closed','closed','','kategoriler','','','2025-10-24 01:48:04','2025-10-23 22:48:04','',0,'http://www.onurbranda.com.tr/?page_id=190',0,'page','',0),(191,1,'2025-10-16 05:29:26','2025-10-16 02:29:26','','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-16 05:29:26','2025-10-16 02:29:26','',190,'http://www.onurbranda.com.tr/?p=191',0,'revision','',0),(192,1,'2025-10-16 05:29:26','2025-10-16 02:29:26',' ','','','publish','closed','closed','','192','','','2025-10-16 05:29:26','2025-10-16 02:29:26','',0,'http://www.onurbranda.com.tr/2025/10/16/192/',2,'nav_menu_item','',0),(194,1,'2025-10-23 04:52:40','2025-10-16 02:30:26','','Anasayfa','','publish','closed','closed','','194','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',0,'http://www.onurbranda.com.tr/2025/10/16/194/',1,'nav_menu_item','',0),(383,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',9,'http://www.onurbranda.com.tr/?p=383',0,'revision','',0),(384,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',21,'http://www.onurbranda.com.tr/?p=384',0,'revision','',0),(378,1,'2025-10-24 01:39:19','2025-10-23 22:39:19','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:39:19','2025-10-23 22:39:19','',20,'http://www.onurbranda.com.tr/?p=378',0,'revision','',0),(395,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',7,'http://www.onurbranda.com.tr/?p=395',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (388,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',7,'http://www.onurbranda.com.tr/?p=388',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (396,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/kategoriler\\/\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":340,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',12,'http://www.onurbranda.com.tr/?p=396',0,'revision','',0),(401,1,'2025-10-24 01:45:26','2025-10-23 22:45:26','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:45:26','2025-10-23 22:45:26','',58,'http://www.onurbranda.com.tr/?p=401',0,'revision','',0),(389,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/kategoriler\\/\",\"noFollow\":true}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',12,'http://www.onurbranda.com.tr/?p=389',0,'revision','',0),(394,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',58,'http://www.onurbranda.com.tr/?p=394',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (390,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/kategoriler/\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\" rel=\"nofollow\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',9,'http://www.onurbranda.com.tr/?p=390',0,'revision','',0),(391,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',21,'http://www.onurbranda.com.tr/?p=391',0,'revision','',0),(385,1,'2025-10-24 01:40:21','2025-10-23 22:40:21','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:40:21','2025-10-23 22:40:21','',20,'http://www.onurbranda.com.tr/?p=385',0,'revision','',0),(397,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE&nbsp;ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-340-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/kategoriler/\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-340 style-local-9-h30 position-relative\" rel=\"nofollow\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',9,'http://www.onurbranda.com.tr/?p=397',0,'revision','',0),(398,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',21,'http://www.onurbranda.com.tr/?p=398',0,'revision','',0),(392,1,'2025-10-24 01:41:38','2025-10-23 22:41:38','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:41:38','2025-10-23 22:41:38','',20,'http://www.onurbranda.com.tr/?p=392',0,'revision','',0),(402,1,'2025-10-24 01:45:26','2025-10-23 22:45:26','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:45:26','2025-10-23 22:45:26','',7,'http://www.onurbranda.com.tr/?p=402',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (403,1,'2025-10-24 01:45:27','2025-10-23 22:45:27','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/kategoriler\\/\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":340,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:45:27','2025-10-23 22:45:27','',12,'http://www.onurbranda.com.tr/?p=403',0,'revision','',0),(404,1,'2025-10-24 01:45:27','2025-10-23 22:45:27','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE&nbsp;ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-340-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/kategoriler/\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-340 style-local-9-h30 position-relative\" rel=\"nofollow\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:45:27','2025-10-23 22:45:27','',9,'http://www.onurbranda.com.tr/?p=404',0,'revision','',0),(405,1,'2025-10-24 01:45:27','2025-10-23 22:45:27','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:45:27','2025-10-23 22:45:27','',21,'http://www.onurbranda.com.tr/?p=405',0,'revision','',0),(399,1,'2025-10-24 01:44:15','2025-10-23 22:44:15','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:44:15','2025-10-23 22:44:15','',20,'http://www.onurbranda.com.tr/?p=399',0,'revision','',0),(223,1,'2025-10-16 07:03:20','2025-10-16 04:03:20','<label> Adınız\n    [text* your-name autocomplete:name] </label>\n\n<label> E-posta adresiniz\n    [email* your-email autocomplete:email] </label>\n\n<label> Konu\n    [text* your-subject] </label>\n\n<label> İletiniz (tercihe bağlı)\n    [textarea your-message] </label>\n\n[submit \"Gönder\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@onurbranda.com.tr>\nKimden: [your-name] [your-email]\nKonu: [your-subject]\n\nİleti gövdesi:\n[your-message]\n\n-- \nBu, web sitenizde bir iletişim formunun gönderildiğine dair bir bildirimdir ([_site_title] [_site_url]).\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@onurbranda.com.tr>\nİleti gövdesi:\n[your-message]\n\n-- \nBu e-posta, e-posta adresinizin kullanıldığı web sitemizdeki ([_site_title] [_site_url]) iletişim formu gönderiminizin makbuzudur. Eğer bu kişi siz değilseniz, lütfen bu mesajı dikkate almayın.\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nMesajınız için teşekkürler. Gönderildi.\nMesajınız gönderilirken bir hata oluştu. Lütfen daha sonra tekrar deneyin.\nBir veya daha fazla alanda hata bulundu. Lütfen kontrol edin ve tekrar deneyin.\nMesajınız gönderilirken bir hata oluştu. Lütfen daha sonra tekrar deneyin.\nMesajınızı göndermeden önce şartları ve koşulları kabul etmeniz gerekmektedir.\nLütfen bu alanı doldurunuz.\nBu alan çok uzun bir girdiye sahiptir.\nBu alan çok kısa bir girişe sahiptir.\nDosya yüklenirken bilinmeyen bir hata oluştu.\nBu dosya türünü yükleme iznine sahip değilsiniz.\nYüklenen dosya çok büyük.\nDosya yüklenirken hata meydana geldi.','İletişim formu 1','','publish','closed','closed','','iletisim-formu-1','','','2025-10-16 07:03:20','2025-10-16 04:03:20','',0,'http://www.onurbranda.com.tr/?post_type=wpcf7_contact_form&p=223',0,'wpcf7_contact_form','',0),(225,1,'2025-10-17 00:10:57','2025-10-16 21:10:57','','iletisim-formu','','publish','closed','closed','','iletisim-formu','','','2025-10-17 00:10:57','2025-10-16 21:10:57','',0,'http://www.onurbranda.com.tr/?post_type=forminator_forms&#038;p=225',0,'forminator_forms','',0),(410,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/kategoriler\\/\",\"noFollow\":true},\"preserveSpace\":{\"text\":true}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":340,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',12,'http://www.onurbranda.com.tr/?p=410',0,'revision','',0),(411,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\" rel=\"nofollow\"><!----><!----> <span>BİZE&nbsp;ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-340-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/kategoriler/\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-340 style-local-9-h30 position-relative\" rel=\"nofollow\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',9,'http://www.onurbranda.com.tr/?p=411',0,'revision','',0),(412,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',21,'http://www.onurbranda.com.tr/?p=412',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (418,1,'2025-10-24 02:04:31','2025-10-23 23:04:31','<!-- wp:shortcode -->\n[contact-form-7 id=\"5849fb5\" title=\"İletişim formu 1\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3008.236923747034!2d28.899411276464676!3d41.06381351600266!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab1ad020a90db%3A0xb878163ea8265b55!2sOnur%20branda%20tente!5e0!3m2!1str!2sus!4v1761260633670!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 02:04:31','2025-10-23 23:04:31','',246,'http://www.onurbranda.com.tr/?p=418',0,'revision','',0),(419,1,'2025-10-24 02:05:16','2025-10-23 23:05:16','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:shortcode -->\n[contact-form-7 id=\"5849fb5\" title=\"İletişim formu 1\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3008.236923747034!2d28.899411276464676!3d41.06381351600266!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab1ad020a90db%3A0xb878163ea8265b55!2sOnur%20branda%20tente!5e0!3m2!1str!2sus!4v1761260633670!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 02:05:16','2025-10-23 23:05:16','',246,'http://www.onurbranda.com.tr/?p=419',0,'revision','',0),(421,1,'2025-10-24 02:15:12','2025-10-23 23:15:12','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3008.236923747034!2d28.899411276464676!3d41.06381351600266!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab1ad020a90db%3A0xb878163ea8265b55!2sOnur%20branda%20tente!5e0!3m2!1str!2sus!4v1761260633670!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"4227e682-a93e-4859-90f4-bdc8b320d72d\",\"formId\":\"272\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"75376eb0-d620-400e-baa1-36b3e9154f1d\"} /-->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 02:15:12','2025-10-23 23:15:12','',246,'http://www.onurbranda.com.tr/?p=421',0,'revision','',0),(422,1,'2025-10-24 02:17:24','2025-10-23 23:17:24','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"\\u00d6neri, Yorum veya Mesaj\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"number-slider\",\"label\":\"Say\\u0131 Kayd\\u0131r\\u0131c\\u0131\",\"description\":\"5\",\"required\":\"\",\"min\":\"0\",\"max\":\"10\",\"default_value\":\"0\",\"step\":\"1\",\"size\":\"medium\",\"value_display\":\"Se\\u00e7ilen De\\u011fer: {value}\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":13,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','inherit','closed','closed','','272-revision-v1','','','2025-10-24 02:17:24','2025-10-23 23:17:24','',272,'http://www.onurbranda.com.tr/?p=422',0,'revision','',0),(406,1,'2025-10-24 01:45:27','2025-10-23 22:45:27','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:45:27','2025-10-23 22:45:27','',20,'http://www.onurbranda.com.tr/?p=406',0,'revision','',0),(235,1,'2025-10-17 00:17:59','2025-10-16 21:17:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-17 00:17:59','2025-10-16 21:17:59','',58,'http://www.onurbranda.com.tr/?p=235',0,'revision','',0),(237,1,'2025-10-17 00:17:59','2025-10-16 21:17:59','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"9-h6\",\"index\":0,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h14\",\"parentId\":\"9-h13\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h13\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h17\",\"index\":1,\"id\":\"9-h18\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h16\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h16\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h11\",\"parentId\":\"9-h10\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h8\",\"index\":1,\"id\":\"9-h9\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h20\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h23\",\"index\":0,\"id\":\"9-h24\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h23\",\"parentId\":\"9-h20\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h20\",\"parentId\":\"9-h19\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h28\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h29\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h31\",\"parentId\":\"9-h30\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h32\",\"parentId\":\"9-h30\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h30\",\"parentId\":\"9-h27\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h27\",\"parentId\":\"9-h26\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h25\",\"id\":\"9-h26\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h25\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\"}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-17 00:17:59','2025-10-16 21:17:59','',12,'http://www.onurbranda.com.tr/?p=237',0,'revision','',0),(238,1,'2025-10-17 00:17:59','2025-10-16 21:17:59','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-9-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-9-h6 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h7\" class=\"style-7 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h8-outer\">\n                <div data-colibri-id=\"9-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h8 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h9 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h10\" data-target-id=\"offcanvas-wrapper-9-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h10-offscreen\">\n                          <div data-colibri-id=\"9-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h13\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h13 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h14-outer\">\n                                    <div data-colibri-id=\"9-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h14 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h15\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h15 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h15-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h12 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h16 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h17-outer\">\n                                    <div data-colibri-id=\"9-h17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h17 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h18\" class=\"style-16 style-local-9-h18 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h10-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h26 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h27-outer\">\n            <div data-colibri-id=\"9-h27\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h27 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h28\" class=\"h-global-transition-all h-heading style-27 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h28\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h29\" class=\"h-text h-text-component style-28 style-local-9-h29 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h30\" class=\"h-x-container style-29 style-local-9-h30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h30-group style-29-spacing style-local-9-h30-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h31-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h31\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h31 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h32 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-17 00:17:59','2025-10-16 21:17:59','',9,'http://www.onurbranda.com.tr/?p=238',0,'revision','',0),(413,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',20,'http://www.onurbranda.com.tr/?p=413',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (414,1,'2025-10-24 01:47:37','2025-10-23 22:47:37','<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"x-large\"} -->\n<p class=\"has-text-align-center has-x-large-font-size\"><strong>ÇİFT AÇILIMLI TENTE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2-1024x768.jpg\" alt=\"\" class=\"wp-image-324\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":325,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1-1024x768.jpg\" alt=\"\" class=\"wp-image-325\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":326,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1-1024x768.jpg\" alt=\"\" class=\"wp-image-326\"/></figure>\n<!-- /wp:image -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:47:37','2025-10-23 22:47:37','',190,'http://www.onurbranda.com.tr/?p=414',0,'revision','',0),(417,1,'2025-10-24 02:02:31','2025-10-23 23:02:31','<!-- wp:shortcode -->\n[contact-form-7 id=\"5849fb5\" title=\"İletişim formu 1\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d48115.01171051874!2d28.84820436953123!3d41.08673374739081!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1str!2sus!4v1761260441163!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 02:02:31','2025-10-23 23:02:31','',246,'http://www.onurbranda.com.tr/?p=417',0,'revision','',0),(416,1,'2025-10-24 02:01:54','2025-10-23 23:01:54','<!-- wp:shortcode -->\n[contact-form-7 id=\"5849fb5\" title=\"İletişim formu 1\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d48115.01171051874!2d28.84820436953123!3d41.08673374739081!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1str!2sus!4v1761260441163!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\">&lt;/iframe></code></pre>\n<!-- /wp:code -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 02:01:54','2025-10-23 23:01:54','',246,'http://www.onurbranda.com.tr/?p=416',0,'revision','',0),(245,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Firmamız, 2000\'li yılların başında çıktığı bu yolda, branda ve tente sektöründe kalitenin ve güvenin simgesi haline gelmiştir. 20 yılı aşkın bilgi birikimimizle, sayısız bireysel ve kurumsal projeyi başarıyla tamamlamanın gururunu yaşıyoruz. Sektördeki yenilikleri yakından takip eden uzman ekibimizle, her mekana ve her ihtiyaca özel, fonksiyonel ve estetik çözümler üretiyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Temel ilkemiz, kurulduğumuz ilk günden beri değişmedi: Müşteri memnuniyetini her zaman en üst seviyede tutmak. Kullandığımız yüksek kaliteli malzemeler, titiz işçiliğimiz ve zamanında teslimat prensibimizle, yaşam alanlarınızı güneşin zararlı etkilerinden ve olumsuz hava koşullarından korurken, mekanlarınıza estetik bir değer katıyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">ONUR BRANDA olarak, kazandığımız tecrübeyi modern teknolojiyle birleştirerek, sizlere sadece bir ürün değil, yıllar boyu sürecek bir konfor ve dayanıklılık vadediyoruz.</p>\n<!-- /wp:paragraph -->','HAKKIMIZDA','','publish','closed','closed','','hakkimizda','','','2025-10-24 01:03:45','2025-10-23 22:03:45','',0,'http://www.onurbranda.com.tr/?page_id=245',0,'page','',0),(246,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3008.236923747034!2d28.899411276464676!3d41.06381351600266!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab1ad020a90db%3A0xb878163ea8265b55!2sOnur%20branda%20tente!5e0!3m2!1str!2sus!4v1761260633670!5m2!1str!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"4227e682-a93e-4859-90f4-bdc8b320d72d\",\"formId\":\"272\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"75376eb0-d620-400e-baa1-36b3e9154f1d\"} /-->','İLETİŞİM','','publish','closed','closed','','iletisim','','','2025-10-24 02:15:13','2025-10-23 23:15:13','',0,'http://www.onurbranda.com.tr/?page_id=246',0,'page','',0),(247,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','','KATEGORİLER','','publish','closed','closed','','kategoriler','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',0,'http://www.onurbranda.com.tr/2025/10/23/kategoriler/',5,'nav_menu_item','',0),(248,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','','HAKKIMIZDA','','inherit','closed','closed','','245-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',245,'http://www.onurbranda.com.tr/?p=248',0,'revision','',0),(249,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',246,'http://www.onurbranda.com.tr/?p=249',0,'revision','',0),(250,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',58,'http://www.onurbranda.com.tr/?p=250',0,'revision','',0),(251,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">ÇALIŞMALARIMIZ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',7,'http://www.onurbranda.com.tr/?p=251',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (254,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',21,'http://www.onurbranda.com.tr/?p=254',0,'revision','',0),(255,1,'2025-10-23 04:52:40','2025-10-23 01:52:40','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',20,'http://www.onurbranda.com.tr/?p=255',0,'revision','',0),(256,1,'2025-10-23 04:52:40','2025-10-23 01:52:40',' ','','','publish','closed','closed','','256','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',0,'http://www.onurbranda.com.tr/2025/10/23/256/',2,'nav_menu_item','',0),(257,1,'2025-10-23 04:52:40','2025-10-23 01:52:40',' ','','','publish','closed','closed','','257','','','2025-10-23 04:52:40','2025-10-23 01:52:40','',0,'http://www.onurbranda.com.tr/2025/10/23/257/',6,'nav_menu_item','',0),(259,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',58,'http://www.onurbranda.com.tr/?p=259',0,'revision','',0),(260,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">ÇALIŞMALARIMIZ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',7,'http://www.onurbranda.com.tr/?p=260',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (261,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h37\",\"parentId\":\"9-h36\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h36\",\"parentId\":\"9-h35\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h38\",\"parentId\":\"9-h35\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h35\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',12,'http://www.onurbranda.com.tr/?p=261',0,'revision','',0),(262,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',9,'http://www.onurbranda.com.tr/?p=262',0,'revision','',0),(263,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',21,'http://www.onurbranda.com.tr/?p=263',0,'revision','',0),(264,1,'2025-10-23 04:55:25','2025-10-23 01:55:25','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-23 04:55:25','2025-10-23 01:55:25','',20,'http://www.onurbranda.com.tr/?p=264',0,'revision','',0),(266,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',58,'http://www.onurbranda.com.tr/?p=266',0,'revision','',0),(267,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">ÇALIŞMALARIMIZ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',7,'http://www.onurbranda.com.tr/?p=267',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (268,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',12,'http://www.onurbranda.com.tr/?p=268',0,'revision','',0),(269,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',9,'http://www.onurbranda.com.tr/?p=269',0,'revision','',0),(270,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',21,'http://www.onurbranda.com.tr/?p=270',0,'revision','',0),(271,1,'2025-10-23 22:24:38','2025-10-23 19:24:38','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-23 22:24:38','2025-10-23 19:24:38','',20,'http://www.onurbranda.com.tr/?p=271',0,'revision','',0),(272,1,'2025-10-24 00:48:31','2025-10-23 21:48:31','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"\\u00d6neri, Yorum veya Mesaj\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"number-slider\",\"label\":\"Say\\u0131 Kayd\\u0131r\\u0131c\\u0131\",\"description\":\"5\",\"required\":\"\",\"min\":\"0\",\"max\":\"10\",\"default_value\":\"0\",\"step\":\"1\",\"size\":\"medium\",\"value_display\":\"Se\\u00e7ilen De\\u011fer: {value}\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":13,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','publish','closed','closed','','basit-iletisim-formu','','','2025-10-24 02:17:24','2025-10-23 23:17:24','',0,'http://www.onurbranda.com.tr/?post_type=wpforms&#038;p=272',0,'wpforms','',0),(273,1,'2025-10-24 00:48:34','2025-10-23 21:48:34','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Yorum veya Mesaj\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','inherit','closed','closed','','272-revision-v1','','','2025-10-24 00:48:34','2025-10-23 21:48:34','',272,'http://www.onurbranda.com.tr/?p=273',0,'revision','',0),(274,1,'2025-10-24 00:49:54','2025-10-23 21:49:54','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Yorum veya Mesaj\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Say\\u0131lar\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":7,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','inherit','closed','closed','','272-revision-v1','','','2025-10-24 00:49:54','2025-10-23 21:49:54','',272,'http://www.onurbranda.com.tr/?p=274',0,'revision','',0),(420,1,'2025-10-24 02:12:17','2025-10-23 23:12:17','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"\\u00d6neri, Yorum veya Mesaj\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"number\",\"label\":\"Say\\u0131lar\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":11,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','inherit','closed','closed','','272-revision-v1','','','2025-10-24 02:12:17','2025-10-23 23:12:17','',272,'http://www.onurbranda.com.tr/?p=420',0,'revision','',0),(275,1,'2025-10-24 00:50:13','2025-10-23 21:50:13','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Ad\\u0131 Soyad\\u0131\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"E-posta\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Yorum veya Mesaj\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"number-slider\",\"label\":\"Say\\u0131 Kayd\\u0131r\\u0131c\\u0131\",\"description\":\"\",\"required\":\"\",\"min\":\"0\",\"max\":\"10\",\"default_value\":\"0\",\"step\":\"1\",\"size\":\"medium\",\"value_display\":\"Se\\u00e7ilen De\\u011fer: {value}\",\"css\":\"\"}},\"id\":\"272\",\"field_id\":8,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Basit \\u0130leti\\u015fim Formu\",\"form_desc\":\"\",\"submit_text\":\"G\\u00f6nder\",\"submit_text_processing\":\"G\\u00f6nderiliyor...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Yeni Girdi: Basit \\u0130leti\\u015fim Formu\",\"sender_name\":\"ONUR BRANDA\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Bizimle ileti\\u015fime ge\\u00e7ti\\u011finiz i\\u00e7in te\\u015fekk\\u00fcr ederiz! K\\u0131sa zaman i\\u00e7erisinde sizinle ileti\\u015fime ge\\u00e7ece\\u011fiz.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Basit İletişim Formu','','inherit','closed','closed','','272-revision-v1','','','2025-10-24 00:50:13','2025-10-23 21:50:13','',272,'http://www.onurbranda.com.tr/?p=275',0,'revision','',0),(278,1,'2025-10-24 00:52:22','2025-10-23 21:52:22','<!-- wp:shortcode -->\n[contact-form-7 id=\"5849fb5\" title=\"İletişim formu 1\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 00:52:22','2025-10-23 21:52:22','',246,'http://www.onurbranda.com.tr/?p=278',0,'revision','',0),(277,1,'2025-10-24 00:51:37','2025-10-23 21:51:37','<!-- wp:shortcode /-->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code></code></pre>\n<!-- /wp:code -->','İLETİŞİM','','inherit','closed','closed','','246-revision-v1','','','2025-10-24 00:51:37','2025-10-23 21:51:37','',246,'http://www.onurbranda.com.tr/?p=277',0,'revision','',0),(280,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',58,'http://www.onurbranda.com.tr/?p=280',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (281,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',7,'http://www.onurbranda.com.tr/?p=281',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (282,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',12,'http://www.onurbranda.com.tr/?p=282',0,'revision','',0),(283,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',9,'http://www.onurbranda.com.tr/?p=283',0,'revision','',0),(284,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',21,'http://www.onurbranda.com.tr/?p=284',0,'revision','',0),(285,1,'2025-10-24 00:54:13','2025-10-23 21:54:13','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 00:54:13','2025-10-23 21:54:13','',20,'http://www.onurbranda.com.tr/?p=285',0,'revision','',0),(288,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',58,'http://www.onurbranda.com.tr/?p=288',0,'revision','',0),(289,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',7,'http://www.onurbranda.com.tr/?p=289',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (290,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',12,'http://www.onurbranda.com.tr/?p=290',0,'revision','',0),(291,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',9,'http://www.onurbranda.com.tr/?p=291',0,'revision','',0),(292,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',21,'http://www.onurbranda.com.tr/?p=292',0,'revision','',0),(293,1,'2025-10-24 00:55:56','2025-10-23 21:55:56','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 00:55:56','2025-10-23 21:55:56','',20,'http://www.onurbranda.com.tr/?p=293',0,'revision','',0),(295,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',58,'http://www.onurbranda.com.tr/?p=295',0,'revision','',0),(296,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',7,'http://www.onurbranda.com.tr/?p=296',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (297,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',12,'http://www.onurbranda.com.tr/?p=297',0,'revision','',0),(298,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',9,'http://www.onurbranda.com.tr/?p=298',0,'revision','',0),(299,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',21,'http://www.onurbranda.com.tr/?p=299',0,'revision','',0),(300,1,'2025-10-24 00:56:52','2025-10-23 21:56:52','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 00:56:52','2025-10-23 21:56:52','',20,'http://www.onurbranda.com.tr/?p=300',0,'revision','',0),(408,1,'2025-10-24 01:45:57','2025-10-23 22:45:57','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:45:57','2025-10-23 22:45:57','',58,'http://www.onurbranda.com.tr/?p=408',0,'revision','',0),(302,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',58,'http://www.onurbranda.com.tr/?p=302',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (303,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',7,'http://www.onurbranda.com.tr/?p=303',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (304,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":30,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',12,'http://www.onurbranda.com.tr/?p=304',0,'revision','',0),(305,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-30-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-30 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',9,'http://www.onurbranda.com.tr/?p=305',0,'revision','',0),(306,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',21,'http://www.onurbranda.com.tr/?p=306',0,'revision','',0),(307,1,'2025-10-24 00:59:09','2025-10-23 21:59:09','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 00:59:09','2025-10-23 21:59:09','',20,'http://www.onurbranda.com.tr/?p=307',0,'revision','',0),(312,1,'2025-10-24 01:07:29','2025-10-23 22:07:29','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/cift-acilir-tente\">ÇİFT AÇILIR TENTE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/karpuz-tente\">KARPUZ TENTE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/koruklu-tente\">KÖRÜKLÜ TENTE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/mafsalli-tente\">MAFSALLI TENTE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/pergole\">PERGOLE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://www.onurbranda.com/kategori/sabit-tente\">SABİT TENTE</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"http://www.onurbranda.com/kategori/seffaf-branda\">ŞEFFAF BRANDA</a></p>\n<!-- /wp:paragraph -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:07:29','2025-10-23 22:07:29','',190,'http://www.onurbranda.com.tr/?p=312',0,'revision','',0),(310,1,'2025-10-24 01:03:44','2025-10-23 22:03:44','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Firmamız, 2000\'li yılların başında çıktığı bu yolda, branda ve tente sektöründe kalitenin ve güvenin simgesi haline gelmiştir. 20 yılı aşkın bilgi birikimimizle, sayısız bireysel ve kurumsal projeyi başarıyla tamamlamanın gururunu yaşıyoruz. Sektördeki yenilikleri yakından takip eden uzman ekibimizle, her mekana ve her ihtiyaca özel, fonksiyonel ve estetik çözümler üretiyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Temel ilkemiz, kurulduğumuz ilk günden beri değişmedi: Müşteri memnuniyetini her zaman en üst seviyede tutmak. Kullandığımız yüksek kaliteli malzemeler, titiz işçiliğimiz ve zamanında teslimat prensibimizle, yaşam alanlarınızı güneşin zararlı etkilerinden ve olumsuz hava koşullarından korurken, mekanlarınıza estetik bir değer katıyoruz.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">ONUR BRANDA olarak, kazandığımız tecrübeyi modern teknolojiyle birleştirerek, sizlere sadece bir ürün değil, yıllar boyu sürecek bir konfor ve dayanıklılık vadediyoruz.</p>\n<!-- /wp:paragraph -->','HAKKIMIZDA','','inherit','closed','closed','','245-revision-v1','','','2025-10-24 01:03:44','2025-10-23 22:03:44','',245,'http://www.onurbranda.com.tr/?p=310',0,'revision','',0),(314,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Initial Content\",\"attrs\":{\"id\":\"initial-content\"},\"initialContentSection\":true},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}},\"textAlign\":\"left\"},\"type\":\"content\",\"id\":\"190-c4\",\"parentId\":\"190-c3\",\"partialId\":190,\"styleRef\":338}],\"type\":\"content\",\"id\":\"190-c3\",\"parentId\":\"190-c2\",\"partialId\":190,\"styleRef\":337}],\"type\":\"content\",\"id\":\"190-c2\",\"parentId\":\"190-c1\",\"partialId\":190,\"styleRef\":336}],\"id\":\"190-c1\",\"partialId\":190,\"styleRef\":335,\"type\":\"content\"}','','','publish','closed','closed','','314','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',0,'http://www.onurbranda.com.tr/?post_type=extb_post_json&p=314',0,'extb_post_json','',0),(315,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','<div data-colibri-id=\"190-c1\" class=\"style-335 style-local-190-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"190-c2\" id=\"initial-content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-336 style-local-190-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"190-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-337 style-local-190-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-338-outer style-local-190-c4-outer\">\n            <div data-colibri-id=\"190-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-338 style-local-190-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n                <!---->\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',190,'http://www.onurbranda.com.tr/?p=315',0,'revision','',0),(316,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h5\",\"parentId\":\"14-h4\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h4\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"14-h6\",\"index\":0,\"id\":\"14-h7\",\"partialId\":14,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"14-h6\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":6,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"14-h15\",\"parentId\":\"14-h14\",\"partialId\":14,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"14-h14\",\"parentId\":\"14-h13\",\"partialId\":14,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h13\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"14-h17\",\"index\":1,\"id\":\"14-h18\",\"partialId\":14,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"14-h17\",\"parentId\":\"14-h16\",\"partialId\":14,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"14-h16\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"14-h12\",\"parentId\":\"14-h11\",\"partialId\":14,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"14-h11\",\"parentId\":\"14-h10\",\"partialId\":14,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"14-h10\",\"parentId\":\"14-h9\",\"partialId\":14,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"14-h8\",\"index\":1,\"id\":\"14-h9\",\"partialId\":14,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"14-h8\",\"parentId\":\"14-h3\",\"partialId\":14,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"14-h3\",\"parentId\":\"14-h2\",\"partialId\":14,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"id\":\"14-h2\",\"partialId\":14,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"14-h21\",\"index\":0,\"id\":\"14-h22\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h21\",\"parentId\":\"14-h20\",\"partialId\":14,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"14-h23\",\"index\":0,\"id\":\"14-h24\",\"partialId\":14,\"type\":\"header\"}],\"id\":\"14-h23\",\"parentId\":\"14-h20\",\"partialId\":14,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"14-h20\",\"parentId\":\"14-h19\",\"partialId\":14,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"14-h19\",\"parentId\":\"14-h2\",\"partialId\":14,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"14-h27\",\"index\":0,\"id\":\"14-h28\",\"partialId\":14,\"styleRef\":326,\"type\":\"header\",\"props\":{\"content\":\"<p>S\\u0130Z VARSANIZ B\\u0130Z VARIZ<\\/p>\"}}],\"id\":\"14-h27\",\"parentId\":\"14-h26\",\"partialId\":14,\"styleRef\":324,\"type\":\"header\"}],\"parentId\":\"14-h25\",\"index\":1,\"id\":\"14-h26\",\"partialId\":14,\"styleRef\":323,\"type\":\"header\"}],\"parentId\":\"14-h1\",\"type\":\"header\",\"id\":\"14-h25\",\"partialId\":14,\"styleRef\":55}],\"id\":\"14-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":14,\"styleRef\":32}','','','inherit','closed','closed','','18-revision-v1','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',18,'http://www.onurbranda.com.tr/?p=316',0,'revision','',0),(317,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','<div data-colibri-id=\"14-h1\" class=\"page-header style-32 style-local-14-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-14-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"14-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-14-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"14-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-14-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-14-h4-outer\">\n                <div data-colibri-id=\"14-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-14-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-6-outer style-local-14-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"14-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-6 style-local-14-h6 h-hide-sm position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"14-h7\" class=\"style-7 style-local-14-h7 position-relative h-element\">\n                      <!---->\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-14-h8-outer\">\n                <div data-colibri-id=\"14-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-14-h8 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-14-h9 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"14-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-14-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-14-h10\" data-target-id=\"offcanvas-wrapper-14-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-14-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n                          data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-14-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-14-h10-offscreen\">\n                          <div data-colibri-id=\"14-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-14-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h13\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-14-h13 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-14-h14-outer\">\n                                    <div data-colibri-id=\"14-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-14-h14 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h15\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-14-h15 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-14-h15-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"14-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-14-h12 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"14-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-14-h16 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-14-h17-outer\">\n                                    <div data-colibri-id=\"14-h17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-14-h17 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"14-h18\" class=\"style-16 style-local-14-h18 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-14-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-14-h10-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"14-h25\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-55 style-local-14-h25 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(31, 31, 32); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"14-h26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-323 style-local-14-h26 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-324-outer style-local-14-h27-outer\">\n            <div data-colibri-id=\"14-h27\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-324 style-local-14-h27 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"14-h28\" class=\"h-text h-text-component style-326 style-local-14-h28 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SİZ VARSANIZ BİZ VARIZ</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_post','','inherit','closed','closed','','14-revision-v1','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',14,'http://www.onurbranda.com.tr/?p=317',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (318,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',21,'http://www.onurbranda.com.tr/?p=318',0,'revision','',0),(319,1,'2025-10-24 01:09:02','2025-10-23 22:09:02','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:09:02','2025-10-23 22:09:02','',20,'http://www.onurbranda.com.tr/?p=319',0,'revision','',0),(328,1,'2025-10-24 01:30:02','2025-10-23 22:30:02','<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"x-large\"} -->\n<p class=\"has-text-align-center has-x-large-font-size\"><strong>ÇİFT AÇILIMLI TENTE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2-1024x768.jpg\" alt=\"\" class=\"wp-image-324\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":325,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1-1024x768.jpg\" alt=\"\" class=\"wp-image-325\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":326,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1-1024x768.jpg\" alt=\"\" class=\"wp-image-326\"/></figure>\n<!-- /wp:image -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:30:02','2025-10-23 22:30:02','',190,'http://www.onurbranda.com.tr/?p=328',0,'revision','',0),(326,1,'2025-10-24 01:28:38','2025-10-23 22:28:38','','IMG-20250921-WA0060','','inherit','open','closed','','img-20250921-wa0060-2','','','2025-10-24 01:28:38','2025-10-23 22:28:38','',190,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1.jpg',0,'attachment','image/jpeg',0),(327,1,'2025-10-24 01:28:45','2025-10-23 22:28:45','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">ÇİFT AÇILIMLI TENTE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2-1024x768.jpg\" alt=\"\" class=\"wp-image-324\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":325,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1-1024x768.jpg\" alt=\"\" class=\"wp-image-325\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":326,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1-1024x768.jpg\" alt=\"\" class=\"wp-image-326\"/></figure>\n<!-- /wp:image -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:28:45','2025-10-23 22:28:45','',190,'http://www.onurbranda.com.tr/?p=327',0,'revision','',0),(321,1,'2025-10-24 01:22:40','2025-10-23 22:22:40','<!-- wp:html -->\n<div class=\"style-335 style-local-190-c1 position-relative\" data-colibri-id=\"190-c1\">\n<div id=\"initial-content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-336 style-local-190-c2 position-relative\" style=\"text-align: center;\" data-colibri-component=\"section\" data-colibri-id=\"190-c2\">ÇİFT AÇILIMLI TENTE<br>\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-337 style-local-190-c3 position-relative\" data-colibri-id=\"190-c3\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-338-outer style-local-190-c4-outer\" style=\"text-align: center;\">\n<div class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-338 style-local-190-c4 position-relative\" data-colibri-id=\"190-c4\"><br>\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">DEKORATİF TENTE</div>\n<div>&nbsp;</div>\n</div>\n</div>\n<div style=\"text-align: center;\">KIŞ BAHÇESİ ŞEFFAF KAPAMA</div>\n<div style=\"text-align: center;\">&nbsp;</div>\n<div style=\"text-align: center;\">KÖRÜKLÜ TENTE</div>\n<div style=\"text-align: center;\">&nbsp;</div>\n<div style=\"text-align: center;\">MAFSALLI TENTE</div>\n</div>\n</div>\n</div>\n</div>\n<div data-colibri-component=\"section\" data-colibri-id=\"190-c2\">&nbsp;</div>\n</div>\n<!-- /wp:html -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:22:40','2025-10-23 22:22:40','',190,'http://www.onurbranda.com.tr/?p=321',0,'revision','',0),(325,1,'2025-10-24 01:28:22','2025-10-23 22:28:22','','IMG-20250921-WA0057','','inherit','open','closed','','img-20250921-wa0057-2','','','2025-10-24 01:28:22','2025-10-23 22:28:22','',190,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1.jpg',0,'attachment','image/jpeg',0),(323,1,'2025-10-24 01:26:04','2025-10-23 22:26:04','','IMG-20250921-WA0053','','inherit','open','closed','','img-20250921-wa0053-2','','','2025-10-24 01:26:04','2025-10-23 22:26:04','',190,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-1.jpg',0,'attachment','image/jpeg',0),(324,1,'2025-10-24 01:28:06','2025-10-23 22:28:06','','IMG-20250921-WA0053','','inherit','open','closed','','img-20250921-wa0053-3','','','2025-10-24 01:28:06','2025-10-23 22:28:06','',190,'http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2.jpg',0,'attachment','image/jpeg',0),(415,1,'2025-10-24 01:48:03','2025-10-23 22:48:03','<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"x-large\"} -->\n<p class=\"has-text-align-center has-x-large-font-size\"><strong>ÇİFT AÇILIMLI TENTE</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":324,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0053-2-1024x768.jpg\" alt=\"\" class=\"wp-image-324\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":325,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0057-1-1024x768.jpg\" alt=\"\" class=\"wp-image-325\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":326,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/IMG-20250921-WA0060-1-1024x768.jpg\" alt=\"\" class=\"wp-image-326\"/></figure>\n<!-- /wp:image -->','kategoriler','','inherit','closed','closed','','190-revision-v1','','','2025-10-24 01:48:03','2025-10-23 22:48:03','',190,'http://www.onurbranda.com.tr/?p=415',0,'revision','',0),(425,1,'2025-11-27 03:45:06','2025-11-27 00:45:06','<div class=\"style-177 style-local-7-c1 position-relative\" data-colibri-id=\"7-c1\">\n<div id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c8\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\" data-colibri-id=\"7-c62\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\" data-colibri-id=\"7-c63\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\" data-colibri-id=\"7-c64\">\n<div class=\"h-heading__outer style-240 style-local-7-c64\">\n<h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\" data-colibri-id=\"7-c65\">\n<div class=\"\">\n\nHer türlü alan ve bahçelerinizde en iyi hizmet\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\" data-colibri-id=\"7-c9\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\" data-colibri-id=\"7-c10\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-303 style-local-7-c11 position-relative h-element\" data-colibri-id=\"7-c11\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-71 style-303-image style-local-7-c11-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\" data-colibri-id=\"7-c12\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-304 style-local-7-c13 position-relative h-element\" data-colibri-id=\"7-c13\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-135 style-304-image style-local-7-c13-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\" data-colibri-id=\"7-c14\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-231 style-local-7-c15 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\" data-normal=\"\" data-colibri-id=\"7-c16\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-305 style-local-7-c17 position-relative h-element\" data-colibri-id=\"7-c17\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-136 style-305-image style-local-7-c17-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c19 position-relative h-element\" data-colibri-id=\"7-c19\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\" data-colibri-id=\"7-c20\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-232 style-local-7-c21 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\" data-normal=\"\" data-colibri-id=\"7-c22\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-306 style-local-7-c23 position-relative h-element\" data-colibri-id=\"7-c23\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-137 style-306-image style-local-7-c23-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c25 position-relative h-element\" data-colibri-id=\"7-c25\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\" data-colibri-id=\"7-c26\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-233 style-local-7-c27 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\" data-normal=\"\" data-colibri-id=\"7-c28\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-307 style-local-7-c29 position-relative h-element\" data-colibri-id=\"7-c29\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-138 style-307-image style-local-7-c29-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c31 position-relative h-element\" data-colibri-id=\"7-c31\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\" data-colibri-id=\"7-c32\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-234 style-local-7-c33 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\" data-normal=\"\" data-colibri-id=\"7-c34\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-308 style-local-7-c35 position-relative h-element\" data-colibri-id=\"7-c35\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-139 style-308-image style-local-7-c35-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c37 position-relative h-element\" data-colibri-id=\"7-c37\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\" data-colibri-id=\"7-c38\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-235 style-local-7-c39 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\" data-normal=\"\" data-colibri-id=\"7-c40\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-309 style-local-7-c41 position-relative h-element\" data-colibri-id=\"7-c41\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-140 style-309-image style-local-7-c41-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c43 position-relative h-element\" data-colibri-id=\"7-c43\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\" data-colibri-id=\"7-c44\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-236 style-local-7-c45 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\" data-normal=\"\" data-colibri-id=\"7-c46\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-310 style-local-7-c47 position-relative h-element\" data-colibri-id=\"7-c47\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-141 style-310-image style-local-7-c47-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c49 position-relative h-element\" data-colibri-id=\"7-c49\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\" data-colibri-id=\"7-c50\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"content-swap style-237 style-local-7-c51 position-relative h-element\" data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\">\n<div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n<div class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\" data-normal=\"\" data-colibri-id=\"7-c52\">\n<div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-311 style-local-7-c53 position-relative h-element\" data-colibri-id=\"7-c53\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-142 style-311-image style-local-7-c53-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\" style=\"display: none;\" data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\">\n<div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-icon style-230 style-local-7-c55 position-relative h-element\" data-colibri-id=\"7-c55\">\n<a href=\"#\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></a></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\" data-colibri-id=\"7-c56\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-315 style-local-7-c57 position-relative h-element\" data-colibri-id=\"7-c57\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-166 style-315-image style-local-7-c57-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\" data-colibri-id=\"7-c58\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-316 style-local-7-c59 position-relative h-element\" data-colibri-id=\"7-c59\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-167 style-316-image style-local-7-c59-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\" data-colibri-id=\"7-c60\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-317 style-local-7-c61 position-relative h-element\" data-colibri-id=\"7-c61\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-168 style-317-image style-local-7-c61-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c66\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\" data-colibri-id=\"7-c76\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\" data-colibri-id=\"7-c77\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\" data-colibri-id=\"7-c78\">\n<div class=\"h-heading__outer style-272 style-local-7-c78\">\n<h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\" data-colibri-id=\"7-c79\">\n<div class=\"\">\n\nKaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\" data-colibri-id=\"7-c67\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\" data-colibri-id=\"7-c68\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c69 position-relative h-element\" data-colibri-id=\"7-c69\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-162 style-264-image style-local-7-c69-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\" data-colibri-id=\"7-c70\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c71 position-relative h-element\" data-colibri-id=\"7-c71\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-163 style-264-image style-local-7-c71-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\" data-colibri-id=\"7-c72\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c73 position-relative h-element\" data-colibri-id=\"7-c73\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-164 style-264-image style-local-7-c73-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\" data-colibri-id=\"7-c74\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-264 style-local-7-c75 position-relative h-element\" data-colibri-id=\"7-c75\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-165 style-264-image style-local-7-c75-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c80\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\" data-colibri-id=\"7-c92\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\" data-colibri-id=\"7-c93\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\" data-colibri-id=\"7-c94\">\n<div class=\"h-heading__outer style-288 style-local-7-c94\">\n<h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n</div>\n</div>\n<div class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\" data-colibri-id=\"7-c95\">\n<div class=\"\">\n\nYAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\" data-colibri-id=\"7-c81\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\" data-colibri-id=\"7-c82\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\" data-colibri-id=\"7-c83\">\n<div class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\" data-colibri-component=\"masonry\">[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"7-c96\">\n<div class=\"background-wrapper\">\n<div class=\"background-layer background-layer-media-container-lg\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n<div class=\"background-layer background-layer-media-container-md\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n<div class=\"background-layer background-layer-media-container\">\n<div class=\"overlay-layer\">\n<div class=\"overlay-image-layer\" style=\"background-color: #000000; opacity: 0.5;\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\" data-colibri-id=\"7-c97\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\" data-colibri-id=\"7-c98\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n<div class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\" data-colibri-id=\"7-c99\">\n<div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\" data-colibri-id=\"7-c100\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-295 style-local-7-c101 position-relative h-element\" data-colibri-id=\"7-c101\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-5458 style-295-image style-local-7-c101-image\" src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\" data-colibri-id=\"7-c102\">\n<ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n 	<li class=\"list-item no-gutters\">\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div>\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">GSM: +90 (541) 118 95 07</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\"></div></li>\n 	<li class=\"list-item no-gutters\">\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">E-mail: info@onurbranda.com.tr</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\"></div></li>\n 	<li class=\"list-item no-gutters\">\n<div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n<div class=\"d-flex\"><span class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--></span></div>\n<span class=\"list-text d-block\">ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28\nBEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span>\n\n</div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\"></div>\n<div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-11-27 03:45:06','2025-11-27 00:45:06','',7,'http://www.onurbranda.com.tr/?p=425',0,'revision','',0),(331,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',58,'http://www.onurbranda.com.tr/?p=331',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (332,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',7,'http://www.onurbranda.com.tr/?p=332',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (333,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"http:\\/\\/www.onurbranda.com.tr\\/iletisim\\/\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',12,'http://www.onurbranda.com.tr/?p=333',0,'revision','',0),(341,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/iletisim/\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',9,'http://www.onurbranda.com.tr/?p=341',0,'revision','',0),(334,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"http://www.onurbranda.com.tr/iletisim/\" target=\"_blank\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',9,'http://www.onurbranda.com.tr/?p=334',0,'revision','',0),(335,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',21,'http://www.onurbranda.com.tr/?p=335',0,'revision','',0),(336,1,'2025-10-24 01:33:49','2025-10-23 22:33:49','<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"20-f1\" class=\"page-footer style-60 style-local-20-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"20-f2\" id=\"copyright\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-61 style-local-20-f2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"20-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-62 style-local-20-f3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-63-outer style-local-20-f4-outer\">\n            <div data-colibri-id=\"20-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-63 style-local-20-f4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"20-f5\" class=\"style-64 style-local-20-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                    <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','footer_post','','inherit','closed','closed','','20-revision-v1','','','2025-10-24 01:33:49','2025-10-23 22:33:49','',20,'http://www.onurbranda.com.tr/?p=336',0,'revision','',0),(338,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',58,'http://www.onurbranda.com.tr/?p=338',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (339,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',7,'http://www.onurbranda.com.tr/?p=339',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (340,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"\\/iletisim\\/\",\"typeOpenLink\":\"newWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',12,'http://www.onurbranda.com.tr/?p=340',0,'revision','',0),(342,1,'2025-10-24 01:34:41','2025-10-23 22:34:41','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:34:41','2025-10-23 22:34:41','',21,'http://www.onurbranda.com.tr/?p=342',0,'revision','',0),(345,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',58,'http://www.onurbranda.com.tr/?p=345',0,'revision','',0),(346,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',7,'http://www.onurbranda.com.tr/?p=346',0,'revision','',0);
INSERT INTO `wp9v_posts` VALUES (347,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','{\"name\":\"hop-header\",\"id\":\"9-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":9,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Raleway\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenu-item\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(221, 221, 221, 0.5)\",\"style\":\"\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"padding\":{\"left\":{\"value\":\"0\"},\"right\":{\"value\":\"0\"}}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"height\":{\"path\":\"value\",\"value\":\"2\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"submenuFirstLi\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"submenuLastLi\":{\"border\":{\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.1}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"typography\":{\"color\":\"${theme.colors.5}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.1}\"}},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h5\",\"parentId\":\"9-h4\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h4\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":4,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"9-h13\",\"parentId\":\"9-h12\",\"partialId\":9,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"9-h12\",\"parentId\":\"9-h11\",\"partialId\":9,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h11\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"9-h15\",\"index\":1,\"id\":\"9-h16\",\"partialId\":9,\"styleRef\":16,\"type\":\"header\"}],\"id\":\"9-h15\",\"parentId\":\"9-h14\",\"partialId\":9,\"styleRef\":15,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}}}],\"id\":\"9-h14\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":14,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"9-h10\",\"parentId\":\"9-h9\",\"partialId\":9,\"styleRef\":17,\"type\":\"header\"}],\"id\":\"9-h9\",\"parentId\":\"9-h8\",\"partialId\":9,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"9-h8\",\"parentId\":\"9-h7\",\"partialId\":9,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"9-h6\",\"index\":1,\"id\":\"9-h7\",\"partialId\":9,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"9-h6\",\"parentId\":\"9-h3\",\"partialId\":9,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"9-h3\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h2\",\"partialId\":9,\"styleRef\":2,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/phone\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"icons8-line-awesome\\/envelope\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":21,\"slot\":null,\"parentId\":\"9-h19\",\"index\":0,\"id\":\"9-h20\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h19\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":20,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-f\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-x\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/instagram\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/youtube-play\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":23,\"slot\":null,\"parentId\":\"9-h21\",\"index\":0,\"id\":\"9-h22\",\"partialId\":9,\"type\":\"header\"}],\"id\":\"9-h21\",\"parentId\":\"9-h18\",\"partialId\":9,\"styleRef\":22,\"type\":\"header\"}],\"id\":\"9-h18\",\"parentId\":\"9-h17\",\"partialId\":9,\"styleRef\":19,\"type\":\"header\"}],\"id\":\"9-h17\",\"parentId\":\"9-h2\",\"partialId\":9,\"styleRef\":18,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"ONUR BRANDA KAL\\u0130TEL\\u0130 H\\u0130ZMET\"},\"id\":\"9-h26\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":27,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde y\\u0131llar\\u0131n vermi\\u015f oldu\\u011fu deneyim ile siz m\\u00fc\\u015fterilerimize en iyi hizmeti vermek i\\u00e7in \\u00e7al\\u0131\\u015f\\u0131yoruz.<\\/p>\"},\"id\":\"9-h27\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":28,\"type\":\"header\",\"slot\":null,\"index\":1},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"B\\u0130ZE ULA\\u015eIN\",\"link\":{\"value\":\"\\/iletisim\\/\",\"typeOpenLink\":\"sameWindow\"}},\"id\":\"9-h29\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":339,\"type\":\"header\"},{\"name\":\"hop-button\",\"props\":{\"text\":\"KATEGOR\\u0130LER\",\"link\":{\"value\":\"#\"}},\"id\":\"9-h30\",\"parentId\":\"9-h28\",\"partialId\":9,\"styleRef\":31,\"type\":\"header\"}],\"id\":\"9-h28\",\"parentId\":\"9-h25\",\"partialId\":9,\"styleRef\":29,\"type\":\"header\"}],\"id\":\"9-h25\",\"parentId\":\"9-h24\",\"partialId\":9,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"9-h23\",\"id\":\"9-h24\",\"partialId\":9,\"styleRef\":25,\"type\":\"header\"}],\"parentId\":\"9-h1\",\"id\":\"9-h23\",\"partialId\":9,\"styleRef\":24,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"9-h33\",\"parentId\":\"9-h32\",\"partialId\":9,\"styleRef\":333,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"9-h32\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":332,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"9-h34\",\"parentId\":\"9-h31\",\"partialId\":9,\"styleRef\":334,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"9-h23\",\"slot\":\"downArrow\",\"id\":\"9-h31\",\"partialId\":9,\"styleRef\":331,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','12-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',12,'http://www.onurbranda.com.tr/?p=347',0,'revision','',0),(348,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','<div data-colibri-id=\"9-h1\" class=\"page-header style-1 style-local-9-h1 position-relative\">\n  <!---->\n  <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-2-outer style-local-9-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"9-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-9-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"9-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-3 style-local-9-h3 position-relative\">\n            <!---->\n            <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n              <!---->\n              <div class=\"h-column h-column-container d-flex h-col-none style-4-outer style-local-9-h4-outer\">\n                <div data-colibri-id=\"9-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-1 h-px-0 v-inner-lg-0 v-inner-md-1 v-inner-0 style-4 style-local-9-h4 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-id=\"9-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h5 position-relative h-element\">\n                      <!---->\n                      <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h5-text\">[colibri_site_title]</span></a>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class=\"h-column h-column-container d-flex h-col-none style-8-outer style-local-9-h6-outer\">\n                <div data-colibri-id=\"9-h6\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-8 style-local-9-h6 position-relative\">\n                  <!---->\n                  <!---->\n                  <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                    <!---->\n                    <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h7\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-9-h7 position-relative h-element\">\n                      <!---->\n                      <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"9-h8\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-9-h8 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-9-h8\" data-target-id=\"offcanvas-wrapper-9-h8\" data-offcanvas-overlay-id=\"offcanvas-overlay-9-h8\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\" data-push=\"false\"\n                          title=\"Menu\" class=\"h-hamburger-button\">\n                          <div class=\"icon-container h-hamburger-icon\">\n                            <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n                              <!--Icon by Font Awesome (https://fontawesome.com)-->\n                              <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n                                <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n                              </svg>\n                            </div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-9-h8\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-9-h8-offscreen\">\n                          <div data-colibri-id=\"9-h9\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-9-h9 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h11\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-2 gutters-row-v-1 style-12 style-local-9-h11 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-2 gutters-col-v-1\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none style-13-outer style-local-9-h12-outer\">\n                                    <div data-colibri-id=\"9-h12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-9-h12 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h13\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-9-h13 position-relative h-element\">\n                                          <!---->\n                                          <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-5-text style-local-9-h13-text\">[colibri_site_title]</span></a>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-content\">\n                              <!---->\n                              <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"9-h10\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-17 style-local-9-h10 position-relative h-element\">\n                                <!---->\n                                <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                              </div>\n                            </div>\n                            <div class=\"offscreen-footer h-ui-empty-state-container\">\n                              <div data-colibri-id=\"9-h14\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-14 style-local-9-h14 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-center align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n                                  <!---->\n                                  <div class=\"h-column h-column-container d-flex h-col-none align-self-md-center style-15-outer style-local-9-h15-outer\">\n                                    <div data-colibri-id=\"9-h15\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-15 style-local-9-h15 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                                        <!---->\n                                        <div data-colibri-id=\"9-h16\" class=\"style-16 style-local-9-h16 position-relative h-element\">\n                                          <!---->\n                                          <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n                                            <a target=\"_blank\" href=\"https://colibriwp.com\">Colibri</a>[/colibri_copyright]</div>\n                                        </div>\n                                      </div>\n                                    </div>\n                                  </div>\n                                </div>\n                              </div>\n                            </div>\n                          </div>\n                        </div>\n                        <div id=\"offcanvas-overlay-9-h8\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-9-h8-offscreenOverlay\"></div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-id=\"9-h23\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-24 style-local-9-h23 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 35%, rgba(28, 28, 36, 0.2) 51%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 29%, rgba(28, 28, 36, 0.2) 70%);\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-image: linear-gradient(249deg, rgba(28, 28, 36, 0.95) 26%, rgba(28, 28, 36, 0.2) 100%);\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"9-h24\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-3 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-25 style-local-9-h24 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-end align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-3 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-26-outer style-local-9-h25-outer\">\n            <div data-colibri-id=\"9-h25\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-26 style-local-9-h25 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"9-h26\" class=\"h-global-transition-all h-heading style-27 style-local-9-h26 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-27 style-local-9-h26\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ONUR BRANDA KALİTELİ HİZMET</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h27\" class=\"h-text h-text-component style-28 style-local-9-h27 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe yılların vermiş olduğu deneyim ile siz müşterilerimize en iyi hizmeti vermek için çalışıyoruz.</p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"9-h28\" class=\"h-x-container style-29 style-local-9-h28 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-9-h28-group style-29-spacing style-local-9-h28-spacing\"><span class=\"h-button__outer style-339-outer style-local-9-h29-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/iletisim/\"  data-colibri-id=\"9-h29\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-339 style-local-9-h29 position-relative\"><!----><!----> <span>BİZE ULAŞIN</span></a>\n                    </span><span class=\"h-button__outer style-31-outer style-local-9-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"#\"  data-colibri-id=\"9-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-31 style-local-9-h30 position-relative\"><!----><!----> <span>KATEGORİLER</span></a>\n                    </span>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>','header_front_page','','inherit','closed','closed','','9-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',9,'http://www.onurbranda.com.tr/?p=348',0,'revision','',0),(349,1,'2025-10-24 01:35:46','2025-10-23 22:35:46','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright\",\"attrs\":{\"id\":\"copyright\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"20-f4\",\"index\":1,\"id\":\"20-f5\",\"partialId\":20,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"20-f4\",\"parentId\":\"20-f3\",\"partialId\":20,\"styleRef\":63,\"type\":\"footer\"}],\"parentId\":\"20-f2\",\"index\":0,\"id\":\"20-f3\",\"partialId\":20,\"styleRef\":62,\"type\":\"footer\"}],\"id\":\"20-f2\",\"parentId\":\"20-f1\",\"partialId\":20,\"styleRef\":61,\"type\":\"footer\"}],\"id\":\"20-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":20,\"styleRef\":60}','','','inherit','closed','closed','','21-revision-v1','','','2025-10-24 01:35:46','2025-10-23 22:35:46','',21,'http://www.onurbranda.com.tr/?p=349',0,'revision','',0),(352,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}}}},\"id\":\"7-c4\",\"parentId\":\"7-c3\",\"partialId\":7,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":0,\"id\":\"7-c5\",\"partialId\":7,\"styleRef\":186,\"type\":\"content\",\"props\":{\"content\":\"HAKKIMIZDA\"}},{\"name\":\"hop-heading\",\"parentId\":\"7-c4\",\"index\":1,\"id\":\"7-c6\",\"partialId\":7,\"styleRef\":187,\"type\":\"content\",\"props\":{\"content\":\"Kaliteli \\u00fcr\\u00fcn uygun fiyat\"}},{\"name\":\"hop-text\",\"parentId\":\"7-c4\",\"index\":2,\"id\":\"7-c7\",\"partialId\":7,\"styleRef\":188,\"type\":\"content\",\"props\":{\"content\":\"<p>Branda ve tente sekt\\u00f6r\\u00fcnde 2000 li y\\u0131llar\\u0131n ba\\u015f\\u0131nda ba\\u015flad\\u0131\\u011f\\u0131m\\u0131z imalat ve&nbsp; montaj i\\u015flemlerimiz siz m\\u00fc\\u015fterilerimizin deste\\u011fi ve g\\u00fcveni ile bu g\\u00fcnlere kadar gelmi\\u015ftir.<\\/p>\"}}],\"styleRef\":185,\"type\":\"content\"}],\"id\":\"7-c3\",\"parentId\":\"7-c2\",\"partialId\":7,\"styleRef\":184,\"type\":\"content\"}],\"id\":\"7-c2\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":183,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Portfolio\",\"attrs\":{\"id\":\"portfolio\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c10\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c10\",\"index\":0,\"id\":\"7-c11\",\"partialId\":7,\"styleRef\":303,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-cropped-IMG-20250921-WA0062-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":71,\"size\":\"\"}}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c12\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c12\",\"index\":0,\"id\":\"7-c13\",\"partialId\":7,\"styleRef\":304,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0058.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":135,\"size\":\"\"}}],\"styleRef\":302,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c14\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c16\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c16\",\"index\":0,\"id\":\"7-c17\",\"partialId\":7,\"styleRef\":305,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0052.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":136,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c18\",\"index\":1,\"id\":\"7-c19\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c18\",\"parentId\":\"7-c15\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c14\",\"index\":0,\"id\":\"7-c15\",\"partialId\":7,\"styleRef\":231,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c20\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c22\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c22\",\"index\":0,\"id\":\"7-c23\",\"partialId\":7,\"styleRef\":306,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0065.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":137,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c24\",\"index\":1,\"id\":\"7-c25\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c24\",\"parentId\":\"7-c21\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c20\",\"index\":0,\"id\":\"7-c21\",\"partialId\":7,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c26\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c28\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c28\",\"index\":0,\"id\":\"7-c29\",\"partialId\":7,\"styleRef\":307,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0039.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":138,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c30\",\"index\":1,\"id\":\"7-c31\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c30\",\"parentId\":\"7-c27\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c26\",\"index\":0,\"id\":\"7-c27\",\"partialId\":7,\"styleRef\":233,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c32\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c34\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c34\",\"index\":0,\"id\":\"7-c35\",\"partialId\":7,\"styleRef\":308,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0057.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":139,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c36\",\"index\":1,\"id\":\"7-c37\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c36\",\"parentId\":\"7-c33\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c32\",\"index\":0,\"id\":\"7-c33\",\"partialId\":7,\"styleRef\":234,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c38\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c40\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c40\",\"index\":0,\"id\":\"7-c41\",\"partialId\":7,\"styleRef\":309,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0033.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":140,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c42\",\"index\":1,\"id\":\"7-c43\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c42\",\"parentId\":\"7-c39\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c38\",\"index\":0,\"id\":\"7-c39\",\"partialId\":7,\"styleRef\":235,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c44\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c46\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c46\",\"index\":0,\"id\":\"7-c47\",\"partialId\":7,\"styleRef\":310,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0038.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":141,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c48\",\"index\":1,\"id\":\"7-c49\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c48\",\"parentId\":\"7-c45\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c44\",\"index\":0,\"id\":\"7-c45\",\"partialId\":7,\"styleRef\":236,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c50\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-content-swap\",\"children\":[{\"name\":\"hop-content-swap-default\",\"id\":\"7-c52\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":228,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c52\",\"index\":0,\"id\":\"7-c53\",\"partialId\":7,\"styleRef\":311,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0030.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":142,\"size\":\"\"}}]},{\"name\":\"hop-content-swap-hover\",\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"7-c54\",\"index\":1,\"id\":\"7-c55\",\"partialId\":7,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/search\",\"link\":{\"value\":\"#\"}}}],\"id\":\"7-c54\",\"parentId\":\"7-c51\",\"partialId\":7,\"styleRef\":229,\"type\":\"content\"}],\"parentId\":\"7-c50\",\"index\":0,\"id\":\"7-c51\",\"partialId\":7,\"styleRef\":237,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c56\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c56\",\"index\":0,\"id\":\"7-c57\",\"partialId\":7,\"styleRef\":315,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0015.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":166,\"size\":\"\"}}],\"styleRef\":312,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c58\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c58\",\"index\":0,\"id\":\"7-c59\",\"partialId\":7,\"styleRef\":316,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0061.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":167,\"size\":\"\"}}],\"styleRef\":313,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c60\",\"parentId\":\"7-c9\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c60\",\"index\":0,\"id\":\"7-c61\",\"partialId\":7,\"styleRef\":317,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-IMG-20250921-WA0022.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":168,\"size\":\"\"}}],\"styleRef\":314,\"type\":\"content\"}],\"id\":\"7-c9\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"7-c8\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"\\u00c7ALI\\u015eMALARIMIZ\"},\"id\":\"7-c64\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":240,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c65\",\"parentId\":\"7-c63\",\"partialId\":7,\"styleRef\":241,\"type\":\"content\",\"props\":{\"content\":\"<p>Her t\\u00fcrl\\u00fc alan ve bah\\u00e7elerinizde en iyi hizmet<\\/p>\"}}],\"id\":\"7-c63\",\"parentId\":\"7-c62\",\"partialId\":7,\"styleRef\":239,\"type\":\"content\"}],\"id\":\"7-c62\",\"parentId\":\"7-c8\",\"partialId\":7,\"styleRef\":238,\"type\":\"content\"}]},\"styleRef\":224,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Team\",\"attrs\":{\"id\":\"team\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"7-c68\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c68\",\"index\":1,\"id\":\"7-c69\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-4.webp\",\"caption\":{\"text\":\"\"},\"imageId\":162,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c70\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c70\",\"index\":1,\"id\":\"7-c71\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-3.webp\",\"caption\":{\"text\":\"\"},\"imageId\":163,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c72\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c72\",\"index\":1,\"id\":\"7-c73\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":164,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"7-c74\",\"parentId\":\"7-c67\",\"partialId\":7,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"7-c74\",\"index\":1,\"id\":\"7-c75\",\"partialId\":7,\"styleRef\":264,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/cropped-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":165,\"size\":\"\"}}],\"styleRef\":263,\"type\":\"content\"}],\"id\":\"7-c67\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":262,\"type\":\"content\"}],\"id\":\"7-c66\",\"parentId\":\"7-c1\",\"partialId\":7,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"KUMA\\u015e \\u00c7E\\u015e\\u0130TLER\\u0130\"},\"id\":\"7-c78\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":272,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c79\",\"parentId\":\"7-c77\",\"partialId\":7,\"styleRef\":273,\"type\":\"content\",\"props\":{\"content\":\"<p>Kaliteli kuma\\u015f ve malzemeler ile imalatlar\\u0131m\\u0131z kendimize aittir.<\\/p>\"}}],\"id\":\"7-c77\",\"parentId\":\"7-c76\",\"partialId\":7,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"7-c76\",\"parentId\":\"7-c66\",\"partialId\":7,\"styleRef\":270,\"type\":\"content\"}]},\"styleRef\":261,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"7-c82\",\"parentId\":\"7-c81\",\"partialId\":7,\"children\":[{\"name\":\"hop-blog-list\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"7-c85\",\"parentId\":\"7-c84\",\"partialId\":7,\"styleRef\":279,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c87\",\"parentId\":\"7-c86\",\"partialId\":7,\"styleRef\":281,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":1,\"id\":\"7-c88\",\"partialId\":7,\"styleRef\":282,\"type\":\"content\",\"props\":{\"headingType\":\"h2\"}},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"7-c87\",\"index\":3,\"id\":\"7-c89\",\"partialId\":7,\"styleRef\":283,\"type\":\"content\",\"props\":{\"maxLength\":\"13\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read Article\",\"iconName\":\"icons8-line-awesome\\/angle-right\"},\"id\":\"7-c91\",\"parentId\":\"7-c90\",\"partialId\":7,\"styleRef\":285,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"7-c87\",\"index\":5,\"id\":\"7-c90\",\"partialId\":7,\"styleRef\":284,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"7-c84\",\"index\":1,\"id\":\"7-c86\",\"partialId\":7,\"styleRef\":280,\"type\":\"content\"}],\"id\":\"7-c84\",\"parentId\":\"7-c83\",\"partialId\":7,\"styleRef\":278,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"styleRef\":277,\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null,\"parentId\":\"7-c82\",\"index\":0,\"id\":\"7-c83\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":276,\"type\":\"content\"}],\"id\":\"7-c81\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":275,\"type\":\"content\"}],\"id\":\"7-c80\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":274,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"M\\u00dc\\u015eTER\\u0130LER\\u0130M\\u0130Z NE D\\u00dc\\u015e\\u00dcN\\u00dcYOR?\"},\"id\":\"7-c94\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":288,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"7-c95\",\"parentId\":\"7-c93\",\"partialId\":7,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"<p>YAPTI\\u011eIMIZ \\u0130\\u015eLERDE MEMNUN\\u0130YET\\u0130N\\u0130Z KADAR MEMNUN OLMADI\\u011eINIZ KONULARDA B\\u0130Z\\u0130 \\u0130LG\\u0130LEND\\u0130R\\u0130YOR<\\/p>\"}}],\"id\":\"7-c93\",\"parentId\":\"7-c92\",\"partialId\":7,\"styleRef\":287,\"type\":\"content\"}],\"id\":\"7-c92\",\"parentId\":\"7-c80\",\"partialId\":7,\"styleRef\":286,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c98\",\"parentId\":\"7-c97\",\"partialId\":7,\"children\":[{\"name\":\"hop-contact-form\",\"styleRef\":293,\"props\":{\"shortcode\":\"[forminator_form id=\\\"225\\\"]\",\"buttonAlign\":\"left\"},\"slot\":null,\"parentId\":\"7-c98\",\"index\":0,\"id\":\"7-c99\",\"partialId\":7,\"type\":\"content\"}],\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"7-c100\",\"parentId\":\"7-c97\",\"partialId\":7,\"styleRef\":294,\"type\":\"content\",\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"7-c100\",\"index\":0,\"id\":\"7-c101\",\"partialId\":7,\"styleRef\":295,\"type\":\"content\",\"props\":{\"url\":\"http:\\/\\/www.onurbranda.com.tr\\/wp-content\\/uploads\\/2025\\/10\\/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":5458,\"size\":\"\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"GSM: +90 (539) 447 93 44\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/phone\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"E-mail: info@onurbranda.com.tr\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/envelope\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"ADRES: H\\u00dcRR\\u0130YET MAHALLES\\u0130 AKDEN\\u0130Z CADDES\\u0130 NO:28\\nBE\\u015eY\\u00dcZEVLER-GAZ\\u0130OSMANPA\\u015eA-\\u0130STANBUL\",\"allIcons\":false,\"icon\":\"icons8-line-awesome\\/map-marker\",\"type\":\"svg\"}]},\"styleRef\":296,\"slot\":null,\"parentId\":\"7-c100\",\"index\":1,\"id\":\"7-c102\",\"partialId\":7,\"type\":\"content\"}]}],\"id\":\"7-c97\",\"parentId\":\"7-c96\",\"partialId\":7,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"7-c96\",\"parentId\":\"7-c1\",\"partialId\":7,\"styleRef\":290,\"type\":\"content\"}],\"id\":\"7-c1\",\"partialId\":7,\"styleRef\":177,\"type\":\"content\"}','','','inherit','closed','closed','','58-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',58,'http://www.onurbranda.com.tr/?p=352',0,'revision','',0),(353,1,'2025-10-24 01:36:39','2025-10-23 22:36:39','<div data-colibri-id=\"7-c1\" class=\"style-177 style-local-7-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-183 style-local-7-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-184 style-local-7-c3 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-185-outer style-local-7-c4-outer\">\n            <div data-colibri-id=\"7-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-185 style-local-7-c4 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c5\" class=\"h-global-transition-all h-heading style-186 style-local-7-c5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-186 style-local-7-c5\">\n                    <!---->\n                    <!---->\n                    <h5 class=\"\">HAKKIMIZDA</h5>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c6\" class=\"h-global-transition-all h-heading style-187 style-local-7-c6 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-187 style-local-7-c6\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Kaliteli ürün uygun fiyat</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c7\" class=\"h-text h-text-component style-188 style-local-7-c7 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Branda ve tente sektöründe 2000 li yılların başında başladığımız imalat ve&nbsp; montaj işlemlerimiz siz müşterilerimizin desteği ve güveni ile bu günlere kadar gelmiştir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c8\" id=\"portfolio\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-7-c8 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c62\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-238 style-local-7-c62 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-239-outer style-local-7-c63-outer\">\n            <div data-colibri-id=\"7-c63\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-239 style-local-7-c63 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c64\" class=\"h-global-transition-all h-heading style-240 style-local-7-c64 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-240 style-local-7-c64\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">ÇALIŞMALARIMIZ</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c65\" class=\"h-lead h-text h-text-component style-241 style-local-7-c65 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Her türlü alan ve bahçelerinizde en iyi hizmet</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-225 style-local-7-c9 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c10-outer\">\n            <div data-colibri-id=\"7-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c10 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c11\" class=\"d-block style-303 style-local-7-c11 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-cropped-IMG-20250921-WA0062-1.jpg\" class=\"wp-image-71 style-303-image style-local-7-c11-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-303-frameImage style-local-7-c11-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-302-outer style-local-7-c12-outer\">\n            <div data-colibri-id=\"7-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-302 style-local-7-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c13\" class=\"d-block style-304 style-local-7-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0058.jpg\" class=\"wp-image-135 style-304-image style-local-7-c13-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-304-frameImage style-local-7-c13-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c14-outer\">\n            <div data-colibri-id=\"7-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c14 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c15\" class=\"content-swap style-231 style-local-7-c15 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c16\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c16 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c17\" class=\"d-block style-305 style-local-7-c17 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0052.jpg\" class=\"wp-image-136 style-305-image style-local-7-c17-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-305-frameImage style-local-7-c17-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c18\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c18 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c19\" class=\"h-icon style-230 style-local-7-c19 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c19-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c20-outer\">\n            <div data-colibri-id=\"7-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c20 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c21\" class=\"content-swap style-232 style-local-7-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c22\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c22 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c23\" class=\"d-block style-306 style-local-7-c23 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0065.jpg\" class=\"wp-image-137 style-306-image style-local-7-c23-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-306-frameImage style-local-7-c23-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c24\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c24 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c25\" class=\"h-icon style-230 style-local-7-c25 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c25-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c26-outer\">\n            <div data-colibri-id=\"7-c26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c26 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c27\" class=\"content-swap style-233 style-local-7-c27 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c28\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c28 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c29\" class=\"d-block style-307 style-local-7-c29 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0039.jpg\" class=\"wp-image-138 style-307-image style-local-7-c29-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-307-frameImage style-local-7-c29-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c30\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c30 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c31\" class=\"h-icon style-230 style-local-7-c31 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c31-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c32-outer\">\n            <div data-colibri-id=\"7-c32\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c32 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c33\" class=\"content-swap style-234 style-local-7-c33 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c34\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c34 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c35\" class=\"d-block style-308 style-local-7-c35 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0057.jpg\" class=\"wp-image-139 style-308-image style-local-7-c35-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-308-frameImage style-local-7-c35-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c36\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c36 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c37\" class=\"h-icon style-230 style-local-7-c37 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c37-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c38-outer\">\n            <div data-colibri-id=\"7-c38\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c38 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c39\" class=\"content-swap style-235 style-local-7-c39 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c40\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c40 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c41\" class=\"d-block style-309 style-local-7-c41 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0033.jpg\" class=\"wp-image-140 style-309-image style-local-7-c41-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-309-frameImage style-local-7-c41-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c42\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c42 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c43\" class=\"h-icon style-230 style-local-7-c43 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c43-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c44-outer\">\n            <div data-colibri-id=\"7-c44\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c44 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c45\" class=\"content-swap style-236 style-local-7-c45 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c46\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c46 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c47\" class=\"d-block style-310 style-local-7-c47 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0038.jpg\" class=\"wp-image-141 style-310-image style-local-7-c47-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-310-frameImage style-local-7-c47-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c48\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c48 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c49\" class=\"h-icon style-230 style-local-7-c49 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c49-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-226-outer style-local-7-c50-outer\">\n            <div data-colibri-id=\"7-c50\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-226 style-local-7-c50 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-component=\"content-swap\" data-colibri-id=\"7-c51\" class=\"content-swap style-237 style-local-7-c51 position-relative h-element\">\n                  <!---->\n                  <div class=\"d-flex position-relative border-radius-inherit h-content-swap__overflow\">\n                    <div data-normal=\"\" data-colibri-id=\"7-c52\" class=\"h-content-swap__normal d-flex border-radius-inherit hide-animation style-228 style-local-7-c52 position-relative\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-start align-self-md-start align-self-start\">\n                        <!---->\n                        <div data-colibri-id=\"7-c53\" class=\"d-block style-311 style-local-7-c53 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-image__frame-container-outer\">\n                            <div class=\"h-image__frame-container\">\n                              <!---->\n                              <!---->\n                              <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0030.jpg\" class=\"wp-image-142 style-311-image style-local-7-c53-image\">\n                              <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-311-frameImage style-local-7-c53-frameImage\"></div>\n                            </div>\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                    <div data-hover=\"\" data-colibri-component=\"link\" data-href=\"\" data-colibri-id=\"7-c54\" class=\"h-content-swap-hover-container animated h-content-swap__hover d-flex border-radius-inherit fadeIn justify-content-lg-center justify-content-md-center justify-content-center style-229 style-local-7-c54 position-relative\"\n                      style=\"display: none;\">\n                      <!---->\n                      <div class=\"w-100 h-y-container align-self-lg-center align-self-md-center align-self-center\">\n                        <!---->\n                        <div data-colibri-id=\"7-c55\" class=\"h-icon style-230 style-local-7-c55 position-relative h-element\">\n                          <!---->\n                          <a href=\"#\" h-use-smooth-scroll=\"true\"><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-7-c55-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"search\" viewBox=\"0 0 512 545.5\"><path d=\"M304 80c88.176 0 160 71.824 160 160s-71.824 160-160 160c-38.32 0-73.41-13.423-101-36L75.5 491.5l-23-23L180 341c-22.577-27.59-36-62.68-36-101 0-88.176 71.824-160 160-160zm0 32c-70.882 0-128 57.118-128 128s57.118 128 128 128 128-57.118 128-128-57.118-128-128-128z\"></path></svg></span></a>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-312-outer style-local-7-c56-outer\">\n            <div data-colibri-id=\"7-c56\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-312 style-local-7-c56 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c57\" class=\"d-block style-315 style-local-7-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0015.jpg\" class=\"wp-image-166 style-315-image style-local-7-c57-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-315-frameImage style-local-7-c57-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-313-outer style-local-7-c58-outer\">\n            <div data-colibri-id=\"7-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-313 style-local-7-c58 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c59\" class=\"d-block style-316 style-local-7-c59 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0061.jpg\" class=\"wp-image-167 style-316-image style-local-7-c59-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-316-frameImage style-local-7-c59-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-314-outer style-local-7-c60-outer\">\n            <div data-colibri-id=\"7-c60\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-314 style-local-7-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c61\" class=\"d-block style-317 style-local-7-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-IMG-20250921-WA0022.jpg\" class=\"wp-image-168 style-317-image style-local-7-c61-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-317-frameImage style-local-7-c61-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c66\" id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-261 style-local-7-c66 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c76\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-270 style-local-7-c76 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-271-outer style-local-7-c77-outer\">\n            <div data-colibri-id=\"7-c77\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-271 style-local-7-c77 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c78\" class=\"h-global-transition-all h-heading style-272 style-local-7-c78 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-272 style-local-7-c78\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">KUMAŞ ÇEŞİTLERİ</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c79\" class=\"h-lead h-text h-text-component style-273 style-local-7-c79 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>Kaliteli kumaş ve malzemeler ile imalatlarımız kendimize aittir.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c67\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-262 style-local-7-c67 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c68-outer\">\n            <div data-colibri-id=\"7-c68\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c68 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c69\" class=\"d-block style-264 style-local-7-c69 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-4.webp\" class=\"wp-image-162 style-264-image style-local-7-c69-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c69-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c70-outer\">\n            <div data-colibri-id=\"7-c70\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c70 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c71\" class=\"d-block style-264 style-local-7-c71 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-3.webp\" class=\"wp-image-163 style-264-image style-local-7-c71-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c71-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c72-outer\">\n            <div data-colibri-id=\"7-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c72 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c73\" class=\"d-block style-264 style-local-7-c73 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-2.jpg\" class=\"wp-image-164 style-264-image style-local-7-c73-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c73-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-263-outer style-local-7-c74-outer\">\n            <div data-colibri-id=\"7-c74\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-263 style-local-7-c74 h-overflow-hidden position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c75\" class=\"d-block style-264 style-local-7-c75 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/cropped-1.jpg\" class=\"wp-image-165 style-264-image style-local-7-c75-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-264-frameImage style-local-7-c75-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c80\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-274 style-local-7-c80 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"7-c92\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-286 style-local-7-c92 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-7-c93-outer\">\n            <div data-colibri-id=\"7-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-287 style-local-7-c93 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c94\" class=\"h-global-transition-all h-heading style-288 style-local-7-c94 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-288 style-local-7-c94\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">MÜŞTERİLERİMİZ NE DÜŞÜNÜYOR?</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c95\" class=\"h-lead h-text h-text-component style-289 style-local-7-c95 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>YAPTIĞIMIZ İŞLERDE MEMNUNİYETİNİZ KADAR MEMNUN OLMADIĞINIZ KONULARDA BİZİ İLGİLENDİRİYOR</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"7-c81\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-3 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-3 style-275 style-local-7-c81 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-3 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-3\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-276-outer style-local-7-c82-outer\">\n            <div data-colibri-id=\"7-c82\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-0 h-px-2 v-inner-lg-2 v-inner-md-0 v-inner-2 style-276 style-local-7-c82 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c83\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-1 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-277 style-local-7-c83 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-1 gutters-col-v-md-3 gutters-col-v-3 style-277-row style-local-7-c83-row\">\n                    <!---->[colibri_loop query=\"true\" no_posts_found_text=\"No posts found\" posts=\"3\" filter_categories=\"\" filter_tags=\"\" filter_authors=\"\" order_by=\"date\" order_type=\"null\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-4%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-278-outer%20style-local-7-c84-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%227-c84%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-2%20h-px-md-3%20h-px-2%20v-inner-lg-2%20v-inner-md-3%20v-inner-2%20style-278%20style-local-7-c84%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%227-c85%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-279%20style-local-7-c85%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-7-c85-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c86%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-280%20style-local-7-c86%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col-auto%20style-281-outer%20style-local-7-c87-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%227-c87%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-281%20style-local-7-c87%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%227-c88%22%20class=%22h-blog-title%20style-282%20style-local-7-c88%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h2%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%227-c89%22%20class=%22style-283%20style-local-7-c89%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2213%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%227-c90%22%20class=%22h-x-container%20style-284%20style-local-7-c90%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-7-c90-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-285-outer%20style-local-7-c91-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%227-c91%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-285%20style-local-7-c91%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20Article%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n                    </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div data-colibri-component=\"section\" data-colibri-id=\"7-c96\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-290 style-local-7-c96 position-relative\">\n    <div class=\"background-wrapper\">\n      <div class=\"background-layer background-layer-media-container-lg\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container-md\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n      <div class=\"background-layer background-layer-media-container\">\n        <!---->\n        <div class=\"overlay-layer\">\n          <div class=\"overlay-image-layer\" style=\"background-color: rgb(0, 0, 0); opacity: 0.5;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"7-c97\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-0 style-291 style-local-7-c97 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-292-outer style-local-7-c98-outer\">\n            <div data-colibri-id=\"7-c98\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-292 style-local-7-c98 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"7-c99\" class=\"h-contact-form__outer--forminator style-293 style-local-7-c99 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCZm9ybWluYXRvcl9mb3JtJTIwaWQlM0QlMjIyMjUlMjIlNUQ=\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-7-c100-outer\">\n            <div data-colibri-id=\"7-c100\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-294 style-local-7-c100 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"7-c101\" class=\"d-block style-295 style-local-7-c101 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <div class=\"h-image__frame-container\">\n                      <!---->\n                      <!---->\n                      <img src=\"http://www.onurbranda.com.tr/wp-content/uploads/2025/10/writing-hand-glass-adventure-travel-spring-931328-pxhere-com.jpg\" class=\"wp-image-5458 style-295-image style-local-7-c101-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-295-frameImage style-local-7-c101-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"7-c102\" class=\"icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-start style-296 style-local-7-c102 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-start\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start first-el-spacer\"></div> <span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"phone\" viewBox=\"0 0 512 545.5\"><path d=\"M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z\"></path></svg></span></div>\n                <span class=\"list-text d-block\"><span>GSM: +90 (539) 447 93 44</span></span>\n              </div>\n              </span>\n              <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n                <!---->\n              </div>\n              </li>\n              <li class=\"list-item no-gutters\">\n                <!---->\n                <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"envelope\" viewBox=\"0 0 512 545.5\"><path d=\"M48 160h416v288H48V160zm69 32l139 92.5L395 192H117zm-37 14v210h352V206L265 317.5l-9 5.5-9-5.5z\"></path></svg></span></div>\n            <span class=\"list-text d-block\"><span>E-mail: info@onurbranda.com.tr</span></span>\n          </div>\n          </span>\n          <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\">\n            <!---->\n          </div>\n          </li>\n          <li class=\"list-item no-gutters\">\n            <!---->\n            <!----><span class=\"item-link no-gutters\"><div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\"><div class=\"d-flex\"><span  class=\"h-svg-icon style-296-icon style-local-7-c102-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"map-marker\" viewBox=\"0 0 512 545.5\"><path d=\"M256 80c79.336 0 144 64.664 144 144 0 22.5-9.116 48.313-21.5 76.5s-28.314 58.098-44.5 86C301.628 442.306 269 489 269 489l-13 19-13-19s-32.628-46.694-65-102.5c-16.186-27.902-32.116-57.813-44.5-86S112 246.5 112 224c0-79.336 64.664-144 144-144zm0 32c-62.04 0-112 49.96-112 112 0 12.844 6.884 37.06 18.5 63.5s27.686 55.738 43.5 83c25.155 43.364 40.74 66.3 50 80 9.26-13.7 24.845-36.636 50-80 15.815-27.262 31.884-56.56 43.5-83S368 236.844 368 224c0-62.04-49.96-112-112-112zm0 80c17.673 0 32 14.327 32 32s-14.327 32-32 32-32-14.327-32-32 14.327-32 32-32z\"></path></svg></span></div>\n        <span class=\"list-text d-block\"><span>ADRES: HÜRRİYET MAHALLESİ AKDENİZ CADDESİ NO:28<br>BEŞYÜZEVLER-GAZİOSMANPAŞA-İSTANBUL</span></span>\n      </div>\n      </span>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start\" style=\"display: none;\">\n        <!---->\n      </div>\n      <div class=\"list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-start last-el-spacer\"></div>\n      </li>\n      </ul>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','7-revision-v1','','','2025-10-24 01:36:39','2025-10-23 22:36:39','',7,'http://www.onurbranda.com.tr/?p=353',0,'revision','',0);
DROP TABLE IF EXISTS `wp9v_term_relationships`;
CREATE TABLE `wp9v_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_term_relationships` VALUES (1,1,0),(192,2,0),(194,3,0),(247,3,0),(256,3,0),(257,3,0);
DROP TABLE IF EXISTS `wp9v_term_taxonomy`;
CREATE TABLE `wp9v_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,1),(3,3,'nav_menu','',0,4);
DROP TABLE IF EXISTS `wp9v_termmeta`;
CREATE TABLE `wp9v_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_terms`;
CREATE TABLE `wp9v_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_terms` VALUES (1,'Genel','genel',0),(2,'KATEGORİLER','kategoriler',0),(3,'ANASAYFA','anasayfa',0);
DROP TABLE IF EXISTS `wp9v_usermeta`;
CREATE TABLE `wp9v_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_usermeta` VALUES (1,1,'nickname','sercomcomputer@gmail.com'),(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,'wp9v_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp9v_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(43,1,'frmt_dismissed_messages','a:1:{i:0;s:28:\"forminator_promote_free_plan\";}'),(61,1,'session_tokens','a:1:{s:64:\"9957d3f5492728337fc0b4c9945d66121e5996d05d2ac170047d9d8c20d2c4bb\";a:4:{s:10:\"expiration\";i:1774404337;s:2:\"ip\";s:14:\"78.180.193.242\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0\";s:5:\"login\";i:1774231537;}}'),(17,1,'wp9v_user-settings','libraryContent=browse'),(18,1,'wp9v_user-settings-time','1760573569'),(19,1,'wp9v_dashboard_quick_press_last_post_id','430'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"78.180.193.0\";}'),(21,1,'wp9v_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-10-23T21:47:15.415Z\";}'),(22,1,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'),(60,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"85.96.149.0\";}'),(59,3,'wp9v_dashboard_quick_press_last_post_id','427'),(58,3,'session_tokens','a:1:{s:64:\"82e2abf350b32a14e2d0859027ecdf24fe8336cb5ba075c2709b23c20a00d5e0\";a:4:{s:10:\"expiration\";i:1774404764;s:2:\"ip\";s:14:\"78.180.193.242\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0\";s:5:\"login\";i:1774231964;}}'),(52,3,'use_ssl','0'),(53,3,'show_admin_bar_front','true'),(54,3,'locale',''),(55,3,'wp9v_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(56,3,'wp9v_user_level','10'),(57,3,'dismissed_wp_pointers',''),(46,3,'last_name','ALBAYRAKTAR'),(47,3,'description',''),(48,3,'rich_editing','true'),(49,3,'syntax_highlighting','true'),(50,3,'comment_shortcuts','false'),(51,3,'admin_color','fresh'),(44,3,'nickname','mert'),(45,3,'first_name','Mert'),(123,1,'wp9v_googlesitekit_auth_scopes','a:7:{i:0;s:42:\"https://www.googleapis.com/auth/webmasters\";i:1;s:6:\"openid\";i:2;s:48:\"https://www.googleapis.com/auth/siteverification\";i:3;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";i:4;s:51:\"https://www.googleapis.com/auth/tagmanager.readonly\";i:5;s:46:\"https://www.googleapis.com/auth/userinfo.email\";i:6;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";}'),(121,1,'wp9v_googlesitekit_access_token_created_at','1774231539'),(122,1,'wp9v_googlesitekit_refresh_token','Yc0oozzXQ1TDYDTYKuJ3YHo5bWdXV2UzWHJidEpGcXBZUlNaRHpYdmpPbUJIOG5MSVFsVkZRRVo4VmFUNDJaN0hLVW01YVgralZHdysvUTdndERZN3QxdzBFY3YyZzBNdEM3Z21UWVcyMXFnZmRYN0FjVUZObHVUSWg5cEIrSTlkMjNTQldQTjJ2ckFWbFl2bmxEam1iVFdTL2Z1eGE4cTlKR3Ura0tSaXV6d3Q5UHpLWHJaWk44clg0SlloWkVXdnhWOFJvL0FTSm0zL0w1UkdGL24wbjMraXNlTkxKamFsZzVxYTdkWDNKeVA0ODMvY1NDZDgzemhEVExmM09CQUJDa2lKSVAwL1dyUGpUaEtsdXIzeGFxTFNyTlgxa2xNWjFyZnA0RTNtcTVyOFliU2s2NU9MaDV4TkJoaEhvMW52aEVMakplZXdnN3VlM3ZE'),(120,1,'wp9v_googlesitekit_access_token_expires_in','3599'),(71,1,'wp9v_googlesitekitpersistent_initial_version','1.174.0'),(74,1,'wp9v_googlesitekitpersistent_dismissed_items','a:3:{s:33:\"enhanced-measurement-notification\";i:0;s:19:\"adsense-connect-cta\";i:0;s:15:\"auto-update-cta\";i:1773591843;}'),(126,1,'wp9v_googlesitekit_site_verified_meta','verified'),(118,1,'wp9v_googlesitekit_site_verification_file','b0b44684a18e3c24'),(119,1,'wp9v_googlesitekit_access_token','mbm43rpzD97ZNmX5B3xap2x1Qmg4bDZkUWFFMlVkTk45SmdoZGtiYWJlRmJ5OW5IeFRKeVNndms3RjFqRy9pODFUUnVoNnJNSU16ZnllcHpDYmdLRUYvYmE3TGtCamg1NFdySy9EQVBqeW5WcGpJWUw1a3diRFVkK3FnQktDMXN6aW9lZTdyTStoQ2NIZFFvTEh0N3RxaHJzN2x3WlJwd0wzUFRDS1Y1c1ZYcmlnSU1yQUV6Q21YeGZnMUtCVEZ3ZHFyYVVJMTF5YzNHN0Vsd1FQL2dtRVJnazg1a0JxUU9MYUw3bkdycVFPUnJQckJkTnBiRmZWVnhrTkRxK3pybzQveCtyY1lKL2l4YXhIS05ScmNVSUlTSUZ1VHRxTTVTb3k1YU1mYUg0MEtyN0plU2VwelYvbEM4ZFZtSHpRK0pXQjR6enJ3em1iakZCdHdRejlOSW5CRnRORVVXWWhXWGFMUnJCOURYNVNDVkx4WXc2YlQ4cnliL1VReGNHL3VzbVNyTnhnbVVzWFovOWR1QUtRU1FuTk9mOFRCL25EczdPZUJKT1RzUUZUNktzNHp6UmQ3UXlrbjg='),(79,1,'wp9v_googlesitekitpersistent_dismissed_prompts','a:1:{s:13:\"ads-setup-cta\";a:2:{s:7:\"expires\";i:1766579765;s:5:\"count\";i:1;}}'),(124,1,'wp9v_googlesitekit_additional_auth_scopes','a:0:{}'),(125,1,'wp9v_googlesitekit_profile','a:4:{s:5:\"email\";s:24:\"sercomcomputer@gmail.com\";s:5:\"photo\";s:97:\"https://lh3.googleusercontent.com/a/ACg8ocIh-pRLD5mo8dXJRl9b3Y5tB-Yj8iWPFc0dlo0c5AZDiA9xJYhx=s100\";s:9:\"full_name\";s:16:\"Serkan YUMURTACI\";s:12:\"last_updated\";i:1774197516;}'),(127,1,'wp9v_googlesitekit_survey_queue','a:1:{i:0;a:4:{s:7:\"session\";a:2:{s:10:\"session_id\";s:335:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzaWQiOiJvOEp1YkZUTlZQYkRSODNoU2dpRUtFLTVoV2NlRG50YU1tU0VyeW1rUnI3NkUuYXBwcy5zaXRla2l0LndpdGhnb29nbGUuY29tIiwic3VyIjoidmlld19rbXdfc2V0dXBfY3RhX3N1cnZleSIsInVpZCI6IjYwZTk4YmI1NjA0ZTYwYzFjODFmYmM3NmE1MTJhZGJlZTM1OTU1MmM3MTViMWY1YzEyOTI0NDQwMTM2MWZlNmUifQ.JrnJyvQbv-_U2znji4apIFdBKi2eYnNedmgGUQqOrbY\";s:13:\"session_token\";s:24:\"5vvxf9kcm6suahefiv1kt2gv\";}s:14:\"survey_payload\";a:3:{s:8:\"language\";s:2:\"tr\";s:8:\"question\";a:3:{i:0;a:5:{s:16:\"question_ordinal\";i:1;s:13:\"question_text\";s:55:\"Have you tried the new Key Metrics feature in Site Kit?\";s:13:\"question_type\";s:13:\"single_select\";s:17:\"trigger_condition\";a:0:{}s:8:\"question\";a:1:{s:13:\"answer_choice\";a:2:{i:0;a:3:{s:14:\"answer_ordinal\";i:1;s:4:\"text\";s:3:\"Yes\";s:8:\"write_in\";b:0;}i:1;a:3:{s:14:\"answer_ordinal\";i:2;s:4:\"text\";s:2:\"No\";s:8:\"write_in\";b:0;}}}}i:1;a:5:{s:16:\"question_ordinal\";i:2;s:13:\"question_text\";s:54:\"What was your experience with the Key Metrics feature?\";s:13:\"question_type\";s:12:\"multi_select\";s:17:\"trigger_condition\";a:1:{i:0;a:2:{s:16:\"question_ordinal\";i:1;s:14:\"answer_ordinal\";a:1:{i:0;i:1;}}}s:8:\"question\";a:3:{s:13:\"answer_choice\";a:4:{i:0;a:3:{s:14:\"answer_ordinal\";i:1;s:4:\"text\";s:85:\"I gave it a first look, but I need more time to decide if I want to add it to my site\";s:8:\"write_in\";b:0;}i:1;a:3:{s:14:\"answer_ordinal\";i:2;s:4:\"text\";s:65:\"I tried it but I didn\'t think the metrics are relevant to my site\";s:8:\"write_in\";b:0;}i:2;a:3:{s:14:\"answer_ordinal\";i:3;s:4:\"text\";s:56:\"Something went wrong and I wasn\'t able to complete setup\";s:8:\"write_in\";b:0;}i:3;a:3:{s:14:\"answer_ordinal\";i:4;s:4:\"text\";s:6:\"Other:\";s:8:\"write_in\";b:1;}}s:11:\"min_choices\";i:0;s:11:\"max_choices\";i:0;}}i:2;a:5:{s:16:\"question_ordinal\";i:3;s:13:\"question_text\";s:46:\"Why haven\'t you tried the Key Metrics feature?\";s:13:\"question_type\";s:12:\"multi_select\";s:17:\"trigger_condition\";a:1:{i:0;a:2:{s:16:\"question_ordinal\";i:1;s:14:\"answer_ordinal\";a:1:{i:0;i:2;}}}s:8:\"question\";a:3:{s:13:\"answer_choice\";a:3:{i:0;a:3:{s:14:\"answer_ordinal\";i:1;s:4:\"text\";s:26:\"I hadn\'t noticed it so far\";s:8:\"write_in\";b:0;}i:1;a:3:{s:14:\"answer_ordinal\";i:2;s:4:\"text\";s:67:\"I need some time to think about exactly which metrics I want to add\";s:8:\"write_in\";b:0;}i:2;a:3:{s:14:\"answer_ordinal\";i:3;s:4:\"text\";s:6:\"Other:\";s:8:\"write_in\";b:1;}}s:11:\"min_choices\";i:0;s:11:\"max_choices\";i:0;}}}s:10:\"completion\";a:1:{i:0;a:6:{s:18:\"completion_ordinal\";i:1;s:16:\"completion_title\";s:33:\"Thanks for sharing your thoughts!\";s:15:\"completion_text\";s:88:\"If you have more feedback about Key Metrics, find us on our WordPress.org support forum.\";s:14:\"follow_up_text\";s:10:\"Let’s go\";s:13:\"follow_up_url\";s:65:\"https://wordpress.org/support/plugin/google-site-kit/#new-topic-0\";s:17:\"trigger_condition\";N;}}}s:26:\"no_available_survey_reason\";s:0:\"\";s:9:\"survey_id\";s:25:\"view_kmw_setup_cta_survey\";}}'),(128,1,'wp9v_googlesitekit_survey_timeouts','a:2:{s:18:\"view_ga4_dashboard\";i:1773677639;s:8:\"__global\";i:1773634442;}');
DROP TABLE IF EXISTS `wp9v_users`;
CREATE TABLE `wp9v_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_users` VALUES (1,'sercomcomputer@gmail.com','$wp$2y$10$MG9cPysieTEfEUvCGH0MiOlPeSsYRrW7luftMmFHOSJcwKVjDO8jK','sercomcomputergmail-com','sercomcomputer@gmail.com','http://www.onurbranda.com.tr','2025-10-16 00:11:00','',0,'sercomcomputer@gmail.com'),(3,'mert','$wp$2y$12$/9JyxCxXbYLQelBZdxl1a.gd4G5pQcdBfPsjHkAI/2TqWcunAiM9C','mert','onurbrandacomtr@gmail.com','http://plustente.com.tr','2025-12-04 15:42:46','',0,'Mert ALBAYRAKTAR');
DROP TABLE IF EXISTS `wp9v_wpforms_logs`;
CREATE TABLE `wp9v_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_wpforms_logs` VALUES (1,'Migration','Migration of WPForms to 1.9.8.4 is fully completed.','log','2025-11-08 02:09:07',0,0,0),(2,'Migration','Migration of WPForms to 1.9.8.6 started.','log','2025-12-12 13:04:34',0,0,0),(3,'Migration','Migration of WPForms to 1.9.8.6 completed.','log','2025-12-12 13:04:34',0,0,0),(4,'Migration','Migration of WPForms to 1.9.8.7 is fully completed.','log','2025-12-12 13:04:34',0,0,0),(5,'Migration','Migration of WPForms to 1.9.8.6 started.','log','2025-12-12 13:04:35',0,0,0),(6,'Migration','Migration of WPForms to 1.9.8.6 completed.','log','2025-12-12 13:04:35',0,0,0),(7,'Migration','Migration of WPForms to 1.9.8.7 is fully completed.','log','2025-12-12 13:04:35',0,0,0),(8,'Migration','Migration of WPForms to 1.9.8.6 started.','log','2025-12-12 13:04:35',0,0,0),(9,'Migration','Migration of WPForms to 1.9.8.6 completed.','log','2025-12-12 13:04:35',0,0,0),(10,'Migration','Migration of WPForms to 1.9.8.7 is fully completed.','log','2025-12-12 13:04:35',0,0,0),(11,'Migration','Migration of WPForms to 1.9.8.6 started.','log','2025-12-12 13:04:34',0,0,0),(12,'Migration','Migration of WPForms to 1.9.8.6 completed.','log','2025-12-12 13:04:34',0,0,0),(13,'Migration','Migration of WPForms to 1.9.8.7 is fully completed.','log','2025-12-12 13:04:34',0,0,0),(14,'Migration','Migration of WPForms to 1.9.9.2 is fully completed.','log','2026-01-29 15:52:30',0,0,0),(15,'Migration','Migration of WPForms to 1.9.9.3 is fully completed.','log','2026-02-25 07:43:37',0,0,0),(16,'Migration','Migration of WPForms to 1.9.9.4 is fully completed.','log','2026-03-03 21:50:11',0,0,0),(17,'Migration','Migration of WPForms to 1.10.0.1 is fully completed.','log','2026-03-19 15:48:44',0,0,0),(18,'Migration','Migration of WPForms to 1.10.0.2 is fully completed.','log','2026-03-26 15:56:26',0,0,0),(19,'Migration','Migration of WPForms to 1.10.0.3 is fully completed.','log','2026-04-08 15:48:13',0,0,0),(20,'Migration','Migration of WPForms to 1.10.0.4 is fully completed.','log','2026-04-11 01:18:32',0,0,0),(21,'Migration','Migration of WPForms to 1.10.0.5 is fully completed.','log','2026-05-15 03:47:22',0,0,0);
DROP TABLE IF EXISTS `wp9v_wpforms_payment_meta`;
CREATE TABLE `wp9v_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_wpforms_payments`;
CREATE TABLE `wp9v_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
DROP TABLE IF EXISTS `wp9v_wpforms_tasks_meta`;
CREATE TABLE `wp9v_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=168 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
INSERT INTO `wp9v_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2025-10-23 01:42:04'),(2,'wpforms_process_purge_spam','W10=','2025-10-23 01:42:05'),(3,'wpforms_admin_addons_cache_update','W10=','2025-10-23 01:42:05'),(5,'wpforms_builder_help_cache_update','W10=','2025-10-23 21:48:16'),(6,'wpforms_admin_builder_templates_cache_update','W10=','2025-10-23 21:48:16');
COMMIT;
