GET https://staging.ktm-sturm.de/ersatzteilfinder/690-supermoto-2008-modelcode-9726H0

Query Metrics

113 Database Queries
101 Different statements
1512.08 ms Query time

Queries

Group similar statements

# Time Info
1 0.76 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.25 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.39 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.43 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.77 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.44 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/690-supermoto-2008-modelcode-9726H0"
  "ersatzteilfinder/690-supermoto-2008-modelcode-9726H0/"
]
7 0.30 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/690-supermoto-2008-modelcode-9726H0"
]
8 0.92 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.25 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "WJhBvNHOjR51xrLQoOIWhZaPiZoqVz2J"
]
11 0.36 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.61 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.30 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.25 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.34 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.26 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.27 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.26 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.16 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.64 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.68 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.69 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.29 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.27 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "WJhBvNHOjR51xrLQoOIWhZaPiZoqVz2J"
]
25 0.35 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.63 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.30 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.73 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.32 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.60 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.29 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.50 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.34 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.29 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 1.12 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.47 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 8.71 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.65 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.58 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.54 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.32 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.77 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.28 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.27 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.72 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.94 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.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`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.60 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.72 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.68 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.78 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.35 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.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.23 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.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.31 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.69 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.34 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.50 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.61 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.73 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.51 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.41 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 0.90 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.33 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 846.86 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 2.28 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.46 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.59 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.45 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.90 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.54 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.84 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.36 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.54 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 3.14 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%9726H0%"
]
77 55.56 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:
[
  1000175761
]
78 31.11 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (4323,4324,4325,4326,4327,4328,4330,4331,4332,4333,4334,4335,4337,4339,4342,4344,4345,4346,4347,4667,6204,6207,6212,6215,6218,6221,6224,6225,6228,6231,6234,6237,6241,6244,6247,6249,6251,6254,6257,6260,6264,6266,6267,6270,6276,6279,6314) ORDER BY number, part_type ASC
Parameters:
[]
79 274.03 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (4323,4324,4325,4326,4327,4328,4330,4331,4332,4333,4334,4335,4337,4339,4342,4344,4345,4346,4347,4667,6204,6207,6212,6215,6218,6221,6224,6225,6228,6231,6234,6237,6241,6244,6247,6249,6251,6254,6257,6260,6264,6266,6267,6270,6276,6279,6314) AND article_number IN ("75029047000","75029021000","75029081000","75012001060","75012001070","75029015102","75029033000","75029035000","75029094000","75029050000","75029051000","77329060000","75029080000","75029080050","75029090000","75029091000","77329051000","15112017000","15112018100","56012001000","77329010000","58429009000","75029172000","59029033000","58429037043","59029019000","59029026006","58529005000","75029048000","6899785","58429059000","58429059200","75029047050","75029047051","75030000033","0770060018","0910100003","0603100141","59030023000","60030064050","0021050003","073800501001","60030022000","0770180020","59038017000","58030021000","58038022000","75030010000","0984050103","75030042000","75038048000","54633018400","0770021140","59040028000","51030026100","54830027000","75030003051","75030003050","0458030080","57031523200","0015060303","0015060253","0015060703","75030058000","00049220121","75030086000","44011076200","75030047000","75030060000","59001092050","75030099000","75030001044","58030020100","49030090000","59030019000","61030019050","0760172871","75030025000","59030196000","0770191015","75030057044","0988223201","09882232015","0988223202","0988223203","0625062221","75030005000","75030035000","0474050080","75030018100","0888040050","75030018150","56530081000","56530081100","56530081200","56530081300","75032000002","75030029100","75030055000","0749080300","75036014000","0888030050","6946005","0471300151","58132072000","0936181505","0760355070","75030015044","75030833000","75030074000","75030007200 I","75030007200 II","75030031044","00050002305","75005026000","58011039000","56509064100","00049200121","75005032000","75005031000","0014060153","0015060203","75032006000","58532080000","75032003000","60036073050","47032020000","75032002002","75032033000","75032002001","75032009000","75032007000","75032001044","75032050001","56532095000","75032017000","0625060016","75032055000","75032054000","59032065000","0770300015","54732064000","59032061044","59032066000","0015060353","75032112000","58332011300","58632016000","75032111100","06252858161","75033001100","0405222613","56533016300","75033041000","75033005000","75033003000","75033006000","75033002000","59033080000","0625060041","77333001160","75033010000","75033016000","0417025000","75033012000","49030023100","0760324773","0770025020","76633030012","58033029116","51033031000","58033032200","0625204213","75033011000","56533098000","54603036000","75033015000","75033013000","75033014000","0471200120","00050000993","75035017000","60040027050","75035016000","75035052100","75035053000","0014060133","75035055000","60035055150","0760123071","0760123073","75035055010","75035010000","60035067001","60035066000","58007117000","60035068000","60035069000","0014060103","0770017015","60035045000","60035001000","41001052000","62535009000","75035027000","00050331706","00049320121","75035044000","75035026000","58435041000","0081050161","43205062100","0985060003","75035040000","0015060103","60035048000","75035065000","75036030000","75036031000","75036036000","59036027000","75036028044","75036032000","60036033000","60036035185","60036035190","60036035195","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","75036061044","75036060044","75036056000","0912060306","0912060406","0125060003","0618182414","0618404712","75036010000","75036010050","0015060123","75036016000","75036016050","75036015000","75036017000","75036019000","75036013000","77336008010","0770010010","75036008000","0603202702","77036003000","75036002000","75036018000","75036001000","75036018050","0015060300","75036020000","75030036000","0835080256","60036026100","60036025100","60036078050","75036079000","75035047000","0770100020","59030296000","75036053000","75036052000","75036052050","0770150151","75036055000","75036052010","75036044000","75036047000","0603061001","0015060083","60005026000","75030084000","00049210121","0799060000","58038007755","75038001020","75038002000","0402251980","0402251180","77038011000","59038011010","0015050163","75038041200","07700390261","59038046100","58038005100","58038028000","58538023000","0908120153","07701250151","59038016000","75038003000","75038004000","75030002000","60039040020","07700240251","6003009400030","75030040000","75039004000","75039005000","75039006000","75039090000","75039093000","75039034000","0015060163","75040001000","0770250030","0618172312","75040022000","0405172117","75040026000","75040015000","54633090000","0471170010","0472056200","75040020000","0405263013","75040015007","0471170100","75041001000","75041085044","75041013044","75041023044","75041077044","75041001044","75041001060","75041077020","75041077010","75041077040","75041077030","75041085010","75041085020","75041085030","75041023020","75041013060","75041013010","75041023010","61041085150","61041085100","60031098001","61041088000","61041088050","0912040203","61041080000","0016050121","75041032100","75041031100","75041029000","0017060203","54603048100","44906890","40541417","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600099","48600100","48600102","48600116","48600139","48600217","48600325","48600327","48600329","48600331","48600332","48600333","48600479","40540400","40540401","40540402","40540403","40540404","40540405","40540406","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540414","40540415","40540417","40540418","40540419","40540423","40540425","40540426","40540427","40540447","40540448","40540449","40540450","40540494","40540774","40541383","40541391","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40540477","43570120","44916098","44916130","44916180","48600061","48600062","48600213","48600214","48600215","48600216","48600346","48600351","48600357","48600480","48600555","48600607","50180010","36120284","36120298","36120312","36120314","36120325","36120327","36120328","36120329","36120330","36120331","36120332","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120349","36120350","36120604","40140275","46810490","46810491","46810492","46810493","46810494","46810495","46810496","46810497","46810498","46810499","46810500","46810501","46810502","46810503","46810504","46810505","46810507","46810508","46810509","46810510","46810512","46810513","46810517","46810518","46810519","46810520","46810521","46810522","46810523","46810524","46810525","46810604","46810606","46810607","46810608","46810610","46810611","46810612","46810615","46810624","46810631","46810633","46810636","46810637","46810638","46810639","46810640","46810641","46811580","46811582","46811046","50180006","50180007","50180008","50180012","50180019","50180022","50180024","50180026","50180027","50180028","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","48600212","50180634","50180653","50180654","50180655","50180656","50180657","50180662","50180665","50180666","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811637","48600460","50600065","50600002","14187D07","0012100603","0025080306","0912080303","0025050206","0985050003","75001070000","7500103203201S","60001033000","7500103403201S","54801036000","5900103830001S","5900103920001S","56401042000","56401040000","0982100003","61001041000","54201081100","54601084100","54601184000","61001086000","75001094010","0012060123","7500109400033","00050000930","00050000922","48600585S1","48600584S1","91410057S","91410072S","91410073S","46810146","48600036","48600037","48600038","48600053","48600558S","48600583S1","48600484","R14011","48600401S1","T511","48600428","48600429","48600013","48600347","48600070","48600400","75002001000","61002004000","0912060653","75002010000","58302021100","75002091000","58412040050","61112040000","61112041000","75002030000","60002044000","0025060206","0965040123","50302033000","50302034000","75002032000","50302037000","59002035000","60002031000","50302038000","75032063000","50302036200","58411049100","61011070000","58411074100","7500300110033","7500300104901","7500310104901","0912080503","75003015000","75003014000","54630044000","54804067000","51103053051","0125080003","0019080206S","61003088000","7500300200092","60003004027","7500304800001S","7500304900001S","7500305800001S","7500305900001S","0912080353","0991080403","0912080203","60003050000","60003051000","60003044000","0799060003","60003052000","60003152000","60003040033","59003040250","59003041250","54803044000","54603041000","0125100003","0094032253","60003040010","60003041010","60003044010","54804067110","7500302300033","61003024000","62503027100","75003028001","62503029050","0025060126","75003023053","59009062016","0025080166","61011045000","0084040083","15189D07","75004016000","91110006S","91110007S","91110009S","46180445","46180444","46180396","R15005","R15006","50180342S1","46180520S1","46180635S","36120785","36120782","46810010","54603097000","54603081000","54603090020","0760253270","58303090000","75004084000","50203081800","7500408004401","7500408304401","54603182044","75004085044","54603015000","54403135000","75004083010","75004080100","7500403004433","54804034000","59404032000","59004031100","75004066000","72210079000","0025060086","5461107610030","0009050103","75004060000","0017060303","75004050000","75004037000","54804038000","75004042000","75004046000","75003088000","75004066010","54804230010","75005007000","61005005000","61005009000","51010086100","75041090000","75005007020","61005014000","61005013000","75005014100","54605068000","60005005002","75005083100","75005083000","75005095000","54605069100","0021080003","75005111000","75005011000","58605083010","0797050000","61005091000","75006001010","75006001040","75006026000","75006091000","75006002000","0025050106","75006001015","75030088000","51006027000","75006001020","75006040000","0912050303","75006090000","75006001050","75006015000","75006001030","75030087000","7500701304433A","58407008200","40011166100","60007026001","58407011100","60007060000","60007065000","54308042000","62507026100","58207080100","0912050163","58507003000","55007006200","75007116060","75007016050","58507012000","7500805000004","7500805100004","0024060106","60008045000","00050142706","75007040000","75007040050","62507050000","0966050203","0025050126","75007046020","75007046010","58707050050","75007089000","75007090000","75007088011","75007088012","75007092000","00050153706","0025050166","7500800100004","31008060000","75014010050","0024060206","60012080000","7500801300033","7500804100004","7500804200004","54603048200","75008023000","58605083014","75003075000","50303018000","75012008000","75012009000","0081050121","0991080603","75003065000","75003066000","75003067000","75003068000","75008015010","75008015000","0021060003","0025060356","60012081200","0024060156","0966050163","40006006000","0125050003","58412080000","58412080050","62512081000","16512180100","76503075000","75008099000","7500900104430","75009010044","54809011000","0625069068","0760354771","75009012000","7500907000030","75009073172","50309072100","58309075000","58309073000","75009081000","54809082000","75009061000","75009060000","59009062023","7501020104430","75310010044","75310011000","0625062052","0472052200","0760305271","60110013000","60010015000","7501027000030","75010073199","75010173188","58309072000","58410075000","75010051040","75010051042","0019080266S","54310086200","75010050044","60110012000","60110016000","0625060060","60110014000","54610459000","60010060000","59009062013","75010085044","60010084000","60010086000","58414030000","50304040100","76910065118","76910066000","00050002016","75010015000","75011075000","000700000BH","75011088010","75011088015","75011087050","75011083000","62511060000","49007439000","0912050103","44011076100","44011076305","60011093075","44611207200","58211031100","58411096100","75011047000","75011059000","75011059050","75011097000","75011056000","58411053100","61011097000","60011058000","58011109130","75011054033","61111057000","0024060273","60011034100","0902060083","0912050083","75011059060","58411098100","0025060166","0025060106","0934060003","58713001100","58713002100","58713004000","58313009000","58313012000","54413015000","58411050000","58012040050","58313050100","00062030000","7501305004401","60013051000","0625060002","0993026500","0912100406","61013052000","59009062019","54603069000","54603068000","54513101044","54513038000","50213161000","55011022100","58007017000","69013069001","54513030044","75013072000","50311051100","54513150000","75013015000","6111302200001","0035100659","75013030000","58713018000","58713017000","75013012000","62513020000","54813020100","7651308000101","54613311200","54613218000","61013020200","50313083000","50313081000","76513075000","75013090000","61013082000","75014001000","57111038000","58614001050","60114025000","60114026000","60114028000","60114027000","0433100003","0797100003","75014030000","75014040000","75014047000","0081050181","49011435100","75011076000","75014069000","62514068100","60111094000","58214069051","75011066044","75011166000","60011064000","75014060000","75014064000","75014062000","75014063000","75014062010","75014063010","62529055000","75029036000","75029034000","75029055000","58303070000","0934080003","312305","312313","3211147","75029099100","53012028200","50329080100","60029070200","53012024100","50329071000","75029072000","75034002000","75034001000","75034003000","0402061480","75034019000","75034005044","56534013100","54634020000","54634014100","54634050000","54632095000","0760142461","75034031000","75034032000","54634031050","50232050001","50233041000","0933060165","0014060203","75034024044","75034052000","60034023000","0984060302","75034015000","0625068050","75034012044","0618354212","60034014000","60034037000","0770275025","60011023100","75034006000","0137060003")
Parameters:
[]
80 3.31 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000175761
]
81 0.53 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:
[
  "1000175761"
]
82 37.80 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"\x11'…CÞ³v\x1Eă6™g"
  b"V0Î)\x1A|JÕŒ’ƒ„+öYO"
  b"õb„0Ã.HɈ¢¼ýDô{ "
  b"Ì\x15Ý5\x02}F`—¹÷‡…槃"
  b"’)®§§IDqŠnSãÙaøŸ"
  b"z\x04ÀÇUçK4©š¿•ÍÊóé"
  b"kƒÑÔ\x07ÄBÀ7]±QÊK«"
  b"WT-™H=Aчs½òûITÇ"
  b"†¹¢ÆÄdO£¢\x12’š\x02J q"
  b"ßB┘£¯E'Éá;└\x05¨░a"
  b"!g~\e„6MB®Å·Í]VÖR"
  b"\x11}lØOüF÷¦ËGÇÔº"è"
  b"\x01\x05-\x07A=¶È<?A´xà"
  b"ˆ³\x17x¸¾A\x04„=xÎ\x136\x1Eê"
  b"Œs¶Ù¤±AuºXÉ çæ¶)"
  b"Ot\x17ª┤╚BûûØäM¬°(¯"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"¿±\x12\x02\e\x11C░ìg|T$\x04÷R"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b"©¦‰úh\x17L)£ù¾3­øÙÔ"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"\x1F.´Ÿ×INÞ¬[=\x0F)\x11\x12·"
  b"b,åZ'Ý@a¦c7Ø`#\x7FÏ"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b":Žèï¤=F›¤D![Æ€zè"
  b"W\vË\t}\x1EA‚½ÇVi±\x1AuP"
  b"K'ÍXç\x17G\r¼ÞY\x1CøÀ‰à"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"—Þ=ëÈsM\x17¡Yõ\x17QìÏÙ"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"ÚÑå¥Ì-L8ü­\x06╚öú\j"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b"\x16Ù^#‹†Ed©òuÂú\fÇœ"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"¦OØî\x04âGê«ú?0Éœ P"
  b"\x0Fê\x0Eã‗üM─çäm®ÑÌ\x14K"
  b"j\x0E5@³ÍK?…ÌÚ!³ÿ¬\x01"
  b"RËöÀ.QM\x00®ÆY3åæ×Â"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"óÖUbæ¯Kf”?ãÌR}g\x10"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"»í‗TZDB┴ü$ä©|\x17&2"
  b"│!\x11ËÝgGÎ▒\x06ÏÅØã┘$"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"w‘ê5é,I\x06²–L\x132…ȉ"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"D╩ê▀à\x0EH─╗v\x08ÏŬeo"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"‘4ÓRë\x19N¸‘‡\x07Ù\x1Cü®ê"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"\tr\x18\x1DMN”ƒOodV'Ä"
  b"‰‡÷\x13_žK2­\x00ýÔåh¿™"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"4\x1DïM‰ÀM\t“¬"žŸCg\x0F"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"÷`œ\›\x19CE·yÔ…Ä;N^"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"’¨&ÛÔ(NH“imlw±<m"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"Åg\x1A³\x0FÛIíñ|\e-PÒHý"
  b"dö2\x10\x14øD豦E\x00C–åw"
  b"ZÇ%ârÖN•µÈqb\x1Eˆ½r"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"nÄvçŸã@\x19¿øy)K~]p"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"ò“¿aÙàHÚ…\x05ò¿Œ•§•"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"Q\t`&…Ë@ɉD-µ÷’Ò°"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"wSîþü5F¿çLZx«tÎF"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"ȃ║┌\x10ðOü║─S°û\x0E\x10"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"wt╩ç9/G*Åðò+tÛ█÷"
  b"6f\x7Fv_ÈFU┤]┤ÅÍQc┼"
  b"vTO+è\eAJ£9ú\x17P\x0F"
  b"@±)\x16©¼O£²‚ý\x1F\x02ïn\x08"
  b"xößNʯEd»Q\x03MvšÓù"
  b"sÙ²¦µÑ@ý“\x0E\x1AÙD!YL"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"$E\x04}\x18ÑH{ú▒8ø|ì!y"
  b"ôM×åŠeDï€ÝµU{Ï)\x18"
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"L3|:’REŽ—¹p¸DKÑ%"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"Ù %á┼ÉAÂѳ&¥¦zBæ"
  b"lïÌs&àC\x02Ÿ)4 ÎrXÞ"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"˜}Yrö\x10A\x1D¨\x02#@SŠX!"
  b"iÅXJ─MG×óȲ╬nßPe"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"■vêl\x05wK\x16Åi│\x04<D\x07\x1F"
  b"\x0F%AhµìO_•ÉY\fKÄ9\x03"
  b"6(ƒ"•\x16K\x16¿»`\x17ìòëu"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b""/*òÅrD'¿\r§!%l´ü"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b" \t\x12X<\x1AHd£¥’yÖ@èÚ"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"0\x13üƒ?pJ▓í\x06å├▓Ã-ä"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"àäÀºX¤N圯lÕ@›¶²"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"4šßéÞ0OÄ¿\x04PªÂȇ\x08"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"µ—\x13e¸/Iü€<\x18ý\x1FeR¤"
  b"k«a;Ø0J´›B6îƒ(,`"
  b"FøØè\x13¤Mîç\t╬½?é¶E"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÅS\x1F¸\x06ùJ+öwP¬aá\x08&"
  b"òÐÞ3ŠhN¼œûO3È»[a"
  b"Y.<2ÅÅEð–Ï:\x0E\x01\x1E¡Z"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"}└Øs2UH\x05½┘Õ\(N`╦"
  b"YïiÞÄPFE±ÛÖ’\x13'‘\x15"
  b"╝Y\n£\x13ëODÇÃDè\x00ZÉU"
  b"┴«%¾ü¢G|»\x1A{ÿ¹\x0F5W"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"|°œOê{D3™!$\x00[­)$"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"\tï(ÔM\x08ŠW<\x00ψ\x7FT"
  b"qh¡e8}E*³>²Š^Íñm"
  b"ÛþXÕx–OP˜_‘°hÁÐo"
  b"ú[¬üU│LOª%íß,p@"
  b"""
    \n
    U▄²¸sOÉÉE£db└Ly
    """
  b"V\x1AÉs(òI¸ëP}«2aIè"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"╦c"åwvG]År\x05ñ£5í\x12"
  b",ôísC¨M)®úZG%×±%"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"""
    Ï£ÙÙ\n
    uOöüDKfë¾O\x1F
    """
  b"û°«lª`F\x02‹í•>ýKëÉ"
  b"T\x196ï8µC¼ì[┐8·╗£q"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"‹xûéÚÙNü«þ/\x03\!zƒ"
  b"£Úµ²Ë\x10Bï”Jrÿk[\x13µ"
  b"å■{v?êA&©É.åbáø▄"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"g\e7¹8┬Jìï╚╦º+╔/."
  b"ò¹\x14ãOÞGÚ”DpycƒÌN"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b"›b#ÿyKH€=±j\x07\x04"
  b"\x00“n“ľKP·"ÖŒ'u\x08i"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"à\x19W.â¼HõñØBå¨C©?"
  b"Ó \x00Ç]hOº›d¿É¨î×Ã"
  b"þøîRØ\x04JE¶6á¡\rõ™ž"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"×2G=µØJÙ—š\x14«¨´ñ!"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"\x1AÓóRG¥€j[·þTˆw"
  b"""
    6Õ9Ôn¿Ir¯T([ý“\n
    \x0F
    """
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"\x07ì\x11¤á+Jÿ‡HW­â!e¦"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"}sdž•ZLR™l°Œ+*³\x08"
  b"\x01\x10âFl¦øÄ–±ªóÂ"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"²óØôÃ\x08Mò°X”•%6Ïú"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"""
    d,~Τ4Co»\x0E\n
    SÂm
    """
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"÷XÝøäÉO?Ÿ\x02ð—»Â2œ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"gfÏ\x06\x0E╠I^âG░ü=\x13F\x08"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"\x07X\x7Fù\x19ÍH¦²_ýDF}Œ›"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"ÅúU~8ÄMu╣Æþ╣Tõ\x19¬"
  b"ë¶;§e{K\x19¼Cð\x13f¯Ê\x0F"
  b"Ø\x10~\x0F╚mB\x00º\x18£┬!øKx"
  b"îa<XE„Fc’Ú@+­ø\x1F\x0E"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"Ñx\x17뼓D©¬\x1Eö\x03P´û""
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"ÙnD[Á@Kœ´^4ðP\x1A"
  b"ð7˜ÃÐAH•‹\x16AûÈcµv"
  b"œÄ¥â¡•AΗ\x18òý¶9\x1C\e"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  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"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  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"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  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"•Å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"â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"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  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"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  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" 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"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  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"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  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"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  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"¹˜ \x00rûGe›´\rÇù—Oî"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\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"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  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"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  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"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  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"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"▄~j)¸®AÇ¢ÆÉ╗├üß\x12"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"£g\x1CÛž·I0²: LçÕjf"
  b"\v<ØÁ{\x7FD¯ÉÅ{ø\x1F\x1E\x7FÅ"
  b"¶K\x1EräÜK-«ë<ã0” ¬"
  b"ü:7_špAÄ» Ýú|ôõâ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"┬z-\x0F¹╩E£îº·ØGG{\x16"
  b"-a™=DÝH! A«Zľ#¹"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"BpëqјBû  h¬8WÐ\x05"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"G,`ÛÄöJ[Žiï¹9]¬3"
  b"Ô\x1A{æièB'Ÿ\x1C‚Ã@\x18b$"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"erh^óðMÁ«\x1AÇA\fB1>"
  b"-ý O\v\x05H¢¾ÛîLM\9\f"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"Wozf%¤K@´ª\x14øXÓõ("
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"Ð+òÝB€Cv¤ÿ–ÅH\r^+"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"èÇQ.]\x1FC7¿ÅS{¼÷6?"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"{\x1C±\x1F\x06õGô–é†jâ“_p"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"\x1A[9ÔýK²™%\x16“ÇQ|B"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"<eR {¹N³©½ 1¶_¦ß"
  b"\x1A\x0FÙú╗Õ@[ØÍMÛ╠6\x06õ"
  b"çS║^÷µN╬ØÜ▀ýV░ ╣"
  b"9¢q1bBI¦­‹5,\iÁ¬"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"oÕc5ê\x01Nh¤ßo`SÈ\x16\x12"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"xGkD«Ÿ@Ë´÷Ôê²²d\n"
  b":ö–噂J‘š€œB°¹éö"
  b"\x1Dý§}„jEB¾&Í”õÿé½"
  b"Ž­3§W\x05FS™GÖ±\x12ØŸ§"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"Æ:ì9rJNÁ«ÃÀ§õ╩ùÚ"
  b";Å¥“À™GiŽŸ\e'åOM "
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"´.L¯tü@\e³O¥!âm—O"
  b"®L²│j4A?ïwNpÏ\x17"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"×"™ÁGZA´‰äZÑ\x04)\x18o"
  b"Ø9¶I"¶I\x10¡ï¸`ËðÁš"
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"íÌl\x142{L¬‚\x07®;:Ž[\x15"
  b"0x\x08w\x1E‗CmîVÑø░سÂ"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  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"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"╗░\x02TØpCáè\x06\x14±£ñ4Ò"
  b"ˆô\x17¡³^I\x1E¢k¶\x0EÞæy†"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"pG´\<_J"ÜüxÃß²KÍ"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b"¡z0u\x04LLB‘`»­Q\x00ã'"
  b"&ÝKb`KAij>¸@Y#c "
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"vÇüÅ▀úFMóÇÚéS\x01Ý\x19"
  b"Zi™~8vLZ¯z¢íÂ[X£"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"ê|\x06\x0E>÷I,×±pƒ´:JÉ"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b" Ö¢˜\x0F‡E‡•Ð\x126+ô¨à"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"┬┤Î■═1@ØÅKòÓ_»È\x1D"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"æŠØu÷RB'“x0¼\x12°ñÅ"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"£ÝQçuHN‡«,^†U@\f½"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"®<Á7â®FI·ƒ{Lœ\x020;"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"""
    }┐}w±ìA┤Ö┼\n
    ¡úê¡s
    """
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"gÃ1+ÍÎK©€€Up‘¼±l"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"Û$ÂAFŽKœ²»|ƒò\x18"
  b"•î&\t@\x10G/½ŽGô@\x1E|}"
  b"…ºõ)\x13eN-º\vÓ@ªË«‘"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"}ÌO>\x16ðAºìø\x10øfG╠▄"
  b"Æ\x1E¹±®…I0’Êag9îo+"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"~î-\v}¦N\x02»ûL¾z’Òw"
  b"î'ùyÚXO^½ ”~\x00ì“z"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"\eS¸5uÔM€Œ6¼¾ª¤²-"
  b"LZ¾\x00n÷B\r³ðd\x15ùTù«"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"\v½Ã╬\fÉJl×¥²\x1DW\x08╔G"
  b"=Bà}▓\x10HaÄÅ\x08ÐAâ\x17"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"ÇR\x1AÕiËClš“ô¸Áw§ô"
  b"░║Zº\e#Düí\x06I¸ <R┴"
  b"""
    Ë4\n
    ®RÕNù‘R•õ­\x12IY
    """
  b"'LDû•xC\x10œlÙð§|ØM"
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"Òƒ³4f%IƨÆP\v•JÐh"
  b"\x08Àùí8“AŸ„J±¯\eOw\x08"
  b"I\x18ÓNÓ5I)˜NŸØ–\x07\g"
  b"K\x05µ—ÒH#»ö1vR)jF"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"²\x1F\x161Ovª!M\x04?ÿÀê"
  b"ÿü¾z+qL$·pUN(>>V"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"(\x06µäá”Lk²HBèäA/\x07"
  b"æ/ôº\x11ÙO¬»“'ذ%Úw"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"¢Ï”%‡&O½œ¸\x00ÑLk\x19Ï"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"Ý;ó\x0Eá3BÅñ`\x0E+[\x1C┌k"
  b"‡œ\x19tô°Jù³_\x1F¹\r\x16¾:"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"▀Áü\x00ó.FEç^┌.EòÞ¬"
  b"╠æI░·┘KVÁUL\x08åìe\x11"
  b" ´¥\x16¥\x00L\x05¤¢£[b››$"
  b"$>¿ª0HCuµÕ¡ÎþTÄ€"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"í÷QÄæzAºŽu\x19:#µÍm"
  b"w\x7F\x16Å\fiFúîƒ▒┴èu0\x1A"
  b"\x1D‹êNÝáDÝ¢Ž?‡-ŽNË"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"ý\vC?CDGE¤\x12Ÿ‚|ÃWÄ"
  b"\x1C%:æé¥@¤¯À‰¹–[ùÛ"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ë[╬cÎpJÆ«YnøxÉé\v"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"Á£c·žðJ‚”Dˆ\x1EdO5n"
  b"ÏS5À³çCÕ†nn¬w"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"·TÉPMäG·‡D\tÉf}ÜT"
  b"üiJ╬ûÛHzé\x05?\x0E\x1EKµV"
  b"G*ßÖ+nN±¾]#y3É´k"
  b"&"\x1C\x0E`½Hg†˜N[\x169Êí"
  b"\x16\x11\x08╣z\x14@yêıf¿èÄüÛ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"\fgæGMܱû©e±.ÍŠ"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"yúÔó\voBü„\fð°ø".."
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x1C³Û®»"Fƶè£1žà\x14ü"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"óÆX%xgN/Øïi8F\x12sQ"
  b"ùº!UC C&¼Œ!\x02)hBm"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"§ã#nü%O’¢Bÿ¦\x05WJ\x15"
  b"ã?ý\x03\f\x1EC’¸d\K×Ygc"
  b"\e\x7F„6èÿH\x03ºu§”ˆ7sj"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"┬¸iûÏÁJßÿ¼¥È¿É1a"
  b"î¥U?D\x1EA*¾§qÈI÷o\x1D"
  b""é­S\x05)MFñÊÆ9Ø0‗Þ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"²ý\x05n-\x1CCÓšWXoŸ\x08¦J"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x16’Gw@/J‡{»ˆr˜ˆ¨"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"ÂŒsT\x0E–Kf¾qêj´\x1Dr1"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"_þ=V&\x13GÅ▒B▓¸┼ä┐T"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"¨‰\x1C…ÿ®KÝ¡8§%d/\â"
  b"!öìÒI\x13H[¦5I›ž2\x14F"
  b"""
    ╣}▒ôJ#L6úlÅ╠\n
    øH¿
    """
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"Z6½sš•I°˜UVpšS\x1CŸ"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"f\x7FRY(*J¦½ìß\rñ\x1AI\x18"
  b"3ñC\x04²TCö¿ù‚DÜ~õ\x0E"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"\x1F®aТ3L\x1D¤°fþ%Nn9"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"ã¸ø‹GˆCݼ¾˜2_:P‚"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"9‚  Ù£NPŠö¥»j¾õF"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ôˆ\x7F0âÐK ™\fgÀ…¸xË"
  b"‡ª¡°dÆHºªIïF\x16—ïú"
  b",`ÛRXµAú”\¼žvðÜI"
  b"ªÑ(╦{PH[ØÉîV╚/░»"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Cô§Â\x16CJ}‡\x1A\$IRžâ"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"$&$™­\x08IØŸúý\x10XÞ»u"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"d><˜B¼B}¡™GÈLj!X"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"3d,cwàC¿éPseóìNN"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"\x7F\x10"\eÕ"MÊ‘¨\x1F\x19«µÔ\x05"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"L\x15@ˆÂCL‹Œ:s\x7F;”–¾"
  b"ð=˜3JÎH•¿""`뺡u"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"!e©ÓG¯G]•ÌÒÕm(^Î"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"áîW)\x0FÒN;¸Î¿ã'Df€"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"ÙÄ)ËôÔA╦Ø¢Á\x17\x7F\t"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"""
    \x1D\x03\x01Y3╩O\fô\n
    \x08d%ı
    """
  b"ÜOnÎ┐ø@:üÔ\x1CÄÆ\r\x03"
  b"\x08T├á\x16Ø@BëRÚlJ1k+"
  b"‘éÙ•îQF\x08·=k9,Ðqu"
  b"Ô\x08a$¬&J)°¾­þý\x18ë§"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"«Ä˜é\x18\x1CK ¹àƒ[C÷Œ¿"
  b"c¯cÖPšKŽŠßPÕq\x06m\x10"
  b"""
    u\n
    ÊòÕ7G\x17–]E”>‚i?
    """
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"kI9_òúI“¶³ÙŸ‰t®'"
  b"5\x05▒Ø[ÍFË║\x03»ÆUEu)"
  b"±\x1Dè»\f{G)µˆ¡â\x06M'f"
  b">J í╬gC╣Ä\x11²MB\x00"
  b"""
    \x16\x07u3\x08±A´£j\n
    .Éo“l
    """
  b"4Š$`ïeB© Š¿O\x02\x0FhQ"
  b"Ù_‚8ÒAM:š\x01›CGjÑ3"
  b" \e\x1FƒhØJz—”\x0EÈBµëZ"
  b":P]ÔQ\x1CEkœŽÑU6K{t"
  b"\x03×…4û\x08G׈ё²:Žž\x14"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"D#Fƒ¡\x04@o¢O\vÿõÑôU"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Ó\x7FkÚÖœCp¸Åó,™§Ö="
  b"Ç|ÀMw3MɃc¿ßŒ6îV"
  b";¿Y¶½\eDûÀóıÅEV\x13Õ"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"—x9ó"DFÎŒ¥zŒÑõ(%"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"""
    â\x1D\n
    8ŒˆCq€ê_ ¤âŠ9
    """
  b"/GÅÇă@\x08¡T‘ס¦#é"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"zÞV¬,"O¹Å,ûõÔ<\x10>"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\r›×«k\x1FIˆ¸@0¦d+Œ-"
  b"""
    É +&\n
    ¤E?ø┤BÄ▀ãññ
    """
  b"ÑÒ|¡\x1F™IEг¸\x05Ô<\x11\x02"
  b"\e\x0E[¿ÓOv¡]\v¶¥9rÌ"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"­$²¸8\x00M¨ˆõЯâ\x06\x06"
  b"*╝▓┐\tdMå║▒ÚÌ\x16cØR"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"\v¿³┌<ÅJ\t¼\e\x0Em<;Î;"
  b"`«6\x1Fƒ=Ny›7\tß\x00)¦."
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
]
83 130.92 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"\x11'…CÞ³v\x1Eă6™g"
  b"V0Î)\x1A|JÕŒ’ƒ„+öYO"
  b"õb„0Ã.HɈ¢¼ýDô{ "
  b"Ì\x15Ý5\x02}F`—¹÷‡…槃"
  b"’)®§§IDqŠnSãÙaøŸ"
  b"z\x04ÀÇUçK4©š¿•ÍÊóé"
  b"kƒÑÔ\x07ÄBÀ7]±QÊK«"
  b"WT-™H=Aчs½òûITÇ"
  b"†¹¢ÆÄdO£¢\x12’š\x02J q"
  b"ßB┘£¯E'Éá;└\x05¨░a"
  b"!g~\e„6MB®Å·Í]VÖR"
  b"\x11}lØOüF÷¦ËGÇÔº"è"
  b"\x01\x05-\x07A=¶È<?A´xà"
  b"ˆ³\x17x¸¾A\x04„=xÎ\x136\x1Eê"
  b"Œs¶Ù¤±AuºXÉ çæ¶)"
  b"Ot\x17ª┤╚BûûØäM¬°(¯"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"¿±\x12\x02\e\x11C░ìg|T$\x04÷R"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b"©¦‰úh\x17L)£ù¾3­øÙÔ"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"\x1F.´Ÿ×INÞ¬[=\x0F)\x11\x12·"
  b"b,åZ'Ý@a¦c7Ø`#\x7FÏ"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b":Žèï¤=F›¤D![Æ€zè"
  b"W\vË\t}\x1EA‚½ÇVi±\x1AuP"
  b"K'ÍXç\x17G\r¼ÞY\x1CøÀ‰à"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"—Þ=ëÈsM\x17¡Yõ\x17QìÏÙ"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"ÚÑå¥Ì-L8ü­\x06╚öú\j"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b"\x16Ù^#‹†Ed©òuÂú\fÇœ"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"¦OØî\x04âGê«ú?0Éœ P"
  b"\x0Fê\x0Eã‗üM─çäm®ÑÌ\x14K"
  b"j\x0E5@³ÍK?…ÌÚ!³ÿ¬\x01"
  b"RËöÀ.QM\x00®ÆY3åæ×Â"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"óÖUbæ¯Kf”?ãÌR}g\x10"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"»í‗TZDB┴ü$ä©|\x17&2"
  b"│!\x11ËÝgGÎ▒\x06ÏÅØã┘$"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"w‘ê5é,I\x06²–L\x132…ȉ"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"D╩ê▀à\x0EH─╗v\x08ÏŬeo"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"‘4ÓRë\x19N¸‘‡\x07Ù\x1Cü®ê"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"\tr\x18\x1DMN”ƒOodV'Ä"
  b"‰‡÷\x13_žK2­\x00ýÔåh¿™"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"4\x1DïM‰ÀM\t“¬"žŸCg\x0F"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"÷`œ\›\x19CE·yÔ…Ä;N^"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"’¨&ÛÔ(NH“imlw±<m"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"Åg\x1A³\x0FÛIíñ|\e-PÒHý"
  b"dö2\x10\x14øD豦E\x00C–åw"
  b"ZÇ%ârÖN•µÈqb\x1Eˆ½r"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"nÄvçŸã@\x19¿øy)K~]p"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"ò“¿aÙàHÚ…\x05ò¿Œ•§•"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"Q\t`&…Ë@ɉD-µ÷’Ò°"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"wSîþü5F¿çLZx«tÎF"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"ȃ║┌\x10ðOü║─S°û\x0E\x10"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"wt╩ç9/G*Åðò+tÛ█÷"
  b"6f\x7Fv_ÈFU┤]┤ÅÍQc┼"
  b"vTO+è\eAJ£9ú\x17P\x0F"
  b"@±)\x16©¼O£²‚ý\x1F\x02ïn\x08"
  b"xößNʯEd»Q\x03MvšÓù"
  b"sÙ²¦µÑ@ý“\x0E\x1AÙD!YL"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"$E\x04}\x18ÑH{ú▒8ø|ì!y"
  b"ôM×åŠeDï€ÝµU{Ï)\x18"
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"L3|:’REŽ—¹p¸DKÑ%"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"Ù %á┼ÉAÂѳ&¥¦zBæ"
  b"lïÌs&àC\x02Ÿ)4 ÎrXÞ"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"˜}Yrö\x10A\x1D¨\x02#@SŠX!"
  b"iÅXJ─MG×óȲ╬nßPe"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"■vêl\x05wK\x16Åi│\x04<D\x07\x1F"
  b"\x0F%AhµìO_•ÉY\fKÄ9\x03"
  b"6(ƒ"•\x16K\x16¿»`\x17ìòëu"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b""/*òÅrD'¿\r§!%l´ü"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b" \t\x12X<\x1AHd£¥’yÖ@èÚ"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"0\x13üƒ?pJ▓í\x06å├▓Ã-ä"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"àäÀºX¤N圯lÕ@›¶²"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"4šßéÞ0OÄ¿\x04PªÂȇ\x08"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"µ—\x13e¸/Iü€<\x18ý\x1FeR¤"
  b"k«a;Ø0J´›B6îƒ(,`"
  b"FøØè\x13¤Mîç\t╬½?é¶E"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÅS\x1F¸\x06ùJ+öwP¬aá\x08&"
  b"òÐÞ3ŠhN¼œûO3È»[a"
  b"Y.<2ÅÅEð–Ï:\x0E\x01\x1E¡Z"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"}└Øs2UH\x05½┘Õ\(N`╦"
  b"YïiÞÄPFE±ÛÖ’\x13'‘\x15"
  b"╝Y\n£\x13ëODÇÃDè\x00ZÉU"
  b"┴«%¾ü¢G|»\x1A{ÿ¹\x0F5W"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"|°œOê{D3™!$\x00[­)$"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"\tï(ÔM\x08ŠW<\x00ψ\x7FT"
  b"qh¡e8}E*³>²Š^Íñm"
  b"ÛþXÕx–OP˜_‘°hÁÐo"
  b"ú[¬üU│LOª%íß,p@"
  b"""
    \n
    U▄²¸sOÉÉE£db└Ly
    """
  b"V\x1AÉs(òI¸ëP}«2aIè"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"╦c"åwvG]År\x05ñ£5í\x12"
  b",ôísC¨M)®úZG%×±%"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"""
    Ï£ÙÙ\n
    uOöüDKfë¾O\x1F
    """
  b"û°«lª`F\x02‹í•>ýKëÉ"
  b"T\x196ï8µC¼ì[┐8·╗£q"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"‹xûéÚÙNü«þ/\x03\!zƒ"
  b"£Úµ²Ë\x10Bï”Jrÿk[\x13µ"
  b"å■{v?êA&©É.åbáø▄"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"g\e7¹8┬Jìï╚╦º+╔/."
  b"ò¹\x14ãOÞGÚ”DpycƒÌN"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b"›b#ÿyKH€=±j\x07\x04"
  b"\x00“n“ľKP·"ÖŒ'u\x08i"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"à\x19W.â¼HõñØBå¨C©?"
  b"Ó \x00Ç]hOº›d¿É¨î×Ã"
  b"þøîRØ\x04JE¶6á¡\rõ™ž"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"×2G=µØJÙ—š\x14«¨´ñ!"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"\x1AÓóRG¥€j[·þTˆw"
  b"""
    6Õ9Ôn¿Ir¯T([ý“\n
    \x0F
    """
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"\x07ì\x11¤á+Jÿ‡HW­â!e¦"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"}sdž•ZLR™l°Œ+*³\x08"
  b"\x01\x10âFl¦øÄ–±ªóÂ"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"²óØôÃ\x08Mò°X”•%6Ïú"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"""
    d,~Τ4Co»\x0E\n
    SÂm
    """
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"÷XÝøäÉO?Ÿ\x02ð—»Â2œ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"gfÏ\x06\x0E╠I^âG░ü=\x13F\x08"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"\x07X\x7Fù\x19ÍH¦²_ýDF}Œ›"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"ÅúU~8ÄMu╣Æþ╣Tõ\x19¬"
  b"ë¶;§e{K\x19¼Cð\x13f¯Ê\x0F"
  b"Ø\x10~\x0F╚mB\x00º\x18£┬!øKx"
  b"îa<XE„Fc’Ú@+­ø\x1F\x0E"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"Ñx\x17뼓D©¬\x1Eö\x03P´û""
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"ÙnD[Á@Kœ´^4ðP\x1A"
  b"ð7˜ÃÐAH•‹\x16AûÈcµv"
  b"œÄ¥â¡•AΗ\x18òý¶9\x1C\e"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  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"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  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"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  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"•Å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"â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"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  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"\x01âÏAIo©¤.êGÃU¯"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  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" 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"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  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"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  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"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"sèéø]LI=¶rñl<‘e“"
  b"wéôõªìDqÜn\t®¹²Üè"
  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"¹˜ \x00rûGe›´\rÇù—Oî"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\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"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"Äd*çãáDh·ã„óv@\x050"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  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"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  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"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  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"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"▄~j)¸®AÇ¢ÆÉ╗├üß\x12"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"£g\x1CÛž·I0²: LçÕjf"
  b"\v<ØÁ{\x7FD¯ÉÅ{ø\x1F\x1E\x7FÅ"
  b"¶K\x1EräÜK-«ë<ã0” ¬"
  b"ü:7_špAÄ» Ýú|ôõâ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"┬z-\x0F¹╩E£îº·ØGG{\x16"
  b"-a™=DÝH! A«Zľ#¹"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"BpëqјBû  h¬8WÐ\x05"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"G,`ÛÄöJ[Žiï¹9]¬3"
  b"Ô\x1A{æièB'Ÿ\x1C‚Ã@\x18b$"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"erh^óðMÁ«\x1AÇA\fB1>"
  b"-ý O\v\x05H¢¾ÛîLM\9\f"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"Wozf%¤K@´ª\x14øXÓõ("
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"Ð+òÝB€Cv¤ÿ–ÅH\r^+"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"èÇQ.]\x1FC7¿ÅS{¼÷6?"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"{\x1C±\x1F\x06õGô–é†jâ“_p"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"\x1A[9ÔýK²™%\x16“ÇQ|B"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"<eR {¹N³©½ 1¶_¦ß"
  b"\x1A\x0FÙú╗Õ@[ØÍMÛ╠6\x06õ"
  b"çS║^÷µN╬ØÜ▀ýV░ ╣"
  b"9¢q1bBI¦­‹5,\iÁ¬"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"oÕc5ê\x01Nh¤ßo`SÈ\x16\x12"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"xGkD«Ÿ@Ë´÷Ôê²²d\n"
  b":ö–噂J‘š€œB°¹éö"
  b"\x1Dý§}„jEB¾&Í”õÿé½"
  b"Ž­3§W\x05FS™GÖ±\x12ØŸ§"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"Æ:ì9rJNÁ«ÃÀ§õ╩ùÚ"
  b";Å¥“À™GiŽŸ\e'åOM "
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"´.L¯tü@\e³O¥!âm—O"
  b"®L²│j4A?ïwNpÏ\x17"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"×"™ÁGZA´‰äZÑ\x04)\x18o"
  b"Ø9¶I"¶I\x10¡ï¸`ËðÁš"
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"íÌl\x142{L¬‚\x07®;:Ž[\x15"
  b"0x\x08w\x1E‗CmîVÑø░سÂ"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  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"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"╗░\x02TØpCáè\x06\x14±£ñ4Ò"
  b"ˆô\x17¡³^I\x1E¢k¶\x0EÞæy†"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"pG´\<_J"ÜüxÃß²KÍ"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b"¡z0u\x04LLB‘`»­Q\x00ã'"
  b"&ÝKb`KAij>¸@Y#c "
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"vÇüÅ▀úFMóÇÚéS\x01Ý\x19"
  b"Zi™~8vLZ¯z¢íÂ[X£"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"ê|\x06\x0E>÷I,×±pƒ´:JÉ"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b" Ö¢˜\x0F‡E‡•Ð\x126+ô¨à"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"┬┤Î■═1@ØÅKòÓ_»È\x1D"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"æŠØu÷RB'“x0¼\x12°ñÅ"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"£ÝQçuHN‡«,^†U@\f½"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"®<Á7â®FI·ƒ{Lœ\x020;"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"""
    }┐}w±ìA┤Ö┼\n
    ¡úê¡s
    """
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"gÃ1+ÍÎK©€€Up‘¼±l"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"Û$ÂAFŽKœ²»|ƒò\x18"
  b"•î&\t@\x10G/½ŽGô@\x1E|}"
  b"…ºõ)\x13eN-º\vÓ@ªË«‘"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"}ÌO>\x16ðAºìø\x10øfG╠▄"
  b"Æ\x1E¹±®…I0’Êag9îo+"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"~î-\v}¦N\x02»ûL¾z’Òw"
  b"î'ùyÚXO^½ ”~\x00ì“z"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"\eS¸5uÔM€Œ6¼¾ª¤²-"
  b"LZ¾\x00n÷B\r³ðd\x15ùTù«"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"\v½Ã╬\fÉJl×¥²\x1DW\x08╔G"
  b"=Bà}▓\x10HaÄÅ\x08ÐAâ\x17"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"ÇR\x1AÕiËClš“ô¸Áw§ô"
  b"░║Zº\e#Düí\x06I¸ <R┴"
  b"""
    Ë4\n
    ®RÕNù‘R•õ­\x12IY
    """
  b"'LDû•xC\x10œlÙð§|ØM"
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"Òƒ³4f%IƨÆP\v•JÐh"
  b"\x08Àùí8“AŸ„J±¯\eOw\x08"
  b"I\x18ÓNÓ5I)˜NŸØ–\x07\g"
  b"K\x05µ—ÒH#»ö1vR)jF"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"²\x1F\x161Ovª!M\x04?ÿÀê"
  b"ÿü¾z+qL$·pUN(>>V"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"(\x06µäá”Lk²HBèäA/\x07"
  b"æ/ôº\x11ÙO¬»“'ذ%Úw"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"¢Ï”%‡&O½œ¸\x00ÑLk\x19Ï"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"Ý;ó\x0Eá3BÅñ`\x0E+[\x1C┌k"
  b"‡œ\x19tô°Jù³_\x1F¹\r\x16¾:"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"▀Áü\x00ó.FEç^┌.EòÞ¬"
  b"╠æI░·┘KVÁUL\x08åìe\x11"
  b" ´¥\x16¥\x00L\x05¤¢£[b››$"
  b"$>¿ª0HCuµÕ¡ÎþTÄ€"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"í÷QÄæzAºŽu\x19:#µÍm"
  b"w\x7F\x16Å\fiFúîƒ▒┴èu0\x1A"
  b"\x1D‹êNÝáDÝ¢Ž?‡-ŽNË"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"ý\vC?CDGE¤\x12Ÿ‚|ÃWÄ"
  b"\x1C%:æé¥@¤¯À‰¹–[ùÛ"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"ë[╬cÎpJÆ«YnøxÉé\v"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"Á£c·žðJ‚”Dˆ\x1EdO5n"
  b"ÏS5À³çCÕ†nn¬w"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"·TÉPMäG·‡D\tÉf}ÜT"
  b"üiJ╬ûÛHzé\x05?\x0E\x1EKµV"
  b"G*ßÖ+nN±¾]#y3É´k"
  b"&"\x1C\x0E`½Hg†˜N[\x169Êí"
  b"\x16\x11\x08╣z\x14@yêıf¿èÄüÛ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"\fgæGMܱû©e±.ÍŠ"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"yúÔó\voBü„\fð°ø".."
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x1C³Û®»"Fƶè£1žà\x14ü"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"óÆX%xgN/Øïi8F\x12sQ"
  b"ùº!UC C&¼Œ!\x02)hBm"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"§ã#nü%O’¢Bÿ¦\x05WJ\x15"
  b"ã?ý\x03\f\x1EC’¸d\K×Ygc"
  b"\e\x7F„6èÿH\x03ºu§”ˆ7sj"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"┬¸iûÏÁJßÿ¼¥È¿É1a"
  b"î¥U?D\x1EA*¾§qÈI÷o\x1D"
  b""é­S\x05)MFñÊÆ9Ø0‗Þ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"²ý\x05n-\x1CCÓšWXoŸ\x08¦J"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x16’Gw@/J‡{»ˆr˜ˆ¨"
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"ÂŒsT\x0E–Kf¾qêj´\x1Dr1"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"_þ=V&\x13GÅ▒B▓¸┼ä┐T"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"¨‰\x1C…ÿ®KÝ¡8§%d/\â"
  b"!öìÒI\x13H[¦5I›ž2\x14F"
  b"""
    ╣}▒ôJ#L6úlÅ╠\n
    øH¿
    """
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"Z6½sš•I°˜UVpšS\x1CŸ"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"f\x7FRY(*J¦½ìß\rñ\x1AI\x18"
  b"3ñC\x04²TCö¿ù‚DÜ~õ\x0E"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"\x1F®aТ3L\x1D¤°fþ%Nn9"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"ã¸ø‹GˆCݼ¾˜2_:P‚"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"9‚  Ù£NPŠö¥»j¾õF"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ôˆ\x7F0âÐK ™\fgÀ…¸xË"
  b"‡ª¡°dÆHºªIïF\x16—ïú"
  b",`ÛRXµAú”\¼žvðÜI"
  b"ªÑ(╦{PH[ØÉîV╚/░»"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Cô§Â\x16CJ}‡\x1A\$IRžâ"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"$&$™­\x08IØŸúý\x10XÞ»u"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"d><˜B¼B}¡™GÈLj!X"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"3d,cwàC¿éPseóìNN"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"\x7F\x10"\eÕ"MÊ‘¨\x1F\x19«µÔ\x05"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"L\x15@ˆÂCL‹Œ:s\x7F;”–¾"
  b"ð=˜3JÎH•¿""`뺡u"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"!e©ÓG¯G]•ÌÒÕm(^Î"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"áîW)\x0FÒN;¸Î¿ã'Df€"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"ÙÄ)ËôÔA╦Ø¢Á\x17\x7F\t"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"""
    \x1D\x03\x01Y3╩O\fô\n
    \x08d%ı
    """
  b"ÜOnÎ┐ø@:üÔ\x1CÄÆ\r\x03"
  b"\x08T├á\x16Ø@BëRÚlJ1k+"
  b"‘éÙ•îQF\x08·=k9,Ðqu"
  b"Ô\x08a$¬&J)°¾­þý\x18ë§"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"«Ä˜é\x18\x1CK ¹àƒ[C÷Œ¿"
  b"c¯cÖPšKŽŠßPÕq\x06m\x10"
  b"""
    u\n
    ÊòÕ7G\x17–]E”>‚i?
    """
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"kI9_òúI“¶³ÙŸ‰t®'"
  b"5\x05▒Ø[ÍFË║\x03»ÆUEu)"
  b"±\x1Dè»\f{G)µˆ¡â\x06M'f"
  b">J í╬gC╣Ä\x11²MB\x00"
  b"""
    \x16\x07u3\x08±A´£j\n
    .Éo“l
    """
  b"4Š$`ïeB© Š¿O\x02\x0FhQ"
  b"Ù_‚8ÒAM:š\x01›CGjÑ3"
  b" \e\x1FƒhØJz—”\x0EÈBµëZ"
  b":P]ÔQ\x1CEkœŽÑU6K{t"
  b"\x03×…4û\x08G׈ё²:Žž\x14"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"D#Fƒ¡\x04@o¢O\vÿõÑôU"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Ó\x7FkÚÖœCp¸Åó,™§Ö="
  b"Ç|ÀMw3MɃc¿ßŒ6îV"
  b";¿Y¶½\eDûÀóıÅEV\x13Õ"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"—x9ó"DFÎŒ¥zŒÑõ(%"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"""
    â\x1D\n
    8ŒˆCq€ê_ ¤âŠ9
    """
  b"/GÅÇă@\x08¡T‘ס¦#é"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"zÞV¬,"O¹Å,ûõÔ<\x10>"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"\r›×«k\x1FIˆ¸@0¦d+Œ-"
  b"""
    É +&\n
    ¤E?ø┤BÄ▀ãññ
    """
  b"ÑÒ|¡\x1F™IEг¸\x05Ô<\x11\x02"
  b"\e\x0E[¿ÓOv¡]\v¶¥9rÌ"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"­$²¸8\x00M¨ˆõЯâ\x06\x06"
  b"*╝▓┐\tdMå║▒ÚÌ\x16cØR"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"\v¿³┌<ÅJ\t¼\e\x0Em<;Î;"
  b"`«6\x1Fƒ=Ny›7\tß\x00)¦."
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
]
84 2.36 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"\x00“n“ľKP·"ÖŒ'u\x08i"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"\x03×…4û\x08G׈ё²:Žž\x14"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07X\x7Fù\x19ÍH¦²_ýDF}Œ›"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ì\x11¤á+Jÿ‡HW­â!e¦"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"\x08T├á\x16Ø@BëRÚlJ1k+"
  b"\x08Àùí8“AŸ„J±¯\eOw\x08"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\tr\x18\x1DMN”ƒOodV'Ä"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"""
    \n
    U▄²¸sOÉÉE£db└Ly
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v<ØÁ{\x7FD¯ÉÅ{ø\x1F\x1E\x7FÅ"
  b"\v¿³┌<ÅJ\t¼\e\x0Em<;Î;"
  b"\v½Ã╬\fÉJl×¥²\x1DW\x08╔G"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r›×«k\x1FIˆ¸@0¦d+Œ-"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"\x0F%AhµìO_•ÉY\fKÄ9\x03"
  b"\x0Fê\x0Eã‗üM─çäm®ÑÌ\x14K"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"\x11}lØOüF÷¦ËGÇÔº"è"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"""
    \x16\x07u3\x08±A´£j\n
    .Éo“l
    """
  b"\x16\x11\x08╣z\x14@yêıf¿èÄüÛ"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"\x16’Gw@/J‡{»ˆr˜ˆ¨"
  b"\x16Ù^#‹†Ed©òuÂú\fÇœ"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1A\x0FÙú╗Õ@[ØÍMÛ╠6\x06õ"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\eS¸5uÔM€Œ6¼¾ª¤²-"
  b"\e\x7F„6èÿH\x03ºu§”ˆ7sj"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\e\x0E[¿ÓOv¡]\v¶¥9rÌ"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C%:æé¥@¤¯À‰¹–[ùÛ"
  b"\x1C³Û®»"Fƶè£1žà\x14ü"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1D\x03\x01Y3╩O\fô\n
    \x08d%ı
    """
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1D‹êNÝáDÝ¢Ž?‡-ŽNË"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"\x1Dý§}„jEB¾&Í”õÿé½"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1F.´Ÿ×INÞ¬[=\x0F)\x11\x12·"
  b"\x1F®aТ3L\x1D¤°fþ%Nn9"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b" ´¥\x16¥\x00L\x05¤¢£[b››$"
  b" Ö¢˜\x0F‡E‡•Ð\x126+ô¨à"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!e©ÓG¯G]•ÌÒÕm(^Î"
  b"!g~\e„6MB®Å·Í]VÖR"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"!öìÒI\x13H[¦5I›ž2\x14F"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""/*òÅrD'¿\r§!%l´ü"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""é­S\x05)MFñÊÆ9Ø0‗Þ"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"$&$™­\x08IØŸúý\x10XÞ»u"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$>¿ª0HCuµÕ¡ÎþTÄ€"
  b"$E\x04}\x18ÑH{ú▒8ø|ì!y"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"&"\x1C\x0E`½Hg†˜N[\x169Êí"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"&ÝKb`KAij>¸@Y#c "
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"'LDû•xC\x10œlÙð§|ØM"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(\x06µäá”Lk²HBèäA/\x07"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*╝▓┐\tdMå║▒ÚÌ\x16cØR"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b",`ÛRXµAú”\¼žvðÜI"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b",ôísC¨M)®úZG%×±%"
  b"-a™=DÝH! A«Zľ#¹"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"-ý O\v\x05H¢¾ÛîLM\9\f"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/GÅÇă@\x08¡T‘ס¦#é"
  b"0\x13üƒ?pJ▓í\x06å├▓Ã-ä"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0x\x08w\x1E‗CmîVÑø░سÂ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"3d,cwàC¿éPseóìNN"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"3ñC\x04²TCö¿ù‚DÜ~õ\x0E"
  b"4\x1DïM‰ÀM\t“¬"žŸCg\x0F"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"4Š$`ïeB© Š¿O\x02\x0FhQ"
  b"4šßéÞ0OÄ¿\x04PªÂȇ\x08"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x05▒Ø[ÍFË║\x03»ÆUEu)"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"\x01\x05-\x07A=¶È<?A´xà"
  b"6(ƒ"•\x16K\x16¿»`\x17ìòëu"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"6f\x7Fv_ÈFU┤]┤ÅÍQc┼"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"""
    6Õ9Ôn¿Ir¯T([ý“\n
    \x0F
    """
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9‚  Ù£NPŠö¥»j¾õF"
  b"9¢q1bBI¦­‹5,\iÁ¬"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":P]ÔQ\x1CEkœŽÑU6K{t"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":Žèï¤=F›¤D![Æ€zè"
  b":ö–噂J‘š€œB°¹éö"
  b";¿Y¶½\eDûÀóıÅEV\x13Õ"
  b";Å¥“À™GiŽŸ\e'åOM "
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"<eR {¹N³©½ 1¶_¦ß"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"=Bà}▓\x10HaÄÅ\x08ÐAâ\x17"
  b"\tï(ÔM\x08ŠW<\x00ψ\x7FT"
  b">J í╬gC╣Ä\x11²MB\x00"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@±)\x16©¼O£²‚ý\x1F\x02ïn\x08"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"BpëqјBû  h¬8WÐ\x05"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"Cô§Â\x16CJ}‡\x1A\$IRžâ"
  b"D#Fƒ¡\x04@o¢O\vÿõÑôU"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"D╩ê▀à\x0EH─╗v\x08ÏŬeo"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"FøØè\x13¤Mîç\t╬½?é¶E"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"G*ßÖ+nN±¾]#y3É´k"
  b"G,`ÛÄöJ[Žiï¹9]¬3"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"I\x18ÓNÓ5I)˜NŸØ–\x07\g"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K\x05µ—ÒH#»ö1vR)jF"
  b"K'ÍXç\x17G\r¼ÞY\x1CøÀ‰à"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x15@ˆÂCL‹Œ:s\x7F;”–¾"
  b"L3|:’REŽ—¹p¸DKÑ%"
  b"LZ¾\x00n÷B\r³ðd\x15ùTù«"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Ot\x17ª┤╚BûûØäM¬°(¯"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"\x01\x10âFl¦øÄ–±ªóÂ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q\t`&…Ë@ɉD-µ÷’Ò°"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RËöÀ.QM\x00®ÆY3åæ×Â"
  b"\x11'…CÞ³v\x1Eă6™g"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"T\x196ï8µC¼ì[┐8·╗£q"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"V\x1AÉs(òI¸ëP}«2aIè"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"V0Î)\x1A|JÕŒ’ƒ„+öYO"
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W\vË\t}\x1EA‚½ÇVi±\x1AuP"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"WT-™H=Aчs½òûITÇ"
  b"Wozf%¤K@´ª\x14øXÓõ("
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y.<2ÅÅEð–Ï:\x0E\x01\x1E¡Z"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"YïiÞÄPFE±ÛÖ’\x13'‘\x15"
  b"Z6½sš•I°˜UVpšS\x1CŸ"
  b"Zi™~8vLZ¯z¢íÂ[X£"
  b"ZÇ%ârÖN•µÈqb\x1Eˆ½r"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"_þ=V&\x13GÅ▒B▓¸┼ä┐T"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`«6\x1Fƒ=Ny›7\tß\x00)¦."
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b,åZ'Ý@a¦c7Ø`#\x7FÏ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"c¯cÖPšKŽŠßPÕq\x06m\x10"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"""
    d,~Τ4Co»\x0E\n
    SÂm
    """
  b"d><˜B¼B}¡™GÈLj!X"
  b"dö2\x10\x14øD豦E\x00C–åw"
  b"erh^óðMÁ«\x1AÇA\fB1>"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f\x7FRY(*J¦½ìß\rñ\x1AI\x18"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g\e7¹8┬Jìï╚╦º+╔/."
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gfÏ\x06\x0E╠I^âG░ü=\x13F\x08"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÃ1+ÍÎK©€€Up‘¼±l"
  b"iÅXJ─MG×óȲ╬nßPe"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x0E5@³ÍK?…ÌÚ!³ÿ¬\x01"
  b"kI9_òúI“¶³ÙŸ‰t®'"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kƒÑÔ\x07ÄBÀ7]±QÊK«"
  b"k«a;Ø0J´›B6îƒ(,`"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"lïÌs&àC\x02Ÿ)4 ÎrXÞ"
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"nÄvçŸã@\x19¿øy)K~]p"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"oÕc5ê\x01Nh¤ßo`SÈ\x16\x12"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pG´\<_J"ÜüxÃß²KÍ"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qh¡e8}E*³>²Š^Íñm"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"sÙ²¦µÑ@ý“\x0E\x1AÙD!YL"
  b"sèéø]LI=¶rñl<‘e“"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"""
    u\n
    ÊòÕ7G\x17–]E”>‚i?
    """
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"vTO+è\eAJ£9ú\x17P\x0F"
  b"vÇüÅ▀úFMóÇÚéS\x01Ý\x19"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wSîþü5F¿çLZx«tÎF"
  b"wt╩ç9/G*Åðò+tÛ█÷"
  b"w\x7F\x16Å\fiFúîƒ▒┴èu0\x1A"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"w‘ê5é,I\x06²–L\x132…ȉ"
  b"xGkD«Ÿ@Ë´÷Ôê²²d\n"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x04ÀÇUçK4©š¿•ÍÊóé"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"zÞV¬,"O¹Å,ûõÔ<\x10>"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{\x1C±\x1F\x06õGô–é†jâ“_p"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|°œOê{D3™!$\x00[­)$"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}sdž•ZLR™l°Œ+*³\x08"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"""
    }┐}w±ìA┤Ö┼\n
    ¡úê¡s
    """
  b"}└Øs2UH\x05½┘Õ\(N`╦"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"}ÌO>\x16ðAºìø\x10øfG╠▄"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"~î-\v}¦N\x02»ûL¾z’Òw"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7F\x10"\eÕ"MÊ‘¨\x1F\x19«µÔ\x05"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üiJ╬ûÛHzé\x05?\x0E\x1EKµV"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"à\x19W.â¼HõñØBå¨C©?"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…ºõ)\x13eN-º\vÓ@ªË«‘"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†¹¢ÆÄdO£¢\x12’š\x02J q"
  b"å■{v?êA&©É.åbáø▄"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"çS║^÷µN╬ØÜ▀ýV░ ╣"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡œ\x19tô°Jù³_\x1F¹\r\x16¾:"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ª¡°dÆHºªIïF\x16—ïú"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ê|\x06\x0E>÷I,×±pƒ´:JÉ"
  b"ˆ³\x17x¸¾A\x04„=xÎ\x136\x1Eê"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆô\x17¡³^I\x1E¢k¶\x0EÞæy†"
  b"ë[╬cÎpJÆ«YnøxÉé\v"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"‰‡÷\x13_žK2­\x00ýÔåh¿™"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"èÇQ.]\x1FC7¿ÅS{¼÷6?"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹xûéÚÙNü«þ/\x03\!zƒ"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œs¶Ù¤±AuºXÉ çæ¶)"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Ž­3§W\x05FS™GÖ±\x12ØŸ§"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÅS\x1F¸\x06ùJ+öwP¬aá\x08&"
  b"Åg\x1A³\x0FÛIíñ|\e-PÒHý"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"ÅúU~8ÄMu╣Æþ╣Tõ\x19¬"
  b"""
    É +&\n
    ¤E?ø┤BÄ▀ãññ
    """
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"‘4ÓRë\x19N¸‘‡\x07Ù\x1Cü®ê"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘éÙ•îQF\x08·=k9,Ðqu"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’)®§§IDqŠnSãÙaøŸ"
  b"Æ:ì9rJNÁ«ÃÀ§õ╩ùÚ"
  b"’¨&ÛÔ(NH“imlw±<m"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•î&\t@\x10G/½ŽGô@\x1E|}"
  b"\x1A[9ÔýK²™%\x16“ÇQ|B"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"—x9ó"DFÎŒ¥zŒÑõ(%"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"—Þ=ëÈsM\x17¡Yõ\x17QìÏÙ"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜}Yrö\x10A\x1D¨\x02#@SŠX!"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"ÜOnÎ┐ø@:üÔ\x1CÄÆ\r\x03"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"›b#ÿyKH€=±j\x07\x04"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"œÄ¥â¡•AΗ\x18òý¶9\x1C\e"
  b"Ø\x10~\x0F╚mB\x00º\x18£┬!øKx"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ž“_Hß”C2­ii1º,ýä"
  b" \t\x12X<\x1AHd£¥’yÖ@èÚ"
  b" \e\x1FƒhØJz—”\x0EÈBµëZ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"¡z0u\x04LLB‘`»­Q\x00ã'"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"óÆX%xgN/Øïi8F\x12sQ"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢Ï”%‡&O½œ¸\x00ÑLk\x19Ï"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ú[¬üU│LOª%íß,p@"
  b"£g\x1CÛž·I0²: LçÕjf"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£Úµ²Ë\x10Bï”Jrÿk[\x13µ"
  b"£ÝQçuHN‡«,^†U@\f½"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¦OØî\x04âGê«ú?0Éœ P"
  b"ªÑ(╦{PH[ØÉîV╚/░»"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ã#nü%O’¢Bÿ¦\x05WJ\x15"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨‰\x1C…ÿ®KÝ¡8§%d/\â"
  b"¿±\x12\x02\e\x11C░ìg|T$\x04÷R"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"©¦‰úh\x17L)£ù¾3­øÙÔ"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«Ä˜é\x18\x1CK ¹àƒ[C÷Œ¿"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"­$²¸8\x00M¨ˆõЯâ\x06\x06"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®<Á7â®FI·ƒ{Lœ\x020;"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"»í‗TZDB┴ü$ä©|\x17&2"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"¯ù[š\r*@-„œu_&W\û"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"░║Zº\e#Düí\x06I¸ <R┴"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"±\x1Dè»\f{G)µˆ¡â\x06M'f"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x1F\x161Ovª!M\x04?ÿÀê"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²óØôÃ\x08Mò°X”•%6Ïú"
  b"²ý\x05n-\x1CCÓšWXoŸ\x08¦J"
  b"│!\x11ËÝgGÎ▒\x06ÏÅØã┘$"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"µ—\x13e¸/Iü€<\x18ý\x1FeR¤"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"¶K\x1EräÜK-«ë<ã0” ¬"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"·TÉPMäG·‡D\tÉf}ÜT"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"""
    ╣}▒ôJ#L6úlÅ╠\n
    øH¿
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╗░\x02TØpCáè\x06\x14±£ñ4Ò"
  b"╝Y\n£\x13ëODÇÃDè\x00ZÉU"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Á£c·žðJ‚”Dˆ\x1EdO5n"
  b"┴«%¾ü¢G|»\x1A{ÿ¹\x0F5W"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"┬z-\x0F¹╩E£îº·ØGG{\x16"
  b"ÂŒsT\x0E–Kf¾qêj´\x1Dr1"
  b"┬┤Î■═1@ØÅKòÓ_»È\x1D"
  b"┬¸iûÏÁJßÿ¼¥È¿É1a"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Äd*çãáDh·ã„óv@\x050"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Æ\x1E¹±®…I0’Êag9îo+"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ÇR\x1AÕiËClš“ô¸Áw§ô"
  b"Ç|ÀMw3MɃc¿ßŒ6îV"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"""
    Ë4\n
    ®RÕNù‘R•õ­\x12IY
    """
  b"╦c"åwvG]År\x05ñ£5í\x12"
  b"Ì\x15Ý5\x02}F`—¹÷‡…槃"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"╠æI░·┘KVÁUL\x08åìe\x11"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ÏS5À³çCÕ†nn¬w"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð+òÝB€Cv¤ÿ–ÅH\r^+"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ñx\x17뼓D©¬\x1Eö\x03P´û""
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"ÑÒ|¡\x1F™IEг¸\x05Ô<\x11\x02"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Òƒ³4f%IƨÆP\v•JÐh"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó \x00Ç]hOº›d¿É¨î×Ã"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"Ó\x7FkÚÖœCp¸Åó,™§Ö="
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Ô\x08a$¬&J)°¾­þý\x18ë§"
  b"Ô\x1A{æièB'Ÿ\x1C‚Ã@\x18b$"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"ȃ║┌\x10ðOü║─S°û\x0E\x10"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×"™ÁGZA´‰äZÑ\x04)\x18o"
  b"×2G=µØJÙ—š\x14«¨´ñ!"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø9¶I"¶I\x10¡ï¸`ËðÁš"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"""
    Ï£ÙÙ\n
    uOöüDKfë¾O\x1F
    """
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù_‚8ÒAM:š\x01›CGjÑ3"
  b"ÙnD[Á@Kœ´^4ðP\x1A"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Û$ÂAFŽKœ²»|ƒò\x18"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"ÛþXÕx–OP˜_‘°hÁÐo"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"▄~j)¸®AÇ¢ÆÉ╗├üß\x12"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"▀Áü\x00ó.FEç^┌.EòÞ¬"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àäÀºX¤N圯lÕ@›¶²"
  b"ßB┘£¯E'Éá;└\x05¨░a"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"áîW)\x0FÒN;¸Î¿ã'Df€"
  b"""
    â\x1D\n
    8ŒˆCq€ê_ ¤âŠ9
    """
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã?ý\x03\f\x1EC’¸d\K×Ygc"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"ã¸ø‹GˆCݼ¾˜2_:P‚"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"æ/ôº\x11ÙO¬»“'ذ%Úw"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"æŠØu÷RB'“x0¼\x12°ñÅ"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"ÚÑå¥Ì-L8ü­\x06╚öú\j"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Ù %á┼ÉAÂѳ&¥¦zBæ"
  b"ÙÄ)ËôÔA╦Ø¢Á\x17\x7F\t"
  b"ë¶;§e{K\x19¼Cð\x13f¯Ê\x0F"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"Ý;ó\x0Eá3BÅñ`\x0E+[\x1C┌k"
  b"ízšf>\r@!’4â@«G£“"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íÌl\x142{L¬‚\x07®;:Ž[\x15"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"í÷QÄæzAºŽu\x19:#µÍm"
  b"î'ùyÚXO^½ ”~\x00ì“z"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"îa<XE„Fc’Ú@+­ø\x1F\x0E"
  b"î¥U?D\x1EA*¾§qÈI÷o\x1D"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ð7˜ÃÐAH•‹\x16AûÈcµv"
  b"ð=˜3JÎH•¿""`뺡u"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò“¿aÙàHÚ…\x05ò¿Œ•§•"
  b"ò¹\x14ãOÞGÚ”DpycƒÌN"
  b"òÐÞ3ŠhN¼œûO3È»[a"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"óÖUbæ¯Kf”?ãÌR}g\x10"
  b"ôM×åŠeDï€ÝµU{Ï)\x18"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ôˆ\x7F0âÐK ™\fgÀ…¸xË"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"õb„0Ã.HɈ¢¼ýDô{ "
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"÷XÝøäÉO?Ÿ\x02ð—»Â2œ"
  b"÷`œ\›\x19CE·yÔ…Ä;N^"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ùº!UC C&¼Œ!\x02)hBm"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"û°«lª`F\x02‹í•>ýKëÉ"
  b"ü:7_špAÄ» Ýú|ôõâ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý\vC?CDGE¤\x12Ÿ‚|ÃWÄ"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■vêl\x05wK\x16Åi│\x04<D\x07\x1F"
  b"þøîRØ\x04JE¶6á¡\rõ™ž"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"ÿü¾z+qL$·pUN(>>V"
]
85 1.82 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"õ•"¨‡ù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"B¡|Äd|Bp¢•è.·±‚\x04"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"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"õ•"¨‡ù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"ÑÃ>â#FM…ˆXìûNWɘ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"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"ÑÃ>â#FM…ˆXìûNWɘ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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Ç9╔\x04K¹Ø\x04iHtÐÞþ"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  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"²Ì\x03펫M§¦³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"²Ì\x03펫M§¦³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"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"²Ì\x03펫M§¦³V¯=îÒÃ"
  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""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"õ•"¨‡ù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"ÑÃ>â#FM…ˆXìûNWɘ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"¢°»\x7Fé³NާÄDÛ·«£^"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"6Zò,ñ+H(º'ù¾ø"zü"
  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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"k¨üãƒ[Kʉ\eaê‚Õ‹Û"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"6Zò,ñ+H(º'ù¾ø"zü"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"6Zò,ñ+H(º'ù¾ø"zü"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"└sÜì┴╠Eü«%VïÙR└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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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""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"õ•"¨‡ù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"Â╦3Ø╬~O╚¥<q¤º&®ß"
  b"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"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"└sÜì┴╠Eü«%VïÙR└n"
  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"²Ì\x03펫M§¦³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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"C\x17Ø\x16│è@ß¡+?Ñ@╔Ì┐"
  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"ÑÃ>â#FM…ˆXìûNWɘ"
  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"k¨üãƒ[Kʉ\eaê‚Õ‹Û"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"{\x18'\x11¡)Oi®"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"\x05\x16U\x07 \x12Ijü\x13yÌÇгL"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  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"B¡|Äd|Bp¢•è.·±‚\x04"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"o═6\x1A¯\x14AßçUû¶®3+ì"
  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"""
    \n
    Å▒▀ã$Då│÷¡\x06╠^ÎÌ
    """
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x05\x16U\x07 \x12Ijü\x13yÌÇгL"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"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"k¨üãƒ[Kʉ\eaê‚Õ‹Û"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 10.35 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"\x00“n“ľKP·"ÖŒ'u\x08i"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"\x03×…4û\x08G׈ё²:Žž\x14"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07X\x7Fù\x19ÍH¦²_ýDF}Œ›"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07ì\x11¤á+Jÿ‡HW­â!e¦"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"\x08T├á\x16Ø@BëRÚlJ1k+"
  b"\x08Àùí8“AŸ„J±¯\eOw\x08"
  b"\x08¯\x16ñ\x07sN(À3├┤Î│Ž"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\tr\x18\x1DMN”ƒOodV'Ä"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"\tõ«©{\x03Hí•:{¿g“¶ë"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"""
    \n
    U▄²¸sOÉÉE£db└Ly
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v<ØÁ{\x7FD¯ÉÅ{ø\x1F\x1E\x7FÅ"
  b"\v¿³┌<ÅJ\t¼\e\x0Em<;Î;"
  b"\v½Ã╬\fÉJl×¥²\x1DW\x08╔G"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f+\f(ì¶AȾ©\x00üj®gt"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r›×«k\x1FIˆ¸@0¦d+Œ-"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"\x0F%AhµìO_•ÉY\fKÄ9\x03"
  b"\x0Fê\x0Eã‗üM─çäm®ÑÌ\x14K"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"\x11}lØOüF÷¦ËGÇÔº"è"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x15­\x00ñ\f6@¦¢\x06Î\x1FdS\x17ä"
  b"""
    \x16\x07u3\x08±A´£j\n
    .Éo“l
    """
  b"\x16\x11\x08╣z\x14@yêıf¿èÄüÛ"
  b"\x16\x1AŒ#\fÓI:¸p¦R5¤”®"
  b"\x16’Gw@/J‡{»ˆr˜ˆ¨"
  b"\x16Ù^#‹†Ed©òuÂú\fÇœ"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17¨Ü\x06¬%F\x05ÅÜ»»Y,\x0E\x1C"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x1A\x0FÙú╗Õ@[ØÍMÛ╠6\x06õ"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\eS¸5uÔM€Œ6¼¾ª¤²-"
  b"\e\x7F„6èÿH\x03ºu§”ˆ7sj"
  b"\eÅP`▓TI╔áòã▓÷┐{\x03"
  b"\e\x0E[¿ÓOv¡]\v¶¥9rÌ"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C%:æé¥@¤¯À‰¹–[ùÛ"
  b"\x1C³Û®»"Fƶè£1žà\x14ü"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"""
    \x1D\x03\x01Y3╩O\fô\n
    \x08d%ı
    """
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1D‹êNÝáDÝ¢Ž?‡-ŽNË"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"\x1Dý§}„jEB¾&Í”õÿé½"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1F.´Ÿ×INÞ¬[=\x0F)\x11\x12·"
  b"\x1F®aТ3L\x1D¤°fþ%Nn9"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b" ´¥\x16¥\x00L\x05¤¢£[b››$"
  b" Ö¢˜\x0F‡E‡•Ð\x126+ô¨à"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!e©ÓG¯G]•ÌÒÕm(^Î"
  b"!g~\e„6MB®Å·Í]VÖR"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"!öìÒI\x13H[¦5I›ž2\x14F"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""/*òÅrD'¿\r§!%l´ü"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""é­S\x05)MFñÊÆ9Ø0‗Þ"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#GÉ/\f[L@¥Ékâw\x01"\x13"
  b"$&$™­\x08IØŸúý\x10XÞ»u"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$>¿ª0HCuµÕ¡ÎþTÄ€"
  b"$E\x04}\x18ÑH{ú▒8ø|ì!y"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"&"\x1C\x0E`½Hg†˜N[\x169Êí"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"&ÝKb`KAij>¸@Y#c "
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"'LDû•xC\x10œlÙð§|ØM"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(\x06µäá”Lk²HBèäA/\x07"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*╝▓┐\tdMå║▒ÚÌ\x16cØR"
  b"*ëÆyYéI´¼¹qœ\x10¦ü¥"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+‰l\x00_\nMy‚P\x10{–¤ëg"
  b",`ÛRXµAú”\¼žvðÜI"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b",ôísC¨M)®úZG%×±%"
  b"-a™=DÝH! A«Zľ#¹"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"-ý O\v\x05H¢¾ÛîLM\9\f"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/GÅÇă@\x08¡T‘ס¦#é"
  b"0\x13üƒ?pJ▓í\x06å├▓Ã-ä"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0x\x08w\x1E‗CmîVÑø░سÂ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"3d,cwàC¿éPseóìNN"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"3ñC\x04²TCö¿ù‚DÜ~õ\x0E"
  b"4\x1DïM‰ÀM\t“¬"žŸCg\x0F"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"4Š$`ïeB© Š¿O\x02\x0FhQ"
  b"4šßéÞ0OÄ¿\x04PªÂȇ\x08"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x05▒Ø[ÍFË║\x03»ÆUEu)"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"\x01\x05-\x07A=¶È<?A´xà"
  b"6(ƒ"•\x16K\x16¿»`\x17ìòëu"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"6f\x7Fv_ÈFU┤]┤ÅÍQc┼"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"""
    6Õ9Ôn¿Ir¯T([ý“\n
    \x0F
    """
  b"8,*\x07ȨG®§NÕ¤g\x02Å""
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9‚  Ù£NPŠö¥»j¾õF"
  b"9¢q1bBI¦­‹5,\iÁ¬"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":P]ÔQ\x1CEkœŽÑU6K{t"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":Žèï¤=F›¤D![Æ€zè"
  b":ö–噂J‘š€œB°¹éö"
  b";¿Y¶½\eDûÀóıÅEV\x13Õ"
  b";Å¥“À™GiŽŸ\e'åOM "
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"<eR {¹N³©½ 1¶_¦ß"
  b"<ƒa¶i\x07E$»í?Ò1\x1F\x0F\x0E"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"=Bà}▓\x10HaÄÅ\x08ÐAâ\x17"
  b"\tï(ÔM\x08ŠW<\x00ψ\x7FT"
  b">J í╬gC╣Ä\x11²MB\x00"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@±)\x16©¼O£²‚ý\x1F\x02ïn\x08"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"BpëqјBû  h¬8WÐ\x05"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"Cô§Â\x16CJ}‡\x1A\$IRžâ"
  b"D#Fƒ¡\x04@o¢O\vÿõÑôU"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"D╩ê▀à\x0EH─╗v\x08ÏŬeo"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"FøØè\x13¤Mîç\t╬½?é¶E"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"G*ßÖ+nN±¾]#y3É´k"
  b"G,`ÛÄöJ[Žiï¹9]¬3"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"I\x18ÓNÓ5I)˜NŸØ–\x07\g"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K\x05µ—ÒH#»ö1vR)jF"
  b"K'ÍXç\x17G\r¼ÞY\x1CøÀ‰à"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x15@ˆÂCL‹Œ:s\x7F;”–¾"
  b"L3|:’REŽ—¹p¸DKÑ%"
  b"LZ¾\x00n÷B\r³ðd\x15ùTù«"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x1F®Ì8E>ŒG²jùÍóH"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"N€ëÑÔ¸E\x1Eš´ôunŸë&"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Ot\x17ª┤╚BûûØäM¬°(¯"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"\x01\x10âFl¦øÄ–±ªóÂ"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q\t`&…Ë@ɉD-µ÷’Ò°"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RËöÀ.QM\x00®ÆY3åæ×Â"
  b"\x11'…CÞ³v\x1Eă6™g"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"T\x196ï8µC¼ì[┐8·╗£q"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"V\x1AÉs(òI¸ëP}«2aIè"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"V0Î)\x1A|JÕŒ’ƒ„+öYO"
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W\vË\t}\x1EA‚½ÇVi±\x1AuP"
  b"W-W\x05éVH-¬/A»U:7¼"
  b"WT-™H=Aчs½òûITÇ"
  b"Wozf%¤K@´ª\x14øXÓõ("
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y.<2ÅÅEð–Ï:\x0E\x01\x1E¡Z"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"YïiÞÄPFE±ÛÖ’\x13'‘\x15"
  b"Z6½sš•I°˜UVpšS\x1CŸ"
  b"Zi™~8vLZ¯z¢íÂ[X£"
  b"ZÇ%ârÖN•µÈqb\x1Eˆ½r"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\ïm\x13x;N<¾ú\x19”Êg.0"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"_þ=V&\x13GÅ▒B▓¸┼ä┐T"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`«6\x1Fƒ=Ny›7\tß\x00)¦."
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b,åZ'Ý@a¦c7Ø`#\x7FÏ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"c¯cÖPšKŽŠßPÕq\x06m\x10"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"""
    d,~Τ4Co»\x0E\n
    SÂm
    """
  b"d><˜B¼B}¡™GÈLj!X"
  b"dö2\x10\x14øD豦E\x00C–åw"
  b"erh^óðMÁ«\x1AÇA\fB1>"
  b"e¡”«Ž¨EňÌyÌÃSõ)"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"f\x7FRY(*J¦½ìß\rñ\x1AI\x18"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g\e7¹8┬Jìï╚╦º+╔/."
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gfÏ\x06\x0E╠I^âG░ü=\x13F\x08"
  b"gxY\x00CÉET¢âÊ'œøžß"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÃ1+ÍÎK©€€Up‘¼±l"
  b"iÅXJ─MG×óȲ╬nßPe"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x0E5@³ÍK?…ÌÚ!³ÿ¬\x01"
  b"kI9_òúI“¶³ÙŸ‰t®'"
  b"ksÎ█óØJ\x14øÒ\x10K«&¶Â"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kƒÑÔ\x07ÄBÀ7]±QÊK«"
  b"k«a;Ø0J´›B6îƒ(,`"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"lïÌs&àC\x02Ÿ)4 ÎrXÞ"
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"nÄvçŸã@\x19¿øy)K~]p"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"oÕc5ê\x01Nh¤ßo`SÈ\x16\x12"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pG´\<_J"ÜüxÃß²KÍ"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qh¡e8}E*³>²Š^Íñm"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"siì│)rCùƒ\x0Eÿ·\x10Ü]Ú"
  b"sÙ²¦µÑ@ý“\x0E\x1AÙD!YL"
  b"sèéø]LI=¶rñl<‘e“"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"""
    u\n
    ÊòÕ7G\x17–]E”>‚i?
    """
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"vTO+è\eAJ£9ú\x17P\x0F"
  b"vÇüÅ▀úFMóÇÚéS\x01Ý\x19"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wSîþü5F¿çLZx«tÎF"
  b"wt╩ç9/G*Åðò+tÛ█÷"
  b"w\x7F\x16Å\fiFúîƒ▒┴èu0\x1A"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"w‘ê5é,I\x06²–L\x132…ȉ"
  b"xGkD«Ÿ@Ë´÷Ôê²²d\n"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x04ÀÇUçK4©š¿•ÍÊóé"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"zÞV¬,"O¹Å,ûõÔ<\x10>"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{\x1C±\x1F\x06õGô–é†jâ“_p"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|°œOê{D3™!$\x00[­)$"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}sdž•ZLR™l°Œ+*³\x08"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"""
    }┐}w±ìA┤Ö┼\n
    ¡úê¡s
    """
  b"}└Øs2UH\x05½┘Õ\(N`╦"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"}ÌO>\x16ðAºìø\x10øfG╠▄"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"~î-\v}¦N\x02»ûL¾z’Òw"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7F\x10"\eÕ"MÊ‘¨\x1F\x19«µÔ\x05"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€j\x7F{\x05\x19F¤“·‹\x03Ý\x11¦\x19"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üiJ╬ûÛHzé\x05?\x0E\x1EKµV"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"„#'S0ÔM“«ÌLaÃÇ;i"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"à\x19W.â¼HõñØBå¨C©?"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…ºõ)\x13eN-º\vÓ@ªË«‘"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†¹¢ÆÄdO£¢\x12’š\x02J q"
  b"å■{v?êA&©É.åbáø▄"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"çS║^÷µN╬ØÜ▀ýV░ ╣"
  b"çZ‗ƒV8A½░╗¦íçÅ\x1Cí"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡œ\x19tô°Jù³_\x1F¹\r\x16¾:"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ª¡°dÆHºªIïF\x16—ïú"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ê|\x06\x0E>÷I,×±pƒ´:JÉ"
  b"ˆ³\x17x¸¾A\x04„=xÎ\x136\x1Eê"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆô\x17¡³^I\x1E¢k¶\x0EÞæy†"
  b"ë[╬cÎpJÆ«YnøxÉé\v"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"‰‡÷\x13_žK2­\x00ýÔåh¿™"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"èÇQ.]\x1FC7¿ÅS{¼÷6?"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹xûéÚÙNü«þ/\x03\!zƒ"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œs¶Ù¤±AuºXÉ çæ¶)"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Ž­3§W\x05FS™GÖ±\x12ØŸ§"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"ÅS\x1F¸\x06ùJ+öwP¬aá\x08&"
  b"Åg\x1A³\x0FÛIíñ|\e-PÒHý"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"ÅúU~8ÄMu╣Æþ╣Tõ\x19¬"
  b"""
    É +&\n
    ¤E?ø┤BÄ▀ãññ
    """
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛzÐD╝F╩┐─¢³éåÎs"
  b"‘4ÓRë\x19N¸‘‡\x07Ù\x1Cü®ê"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘éÙ•îQF\x08·=k9,Ðqu"
  b"Æ\vá6JãM?É=AáBM9Å"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’)®§§IDqŠnSãÙaøŸ"
  b"Æ:ì9rJNÁ«ÃÀ§õ╩ùÚ"
  b"’¨&ÛÔ(NH“imlw±<m"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"•î&\t@\x10G/½ŽGô@\x1E|}"
  b"\x1A[9ÔýK²™%\x16“ÇQ|B"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–“n2üÆANž\x19–8\x18®2–"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"—x9ó"DFÎŒ¥zŒÑõ(%"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"—Þ=ëÈsM\x17¡Yõ\x17QìÏÙ"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"˜}Yrö\x10A\x1D¨\x02#@SŠX!"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"ÜOnÎ┐ø@:üÔ\x1CÄÆ\r\x03"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"›b#ÿyKH€=±j\x07\x04"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"œÄ¥â¡•AΗ\x18òý¶9\x1C\e"
  b"Ø\x10~\x0F╚mB\x00º\x18£┬!øKx"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ž“_Hß”C2­ii1º,ýä"
  b" \t\x12X<\x1AHd£¥’yÖ@èÚ"
  b" \e\x1FƒhØJz—”\x0EÈBµëZ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"¡z0u\x04LLB‘`»­Q\x00ã'"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"óÆX%xgN/Øïi8F\x12sQ"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢Ï”%‡&O½œ¸\x00ÑLk\x19Ï"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"ú[¬üU│LOª%íß,p@"
  b"£g\x1CÛž·I0²: LçÕjf"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"£Úµ²Ë\x10Bï”Jrÿk[\x13µ"
  b"£ÝQçuHN‡«,^†U@\f½"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"ñW╩¼´>G̓╩#¸$4ÃÅ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¦OØî\x04âGê«ú?0Éœ P"
  b"ªÑ(╦{PH[ØÉîV╚/░»"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ã#nü%O’¢Bÿ¦\x05WJ\x15"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨‰\x1C…ÿ®KÝ¡8§%d/\â"
  b"¿±\x12\x02\e\x11C░ìg|T$\x04÷R"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"©¦‰úh\x17L)£ù¾3­øÙÔ"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«Ä˜é\x18\x1CK ¹àƒ[C÷Œ¿"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"­$²¸8\x00M¨ˆõЯâ\x06\x06"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®<Á7â®FI·ƒ{Lœ\x020;"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«Ô█ÿö└D$ì\x1A·WÂ\x0Eh╬"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯Ÿªê¼×Bô«RWíÖ"¹º"
  b"»í‗TZDB┴ü$ä©|\x17&2"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"¯ù[š\r*@-„œu_&W\û"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"░║Zº\e#Düí\x06I¸ <R┴"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"\x16\x0Fyü¸I*àÇ¢4mµ├ä"
  b"±\x1Dè»\f{G)µˆ¡â\x06M'f"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x1F\x161Ovª!M\x04?ÿÀê"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²óØôÃ\x08Mò°X”•%6Ïú"
  b"²ý\x05n-\x1CCÓšWXoŸ\x08¦J"
  b"│!\x11ËÝgGÎ▒\x06ÏÅØã┘$"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"µ—\x13e¸/Iü€<\x18ý\x1FeR¤"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"¶K\x1EräÜK-«ë<ã0” ¬"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"·TÉPMäG·‡D\tÉf}ÜT"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"""
    ╣}▒ôJ#L6úlÅ╠\n
    øH¿
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╗░\x02TØpCáè\x06\x14±£ñ4Ò"
  b"╝Y\n£\x13ëODÇÃDè\x00ZÉU"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Á£c·žðJ‚”Dˆ\x1EdO5n"
  b"┴«%¾ü¢G|»\x1A{ÿ¹\x0F5W"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"┬z-\x0F¹╩E£îº·ØGG{\x16"
  b"ÂŒsT\x0E–Kf¾qêj´\x1Dr1"
  b"┬┤Î■═1@ØÅKòÓ_»È\x1D"
  b"┬¸iûÏÁJßÿ¼¥È¿É1a"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Äd*çãáDh·ã„óv@\x050"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"Æ\x1E¹±®…I0’Êag9îo+"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ÇR\x1AÕiËClš“ô¸Áw§ô"
  b"Ç|ÀMw3MɃc¿ßŒ6îV"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"""
    Ë4\n
    ®RÕNù‘R•õ­\x12IY
    """
  b"╦c"åwvG]År\x05ñ£5í\x12"
  b"Ì\x15Ý5\x02}F`—¹÷‡…槃"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"╠æI░·┘KVÁUL\x08åìe\x11"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"Î\e„+ÌcAü¹×\x15/ˆïÇH"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"ÏS5À³çCÕ†nn¬w"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð+òÝB€Cv¤ÿ–ÅH\r^+"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ñx\x17뼓D©¬\x1Eö\x03P´û""
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"ÑÒ|¡\x1F™IEг¸\x05Ô<\x11\x02"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Òƒ³4f%IƨÆP\v•JÐh"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"Ó \x00Ç]hOº›d¿É¨î×Ã"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"Ó\x7FkÚÖœCp¸Åó,™§Ö="
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Ô\x08a$¬&J)°¾­þý\x18ë§"
  b"Ô\x1A{æièB'Ÿ\x1C‚Ã@\x18b$"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È)ÙÅ■ë@õñÖþK²ÌßV"
  b"ȃ║┌\x10ðOü║─S°û\x0E\x10"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Öú¬|Ü„D™–b~‰H¹…Ù"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×"™ÁGZA´‰äZÑ\x04)\x18o"
  b"×2G=µØJÙ—š\x14«¨´ñ!"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø9¶I"¶I\x10¡ï¸`ËðÁš"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"""
    Ï£ÙÙ\n
    uOöüDKfë¾O\x1F
    """
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ù_‚8ÒAM:š\x01›CGjÑ3"
  b"ÙnD[Á@Kœ´^4ðP\x1A"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Û$ÂAFŽKœ²»|ƒò\x18"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"ÛþXÕx–OP˜_‘°hÁÐo"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"▄~j)¸®AÇ¢ÆÉ╗├üß\x12"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"▀Áü\x00ó.FEç^┌.EòÞ¬"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"àäÀºX¤N圯lÕ@›¶²"
  b"ßB┘£¯E'Éá;└\x05¨░a"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"áîW)\x0FÒN;¸Î¿ã'Df€"
  b"""
    â\x1D\n
    8ŒˆCq€ê_ ¤âŠ9
    """
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã?ý\x03\f\x1EC’¸d\K×Ygc"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"ã¸ø‹GˆCݼ¾˜2_:P‚"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"æ/ôº\x11ÙO¬»“'ذ%Úw"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"æŠØu÷RB'“x0¼\x12°ñÅ"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"ÚÑå¥Ì-L8ü­\x06╚öú\j"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Ù %á┼ÉAÂѳ&¥¦zBæ"
  b"ÙÄ)ËôÔA╦Ø¢Á\x17\x7F\t"
  b"ë¶;§e{K\x19¼Cð\x13f¯Ê\x0F"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"Ý;ó\x0Eá3BÅñ`\x0E+[\x1C┌k"
  b"ízšf>\r@!’4â@«G£“"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íÌl\x142{L¬‚\x07®;:Ž[\x15"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"í÷QÄæzAºŽu\x19:#µÍm"
  b"î'ùyÚXO^½ ”~\x00ì“z"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"îa<XE„Fc’Ú@+­ø\x1F\x0E"
  b"î¥U?D\x1EA*¾§qÈI÷o\x1D"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ð7˜ÃÐAH•‹\x16AûÈcµv"
  b"ð=˜3JÎH•¿""`뺡u"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ð鎅ó\x04BŽ­hý¯ÿ9Ér"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò“¿aÙàHÚ…\x05ò¿Œ•§•"
  b"ò¹\x14ãOÞGÚ”DpycƒÌN"
  b"òÐÞ3ŠhN¼œûO3È»[a"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"óÖUbæ¯Kf”?ãÌR}g\x10"
  b"ôM×åŠeDï€ÝµU{Ï)\x18"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ôˆ\x7F0âÐK ™\fgÀ…¸xË"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"ôõ•¿¿^C\x05„¯\x0F\x17:`|a"
  b"õb„0Ã.HɈ¢¼ýDô{ "
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"÷XÝøäÉO?Ÿ\x02ð—»Â2œ"
  b"÷`œ\›\x19CE·yÔ…Ä;N^"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ùº!UC C&¼Œ!\x02)hBm"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"úš\x14]ò-Fk–¼Á6\f¸qw"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"û°«lª`F\x02‹í•>ýKëÉ"
  b"ü:7_špAÄ» Ýú|ôõâ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý\vC?CDGE¤\x12Ÿ‚|ÃWÄ"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"■K±Ét\x00BÙ¡Í]RÏ×oñ"
  b"■r\vM̯IüÁObÄ3pËD"
  b"■vêl\x05wK\x16Åi│\x04<D\x07\x1F"
  b"þøîRØ\x04JE¶6á¡\rõ™ž"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"ÿü¾z+qL$·pUN(>>V"
]
87 0.39 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.33 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.36 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/690-supermoto-2008-modelcode-9726H0"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.51 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.24 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.19 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.28 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.25 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.62 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.64 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.25 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.52 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.32 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.34 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.24 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.22 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.51 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.96 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.66 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.55 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.46 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 53.79 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/2dfd204f0b0548a2bedbee4c4d5c390c"
  "/detail/fa9a145df22d466b96bcc1360cb87177"
  "/detail/d6faac7cdc84449996627e8948b985d9"
  "/detail/576f7a6625a44b40b4aa14f858d3f528"
  "/detail/33997cdd7b564de09f5e8a56ddc4d911"
  "/detail/d366c7c47ef74fea9b4416eb47515f7d"
  "/detail/d02bf2dd42804376a4ff96c5480d5e2b"
  "/detail/fe4bf190740042ebadd65d52d89e6fa4"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/3c34a8996f0148cea2bff06899c9cf87"
  "/detail/b47b4530a16a41489a4adde43cb0da5e"
  "/detail/c5ccccc7263e414e8fedb14c411adf61"
  "/detail/108e865535ba4776b49fa31de12b282a"
  "/detail/4633ec13da664845aa7e3659b8411011"
  "/detail/0c2b0c28ecb641c8bea900fc6aae6774"
  "/detail/dc7e6a29f7a94180bd9290bbc381e112"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/1415c8752e74494d8f949c1ce7ee698e"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/a3671cdb9eb74930b23aa04ce7d56a66"
  "/detail/0b3c9db57b7f44ee908f7b9b1f1e7f8f"
  "/detail/b64b1e72e4dc4b2dabeb3ce3309420ac"
  "/detail/fc3a375f9a7041c4bba0ddfa7cf4f5e2"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/c27a2d0ffbca459c8ca7fa9d47477b16"
  "/detail/2d61993d44dd4821a041ab5ac4be23b9"
  "/detail/ff0d85c583f14ce88459a0c9f3e99cb7"
  "/detail/1d64bf87bc624a46945f3f43f9b20a75"
  "/detail/076656b35d3a4c2fb9312639b3bded04"
  "/detail/4270eb71d19842fba0a068ac3857d005"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/5e7eb78475714c86b65954e80145d17a"
  "/detail/472c60dbc4f64a5b8e69efb9395dac33"
  "/detail/d41a7be669e842279f1c82c340186224"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/6572685ef3f04dc1ab1ac7410c42313e"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/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/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/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/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/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/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/b998200072fb47659bb40dc7f9974fee"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/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/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/detail/8a80512e5d1f4337a88f537bacf6363f"
  "/detail/e30dcc6348714356ba9bb39c120c1de5"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/7b1cb11f06f547f496e9866ae2935f70"
  "/detail/90ea7ad144bc46cabfc4bdfc8286d773"
  "/detail/961a5b39d4fd4bb299251693c7517c42"
  "/detail/f0e98e85f304428ead68fdafff39c972"
  "/detail/3c6552a07bb94eb3a9bd2031b65fa6df"
  "/detail/1a0feba3bbe5405b9dd64deacc3606e4"
  "/detail/8753ba5ef6e64ece9d9adfec56b020b9"
  "/detail/39a27131624249a6ad8b352c5c69c1ac"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/d53def18874c4ac18b224fbc07554900"
  "/detail/d7598d9a84cb4294b0037243826a2e44"
  "/detail/6fd56335ea014e68a4df6f6053c81612"
  "/detail/c5491401894a4d97a54b4ef547a68317"
  "/detail/211a38b709a84b198d369b82d10c19ee"
  "/detail/b13ab2983fd140c99ecfea32e58d90ab"
  "/detail/0247791b45054c689dc340a2c29e97c3"
  "/detail/78476b44ab9f40cbb4f7d4eab2b2640a"
  "/detail/3af696e599824a919a809c42b0b9e9f6"
  "/detail/1dfda77d846a4542be26cd94f5ffe9bd"
  "/detail/8ead33a7570546539947d6b112d89fa7"
  "/detail/106950daa9db47fe8c6a495ef55870cb"
  "/detail/bbb002549d7043a08a0614f19ca434e3"
  "/detail/88f417a1b35e491ea26bb60edee67986"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/de9f7ed32b79420ba085e18f53581b38"
  "/detail/6c698c61cacb43119d2a72de4cae5954"
  "/detail/4e80ebd1d4b8451e9ab4f4756e9feb26"
  "/detail/097c6c3a0b0548ed9d280cd58895e310"
  "/detail/f4dcde08f5d249a690c613dad4dffda1"
  "/detail/923a8d39724a4eb5aec7b7f5e4ca97e9"
  "/detail/3bc5a593c09947698e9f1b27e54f4d20"
  "/detail/2d960edceeb04c298ebe99d67077854e"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/9bf1d03562aa44bf88cc85b702fc82fb"
  "/detail/b42e4caf74fc401bb34fa521e26d974f"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/e9eaca9421214d5fabd77ac3e149ff17"
  "/detail/2614c63fce0b4ea0988c74c309fea13b"
  "/detail/d72299c1475a41b489e45ad10429186f"
  "/detail/d839b64922b64910a1efb860cbf0c19a"
  "/detail/dd2c0265dc2a429882e9ca8a6ab673b6"
  "/detail/edcc6c14327b4cac8207ae3b3a8e5b15"
  "/detail/307808771ef2436d8c56a59bb09dfcb6"
  "/detail/5968d52d1e024f78b80ee805e02a57a4"
  "/detail/66599a8892fb4a938fce89ead4dcb099"
  "/detail/b6da8bea649d4194beb399e889c5eb3f"
  "/detail/135d7e3a28f048ec90fe4c0f9cf250d1"
  "/detail/f91503d085e64349a38f77e839be9135"
  "/detail/c7eb683cb67f400c9e4c1f944de23867"
  "/detail/806a7f7b051946a493b78b03dd11a619"
  "/detail/84d9d963505c48db9228354ee88fb681"
  "/detail/fa3391c9b81a471a94c8d41fd0219852"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/d429eb8ffe8940e4a499e74bfddee156"
  "/detail/382c2a07c8a847aea74ed5a46702c522"
  "/detail/15ad00f10c3640a6a206ce1f645317e4"
  "/detail/887c060e3ef6492c9ef1709fef3a4a90"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/c225abf84ede4935b34646a1881258c8"
  "/detail/20d6a2980f87458795d012362bf4a8e0"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/6f7ee445c9224df4a0bd2b3fb2b18bb6"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/de4a3bf0c63a481aa8aebc3bc119ee12"
  "/detail/d41eb0c222144539b4cc6be94b1d8925"
  "/detail/c2b4d7fecd31409d8f4b95e05fafd41d"
  "/detail/e3226bf41a7842aab7f9cd436f1e8c3e"
  "/detail/e68ad875f7524227937830bc12b0f1c5"
  "/detail/eadce833f53c4129988d31f458514f88"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/0a01236dd78b45b7bc8bf54b836620a8"
  "/detail/4f1340f542304fc1ac91a4468e8beb47"
  "/detail/f382a7e3ce8b49a49c28d744f7e5d3de"
  "/detail/a3dd51e775484e87ab2c5e8655400cbd"
  "/detail/a9a6e8594b8e47f58f6f7b5272dd9ce2"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/1bc01634357b4710bce917fffd3acbcc"
  "/detail/c90ae24fa6a04a1f9a2a556b2cf83c64"
  "/detail/6d0f0ce1884f4066a896b9dab6b74152"
  "/detail/2b401fd269fd45febfe922cc1b33cbbe"
  "/detail/875af29f563841abb0bbdda1878f1ca1"
  "/detail/6f15fbba3b264d9a9573bdf9c6d72f78"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/dcbce2570bcd427e9b15d60beb70c206"
  "/detail/7a7e43c7038645959c4ddffc57fd1f63"
  "/detail/1ef398470f7b4a568827d8562b9c5e78"
  "/detail/7047ef5c3c5f4a229a8178c7e1fd4bd6"
  "/detail/209f58356ce6419483ff1b012a627406"
  "/detail/a17a3075044c4c429160bbad5100e327"
  "/detail/26dd4b62604b41c4b33eb840592363a0"
  "/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7"
  "/detail/7680818fdfa3464da280e9825301ed19"
  "/detail/5a69997e38764c5aaf7aa2edc25b58a3"
  "/detail/d0a545a4b3564e5d8aaf40a64147e12f"
  "/detail/ae3cc137e2ae4649b7837b4c9c02303b"
  "/detail/0f24b98466d3491faff4cf5b2f5a8851"
  "/detail/9c21aa3e75e64bc59118578f8c1ca217"
  "/detail/ba6462e1ce9d4920b1d4443bf5b4b453"
  "/detail/7dbf7d77f18d41b499c50aada388ad73"
  "/detail/483bdd7458c54974ab60b38c7ff1e58d"
  "/detail/f8ad70a1b8564e02a9cfe1334b4909db"
  "/detail/67c3312bcdce4ba98080557091bcb16c"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/db24c241468e4b9cb2bb7c83f2184ef4"
  "/detail/95ee26094010472fbd8e47f4401e7c7d"
  "/detail/85baf52913654e2dba0bd340aacbab91"
  "/detail/e01fe72d00b34200b0e4573a796e182f"
  "/detail/7dde4f3e16d041a78d9b109b6647ccdc"
  "/detail/c61eb9b1ae85493092ca616739ee6f2b"
  "/detail/1a4d42041c444323aa4f77f41576c402"
  "/detail/95b34b8e890743bfa16744c24642847f"
  "/detail/1df140e0e1e1476ca8059c076d89ecdc"
  "/detail/7eee2d0b7da64e02bbfb4cbe7a92d277"
  "/detail/ee27f979da584f5ebd20947e00ec937a"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/1b53b83575d44d808c36bcbeaaa4b22d"
  "/detail/64f6321014f844e8b1a645004396e577"
  "/detail/4c5abe006ef7420db3f06415f954f9ab"
  "/detail/97ce3c6b3fea47b7abdf18d508e9cd36"
  "/detail/0babc7ce0c904a6c9ebefd1d5708c947"
  "/detail/3d42857db21048618e8f08d1418317bb"
  "/detail/f4cf3fe929374410b6a81fe80af39e84"
  "/detail/09f5aba97b0348ed953a7bbf6793b6eb"
  "/detail/c7521ad569cb436c9a93f4b8c177a7f4"
  "/detail/b0ba5aa71b234481a10649f7ff3c52c1"
  "/detail/cb340aae52d54ef9915295f5ad124959"
  "/detail/274c44fb957843109c6cd9f0a77cd84d"
  "/detail/def0f4edca1849c691fa1f9cc0bd2531"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/d283b334662549c6a8c6500b954ad068"
  "/detail/08c0f9ed3893419f844ab1af1b4f7708"
  "/detail/4918d34ed3354929984e9fd896075c67"
  "/detail/4b05c2b597d24823bbf6317652296a46"
  "/detail/bb2142c7831f453e9a0dae1393a8399f"
  "/detail/b21f68ed16314f76aa214d043fffc0ea"
  "/detail/fffcbe7a2b714c24b770554e283e3e56"
  "/detail/091fa1baf33248af8b3570f4e2e46e2f"
  "/detail/2806b5e4e1944c6bb24842e8e4412f07"
  "/detail/e62ff4ba11d94facbb9327d8b025da77"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/e3dd4efb533447f7a6bf71e1429d6be3"
  "/detail/ef99ae67a8f34e458157bfa21da2e93d"
  "/detail/a2cf942587264fbd9cb800d14c6b19cf"
  "/detail/6b73d7dba29d4a149be3104bae26f4b6"
  "/detail/ed3ba20ea033428fa4600e2b5b1cda6b"
  "/detail/879c1974f4b04af9b35f1fb90d16be3a"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/dfb58100a22e4645875eda2e4595e8aa"
  "/detail/cc9149b0fad94b56b5554c08868d6511"
  "/detail/20b4a516a5004c05a4a2a35b629b9b24"
  "/detail/243ebfaa30484375b5d5a1cefe54c480"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/edf751c4e67a41ba8e75193a23b5cd6d"
  "/detail/777f168f0c6946a38c9fb1c18a75301a"
  "/detail/1d8bea4edde144dda28e3f872d8e4ecb"
  "/detail/2347c92f0c5b4c40a5c96be277012213"
  "/detail/fd0b433f43444745a4129f827cc357c4"
  "/detail/1c253ae6e9a540a4afc089b9965bf9db"
  "/detail/af9faaeabcd742f4ab5257edd622b9ba"
  "/detail/acdb9f1daa634d018578184eae25fbe3"
  "/detail/895bce63d7704a92ae596e9b7890820b"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/aff95b9a0d2a402d849c755f26575cfb"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/b1160f7981f7492a8580bd346de6c384"
  "/detail/a98c66392c6e4c9187f118b80267894d"
  "/detail/1b8f5060b25449c9a095c6b2f6bf7b03"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/60a3cc9218ca47219a0e3c04a3023893"
  "/detail/c1a363b79ef04a829444881e644f356e"
  "/detail/cf5335c0b3e743d5866e6eee83b3ac77"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/b754c9504de447b7874409c9667ddc54"
  "/detail/81694ace96ea487a82053f0e1e4be656"
  "/detail/472adfd62b6e4eb1be5d237933c9b46b"
  "/detail/26221c0e60bd486786984e5b1639caed"
  "/detail/161108b97a14407988d566a88a8e81ea"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/93377fddd0b142e3a5d7efa805b24d60"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/544a2015944b40c085239bef584aedda"
  "/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/db5460fd7959419788ec414be3947d20"
  "/detail/bcf25eff26a04f17b41f44e1c48e049a"
  "/detail/b619ad06155a4d1c990b43f934fb2964"
  "/detail/f3851f154fbe4e5791df4e1662f307fa"
  "/detail/17f99a06aa2546058f9aafaf592c0e1c"
  "/detail/1cb3dbaebb2246c6b6e8a3319ee014fc"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/a292582578674e2f9d8b693846127351"
  "/detail/f9ba215543204326bc8c21022968426d"
  "/detail/8f2ae991784649c6a71aa22420a0fe06"
  "/detail/69c03599ed454affa5bd6dde6b2d34c5"
  "/detail/93bddd2154f84065a21773af18e6ba86"
  "/detail/a41a2b49d4c44939a167da5473798789"
  "/detail/a7e3236efc254f92a242ffa605574a15"
  "/detail/e33ffd030c1e4392b8645c4bd7596763"
  "/detail/1b7f8436e8ff4803ba75a7948837736a"
  "/detail/40316e22a3a64a71bf6da04fd5911f7a"
  "/detail/978648c238af48d3b655595f0883865a"
  "/detail/ff99c8aff36b44eab0e1ce60a3ccd39b"
  "/detail/4a5521c0a1f04f648418d834bc420e4d"
  "/detail/938da276797147aca538bd71c75d5b13"
  "/detail/8d35f0c6664c405396cc9d071b872140"
  "/detail/c2f76996d8b54ae198acbed4a8903161"
  "/detail/eea5553f441e412abea771c849f76f1d"
  "/detail/2282f05305294d46a4d292399d30f2e8"
  "/detail/bb8f97f4f10e42fa8921582426d22285"
  "/detail/cff43d5a55ea42829b429d026c7907e7"
  "/detail/a26a53f843384258bcc1a67eecd80fd0"
  "/detail/b2fd056e2d1c43d39a57586f9f08a64a"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/16924777402f4ac2877bbb88729888a8"
  "/detail/5cef6d13783b4e3cbefa1994ca672e30"
  "/detail/572d5705e956482dac2f41bb553a37bc"
  "/detail/161a8c230cd3493ab870a65235a494ae"
  "/detail/6778590043c94554a2e2ca279cf89edf"
  "/detail/d77a75a1b1794617acd5175f6e6b8746"
  "/detail/c28c73540e964b66be71ea6ab41d7231"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/5fe73d562613478fb142b2f7c584bf54"
  "/detail/57963422e4df4c9cbc4cd46a258f4d43"
  "/detail/85717c37b70e40ea80b32fdc18267be4"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/71296ff2bb444c5787edc4a31aec1ad0"
  "/detail/a8891c85ffae4bdda138a725642f5ce2"
  "/detail/21f6ecd24913485ba635499b9e321446"
  "/detail/b97db1934a234c36a36c8fcc0a9b48a8"
  "/detail/c6dc8bea9c234666bc039e76421dcb6f"
  "/detail/2720dc05c39d4a60a72240b08c914b64"
  "/detail/b5e72f08e07d4cb4a814320ce87eda7a"
  "/detail/5a36bd739a9549b0985556709a531c9f"
  "/detail/8423275330d44d93abcc4c61c3c73b69"
  "/detail/f00ac70607dd401aa07c54dd5eea255e"
  "/detail/3875110e9ca24145a7357bd8377aadb7"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/96936e32fcc6414e9e19963818ae3296"
  "/detail/665373766f2b4618a12287e0a3d70e26"
  "/detail/28e74198aa3e4ca596e82d5481068904"
  "/detail/dbcc0014fd9f4363b9e2140f81f1a2ac"
  "/detail/667f5259282a4aa6bdecdf0df11a4918"
  "/detail/33f14304b25443f6bff98244dc7ef50e"
  "/detail/f4f595bfbf5e430584af0f173a607c61"
  "/detail/1fae61d0a2334c1da4b066fe254e6e39"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/e3b8f88b478843ddbcbe98325f3a5082"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/d8fe451bf5944fe9b5c195663d1560a6"
  "/detail/ba8c88e654db4233807b2c5b8e431dbc"
  "/detail/1b225e5aad7241169c4aaa5780549791"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/e71bc9b393fe4133bf1fb32b20fc1f32"
  "/detail/39822020d9a34e508af6a5bb6abef546"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/f4887f30e2d04b20990c67c085b878cb"
  "/detail/87aaa1b064c648baaa49ef461697effa"
  "/detail/2c60db5258b541fa945cbc9e76f0dc49"
  "/detail/a6a528cb7b50485b9d908c56c82fb0af"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/43f4a7c216434a7d871a5c2449529ee2"
  "/detail/d071cd3c97f54911abe9998901149f0e"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/24262499ad0849d89ffafd1058debb75"
  "/detail/d229be6d5c914c2ba0f52c1a9c6813e4"
  "/detail/cc46104f57a147a9a6fd024473075453"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/9d11b3596f6c4ee5825751227b3d8778"
  "/detail/643e3c9842bc427da19947c84c6a2158"
  "/detail/82d8c8a7429444e787f2c7c0f940afe6"
  "/detail/48d309a1c9d946038608fdbc6932a500"
  "/detail/0a3f0a1f3ab84b1587fde2eb7e2ddb66"
  "/detail/73698db3297243979f0e98fa109a5de9"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/de7db8bbfd394d309bc002847cf993f4"
  "/detail/33642c63778543a882507365a28d4e4e"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/d01578b37f98452bb4687463204f408c"
  "/detail/7f10221bd5224dca91a81f19abb5d405"
  "/detail/aa89157df36a4ba9b4a5ab8edfc120bb"
  "/detail/9ac612678899414c9548b99f6a7033ee"
  "/detail/4c154088c2434c8b8c3a737f3b9496be"
  "/detail/f03d98334ace4895bf222260ebbaa175"
  "/detail/b26609f41d7d49f29499fcdc8d10a78d"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/2165a9d347af475d95ccd2d56d285ece"
  "/detail/345d9f83b72e4f01a13269a1003bbd2f"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/04c4ebc4bf764a4a863398a3009f5bbf"
  "/detail/f6fb9ed553da420d985086f9959acb86"
  "/detail/4885a0555c2f484ebe0f6ec84202990e"
  "/detail/e1ee57290fd24e3bb8cebfe327446680"
  "/detail/d19de7743ecf4a81b5f3bacd36a24163"
  "/detail/c39d210705c246388ae22a15bcc8cb8c"
  "/detail/eb8e29d393e241cb9dbdb5177f0955fb"
  "/detail/4301f27076d0402286600ad3f35c5001"
  "/detail/1d03015933ca4f0c930a6590086425d5"
  "/detail/9a4f6ed7bf9b403a81e21c8e920db903"
  "/detail/0854c3a0169d40428952e96c4a316b2b"
  "/detail/91e9d995ee514608b73d6b392cd07175"
  "/detail/d4086124ac264a29b0beadfefd18eba7"
  "/detail/81109d6d5cbb442589401e5427212cfc"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/920ba0364ac64d3f903d41a0424d398f"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/aef09c55b7154e64a364d71544061d61"
  "/detail/abc498e9181c4ba0b9e0835b43f78cbf"
  "/detail/63af63d6509a4b8e8adf50d571066d10"
  "/detail/750acaf2d5374717965d45943e82693f"
  "/detail/a457caacef3e47d69fca23f72434c78f"
  "/detail/96f6462dd5e9444baa8a6510915825d3"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/6b49395ff2fa4993b6b3d99f8974ae27"
  "/detail/3505b19d5bd646d3ba03af9255457529"
  "/detail/b11de8bb0c7b4729b588a1e2064d2766"
  "/detail/3e4affa1ce6743b98e11fd4d42004f90"
  "/detail/1607753308b141b4a36a0a2ec96f936c"
  "/detail/348a2460ef6542a9a08abf4f020f6851"
  "/detail/d95f8238d2414d3a9a019b43476ad133"
  "/detail/a01b1f8368d84a7a97940ec842b5eb5a"
  "/detail/3a505dd4511c456b9c8ed155364b7b74"
  "/detail/03d78534fb0847d788d191b23a8e9e14"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/44234683a104406fa24f0bfff5d1f455"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/d8f0eb71932c44ad8667140e3312855e"
  "/detail/7935ea70cb7246e5a653da10df084028"
  "/detail/d2356f84b10549c6b045c1a9be4cddcb"
  "/detail/53b32011278543deb3761ec483369967"
  "/detail/5630ce291a7c4ad58c9283842bf6594f"
  "/detail/f5628430c32e48c988a2bcfd44f47ba0"
  "/detail/cc15dd35027d466097b9f78785e6a783"
  "/detail/9229aea7a74944718a6e53e3d961f89f"
  "/detail/7a04c0c755e74b34a99abf95cdcaf3e9"
  "/detail/6b83d1d407c442c380375db151ca4bab"
  "/detail/57542d99483d41d18773bdf2fb4954c7"
  "/detail/86b9a2c6c4644fa3a212929a024a2071"
  "/detail/e142d9b69cee452790a03bc005f9b061"
  "/detail/21677e1b84364d42aec5b7cd5d56d652"
  "/detail/117d6cd84ffc46f7a6cb47c7d4ba22e8"
  "/detail/35ac01052d07413db6c83c3f41b478e0"
  "/detail/88b31778b8be4104843d78ce13361eea"
  "/detail/8c73b6d9a4b14175ba58c920e7e6b629"
  "/detail/4f7417a6b4c84296969d844daaf828ee"
  "/detail/2e31e2ecfc754e819e62f460bbb97d33"
  "/detail/7effce1498d74f498155ae6c0a2ecf36"
  "/detail/a8f112021b1143b08d677c542404f652"
  "/detail/2b896c005f0a4d798250107b96a4eb67"
  "/detail/a9a689fa68174c29a3f9be33adf8d9d4"
  "/detail/be55c6cfa1fa4f9e8f4ad612a615f79d"
  "/detail/2aebc67959e949b4bcb9719c10a6fca5"
  "/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded"
  "/detail/1f2eb49fd7494edeac5b3d0f291112b7"
  "/detail/622ce55a27dd4061a66337d860237fcf"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/c33eb2d9cb034c92ba5c698aedba5e35"
  "/detail/3a8ee8efa43d469ba444215bc6807ae8"
  "/detail/570bcb097d1e4182bdc75669b11a7550"
  "/detail/4b27cd58e717470dbcde591cf8c089e0"
  "/detail/9e4ea82fe3844192b4dcb533a9075573"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/082052f8079343c48474a1e3b7edffc7"
  "/detail/97de3debc8734d17a159f51751eccfd9"
  "/detail/7738047689e74b93b0dfba0d1080f155"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/2a26f6c9ddbd45d9ac94992a859a9f50"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/abfbc2bc31c042758251eae6511c3456"
  "/detail/40240f5f26af471ebbc8a9f547c9982a"
  "/detail/e9a586bede2d4c3881f006c894a35c6a"
  "/detail/20ad7ca43b424d8296017d5dddf0b6ec"
  "/detail/16d95e238b864564a9f275c2fa0cc79c"
  "/detail/884c0cd13c3d46a09a51ad0ae36d5259"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/28902fe587fc4d2c8907793bfc3fa7fb"
  "/detail/4725c178b1934736830ed0cc2f89fd8b"
  "/detail/f8b18940b0034a7f891f8ce888d4f8c0"
  "/detail/a02ffe146b894e69a76d3caa524ffa46"
  "/detail/317532aed18b4a549abcf8bdcb81ca31"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/a64fd8ee04e247eaabfa3f30c99ca050"
  "/detail/0f880ec6f2814dc487846da9a5de144b"
  "/detail/6a0e3540b3cd4b3f85ccda21b3ffac01"
  "/detail/52cbf6c02e514d00aec65933e5e6d7c2"
  "/detail/7e88bf902784498d990ab425567f5bc7"
  "/detail/f3d65562e6af4b66943fe3cc527d6710"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/afa1f2545a4442c1812484b87c172632"
  "/detail/b32111d3ed6747d7b106d88f9dc6d924"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/b0906200e0bb43649ccfa3b376f02796"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/7791ea35e92c4906b2964c133285c889"
  "/detail/3ee62195d3854d86a061550f38dc8111"
  "/detail/44ca88df850e48c4bb7608d88faa656f"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/9134d352eb194eb8918707d91cfcaeea"
  "/detail/36b8740af68a485d8b27e7e327d7b4e9"
  "/detail/dd0fca53b16d4b6d926e03ffa16b0a06"
  "/detail/8a6e4c2a8ac54f6e83a2975e983e2727"
  "/detail/3c97c7623acf4474b4c7a3388fea660a"
  "/detail/f69a3a07c7da4ea291b4d99c4486a181"
  "/detail/09721833be1d4d4e94834f6f645627c4"
  "/detail/8987f7135f9e4b32ad00fdd4e568bf99"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/b5621847f2f04d39a0eca52363ca6f6f"
  "/detail/15589b7a3f434fd7a696bf0ca915c44d"
  "/detail/e982d8b587d84adf9bf44a37f1ffac6b"
  "/detail/2b4d4c9e92df4d208a9e8541190cedd3"
  "/detail/2201c62bcf28490b9b9f3b79941dd830"
  "/detail/341def4d89c04d0993ac229e9f43670f"
  "/detail/470699a7d2b94085acf0ed1c6ed9903d"
  "/detail/f7609c5c9b194345b779d485c43b4e5e"
  "/detail/4c5e39d34ed34a97935d971a4c705315"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/b86053a76dcf4858b8a5d123fe879979"
  "/detail/8744f38d033f46e3aaf2c06103e9e28d"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/5bdcf9cabc6d478298c8631819565c06"
  "/detail/92a826dbd4284e4893696d6c77b13c6d"
  "/detail/38b4a9e36f84471ab6a9f673e3da9970"
  "/detail/f48c468a2086495588a9de09a99d0200"
  "/detail/ca143d2d2a7c4fb881c52c4d5836ed8b"
  "/detail/3ee47e481297487bba0e48a078b31627"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/8f671afc0fea49a1a47c1b2d50e348ec"
  "/detail/5ac725e272d64e95b5c871621e88bd72"
  "/detail/de0a77c2701946088ff67dbfce1840a2"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/8ef91d26ebd84273a64d47dc2e7c7e9d"
  "/detail/6ec476e79fe34019bff879294b7e5d70"
  "/detail/b0c724d5a1d1498c92a9261ac19d6e6a"
  "/detail/f293bf61d9e048da8505f2bf8c95a795"
  "/detail/9831a115e6b74b20976dfd1560421e5b"
  "/detail/7e090302e5e640989011184579c023c9"
  "/detail/3640331c6cae4e7eb4012f47fafcd1be"
  "/detail/4ca9a436fcd14c97b11960db1f3422e9"
  "/detail/ea10d7af648b4ca79967161471204053"
  "/detail/63bf01e3f8d1411e9507c7e2c37d32fc"
  "/detail/5109602685cb40c989442db5f792d2b0"
  "/detail/708ea1d12cd9444593615533aecc390d"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/77538ce7813546a8874c5a78ae74d746"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/7109ca42d8e0412580e57609eccdbfcd"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/090e9258195245038789dfe2529b0192"
  "/detail/54b6f25dadf944f9a9be6fcdc5f49fb9"
  "/detail/1e42037534e4472c8d018e3226f5fd28"
  "/detail/eded8fdbbd48434d9bd89ebc04039972"
  "/detail/a177bb523dcc421094b0a55d4a7cd2f2"
  "/detail/3306c5bf06bd49bf8c74e5901addd075"
  "/detail/69e610ee4612469b87a72814f620c0ae"
  "/detail/49b58b6760864cf09d39005d6311afd4"
  "/detail/d8eb5b43632d4625939f6a0e9ebfc539"
  "/detail/d49fbada10d04f81bac453f8960e10dc"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/1ba38b068f0e462ab0c2d09d8ef6388d"
  "/detail/7774ca87392f472a8fd0952b74eadbf6"
  "/detail/36667f765fd44655b45db48fd65163c5"
  "/detail/76544f2be81b414aa339fa17500f35d2"
  "/detail/40b12916a9bc4fa3b282fd1f02ef6e08"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/73d9b2a6b5d140fd930e1ad94421594c"
  "/detail/deb820ad2c98497babb625a8c80ae998"
  "/detail/2445047d18a5487ba3b1389b7c8d2179"
  "/detail/f44dd7e58a6544ef80ddb5557bcf2918"
  "/detail/588c88b5694e4bf1963900ce06e7099d"
  "/detail/4c337c3a9252458e97b970b8444bd125"
  "/detail/54a7a4ae933740ebb14ca20729299f93"
  "/detail/897fc61c838048c7941c82caf4b93b68"
  "/detail/eb2025a0c59041b6a5fc26bedd7a4291"
  "/detail/6cefcc7326e043029f293420ce7258de"
  "/detail/0811ac5adc8647b3886e7cc0900fc5e2"
  "/detail/49bd26cd2d784a939e1b345b7c8a882a"
  "/detail/65a194ab8ea845c588cc79ccc353f529"
  "/detail/987d5972f610411da8022340538a5821"
  "/detail/698f584ac44d479ea2d4fdce6ee15065"
  "/detail/059d05b8436e4c4db8b8b140d189d1de"
  "/detail/fe76886c05774b168f69b3043c44071f"
  "/detail/0f254168b5ec4f5f95c9590c4bc43903"
  "/detail/3628832295164b16bfbb6017ecf2eb75"
  "/detail/c64d747bb8fe405497eb6f624daf43f7"
  "/detail/222f2af2c5724427bf0da721256cb4fc"
  "/detail/d37f6bdad69c4370b8c5f32c99a7d63d"
  "/detail/c77cc04d77334dc98363bfdf8c36ee56"
  "/detail/3ba859f4ab1b4496b7a2d58f455613e5"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/56d34a4e1fef481e9d19f85f19b1f029"
  "/detail/977839f3224446ce8ca57a8cd1f52825"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/878330506c8048a5b8cbe05be1239b17"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/4c9a1faecc38453e8c47b26af9cdf348"
  "/detail/e21d0a388c88437180ea5fa0a4e28a39"
  "/detail/2f47c5c7c4834008a15491d7a1a623e9"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/7ae856aa2c224ffb8f2c96e4e23c103e"
  "/detail/9e45d926dadc40fcbfa3d8068def99be"
  "/detail/e0662448fd4c48b1b301dbb409d8196b"
  "/detail/762ed2470e2f405a90f91e8bdd3697d5"
  "/detail/3c8361b669074524bbed3fd2311f0f0e"
  "/detail/0d9bd7ab6b1f4988b84030a6642b8c2d"
  "/detail/90202b260acf453f9bb4428edfc6a4a4"
  "/detail/d1d27ca11f9949458ab3b805d43c1102"
  "/detail/1b910e5bbfd34f76a15d0bb6a53972cc"
  "/detail/6e30fa7ec08c4f23af8e886c6289178b"
  "/detail/ad24b2b838004da888f5d0afe2060685"
  "/detail/2abcb2bf09644d86bab1e9de16639d52"
  "/detail/8847ea667f604560a03206156d4201a9"
  "/detail/0ba8fcda3c8f4a09ac1b0e6d3c3bd73b"
  "/detail/ab554b7cb746427280e70ef43f5e3a4b"
  "/detail/60ab361f833d4e799b3709df0029a62e"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/afbf24c8b61d4219b0283bcd7da68b99"
  "/detail/744ecac1937a4c9aacfc84379d5b68fd"
  "/detail/0390910badd94d5085fbfdbb6d00cec1"
  "/detail/a00912583c1a4864a3a59279d640e8da"
  "/detail/7dbe1cc4c3d64ff9b82a099a74958685"
  "/detail/bea10aab6d9444cba1f7e0b4c0265109"
  "/detail/59c574a0002c4ff5a704b60996fafcb4"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/3013819f3f704ab2a10686c3b2c72d84"
  "/detail/544e4a0ef9734f0c8f100630f291f383"
  "/detail/e0e4c0ba58a44ee59caf6cd5409bb6b2"
  "/detail/43f3c004621146e4bc8758dfa13d63ab"
  "/detail/dec4e30a0d504d0cb54bc0f55b5bbe7a"
  "/detail/986b22337f9d49589976a6c1e914e9d3"
  "/detail/3878ab06503044469d3011ff05460da6"
  "/detail/6daf1315553c448a8b12badd9bb5ff66"
  "/detail/244b6030fffd4529a4d015be50ba2225"
  "/detail/270d459c6f6f4c1996853dd1b6746aa8"
  "/detail/f61cbe9e9afe4f86b79765626c25093e"
  "/detail/906f71a1a53c4361b9520285498f47cc"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/a791698f060740ec81872561ef70bb34"
  "/detail/8e2e3c3b5bce4d47a6512d2b43b16872"
  "/detail/44a475e5d6344a3ca093c9d19885f7f5"
  "/detail/8e1a683b5aa541bc90622c4278d49d25"
  "/detail/85de86c710964b939166a20d0daf91d7"
  "/detail/0fe2dcbf9c9346d7a5127a06a980de0b"
  "/detail/d1204c8056004e1f8da6ba6da3fbfa3c"
  "/detail/b7f5511666e04cb3b03195412cacb7ad"
  "/detail/349adfe9de304fc4bf0450aac2c88708"
  "/detail/a52365b14406440485d29cac5cd70f0b"
  "/detail/45ac4aee1f014f32a51b22ad98b3575b"
  "/detail/b5971365b82f49fc803c18fd1f6552a4"
  "/detail/6bab613bd8304ab49b4236ee83282c60"
  "/detail/469b9d8a13cf4d8c8709ceab3f82f445"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/8f531ff706974a2b947750aa61a00826"
  "/detail/f2d0de338a684ebc9cfb4f33c8bb5b61"
  "/detail/592e3c32c5c545f096cf3a0e011ea15a"
  "/detail/48623f74242e4556835be8fb7ea8e971"
  "/detail/21a6d9f7c4da4ce2aa5182daa140479d"
  "/detail/36745af7b97240989f7baac0fb9ba9e0"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/7dc09d7332554805abd9e55c284e60cb"
  "/detail/59ef69dec4504645b1dbd69213279115"
  "/detail/bc590a9c13894f4480c7448a005a9055"
  "/detail/c1ae25f381bd477caf1a7b98fb0f3557"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/ce1b842bcc6341fcb9d7152f88efc748"
  "/detail/c4125ee9e4ce43cab7a746c20ae39129"
  "/detail/7cb09c4fea7b4433992124005bad2924"
  "/detail/c99b06b482664ea5b0a9a1e85c71e678"
  "/detail/3dbb09ef28d44d088a573c00cf887f54"
  "/detail/7168a165387d452ab33eb28a5ecdf16d"
  "/detail/dbfe58d578964f50985f91b068c1d06f"
  "/detail/a35baa8155b34c4fa625c7f0e12c7040"
  "/detail/0a55dcfdf7734f9090459c6462c04c79"
  "/detail/561a9073289549f789507dae3261498a"
  "/detail/75abf562e1344cafafe50925b3be0d7e"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/cb6322867776475d8f7205a49c35a112"
  "/detail/2cf4ed7343a84d29aefa5a4725d7b125"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/d89cebeb0a754f9481444b6689f34f1f"
  "/detail/fbb0ab6caa6046028bed953efd4bebc9"
  "/detail/5419368b38e643ac8d5bbf38fabb9c71"
  "/detail/336a13e9b90647cf9c277e95818e8516"
  "/detail/8b78fbe9dad94efcabfe2f035c217a83"
  "/detail/a3dab5b2cb1042ef944a72ff6b5b13b5"
  "/detail/86fe7b763f884126b8902e8662a09bdc"
  "/detail/118b7737c28a44d5af45fa6c5ae4ef66"
  "/detail/671b37fb38c24a8d8bc8cba72bc92f2e"
  "/detail/f2b914e34fde47da944470796383cc4e"
  "/detail/2ce606fa9656401fa4bcfd4be7c52df0"
  "/detail/9b6223ff794b48c2803db16a0732a104"
  "/detail/00936e93c4be4b50b722d68c27750869"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/be8da37b4b0f44f8860f6450e6ea6c1c"
  "/detail/8519572e83ac48e4a49d4286f943b83f"
  "/detail/d32000c75d684fba9b64bfc9a8eed7c3"
  "/detail/fef8ee52d8044a45b636e1a10df5999e"
  "/detail/7190a7a5a60f4f4bb59cdf6e217a05bb"
  "/detail/7d66ff816bfc43e5a35df0f504cfe3b2"
  "/detail/56251d06c9e9477f8a2ff494cae75053"
  "/detail/d732473db5d84ad9979a14aba8b4f121"
  "/detail/ff5ba7a42ad54c05999d5fc09653bf4c"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/247a03aa7796426081763eae8cc50a43"
  "/detail/72c71ad3f35247a5806a5bb7fe548877"
  "/detail/36d539d46ebf4972af54285bfd930a0f"
  "/detail/9bacfbf34d7d4aebb11eb3a8b00dd16b"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/b7be5a16ec49414e8c129e3c1ef3ac05"
  "/detail/617aca569b844cb08f03b8221b9e8303"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/7dd03cb57bfa435d972e819c8abb88de"
  "/detail/7746742ba0944604a6f658d2a51db39b"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/347acf4e78a945c8b7755d255127eb7e"
  "/detail/73ec49ca5684422daa3ef56ac79baa0b"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/ce6cc81316da412e8fe53d8b37e43057"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/aa1616365cb54f299db0a40ec687e6fd"
  "/detail/e675176fbcf24d958b0ae30ca8b5a794"
  "/detail/1d3eb88e55d04e0c89853fa9f931585f"
  "/detail/438ff7b3964c455e89bf364691a6b37f"
  "/detail/07ec11a4e12b4aff874857ade22165a6"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/ddcd871521a0493492add07fe4390e4e"
  "/detail/7d73c786955a4c52996cb08c2b2ab308"
  "/detail/50b8019710e2466ca6f8c496b1aaf3c2"
  "/detail/08ee16a407734e28b733c3b4d7b38fab"
  "/detail/2cdd2aa070bc4250b0806b91c041f655"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/b2f3d8f4c3084df2b05894952536cffa"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/d2273cb045ec4a8ab7f46346d19c69a8"
  "/detail/642c7ecea434436fbb0e34ca0a53c26d"
  "/detail/bf40a999eee94e15a8beb2d2be58db98"
  "/detail/aee2db9894c044248d1afa57b60e68ce"
  "/detail/f758ddf8e4c94f3f9f02f097bbc2329c"
  "/detail/eebde0a8208d4496a69ad9212f2ced78"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/a51e4d05c29144d3bb00ec0c48f4d1a8"
  "/detail/6766d8060ecc495e8347b0813d134608"
  "/detail/fe12702fa52f4d6fac7bc6f590732e38"
  "/detail/1541185e7cbe413db056127bba9b9993"
  "/detail/c07494eb77a14ee687c56d0c284867c2"
  "/detail/07587ff919cd48a6b25ffd44467d8c9b"
  "/detail/33ca91081dd24798b354dd936e2fb541"
  "/detail/bebea2fffc354d2f84b1df696d7c4d8e"
  "/detail/8fa3557e388e4d75b992e7b954e419aa"
  "/detail/ebb63ba7657b4b19bc43f01366afca0f"
  "/detail/9d107e0fc86d4200a7189cc2219b4b78"
  "/detail/ee613c584584466392da402badf81f0e"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/59b9535a6b4c4f9bb16693688d1f400a"
  "/detail/e3899ab9b1d246459d40a61d913daeb2"
  "/detail/7c28d5cc7d75431ba019f4bca0e5b962"
  "/detail/f2f50f0aed914324a8bda706ee35f97a"
  "/detail/32ac3eaa97f543e2bb1dd1b46879b60e"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/81e4ac9426f449c5a7d7275cc2523bcf"
  "/detail/0e8334cf19b742109ca540ef3a403f23"
  "/detail/90258630840c42ccb6f2bc7f13f3b087"
  "/detail/809bc28dcf4143bdb35baf4a618b4263"
  "/detail/f635f565d2614517be137cfa5dd98329"
  "/detail/d17817ebbc9344a9ac1ef60350b4fb22"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/d96e445bc1404b9cb45e34f0501a73d3"
  "/detail/f03798c3d04148958b1641fbc863b576"
  "/detail/9cc4a5e2a19541ce9718f2fdb6391c1b"
  "/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.52 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.