GET https://staging.ktm-sturm.de/ersatzteilfinder/te-300-2016-modelcode-F2460P8

Query Metrics

113 Database Queries
101 Different statements
1138.85 ms Query time

Queries

Group similar statements

# Time Info
1 0.67 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.21 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.59 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.36 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.68 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.40 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/te-300-2016-modelcode-F2460P8"
  "ersatzteilfinder/te-300-2016-modelcode-F2460P8/"
]
7 0.27 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/te-300-2016-modelcode-F2460P8"
]
8 0.73 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.27 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.46 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "yCzpyIbIb2TmdEHetvaJVXGGiF1UFXQd"
]
11 0.41 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.73 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.40 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.37 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.48 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.39 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.38 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.38 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.21 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.67 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
21 0.76 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
22 0.88 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.27 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.28 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "yCzpyIbIb2TmdEHetvaJVXGGiF1UFXQd"
]
25 0.39 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.60 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
27 0.35 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.40 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.40 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.20 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.37 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.17 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.23 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.98 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
36 0.45 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 3.15 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.33 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
39 0.44 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.48 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
41 0.31 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
42 0.23 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.23 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.25 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.51 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
46 0.78 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
47 0.40 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.66 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.55 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
50 0.33 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
51 0.47 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
52 0.20 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.17 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.18 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.16 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.24 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.41 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.23 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.37 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.67 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.79 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.41 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.37 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 1.22 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 654.14 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.81 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.27 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.28 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.26 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.57 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.47 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 1.78 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.26 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.44 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 4.66 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F2460P8%"
]
77 41.62 ms
SELECT s.*, c.name, n.name  as article_description, IF (p.active = 1, lower(hex(p.id)), null) as product_id  FROM hobaIT_sparepartfinder AS s 
		    LEFT JOIN hobaIT_csb_article_data AS c ON c.article_number = s.article_number 
			LEFT JOIN hobaIT_sparepartfinder_article_names n ON n.article_number = s.article_number
			LEFT JOIN product AS p ON p.product_number = s.article_number
			WHERE model_number = ? ORDER BY `group`, sequence_number ASC
Parameters:
[
  1000665052
]
78 19.59 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10563,11512,11870,12579,13031,13067,13077,13079,13100,13683,13910,13940,14385,14476,14509,15293,15311,15321,15324,15397,15409,15479,15505,15937,16650,16660,16664,17224,17480,17664,17666,17692,17704,17708,17714,17728,17734,4668,9634,9647,9676) ORDER BY number, part_type ASC
Parameters:
[]
79 191.01 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10563,11512,11870,12579,13031,13067,13077,13079,13100,13683,13910,13940,14385,14476,14509,15293,15311,15321,15324,15397,15409,15479,15505,15937,16650,16660,16664,17224,17480,17664,17666,17692,17704,17708,17714,17728,17734,4668,9634,9647,9676) AND article_number IN ("18157P6301","77204089000","54835007400","54835008600","77335016000","77235071044","10001020000","42013037400","59007017000","50303089000","50335030001","54835626033","54835017000","54835027000","0770320020","0016040183","7733503400030","50435073000","41001052000","77335001000","0023060123","00050000134","54833201100","54833202000","54833203000","54833205000","54833206000","0625062054","0405222613","54633015000","0417024000","0625160040","54833044000","54833043000","54813080101","50313081200","54813082000","54813090300","77713083000","54813018000","54813075000","54613218000","77213070100","62513020000","0603100141","54803190100","78103190030","59003090350","54832024044","78132002200","78132003100","78132002111","78132025100","78132004000","78132013000","59032010100","59032010200","78932010000","54832011100","54832015100","56532095000","78132018000","0936181505","54832009000","54832000026","0770300015","54832006000","54832054100","78032057000","0025060306","0025060206","0025050166","50329050000","78132005000","54832066000","54832061044","54832067000","54832069000","54832063000","54832011110","78032057044","54637097200","54637098200","0993012000","55130000344","0025060126","50232050001","59033018000","0912060123","0912060404","54830024100","54630027000","54830027000","54830039000","54634049000","0025060406","0025060556","0025060606","55130099001","54830001244","58030120000","0770191015","49030090000","0910100003","58030021000","58038022000","55130027000","55130626000KA","54835003000","54835001100","54637107000","54837091100","0603061001","0025060256","55139005000","55139004000","55130040100","5513000234433","55130041100","5513004524433","47039090000","50231012000","54739093000","59039006000","55140030100","54839331500","54839032200","80011034000","0026060136","0081645121","0014050123","0025060166","0025060356","0025060706","0026060186","77013060044","54813062100","54813063000","50311051100","77213050044","54813051000","0025050126","54603062100","0025060206S","54813056000","0985060003","54813055000","0032100406S","59001037000","46030045000","0625060002","54630044000","00062030000","8130600400028F","77308013010","8130600300028F","8130610120030","47106003160","77306010000","78106012000","81306001010","77206015000","54806516000","81306017000","54806626000","51006027000","0017060206","0017060255","77304066050","77306010010","8030701313399","54807004000","0770110021","50307011000","7810700804455","78007029000","50307014000","54807016100","58031005000","0017060205","51030022000","81307840300","81307840350","81308054000H1A","50308052000","77713001144","77713003000","77713008100","50313005000","77713006000","77713002000","77713007100","77713004000","77711050000","58012040150","59013011000","54813020100","54802051000","54831101944","54831201844","54831007138","54531607035","54531607038","54531607040","54531607042","54531607045","54531607048","54531607050","57331008000","57331009000","54831010000","54831011000","54531612100","54831051050","54831051085","0016040163","54531615000","54831017000","54631118000","54631219100","54631220000","54531621000","54531623115","54531623150","54531623152","54531623155","54531623158","54531623160","54531623162","54531623165","54531623168","54531623170","54531623172","54531623175","54831025000","54831127000","54831028000","54531629000","54831030000","54631231000","54631232000","54831035000","54831035100","54831035300","54831035400","54831035500","54831035600","54831035700","54831035800","54631035000","58502096044","54631245000","54531696000","31007007101","52031137001","54531699000","0770180230","50331029038","52331029000","0770060018","54831071000","54831072000","54830151044","54830052344","54830062200","54830153050","0081030063","0081035253","0081030124","54330061000","54830050000","8030360120028","8130300211030","8130300222030","8130300213030","54803513100","78103035000","77207012000","0934080003","0019080306S","54803013050","54603013000","0035080306S","0035080206S","56530079000S","81303002011","06923080003","54310086100","0025080306","0125060003","78003040050","78003041050","54803044000","54603041000","0125100003","0094032253","78003040033","55007016001","54803096000","77203053000","77203053010","54803096010","78003023044","58605083014","78003023090","78003023080","0770180020","78003023070","81203024000","78003023182","0019080206S","0019080266S","0770120020","78003023083","0770125015","78003023081","78003024100","78003023155","50303018000","7720408014401","7720408304401","77404084000","54603097000","59033080000","0760253270","77204080130","54603081000","50180604","0760243050","77204080020","77204085000","77204087000","77204080010","0618182416","77204084010","0618222820","0760222841","77404084120","77404084010","54603090010","54603090020","54603090030","77204080110","77204080090","77204083010","77204030044","0009050106","76504042000","59009062013","54804034000","54804032000","58033097000","54603036000","78104070100","59009062019","0025060456","78104060000","56509064100","0021060003","77304037000","54804038000","77204041000","77204066010","54603055051","78104060010","78104070010","54804230210","77711083000","54811075700","44011076140","44011076200","44011076305","76511030000","58211031100","49111425200","50311060200","77711094000","78011061000","0125050003","0934050003","57013072100","58511053000","58411059100","58411098100","58111076000","58011109110","81311059050","76211058000","81311059100","58440099000","77711081000","0902060083","81314069100","81314069010","50210086000","81314068000","60111094000","81314069050","0471009104","77714060000","58011024300","54813026000","00063004012","00063004202","0024060156","2500207910028","50033029013","50305012000","52000115","54603048100","54805107000","58012040000","58012140000","58412080000","78108016050","80302602044","80312002000","80312099100","HQV0010GB/ES","HQV0110","HQV0120","3402062EN","80329899000","50329080100","54837001200","54830338300","54830306700","5483700700015","54837008000","5483700500015","54837006000","54830079000","56530080000","0770078020","0770105020","58336020090","0835100351","54830030002","54830030004","54830030005","54830030075","0770116241","0770440030","51005074000","0912060303","0402040980","54830097300","55140001100","55140026400","55140022300","55140540044","0770250030","0988081401","0988081402","0988081403","0988081405","55140027000","55140002144","8130850104428","8130811000028","8130852200030","58412080100","0081050121","78108003000","8130801300028","81308015000","83008100020","81314001000","54611038012","0081050181","49011435100","78114001050","78114040000","75014047000","0081250181","54814025200","54814026200","44111015100","0797100003","58414030000","54814028000","54830107200 I","54830107200 II","54030074000","54830233000","54630029000","58132072000","54830016000","0760385273","0625623204","54830118300","54430034000","0888030050","56530123200","6946005","0760253570","50230029012","49030021000","54830015244","0770250015","54830132000","00050000102","00050000103","00050002301","54834201000","54834202000","54834203000","0402061480","54834005133","58038023200","61234008044","56534013100","54634020000","0625069034","54834212200","0625618050","54834014000","54834015133","0912060083","54834019000","54834020000","54834023000","50334024144","54634052300","0349000050","0025050206","54834031000","54634131000","54634031050","54634032100","54634050000","54632095000","0760142460","50233041500","0024060156S","24187P6301","0025080256","0025080406","0025080506","0032100356S","0025080256S","0770025035","7770113202230","7770103402230","70009082000","77201038000","59401039032","59401039037","59401039042","54201081100","77701084000","54601184000","2500108500028","78101086000","59001092050","2500109400028A","48600698","00050000921","00050000930","80308799000","80308798200","2500900114430","25009010144","54809011000","0625069068","77709015000","0760354771","77709012000","79009071226","77109072000","8120907010030","50309073000","00050000977","78109090000","77110090050","25009060000","77709081033","70009081050","55003135000","7770908107055","48601327S1","48601326S1","48601050E","48601116E","48600736","R14063","R14040","91410100S","91410101S","91410102S","91410103S","91410104S","R14033","48601035S","48601343S","48600382","R14056","48601390S3","R14035","48601025S1","48601315S4","48601031S1","48601522S","T511","R24002","7800200100017","77711074000","50311070100","0934040003","13011070060","0770049025","51502010200","50302020000","51502091200","0084040223","51539974100","80302021000","0985040203","50311029000","54802030144","54802031000","54802032000","5480200310030","54802052000","54802037000","54802038100","54802046000","58412040000","58412041000","58412040050","54802005100","50180944S1","R12012","46180010","52000087","36120151S","46811208","50180095","50180213S10","50180218","50180938SA","50180824S1","91210101S","91210102S","91210103S","91210104S","91210105S","50180603SA","50180780","50180798","50180800","50180605S","46180119","50180103","50180606","50180141","50180836","50180786E","50180801","50180126","50180626","50181077","50180773SA1","46180522S1","46811205","50180751S1","R12022","54805083200","8130501100030","81305011050","0080060123","0137060003","54805083260","78105081010","54805183085","0011480800","0770740015","50205057000","50305016000","54805009280","54805078315","00050000811","2651000104430","26510010044","77710011000","0625060058","0472047175","0760324771","78010016000","79010071193","8121007010030","25010060000","50310073200","77710015000","8131095104868","8131095105068","8131095105268","78010167118","78010166000","78110090000","77310085044","50310084000","50304040100","50310099000","78010015010","00050002072","00050002073","00050000978","7701301500101","77013014000","77013021000","77013019000","77013017000","77013018000","77713030000","61013020100","0025080306S","48600611","44906890","40540399","40540400","40540401","40540402","40540403","40540404","40540405","40540406","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540414","40540415","40540417","40540418","40540419","40540421","40540422","40540423","40540425","40540426","40540427","40540447","40540448","40540449","40540450","40540494","40540774","40541383","40541391","40541392","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40541417","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600098","48600099","48600100","48600101","48600102","48600116","48600139","48600217","48600325","48600326","48600327","48600328","48600329","48600330","48600331","48600332","48600333","48600479","48600967","48600988","48600989","48601091","48601092","48601093","48601094","48601264","48601300","48601459","48601548","48601550","48601584","48601692","48601693","48601707","48601841","48601847","48601849","48601850","48601916","48601917","S64060000400000","S64060000500000","S64060000600000","48600061","48600062","48600213","48600214","48600215","48600216","48600218","48600346","48600350","48600351","48600352","48600357","48600385","48600386","48600480","48600485","48600555","48600607","48600964","48600965","48601095","48601113","48601266","48601402","48601859","48601860","48601862","48601863","48601864","89080001","89080002","89080003","89080004","89080005","89080006","89080007","89080008","89080009","S64080000000000","S64080000100000","S64080000300000","40540477","43570120","43578166","44916098","44916130","44916180","46180640","36120284","36120286","36120292","36120298","36120299","36120311","36120312","36120313","36120314","36120325","36120326","36120327","36120328","36120329","36120330","36120331","36120332","36120333","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120347","36120348","36120349","36120350","36120351","36120352","36120353","36120354","36120355","36120356","36120604","40140275","48601708","50180395","46810610","46810611","46810612","46810613","46810614","46810615","46810616","46810620","46810622","46810623","46810624","46810625","46810628","46810631","46810633","46810634","46810636","46810637","46810638","46810639","46810641","46810642","46810643","46810856","46811258","46811580","46811582","46811629","46811635","46812015","46812016","46812017","46812018","50181296","50181297","S64120000000000","46180712","46810490","46810491","46810492","46810493","46810494","46810495","46810496","46810497","46810498","46810499","46810500","46810501","46810502","46810503","46810504","46810505","46810506","46810507","46810508","46810509","46810510","46810511","46810512","46810513","46810514","46810515","46810516","46810517","46810518","46810519","46810520","46810521","46810522","46810523","46810524","46810525","46810603","46810604","46810606","46810607","46810608","35480479","46811046","50180006","50180007","50180008","50180009","50180010","50180012","50180013","50180014","50180015","50180016","50180017","50180019","50180020","50180021","50180022","50180023","50180024","50180025","50180026","50180027","50180028","50180029","50180030","50180031","50180032","50180033","50180034","50180035","50180036","50180037","50180038","50180039","50180040","50180041","50180043","50180044","50180045","50180046","50180047","50180048","50180049","50180050","50180051","50180052","50180053","50180054","50180055","50180056","50180057","50180058","50180059","50180060","50180061","50180062","50180063","50180064","50180065","50180066","50180067","50180068","50180069","50180070","50180071","50180072","50180073","50180074","50180075","50180076","50180077","50180078","50180079","50180080","50180177","50180210","50180383","48600212","50180634","50180650","50180653","50180654","50180655","50180656","50180657","50180659","50180662","50180663","50180664","50180665","50180666","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811636","89000001","46811637","48600460","50600065","50600002","54833210100","54833212000","54833215000","54833214000","54833213000","54833216000","54833211000","0405242812","0405222611","54833080000","0405202612","56033030000","54833025000","0760324571","0770250020","54833032011","50033029014","52033096000","0625062035","00050000940","77133070144","54633037000","0760193070","0471170010","0471190120","54633074000","0405222610","59033069000","54833024100","54633025000","54633026000","58033028000","58033031000","54633090000","0988172405","59033050100","54833051134","59033052100","0025060106","0019050106S","54837362000","54837363000","0770160021","54837361044","54837361144","0912060203","54637067000","54637066000","54637085300","54637065000","54637068100","54837364044","54837364050","54737019000","0770150151","54837320100","0912060163","54637056100","54835005000","0760082472","0625160020","54837050044","0471120010","54837054000","54637071010","54637098100","0014050203","54637070100","54837075000","0770021120","0770240020","54837069000","54837072000","54837072100","54637072300","54637071200","54637055244","0988101610","0618101410","54837057000","54637095444","50237195055","54835055110")
Parameters:
[]
80 0.34 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000665052
]
81 0.24 ms
SELECT s.product_number as product_number, lower(hex(p.id)) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p.product_number = s.product_number WHERE model_number =  ?
Parameters:
[
  "1000665052"
]
82 24.20 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"ì╚]ó\x1FØM\x08¬µFA\x05,│b"
  b"t¯ëRT\tC\†&E \x10Ëi`"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"ès~¹oáEןòõ¯¼Î…*"
  b"ê\f6r0»C\x10”+çTpwû\x13"
  b"ò°Á§Kå@ü¨Ba°¤÷×à"
  b"i»ÍSåÇDA®°£ëWÎW\x18"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"tÏå\x04\x11°Dì«█\x11í~±?}"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"˜3\t!ÛÞG\fŠHÕOF•ݤ"
  b"z¿ˆdzHLB¼Õ3†"ȾC"
  b"■╗9xQ-I]ó=»Â)ì¯_"
  b"X<êË\t'Euˆrøð?ÙL\x02"
  b"î^Wê±\x1EJá­ŸL굫ûó"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"ß¼\x15êÄ„K܈»³Î„Ú°F"
  b"!Þ·ˆa®K£š™€eš×¡Ò"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"\x7F\x1A7*îÃF\x10ªÄ;“Áár9"
  b"ånÉð®LMзüÿ‹&]"…"
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"V_Óøã¯FDëÉh\·÷<W"
  b"¢î,¡¯¸B—€¬ÊfÈš\x05¢"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"\x14Ñl\fJ¾¤%%2lãm®"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"_@\x1Cnu˜J%”[éЕQ0&"
  b"soÄh8%Nê…\x13P"Ç\x07e\x19"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"[o\x1Còe1GEóIlü"\r"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"""
    ¬\e0\x1F\x08TF\x13Ÿ\n
    ßÄå;Á…
    """
  b"6wù\r\tC|¦e\a=FFì"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"þM¶û▓HED£4òî\x7F\x02ªì"
  b"=Cê®\x13·FÖ┐1Ð9\x02É_^"
  b"\x01†C,¢MA迬&îLJCç"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"îûN2$ç@P»<çË??žî"
  b"Hcíû»ûG„”tu\x11,\k\x06"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"΢rÅq²@ „Ç©u©1\x19î"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\x07Z\x03_ÊAj¨ú ¥j¤ß\x15"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"v%Q>÷£Of®Ùø%ü*õ\x04"
  b"´eN‹yÐI~·5±Ó«l\x1AG"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"pW┬¶%CI£Áا_A─\x0E´"
  b"ð¦é0#3Kw°çº˜ÓA_ó"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\x18ØG┤?5Jı▒À~3╠5X»"
  b"§õ’¯,iJñ¾õDEÖ\x16"
  b"ÓÖóCÁ┌Bî¼Àظ¤┼\x06."
  b"žŠî\x1Có°Od™VàvÛ þ""
  b"\vâ¹÷O¥C\x7F´Ç¦'·Óéø"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"³\x15x„þ»Jð‚ªÆ¶ÊiËÕ"
  b"Èðm’!ÃH‰…ÌS¦Þ\x00ˆœ"
  b"K’ÖŸo^Dú·Õ-i³FgŽ"
  b"cïf¤ÔLF6œñA\x08»S´Ö"
  b"Ívï!ÆÚGk¦l€‘\x13CŽ—"
  b"auM>ÀéDT°¼Iª–MŸ‰"
  b"i•PMè„OL¸À"zSs\x16«"
  b"█÷<UàPI÷©|ëVìF³N"
  b"|┴·³ÃÅFñ£Éõ\~·0&"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"®S\x1D£ANA)žM\v•P Ë\x18"
  b"T¬°r0HH\x1C¼´Ë7ò\x03$o"
  b"%³mÇÄòE{˜mw»L>+}"
  b"ëÑq\x07VHE\x1D´D•ylBâ™"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b";º:U·½Nó©úý¶Î<L°"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"\x052\x19j0.D©“M`\x1EÏñ<&"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"Ë'©A»SId“ˆ•r«šs7"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"}÷õî@ÕBÞ›h\x0FÂ\x07‡é)"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"j¾@žm;H›œ\x1DêjY€9g"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"YøU¾XÉI³┐Ó=\x10xù+W"
  b"™Ôò8K×CL Ý‚YGì¯\t"
  b"\x1Aüs‗ßhK╣äÓ\x149{Ù┼)"
  b"¿û£V¬|HK“‘‘a£\x13á\x04"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"_Ç1Wß§CÁ„`•²P¼(Ê"
  b")R1e–\x19K.Š1%\x18\x1F5Fá"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"Ã@П‰bBí J+(ðó¡~"
  b"0,XœkCL»õ°d³;\r\x18"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"9┌»óÓÕJ\x1Eì\x19,~×GÃl"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"<K/êãoKì§eúYt¶‘\x7F"
  b"hÙcbÅ\x06O└ú¿\r■Ý\x15J┼"
  b"“²ÌÇ\5Aœ·œ\f]…ÊöL"
  b"""
    B1b9+°@ó¾P\n
    o_])ø
    """
  b" Ì¿j\r…JE´Ù<+\x1E\x01"
  b"\x1FŸØÜÿíJ0¥\x06J–ÌCy\x10"
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"JhºN%lI\x12šÍåO¾ÿ‘¶"
  b"q`ßLÂßA\x0F¯¤D}\ví`á"
  b"ªoý›ÜKGž±ùqAu@÷m"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"[xþ’&1H\x1E¥\t‰Ëõoˆ\x11"
  b"QÙÞ\x06¢ŒM\x1D°Ù(}á0{¹"
  b"L\v·Åø—C\x17‡©'ÕýѦ'"
  b"õ7èú1„Le±ŒN\x00ˆQW€"
  b"\tÕIì4-J¦Ä\x17Qïí╝úT"
  b"9|£sg,Mšª±F\x1DÛ[\rÃ"
  b"Æ}Fð`\x11OΔtS<õý7É"
  b"1T\x16Ô"ìG&¡▓i,╩┘kn"
  b"€+Ä\x1EjúJN¡Ö­–hµº?"
  b"íø¨‹\t±Ac†Àör¨Œ4\x10"
  b"û\x0E┤·özK\x14×üOå═gÌ\x19"
  b"ŒÜÙ?Â\x15K^ˆÜ\x15\x08OÜËž"
  b"_9ÐJü¿K\x18¡~é%jŸ¯w"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"""
    \n
    uı³ì┼J0ò«|B<¯^å
    """
  b"T§Ø(é}L─©>▒╗▄´¿\x08"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"4\eøý»░M\x1DìýrÂCC'0"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"r>Jï÷úF│ô\x19\x08aλáì"
  b"!Ì‹\x14|‚KU 7ï\x16x\f$i"
  b"Ž\x01ŒŸƒNHØ´7•›8ù\x1Dï"
  b"" =ß)ÄC3€ò5YLcýã"
  b"\x1A^Q?\x07RI‡´üÉ1O\t"
  b"š\x0FâÁ1MFd°°\x19”NHA«"
  b"¿dn5o»NîÉß°*8\x05¡º"
  b"Ù|®'ÚUB\x06\x10ª18ÎÁ?"
  b"\e“ðùuTLê®ÁÒ,uï<\f"
  b",cXÜ/dBÛ»2bU*8\x1C0"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"\x17 [„K—JÁ¬ß¿b 7!9"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b":zùúÆöD; Uš4jx1C"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"""
    zÒÌ|C▒IaÅd3ïy\n
    í^
    """
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"qbyÜûlM6‡QëÙó=*+"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"ßmeƒ\x16,@¢²¦>;O”“Ž"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"…ß}¿u'@ƒ§w¤eï&»Ö"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\x01Ðdu'»FNˆðrqDàÔ'"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"yúÔó\voBü„\fð°ø".."
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\X5õœ“I»¨+"P)õf¥"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ûúzð´ÅF¼¥#Qs+`†\x16"
  b"—GH4€~@ЦEÛýztŽ\x11"
  b"┼»â┘Y\x00G\x1Cä.│┌┴ü█\x11"
  b"{pâšüOI|±éÅS\x11öãƒ"
  b" õ:eÿQNZ¼]©­$§XP"
  b",¾x:8§MFˆÍ“\v\e»\x07¼"
  b"ßL|ðXrHT­—Õaá'K@"
  b"GQ\x07¥¢½IG–\x06}Š‹«]%"
  b"""
    4+peñXBìš Ó\n
    B\x1D™à
    """
  b"ËÜ[×Lï6&xcfÉr"
  b"]ûöœPEDň4?‹~úש"
  b"ÒúŸY\x19-Nä‹8žlñÀt#"
  b"_þº+TÛC“…+\x15\x02£\x06"
  b"“n`óɳNF…úNQ±\e\x1DW"
  b"\x1AæËØtDOX┐\x02´`¯è┴9"
  b"?R\f▒/ØO°Ä@╚\x0Eà┘│4"
  b"ƒr,Øö@LQñ╣Éoóc\x12Ë"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"Q╔\x05]4┌@áú+5\x1EìÔéC"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"├\ü‗9IMJÜ¥ \x08\x12!\x15­"
  b"› \x1Dó—¹@x©zcÍÓˆå*"
  b"""
    &vê^\x14vB\f—Á\n
    \x0F
    """
  b"]■U\f├ËLÅæıà\x07v:®U"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"""
    |¸OB╬µE\x1DìÀ¸┤n0\n
    V
    """
  b"jVìÔ(GK(░ìh┤W|o¹"
  b"jýT\x00çÃE÷†çþ9y`\x07_"
  b"▒>!S6iMîêØ\x00X\x0Elº,"
  b"ÁˆK*dóF„“€*\x16Bf¢å"
  b"Ƙ¸ýCoJ߀ð)»~eþÒ"
  b"D┼Üîü\K\x10ò3▀nîÌEj"
  b"q+ì6¯íO˜¢.›HÜseH"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"y€N'Ó¸J\x05”ÍD\râ?N†"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"\x0FG­ÿaÝGýöña¿yEðü"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"èí\x03®\x1FºN¼€Ï¸”~\x1F‘¬"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"—-ìf,\x03GÁŒc\x00»\x00\x0E"
  b"Ó\x1A^þ‚µE=§¯²Ø\x07³\x02\"
  b"Úg§pC\x1EI§ˆSI”zÎ\x10õ"
  b"­Å*l¬{Fq×■Ê╚U°¨9"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"\x06QŠGB2º¦\t'wx8û"
  b"8óÛuQ,L-…\x192ß—\x04îè"
  b"Å┘└àZ╬@Áº\ts(c░Åh"
  b"5ì3z\x11XL\x04¢cã™™„)¡"
  b"wzÒQéoC~¦á©àéžV‰"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"°„<Ci\x07I*‹‘.\fãÐòë"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"F–¶¶ìyFq³s\x02ü\x1F“Úô"
  b"»ccí²\x1DJ®¥‡w!íIÐ0"
  b"jÛôSÆŽ@B§±®9"T(a"
  b"¯\x15Ô+\x0E0C\x1A¯¹\tš±¥~\x0E"
  b"\x18ÕÐ2˜ÝGê¬Ãu³Ïßö¼"
  b"‡ˆ–\x18F(G\x16µ\x1Djþ¨\x1E¶-"
  b"Ï)ûãƒUAé°A‡L.-'ø"
  b"Å]©I\tÖ@╔âÃÁGɤe┬"
  b"½a[x,NJߣlQ\x14[‰iJ"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"\x1A:°™ë\x01Ax¦ÑŦòj¼\x1D"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"p´äû\x0F├AHÆPL\x12Ë×ìÃ"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"¨\PŠü4AW®=Ø]*~¿÷"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"1¿e™¥½@{²\f”\ÉPOÔ"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"sè…èJèI ¢ƒüg“óbP"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"qsý┬*ÞN#Éå╚}LÅU█"
  b"·•Ãg¯zE\x06ŠE.¡Foa\x18"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\x15Zz×\x1EyCûœV;ŠÖ8`\x15"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"â¥_╗v³Mù┤TÅ\x16hǶL"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"#Pvåë9M_ˆ£UÍÆub3"
  b"÷è\ä,ì@D¾0Y*kVhä"
  b"Ãê\x15g\x18ÝD̺žËÉBãP="
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"þÉ ¼SmA║Åç@¹Äy(Í"
  b"ïLd2W¥Fù¾õÖPÒù—R"
  b"ÿiKÎØØ@W╝qJ@gÜXü"
  b"5+{R\x1FÒF¼ƒ|\x1A¬15ãÉ"
  b"£\x1Düà]£FÀª╣U]HU^\r"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"c\x01f¨#ÄF´²ÂIz—\x1Ff+"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"%äkl\x16\fF\x19¥>I\x14\x10:"
  b"e¼ÂëÝlIS•¿ÏvÀ\x0Ef:"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"\x13OæôBð¤3N6ÒåJ|"
  b"“O\x0E¶+®K½¤”:¸ÅÍý}"
  b"ºg\x01=rêB¬‚R\x11\x05À3 \x1E"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"\x07ÈE®VÉ@ÁìÇ\vo&ñ║\x0E"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b",ø(\x13v\x19EȱŠÛ\x07í\x12×O"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"IËfR©ŽA¹¡óè\x05þ$'²"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"89âD«íINÅÔÝ├Ô┌°}"
  b"½Øé\v;MFiÀ▄öÅ/Æ╚¶"
  b"\x08¥V╠oSM÷ì'­1q╬ÝË"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"\x01m™íÊåOy°=.Jã‘\x10K"
  b"*~C5\x07(M׋'5óN7î²"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"Ü\x7F9±°¬G6å½E­Z\x1DØl"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"X\v³\x07\fÅA\e¡,íRñ6a■"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b" ±d\x14Ú┼M¯«L┬▀Å╠\rº"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"Ú\x1C-7ùxK3¢»òûûÁü3"
  b"šñ¡ÂmfB5”ëycûoê\r"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"Ò\x1Eˆ§\f´Gꛘ·&\x1D†š\n"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ÀwÚ┬Ñ\rGÝÆvlèü#µ╩"
  b"\\x05…up\rJ‘¾\x11ê\x07`öÑK"
  b"ê›`1\x1CM@´†9\x05M,Sq\n"
  b"à‡Š.Õ\x01IO”zG&I½3-"
  b"`‘÷×]VLî©Iø{\x07:Í8"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"'}\x0FÈ.vIȺO┌eÅÆ¼ƒ"
  b"Ûò\x11IÈ¢Eõ™\txÒw\x15Éù"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"óŒ|žÇêJ=œßôCS\x0Fts"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"Gm 6R4OJ²eprû¬#["
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"Ô¶Q\x1EŒGE\x12‡M‹’À \x08F"
  b":;ès\x08\x01@'’¨¦\eð|¢m"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"c-ôn5\@\tÉ\x15╚u(\x03\x07^"
  b"¿╩ô▀ù┐Bcü«ß¾Ö¿xS"
  b">?èÚæãD>½”*‹¯àÙí"
  b"­JÝIÎ\x0EN±›»\x05V´ü~]"
  b" n{gBÖD¸£û5\x03÷\x19Ž\x12"
  b"´Fàé\r\x16C\x05¬Ü›Ÿ™›2\t"
  b"Â_£L¥ØANë\x01¹1æñû("
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"IˆÊ©!nH§»DöUÊþ4Ý"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\x1D;~´)æD(╝?¹2\x00þ=É"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\xîW¼7D\x17²\x04B6ŒÙsz"
  b"\x01\x0E»ôqØ@¦±É«r3œç•"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"0Øåcû\OH¢¢½\x08\x1AjýJ"
  b""V6ý\x1ECNÄì╗þ%º╗8┘"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"•'¡HŸ­K"“èô°œ\x07îŽ"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"·ìÞ-=Ñ@ê–æw\x0Fx§­²"
  b"Õlkö@`I7¡ù1\x11/[øe"
  b"Ø\e├NþàHpúâpI╠\x03║³"
  b"/MÑ\x16;åFñ¥\x04ÐÖô~û\x12"
  b"ÔšÂÿ#VO¤¬†Éœ†@…ó"
  b",V½\x03\x17IY›û!²^g×p"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"Ü\x02‘Fa^CFµ7¥"þV7›"
  b"='y3xEJ°°Ì\v%!Õ­Ö"
  b"Åš|ˆ»ÓN@’#¡LþÕ\x02"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"É$ìôý\eLÍ·.\e\våÐ…®"
  b"""
    \n
    jÔ•ãyKŠƒtZá\x1En‰\x11
    """
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"¶oBƒ+\x12MA›»Ðó\n\x14§\x00"
  b"ˆ Å\x02J\x1FCõ°+±\x19µ\x17`b"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"M'¶\x1Eo"N5§-ºÂ:ÙPÊ"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"r7è═Æ\x00Fè┐\x18K\x1Aì<E®"
  b"""
    Â:‹\n
    »±GC¢^Í\x1DV\x08\x01E
    """
  b"Ó‰ü»^\x07GM³¸ÇyðT¡="
  b"ÈñÞËÅÈB®¯Ãg7J¶ÖÁ"
  b"""
    éä:\x13R■Aã©É5H\n
    ª~j
    """
  b"\x10Tî½0\x10A´›àÏ’4bPÜ"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"‘ëø\x13 \eF›“F Ç\x0F/ít"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"CñõðèjCÌ©ØO&╬v9Y"
  b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1FM°{"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"└i(½\x07▄FDô¼7Ø╣"#ó"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Î\x1D┘ýO┤N¦Å[▓ß®>╔+"
  b"\vôzeL¢”Ü\x007|¨·ô"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"$\x06'©Å[H0žÜí‘Ú\x7F–*"
  b"Ѳi\îÌEýü³^!)º^_"
  b"©\x03:\x03▀²E}Ø]w‗ú┐\x7F¯"
  b" ÊF\x16¥Ø@»¦ \x18qO¨F\x02"
  b"ã´PAçßG½±û­=ˆËH‰"
  b"¦Kþ+ôwG•‚¼ˆá\ßÏú"
  b"\x02.J\x06E9ƒDOp[IFý"
  b"Gag*ŠyFf”’ï\x1DþG™U"
  b"xó‚`smJ\x05¶Ã…K\x03œnb"
  b"u╗1\x0Eí£F»¼ó4\x12└ÿbÅ"
  b"aOñ†üœL¢¨\x18n§¤\x06ÿë"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"¦õ3N…ÎE°½NS‡$Ï\x1Að"
  b"U\x7FògK\e@ö£Mˆý4?èï"
  b"L…\x1EHL\x17D„¯Y§—2s\ü"
  b"˜\x18˜‰o!O¸‚KŽÊŽ]Ž®"
]
83 78.06 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"ì╚]ó\x1FØM\x08¬µFA\x05,│b"
  b"t¯ëRT\tC\†&E \x10Ëi`"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"ès~¹oáEןòõ¯¼Î…*"
  b"ê\f6r0»C\x10”+çTpwû\x13"
  b"ò°Á§Kå@ü¨Ba°¤÷×à"
  b"i»ÍSåÇDA®°£ëWÎW\x18"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"tÏå\x04\x11°Dì«█\x11í~±?}"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"˜3\t!ÛÞG\fŠHÕOF•ݤ"
  b"z¿ˆdzHLB¼Õ3†"ȾC"
  b"■╗9xQ-I]ó=»Â)ì¯_"
  b"X<êË\t'Euˆrøð?ÙL\x02"
  b"î^Wê±\x1EJá­ŸL굫ûó"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"ß¼\x15êÄ„K܈»³Î„Ú°F"
  b"!Þ·ˆa®K£š™€eš×¡Ò"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"\x7F\x1A7*îÃF\x10ªÄ;“Áár9"
  b"ånÉð®LMзüÿ‹&]"…"
  b"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"V_Óøã¯FDëÉh\·÷<W"
  b"¢î,¡¯¸B—€¬ÊfÈš\x05¢"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"\x14Ñl\fJ¾¤%%2lãm®"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"_@\x1Cnu˜J%”[éЕQ0&"
  b"soÄh8%Nê…\x13P"Ç\x07e\x19"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"[o\x1Còe1GEóIlü"\r"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"""
    ¬\e0\x1F\x08TF\x13Ÿ\n
    ßÄå;Á…
    """
  b"6wù\r\tC|¦e\a=FFì"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"þM¶û▓HED£4òî\x7F\x02ªì"
  b"=Cê®\x13·FÖ┐1Ð9\x02É_^"
  b"\x01†C,¢MA迬&îLJCç"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"îûN2$ç@P»<çË??žî"
  b"Hcíû»ûG„”tu\x11,\k\x06"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"΢rÅq²@ „Ç©u©1\x19î"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\x07Z\x03_ÊAj¨ú ¥j¤ß\x15"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"v%Q>÷£Of®Ùø%ü*õ\x04"
  b"´eN‹yÐI~·5±Ó«l\x1AG"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"pW┬¶%CI£Áا_A─\x0E´"
  b"ð¦é0#3Kw°çº˜ÓA_ó"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\x18ØG┤?5Jı▒À~3╠5X»"
  b"§õ’¯,iJñ¾õDEÖ\x16"
  b"ÓÖóCÁ┌Bî¼Àظ¤┼\x06."
  b"žŠî\x1Có°Od™VàvÛ þ""
  b"\vâ¹÷O¥C\x7F´Ç¦'·Óéø"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"³\x15x„þ»Jð‚ªÆ¶ÊiËÕ"
  b"Èðm’!ÃH‰…ÌS¦Þ\x00ˆœ"
  b"K’ÖŸo^Dú·Õ-i³FgŽ"
  b"cïf¤ÔLF6œñA\x08»S´Ö"
  b"Ívï!ÆÚGk¦l€‘\x13CŽ—"
  b"auM>ÀéDT°¼Iª–MŸ‰"
  b"i•PMè„OL¸À"zSs\x16«"
  b"█÷<UàPI÷©|ëVìF³N"
  b"|┴·³ÃÅFñ£Éõ\~·0&"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"®S\x1D£ANA)žM\v•P Ë\x18"
  b"T¬°r0HH\x1C¼´Ë7ò\x03$o"
  b"%³mÇÄòE{˜mw»L>+}"
  b"ëÑq\x07VHE\x1D´D•ylBâ™"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"jØâB?³C®£ª╠*\v3jô"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b";º:U·½Nó©úý¶Î<L°"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"\x052\x19j0.D©“M`\x1EÏñ<&"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"Ë'©A»SId“ˆ•r«šs7"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"}÷õî@ÕBÞ›h\x0FÂ\x07‡é)"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"j¾@žm;H›œ\x1DêjY€9g"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"YøU¾XÉI³┐Ó=\x10xù+W"
  b"™Ôò8K×CL Ý‚YGì¯\t"
  b"\x1Aüs‗ßhK╣äÓ\x149{Ù┼)"
  b"¿û£V¬|HK“‘‘a£\x13á\x04"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"_Ç1Wß§CÁ„`•²P¼(Ê"
  b")R1e–\x19K.Š1%\x18\x1F5Fá"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"Ã@П‰bBí J+(ðó¡~"
  b"0,XœkCL»õ°d³;\r\x18"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"9┌»óÓÕJ\x1Eì\x19,~×GÃl"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"<K/êãoKì§eúYt¶‘\x7F"
  b"hÙcbÅ\x06O└ú¿\r■Ý\x15J┼"
  b"“²ÌÇ\5Aœ·œ\f]…ÊöL"
  b"""
    B1b9+°@ó¾P\n
    o_])ø
    """
  b" Ì¿j\r…JE´Ù<+\x1E\x01"
  b"\x1FŸØÜÿíJ0¥\x06J–ÌCy\x10"
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"JhºN%lI\x12šÍåO¾ÿ‘¶"
  b"q`ßLÂßA\x0F¯¤D}\ví`á"
  b"ªoý›ÜKGž±ùqAu@÷m"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"[xþ’&1H\x1E¥\t‰Ëõoˆ\x11"
  b"QÙÞ\x06¢ŒM\x1D°Ù(}á0{¹"
  b"L\v·Åø—C\x17‡©'ÕýѦ'"
  b"õ7èú1„Le±ŒN\x00ˆQW€"
  b"\tÕIì4-J¦Ä\x17Qïí╝úT"
  b"9|£sg,Mšª±F\x1DÛ[\rÃ"
  b"Æ}Fð`\x11OΔtS<õý7É"
  b"1T\x16Ô"ìG&¡▓i,╩┘kn"
  b"€+Ä\x1EjúJN¡Ö­–hµº?"
  b"íø¨‹\t±Ac†Àör¨Œ4\x10"
  b"û\x0E┤·özK\x14×üOå═gÌ\x19"
  b"ŒÜÙ?Â\x15K^ˆÜ\x15\x08OÜËž"
  b"_9ÐJü¿K\x18¡~é%jŸ¯w"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"""
    \n
    uı³ì┼J0ò«|B<¯^å
    """
  b"T§Ø(é}L─©>▒╗▄´¿\x08"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"4\eøý»░M\x1DìýrÂCC'0"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"r>Jï÷úF│ô\x19\x08aλáì"
  b"!Ì‹\x14|‚KU 7ï\x16x\f$i"
  b"Ž\x01ŒŸƒNHØ´7•›8ù\x1Dï"
  b"" =ß)ÄC3€ò5YLcýã"
  b"\x1A^Q?\x07RI‡´üÉ1O\t"
  b"š\x0FâÁ1MFd°°\x19”NHA«"
  b"¿dn5o»NîÉß°*8\x05¡º"
  b"Ù|®'ÚUB\x06\x10ª18ÎÁ?"
  b"\e“ðùuTLê®ÁÒ,uï<\f"
  b",cXÜ/dBÛ»2bU*8\x1C0"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"\x17 [„K—JÁ¬ß¿b 7!9"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b":zùúÆöD; Uš4jx1C"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"xößNʯEd»Q\x03MvšÓù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"■▄¹õ^ëDñü++zð8W)"
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"yN}J mFUÅØÒùÆ]\x00."
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"""
    zÒÌ|C▒IaÅd3ïy\n
    í^
    """
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"qbyÜûlM6‡QëÙó=*+"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"ßmeƒ\x16,@¢²¦>;O”“Ž"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"…ß}¿u'@ƒ§w¤eï&»Ö"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"\x01Ðdu'»FNˆðrqDàÔ'"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"yúÔó\voBü„\fð°ø".."
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\X5õœ“I»¨+"P)õf¥"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ûúzð´ÅF¼¥#Qs+`†\x16"
  b"—GH4€~@ЦEÛýztŽ\x11"
  b"┼»â┘Y\x00G\x1Cä.│┌┴ü█\x11"
  b"{pâšüOI|±éÅS\x11öãƒ"
  b" õ:eÿQNZ¼]©­$§XP"
  b",¾x:8§MFˆÍ“\v\e»\x07¼"
  b"ßL|ðXrHT­—Õaá'K@"
  b"GQ\x07¥¢½IG–\x06}Š‹«]%"
  b"""
    4+peñXBìš Ó\n
    B\x1D™à
    """
  b"ËÜ[×Lï6&xcfÉr"
  b"]ûöœPEDň4?‹~úש"
  b"ÒúŸY\x19-Nä‹8žlñÀt#"
  b"_þº+TÛC“…+\x15\x02£\x06"
  b"“n`óɳNF…úNQ±\e\x1DW"
  b"\x1AæËØtDOX┐\x02´`¯è┴9"
  b"?R\f▒/ØO°Ä@╚\x0Eà┘│4"
  b"ƒr,Øö@LQñ╣Éoóc\x12Ë"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"Q╔\x05]4┌@áú+5\x1EìÔéC"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"├\ü‗9IMJÜ¥ \x08\x12!\x15­"
  b"› \x1Dó—¹@x©zcÍÓˆå*"
  b"""
    &vê^\x14vB\f—Á\n
    \x0F
    """
  b"]■U\f├ËLÅæıà\x07v:®U"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"""
    |¸OB╬µE\x1DìÀ¸┤n0\n
    V
    """
  b"jVìÔ(GK(░ìh┤W|o¹"
  b"jýT\x00çÃE÷†çþ9y`\x07_"
  b"▒>!S6iMîêØ\x00X\x0Elº,"
  b"ÁˆK*dóF„“€*\x16Bf¢å"
  b"Ƙ¸ýCoJ߀ð)»~eþÒ"
  b"D┼Üîü\K\x10ò3▀nîÌEj"
  b"q+ì6¯íO˜¢.›HÜseH"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"y€N'Ó¸J\x05”ÍD\râ?N†"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"\x0FG­ÿaÝGýöña¿yEðü"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"èí\x03®\x1FºN¼€Ï¸”~\x1F‘¬"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"—-ìf,\x03GÁŒc\x00»\x00\x0E"
  b"Ó\x1A^þ‚µE=§¯²Ø\x07³\x02\"
  b"Úg§pC\x1EI§ˆSI”zÎ\x10õ"
  b"­Å*l¬{Fq×■Ê╚U°¨9"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"\x06QŠGB2º¦\t'wx8û"
  b"8óÛuQ,L-…\x192ß—\x04îè"
  b"Å┘└àZ╬@Áº\ts(c░Åh"
  b"5ì3z\x11XL\x04¢cã™™„)¡"
  b"wzÒQéoC~¦á©àéžV‰"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"°„<Ci\x07I*‹‘.\fãÐòë"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"F–¶¶ìyFq³s\x02ü\x1F“Úô"
  b"»ccí²\x1DJ®¥‡w!íIÐ0"
  b"jÛôSÆŽ@B§±®9"T(a"
  b"¯\x15Ô+\x0E0C\x1A¯¹\tš±¥~\x0E"
  b"\x18ÕÐ2˜ÝGê¬Ãu³Ïßö¼"
  b"‡ˆ–\x18F(G\x16µ\x1Djþ¨\x1E¶-"
  b"Ï)ûãƒUAé°A‡L.-'ø"
  b"Å]©I\tÖ@╔âÃÁGɤe┬"
  b"½a[x,NJߣlQ\x14[‰iJ"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"\x1A:°™ë\x01Ax¦ÑŦòj¼\x1D"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"p´äû\x0F├AHÆPL\x12Ë×ìÃ"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"¨\PŠü4AW®=Ø]*~¿÷"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"1¿e™¥½@{²\f”\ÉPOÔ"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"sè…èJèI ¢ƒüg“óbP"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"qsý┬*ÞN#Éå╚}LÅU█"
  b"·•Ãg¯zE\x06ŠE.¡Foa\x18"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"\x15Zz×\x1EyCûœV;ŠÖ8`\x15"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"â¥_╗v³Mù┤TÅ\x16hǶL"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"#Pvåë9M_ˆ£UÍÆub3"
  b"÷è\ä,ì@D¾0Y*kVhä"
  b"Ãê\x15g\x18ÝD̺žËÉBãP="
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"þÉ ¼SmA║Åç@¹Äy(Í"
  b"ïLd2W¥Fù¾õÖPÒù—R"
  b"ÿiKÎØØ@W╝qJ@gÜXü"
  b"5+{R\x1FÒF¼ƒ|\x1A¬15ãÉ"
  b"£\x1Düà]£FÀª╣U]HU^\r"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"c\x01f¨#ÄF´²ÂIz—\x1Ff+"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"%äkl\x16\fF\x19¥>I\x14\x10:"
  b"e¼ÂëÝlIS•¿ÏvÀ\x0Ef:"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"\x13OæôBð¤3N6ÒåJ|"
  b"“O\x0E¶+®K½¤”:¸ÅÍý}"
  b"ºg\x01=rêB¬‚R\x11\x05À3 \x1E"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"\x07ÈE®VÉ@ÁìÇ\vo&ñ║\x0E"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b",ø(\x13v\x19EȱŠÛ\x07í\x12×O"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"IËfR©ŽA¹¡óè\x05þ$'²"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"?×yûé†J룖²\¾VBÛ"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"¾´rOd§N:…W®”¹\x7F"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"89âD«íINÅÔÝ├Ô┌°}"
  b"½Øé\v;MFiÀ▄öÅ/Æ╚¶"
  b"\x08¥V╠oSM÷ì'­1q╬ÝË"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"\x01m™íÊåOy°=.Jã‘\x10K"
  b"*~C5\x07(M׋'5óN7î²"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"Ü\x7F9±°¬G6å½E­Z\x1DØl"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"X\v³\x07\fÅA\e¡,íRñ6a■"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b" ±d\x14Ú┼M¯«L┬▀Å╠\rº"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"Ú\x1C-7ùxK3¢»òûûÁü3"
  b"šñ¡ÂmfB5”ëycûoê\r"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"Ò\x1Eˆ§\f´Gꛘ·&\x1D†š\n"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ÀwÚ┬Ñ\rGÝÆvlèü#µ╩"
  b"\\x05…up\rJ‘¾\x11ê\x07`öÑK"
  b"ê›`1\x1CM@´†9\x05M,Sq\n"
  b"à‡Š.Õ\x01IO”zG&I½3-"
  b"`‘÷×]VLî©Iø{\x07:Í8"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"'}\x0FÈ.vIȺO┌eÅÆ¼ƒ"
  b"Ûò\x11IÈ¢Eõ™\txÒw\x15Éù"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"óŒ|žÇêJ=œßôCS\x0Fts"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"Gm 6R4OJ²eprû¬#["
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"Ô¶Q\x1EŒGE\x12‡M‹’À \x08F"
  b":;ès\x08\x01@'’¨¦\eð|¢m"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"c-ôn5\@\tÉ\x15╚u(\x03\x07^"
  b"¿╩ô▀ù┐Bcü«ß¾Ö¿xS"
  b">?èÚæãD>½”*‹¯àÙí"
  b"­JÝIÎ\x0EN±›»\x05V´ü~]"
  b" n{gBÖD¸£û5\x03÷\x19Ž\x12"
  b"´Fàé\r\x16C\x05¬Ü›Ÿ™›2\t"
  b"Â_£L¥ØANë\x01¹1æñû("
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"IˆÊ©!nH§»DöUÊþ4Ý"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"\x1D;~´)æD(╝?¹2\x00þ=É"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"\xîW¼7D\x17²\x04B6ŒÙsz"
  b"\x01\x0E»ôqØ@¦±É«r3œç•"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"0Øåcû\OH¢¢½\x08\x1AjýJ"
  b""V6ý\x1ECNÄì╗þ%º╗8┘"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"•'¡HŸ­K"“èô°œ\x07îŽ"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"·ìÞ-=Ñ@ê–æw\x0Fx§­²"
  b"Õlkö@`I7¡ù1\x11/[øe"
  b"Ø\e├NþàHpúâpI╠\x03║³"
  b"/MÑ\x16;åFñ¥\x04ÐÖô~û\x12"
  b"ÔšÂÿ#VO¤¬†Éœ†@…ó"
  b",V½\x03\x17IY›û!²^g×p"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"Ü\x02‘Fa^CFµ7¥"þV7›"
  b"='y3xEJ°°Ì\v%!Õ­Ö"
  b"Åš|ˆ»ÓN@’#¡LþÕ\x02"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"É$ìôý\eLÍ·.\e\våÐ…®"
  b"""
    \n
    jÔ•ãyKŠƒtZá\x1En‰\x11
    """
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"¶oBƒ+\x12MA›»Ðó\n\x14§\x00"
  b"ˆ Å\x02J\x1FCõ°+±\x19µ\x17`b"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"M'¶\x1Eo"N5§-ºÂ:ÙPÊ"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"r7è═Æ\x00Fè┐\x18K\x1Aì<E®"
  b"""
    Â:‹\n
    »±GC¢^Í\x1DV\x08\x01E
    """
  b"Ó‰ü»^\x07GM³¸ÇyðT¡="
  b"ÈñÞËÅÈB®¯Ãg7J¶ÖÁ"
  b"""
    éä:\x13R■Aã©É5H\n
    ª~j
    """
  b"\x10Tî½0\x10A´›àÏ’4bPÜ"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"‘ëø\x13 \eF›“F Ç\x0F/ít"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"CñõðèjCÌ©ØO&╬v9Y"
  b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1FM°{"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"└i(½\x07▄FDô¼7Ø╣"#ó"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Î\x1D┘ýO┤N¦Å[▓ß®>╔+"
  b"\vôzeL¢”Ü\x007|¨·ô"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"$\x06'©Å[H0žÜí‘Ú\x7F–*"
  b"Ѳi\îÌEýü³^!)º^_"
  b"©\x03:\x03▀²E}Ø]w‗ú┐\x7F¯"
  b" ÊF\x16¥Ø@»¦ \x18qO¨F\x02"
  b"ã´PAçßG½±û­=ˆËH‰"
  b"¦Kþ+ôwG•‚¼ˆá\ßÏú"
  b"\x02.J\x06E9ƒDOp[IFý"
  b"Gag*ŠyFf”’ï\x1DþG™U"
  b"xó‚`smJ\x05¶Ã…K\x03œnb"
  b"u╗1\x0Eí£F»¼ó4\x12└ÿbÅ"
  b"aOñ†üœL¢¨\x18n§¤\x06ÿë"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"¦õ3N…ÎE°½NS‡$Ï\x1Að"
  b"U\x7FògK\e@ö£Mˆý4?èï"
  b"L…\x1EHL\x17D„¯Y§—2s\ü"
  b"˜\x18˜‰o!O¸‚KŽÊŽ]Ž®"
]
84 3.34 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\x0E»ôqØ@¦±É«r3œç•"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x01m™íÊåOy°=.Jã‘\x10K"
  b"\x01†C,¢MA迬&îLJCç"
  b"\x01Ðdu'»FNˆðrqDàÔ'"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x052\x19j0.D©“M`\x1EÏñ<&"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ÈE®VÉ@ÁìÇ\vo&ñ║\x0E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08¥V╠oSM÷ì'­1q╬ÝË"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\tÕIì4-J¦Ä\x17Qïí╝úT"
  b"""
    \n
    jÔ•ãyKŠƒtZá\x1En‰\x11
    """
  b"""
    \n
    uı³ì┼J0ò«|B<¯^å
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\vâ¹÷O¥C\x7F´Ç¦'·Óéø"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0FG­ÿaÝGýöña¿yEðü"
  b"\x10Tî½0\x10A´›àÏ’4bPÜ"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"\x15Zz×\x1EyCûœV;ŠÖ8`\x15"
  b"\x17 [„K—JÁ¬ß¿b 7!9"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18ØG┤?5Jı▒À~3╠5X»"
  b"\x18ÕÐ2˜ÝGê¬Ãu³Ïßö¼"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1A:°™ë\x01Ax¦ÑŦòj¼\x1D"
  b"\x1A^Q?\x07RI‡´üÉ1O\t"
  b"\x1Aüs‗ßhK╣äÓ\x149{Ù┼)"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1AæËØtDOX┐\x02´`¯è┴9"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e“ðùuTLê®ÁÒ,uï<\f"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D;~´)æD(╝?¹2\x00þ=É"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"\x1FŸØÜÿíJ0¥\x06J–ÌCy\x10"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" n{gBÖD¸£û5\x03÷\x19Ž\x12"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" ÊF\x16¥Ø@»¦ \x18qO¨F\x02"
  b" õ:eÿQNZ¼]©­$§XP"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"!Ì‹\x14|‚KU 7ï\x16x\f$i"
  b"!Þ·ˆa®K£š™€eš×¡Ò"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"" =ß)ÄC3€ò5YLcýã"
  b""V6ý\x1ECNÄì╗þ%º╗8┘"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#Pvåë9M_ˆ£UÍÆub3"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$\x06'©Å[H0žÜí‘Ú\x7F–*"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%³mÇÄòE{˜mw»L>+}"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%äkl\x16\fF\x19¥>I\x14\x10:"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    &vê^\x14vB\f—Á\n
    \x0F
    """
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'}\x0FÈ.vIȺO┌eÅÆ¼ƒ"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(½»*3LNûƒ=PÉô{½B"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")R1e–\x19K.Š1%\x18\x1F5Fá"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"\vôzeL¢”Ü\x007|¨·ô"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*~C5\x07(M׋'5óN7î²"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b",V½\x03\x17IY›û!²^g×p"
  b",cXÜ/dBÛ»2bU*8\x1C0"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",¾x:8§MFˆÍ“\v\e»\x07¼"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b",ø(\x13v\x19EȱŠÛ\x07í\x12×O"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"\x13OæôBð¤3N6ÒåJ|"
  b"/MÑ\x16;åFñ¥\x04ÐÖô~û\x12"
  b"\x06QŠGB2º¦\t'wx8û"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0,XœkCL»õ°d³;\r\x18"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0Øåcû\OH¢¢½\x08\x1AjýJ"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1T\x16Ô"ìG&¡▓i,╩┘kn"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"1¿e™¥½@{²\f”\ÉPOÔ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4\eøý»░M\x1DìýrÂCC'0"
  b"""
    4+peñXBìš Ó\n
    B\x1D™à
    """
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5+{R\x1FÒF¼ƒ|\x1A¬15ãÉ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5ì3z\x11XL\x04¢cã™™„)¡"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"6wù\r\tC|¦e\a=FFì"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"89âD«íINÅÔÝ├Ô┌°}"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"8óÛuQ,L-…\x192ß—\x04îè"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9|£sg,Mšª±F\x1DÛ[\rÃ"
  b"9┌»óÓÕJ\x1Eì\x19,~×GÃl"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":;ès\x08\x01@'’¨¦\eð|¢m"
  b":zùúÆöD; Uš4jx1C"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b";º:U·½Nó©úý¶Î<L°"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<K/êãoKì§eúYt¶‘\x7F"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"='y3xEJ°°Ì\v%!Õ­Ö"
  b"=Cê®\x13·FÖ┐1Ð9\x02É_^"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">?èÚæãD>½”*‹¯àÙí"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?R\f▒/ØO°Ä@╚\x0Eà┘│4"
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"?É-ï\x06bJB PÍÙ&':U"
  b"?×yûé†J룖²\¾VBÛ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    B1b9+°@ó¾P\n
    o_])ø
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"CñõðèjCÌ©ØO&╬v9Y"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"D┼Üîü\K\x10ò3▀nîÌEj"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"F–¶¶ìyFq³s\x02ü\x1F“Úô"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"GQ\x07¥¢½IG–\x06}Š‹«]%"
  b"Gag*ŠyFf”’ï\x1DþG™U"
  b"Gm 6R4OJ²eprû¬#["
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"Hcíû»ûG„”tu\x11,\k\x06"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IˆÊ©!nH§»DöUÊþ4Ý"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IËfR©ŽA¹¡óè\x05þ$'²"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"JhºN%lI\x12šÍåO¾ÿ‘¶"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K’ÖŸo^Dú·Õ-i³FgŽ"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\v·Åø—C\x17‡©'ÕýѦ'"
  b"L…\x1EHL\x17D„¯Y§—2s\ü"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x14Ñl\fJ¾¤%%2lãm®"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"M'¶\x1Eo"N5§-ºÂ:ÙPÊ"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q╔\x05]4┌@áú+5\x1EìÔéC"
  b"QÙÞ\x06¢ŒM\x1D°Ù(}á0{¹"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¬°r0HH\x1C¼´Ë7ò\x03$o"
  b"T§Ø(é}L─©>▒╗▄´¿\x08"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"U\x7FògK\e@ö£Mˆý4?èï"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"V_Óøã¯FDëÉh\·÷<W"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X\v³\x07\fÅA\e¡,íRñ6a■"
  b"X<êË\t'Euˆrøð?ÙL\x02"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YøU¾XÉI³┐Ó=\x10xù+W"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"[o\x1Còe1GEóIlü"\r"
  b"[xþ’&1H\x1E¥\t‰Ëõoˆ\x11"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\\x05…up\rJ‘¾\x11ê\x07`öÑK"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\X5õœ“I»¨+"P)õf¥"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"\xîW¼7D\x17²\x04B6ŒÙsz"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]ûöœPEDň4?‹~úש"
  b"]■U\f├ËLÅæıà\x07v:®U"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"_9ÐJü¿K\x18¡~é%jŸ¯w"
  b"_@\x1Cnu˜J%”[éЕQ0&"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"_Ç1Wß§CÁ„`•²P¼(Ê"
  b"_þº+TÛC“…+\x15\x02£\x06"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`‘÷×]VLî©Iø{\x07:Í8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"aOñ†üœL¢¨\x18n§¤\x06ÿë"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"auM>ÀéDT°¼Iª–MŸ‰"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"c\x01f¨#ÄF´²ÂIz—\x1Ff+"
  b"c-ôn5\@\tÉ\x15╚u(\x03\x07^"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"cïf¤ÔLF6œñA\x08»S´Ö"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"e¼ÂëÝlIS•¿ÏvÀ\x0Ef:"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÙcbÅ\x06O└ú¿\r■Ý\x15J┼"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"i•PMè„OL¸À"zSs\x16«"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"i»ÍSåÇDA®°£ëWÎW\x18"
  b"ié#u»fHçƒWqþŒlžž"
  b"jVìÔ(GK(░ìh┤W|o¹"
  b"jØâB?³C®£ª╠*\v3jô"
  b"j¾@žm;H›œ\x1DêjY€9g"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"jÛôSÆŽ@B§±®9"T(a"
  b"jýT\x00çÃE÷†çþ9y`\x07_"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"\x02.J\x06E9ƒDOp[IFý"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pW┬¶%CI£Áا_A─\x0E´"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"p´äû\x0F├AHÆPL\x12Ë×ìÃ"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"q+ì6¯íO˜¢.›HÜseH"
  b"q`ßLÂßA\x0F¯¤D}\ví`á"
  b"qbyÜûlM6‡QëÙó=*+"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qsý┬*ÞN#Éå╚}LÅU█"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r7è═Æ\x00Fè┐\x18K\x1Aì<E®"
  b"r>Jï÷úF│ô\x19\x08aλáì"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"soÄh8%Nê…\x13P"Ç\x07e\x19"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sè…èJèI ¢ƒüg“óbP"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t¯ëRT\tC\†&E \x10Ëi`"
  b"tÏå\x04\x11°Dì«█\x11í~±?}"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"u╗1\x0Eí£F»¼ó4\x12└ÿbÅ"
  b"v%Q>÷£Of®Ùø%ü*õ\x04"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wzÒQéoC~¦á©àéžV‰"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xó‚`smJ\x05¶Ã…K\x03œnb"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"y€N'Ó¸J\x05”ÍD\râ?N†"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yúÔó\voBü„\fð°ø".."
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"z¿ˆdzHLB¼Õ3†"ȾC"
  b"""
    zÒÌ|C▒IaÅd3ïy\n
    í^
    """
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{pâšüOI|±éÅS\x11öãƒ"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|┴·³ÃÅFñ£Éõ\~·0&"
  b"""
    |¸OB╬µE\x1DìÀ¸┤n0\n
    V
    """
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"}÷õî@ÕBÞ›h\x0FÂ\x07‡é)"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7F\x1A7*îÃF\x10ªÄ;“Áár9"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"€+Ä\x1EjúJN¡Ö­–hµº?"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"""
    éä:\x13R■Aã©É5H\n
    ª~j
    """
  b"é┤-R@8JØäoK²&┼\ee"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"â¥_╗v³Mù┤TÅ\x16hǶL"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…ß}¿u'@ƒ§w¤eï&»Ö"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"‡ˆ–\x18F(G\x16µ\x1Djþ¨\x1E¶-"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ Å\x02J\x1FCõ°+±\x19µ\x17`b"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"ŒÜÙ?Â\x15K^ˆÜ\x15\x08OÜËž"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ì╚]ó\x1FØM\x08¬µFA\x05,│b"
  b"Ž\x01ŒŸƒNHØ´7•›8ù\x1Dï"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å]©I\tÖ@╔âÃÁGɤe┬"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å┘└àZ╬@Áº\ts(c░Åh"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘ëø\x13 \eF›“F Ç\x0F/ít"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"“O\x0E¶+®K½¤”:¸ÅÍý}"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“n`óɳNF…úNQ±\e\x1DW"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“²ÌÇ\5Aœ·œ\f]…ÊöL"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•'¡HŸ­K"“èô°œ\x07îŽ"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\x07Z\x03_ÊAj¨ú ¥j¤ß\x15"
  b"û\x0E┤·özK\x14×üOå═gÌ\x19"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"—-ìf,\x03GÁŒc\x00»\x00\x0E"
  b"—GH4€~@ЦEÛýztŽ\x11"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜\x18˜‰o!O¸‚KŽÊŽ]Ž®"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"˜3\t!ÛÞG\fŠHÕOF•ݤ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿiKÎØØ@W╝qJ@gÜXü"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™Ôò8K×CL Ý‚YGì¯\t"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x0FâÁ1MFd°°\x19”NHA«"
  b"Ü\x7F9±°¬G6å½E­Z\x1DØl"
  b"šñ¡ÂmfB5”ëycûoê\r"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"› \x1Dó—¹@x©zcÍÓˆå*"
  b"£\x1Düà]£FÀª╣U]HU^\r"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"Ø\e├NþàHpúâpI╠\x03║³"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"žŠî\x1Có°Od™VàvÛ þ""
  b"ž“_Hß”C2­ii1º,ýä"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"ƒr,Øö@LQñ╣Éoóc\x12Ë"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ì¿j\r…JE´Ù<+\x1E\x01"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¢î,¡¯¸B—€¬ÊfÈš\x05¢"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"Ѳi\îÌEýü³^!)º^_"
  b"¦Kþ+ôwG•‚¼ˆá\ßÏú"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"¦õ3N…ÎE°½NS‡$Ï\x1Að"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"§õ’¯,iJñ¾õDEÖ\x16"
  b"¨\PŠü4AW®=Ø]*~¿÷"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¿dn5o»NîÉß°*8\x05¡º"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¿╩ô▀ù┐Bcü«ß¾Ö¿xS"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªoý›ÜKGž±ùqAu@÷m"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"½Øé\v;MFiÀ▄öÅ/Æ╚¶"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"""
    ¬\e0\x1F\x08TF\x13Ÿ\n
    ßÄå;Á…
    """
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"­JÝIÎ\x0EN±›»\x05V´ü~]"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®S\x1D£ANA)žM\v•P Ë\x18"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯\x15Ô+\x0E0C\x1A¯¹\tš±¥~\x0E"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°„<Ci\x07I*‹‘.\fãÐòë"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒>!S6iMîêØ\x00X\x0Elº,"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³\x15x„þ»Jð‚ªÆ¶ÊiËÕ"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´Fàé\r\x16C\x05¬Ü›Ÿ™›2\t"
  b"´eN‹yÐI~·5±Ó«l\x1AG"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"Â_£L¥ØANë\x01¹1æñû("
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶oBƒ+\x12MA›»Ðó\n\x14§\x00"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"ÀwÚ┬Ñ\rGÝÆvlèü#µ╩"
  b"·•Ãg¯zE\x06ŠE.¡Foa\x18"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"·ìÞ-=Ñ@ê–æw\x0Fx§­²"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"©\x03:\x03▀²E}Ø]w‗ú┐\x7F¯"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"ºg\x01=rêB¬‚R\x11\x05À3 \x1E"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"»ccí²\x1DJ®¥‡w!íIÐ0"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½a[x,NJߣlQ\x14[‰iJ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¢¡g_9─@Éóݺm!■6û"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"¿û£V¬|HK“‘‘a£\x13á\x04"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1FM°{"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b"└i(½\x07▄FDô¼7Ø╣"#ó"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ÁˆK*dóF„“€*\x16Bf¢å"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"""
    Â:‹\n
    »±GC¢^Í\x1DV\x08\x01E
    """
  b"Ã@П‰bBí J+(ðó¡~"
  b"├\ü‗9IMJÜ¥ \x08\x12!\x15­"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Ãê\x15g\x18ÝD̺žËÉBãP="
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"Åš|ˆ»ÓN@’#¡LþÕ\x02"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼»â┘Y\x00G\x1Cä.│┌┴ü█\x11"
  b"Æ}Fð`\x11OΔtS<õý7É"
  b"Ƙ¸ýCoJ߀ð)»~eþÒ"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"Èðm’!ÃH‰…ÌS¦Þ\x00ˆœ"
  b"ÈñÞËÅÈB®¯Ãg7J¶ÖÁ"
  b"É$ìôý\eLÍ·.\e\våÐ…®"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"ËÜ[×Lï6&xcfÉr"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"Ívï!ÆÚGk¦l€‘\x13CŽ—"
  b"΢rÅq²@ „Ç©u©1\x19î"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï)ûãƒUAé°A‡L.-'ø"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ò\x1Eˆ§\f´Gꛘ·&\x1D†š\n"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÒúŸY\x19-Nä‹8žlñÀt#"
  b"Ó\x1A^þ‚µE=§¯²Ø\x07³\x02\"
  b"Ó‰ü»^\x07GM³¸ÇyðT¡="
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ÔšÂÿ#VO¤¬†Éœ†@…ó"
  b"Ô¶Q\x1EŒGE\x12‡M‹’À \x08F"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"Õlkö@`I7¡ù1\x11/[øe"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"Î\x1D┘ýO┤N¦Å[▓ß®>╔+"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù|®'ÚUB\x06\x10ª18ÎÁ?"
  b"Úg§pC\x1EI§ˆSI”zÎ\x10õ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"Ûò\x11IÈ¢Eõ™\txÒw\x15Éù"
  b"█÷<UàPI÷©|ëVìF³N"
  b"Ü\x02‘Fa^CFµ7¥"þV7›"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ßL|ðXrHT­—Õaá'K@"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßmeƒ\x16,@¢²¦>;O”“Ž"
  b"ß¼\x15êÄ„K܈»³Î„Ú°F"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à‡Š.Õ\x01IO”zG&I½3-"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"ÓÖóCÁ┌Bî¼Àظ¤┼\x06."
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ã´PAçßG½±û­=ˆËH‰"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"ånÉð®LMзüÿ‹&]"…"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þM¶û▓HED£4òî\x7F\x02ªì"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þÉ ¼SmA║Åç@¹Äy(Í"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"èí\x03®\x1FºN¼€Ï¸”~\x1F‘¬"
  b"Ú\x1C-7ùxK3¢»òûûÁü3"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"ê\f6r0»C\x10”+çTpwû\x13"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"ê›`1\x1CM@´†9\x05M,Sq\n"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"ëÑq\x07VHE\x1D´D•ylBâ™"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"íø¨‹\t±Ac†Àör¨Œ4\x10"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"î^Wê±\x1EJá­ŸL굫ûó"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îûN2$ç@P»<çË??žî"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"ïLd2W¥Fù¾õÖPÒù—R"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­Å*l¬{Fq×■Ê╚U°¨9"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð¦é0#3Kw°çº˜ÓA_ó"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò°Á§Kå@ü¨Ba°¤÷×à"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óŒ|žÇêJ=œßôCS\x0Fts"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ7èú1„Le±ŒN\x00ˆQW€"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"÷è\ä,ì@D¾0Y*kVhä"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"ûúzð´ÅF¼¥#Qs+`†\x16"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■╗9xQ-I]ó=»Â)ì¯_"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [HY´qNL┤©▄ØÓq&-"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b" ±d\x14Ú┼M¯«L┬▀Å╠\rº"
  b"VÏ(`cÁAƒ—…Æ{%\x19Ff"
  b"õ˜D½\x04š@Ѷ\x01°÷…/\e"
]
85 3.39 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x0E·êø\x06*B<ÅÐ\x1As░.(¶"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x16]8~ÉÆIê×ë═eäµ╚\x1C"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"CÈ=R(pI:Š²ßŠ»]Ul"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¡j½âi•G¸#¸lkHÐ×"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01™/!Q<\x7Fʃ\x11A¶z\v¢¦"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 16.19 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\x0E»ôqØ@¦±É«r3œç•"
  b"\x01)┬]úûC-╣\x02YØRÉ╬²"
  b"\x01m™íÊåOy°=.Jã‘\x10K"
  b"\x01†C,¢MA迬&îLJCç"
  b"\x01Ðdu'»FNˆðrqDàÔ'"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\f4\x15êK@QŒøûË»VèÅ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02uâÏѧD\x0F³Õ6’=š \x16"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04¼†ý—,B\x19¡n*^Ãk@ú"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x052\x19j0.D©“M`\x1EÏñ<&"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ÈE®VÉ@ÁìÇ\vo&ñ║\x0E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08¥V╠oSM÷ì'­1q╬ÝË"
  b"\t\x15ßcaÅO\x03í\x11ö¡tn\x0F½"
  b"\t\x18¿\x13o9C\x15‹4X\x08j…€è"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\tÕIì4-J¦Ä\x17Qïí╝úT"
  b"""
    \n
    jÔ•ãyKŠƒtZá\x1En‰\x11
    """
  b"""
    \n
    uı³ì┼J0ò«|B<¯^å
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\voÅ¢sÏJˉé\x1AÅ2‘Ø$"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\vâ¹÷O¥C\x7F´Ç¦'·Óéø"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E@$œÒ¢A«¼´ƒkŸ=Ú±"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x0FG­ÿaÝGýöña¿yEðü"
  b"\x10Tî½0\x10A´›àÏ’4bPÜ"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13°D\x07\x1CEOw‹ ‡Ï±âyÂ"
  b"\x13³`ü┤cI;«r²\x02.\fßu"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14ßv€øÿD »|à$O5\x16Ê"
  b"\x15Zz×\x1EyCûœV;ŠÖ8`\x15"
  b"\x17 [„K—JÁ¬ß¿b 7!9"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18ØG┤?5Jı▒À~3╠5X»"
  b"\x18ÕÐ2˜ÝGê¬Ãu³Ïßö¼"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1A:°™ë\x01Ax¦ÑŦòj¼\x1D"
  b"\x1A^Q?\x07RI‡´üÉ1O\t"
  b"\x1Aüs‗ßhK╣äÓ\x149{Ù┼)"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1AæËØtDOX┐\x02´`¯è┴9"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\x1Aîž\x10a¤G¬¥çÕ¿boq„"
  b"\e“ðùuTLê®ÁÒ,uï<\f"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1CE\x08ß#eI\x0Eœu\vvA|Õƒ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D;~´)æD(╝?¹2\x00þ=É"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÚ\x12W<öCWùıìÔW\x15ÿL"
  b"\x1FÖ2ÎbÝE╬║ç│È ìÌ»"
  b"\x1FŸØÜÿíJ0¥\x06J–ÌCy\x10"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" n{gBÖD¸£û5\x03÷\x19Ž\x12"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b" ÊF\x16¥Ø@»¦ \x18qO¨F\x02"
  b" õ:eÿQNZ¼]©­$§XP"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"!Ì‹\x14|‚KU 7ï\x16x\f$i"
  b"!Þ·ˆa®K£š™€eš×¡Ò"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"" =ß)ÄC3€ò5YLcýã"
  b""V6ý\x1ECNÄì╗þ%º╗8┘"
  b""†\x1A\x1A(%B\x1A·Š«¼\x02\x15\x10"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#Pvåë9M_ˆ£UÍÆub3"
  b"#a\x11_\x14-Iáµú*ÿVku\x14"
  b"\x10|Þ0J\x00¸¾ÛÀ¤?²þ"
  b"$\x06'©Å[H0žÜí‘Ú\x7F–*"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%³mÇÄòE{˜mw»L>+}"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%äkl\x16\fF\x19¥>I\x14\x10:"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    &vê^\x14vB\f—Á\n
    \x0F
    """
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'}\x0FÈ.vIȺO┌eÅÆ¼ƒ"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'Т\x1CŒÝFÓ¦õÐ\x17P´?\x1A"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"(½»*3LNûƒ=PÉô{½B"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")R1e–\x19K.Š1%\x18\x1F5Fá"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"\vôzeL¢”Ü\x007|¨·ô"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*~C5\x07(M׋'5óN7î²"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*ëÓÕˆñ@‡¸È¸ÚHk¶\x16"
  b"+\x17ëƒ|ÇIó©¾u=s“ÿ"
  b",V½\x03\x17IY›û!²^g×p"
  b",cXÜ/dBÛ»2bU*8\x1C0"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",¾x:8§MFˆÍ“\v\e»\x07¼"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b",ø(\x13v\x19EȱŠÛ\x07í\x12×O"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"-°¯õʃ@wØ╩Ý\f×\x1D\x15E"
  b".\x06¥Äö\x03H5•Ï—¹Ón\x1AÒ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"\x13OæôBð¤3N6ÒåJ|"
  b"/MÑ\x16;åFñ¥\x04ÐÖô~û\x12"
  b"\x06QŠGB2º¦\t'wx8û"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0,XœkCL»õ°d³;\r\x18"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0Øåcû\OH¢¢½\x08\x1AjýJ"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1T\x16Ô"ìG&¡▓i,╩┘kn"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"1¿e™¥½@{²\f”\ÉPOÔ"
  b"""
    1íK\x1A\x07ƒOÏ­\n
    S\x1C\x15ƒx'
    """
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2íñï\tYMwÉ\x1D\x0Fu¢yäS"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4\eøý»░M\x1DìýrÂCC'0"
  b"""
    4+peñXBìš Ó\n
    B\x1D™à
    """
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"4¿~~¢ÀN•¤?é&I\x01\x10D"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5+{R\x1FÒF¼ƒ|\x1A¬15ãÉ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5ì3z\x11XL\x04¢cã™™„)¡"
  b"6pJ├àêM\x7FÅìr]\eÜ÷m"
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"6wù\r\tC|¦e\a=FFì"
  b"6é5\x12\r]G\x07Å╦i\│\x1Dè║"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"86)ÖøKN˜…µ.\x05\x01'\x084"
  b"89âD«íINÅÔÝ├Ô┌°}"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"8óÛuQ,L-…\x192ß—\x04îè"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9|£sg,Mšª±F\x1DÛ[\rÃ"
  b"9┌»óÓÕJ\x1Eì\x19,~×GÃl"
  b":\ea├%6FãÅSD╬Þ\x00@D"
  b":;ès\x08\x01@'’¨¦\eð|¢m"
  b":zùúÆöD; Uš4jx1C"
  b";\x01¸'UÛNåÉ\fF¥í'À\x12"
  b";\x1AœY¦çL×µ˜óæVäHÿ"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b";º:U·½Nó©úý¶Î<L°"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<K/êãoKì§eúYt¶‘\x7F"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<╚â=ÿsF£¬)ªGIÑ│ü"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"='y3xEJ°°Ì\v%!Õ­Ö"
  b"=Cê®\x13·FÖ┐1Ð9\x02É_^"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">?èÚæãD>½”*‹¯àÙí"
  b">Y\x01Q╣\x0FKâÉx\x17£L[!┐"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?R\f▒/ØO°Ä@╚\x0Eà┘│4"
  b"?‚\x1DcµAMO“…›ç\x18ðó["
  b"?É-ï\x06bJB PÍÙ&':U"
  b"?×yûé†J룖²\¾VBÛ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"AmAiMîK眶ˆCŒN¯ž"
  b"A¿cV>ÿAM–{ÙÃÄb¦B"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"""
    B1b9+°@ó¾P\n
    o_])ø
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"CñõðèjCÌ©ØO&╬v9Y"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"D┼Üîü\K\x10ò3▀nîÌEj"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"F/$+C<A膚씼Áùs"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"F–¶¶ìyFq³s\x02ü\x1F“Úô"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"GQ\x07¥¢½IG–\x06}Š‹«]%"
  b"Gag*ŠyFf”’ï\x1DþG™U"
  b"Gm 6R4OJ²eprû¬#["
  b"GÉ=~\n\x00Dá„d\x05úQ×OÖ"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"Hcíû»ûG„”tu\x11,\k\x06"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IjÂ,\fÇOÎéÏ?\rÅ\x05öJ"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IˆÊ©!nH§»DöUÊþ4Ý"
  b"I¡J|g(@5—2›&®\x06‘â"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IËfR©ŽA¹¡óè\x05þ$'²"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J8╦┴¹╚I┘öÉräîé¡Ò"
  b"JhºN%lI\x12šÍåO¾ÿ‘¶"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K’ÖŸo^Dú·Õ-i³FgŽ"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\v·Åø—C\x17‡©'ÕýѦ'"
  b"L…\x1EHL\x17D„¯Y§—2s\ü"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x14Ñl\fJ¾¤%%2lãm®"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"\x11\x0F•ULƒ°‚0‚¦H¾¡"
  b"M'¶\x1Eo"N5§-ºÂ:ÙPÊ"
  b"MA©"v\x1CJŠ«\tÍ8$9¦R"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"P½\]\x13ÕF\e\x15úS\ZâC"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Q╔\x05]4┌@áú+5\x1EìÔéC"
  b"QÙÞ\x06¢ŒM\x1D°Ù(}á0{¹"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"S餠ǩFƒ–Ötu1)„÷"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¬°r0HH\x1C¼´Ë7ò\x03$o"
  b"T§Ø(é}L─©>▒╗▄´¿\x08"
  b"U-\x01KÆ6IÅ–†€X‡.­“"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"U\x7FògK\e@ö£Mˆý4?èï"
  b"VP}¤Šd@*­y¡\x15m@›ç"
  b"V_Óøã¯FDëÉh\·÷<W"
  b"Vf\x07ŽçåFö§÷\#\x14ŸC®"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W°e!ÓþJ¿“M+VX6 <"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X\v³\x07\fÅA\e¡,íRñ6a■"
  b"X<êË\t'Euˆrøð?ÙL\x02"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YøU¾XÉI³┐Ó=\x10xù+W"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Z|\e+W\tIo¼y„Æ\x0F«gÄ"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[\v4ä±$H~„ÈQÿ­\x06àã"
  b"[o\x1Còe1GEóIlü"\r"
  b"[xþ’&1H\x1E¥\t‰Ëõoˆ\x11"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\\x05…up\rJ‘¾\x11ê\x07`öÑK"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\Oök\x06™Jd‘¬\x10ó‹\x0F—F"
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\X5õœ“I»¨+"P)õf¥"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"\xîW¼7D\x17²\x04B6ŒÙsz"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"]ûöœPEDň4?‹~úש"
  b"]■U\f├ËLÅæıà\x07v:®U"
  b"^““oí¢DÙ†òÔ­;\x04-n"
  b"_9ÐJü¿K\x18¡~é%jŸ¯w"
  b"_@\x1Cnu˜J%”[éЕQ0&"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"_ÃNK]+JìŠuÏ\x14N\x1C\x16="
  b"_Ç1Wß§CÁ„`•²P¼(Ê"
  b"_þº+TÛC“…+\x15\x02£\x06"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`‘÷×]VLî©Iø{\x07:Í8"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\x15\x08‰Aw•\x03ð>°ÉiÒ"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"aOñ†üœL¢¨\x18n§¤\x06ÿë"
  b"aU¼[\x03‰O\x17žn´Áë/`2"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"auM>ÀéDT°¼Iª–MŸ‰"
  b"a¼ˆ„Ä.MÀ¨›ïUŽ\x08ð#"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b\x1F\x06²\x17└CüòÁ\x0E¨ QûÌ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"c\x01f¨#ÄF´²ÂIz—\x1Ff+"
  b"c-ôn5\@\tÉ\x15╚u(\x03\x07^"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"cïf¤ÔLF6œñA\x08»S´Ö"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"e¼ÂëÝlIS•¿ÏvÀ\x0Ef:"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"gaSÍð\fN²„‚N\x1F\f]<Ç"
  b"gÞmg0LK„‚éX«rš‚ô"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hkª/K|L\x05”ð™‚Gœ´a"
  b"hÁm\x7F¸NK"¼¸:â',0#"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÙcbÅ\x06O└ú¿\r■Ý\x15J┼"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"i•PMè„OL¸À"zSs\x16«"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"i»ÍSåÇDA®°£ëWÎW\x18"
  b"ié#u»fHçƒWqþŒlžž"
  b"jVìÔ(GK(░ìh┤W|o¹"
  b"jØâB?³C®£ª╠*\v3jô"
  b"j¾@žm;H›œ\x1DêjY€9g"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"jÛôSÆŽ@B§±®9"T(a"
  b"jýT\x00çÃE÷†çþ9y`\x07_"
  b"""
    k\n
    ª\0”L\x05¬\x03Ô×±?í_
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"lK└-ì}IòúlJk\e¯Íí"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"m\x07p\x08K\rB"Š\x10#%1^Íù"
  b"\x02.J\x06E9ƒDOp[IFý"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pW┬¶%CI£Áا_A─\x0E´"
  b"p¶FÔ`ÞNA‚\x19EB?U¨ë"
  b"p´äû\x0F├AHÆPL\x12Ë×ìÃ"
  b"q\x13œ—1JBÔ“ë^ÛË¾Í "
  b"q+ì6¯íO˜¢.›HÜseH"
  b"q`ßLÂßA\x0F¯¤D}\ví`á"
  b"qbyÜûlM6‡QëÙó=*+"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qsý┬*ÞN#Éå╚}LÅU█"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r7è═Æ\x00Fè┐\x18K\x1Aì<E®"
  b"r>Jï÷úF│ô\x19\x08aλáì"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"soÄh8%Nê…\x13P"Ç\x07e\x19"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sè…èJèI ¢ƒüg“óbP"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t¯ëRT\tC\†&E \x10Ëi`"
  b"tÏå\x04\x11°Dì«█\x11í~±?}"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"u╗1\x0Eí£F»¼ó4\x12└ÿbÅ"
  b"v%Q>÷£Of®Ùø%ü*õ\x04"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"v’n³Öý@%’UÊ&î½ã\x04"
  b"v¬]ÇÒ\x02K”˜<,0èUÞT"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wzÒQéoC~¦á©àéžV‰"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xó‚`smJ\x05¶Ã…K\x03œnb"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"yN}J mFUÅØÒùÆ]\x00."
  b"y€N'Ó¸J\x05”ÍD\râ?N†"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yúÔó\voBü„\fð°ø".."
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"z¢9%\eêM│ìep÷\x7FBÝ¢"
  b"z¿ˆdzHLB¼Õ3†"ȾC"
  b"""
    zÒÌ|C▒IaÅd3ïy\n
    í^
    """
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{pâšüOI|±éÅS\x11öãƒ"
  b"""
    {Œ³eÜQO\n
    ‚TЦãõ%E
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|┴·³ÃÅFñ£Éõ\~·0&"
  b"""
    |¸OB╬µE\x1DìÀ¸┤n0\n
    V
    """
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}h*ÞÚûN\x14º\x05Pšà\x19™ä"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"\x04╬ð6EØè¿;3¾ïmu"
  b"}÷õî@ÕBÞ›h\x0FÂ\x07‡é)"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7F\x1A7*îÃF\x10ªÄ;“Áár9"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FhlA?RM\x07íıÆì╗:\x7F"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"€+Ä\x1EjúJN¡Ö­–hµº?"
  b"€.¢»kð@Å—±¢ñ‹tà2"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üÇ®»ý┌L┼æ4µÑ'ïÝá"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"""
    éä:\x13R■Aã©É5H\n
    ª~j
    """
  b"é┤-R@8JØäoK²&┼\ee"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"â¥_╗v³Mù┤TÅ\x16hǶL"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…0\x04ŸpjC^¾$}Ì9€¼Õ"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…ß}¿u'@ƒ§w¤eï&»Ö"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡dôp€\x01Bÿ±^ \x14|7Û¿"
  b"‡ˆ–\x18F(G\x16µ\x1Djþ¨\x1E¶-"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡£~pÁ.M\x11³EèÚ\x12YÚn"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ˆ Å\x02J\x1FCõ°+±\x19µ\x17`b"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆ\x7F«x„\x18K—³/;[û\x02®2"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"‰2\r[!–M\x1F“›;\vOÓ9ü"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šs½7±yG²š°Þ©…ÅoÁ"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"ŠÝ[óͬAc—n~­\e\1J"
  b"ŠýA„ú\x7FM\x01¨4u}é\ePY"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"‹Ü0ÀU·H—°"£ÃA\f\v|"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"ŒÜÙ?Â\x15K^ˆÜ\x15\x08OÜËž"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ì╚]ó\x1FØM\x08¬µFA\x05,│b"
  b"Ž\x01ŒŸƒNHØ´7•›8ù\x1Dï"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å]©I\tÖ@╔âÃÁGɤe┬"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å┘└àZ╬@Áº\ts(c░Åh"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É |\x06²ßJGàı«R4´)\x12"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"É█VÏÿãE[Ö7S)!\x07╬M"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘'û\x1F(ÌG­™Xÿ¸_ñ\x01%"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘ëø\x13 \eF›“F Ç\x0F/ít"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"“O\x0E¶+®K½¤”:¸ÅÍý}"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“n`óɳNF…úNQ±\e\x1DW"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“²ÌÇ\5Aœ·œ\f]…ÊöL"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"\x07ÀØn M“•\x00\x16V+a"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•'¡HŸ­K"“èô°œ\x07îŽ"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\x07Z\x03_ÊAj¨ú ¥j¤ß\x15"
  b"û\x0E┤·özK\x14×üOå═gÌ\x19"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–±ªÕ”ÕD\x01ŒñU\x16¯‹m "
  b"û╔ñ²ðnF"Á|█jLìƒt"
  b"—-ìf,\x03GÁŒc\x00»\x00\x0E"
  b"—GH4€~@ЦEÛýztŽ\x11"
  b"""
    —N‚\n
    ÍÓBò½H.S\x18!ÖÒ
    """
  b"—{\x12-<LA¢¹³\x1EÈXÆC†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜\x18˜‰o!O¸‚KŽÊŽ]Ž®"
  b"ÿ\et\v└àO³èü;Ó┬{ËÚ"
  b"˜3\t!ÛÞG\fŠHÕOF•ݤ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿiKÎØØ@W╝qJ@gÜXü"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™Ôò8K×CL Ý‚YGì¯\t"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š\x0FâÁ1MFd°°\x19”NHA«"
  b"Ü\x7F9±°¬G6å½E­Z\x1DØl"
  b"šñ¡ÂmfB5”ëycûoê\r"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"› \x1Dó—¹@x©zcÍÓˆå*"
  b"£\x1Düà]£FÀª╣U]HU^\r"
  b"œ„ó[™\x01K;±³Ž•\x1EÀ€Õ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"Ø\e├NþàHpúâpI╠\x03║³"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"žŠî\x1Có°Od™VàvÛ þ""
  b"ž“_Hß”C2­ii1º,ýä"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸX!Zø\x1DFVœ\x02v4µˆ_Ä"
  b"ƒr,Øö@LQñ╣Éoóc\x12Ë"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ì¿j\r…JE´Ù<+\x1E\x01"
  b"¡\fæÅ¾êGn¼EIù&-+\x01"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¢î,¡¯¸B—€¬ÊfÈš\x05¢"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú\x1FíÁ±^L3Üe?ñ\x0E}\eÉ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£²_Ñù=@ú–/Ùѹ×l!"
  b"ú┼-µ+;A▒üƒî5┘▀Æ0"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"Ѳi\îÌEýü³^!)º^_"
  b"¦Kþ+ôwG•‚¼ˆá\ßÏú"
  b"ªtÐ\f╝ëM¦ƒÑ!ì\x01ý)╣"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"¦õ3N…ÎE°½NS‡$Ï\x1Að"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"§ÜQÍ\x16D@ǾÁ\x19\x19ëp"
  b"§éÞÆ÷ÇGÕ¥”kFUÃ\x1A@"
  b"§õ’¯,iJñ¾õDEÖ\x16"
  b"¨\PŠü4AW®=Ø]*~¿÷"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¿dn5o»NîÉß°*8\x05¡º"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¿╩ô▀ù┐Bcü«ß¾Ö¿xS"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªoý›ÜKGž±ùqAu@÷m"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ¬╣┐╣ªLFØá\n
    ╬╩9\x12\x06;
    """
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"½Øé\v;MFiÀ▄öÅ/Æ╚¶"
  b"¬\v“t˜ŒD2§mœ\fÒÄÇU"
  b"""
    ¬\e0\x1F\x08TF\x13Ÿ\n
    ßÄå;Á…
    """
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"­JÝIÎ\x0EN±›»\x05V´ü~]"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"­àý¨YÖM<ŠÑ«wƒ©÷5"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®S\x1D£ANA)žM\v•P Ë\x18"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"®àúù¼­Eû†ç_½’ËT\x05"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯\x15Ô+\x0E0C\x1A¯¹\tš±¥~\x0E"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯õ€Ø6REWˆTT^5g_·"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°„<Ci\x07I*‹‘.\fãÐòë"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒>!S6iMîêØ\x00X\x0Elº,"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"±Ñà5˜\x05L员\táÂ\x14êp"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²_¦\fÓÅL\x16ªƒ\x1EŒ¸\x06"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³\x15x„þ»Jð‚ªÆ¶ÊiËÕ"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´Fàé\r\x16C\x05¬Ü›Ÿ™›2\t"
  b"´eN‹yÐI~·5±Ó«l\x1AG"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"Â_£L¥ØANë\x01¹1æñû("
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶oBƒ+\x12MA›»Ðó\n\x14§\x00"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"ÀwÚ┬Ñ\rGÝÆvlèü#µ╩"
  b"·•Ãg¯zE\x06ŠE.¡Foa\x18"
  b"À¢█¥\x01┴D²áÉpíYpmÈ"
  b"·ìÞ-=Ñ@ê–æw\x0Fx§­²"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"©\x03:\x03▀²E}Ø]w‗ú┐\x7F¯"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"ºg\x01=rêB¬‚R\x11\x05À3 \x1E"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"º¹^•X•F\x1E\e%-h<¸‡"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"»ccí²\x1DJ®¥‡w!íIÐ0"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"½a[x,NJߣlQ\x14[‰iJ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¢¡g_9─@Éóݺm!■6û"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"""
    ¾‡«\x13ß\n
    F[¨\n
    ÚâDwXi
    """
  b"¥èÿëDüE\x04\x12\eÆ\x15\x10ç"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"¾´rOd§N:…W®”¹\x7F"
  b"¿\rW4—=Gó»|bà{Ô\x03\x12"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"┐ãOýôøBwüZ̹ô\x02òí"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"¿û£V¬|HK“‘‘a£\x13á\x04"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1FM°{"
  b"ÀZv\x07ê\x13I£„ë¬\x020¹Ž_"
  b"└i(½\x07▄FDô¼7Ø╣"#ó"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"À–é¶{$Oç‰0ŸúRuÑ7"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ÁˆK*dóF„“€*\x16Bf¢å"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"Áñ0צ“B²œ\x1D4a\x04\x00\x04£"
  b"Â\v[Õ˜*Dвe\x1A\x19Êo"
  b"""
    Â:‹\n
    »±GC¢^Í\x1DV\x08\x01E
    """
  b"Ã@П‰bBí J+(ðó¡~"
  b"├\ü‗9IMJÜ¥ \x08\x12!\x15­"
  b"ÃxÊ#•°@¼»8\x14Ÿ\x08Ã\x07Ð"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Ãê\x15g\x18ÝD̺žËÉBãP="
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄŸÊãôòCb¿[Iø\x01\/A"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"Åš|ˆ»ÓN@’#¡LþÕ\x02"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼»â┘Y\x00G\x1Cä.│┌┴ü█\x11"
  b"Æ}Fð`\x11OΔtS<õý7É"
  b"Ƙ¸ýCoJ߀ð)»~eþÒ"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ÆÁƯ\x1F_F¾¶¡™œÒ"KÞ"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"""
    ÇX\x12\n
    ZÂ@÷¨m\x08YÆÒO’
    """
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}\x07Å▀\I\tÇã\x04½¯ÀúÏ"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"Èðm’!ÃH‰…ÌS¦Þ\x00ˆœ"
  b"ÈñÞËÅÈB®¯Ãg7J¶ÖÁ"
  b"É$ìôý\eLÍ·.\e\våÐ…®"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩┬\x19‗7\x14K=¬OÉO&d·¦"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë'©A»SId“ˆ•r«šs7"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"""
    ╦ØÍr¡\x14D\tƒÕ┌«>\x1D\n
    l
    """
  b"ËÜ[×Lï6&xcfÉr"
  b"Ë̓–šxOy¨\f÷ÉPp\r\x16"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"Ìè÷~ÑÓJŒˆ3lšiÀ>ô"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"Ívï!ÆÚGk¦l€‘\x13CŽ—"
  b"΢rÅq²@ „Ç©u©1\x19î"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ξk\x1CI[LxŽaéH»¼Òº"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"Ï)ûãƒUAé°A‡L.-'ø"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"Ðq\x10î\x0Fb@u‹ª\x10F‚-<W"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"И\x1AïϳI”¤\x11’!þ'\x08½"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ò\x1Eˆ§\f´Gꛘ·&\x1D†š\n"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÒúŸY\x19-Nä‹8žlñÀt#"
  b"Ó\x1A^þ‚µE=§¯²Ø\x07³\x02\"
  b"Ó‰ü»^\x07GM³¸ÇyðT¡="
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ÔšÂÿ#VO¤¬†Éœ†@…ó"
  b"Ô¶Q\x1EŒGE\x12‡M‹’À \x08F"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"Õlkö@`I7¡ù1\x11/[øe"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"ÍR%²ØwOs®U\x05ý¬m\x10à"
  b"Íw░\v\x15@Fwü]aÓ§\x03\x1EK"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"Î\x1D┘ýO┤N¦Å[▓ß®>╔+"
  b"""
    ×8\n
    šO;IÿƒQÎÅÄó¥ä
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"×bIc»EH—¥ÚÝt\x1F–G\x15"
  b"ÎwþíÂìJÔ▒ËÍ╩ÙÅÅ\x0E"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øy\tþ}`L\x13•yò÷,/Óu"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"ØÂš¢^lJ¸¥"¿{›\r˜ "
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù|®'ÚUB\x06\x10ª18ÎÁ?"
  b"Úg§pC\x1EI§ˆSI”zÎ\x10õ"
  b"Û0í]¶>H±‡Ô”\x0F}‘u\x10"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    █╣Ô┴5\n
    K\r┐Ò´GÐ┴ÃÉ
    """
  b"Ûò\x11IÈ¢Eõ™\txÒw\x15Éù"
  b"█÷<UàPI÷©|ëVìF³N"
  b"Ü\x02‘Fa^CFµ7¥"þV7›"
  b"Ü\e!ý%ëBñœ5Õ\x04ëÝËË"
  b"Ü.pê6vEhŒ\vÅÄ\x1DÖ]¡"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄vº¤\x0F\x13J?ÄÑCâ±÷Åy"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ßL|ðXrHT­—Õaá'K@"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßmeƒ\x16,@¢²¦>;O”“Ž"
  b"ß¼\x15êÄ„K܈»³Î„Ú°F"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à‡Š.Õ\x01IO”zG&I½3-"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"ÓÖóCÁ┌Bî¼Àظ¤┼\x06."
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àº[ŠÛTB/¯tDF«úøQ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"âB0ó´LDl•+\x15x p9\x15"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ã´PAçßG½±û­=ˆËH‰"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"åRÓ%­ŽLÁšâ\x01\r\x16ȾÞ"
  b"ånÉð®LMзüÿ‹&]"…"
  b"Õù;╣ÉLD0ò£Êp¼9\x10."
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µ"B\f2gD'ûÉÎ#█\x04í'"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þM¶û▓HED£4òî\x7F\x02ªì"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þÉ ¼SmA║Åç@¹Äy(Í"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çù\x13_\v=C‰ŒïKïµñ·P"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"ès~¹oáEןòõ¯¼Î…*"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"èí\x03®\x1FºN¼€Ï¸”~\x1F‘¬"
  b"Ú\x1C-7ùxK3¢»òûûÁü3"
  b"ÚT\x03£éÌBCÑ\x15\x03\x0F×ÉHW"
  b"é÷ñ¯jèJ‚¸«gl‘Ó•\t"
  b"ê\f6r0»C\x10”+çTpwû\x13"
  b"ê\x11¸êNãDŽ»#/È\x00šîÂ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"ê›`1\x1CM@´†9\x05M,Sq\n"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë<•á\r\x01L\x7F…R±\x19‚¤”¨"
  b"ëÂÉÁÍ6H^“\etE\x7Fñ7·"
  b"ëÑq\x07VHE\x1D´D•ylBâ™"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ìš\f\x00ÕËEtª}\vS«=ã¬"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"íø¨‹\t±Ac†Àör¨Œ4\x10"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"î^Wê±\x1EJá­ŸL굫ûó"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îûN2$ç@P»<çË??žî"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"ïLd2W¥Fù¾õÖPÒù—R"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­Å*l¬{Fq×■Ê╚U°¨9"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð¦é0#3Kw°çº˜ÓA_ó"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò°Á§Kå@ü¨Ba°¤÷×à"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óŒ|žÇêJ=œßôCS\x0Fts"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"óþTÈM?Ht„\x18n!B­0˜"
  b"¶D2­.çJKñÃÐ$^ÌüÌ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ7èú1„Le±ŒN\x00ˆQW€"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"§┴òh¨ÕL┘░\x17ü\x16É\x0F¤a"
  b"ö\x10ä\x0Fc"K\x12®Ù\x08ó§é?²"
  b"÷ªÃe\x19ÅC\r¿ðè\x02¾<µ "
  b"¸P\x05\x15J\x19Å▀Nv°\x00▓╬"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"÷è\ä,ì@D¾0Y*kVhä"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ùs%˜ÙÌN\x07«þ¶\x08\x19.óQ"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"¹ØÕðÌyIí¼;─®ø}|%"
  b"ûúzð´ÅF¼¥#Qs+`†\x16"
  b"üW\t¾Äs@·¸ µÙ\x02\x17"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³Ã\x02ñ╔!AZÁ"üÒ®ÊMá"
  b"²ì¿¶║─E└ú3eI\eå\x08Ú"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■╗9xQ-I]ó=»Â)ì¯_"
  b"■▄¹õ^ëDñü++zð8W)"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [HY´qNL┤©▄ØÓq&-"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b" ±d\x14Ú┼M¯«L┬▀Å╠\rº"
  b"VÏ(`cÁAƒ—…Æ{%\x19Ff"
  b"õ˜D½\x04š@Ѷ\x01°÷…/\e"
]
87 0.42 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
88 0.37 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.42 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/te-300-2016-modelcode-F2460P8"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.54 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.30 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.20 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.27 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.28 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.29 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.53 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.46 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.20 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.55 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.28 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.24 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.17 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.07 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.60 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.93 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.95 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.51 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
110 0.52 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.60 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 52.61 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/f7e85ce42cec4044be30592a6b5668e4"
  "/detail/c3ea156718dd44ccba9ecbc942e3503d"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/2e06a5c4f603483595cf97b9d36e1ad2"
  "/detail/f44432f02e874a4ba4c7d1245ede81de"
  "/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1"
  "/detail/1f9932d762ed45ceba87b3d4ff8ddeaf"
  "/detail/ba4a74b6e9a74759ba188d81aa8e92d0"
  "/detail/e790ffac536d41ba8f8740fb8e7928d6"
  "/detail/ef4c643257a546f9bef5d650d2f99752"
  "/detail/98694bd79d9d4057bc714a40679a5881"
  "/detail/352b7b521fe346ac9f7c1aaa3135c690"
  "/detail/9c1d81855d9c46b7a6b9555d48555e0d"
  "/detail/49a14a7c6728403597329b26ae0691e2"
  "/detail/fd8da8f4bac445c0a33365491b8608e9"
  "/detail/630166a823c446b4b2c2497a971f662b"
  "/detail/babfb1603cfd4a86a1e186a18fc85a90"
  "/detail/25e46b6c160c4619a53e491430c6103a"
  "/detail/65bcc2ebdd6c495395bfcf76c00e663a"
  "/detail/dc1b21fd25eb42f19c35d504ebddcbcb"
  "/detail/ea11b8ea4ee3448ebb232fc8009aeec2"
  "/detail/2ed7134fe6f442f0a4334e36d2e54a7c"
  "/detail/934f0eb62bae4bbda4943ab8c5cdfd7d"
  "/detail/ba67013d72ea42ac82521105c033a01e"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/07d445a9569040b58d800b6f26a4ba0e"
  "/detail/73e885e84ae84920a283fc6793f36250"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/1aee9e1061a447aca5e7d5bf626f7184"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/6094db22fe244f87993560b16bee2684"
  "/detail/1ba80ee4d019453ba2aa88f20a2954b1"
  "/detail/7173ecc22ae84e239086c87d4c8f55db"
  "/detail/b795c367af7a45068a452ea1466f6118"
  "/detail/e954039c82de4243a515030f9e904857"
  "/detail/fcc702a4c921415ab52281e3a9d24da0"
  "/detail/a182d7e966db4dffb57fb90d5b12dd8c"
  "/detail/a339938ee1a14087b010804547e59490"
  "/detail/7739abfc1cdb4cb4bbab8a6b647c3613"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/ad53b0bc19a249c08c54c5f91b3525f5"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/c1cbde6d260846f689f03e03d33de6a3"
  "/detail/a3b25fd1f93d40fa962fd9d1b9d76c21"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/aee0faf9bcad45fb86e75fbd92cb5405"
  "/detail/2cf82813761945c8b18adb07ed12d74f"
  "/detail/85774b86bd234d9ea014b2933e513e1d"
  "/detail/60542cbae796468ca7f948df15869b80"
  "/detail/a34a206fc24f407e9af91e9f21b0028d"
  "/detail/a457caacef3e47d69fca23f72434c78f"
  "/detail/0275e2cfd1a7440fb3d536923d9aa016"
  "/detail/4cf3110f95554c83b0823082a648bea1"
  "/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f"
  "/detail/e0ba5b8adb54422faf744446abfaf851"
  "/detail/ddf563281cc74ab3832a044eefac1891"
  "/detail/49cb6652a98e41b9a1f3e805fe2427b2"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/67de6d67304c4b8482e958ab729a82f4"
  "/detail/2df837200cf440d5b49d1d74384c0dd0"
  "/detail/3fd779fbe9864aeba396b25cbe5642db"
  "/detail/44f5a654f8274258b67db104fabcfb76"
  "/detail/896d4671d5d04a838506a99ed07949d0"
  "/detail/beb4724f64a74e3a8557ae94b97f78fb"
  "/detail/dfca2538d5e540b8948ecf56ae57c074"
  "/detail/99ead72007414201b6928b05fbbba54e"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/68c76f185e854e1baa6dc51068d4cedb"
  "/detail/5fb296c482ac4d8eb585dd4f1ce98a81"
  "/detail/173caba30d514adebc82424c039d30ba"
  "/detail/ca60856d40f8414fac23be931b9f69e4"
  "/detail/78564017ef234bf9a78932629948724e"
  "/detail/41bf63563eff414d967bd9c3c462a642"
  "/detail/cac219f237144b3daa4f904f2664fadd"
  "/detail/f0e98e85f304428ead68fdafff39c972"
  "/detail/0f3cc4a1dbf94dc397405d87d05d672c"
  "/detail/3b1e50d6d0bb4c9e957045944ddb9a8f"
  "/detail/eefb4e3224e74050bb3ce7cb3f3f9eee"
  "/detail/e5973bb9904c4430959cd270ac39102e"
  "/detail/565fe09bc6ee46448990685cfaf63c57"
  "/detail/b25fa60cd3c54c16aa831e8cb80657d9"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/c87d078fdf5c490980c604abeeb7a3d8"
  "/detail/3e590151b90f4b839078179c4c5b21bf"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/1c31971ce40e498b82f1280c07c1b635"
  "/detail/c1f130d7a69342b29c1d3461040004a3"
  "/detail/aff580d8365245578854545e35675fb7"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/e0e0fa773c904c77ada7689ac2b747da"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/f7500530ac154a198fdf4e76f800b2ce"
  "/detail/9407c0d86e204d9395004aac16562b61"
  "/detail/7dea04ced036459d8aa83b33f38b6d75"
  "/detail/60a3cc9218ca47219a0e3c04a3023893"
  "/detail/2c6358dc2f6442dbbb3262552a381c30"
  "/detail/e24230f3b44c446c952b157820703915"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/8b42c653accf4b4db2cd83e4b74957ca"
  "/detail/17205b844b974ac1acdfbf6220372139"
  "/detail/e520ad8be28048d1a0a7794a5f76740a"
  "/detail/b661dbdf5ad54ef3a172f12bdd11b851"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/3cc8833d9873469caa29a64749a5b381"
  "/detail/d8c29aa25e6c4ab8a522bf7b9b0d98a0"
  "/detail/c378ca2395b040bcbb38149f08c307d0"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/2361115f142d49e1b5fa2aff566b7514"
  "/detail/bfc64fec939b4277815adefb930295a1"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/5a7c1b2b5709496fbc7984c60fab67c4"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/c6bc8d43d7674b75b380026f3e808716"
  "/detail/c20b5bd5982a44d0b2651a7ae419ca6f"
  "/detail/d677b00b15404677815d61e0f5031e4b"
  "/detail/1d4acca4ecde4de3abb330fc0596c648"
  "/detail/686baa2f4b7c4c0594f09982479cb461"
  "/detail/f5c19568f9e54cd9b0178116900fcf61"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/2cf4ed4d46754be58a2374a1a5c8e248"
  "/detail/aabb8894758a4b358d03091b4da6584c"
  "/detail/891f9601ec2e42ceac06602fa9bd66c7"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/b69a2dd92dcc4f368c9ebcd1e1ebc3e4"
  "/detail/bf0d5734973d47f3bb7c62e07bd40312"
  "/detail/38398344aea1494e8fe2edc3e2daf87d"
  "/detail/ab9d820b3b4d4669b7dc948f2f92c8f4"
  "/detail/08be56cc6f534df68d27f03171ceedd3"
  "/detail/22861a1a2825421ab78aabbc02951510"
  "/detail/a674d10cbc894ddd9fa5218d01ec29b9"
  "/detail/9f58215af81d46569c027634b5885fc4"
  "/detail/71139c97314a42d493eb5edbcbbecd20"
  "/detail/c49fcae3f4f24362bf5b49f8015c2f41"
  "/detail/61bc8884c42e4dc0a89bef558e08f023"
  "/detail/90207c06fde14a4785d5ae5234ef2912"
  "/detail/d65225fd9d774f73a95505ecaa6d1085"
  "/detail/44cb3f0ca8244c1097c94f19ec649d1c"
  "/detail/589eb46af3424f3faa9b9dd0b2dfece0"
  "/detail/6b65f04ebbd34a83b3c11037826500c6"
  "/detail/cc6ca6f547de4a6a8636b5dfce9aca12"
  "/detail/6fe1a96b95f54dd5827665b8bd533b66"
  "/detail/0915e163618f4f03a11194ad746e0fab"
  "/detail/e552d325ad8e4cc19ae2010d16c8bede"
  "/detail/016d99edcae54f79b03d2e4ae391104b"
  "/detail/2a7e433507284dd78b2735f34e37eeb2"
  "/detail/1a8cddfc80fd4752a3edacbc699fa453"
  "/detail/bf6c14c7142e4da2bcaafc2db037e780"
  "/detail/aab9bfb9a64c469da00aceca3912063b"
  "/detail/9a7f39f1f8aa473686ab45f05a1d9d6c"
  "/detail/3a1b61c3253646c68f5344cee8004044"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/5b0b34e4b124487e84c851ffad06e0e3"
  "/detail/6c2593b2a53e46a5a18ecbc43c358446"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/a7e9dec6f7c747d5a5946b4655c31a40"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/955739ede48b4ae8bc51ef469e1afdb6"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/23de107cde304a00b8bedbc0a43fb2fe"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/1ee912573c94435797d58de25715984c"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/d5367698027746638e4934f016f0fcf3"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/a3c52de62b3b41b1819f8c35d9df9230"
  "/detail/13b044071c454f778b2087cfb1e279c2"
  "/detail/642a78988ecf44919664a4d5307ec991"
  "/detail/9127fb1f28cc47ad9958ffb85ff10125"
  "/detail/a10ce6c5beea476ebc4549f9262d2b01"
  "/detail/5311e7bec2d64701ad2f9e2a6b656967"
  "/detail/cce8f77ed1d34a8c88336c9a69c03ef4"
  "/detail/676153cdf00c4eb284824e1f0c5d3cc7"
  "/detail/e9f7f1af6ae84a82b8ab676c91d39509"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/d7624963bb454897a5dadd741f964715"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/fedcfbe45e8944a4812b2b7ad0385729"
  "/detail/96c9a4fdd06e4622b57cdb6a4c8d9f74"
  "/detail/87a37e70c12e4d11b345e8da1259da6e"
  "/detail/887fab7884184b97b32f3b5bfb02ae32"
  "/detail/0b6fc5a273cf4acb89e91ac53291d824"
  "/detail/3b1a9c59a6e74cd7b598f3e656e448ff"
  "/detail/c758120a5ac240f7a86d0859c6d24f92"
  "/detail/794e7d4aff6d46558f9de397925d002e"
  "/detail/eb3c95e10d014c7f8552b11982a494a8"
  "/detail/7ae3de7c43b149618f64338b790aa15e"
  "/detail/cb9dd672ad1444099fe5daae3e1d0a6c"
  "/detail/42dfa224b9bb46c2b2a0d2a5b48a3261"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/e33c013790c2496e826c6dbc73f88cad"
  "/detail/716279dcfb6c4d368751ebd9f33d2a2b"
  "/detail/9c84f35b99014b3bb1b38e951ec080d5"
  "/detail/0129c25da396432db902599d5290cefd"
  "/detail/580bfc070c8f411bad2ca152a43661fe"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/8fecf669e0f64cc9a65159b1808fb1f7"
  "/detail/3b01f72755ea4e86900c46bea127b712"
  "/detail/91118c3c5a434c50a79c690c0ef874f0"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/fff16414e9c54deeae4cc2df8fcc0da7"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/e91c2d3797784b33bdaf959696b58133"
  "/detail/9af1a1c26d66423594eb7963fb6fea0d"
  "/detail/dc2e70ea367645688c0bc5c41dd65da1"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/5c03eb1dc4c44395918697871b76824e"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/d21e88a70cb447ea9b98b7261d869a0a"
  "/detail/5c5835f59c9349bba82b225029f566a5"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/51c9055d34da40a0a32b351e8de28243"
  "/detail/b777e9c2a50d47ed92766c8a8123e6ca"
  "/detail/5c058575700d4a91be11ea0760f6d14b"
  "/detail/ea9b60311c4d40b48639054d2c53710a"
  "/detail/1e4292406cf14081b676624ce918953b"
  "/detail/34bf7e7ea2c04e95a43fe92649011044"
  "/detail/31ed4b1a07834fcfad0a531c15837827"
  "/detail/56507da48a64402aad79a1156d409be7"
  "/detail/0e40249cd2a241abbcb4836b9f3ddab1"
  "/detail/3bba3a55b7bd4ef3a9fafdb6ce3c4cb0"
  "/detail/97ce3c6b3fea47b7abdf18d508e9cd36"
  "/detail/a7dc51cd164440c7bec1196b8819eb70"
  "/detail/fb9de5d0de7949a1ac3bc4a99b7d7c25"
  "/detail/0532196a302e44a9934d601ecff13c26"
  "/detail/96b1aad594d544018cf15516af8b6d20"
  "/detail/cb27a941bb53496493889572ab9a7337"
  "/detail/8764f470800142ffb15e20147c37dbbf"
  "/detail/4a38cbc1fbc849d9949072848c82ade3"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/7df7f5ee40d542de9b680fc20787e929"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/ffccef673d88431094fe4bec714adea1"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/6b0aaa5c30944c05ac03d4d7b13fed5f"
  "/detail/be87ab13df0a465ba80adae244775869"
  "/detail/44c59a8c815c4b109533df6e8cde456a"
  "/detail/712bec36afed4f98a22e9b48dc736548"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/79804e27d3b84a0594cd440de23f4e86"
  "/detail/8add5bf3cdac4163976e7ead1b5c314a"
  "/detail/db5460fd7959419788ec414be3947d20"
  "/detail/4581b68910d94c84b3af52d300b2e262"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/155a7ad71e7943fb9c563b8ad6386015"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/89320d5b21964d1f939b3b0b4fd339fc"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/7d682adedafb4e14ba05509ae01999e4"
  "/detail/53e9a4a0c7a9468396d67475312984f7"
  "/detail/4d41a922761c4a8aab09cd382439a652"
  "/detail/1a28462341b049dea52897bcb7876d3a"
  "/detail/d7380a9a4f3b49ff8351cec5c4f3a5e4"
  "/detail/ab8775d01f5949539dea74ca9a4a3e9a"
  "/detail/83be5fbb76fc4d97b4548f166880f44c"
  "/detail/974e820acdd342f2bd482e531821d6d2"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/235076e5eb394d5f88a355cdc6756233"
  "/detail/e0878a2ed501494f947a472649bd332d"
  "/detail/6091f7d75d564ceea949f87b073acd38"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/d87909fe7d604c139579f2f72c2fd375"
  "/detail/277d0fd42e7649d4a74fda658f92ac9f"
  "/detail/dbf21149c8a245f5990978d27715c9f9"
  "/detail/4947d6bd2cc24a69889095e157ca11eb"
  "/detail/f38c7c9ec7ea4a3d9cdff443530f7473"
  "/detail/e622420c326744279690d723db04a127"
  "/detail/476da03652344f4ab2657072fbac235b"
  "/detail/76926eb3d6fd40259255ca26eebde304"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/28b703d996fb4b5aab548c025947e87c"
  "/detail/98428dab5b8045bcbcbe767dd35fd311"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/d4b6511e8c474512874d8b92c0a00846"
  "/detail/3a3be8730801402792a8a61bf07ca26d"
  "/detail/416d41694dee4be79cb688438c4eaf9e"
  "/detail/df6d6583162c40a2b2a63e3b4f94938e"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/85df7dbf75274083a777a465ef26bbd6"
  "/detail/28e74198aa3e4ca596e82d5481068904"
  "/detail/b1d1e03598054ce5919809e1c214ea70"
  "/detail/6abe409e6d3b489b9c1dea6a59803967"
  "/detail/36704ac385884d7f8f8d725d1b9af66d"
  "/detail/ebd171075648451db44495796c42e299"
  "/detail/552d014bc63649c596868058872ead93"
  "/detail/c096e9b67b244fe789309ffa5275d137"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/76ac5dc7d2024b94983c2c30e855de54"
  "/detail/977b122d3c4c41a2b9b31ec858c64386"
  "/detail/57e9a1112cff4e8a9c7798bc2d8a9329"
  "/detail/be8a988944814504b3125c6592151087"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/25b36dc7c4f2457b986d77bb4c3e2b7d"
  "/detail/6d0770084b0d42228a102325315ecdf9"
  "/detail/7d5321cab3d94cde8880f36a685e76e8"
  "/detail/ac5291b5f4214f35a3d67d60837f71af"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/c3dd1570cc6f4a8ca79a3cf95ba629bb"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/d07110ee0f6240758baa1046822d3c57"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/9f308d735bcb45bf885dfd7773987b14"
  "/detail/ccbec01b6215447b958d69714049ba7e"
  "/detail/b7fe7724a1e54ffa91c3a13f0d450ecf"
  "/detail/3d22f41677d94976936216f44b7d1d96"
  "/detail/812d1d6712984713a099b4b9c534e63d"
  "/detail/d5e375ad9cf54f30b03e5cf799887413"
  "/detail/13fc6081b463493bae72fd022e0ce175"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/67ef8355241247439985d82398c0d189"
  "/detail/db30ed5db63e48b187d4940f7d917510"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/31b346aeed5b46aba76643c29e915341"
  "/detail/f147c0dbd17246929f9d708a5e94e51c"
  "/detail/93948d7989b94abbacb620e3c3a4ec2b"
  "/detail/cd2a31b6fa7c4f04bf1b041aa337b39d"
  "/detail/2b17eb837cc749f3a9be753d7393c3bf"
  "/detail/9e854fcc08194421bb34ff19988ae0f9"
  "/detail/7f6a5bae59a14435a2de2ffffed3112d"
  "/detail/981b740bc0854ffc8a813be0c27bd3e9"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/6155bc5b03894f179e6eb4c1eb2f6032"
  "/detail/8afd4184fa7f4d01a834757de91b5059"
  "/detail/f610e40f63224b12aed908f3a7e93fb2"
  "/detail/d79ec83fbf0a41f7a049ad4c21634a00"
  "/detail/ade0fda859d64d3c8ad1ab7783a9f735"
  "/detail/fc5709bec47340b7b8a0b5d90253fa17"
  "/detail/368235120d5d47078fcb695cb31d8aba"
  "/detail/dbb9e2c1350a4b0dbfe3ef47d1c1c790"
  "/detail/6a9d83423ffc43a99ca6cc2a0b336a93"
  "/detail/aa1fa94e3c954a688da24f834c65163b"
  "/detail/1fa56cd16fd342a68d7e7d8cdeabd399"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/5666078ee7e546f6a7f75c23149f43ae"
  "/detail/85c980ada17a46b68e810afbbada8659"
  "/detail/be9ab4381571405f9b4162ab5993edec"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/7266f2f810b64d63b49daba3c14c709a"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/8180a9afecda4cc59134e6a5278beda0"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/01d0647527bb464e88f0727144e0d427"
  "/detail/7b8cb365dc514f0a82548aa6e3f52545"
  "/detail/2df8eee4d29f40779dcaed0c9e1d1545"
  "/detail/c6c1c6af1f5f46beb6a1999cd2224bde"
  "/detail/50bd5c5d13d5461b8715fa535c5ae243"
  "/detail/dc76a7cf0f134a3f8ea54383f1f68f79"
  "/detail/7f686c413f524d07a1d5928dbb3a7ff4"
  "/detail/27d0a21c8cdd46d3a6f5d01750b43f1a"
  "/detail/0f47f09861ed47ec94a461a87945d081"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/aef09c55b7154e64a364d71544061d61"
  "/detail/e8ed03ae1fba4ebc80cfb8947e1f91ac"
  "/detail/bab95e955895461e871b252d683cb887"
  "/detail/920ba0364ac64d3f903d41a0424d398f"
  "/detail/47c93d7e0a0044e1846405fa51d74fd6"
  "/detail/70b646d460de4e41821945423f55a8eb"
  "/detail/621f06fd17c0438195b50ef9ff5196de"
  "/detail/05816584747c426f9371c7f5f52b001d"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/f3fe54c84d3f487484186e2142ad3098"
  "/detail/a4848e60ddee4a09af4527fdd1854ebc"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/cea272c571b2402084c7a975a93119ee"
  "/detail/0d27d05c657c4d0e803ba14ecfa960ab"
  "/detail/09bc02b79ac2487d899fe2620f19ed24"
  "/detail/96075a035fca416aa8faa0a56aa4df15"
  "/detail/a90ac493baa84d638f59267925de06f5"
  "/detail/28902fe587fc4d2c8907793bfc3fa7fb"
  "/detail/7625513ef69c4f66a9eb9b25812ae404"
  "/detail/b4654e8b79d0497eb735b1d3ab6c1a47"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/25afe30a2a8f40a1b42355ee36e6b7e8"
  "/detail/7057c2f42543499cb59df55f41c40eef"
  "/detail/972dec662c0347c18c6300bb0024d20e"
  "/detail/d31a5efe82b5453da7afb2d807b3025c"
  "/detail/da67a770431e49a7885349947ace10f5"
  "/detail/f08f2a6caa7b46719efed2c855f8f939"
  "/detail/554cc9397092437c854bf1a94acd5985"
  "/detail/8744f38d033f46e3aaf2c06103e9e28d"
  "/detail/3677f90d8209437ca6655c613d4646ec"
  "/detail/2fd906518a474232baa60927777838fb"
  "/detail/38f3db75512c4c2d851932df9704eee8"
  "/detail/8fd9c0855ace40b5a709732863b08f68"
  "/detail/35ec337a11584c04a263e399998429a1"
  "/detail/777ad251e96f437ea6e1a9e0e99e5689"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/b0843c436907492a8b912e0ce3d0f2eb"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/9342b8b153f6436aa71facb1d5b03a2a"
  "/detail/ebc2c9c1cd36485e931b74457ff137b7"
  "/detail/058907348d8d410ebd3e4bb59fcf9b79"
  "/detail/4696b6b6ec794671b37302fc1f93daf4"
  "/detail/bb6363edb21d4aaea5877721ed49d030"
  "/detail/6adbf453c68e4042a7b1ae3922542861"
  "/detail/af15d42b0e30431aafb9099ab1a57e0e"
  "/detail/18d5d03298dd47eaacc375b3cfdff6bc"
  "/detail/8788961846284716b51d6afea81eb62d"
  "/detail/f0a6e93023334b77b0e7ba98d3415ff3"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/189d47b43f354ad5b1b77e33cc3558af"
  "/detail/a7f592af2c694af1bef54445d61678ce"
  "/detail/e099a243b5da428cacb79df7cfc5062e"
  "/detail/9e8aee1cf3b04f649956e076dba0fe22"
  "/detail/0be2b9f74fa5437fb4c7a627b7d3e9f8"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/723e4a8bf6a346b393190861d7afa08d"
  "/detail/21cc8b147c824b55a037ef16780c2469"
  "/detail/8e018c9f834e48d8b437959b38f91def"
  "/detail/22203ddf29c4433380f235594c63fde3"
  "/detail/1a5e513f07524987b4fcc9314f094f88"
  "/detail/9a0fe2c1314d4664b0b019944e4841ab"
  "/detail/a8646e356faf4e8c90e1f82a3805ada7"
  "/detail/d97cae27da5542069510aa3138cec13f"
  "/detail/1b93f0f975544ceaaec1d22c75ef3c0c"
  "/detail/fbfa7af0b4c546bca52351732b608616"
  "/detail/97474834807e40d0a645dbfd7a748e11"
  "/detail/c5af83d95900471c842eb3dac181db11"
  "/detail/7b70e29afc4f497cb1e9c55311f6e383"
  "/detail/20f53a65ff514e5abc5da9ad24a75850"
  "/detail/2cbe783a38a74d4688cd930b1bbb07bc"
  "/detail/df4c7cf058724854ad97d561e1274b40"
  "/detail/475107a5a2bd494796067d8a8bab5d25"
  "/detail/342b7065f15842ec9a20d30a421d99e0"
  "/detail/cbc39c5bc3974cc3af3626786366c972"
  "/detail/5dfbf69c504544c588343f8b7efad7a9"
  "/detail/d2fa9f59192d4ee48b389e6cf1c07423"
  "/detail/e8737eb96fe145d79ff2f5afbcce852a"
  "/detail/5ffeba2b54db4393852b1502a30631af"
  "/detail/936e60f3c9b34e4685fa4e51b11b1d57"
  "/detail/1a91d39d74444f58bf02ef60ee8ac139"
  "/detail/3f520cb12f9d4ff88e40c80e85d9b334"
  "/detail/9f722c9d94404c51a4b9906fa26312d3"
  "/detail/d9609e08462144b4b7f476562667c6be"
  "/detail/cd3ccd244444443dbe5d24d25d29e1d6"
  "/detail/61263d05188c4f14995a4c68a8ebd27f"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/c35c81f239494d4a9abeff08122115f0"
  "/detail/599b55f3589049fcbfe03d1078972b57"
  "/detail/99d4f2384bd7434ca0dd825947ecaf09"
  "/detail/1a8173f2e1684bb984e014397bebc529"
  "/detail/bffba356ac7c484b93919161a313e104"
  "/detail/117ca2178f694fa7a1a9a63f6e96e886"
  "/detail/80bf7eaf39184c95830a4eee0db3a8f7"
  "/detail/72f4f3b3ca0e4c37832b332a577a6474"
  "/detail/62c43b60f1f24e59be02a262c50e8af2"
  "/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1"
  "/detail/ac0b9374988c4432a76d9c0cd2c4c755"
  "/detail/374a8b121e614557bcbd11ab82f22701"
  "/detail/aa900d5502784d94aaebfe91fd8a79e6"
  "/detail/5fc73157dfa743c1846095b250bc28ca"
  "/detail/2952316596194b2e8a3125181f3546e1"
  "/detail/020c3415ea4b40518cf8fbcbbb56e8c5"
  "/detail/c340d09f896242eda04a2b28f0f3a17e"
  "/detail/302c58c29c6b434cbbf5b064b33b0d18"
  "/detail/b3773cc6b9cd42988e4887ef618fbc62"
  "/detail/f9732598d9cc4e07abfeb608192ef351"
  "/detail/39daafa2e0e54a1e8d192c7e9e47c76c"
  "/detail/5fc34e4b5d2b4aec8a75cf144e1c163d"
  "/detail/3f821d63b5414d4f93859be718f0f35b"
  "/detail/48e825ea5b0d4a1382b672d8ae2bebdb"
  "/detail/033942d79122435c8ecc70914e2c987b"
  "/detail/14df7680f8ff4420bb7ce0244f3516ca"
  "/detail/3c4b2feae36f4beca765fa5974b6917f"
  "/detail/68eb63628f064fc0a3a80dfeed154ac5"
  "/detail/93b2ccc75c35419cb79c0c5d85caf64c"
  "/detail/423162392bb040f3be500a6f5f5d29f8"
  "/detail/a0ccbf6a0d854a45b4d93c2b1e0151b1"
  "/detail/1f9fd8dcffed4a30a5064a96cc437910"
  "/detail/367510b8fd81478a98a50403f5f12dfa"
  "/detail/e694e2e2ebcb4aa9993686c7a862f0ba"
  "/detail/72ba87549f8e4f19818763825b601890"
  "/detail/60f9442771c34faa8813598d6563997a"
  "/detail/c5392006968144268a07483408223289"
  "/detail/4a68ba4e256c49129acde54fbeff91b6"
  "/detail/7160df4cc2df410fafa4447d0bed60e1"
  "/detail/aa6ffd9bdc4b479eb1f971417540f76d"
  "/detail/90db56d898c6455b993753292107ce4d"
  "/detail/5b78fe922631481ea50989cbf56f8811"
  "/detail/51d9de06a28c4d1db0d9287de1307bb9"
  "/detail/4c0bb7c5f897431787a927d5fdd1a627"
  "/detail/f537e8fa31844c65b18c4e0088515780"
  "/detail/09e5498d342d4add8e17518ba1bca354"
  "/detail/397ca373672c4d9aaab1461ddb5b0dc3"
  "/detail/c67d46f060114fce9474533cf5fd37c9"
  "/detail/315416e2228d4726adb2692ccad96b6e"
  "/detail/802bc41e6afa4a4ea1d6ad9668b5ba3f"
  "/detail/edf8a88b09b1416386c0f672a88c3410"
  "/detail/960eb4fa947a4b149e814f86cd67de19"
  "/detail/8cdcd93fc2154b5e88dc15084fdccb9e"
  "/detail/5f39d04afcbf4b18a17ee9256a9faf77"
  "/detail/e7f9135f0b3d43898cef4befb5f1b750"
  "/detail/bb25b21ff85d4684803f95b1943c42ec"
  "/detail/79e9d5f3f1014e72aa38235a8861780c"
  "/detail/6bfc1158030244d69dbe85610cf72b40"
  "/detail/40f497528646419ea7c01cc645fa826f"
  "/detail/68c16d7fb84e4b22bcb83ae2272c3023"
  "/detail/0a75d5fc8dc54a3095ae7c423cee5e86"
  "/detail/54f59d28827d4cc4b83eb1bbdcefa808"
  "/detail/9e4ea82fe3844192b4dcb533a9075573"
  "/detail/341b9becafb04d1d8dec72b643432730"
  "/detail/659b9833dd3942aabf2855a2403e4b3a"
  "/detail/a2ee2ca1afb8429780acca66c89a05a2"
  "/detail/496ab62c0c804fd782d83f0d8f05944a"
  "/detail/4cd914d16c0c4abea42525326ce36dae"
  "/detail/383629d6f84b4e9885b52e0501270834"
  "/detail/611555a6088941779503f03eb0c969d2"
  "/detail/04bc86fd972c4219a16e2a5ec36b40fa"
  "/detail/ec9a0c00d5cb4574aa7d0b53ab3de3ac"
  "/detail/e4ef3694d9d24cc880a155ec8d42d0d5"
  "/detail/40682a2f02244a7ba81e187512dd8759"
  "/detail/8530049f706a435ebe247dcc3980bcd5"
  "/detail/5f401c6e75984a25945be9d095513026"
  "/detail/736fc46838254eea85135022c7076519"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/5b6f1c9565314745a2496c81220d4588"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/ac1b301f085446139f0adfc4e53bc185"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/e74df496b24845449c34958c7f02a68d"
  "/detail/3d4388a913fa4699bf31d13902905f5e"
  "/detail/0186432ca24d41e8bfac26eec78743e7"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/32a1a48b09594d77901d0f75bd798453"
  "/detail/c8104e658e794eda8086e6d26563b7ff"
  "/detail/742961d221f64543b83155799b9bcc7e"
  "/detail/10e55948a62e46fea9c0cf3b30160aea"
  "/detail/2210fe4bb2a140c1819193b8a04cb93c"
  "/detail/4863edfbbbfb4784947475112c5c6b06"
  "/detail/cebe6b1c495b4c788e61e948bbbcd2ba"
  "/detail/5123563d4a9b4481a7f148c2c143c165"
  "/detail/aa967d37b5c54dec9de460b25a2bd933"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/225636ec1e434e8e8dbbe725a7bb38d9"
  "/detail/590789e000fa4a49ae4b28ced70716d4"
  "/detail/9527a1489fad4b2293e8f4b09c07ee8e"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/21a538c2436b4b759ed24ed847215a78"
  "/detail/b7ecde2d3dd140ea96e6770f78a7adb2"
  "/detail/d56c6bf640604937a1f931112f5bf865"
  "/detail/9d1bc34ee7854870a3837049cc03bafc"
  "/detail/2f4dd1163be546f1a504d0d6f47efb12"
  "/detail/d49ac2ff23564fa4ac86c99c864085f3"
  "/detail/2c56bd038b1749599bfb21b25e67d770"
  "/detail/7fd9693053ce4e44a521fdd95e6456de"
  "/detail/eebde0a8208d4496a69ad9212f2ced78"
  "/detail/5e93936feda244d986f2d4ad3b042d6e"
  "/detail/dc029146615e4346b537a522fe56379b"
  "/detail/3d27793378454ab0b0cc0b2521d5add6"
  "/detail/c59a7c88bbd34e409223a14cfed50289"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/632d936e355c40099015c8752803075e"
  "/detail/a8ca93df97bf426381aee1f399a87853"
  "/detail/3e3fe8dae6e3443ebd942a8bafe0d9ed"
  "/detail/ad4add49ce0e4eb19bbb0556b4fc7e5d"
  "/detail/206e7b6742d644b8a3fb3503f7198e12"
  "/detail/b446e0e90d164305acdc9b9f999b3209"
  "/detail/b65f9c4cbe9d414e8901fb3191a49628"
  "/detail/8bdc30c055b74897b022a3c3410c0b7c"
  "/detail/7f1a372aeec34610aac43b93c1e17239"
  "/detail/21deb78861ae4ba39a9980659ad7a1d2"
  "/detail/e56ec9f0ae4c4dd0b7fcff8b265d2285"
  "/detail/3ba61e6e69e0488e9c0f30428ff2c22c"
  "/detail/4988caa9216e48a7bb44f655cafe34dd"
  "/detail/d0981aefcfb34994a4119221fe2708bd"
  "/detail/8267a6ed8fa245f083dbc3ffbaeb0739"
  "/detail/1d3b7eef29914428bc3ffb3200e73d90"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/5c78ee57bc374417b20442368cd9737a"
  "/detail/010ebbf471d840a6b1c9ab72339ce795"
  "/detail/94f84ab90215495590411fee68cad100"
  "/detail/f7597433e21e417595240e3de3e886c1"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/309d8663965c4f48bdbdab081a6aec4a"
  "/detail/98330921dbde470c8a48d54f4695dda4"
  "/detail/7abf88647a484c42bcd5338622c8be43"
  "/detail/febb3978512d495da23dafb6298dee5f"
  "/detail/583ceacb092745758872f8f03fd94c02"
  "/detail/ee5e57eab11e4ae1ad9f4ceab5abfbf3"
  "/detail/6fc81ce2b2814604be87189a5db36e0f"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/dfbc15eac4844bdc88bbb3ce84dab046"
  "/detail/3d834912b10f40b9a8f2b3ef14f0da20"
  "/detail/cf29fbe3835541e9b041874c2e2d27f8"
  "/detail/8f5db849099940c983c7b54790cf65c2"
  "/detail/bd615b782c4e4adfa36c51145b89694a"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/1a3ab099eb014178a6d1c5a6f26abc1d"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/70ef84960fc3414892504c12d39e8dc7"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/607909eee162408fa1a59a6a7d84707c"
  "/detail/a85c508afc344157ae3dd85d2a7ebff7"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/7abd39251b884db38d6570f67f42edbd"
  "/detail/31bf6599a5bd407bb20c945cc9504fd4"
  "/detail/63d20c6a274f4b95a41271d034bf4dab"
  "/detail/38051774fe2e4b25bb088d2348ef96ed"
  "/detail/1c4508df2365490e9c750b76417cd583"
  "/detail/b7bddbbe01c144fda09070a159706dd4"
  "/detail/c05a7607ea1349a384ebac0230b98e5f"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/449941bbdc124da9934aea8639aeb553"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/88ff23ebf1af4f739f1bab760fcf877c"
  "/detail/c3db40838216420995a0e33efbb83857"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/e875fa8f02ea4fb2a896e60a66b34ca8"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/ec1436da1e4c4f03bb092b218ca78cb2"
  "/detail/5c8ccc79abf34acbba63eee33f345362"
  "/detail/8dc85da21f9d4d08aae64641052cb362"
  "/detail/74afeb525409435c862645a010cb6960"
  "/detail/a586c82466c94a2f9e2e7183d44a0972"
  "/detail/802ea2bb6bf040c597b1a2f18b74e032"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/df5a58b8dcc94914b6615912041afb04"
  "/detail/cbcd83969a784f79a80cf7c950700d16"
  "/detail/ea0c367230bb4310942be7547077fb13"
  "/detail/f2b0c1a74be540fca84261b0a4f7d7e0"
  "/detail/69bbcd53e5c74441aeb0a3eb57ce5718"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/d73e16d28eff419d9649067012f694a2"
  "/detail/5c4ff66b06994a6491ac10f38b0f9746"
  "/detail/74d8860411f8448daedb11a17ef13f7d"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/bfec767c40a44ed2aabb7c649b99973c"
  "/detail/185bc39c5a1847e393741703c8d49628"
  "/detail/c924ecf4fd1b4ccdb72e1b0be5d085ae"
  "/detail/0a6ad495e3794b8a83745ae11e6e8911"
  "/detail/9b4c7318e4a8486c98247e883aa9c1b1"
  "/detail/b66f42832b124d419bbbd0f30a14a700"
  "/detail/8820c5024a1f43f5b02bb119b5176062"
  "/detail/e1aa811abb394af8a6300405a2ad8564"
  "/detail/4d27b61e6f224e35a72dbac23ad950ca"
  "/detail/8a73bd37b17947b29ab0dea985c56fc1"
  "/detail/72378acd9200468abf184b1a8d3c45a9"
  "/detail/c23a8b0abbb14743a25ecd1d56080145"
  "/detail/d389fcbb5e07474db3b8c779f054a13d"
  "/detail/c8f1decbc5c842aeafc367374ab6d6c1"
  "/detail/82843a1352fe41c6b89035480aa67e6a"
  "/detail/1054eebd301041b49be0cf92346250dc"
  "/detail/7190a7a5a60f4f4bb59cdf6e217a05bb"
  "/detail/91ebf813201b469b9346a0c70f2fed74"
  "/detail/4e0a4dda13704af3a7e6ab01ab09e529"
  "/detail/43a4e4d08a6a43deb89d4f26ce763959"
  "/detail/e268901044d74f4997c8798505fdea63"
  "/detail/c0595d47cc5c4bf58283a7d11f4db07b"
  "/detail/696571e2efef43a1bf0e6634566035f3"
  "/detail/0918bf136f3943158b3458086a8580e8"
  "/detail/c06928ab07dc464493ac379db92223a2"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/d71dd9ec4fb44edd8f5bb2e1a93ec92b"
  "/detail/29ed0bf47a654ca294dc00377ca8b7f4"
  "/detail/d777e7a1b68d4ae2b1d3d6caeb8f8f0e"
  "/detail/c6ceba5135154f4b80ff0149db58cbbc"
  "/detail/240627a9c55b48309edced91da7f962a"
  "/detail/a5fd695c8cde45ec81fc5e2129a75e5f"
  "/detail/b8033a03dffd457d9d5d77f2a3bf7fee"
  "/detail/20ca4616a5d840bba62018714fa84602"
  "/detail/e3b45041e7df47bdb1fbad3d88cb4889"
  "/detail/a64bfe2bf477479582bc88e15cdfcffa"
  "/detail/6da4022e4a06453983444f705b4946fd"
  "/detail/4761672a8a7946669492ef1dfe479955"
  "/detail/78f38260736d4a05b6c3854b039c6e62"
  "/detail/75bb310ea19c46afaca23412c098628f"
  "/detail/614ff186fc9c4ca2a8186ea7a406ffeb"
  "/detail/91fd46b5cc594a408b32635e4a9ac47c"
  "/detail/a6f5334e85ce45b0bd4e538724cf1af0"
  "/detail/557ff2674b1b40f6a34d88fd343fe8ef"
  "/detail/4c851e484c174484af59a79732735cfc"
  "/detail/981898896f214fb8824b8eca8e5d8eae"
  "/detail/b3157884febb4af082aac6b6ca69cbd5"
  "/detail/c8f06d9221c3488985cc53a6de00889c"
  "/detail/4b92d69f6f5e44fab7d52d69b346678e"
  "/detail/63ef66a4d44c46369cf14108bb53b4d6"
  "/detail/cd76ef21c6da476ba66c809113438e97"
  "/detail/61754d3ec0e94454b0bc49aa964d9f89"
  "/detail/6995504de8844f4cb8c0227a537316ab"
  "/detail/dbf63c55855049f6b87c89568d46fc4e"
  "/detail/7cc1fafcc78f46a49c90e45c7efa3026"
  "/detail/30705084226b46ccb71816ad2bc4f02f"
  "/detail/ae531da3414e41299e4d0b955020cb18"
  "/detail/54acb0723048481cbcb4cb37f203246f"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/bc2683a0a3af4039a8d16c289205c9a7"
  "/detail/2aebd3d588f14087b8c8b8da486bb616"
  "/detail/9ba01df397b94078a97a63cdd388e52a"
  "/detail/2676ea5e1476420c97c10a35cd0f4dd8"
  "/detail/5dfe550cc3d34c8f91d58507763aa955"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/7cf74f42cee6451d8db7f7b46e300a56"
  "/detail/6a568de228474b28b08d68b4577c6ffb"
  "/detail/6afd5400e7c345f786e7fe397960075f"
  "/detail/b13e215336694d8c889d00580e6ca72c"
  "/detail/c1884b2a64f3468493802a164266a2e5"
  "/detail/c698b8fd436f4adf80f029bb7e65fed2"
  "/detail/a31fa1b5f15e4c339a653fa40e7d1b90"
  "/detail/f9e62c3ee7be49648c08702f12055d67"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/detail/6eb4eb75eb0446d09d8b22cade0ababf"
  "/detail/6f8394b87a1d447ca2d59221198c6689"
  "/detail/2981d274af1a499b9a3d61acd3c4dffb"
  "/detail/d8ce812c667f4c14881887cabb9e727d"
  "/detail/9697343857c24ddd8250e9515ce7ff21"
  "/detail/f09a95b636114509bff44e2c53d6e0ca"
  "/detail/7aec0cf38d9445608fde7d49d627919a"
  "/detail/4e0d39b2433b499f9b6f8bd3c7d98d19"
  "/detail/e2dd0855a86a4c399e1d62fd25c35d2f"
  "/detail/ef539485cc4c45269c7cc2658dd5bea7"
  "/detail/1aea228ca06a48efbff72852aa31d468"
  "/detail/73f4dfac653d4f52aa5423dc6f2607de"
  "/detail/d8a8542b78f6473a99f468fe2b2aec50"
  "/detail/6dae503f926b45e4852b934306d8c1e7"
  "/detail/d7cb1d58d4ce4f699caef498931672da"
  "/detail/e863de4441514e82ba6de7d252dd9335"
  "/detail/944f0fab45f64a6894bcef7c9f2446e4"
  "/detail/1879060a324549198b73970ce12ab792"
  "/detail/9d50bb6c044f4682bdce826e0dd8826f"
  "/detail/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/2a9ae55f011545abb59fa1126a76b0fc"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/2e61c95553e9459b9c48bbb389d1690d"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/a4fee06c341740288182d2d765fa10ff"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/e5a73622acfe410180fa08abd5475fa5"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/28bdbb2a334c4efb833d50c9f47bbd42"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/4f2d1cf6b75d4f2d9a7c474dddf6336c"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/detail/5bc9c81feff54e9c84b24012e453a899"
  "/detail/e86c43c1161a436bb282a062ddb31f4a"
  "/detail/265fecf4922749e4a259df6955c8f308"
  "/detail/2abc85f70b404834a8ba45e9cafc822f"
  "/detail/9d0f05b986ba4f3aa979c5da6488a97d"
  "/detail/7e06e736599b41499239fed0d71cf216"
  "/detail/2777329a51494c43928445847ca12e92"
  "/detail/85766817d6d343aba28635ba7771ee6d"
  "/detail/b29f9da935fa4699ad3fef9ce2786ea0"
  "/detail/e217d5ef6e0845b7a2166682013b03df"
  "/detail/4089bf93662240bf9b3ec0c23a8bc535"
  "/detail/cef00d84d4064a5498678c85bbf6c70d"
  "/detail/79c80aa561d04234ae88637fe16ccf39"
  "/detail/e0e3a72766594ca6a97740e665f961d6"
  "/detail/022141027c3f490ea15bd1bdd64d9d09"
  "/detail/f1e47e9aafbd4e4fae138a9c381cccdd"
  "/detail/a6c902e312a54d22aaf180dc4f381cf6"
  "/detail/8102bfeff8054079a21d170295328a32"
  "/detail/193d4a78cabd4fd2b7d8cee1dc004a67"
  "/detail/334279c235544a1abd52d1c4f4e65e4a"
  "/detail/24f08bc1faad45cab5496ef69e747b42"
  "/detail/21969494721f4a7891ff0ba84d87141e"
  "/detail/d087ee161b9940988f81005687b53198"
  "/detail/82b42d5240384a9d846f4bfd26c51b65"
  "/detail/d444afa107264e84a72c3acff798882f"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/5be22bf8c34240fda91212d746299fc0"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/9387acb13a7642208f7f6ad8f453e41a"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/b96f2e122d4b499fb4fd057b03a964ba"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/a7b130d85e434bd1a10003d71bddb203"
  "/detail/25bab9a3bceb40e389ce213312c5c571"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/dd217d2ec983400bb9cfc4dcfb558bbe"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/645ada022b194f3e98a4fb31e35fc4aa"
  "/detail/e0d35da9fc7047d99d1bbbfe73d4d8e3"
  "/detail/b4200c48bf264135af6548adcd0494d2"
  "/detail/ad99762df9084e81b18e9ed398810fc2"
  "/detail/0e8783dfdaae4f498eb9497db6c59dbf"
  "/detail/75a466ba285441c8a75cb2fb64b75fe9"
  "/detail/094a07544704420c81960dd14dc9bc3d"
  "/detail/89c6c77fb98b4ac6919b9de70a9b924c"
  "/detail/462f242b433c41e8869aec94bcc1f973"
  "/detail/a406fb1bd8ef4e0c80d860106d280579"
  "/detail/269f168510b64c60961201460ad0aacd"
  "/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b"
  "/detail/e0971f6503da4ecab944e2e8f4ac211f"
  "/detail/684f7a1f180b45c99c5ede49ba720339"
  "/detail/f5387f1822944a38954388f7aece2955"
  "/detail/459fb0289ae34aeab44a1f62570819e6"
  "/detail/6158fd5d218645aabb65718e9db1ad25"
  "/detail/7803247cf72044d9a32db52a136e1dcf"
  "/detail/146d869cc910426bbbd41ecc5185ab59"
  "/detail/d01b58810dc14974a4b3b541f2176a7f"
  "/detail/f6a6c765198f430da8d08a02f33ce6ff"
  "/detail/6c28f4d3dace47ffac9b3028a7079335"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/fb79c630d334430ca3e658d584b51bd1"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/33fcf0909c7f498ba1cd4fec3c93755c"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/006b0fac78a441d4a2122e88262dc3a4"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/767b10465edf4b1f8be0bb79ab01e2ea"
  "/detail/27aa62943cf048e09bd8093368af4db8"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/c86e86cc17be45ceacac8dbeb716affd"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/2028a3a796ba4650a90862c4055cc2b8"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/detail/17efbff5803d49b4a767bcf0e90b0019"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/2426edb12df4476aa105ee6da57aac54"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/396fd0bec6754ad6802751a4953ae4fc"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/4ceb08eb683e48b8bffd988441cbe0cf"
  "/detail/7d8c5ffbfed14cb287d963f77257f14e"
  "/detail/3f30f29a06154c5484cf504113b9fc5e"
  "/detail/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/83b0325614f34545935e328749624138"
  "/detail/7bc6e268b4984369ad86b528d6a919b9"
  "/detail/9459332a94f14db28a93466a607cd029"
  "/detail/cb28d1924d864d0e8f76280f83a6754f"
  "/detail/8cb0eb0eada24635905cec8d3f1d71f3"
  "/detail/11ca2dab98df4ecb9b9e6eff747fea10"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/detail/e77b63d8f8cb44a4878ff27d24ce24bd"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/f9c009dee7ce44729d8205eb983c4f7c"
  "/detail/ff5b4859ef714e4cb4b8dc9de071262d"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/c87d34d5c4d748f28da1ab6a1af3dbdb"
  "/detail/c7294d6120274510ae2b844c7b40ad0a"
  "/detail/36d3c708be254c8d80ec77dd7339bffb"
  "/detail/0cdfc35f743a466c859266ba97e366c3"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/1248e272b4b9476582be4d4c910a72bc"
  "/detail/b995ee0acd5b42e4919356469a44f07c"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c"
  "/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723"
  "/detail/a4b08d7e53494823b9db9aad286338c4"
  "/detail/2a087b679bf241e3aaab6c1d75de3d3c"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/bc2a9569ec804d2b9cfe477d56d22707"
  "/detail/3c823c1a270a468b8070b06ea36f87a0"
  "/detail/7b99194bfe6e421b8d0aa89b27a01a12"
  "/detail/426027ae9aa245ee8f136ed2ec8b4bd4"
  "/detail/f4738aba146e4c76afe08df67977ae26"
  "/detail/71631defdba54ecbb561ff9317951627"
  "/detail/cf7d8177327b42aea09859034a7166aa"
  "/detail/3c084def220d493caf032aa1931bc1d1"
  "/detail/842d9707ef1343c2a7959e67a22b6b39"
  "/detail/6cec4def5512442dbe7f8ebc169b99af"
  "/detail/a86de63a08b04fb0ab63e1fd0055d23b"
  "/detail/b06e1b7bb9814476976c4351ce7f42b1"
  "/detail/123872dbcf1345f2a1b38ff1b6e1d709"
  "/detail/01db2418ea7941c5923de1dc12c39645"
  "/detail/327337d82cff477a8b2969ed8c94191a"
  "/detail/a3ed2e2204f14a108ecc492364caf355"
  "/detail/299df76406224633b1554f17b7c29774"
  "/detail/90c5ede0b2e94251b2824da55f903453"
  "/detail/078adb73e433402cac1d0fb79e5bf8c7"
  "/detail/263e50a70f62437999c52bfaf4d12048"
  "/detail/98099977618846fe80e141669a36d6d5"
  "/detail/d921ee213d44441dbf25538cff506fbd"
  "/detail/ad954713d8574b38afa2398c7bd66c0f"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/195e796badf14ec58f9fb64787588efe"
  "/detail/2ca04abcb39d45f4ba3679c5d31987ca"
  "/detail/221fa49d612549f08f09aa9e3b90ac20"
  "/detail/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/8c83d48fd4bc42dea428f0566b1c1159"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/05156b693e6b4a69be607897cd9c09ac"
  "/detail/b570f0f14af04dd59e3472b4200c921a"
  "/detail/b32ec1dc6cc74dce82575018d41b6810"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/86b09d0370804db68daa0543c75500df"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/f80bdad559714609a111da9f3b13ea9d"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/d2ab28ab385047c1a04856fde35c6c0d"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/1242731632944b519e5cad835a9ce781"
  "/detail/5a39a72570e544189b7f46f753fc3063"
  "/detail/3fc92def06624a42a050cdd926273a55"
  "/detail/e14fb6160e7140a48ba32b58927f9a31"
  "/detail/5c67c511f6944df3ac8e19ec862af83c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/bd6002cf08154bbabacbb5a380dcda20"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/06f759d99d7e4debac132da0e27abcd6"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/bdad675f39c44090a2eda76d21fe3696"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/detail/be5f041ae3014f1fb42e0a82e6b5d7c7"
  "/detail/210c493767324e43b5f72408e3b03303"
  "/detail/c5a7941ec4af4197afde9b553abadd82"
  "/detail/0efa71af83864236af70eed5e2477d7b"
  "/detail/de60e8c91aa24bdaa1132adf8769432d"
  "/detail/670e6dc7ae104d428aa1d9d1a3c596fb"
  "/detail/50a1432a03a5400c8edea57ac6906cd6"
  "/detail/f316e9150a4a4575938b7ab049475f03"
  "/detail/763a62ffc8524b5e8cde6e4b63d20f87"
  "/detail/d95e5aec89724844a46b61824fb1c774"
  "/detail/bc682318f5fa45f0882688b264bd3ebf"
  "/detail/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/5a5625db9381412980f9430605b6298b"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/6fba9275227e424c9dddbab4e121ce31"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/6f58d7518d524e7b86495a2c5d614497"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/c86d452f82bc4b1d89899c7d23cc5b3d"
  "/detail/025717d91c214397bb2e830ae2c2b1c0"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/af35a74dc8b64a1793d07fe51394f187"
  "/detail/41076ea5e5cc4f58a625f3e80397021c"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
113 0.53 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.