GET https://staging.ktm-sturm.de/ersatzteilfinder/250-sx-f-factory-replica-musquin-edition-2010-modelcode-8101J1

Query Metrics

113 Database Queries
101 Different statements
1033.21 ms Query time

Queries

Group similar statements

# Time Info
1 0.98 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.23 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.62 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.34 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.63 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.59 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/250-sx-f-factory-replica-musquin-edition-2010-modelcode-8101J1"
  "ersatzteilfinder/250-sx-f-factory-replica-musquin-edition-2010-modelcode-8101J1/"
]
7 0.38 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/250-sx-f-factory-replica-musquin-edition-2010-modelcode-8101J1"
]
8 1.13 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.28 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.41 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "2a6e46yQqmlneAx1idc4b2IUTsvlXp2w"
]
11 0.43 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.63 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.28 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.31 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.43 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.30 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.34 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.32 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.19 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.59 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.70 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.74 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.24 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.23 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "2a6e46yQqmlneAx1idc4b2IUTsvlXp2w"
]
25 0.32 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.65 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.51 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.26 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.50 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.44 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.32 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.23 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.99 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.49 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 3.76 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.30 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.38 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.46 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.29 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.22 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.22 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.22 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.19 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.61 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.35 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.28 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.45 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.31 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.45 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.19 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.16 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.17 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.15 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.23 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.36 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.23 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.32 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.37 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.55 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.25 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.24 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.57 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.17 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 567.91 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.72 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.25 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.24 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.23 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.58 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.42 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.32 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.21 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.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
]
76 3.84 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%8101J1%"
]
77 55.97 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:
[
  1000167055
]
78 20.42 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (15911,4667,4993,5086,5335,6562,6582,6593,6793,6918,7747,8298,8300,8305,8312,8321,8327,8336,8338,8340,8342,8344,8346,8349,8366,8370,8875,8912,8934,9127,9129,9130,9132,9134,9137,9140,9151) ORDER BY number, part_type ASC
Parameters:
[]
79 178.87 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (15911,4667,4993,5086,5335,6562,6582,6593,6793,6918,7747,8298,8300,8305,8312,8321,8327,8336,8338,8340,8342,8344,8346,8349,8366,8370,8875,8912,8934,9127,9129,9130,9132,9134,9137,9140,9151) AND article_number IN ("54813080101","50313081200","54813082000","54813090300","54813083000","54813018000","54813075000","54613218000","54813070000","62513020000","0603100141","44906890","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","40541417","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600099","48600100","48600102","48600116","48600139","48600217","48600325","48600327","48600329","48600331","48600332","48600333","48600479","40540477","43570120","44916098","44916130","44916180","48600061","48600062","48600213","48600214","48600215","48600216","48600346","48600351","48600357","48600480","48600555","48600607","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","50180010","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","0025120506S","12187J0301","54813060100","54813061200","54813062100","54813063000","54813020100","77313050044","54813051000","0025050126","54603062000","0025060206S","54813056000","0985060003","54813055000","0912100406","59001037000","46030045000","0625060002","54630044000","0025060126","54813064200","00062030000","7731000114430","78010010144","59010011000","0625060058","0472047175","0760324771","77310016000","77310174206","58309072100","7731007000030","77310060000","59009062013","50310073200","77310015000","5901005104204","5901005104504","5901005104804","5901005104904","5901005105004","5901005105104","5901005105204","0019080266S","06923080003","50310165118","50310166000","54010100100","50310090050","55003135000","50210086000","77310085044","50310084000","50304040100","58414030000","50310099000","56012001000","77029002000","77029003000","77029035000","51012011000","59029033000","60029015000","6899785","15112017000","15112018000","15112018100","15112018200","77029026000","60029043040","59029041000","77029041000","59029019000","58429037037","59031017300","58012009000","309098","51012012000","60029073000","50329050000","58429059000","50329003000","77329034000","77329081000","77029072000","77029036000","77036004000","77036004050","77036012100","77036011300","0625060043","77036009500","0402040600","77036010400","77036015100","77036016100","77036017000","77036019000","77036001000","77036001160","0603082121","0025060256","59036001050","77036005000","77036002000","77036001050","0025060406","78036008100","0603242920","77036003000","0770180020","77036072100","77036073000","0888030037","77036076200","77036013100","0625062035","0618182412","0402031780","77035055000","0471100010","0760123073","77035053000","77035052000","0025060306","0025060206","0603061001","0770010010","77336008010","77035055010","7703000230015","77030040000","77039004000","77039005000","59039034000","77039031700","59039090100","77039093000","77030002050","0025060086","59439032100","59039006000","44011076140","49030090000","0912050253","0025050166","0023060123","0025060166","7730600111004","7730600300004","77306001020","54806008051","54806108052","54806008050","77306010000","78006015000","77306016000","77306017000","77306018000","77306019000","77006026100","78006027000","0017060204","0017060203","77304066050","0024060106","0081050121","312305","312313","3210039","5030314013390","52000091","77003090200","77008596000","77302002000","77303094100","7800207900004","7800906100030","SXS05450600","SXS05450610","SXS07540100","3211465EN","3CF8101J1EN","3CM089309JEN","77029099100","53012028200","50329080100","50329071100","60029070200","7730800704404","7730802200004","7730801000004","54808020000","0024060206","77308013010","77306001030","7730801300004","50314057050","54807048000","50308052000","7700310100004","77303002000","78003002010","78003002020","77003113200","77003013050","50307012000","0934080003","54603013000","0019080206S","56530079000","54803092050","44011076305","0738050250","54803092060","54310086200","54310086100","0025080306","59003040250","59003041250","54803044000","54603041000","0125100003","0094032253","50303089000","55007016001","77003096000","77303053000","77303139000","77303053010","77003096010","50307005000","0770130023","78007000270","7800700804404","77307026000","7730701313330","50307014000","77307016000","58031005000","51030022000","77307140000","77307140050","7730805410004","0024060273","77013001044","50313003000","54813008300","50313005000","50313006100","54813002200","54813007300","50313004000","59013010000","54813020200","54802051000","7701301500101","77013014000","77013021000","77013019000","77013017000","77013018000","77013020000","61013020100","0025080356S","50213025000","77030000144","58030021000","58030080000","58030081000","61030019050","59030019000","59030024000","77030025100","60030064070","54630027000","75030010000","59030058000","77030058150","0770120020","77038017000","59038015100","0770090015","7703000124415","0025060356","0025060656","0025060506","58038028000","58038023300","0908120153","58038022000","77030099000","7703002630015","77030027000","0025060556","0770191015","58030120000","77030018400","77030015244","56030081000","56030081100","56030081200","50330082000","54630029000","58132072000","0760354240","6946005","0760304772","49030021000","0137120000","0888030050","77032000122","77030033000","77030074000","77030007700 I","77030007700 II","77030032300","77030030200","0760142460","00050000013","00050000033","77031001700","57331027044","57331046100","57331046050","76231035051","59031029010","57331035100","59031035050","57331035153","59031035052","57331034100","59031034200","59031034300","59031029000","57331032000","59031121000","54531623170","54531623172","54531623175","54531623178","54531623180","54531623182","54531623185","54531607038","54531607040","54531607042","59031051085","57331107100","59031017100","57331085000","57331009000","57331008000","77031075000","54631220000","54531621000","76231155000","57331060000","57331057100","78031011000","54631085000","54631085050","54631085060","54631085070","59031058100","59031058000","59031059000","54831072000","77031048000","57331098000","0965050103","54531699000","57331062000","57331056000","SXS08250030","57331159000","57331038200","57331087000","57331084000","57331061000","59031013044","57331025000","59031077200","57331099000","77032001100","77032002100","77032003100","77032010000","77032011000","50332013000","50332018000","0936181505","50332020000","59032065000","77032011010","50232050000","77032054000","50332054051","0770300015","77032005000","54832066000","54832061044","54832067000","54832069000","42013226000","56532095000","54637097200","54637098200","0993012000","77033001000","77033005000","77033003200","77033006000","77033002000","0405222611","0625160031","0625060042","50133099000","77033021000","50333030000","77033020000","50133090000","77033010000","77033014000","77033013200","77033016200","77033012000","77033011000","77033015200","50033098000","50333023000","59033034044","50033029014","50033029015","50033029013","0625060031","0625062054","0760324571","54633014100","0770020220","56033030000","59033080000","50333043000","0988253510","77033022000","0471250120","0471170010","0988162210","50333038100","77033050000","77033051000","50333052000","77033053000","77033054000","77033055000","50333056000","50333069000","77033170044","0760172870","54633037000","77034001000","77034002000","77034003000","0402061480","77034005044","58038023200","54634008044","56534013100","54634020000","0625069034","77034012000","0625618050","54634014100","77034015144","0012060303","54834019000","77034019000","77034023000","77034024044","54634052300","0349000050","0025050206","54834031000","54634131000","54634031050","54634032100","54634050000","54632095000","50232050001","50233041000","59009062016","77036020444","77030036000","77036052100","77036053000","77036055100","77036054050","77036052050","0009050103","60038082000","0770080020","77036081000","77036080000","77036024000","77036023000","77036020150","0402050980","60030063050","77036090000","77036025201","77036026101","77036079000","59036090000","77036041000","SXS06250506","77036044000","59030061000","59031050100","77038102000","59038011010","77038011000","77038001100","77038004000","77038003100","0984050123S","59038041000","77038005044","0402251980","0402251180","77038006100","0988121805","0471120010","0770400025","59038017000","59038016000","0770125015","0770020170","58038007755","0799060000","0770320020","77038015010","77304030044","77304066000","77313047000","54804034000","0760253270","54804032000","58033097000","54603036000","77304070100","59009062019","0025060456","77304070130","50304090044","50329000044","55009086000","77304037000","54804038000","58404041100","77304066010","54603055051","77304070210","54804230210","48600811S","48600736","48600698","48600429","48600013","48600347","48600070","48600816","48600428","48600281","48600301","46810811","48600280S","48600275","48600269","48600464","48600459","48600887","48600298","48600444","91410020S","91410027S","91410028S","91410030S","91410059S","91410060S","48600456","48600457","48600458","48600525","48600520","48600299","48600578","48600576","48600382","48600519S3","48600512","48600542","46811499","48600047","50180222","48600977S","40540486","48600744","48600577","48600113","48600863SA","48600864SA","0025080256","48600885","48600202","48600509","48600575","48600455","48600296","48600829","48600760S","48600430","48600709","48600446","15080017","48600692","48600765S1","40140024","48600516S1","48600526","48600514","T511","R14018","50180733SA","50180213S11","46180007","R12012","50180217","50180095","52000085","46810893","36120151","46811208","50180520S","50180327","50180818","50180114","91210053S","91210054S","91210055S","91210068S","91210069S","91210070S","50180273","50180463S","50180352","50180627","50180099","50180135","50180675","50180764","50180631","50180197","50180603S","50180113","50180107","50180604","50180605S","50180103","46180119","50180606","50180126","50180626","50180480","50180512SA2","50180105","40540603","48600028","50180434S","50180342S1","R12014","14187J0301","0025080506","0025080406","0025080256S","0912100356","0770025035","7720103202204","7720103402204","54801036000","59401038000","59401039032","59401039037","59401039042","54201081100","54601084100","54601184000","7800108500004","54201086000","59001092050","7800109410004","00050000930","7730200110030","50311089200","78011016015","77002010100","54802021200","44011076200","50301089000","77002047000","77002030044","54802031000","54802032000","77002003000","54802052000","54802037000","54802038100","54802046000","54802005100","54832063000","59411074000","77002096000","77002091000","SXS09250502","SXS07250504","SXS07250528","SXS09250508","SXS02540509","SXS07250505","SXS07250506","0125060003","0015060253","0015060503","57305016100","SXS07250507","SXS08250510","59405069000","54605068000","77008099000","77008591000","77008590000","77030038800","77030035200","58530014000","77035007200","77335008000","77335016000","77335026000","10001020000","42013037400","31007107001","77035025000","77035024000","77035027100","7733503400004","77335073000","41001052000","77335001000","77036056000","77036060100","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","77036033000","77036028344","77036027000","77036030000","77036031000","77036032300","77036028300","77036036300","77036030110","7730900114430","78009010144","54809011000","0625069068","77309015000","0760354771","77309012000","78009174226","50309072100","7730907000030","50309073000","51009100100","77309060000","77309081000","54809082000","54809081050","54809081070","00050000905")
Parameters:
[]
80 0.34 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000167055
]
81 0.37 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:
[
  "1000167055"
]
82 19.64 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"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"áZý’™-E³·4{]lFG\e"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  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"€°³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"""
    \\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"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"çW]TÉþD?˜ÅÏÅ\rùØ"
  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"[¨^É ¯L-®ç­B▒uý>"
  b"†ñó´úéJ[Œ2®º\x06üØù"
  b"\x01ÆÚÔI\x1D \x04®{øYN\x03"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"Ô\f×\toºI¶€ßèÒ¤5Tì"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"/§Wš)MO“¹üI}äž½1"
  b"C\f5 E\x02D–£êK\x18$ÔC›"
  b"¼\x1D|&\rô@zŒzb©ó2\x01·"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"ò\x0Eë_Ÿ»B\x05²KN\x0F²\x08Hy"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"êìË\x0EÞµKª¼\x02\x1Cc¬–QF"
  b"Œ\x1E\x05<‡JO° G‰è\x17iMR"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"^žO­HÈO[“\x19B–²S,6"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ÅñB3±¦@ÿ▓├ÉÒi\x1E4░"
  b"6Z"r(¦Fo§N\x13\x13ÌCcà"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"XHÝ8hdF¨¾’5+Žô‹\x12"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"®$[ì½L@¼«d\x1FOl·t\t"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"§%'ËÃ\x00F\¦IöK\®\f®"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"q š„3ùGߨ·è\x13\x06\"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"¢ïrÑØÕC-┤±▀Û╬C─z"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"×Nêuc(Oµü[Q×dGåf"
  b"ax\x19~iUI6…Ú·f\e\tËë"
  b"ÚNöx\x0F–M}©…[ìÏݦ•"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¯╠\x07║É\x0FDæù$ó─a³Dd"
  b"õ\fW\x11ÎWCw·\x16ÎçõHOm"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"³ø#\x18/j@ÅÆâá▓ãS¨Ê"
  b"°çÏ¥þ“Hx­á\x0EöS\G?"
  b"!cC\v4ùH;¸Mà…Ör÷\x15"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"Æ'0ìÔËJ¥öôW\e'Y(ð"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"▀2ð\x15{\fO²½Da\x10ìëSÈ"
  b"╦▀\x13cq┼IÆ«ÂH¥®Øst"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"`…#\x0E&'@c‘(<3õ \tu"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x04'ÄœN9¥Pº\x04Ô´‚b"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"-Õ”dÝþK’€^r\x05½F#Î"
  b"\x18âdÚk!K‘’X\tž”,í—"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"U¤H8žýBȾ[G†ÀaPÑ"
  b"V—qÕÐÓF\x7F›ÓýáÕ¦\x1Dz"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"\x07\x1AÐOuWO)ƒâ5Å>®r\x03"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"Æ~ªb\x10.N×´þº‡¡¡-é"
  b"r\f‘HSšEZœ\x02—€L\x00?Z"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"ÈSôé²D„º‹\x0EÜ\x19Û\x07Œ"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"Iõ|̳¢M¨¡ë}r\x16]ßM"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"}\x14 ¶*êF}¡¼qd%l¸L"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"┬]k╩ØmGYƒõ`╬\v¦@0"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"»È6x{ôN╣Åõ§¾lõ¸f"
  b"i¦ÐN€ÙN\x1EŸ°*’{nÎþ"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"""
    JÚ{äÉEOð—É/„'Ì\n
    \e
    """
  b"µÕÏÈÂdG„¸î©²Ð4ì±"
  b"JtI_-óK•›ºÖkàîyå"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"°ÀÆE]-@]¯<c.\x14^6p"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"U1\x11ï7¦My¬6¦Ñ+eÐõ"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"Øw¤ÀÕ4F‘¿^^\x10ªƒ†K"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"Ú€Î&ì[B\x16•oð¯9D\x12Ó"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  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"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ÍÙ\x00ÁtiD+„†\x031²Éi°"
  b"¨9\x14¾^¹L$½Ç\x03ñ—yÕ|"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"R\x10óƒ\v¨H>¤©G¥\x06\x16"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"Õ…{\f2>C\x15Ÿ3_EŸ*TS"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"Ÿ\x1EEÌ&¬A‚—ÅØÿd¶¤y"
  b":zùúÆöD; Uš4jx1C"
  b"""
    Åüøÿ><Hª▓\x06\x10;\n
    ¨_²
    """
  b"Šáp\x06ösK\x03žÇ\x02\x1Aì\x14\x1D]"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"\fgæGMܱû©e±.ÍŠ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\eôh▄<\x11@┐ñ┬¢¤Ø9¡%"
  b"¿­=ò'ÑMå‰$ÔäÃÙâa"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"\x06ü­rÎ~G{ä1A£°ý\x00\x12"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"ê¤\tšÇ"G3·ÙëMÐÔ»"
  b",ª{¬ãRNÓˆ\x1DÈ~Wÿ*y"
  b"’¡¡\x12Ž.Mb‰é\x06nNÓe¶"
  b":¤^ÿO¾C\x17’™Å\x1F¢\x01"
  b"븣iıÇEÇÉ▄å¤▓\r{?"
  b"¯ÔÞÉø\x03H¤¢\x1Cv\x1F×Äô˜"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"\x19þÍT3‹M\x1E’0=ÿAH&´"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"\x15ëªD'ÑGþ¼ÉÓŒMÓ\x03"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"}°}ˆ·Da‰úð´ï–v/"
  b"Nº:èwÞB²»\x03\x02:Xæ°œ"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"x\fË3ÞéBö³lÄ\x15\v>Ì9"
  b"éÎYäÐÎM\x17í\x08ö\x16iâ╝Ø"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"\v\x1F½xmGš¢`Vá9“_2"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"sâþè8¯K.û6ü╚}¢z┴"
  b""░ì▀¼\eK=ó\x1F╗86ÙþT"
  b"▒╗h®[=GLüüûôƒØIZ"
  b"\x1C\†\x03&æM¶¿Y«i'o\x15œ"
  b"0gŠÐjYBa’©\v ½¦\ž"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"\x15&\x03ÁÂ\x12@n³iÀá=!ZÓ"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"\x17\x1A=(ä±Lì–êoõ\x18g2°"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"\x0E›g½@„‘Niß@í‹ "
  b"r,SX╦;D6░R³\x7F|$ÎÅ"
  b"zŸñþòJz¶…nb^ß@""
  b"ï\x08|„z*M\x1D†…IøöÖ\fb"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[¶4Ø\x12_HcÖ■ıÐ\r\x05"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"Ș\x11\x01äÞFž§å¥Í[Œ‘C"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"\x1F´ÿûç&A\x04ÜÙkr0\x12┐ü"
  b"»\x02²\x13²!F¢˜A·u§"
  b"—ÇêÿåfFQ›¬ã\x01Gi\x1Eù"
  b"žrœÉ%õCv›€e¹ÅP÷Æ"
  b"´Æ-r \x1EBŒ´—*¬°©J\x07"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"%É·Œ*\x0FKà…"x<›:¬ï"
  b"R!\x05ï╣bAóŬg;64Íð"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b":¥}¦§”JZ¨ÀÛ\x18÷"°i"
  b"ıHH?\x01sO®É`ö╣╔D\x07l"
  b"Ñ=´M±ï@¤ k©$Ä׊N"
  b"õ÷\x13ÎkÄCáéÔÉÖ:ßzs"
  b"ªá!§ºzJ6îÓìÍòaî╚"
  b"\x18\”OLˆ‚ Ù(V\x11ß›"
  b"\x16~‡¡\x04ãD®…¸Ù²É^D§"
  b"gû'–D½Ol‚%[¤/ê\x17""
  b"\f·U«\x18ûJ-¾%ºé.kEß"
  b"¨mC䘖FU¦’óI›¬3û"
  b"q▀úÅz\x07OËùâÃÊë▓\x7FÔ"
  b"¨|›>\x06d@U‚\r\x04\h€7ï"
  b"ܧ¬ÑÄ\x17MG§ëéíMi\x0FO"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"‗╝!Í]ðJ\x15Çè¹ÓÉ"T\x1A"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"xößNʯEd»Q\x03MvšÓù"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"ıÆ╬fØõE\x1Fë\vάô,?\e"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"õJƒ>\x1AÛD\“ªÐSìe\x08\x1E"
  b"X┼ÌëníN¹Ø¸¶▒­6"5"
  b"irH\x1A~sL4Ø▀ïÔ╝┬Ý┴"
  b"\x1FS_HäìGϵÀFSŰ\vM"
  b"kÇë\x7FıpDðÅFÃ-ÅN¥└"
  b"¥B*¼\x00Q@Ö¬®«Å«7z™"
  b"íkâ\eQû@ˆ´úp|ÇÅ:u"
  b"Åq┐OcaIº╝n\e0y¶X!"
  b"Æ@§\x03\x1CIK¨¼˜b‘ZØ'"
  b"\x01\x00ø4H\x1D¾µ}œ‚/‰—"
  b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"—»ÍÌD¾Gã¥\x0ER\x00åZ H"
  b"©è$ÞR>Držú}\,ÿ­ù"
  b"ßïo\x08ÀìM(‘Qp¨Î.ñd"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"6٨Ъ\x19O>º(³ÕéEUº"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"a×xBéãMš½qô†«Ü™„"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ÍÞz\x1Ds╬@\v×l4[KÅ╚$"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Tq£\x18ö\x19BäœüËÿÓÜ´Á"
  b"{┐K4ÃÅFVüϦtÿ\x1E×^"
  b"{T&µ┼\x16Cü│ÑKíÝõÐô"
  b"YÓQóWiNküñP¦¤,®÷"
  b"[ݦfœ @©¨ùV4zU9°"
  b"zë²\x18a–I\x14±É•npGºK"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"õº¼ôÛZCz¿šwj5Å›Ò"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"žw½”½ÙOL¶Äæo¾_Îu"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"âÈiÄ1H»×\x05Õ³½ÉùH"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"ôeåY¼.FõŸ‹\x00­¯Ó§\x16"
  b"IîôåòýD޹Pewá¸Vg"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Òz·i—/Hͺ2ûuÌÕ%Õ"
  b"}På([ÃAi¬he¼-‘L•"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ê*§¼\x07¢LÑ­\x1Aù—\fŒ8Ÿ"
  b" ù¤\x1D5×J€¦[ºÛ‰8¤i"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ïàk£\x1F­A7›µî»H,@ù"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"`qÈ>47EíƒæÑ\x19Ø\x18f‚"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"d>³N÷èLEú<SظN\x05©"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"ÍÍjÈo`HAíN╗k"êɶ"
  b"\x14a´–Eœ’ ¢17rðX"
  b"▀┬ºÒ³¡BHúµ\x0EGgÉp("
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ùz1Ú=]IµÅÚ\x05££¸X="
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"""
    ±ÖÌ\x03\x02D\n
    ôÉ─\x16|Ñ▄Á
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y gŒíaA‹¢Q\r)›ØAa"
  b"Á8ô¦Œ\x11Eɽ‡×\f\x16ò\x04("
  b"ÚÅw┼:yF╗û¾\x15\x1Dl\f\x11û"
  b"¯\x02¯(J\x1EC@©ÖW\x10ì\x0Fi*"
  b"5ß뿞×Nó–Ù|ÊÛR¬Ó"
  b"x7o¦¬ŸK\x02€ãp=L\x1F\x12¿"
  b"\x06ÆÀ\x06è8BÈœÀY\eœN\x01h"
  b"╦ü│·V²Kk»_mÅ­f╬Ù"
  b"…áêC\x15ôM¿ºl§–PÐÚ¶"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"ÄtþÕX\x17Lh¯ê³w\v\x18\x0FJ"
  b"""
    á\n
    ¯\x1F\x02¼J·Žü\f„=bp3
    """
  b"[%Y\fiùJ\eˆœ\v[\r”®æ"
  b"""
    Ñ?\n
    Щ[C7ü/\x02AZ½·©
    """
  b"\x16ªÿçƒ\x06A˜š#\vü¸v¯•"
  b"Qß°V½AK0ކ`\x0EKûA¸"
  b"\x19ùËìÚ@\x17û®­\e0ðêJ"
  b"5\x06ô)åVH†‘ž{R·q^ú"
  b"2¶ıðOg@7À²qC:üKë"
  b"""
    \x07»ÄÌ«zOÀƒ\x06¡õ\x0E$\n
    Ù
    """
  b"g5ÅÙ,‗EQ¼­║┼)$Cî"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"\x1EÏ»\x19\x00░GDü\tM$sfZÐ"
  b"\x1C2┤\MT©?É;┼¯,T"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"O╬aúü$F├òË¥ÇÏ\x1FrV"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"ú«LÚ<ýA└ì;+ö\x1AÅ^Â"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"`”Û"þ$O‡™5`±kî&„"
  b"Bзæ9¥Kå¡”#¥·\x0Fé$"
  b"¬C³MçˆKy„Ž1Ôò!¦Ö"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"È\x7FÎ\x155§Myì=NÄj¡▀H"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Ž•r›6\x18Kþ„Bo k¸@Ú"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"¥&ëž\x05(LL´¾5àÕ\x04¤ã"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"\x19\r‚²Kh±\x15ãÄ™…HÛ"
  b")éï2\x11?LÚ©2ìu¶æÆý"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"&\x19î§\x03]GÔ½Uûœ¼u!"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"îûN2$ç@P»<çË??žî"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"I\x19rÎóuG”¾<\x15€BMö³"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"úË\x1A\x7FM\x01I¯‡µ,cû\x1Eòø"
  b"f@?\x1C\x018F"˜Ù¸’k0\v¤"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"FM¤ÞÕ=E= 1¨Ë?V\x18h"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  "JH[AʫIǶ\x06e~{Hz9"
  b"gó_#€ðLð“±à˜p„F—"
  b"Ü\fB’\x00\x06@V‚¢sæC±øM"
  b"ÏhìFj-EA­-!ÁÎ\x0E È"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"¡rA§þ¼Gü¼ôç▄§ÅOg"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"$ÃN\x1D=ÆGwƒ;…àh¡;~"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"p™Ê‘ÏÃA¢Œþ¨³”ß:ø"
  b"RE}Òê”F ²ÚÌ\x07Ì»5X"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"na²\x1E¿\x18E\x0F‚‹E1µ±ÑÅ"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"§G;\x1F\x00´IO˜–œ¿\t4Áü"
  b"»▀\fî\x11@Jó¢ÉIÒ2ÍûL"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"ð\rý2—uB3‡µ×\x1D“©·\x05"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"ºõá­¥\F2øß%Å3X\rÛ"
  b"\x04\x18;\x1AçãGÂö\x16╣▓Ø^ÌC"
  b"÷\x1E6Ïž?DÛ›ÛƒÙó7æ5"
  b"\x1F!̹±³Am l\x1Cÿ%o\x15ã"
  b"ÃrÙ║┘öD¸ü#þ╔│\x07e┘"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"\x1Cv·W‹ç@ݶÌzåöפ×"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"‘ص©IÈA$­[ ÛS£,H"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"ä9\x101{\rH¯—œÐ/T^\f\r"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"PKÙ_2æ@░ì®b¯½¨Å┤"
]
83 77.05 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"1³F®í[F«§fCž‘SA"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"áZý’™-E³·4{]lFG\e"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  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"€°³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"""
    \\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"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"çW]TÉþD?˜ÅÏÅ\rùØ"
  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"[¨^É ¯L-®ç­B▒uý>"
  b"†ñó´úéJ[Œ2®º\x06üØù"
  b"\x01ÆÚÔI\x1D \x04®{øYN\x03"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"Ô\f×\toºI¶€ßèÒ¤5Tì"
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"/§Wš)MO“¹üI}äž½1"
  b"C\f5 E\x02D–£êK\x18$ÔC›"
  b"¼\x1D|&\rô@zŒzb©ó2\x01·"
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"ò\x0Eë_Ÿ»B\x05²KN\x0F²\x08Hy"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"êìË\x0EÞµKª¼\x02\x1Cc¬–QF"
  b"Œ\x1E\x05<‡JO° G‰è\x17iMR"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"^žO­HÈO[“\x19B–²S,6"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ÅñB3±¦@ÿ▓├ÉÒi\x1E4░"
  b"6Z"r(¦Fo§N\x13\x13ÌCcà"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"XHÝ8hdF¨¾’5+Žô‹\x12"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"®$[ì½L@¼«d\x1FOl·t\t"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"§%'ËÃ\x00F\¦IöK\®\f®"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"q š„3ùGߨ·è\x13\x06\"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"¢ïrÑØÕC-┤±▀Û╬C─z"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"×Nêuc(Oµü[Q×dGåf"
  b"ax\x19~iUI6…Ú·f\e\tËë"
  b"ÚNöx\x0F–M}©…[ìÏݦ•"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¯╠\x07║É\x0FDæù$ó─a³Dd"
  b"õ\fW\x11ÎWCw·\x16ÎçõHOm"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"³ø#\x18/j@ÅÆâá▓ãS¨Ê"
  b"°çÏ¥þ“Hx­á\x0EöS\G?"
  b"!cC\v4ùH;¸Mà…Ör÷\x15"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"Æ'0ìÔËJ¥öôW\e'Y(ð"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"▀2ð\x15{\fO²½Da\x10ìëSÈ"
  b"╦▀\x13cq┼IÆ«ÂH¥®Øst"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"`…#\x0E&'@c‘(<3õ \tu"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x04'ÄœN9¥Pº\x04Ô´‚b"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"-Õ”dÝþK’€^r\x05½F#Î"
  b"\x18âdÚk!K‘’X\tž”,í—"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"U¤H8žýBȾ[G†ÀaPÑ"
  b"V—qÕÐÓF\x7F›ÓýáÕ¦\x1Dz"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"\x07\x1AÐOuWO)ƒâ5Å>®r\x03"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"Æ~ªb\x10.N×´þº‡¡¡-é"
  b"r\f‘HSšEZœ\x02—€L\x00?Z"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"ÈSôé²D„º‹\x0EÜ\x19Û\x07Œ"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"Iõ|̳¢M¨¡ë}r\x16]ßM"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"}\x14 ¶*êF}¡¼qd%l¸L"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"┬]k╩ØmGYƒõ`╬\v¦@0"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"»È6x{ôN╣Åõ§¾lõ¸f"
  b"i¦ÐN€ÙN\x1EŸ°*’{nÎþ"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"""
    JÚ{äÉEOð—É/„'Ì\n
    \e
    """
  b"µÕÏÈÂdG„¸î©²Ð4ì±"
  b"JtI_-óK•›ºÖkàîyå"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"°ÀÆE]-@]¯<c.\x14^6p"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"U1\x11ï7¦My¬6¦Ñ+eÐõ"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"Øw¤ÀÕ4F‘¿^^\x10ªƒ†K"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"Ú€Î&ì[B\x16•oð¯9D\x12Ó"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  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"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ÍÙ\x00ÁtiD+„†\x031²Éi°"
  b"¨9\x14¾^¹L$½Ç\x03ñ—yÕ|"
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"R\x10óƒ\v¨H>¤©G¥\x06\x16"
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"Õ…{\f2>C\x15Ÿ3_EŸ*TS"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"Ÿ\x1EEÌ&¬A‚—ÅØÿd¶¤y"
  b":zùúÆöD; Uš4jx1C"
  b"""
    Åüøÿ><Hª▓\x06\x10;\n
    ¨_²
    """
  b"Šáp\x06ösK\x03žÇ\x02\x1Aì\x14\x1D]"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"\fgæGMܱû©e±.ÍŠ"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"\eôh▄<\x11@┐ñ┬¢¤Ø9¡%"
  b"¿­=ò'ÑMå‰$ÔäÃÙâa"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"\x06ü­rÎ~G{ä1A£°ý\x00\x12"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"ê¤\tšÇ"G3·ÙëMÐÔ»"
  b",ª{¬ãRNÓˆ\x1DÈ~Wÿ*y"
  b"’¡¡\x12Ž.Mb‰é\x06nNÓe¶"
  b":¤^ÿO¾C\x17’™Å\x1F¢\x01"
  b"븣iıÇEÇÉ▄å¤▓\r{?"
  b"¯ÔÞÉø\x03H¤¢\x1Cv\x1F×Äô˜"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"\x19þÍT3‹M\x1E’0=ÿAH&´"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"\x15ëªD'ÑGþ¼ÉÓŒMÓ\x03"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"}°}ˆ·Da‰úð´ï–v/"
  b"Nº:èwÞB²»\x03\x02:Xæ°œ"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"x\fË3ÞéBö³lÄ\x15\v>Ì9"
  b"éÎYäÐÎM\x17í\x08ö\x16iâ╝Ø"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"\v\x1F½xmGš¢`Vá9“_2"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"sâþè8¯K.û6ü╚}¢z┴"
  b""░ì▀¼\eK=ó\x1F╗86ÙþT"
  b"▒╗h®[=GLüüûôƒØIZ"
  b"\x1C\†\x03&æM¶¿Y«i'o\x15œ"
  b"0gŠÐjYBa’©\v ½¦\ž"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"\x15&\x03ÁÂ\x12@n³iÀá=!ZÓ"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"\x17\x1A=(ä±Lì–êoõ\x18g2°"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"\x0E›g½@„‘Niß@í‹ "
  b"r,SX╦;D6░R³\x7F|$ÎÅ"
  b"zŸñþòJz¶…nb^ß@""
  b"ï\x08|„z*M\x1D†…IøöÖ\fb"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[¶4Ø\x12_HcÖ■ıÐ\r\x05"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"Ș\x11\x01äÞFž§å¥Í[Œ‘C"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b""\x10■K▓í@┴üæô©áL╣<"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Q#V=JøDüº±H┬┴C┴e"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"\x1F´ÿûç&A\x04ÜÙkr0\x12┐ü"
  b"»\x02²\x13²!F¢˜A·u§"
  b"—ÇêÿåfFQ›¬ã\x01Gi\x1Eù"
  b"žrœÉ%õCv›€e¹ÅP÷Æ"
  b"´Æ-r \x1EBŒ´—*¬°©J\x07"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"%É·Œ*\x0FKà…"x<›:¬ï"
  b"R!\x05ï╣bAóŬg;64Íð"
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b":¥}¦§”JZ¨ÀÛ\x18÷"°i"
  b"ıHH?\x01sO®É`ö╣╔D\x07l"
  b"Ñ=´M±ï@¤ k©$Ä׊N"
  b"õ÷\x13ÎkÄCáéÔÉÖ:ßzs"
  b"ªá!§ºzJ6îÓìÍòaî╚"
  b"\x18\”OLˆ‚ Ù(V\x11ß›"
  b"\x16~‡¡\x04ãD®…¸Ù²É^D§"
  b"gû'–D½Ol‚%[¤/ê\x17""
  b"\f·U«\x18ûJ-¾%ºé.kEß"
  b"¨mC䘖FU¦’óI›¬3û"
  b"q▀úÅz\x07OËùâÃÊë▓\x7FÔ"
  b"¨|›>\x06d@U‚\r\x04\h€7ï"
  b"ܧ¬ÑÄ\x17MG§ëéíMi\x0FO"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"‗╝!Í]ðJ\x15Çè¹ÓÉ"T\x1A"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"xößNʯEd»Q\x03MvšÓù"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"ıÆ╬fØõE\x1Fë\vάô,?\e"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"õJƒ>\x1AÛD\“ªÐSìe\x08\x1E"
  b"X┼ÌëníN¹Ø¸¶▒­6"5"
  b"irH\x1A~sL4Ø▀ïÔ╝┬Ý┴"
  b"\x1FS_HäìGϵÀFSŰ\vM"
  b"kÇë\x7FıpDðÅFÃ-ÅN¥└"
  b"¥B*¼\x00Q@Ö¬®«Å«7z™"
  b"íkâ\eQû@ˆ´úp|ÇÅ:u"
  b"Åq┐OcaIº╝n\e0y¶X!"
  b"Æ@§\x03\x1CIK¨¼˜b‘ZØ'"
  b"\x01\x00ø4H\x1D¾µ}œ‚/‰—"
  b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"—»ÍÌD¾Gã¥\x0ER\x00åZ H"
  b"©è$ÞR>Držú}\,ÿ­ù"
  b"ßïo\x08ÀìM(‘Qp¨Î.ñd"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"6٨Ъ\x19O>º(³ÕéEUº"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"a×xBéãMš½qô†«Ü™„"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ÍÞz\x1Ds╬@\v×l4[KÅ╚$"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Tq£\x18ö\x19BäœüËÿÓÜ´Á"
  b"{┐K4ÃÅFVüϦtÿ\x1E×^"
  b"{T&µ┼\x16Cü│ÑKíÝõÐô"
  b"YÓQóWiNküñP¦¤,®÷"
  b"[ݦfœ @©¨ùV4zU9°"
  b"zë²\x18a–I\x14±É•npGºK"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"õº¼ôÛZCz¿šwj5Å›Ò"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"žw½”½ÙOL¶Äæo¾_Îu"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b"âÈiÄ1H»×\x05Õ³½ÉùH"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"ôeåY¼.FõŸ‹\x00­¯Ó§\x16"
  b"IîôåòýD޹Pewá¸Vg"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Òz·i—/Hͺ2ûuÌÕ%Õ"
  b"}På([ÃAi¬he¼-‘L•"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"èn53UÛB†œdº˜Ãë<»"
  b"ê*§¼\x07¢LÑ­\x1Aù—\fŒ8Ÿ"
  b" ù¤\x1D5×J€¦[ºÛ‰8¤i"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ïàk£\x1F­A7›µî»H,@ù"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"`qÈ>47EíƒæÑ\x19Ø\x18f‚"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"d>³N÷èLEú<SظN\x05©"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"œO»MÆÎE%žT*)\x16T­´"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b"ÍÍjÈo`HAíN╗k"êɶ"
  b"\x14a´–Eœ’ ¢17rðX"
  b"▀┬ºÒ³¡BHúµ\x0EGgÉp("
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ùz1Ú=]IµÅÚ\x05££¸X="
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"""
    ±ÖÌ\x03\x02D\n
    ôÉ─\x16|Ñ▄Á
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y gŒíaA‹¢Q\r)›ØAa"
  b"Á8ô¦Œ\x11Eɽ‡×\f\x16ò\x04("
  b"ÚÅw┼:yF╗û¾\x15\x1Dl\f\x11û"
  b"¯\x02¯(J\x1EC@©ÖW\x10ì\x0Fi*"
  b"5ß뿞×Nó–Ù|ÊÛR¬Ó"
  b"x7o¦¬ŸK\x02€ãp=L\x1F\x12¿"
  b"\x06ÆÀ\x06è8BÈœÀY\eœN\x01h"
  b"╦ü│·V²Kk»_mÅ­f╬Ù"
  b"…áêC\x15ôM¿ºl§–PÐÚ¶"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"ÄtþÕX\x17Lh¯ê³w\v\x18\x0FJ"
  b"""
    á\n
    ¯\x1F\x02¼J·Žü\f„=bp3
    """
  b"[%Y\fiùJ\eˆœ\v[\r”®æ"
  b"""
    Ñ?\n
    Щ[C7ü/\x02AZ½·©
    """
  b"\x16ªÿçƒ\x06A˜š#\vü¸v¯•"
  b"Qß°V½AK0ކ`\x0EKûA¸"
  b"\x19ùËìÚ@\x17û®­\e0ðêJ"
  b"5\x06ô)åVH†‘ž{R·q^ú"
  b"2¶ıðOg@7À²qC:üKë"
  b"""
    \x07»ÄÌ«zOÀƒ\x06¡õ\x0E$\n
    Ù
    """
  b"g5ÅÙ,‗EQ¼­║┼)$Cî"
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"\x1EÏ»\x19\x00░GDü\tM$sfZÐ"
  b"\x1C2┤\MT©?É;┼¯,T"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"O╬aúü$F├òË¥ÇÏ\x1FrV"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"ú«LÚ<ýA└ì;+ö\x1AÅ^Â"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"`”Û"þ$O‡™5`±kî&„"
  b"Bзæ9¥Kå¡”#¥·\x0Fé$"
  b"¬C³MçˆKy„Ž1Ôò!¦Ö"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"È\x7FÎ\x155§Myì=NÄj¡▀H"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Ž•r›6\x18Kþ„Bo k¸@Ú"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"¥&ëž\x05(LL´¾5àÕ\x04¤ã"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"\x19\r‚²Kh±\x15ãÄ™…HÛ"
  b")éï2\x11?LÚ©2ìu¶æÆý"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"&\x19î§\x03]GÔ½Uûœ¼u!"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"îûN2$ç@P»<çË??žî"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"I\x19rÎóuG”¾<\x15€BMö³"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"úË\x1A\x7FM\x01I¯‡µ,cû\x1Eòø"
  b"f@?\x1C\x018F"˜Ù¸’k0\v¤"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"FM¤ÞÕ=E= 1¨Ë?V\x18h"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  "JH[AʫIǶ\x06e~{Hz9"
  b"gó_#€ðLð“±à˜p„F—"
  b"Ü\fB’\x00\x06@V‚¢sæC±øM"
  b"ÏhìFj-EA­-!ÁÎ\x0E È"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"¡rA§þ¼Gü¼ôç▄§ÅOg"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"$ÃN\x1D=ÆGwƒ;…àh¡;~"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"p™Ê‘ÏÃA¢Œþ¨³”ß:ø"
  b"RE}Òê”F ²ÚÌ\x07Ì»5X"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"na²\x1E¿\x18E\x0F‚‹E1µ±ÑÅ"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"§G;\x1F\x00´IO˜–œ¿\t4Áü"
  b"»▀\fî\x11@Jó¢ÉIÒ2ÍûL"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"ð\rý2—uB3‡µ×\x1D“©·\x05"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"ºõá­¥\F2øß%Å3X\rÛ"
  b"\x04\x18;\x1AçãGÂö\x16╣▓Ø^ÌC"
  b"÷\x1E6Ïž?DÛ›ÛƒÙó7æ5"
  b"\x1F!̹±³Am l\x1Cÿ%o\x15ã"
  b"ÃrÙ║┘öD¸ü#þ╔│\x07e┘"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"\x1Cv·W‹ç@ݶÌzåöפ×"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"‘ص©IÈA$­[ ÛS£,H"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"ä9\x101{\rH¯—œÐ/T^\f\r"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"PKÙ_2æ@░ì®b¯½¨Å┤"
]
84 3.10 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"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\x00ø4H\x1D¾µ}œ‚/‰—"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04\x18;\x1AçãGÂö\x16╣▓Ø^ÌC"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06ü­rÎ~G{ä1A£°ý\x00\x12"
  b"\x06ÆÀ\x06è8BÈœÀY\eœN\x01h"
  b"\x07\x1AÐOuWO)ƒâ5Å>®r\x03"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"""
    \x07»ÄÌ«zOÀƒ\x06¡õ\x0E$\n
    Ù
    """
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\f·U«\x18ûJ-¾%ºé.kEß"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"\x15&\x03ÁÂ\x12@n³iÀá=!ZÓ"
  b"\x15ëªD'ÑGþ¼ÉÓŒMÓ\x03"
  b"\x16~‡¡\x04ãD®…¸Ù²É^D§"
  b"\x16ªÿçƒ\x06A˜š#\vü¸v¯•"
  b"\x17\x1A=(ä±Lì–êoõ\x18g2°"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18âdÚk!K‘’X\tž”,í—"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"\x19þÍT3‹M\x1E’0=ÿAH&´"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"\eôh▄<\x11@┐ñ┬¢¤Ø9¡%"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C\†\x03&æM¶¿Y«i'o\x15œ"
  b"\x1Cv·W‹ç@ݶÌzåöפ×"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÏ»\x19\x00░GDü\tM$sfZÐ"
  b"\x1F!̹±³Am l\x1Cÿ%o\x15ã"
  b"\x1FS_HäìGϵÀFSŰ\vM"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F´ÿûç&A\x04ÜÙkr0\x12┐ü"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!cC\v4ùH;¸Mà…Ör÷\x15"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""░ì▀¼\eK=ó\x1F╗86ÙþT"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÃN\x1D=ÆGwƒ;…àh¡;~"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"\x04'ÄœN9¥Pº\x04Ô´‚b"
  b"%É·Œ*\x0FKà…"x<›:¬ï"
  b"\x0E›g½@„‘Niß@í‹ "
  b"&\x19î§\x03]GÔ½Uûœ¼u!"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b")éï2\x11?LÚ©2ìu¶æÆý"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"\x19\r‚²Kh±\x15ãÄ™…HÛ"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",ª{¬ãRNÓˆ\x1DÈ~Wÿ*y"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-Õ”dÝþK’€^r\x05½F#Î"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  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"/§Wš)MO“¹üI}äž½1"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0gŠÐjYBa’©\v ½¦\ž"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"2¶ıðOg@7À²qC:üKë"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"5\x06ô)åVH†‘ž{R·q^ú"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5ß뿞×Nó–Ù|ÊÛR¬Ó"
  b"6Z"r(¦Fo§N\x13\x13ÌCcà"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6٨Ъ\x19O>º(³ÕéEUº"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":zùúÆöD; Uš4jx1C"
  b":¤^ÿO¾C\x17’™Å\x1F¢\x01"
  b":¥}¦§”JZ¨ÀÛ\x18÷"°i"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bзæ9¥Kå¡”#¥·\x0Fé$"
  b"C\f5 E\x02D–£êK\x18$ÔC›"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FM¤ÞÕ=E= 1¨Ë?V\x18h"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"I\x19rÎóuG”¾<\x15€BMö³"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IîôåòýD޹Pewá¸Vg"
  b"Iõ|̳¢M¨¡ë}r\x16]ßM"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  "JH[AʫIǶ\x06e~{Hz9"
  b"JtI_-óK•›ºÖkàîyå"
  b"""
    JÚ{äÉEOð—É/„'Ì\n
    \e
    """
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"L”aªŸ#Gˑۿck1œ?"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x14a´–Eœ’ ¢17rðX"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"Nº:èwÞB²»\x03\x02:Xæ°œ"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"\x01ÆÚÔI\x1D \x04®{øYN\x03"
  b"O╬aúü$F├òË¥ÇÏ\x1FrV"
  b"PKÙ_2æ@░ì®b¯½¨Å┤"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"Qß°V½AK0ކ`\x0EKûA¸"
  b"R\x10óƒ\v¨H>¤©G¥\x06\x16"
  b"R!\x05ï╣bAóŬg;64Íð"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RE}Òê”F ²ÚÌ\x07Ì»5X"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Tq£\x18ö\x19BäœüËÿÓÜ´Á"
  b"U1\x11ï7¦My¬6¦Ñ+eÐõ"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"U¤H8žýBȾ[G†ÀaPÑ"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"V—qÕÐÓF\x7F›ÓýáÕ¦\x1Dz"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"XHÝ8hdF¨¾’5+Žô‹\x12"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X┼ÌëníN¹Ø¸¶▒­6"5"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y gŒíaA‹¢Q\r)›ØAa"
  b"YÓQóWiNküñP¦¤,®÷"
  b"\x1C2┤\MT©?É;┼¯,T"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[%Y\fiùJ\eˆœ\v[\r”®æ"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ݦfœ @©¨ùV4zU9°"
  b"[¶4Ø\x12_HcÖ■ıÐ\r\x05"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"^žO­HÈO[“\x19B–²S,6"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"`qÈ>47EíƒæÑ\x19Ø\x18f‚"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`…#\x0E&'@c‘(<3õ \tu"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"ax\x19~iUI6…Ú·f\e\tËë"
  b"a×xBéãMš½qô†«Ü™„"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"d>³N÷èLEú<SظN\x05©"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"f@?\x1C\x018F"˜Ù¸’k0\v¤"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g5ÅÙ,‗EQ¼­║┼)$Cî"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"gó_#€ðLð“±à˜p„F—"
  b"gû'–D½Ol‚%[¤/ê\x17""
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"irH\x1A~sL4Ø▀ïÔ╝┬Ý┴"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"i¦ÐN€ÙN\x1EŸ°*’{nÎþ"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÇë\x7FıpDðÅFÃ-ÅN¥└"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m®P?’kEä…+“C\x06ØÁç"
  b"na²\x1E¿\x18E\x0F‚‹E1µ±ÑÅ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"p™Ê‘ÏÃA¢Œþ¨³”ß:ø"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q š„3ùGߨ·è\x13\x06\"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"q▀úÅz\x07OËùâÃÊë▓\x7FÔ"
  b"r\f‘HSšEZœ\x02—€L\x00?Z"
  b"r,SX╦;D6░R³\x7F|$ÎÅ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"sâþè8¯K.û6ü╚}¢z┴"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"x\fË3ÞéBö³lÄ\x15\v>Ì9"
  b"x7o¦¬ŸK\x02€ãp=L\x1F\x12¿"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"zŸñþòJz¶…nb^ß@""
  b"zë²\x18a–I\x14±É•npGºK"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{T&µ┼\x16Cü│ÑKíÝõÐô"
  b"{┐K4ÃÅFVüϦtÿ\x1E×^"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"\x18\”OLˆ‚ Ù(V\x11ß›"
  b"}\x14 ¶*êF}¡¼qd%l¸L"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}På([ÃAi¬he¼-‘L•"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}°}ˆ·Da‰úð´ï–v/"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"éÎYäÐÎM\x17í\x08ö\x16iâ╝Ø"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…áêC\x15ôM¿ºl§–PÐÚ¶"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†ñó´úéJ[Œ2®º\x06üØù"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"\v\x1F½xmGš¢`Vá9“_2"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"븣iıÇEÇÉ▄å¤▓\r{?"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"Šáp\x06ösK\x03žÇ\x02\x1Aì\x14\x1D]"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"Œ\x1E\x05<‡JO° G‰è\x17iMR"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž•r›6\x18Kþ„Bo k¸@Ú"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Åq┐OcaIº╝n\e0y¶X!"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"""
    Åüøÿ><Hª▓\x06\x10;\n
    ¨_²
    """
  b"ÅñB3±¦@ÿ▓├ÉÒi\x1E4░"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"‘ص©IÈA$­[ ÛS£,H"
  b"Æ'0ìÔËJ¥öôW\e'Y(ð"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"’¡¡\x12Ž.Mb‰é\x06nNÓe¶"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"ùz1Ú=]IµÅÚ\x05££¸X="
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—»ÍÌD¾Gã¥\x0ER\x00åZ H"
  b"—ÇêÿåfFQ›¬ã\x01Gi\x1Eù"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œO»MÆÎE%žT*)\x16T­´"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"×Nêuc(Oµü[Q×dGåf"
  b"žrœÉ%õCv›€e¹ÅP÷Æ"
  b"žw½”½ÙOL¶Äæo¾_Îu"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž“_Hß”C2­ii1º,ýä"
  b"Ÿ\x1EEÌ&¬A‚—ÅØÿd¶¤y"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" ù¤\x1D5×J€¦[ºÛ‰8¤i"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"ú«LÚ<ýA└ì;+ö\x1AÅ^Â"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥&ëž\x05(LL´¾5àÕ\x04¤ã"
  b"""
    Ñ?\n
    Щ[C7ü/\x02AZ½·©
    """
  b"¥B*¼\x00Q@Ö¬®«Å«7z™"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"ªá!§ºzJ6îÓìÍòaî╚"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§%'ËÃ\x00F\¦IöK\®\f®"
  b"§G;\x1F\x00´IO˜–œ¿\t4Áü"
  b"ºõá­¥\F2øß%Å3X\rÛ"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"¨9\x14¾^¹L$½Ç\x03ñ—yÕ|"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mC䘖FU¦’óI›¬3û"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨|›>\x06d@U‚\r\x04\h€7ï"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"®$[ì½L@¼«d\x1FOl·t\t"
  b"©è$ÞR>Držú}\,ÿ­ù"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬C³MçˆKy„Ž1Ôò!¦Ö"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"¡rA§þ¼Gü¼ôç▄§ÅOg"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"¯\x02¯(J\x1EC@©ÖW\x10ì\x0Fi*"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"»È6x{ôN╣Åõ§¾lõ¸f"
  b"¯ÔÞÉø\x03H¤¢\x1Cv\x1F×Äô˜"
  b"»▀\fî\x11@Jó¢ÉIÒ2ÍûL"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"°ÀÆE]-@]¯<c.\x14^6p"
  b"°çÏ¥þ“Hx­á\x0EöS\G?"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"▒╗h®[=GLüüûôƒØIZ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´Æ-r \x1EBŒ´—*¬°©J\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µÕÏÈÂdG„¸î©²Ð4ì±"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x02²\x13²!F¢˜A·u§"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼\x1D|&\rô@zŒzb©ó2\x01·"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢ïrÑØÕC-┤±▀Û╬C─z"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿­=ò'ÑMå‰$ÔäÃÙâa"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"Á8ô¦Œ\x11Eɽ‡×\f\x16ò\x04("
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"\x19ùËìÚ@\x17û®­\e0ðêJ"
  b"┬]k╩ØmGYƒõ`╬\v¦@0"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄtþÕX\x17Lh¯ê³w\v\x18\x0FJ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Æ@§\x03\x1CIK¨¼˜b‘ZØ'"
  b"Æ~ªb\x10.N×´þº‡¡¡-é"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"ÃrÙ║┘öD¸ü#þ╔│\x07e┘"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"âÈiÄ1H»×\x05Õ³½ÉùH"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈSôé²D„º‹\x0EÜ\x19Û\x07Œ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"Ș\x11\x01äÞFž§å¥Í[Œ‘C"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦ü│·V²Kk»_mÅ­f╬Ù"
  b"╦▀\x13cq┼IÆ«ÂH¥®Øst"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"ÍÙ\x00ÁtiD+„†\x031²Éi°"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"ÏhìFj-EA­-!ÁÎ\x0E È"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"Ñ=´M±ï@¤ k©$Ä׊N"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"Òz·i—/Hͺ2ûuÌÕ%Õ"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"Ô\f×\toºI¶€ßèÒ¤5Tì"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È\x7FÎ\x155§Myì=NÄj¡▀H"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ıHH?\x01sO®É`ö╣╔D\x07l"
  b"Õ…{\f2>C\x15Ÿ3_EŸ*TS"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ıÆ╬fØõE\x1Fë\vάô,?\e"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÍÍjÈo`HAíN╗k"êɶ"
  b"ÍÞz\x1Ds╬@\v×l4[KÅ╚$"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øw¤ÀÕ4F‘¿^^\x10ªƒ†K"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  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"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"ÚNöx\x0F–M}©…[ìÏݦ•"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"Ú€Î&ì[B\x16•oð¯9D\x12Ó"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ü\fB’\x00\x06@V‚¢sæC±øM"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܧ¬ÑÄ\x17MG§ëéíMi\x0FO"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"▀2ð\x15{\fO²½Da\x10ìëSÈ"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"▀┬ºÒ³¡BHúµ\x0EGgÉp("
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ßïo\x08ÀìM(‘Qp¨Î.ñd"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"""
    á\n
    ¯\x1F\x02¼J·Žü\f„=bp3
    """
  b"áZý’™-E³·4{]lFG\e"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ä9\x101{\rH¯—œÐ/T^\f\r"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b"õ÷\x13ÎkÄCáéÔÉÖ:ßzs"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èn53UÛB†œdº˜Ãë<»"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"ÚÅw┼:yF╗û¾\x15\x1Dl\f\x11û"
  b"ê*§¼\x07¢LÑ­\x1Aù—\fŒ8Ÿ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"ê¤\tšÇ"G3·ÙëMÐÔ»"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"êìË\x0EÞµKª¼\x02\x1Cc¬–QF"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"íkâ\eQû@ˆ´úp|ÇÅ:u"
  b"ízšf>\r@!’4â@«G£“"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯╠\x07║É\x0FDæù$ó─a³Dd"
  b"îûN2$ç@P»<çË??žî"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"ï\x08|„z*M\x1D†…IøöÖ\fb"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ïàk£\x1F­A7›µî»H,@ù"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð\rý2—uB3‡µ×\x1D“©·\x05"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±ÖÌ\x03\x02D\n
    ôÉ─\x16|Ñ▄Á
    """
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ò\x0Eë_Ÿ»B\x05²KN\x0F²\x08Hy"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"‗╝!Í]ðJ\x15Çè¹ÓÉ"T\x1A"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôeåY¼.FõŸ‹\x00­¯Ó§\x16"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ\fW\x11ÎWCw·\x16ÎçõHOm"
  b"õJƒ>\x1AÛD\“ªÐSìe\x08\x1E"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õº¼ôÛZCz¿šwj5Å›Ò"
  b"÷\x1E6Ïž?DÛ›ÛƒÙó7æ5"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"úË\x1A\x7FM\x01I¯‡µ,cû\x1Eòø"
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"³ø#\x18/j@ÅÆâá▓ãS¨Ê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"W\x02ü!NJBC‚pA\x7F¤skÅ"
]
85 2.29 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"Ã`\x00éÉÏM║«?oKâ&ئ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ù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"²Ì\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"õ•"¨‡ù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"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"öS0µ3[C¨º9ºì}DªT"
  b"÷aÇ9╔\x04K¹Ø\x04iHtÐÞþ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"╠Y\r╝DÀ@\x16ÿd═|ÿØ┌ð"
  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"\x02\x14Ã\e³D®”Â\x10°>³¥ "
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"v#Ì8á\x15J'—"{\x05·×E\x03"
  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""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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"\x01\x16•‡¼~òƒ)(9\x11\x08®ö"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"²Ì\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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"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"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"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"Ãd>Éô.B§ö±ZSiÿÝ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"÷aÇ9╔\x04K¹Ø\x04iHtÐÞþ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ض¡ªôÐMl╝ð\x1D\x04uÜb "
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  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"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"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"\x01¹üƒºWD╚Ño▄\tü8\e®"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 10.42 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"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\x00ø4H\x1D¾µ}œ‚/‰—"
  b"\x01\x08é¢O%¼·ÈC\eBìC"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\x12çcª¶Bˆ†\x03Ñ DNkˆ"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04\x18;\x1AçãGÂö\x16╣▓Ø^ÌC"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04’7Š\x1FÅO\x12·}\x02_Åø-Ò"
  b"""
    \x04ðî‚14OƘ©™U‰\n
    }…
    """
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06ü­rÎ~G{ä1A£°ý\x00\x12"
  b"\x06ÆÀ\x06è8BÈœÀY\eœN\x01h"
  b"\x07\x1AÐOuWO)ƒâ5Å>®r\x03"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07:\eYF╚Cöì│┌ÕZÈÏ┬"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"""
    \x07»ÄÌ«zOÀƒ\x06¡õ\x0E$\n
    Ù
    """
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"\x08n.\x14\x12-D\x17½+gDQô±0"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    éÖ1زL'¿) "Ö\x02c\x12
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v¶gf\x14ÿM©…L‰±C5ú\r"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"\f(Q▄r─KªÅâ®\x0Fc\x1CN┼"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\f·U«\x18ûJ-¾%ºé.kEß"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{î ° I7—Ì©bò\x13"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E®\x0EdE\x05@‰¶|1Ìò\x078M"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F<Ä¡ÛùM×@]‡Ð]g,"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10ކU5ºGv´Ÿ£\x1Dá+(*"
  b"""
    \x10åYH¦.Fþ©ÀÏ;0\x16\n
    ê
    """
  b"\x11Dp-„)JÚ»¡h0ü³ig"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x11‹Í¤P¥A¸„ï\x1EK\x04Á×5"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x138¡—°ÔAœŒgâ)¸Vçì"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"\x13ßI╦\x12ýNRü¥\x12/\x1EXÐÜ"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14¨}Rì~B²¶¼³a\x12W®™"
  b"\x14¹€¼h†Mî¶IáôaÛÔâ"
  b"\x14Û4FNhE]¾\x01$âC£µ’"
  b"\x15&\x03ÁÂ\x12@n³iÀá=!ZÓ"
  b"\x15ëªD'ÑGþ¼ÉÓŒMÓ\x03"
  b"\x16~‡¡\x04ãD®…¸Ù²É^D§"
  b"\x16ªÿçƒ\x06A˜š#\vü¸v¯•"
  b"\x17\x1A=(ä±Lì–êoõ\x18g2°"
  b"\x17<½ú\rQJÌ╝éBL\x03Ø0║"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x18fŸcÙŒJI“ƒEù\x05o»&"
  b"\x18âdÚk!K‘’X\tž”,í—"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19ó64\x16¶@¥ñ\x04ıçñ#[É"
  b"\x19¢½&ÞåEr–oÍQÌY¼\x18"
  b"\x19þÍT3‹M\x1E’0=ÿAH&´"
  b"\x1A(F#A°IÞ¥(—¼·‡m:"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1AŒÝü€ýGR£í¬¼iŸ¤S"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"\eôh▄<\x11@┐ñ┬¢¤Ø9¡%"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C\†\x03&æM¶¿Y«i'o\x15œ"
  b"\x1Cv·W‹ç@ݶÌzåöפ×"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1EBÆ@l±@üÂvbLÚ\x18ò;"
  b"\x1EÏ»\x19\x00░GDü\tM$sfZÐ"
  b"\x1F!̹±³Am l\x1Cÿ%o\x15ã"
  b"\x1FS_HäìGϵÀFSŰ\vM"
  b"\x1F‘÷¿˜þL¤¤¨ô=\x1F*!\x17"
  b"\x1FÑlÐoËBªì~}î̽ËÖ"
  b"\x1F´ÿûç&A\x04ÜÙkr0\x12┐ü"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!cC\v4ùH;¸Mà…Ör÷\x15"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b""\x10■K▓í@┴üæô©áL╣<"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""░ì▀¼\eK=ó\x1F╗86ÙþT"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ÃN\x1D=ÆGwƒ;…àh¡;~"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"%\x07¯q\x0EÅBªš®¨\x10Û\x04˜""
  b"\x04'ÄœN9¥Pº\x04Ô´‚b"
  b"%É·Œ*\x0FKà…"x<›:¬ï"
  b"\x0E›g½@„‘Niß@í‹ "
  b"&\x19î§\x03]GÔ½Uûœ¼u!"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x03Ù–ûKZ«TŒ\x02YGè|"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b")éï2\x11?LÚ©2ìu¶æÆý"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"\x19\r‚²Kh±\x15ãÄ™…HÛ"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",ª{¬ãRNÓˆ\x1DÈ~Wÿ*y"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-Õ”dÝþK’€^r\x05½F#Î"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  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"/§Wš)MO“¹üI}äž½1"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0gŠÐjYBa’©\v ½¦\ž"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1³F®í[F«§fCž‘SA"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"2¶ıðOg@7À²qC:üKë"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3ݼ¼‹©MF§\x1D,Ù¨ªâÒ"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"5\x06ô)åVH†‘ž{R·q^ú"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5ß뿞×Nó–Ù|ÊÛR¬Ó"
  b"6Z"r(¦Fo§N\x13\x13ÌCcà"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6٨Ъ\x19O>º(³ÕéEUº"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8\x05\x17t■.K%╗\x08ì#H´ûÝ"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"::ãr;åFłʪ\x1DèBÖ§"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b":zùúÆöD; Uš4jx1C"
  b":¤^ÿO¾C\x17’™Å\x1F¢\x01"
  b":¥}¦§”JZ¨ÀÛ\x18÷"°i"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";Z0i¹!B#£Þm–‚³‘o"
  b"\x1EniÓHÄ£\x0F0BÅ‗┬,"
  b"<4¨™o\x01H΢¿ðh™Éχ"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"="ô\x16wÙIv“b\x16ôK}\x1D"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=fbcb;J"œ\x01\x17BHh·Í"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?ßBo¼µNþŪÏi¿l\x04\f"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"@·ì»+ıC­Æ╩\x10ÏJ]¦9"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A&ûö‚\x0ELØ­ƒ±–\x13v¤2"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"B\x02¡ù*\x07HE´lÁkº\x15Ki"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"Bзæ9¥Kå¡”#¥·\x0Fé$"
  b"C\f5 E\x02D–£êK\x18$ÔC›"
  b"DŽÀ|ËXGF‰DÇ@|Âí³"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"D╦?\f¿$L\x10ù╔O\x19ýdØ\x1C"
  b"Dõ¦Tø'BX¶}±\x04ú¼ûv"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"""
    Ep\x10\n
    RÇO°¹ 6\x19Ff\x16Y
    """
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"F3ì\x13ÚfHEª~6Y¸A\x10\x11"
  b"FM¤ÞÕ=E= 1¨Ë?V\x18h"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H¾þ‚mÀCFŸf¢š 8X\v"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"I\x19rÎóuG”¾<\x15€BMö³"
  b"IGÍ¢,┬JiêÉòßW╩\x11Ù"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"IîôåòýD޹Pewá¸Vg"
  b"Iõ|̳¢M¨¡ë}r\x16]ßM"
  b"J(É┼\x06╩A¨░pk░,\x15»|"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  "JH[AʫIǶ\x06e~{Hz9"
  b"JtI_-óK•›ºÖkàîyå"
  b"""
    JÚ{äÉEOð—É/„'Ì\n
    \e
    """
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K6Å\f¶NJ\x03¶¿~oÎÇ‹0"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"L”aªŸ#Gˑۿck1œ?"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"\x14a´–Eœ’ ¢17rðX"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"Nº:èwÞB²»\x03\x02:Xæ°œ"
  b"O\x19Í\x13Ï´G>£v)ähU\x13Þ"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"\x01ÆÚÔI\x1D \x04®{øYN\x03"
  b"O╬aúü$F├òË¥ÇÏ\x1FrV"
  b"PKÙ_2æ@░ì®b¯½¨Å┤"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QB\x00ß©áLì¥pU\x01\r\x13M\x01"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"Qß°V½AK0ކ`\x0EKûA¸"
  b"R\x10óƒ\v¨H>¤©G¥\x06\x16"
  b"R!\x05ï╣bAóŬg;64Íð"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RE}Òê”F ²ÚÌ\x07Ì»5X"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"TNJ\x0E¨sO\fÅ\x10\x060‗æ¾â"
  b"Tq£\x18ö\x19BäœüËÿÓÜ´Á"
  b"U1\x11ï7¦My¬6¦Ñ+eÐõ"
  b"ULÉ9p’C|…Kñ©JÍY…"
  b"U¤H8žýBȾ[G†ÀaPÑ"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V)'¼x‡L\f‚À\x07Ç¢¥‘·"
  b"V—qÕÐÓF\x7F›ÓýáÕ¦\x1Dz"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"W:\x14=;éDšˆ\x07\x1C\x7FX`"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"XHÝ8hdF¨¾’5+Žô‹\x12"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"X×┤j¾BO?¬øØð▓▀ýÓ"
  b"X┼ÌëníN¹Ø¸¶▒­6"5"
  b"Y\x07‰à\x00úJI®K(Î×\x07\x16Ô"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"Y gŒíaA‹¢Q\r)›ØAa"
  b"YÓQóWiNküñP¦¤,®÷"
  b"\x1C2┤\MT©?É;┼¯,T"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[%Y\fiùJ\eˆœ\v[\r”®æ"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ݦfœ @©¨ùV4zU9°"
  b"[¶4Ø\x12_HcÖ■ıÐ\r\x05"
  b"[¨^É ¯L-®ç­B▒uý>"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\±ÁâGÙHŠ›¡¾5îþô)"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"]Ÿý’JqE=©Š¢~ÉÁf3"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^\x1DˆZœlMU‘<\x16c¸ºÖ\r"
  b"^I*Ä3\x12@s©h¢c®\x02î†"
  b"^žO­HÈO[“\x19B–²S,6"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"""
    _mU\x14ØíC\x10¢j\x08└}\n
    ¡ÿ
    """
  b"_▓û─é¼MÄÁà¦O\x1CÚèü"
  b"`qÈ>47EíƒæÑ\x19Ø\x18f‚"
  b"`y\t¯ßb@ÅíÑÜj}äp|"
  b"`…#\x0E&'@c‘(<3õ \tu"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`”Û"þ$O‡™5`±kî&„"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"ax\x19~iUI6…Ú·f\e\tËë"
  b"a×xBéãMš½qô†«Ü™„"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"d*x˜ŽÏD‘–d¤Õ0~É‘"
  b"d>³N÷èLEú<SظN\x05©"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"e›˜3Ý9Bª¿(U¢@>K:"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"f@?\x1C\x018F"˜Ù¸’k0\v¤"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fÖZ¹«\x03JÅžs|\x04ÿjm6"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g5ÅÙ,‗EQ¼­║┼)$Cî"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"gó_#€ðLð“±à˜p„F—"
  b"gû'–D½Ol‚%[¤/ê\x17""
  b"hÇo\x18^…N\eªmÅ\x10hÔÎÛ"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"i\x10,öëLGYƒ³g^H㉖"
  b"irH\x1A~sL4Ø▀ïÔ╝┬Ý┴"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"i¦ÐN€ÙN\x1EŸ°*’{nÎþ"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"keðN»ÓJƒ³Á\x107‚e\x00Æ"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kÇë\x7FıpDðÅFÃ-ÅN¥└"
  b"kŒ×¼ƒ\x7FM0‘Ÿ#Uî믵"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"l%“²¥>F¥¡ŽËÄ<5„F"
  b"l`\x03(7\x04E"ótècÓì+è"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m®P?’kEä…+“C\x06ØÁç"
  b"na²\x1E¿\x18E\x0F‚‹E1µ±ÑÅ"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"oá©k•õMÕ‚ve¸½S;f"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"pO%¯=└MÖä▄ÑVØZ²j"
  b"p™Ê‘ÏÃA¢Œþ¨³”ß:ø"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q š„3ùGߨ·è\x13\x06\"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"q▀úÅz\x07OËùâÃÊë▓\x7FÔ"
  b"r\f‘HSšEZœ\x02—€L\x00?Z"
  b"r,SX╦;D6░R³\x7F|$ÎÅ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"rf‗°\x10ÂMc┤ؽú┴LpÜ"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"sâþè8¯K.û6ü╚}¢z┴"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"t)aÒ!öEC¸1Uy››Ì~"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"""
    u6•¹]sDî¸ðh\x02\n
    |Ô*
    """
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u«õbá4L¯¯å\t%³¾\r~"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"w9«ü\x1CÛL´»«Škd|6\x13"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wŸ@g32Dø£·%Uhe¶Y"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"x\fË3ÞéBö³lÄ\x15\v>Ì9"
  b"x7o¦¬ŸK\x02€ãp=L\x1F\x12¿"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"zŸñþòJz¶…nb^ß@""
  b"zë²\x18a–I\x14±É•npGºK"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"züu\x13iGF,‹eR\rôVÚ’"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{T&µ┼\x16Cü│ÑKíÝõÐô"
  b"{┐K4ÃÅFVüϦtÿ\x1E×^"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"\x18\”OLˆ‚ Ù(V\x11ß›"
  b"}\x14 ¶*êF}¡¼qd%l¸L"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}På([ÃAi¬he¼-‘L•"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}°}ˆ·Da‰úð´ï–v/"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~#N€I°Dl¿-\x13¼Èw\x1E»"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~PTQ\x1AeM0“\x111aRרÇ"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj[®Y¡D5¢Þ/ÿþÓ\x11-"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü-\x1Dg\x12ÿG\x13áÖ┤╣┼4µ="
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¶Ù╠'µL\x10øSå\x04┐¿&ü"
  b"égªÝÅóE­â█├ ║Ù\x079"
  b"éÎYäÐÎM\x17í\x08ö\x16iâ╝Ø"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"ä┘┘cP\H█Æ(5NÞÅÂü"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"…3\x08B\x1FlMs™1|9¦†ñ."
  b"""
    à╔Ç¡ízFÂÄü\n
    ¹║┌åY
    """
  b"…áêC\x15ôM¿ºl§–PÐÚ¶"
  b"…úÕrX7F㸆-S$H„ö"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"†ñó´úéJ[Œ2®º\x06üØù"
  b"卨\x06Ê\eEÎú\x1C¬è╦Ïæ┐"
  b"\v\x1F½xmGš¢`Vá9“_2"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆÿ#ëñ¯OsŸ\e«v\x0Fχ|"
  b"‰mFqÕÐJƒ…\x06©žÐyIÐ"
  b"‰ÀñiÀ»Kr¡J]GÀÌF "
  b"븣iıÇEÇÉ▄å¤▓\r{?"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"Šu\x14Ü\ÃB\x1F\x1ENàñ;\x10<"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"Šáp\x06ösK\x03žÇ\x02\x1Aì\x14\x1D]"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"Œ\x1E\x05<‡JO° G‰è\x17iMR"
  b"Œ+Šuô^I;²G´¼X^L\x03"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Ž•r›6\x18Kþ„Bo k¸@Ú"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å*ÚæxFIãº\x1Aó$ á■\x06"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Åq┐OcaIº╝n\e0y¶X!"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"""
    Åüøÿ><Hª▓\x06\x10;\n
    ¨_²
    """
  b"ÅñB3±¦@ÿ▓├ÉÒi\x1E4░"
  b"Å╣»ï³aHý½´È®4ı¥s"
  b"Åý÷iÓ÷L╔ªQY▒ÇÅ▒¸"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"‘ص©IÈA$­[ ÛS£,H"
  b"Æ'0ìÔËJ¥öôW\e'Y(ð"
  b"’:ÕüŸÌK&´_&/}. \x15"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"’¡¡\x12Ž.Mb‰é\x06nNÓe¶"
  b"’¤\x13ý¾ËJ©™8”ròM\x07©"
  b"“@¸y"ÏOäš¡\x07ìOålÅ"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôé\v[)\x05C\x0F▓Ìå╦ÝW\x17Å"
  b"ôöìyë╣J╗¼Â Ò├ñý+"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“÷ a·VBÚ„˜~‚8D…¾"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"–‚º\x01±&FG¸¼^)ò?æÙ"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"—f\x0EóVWBR†¹\‚ܰ/-"
  b"ùz1Ú=]IµÅÚ\x05££¸X="
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—»ÍÌD¾Gã¥\x0ER\x00åZ H"
  b"—ÇêÿåfFQ›¬ã\x01Gi\x1Eù"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"™ê× \x07AB\x01¶’‹\x05û»¥N"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"š*Y\e¥wHØ“Ã\x02\r]²sf"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œO»MÆÎE%žT*)\x16T­´"
  b"£x┬┤ ╔JÖöÅÂf'¡lþ"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"Ø]§Îª#J#ºYÜË`┼┤\x1F"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"×Nêuc(Oµü[Q×dGåf"
  b"žrœÉ%õCv›€e¹ÅP÷Æ"
  b"žw½”½ÙOL¶Äæo¾_Îu"
  b"ž…OÌ\x08\x19D!»4ÿ\x19˜Šàù"
  b"ž“_Hß”C2­ii1º,ýä"
  b"Ÿ\x1EEÌ&¬A‚—ÅØÿd¶¤y"
  b"ƒ0ìs[╦E┐ê]²wsÿ{\x14"
  b"ŸcQ\x14<.I‘§\x1DezŠòÆñ"
  b"ŸÒ\x04Q\x05vF\x0F»9³ÝL)xþ"
  b" \x02æ;µ;Eí¢ªÚYBNÙ("
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" ù¤\x1D5×J€¦[ºÛ‰8¤i"
  b"¡=‚^ÛÂHrš\x11*ÌûËܯ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"¡‚×éfÛMÿµ\x7F¹\r[\x12ÝŒ"
  b"¡¦?ÀHWN\x02›÷q‹\x1A\x00\x04-"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ú9ôÄßí@ç░\x10ÇEGÕöÉ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"£rSN¶¶CƵ[Gï\x15šN6"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"ú«LÚ<ýA└ì;+ö\x1AÅ^Â"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"¤‹?\x1DurMi€\x1A\x04Ì\x18û·"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥&ëž\x05(LL´¾5àÕ\x04¤ã"
  b"""
    Ñ?\n
    Щ[C7ü/\x02AZ½·©
    """
  b"¥B*¼\x00Q@Ö¬®«Å«7z™"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥†È$fÉJ/ž.qƒÔJ\tr"
  b"¥’àÌF+N™“\t\r.øÁ€w"
  b"ªá!§ºzJ6îÓìÍòaî╚"
  b"ªÞi×n^D­É»sÖ»Ö)Ã"
  b"§%'ËÃ\x00F\¦IöK\®\f®"
  b"§G;\x1F\x00´IO˜–œ¿\t4Áü"
  b"ºõá­¥\F2øß%Å3X\rÛ"
  b"¿\x16·Ù;ñL\x0FØdø\x1D║7\t)"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"¨9\x14¾^¹L$½Ç\x03ñ—yÕ|"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mC䘖FU¦’óI›¬3û"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨|›>\x06d@U‚\r\x04\h€7ï"
  b"¨ÔYÁ\x1C¤NWŸÈ&S¤9OÇ"
  b"""
    ®\n
    ─ô║¿McÅY&y%Ì\x06§
    """
  b"®$[ì½L@¼«d\x1FOl·t\t"
  b"©è$ÞR>Držú}\,ÿ­ù"
  b"¬\x1F®N<òJhìóOâLe\x16;"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"""
    ªÕ9{:FJm‰\x05ú\n
    ™œ…\t
    """
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬C³MçˆKy„Ž1Ôò!¦Ö"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"¡rA§þ¼Gü¼ôç▄§ÅOg"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"¯\x02¯(J\x1EC@©ÖW\x10ì\x0Fi*"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"»È6x{ôN╣Åõ§¾lõ¸f"
  b"¯ÔÞÉø\x03H¤¢\x1Cv\x1F×Äô˜"
  b"»▀\fî\x11@Jó¢ÉIÒ2ÍûL"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"°ÀÆE]-@]¯<c.\x14^6p"
  b"°çÏ¥þ“Hx­á\x0EöS\G?"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"▒╗h®[=GLüüûôƒØIZ"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²¼~ÙúíEY¬[“Ý\ryð±"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"³}›B¯\x10C\x0E¨_\¼oˆÑˆ"
  b"│║\x1CU\x12ìKêê<R▒~übð"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´{E0¡jAHšJÝä<°Ú^"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´Æ-r \x1EBŒ´—*¬°©J\x07"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µt†H5\vCV£–DRÒ¸\¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µÕÏÈÂdG„¸î©²Ð4ì±"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"ÂÂ\x18½┘üDÂû\x11¨╠/├\x10n"
  b"·þw$¡åOú‘á?\rE\x0EÏ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹˜ \x00rûGe›´\rÇù—Oî"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"║w└v=¹G\x15ç`¡º3\É"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"║┐▒`<²JåíßåíÅ╚ZÉ"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x02²\x13²!F¢˜A·u§"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"¼\x1D|&\rô@zŒzb©ó2\x01·"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢ïrÑØÕC-┤±▀Û╬C─z"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾VîW\x18SNŽ»‘YÎ`ü\fØ"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿l\x14Ç\x14.M¢¼ªü-°7ç€"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿­=ò'ÑMå‰$ÔäÃÙâa"
  b"¿ìv|@¤NÒª»|d›™—<"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"Á8ô¦Œ\x11Eɽ‡×\f\x16ò\x04("
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"ÁËÞm&\x08Fö‰ð>\x03Ó=æ£"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"\x19ùËìÚ@\x17û®­\e0ðêJ"
  b"┬]k╩ØmGYƒõ`╬\v¦@0"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"ÃÛ@ƒ‚\x16B\t• ã>û¸8W"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Äi)UAùJÚ¬\x1A\x04JâF¤\f"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"ÄtþÕX\x17Lh¯ê³w\v\x18\x0FJ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"┼╠╠Ã&>ANÅÝ▒LA\x1A▀a"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"Æ@§\x03\x1CIK¨¼˜b‘ZØ'"
  b"Æ~ªb\x10.N×´þº‡¡¡-é"
  b"ƺvŠ6ºIìŠ<vV•%\x07"
  b"ÇMc·n¼J\¿ÏõG»ØS\e"
  b"ÃrÙ║┘öD¸ü#þ╔│\x07e┘"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"âÈiÄ1H»×\x05Õ³½ÉùH"
  b"ÇÂ|n¶ÕE™ƒšV\txE)y"
  b"Ã╚{ÄWÅL\x13ÂUã~²^]d"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"È\x10NeŽyNÚ€†æÒec·ÿ"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈSôé²D„º‹\x0EÜ\x19Û\x07Œ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"Ș\x11\x01äÞFž§å¥Í[Œ‘C"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ÉÿÇ’SèL4™×)®éâs/"
  b"Ê\x06æsÉÐC\r‹ˆ1Ù\x1EJSü"
  b"Ê\x1AùU^ëF_£åEÎÒa\x05c"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"╦ü│·V²Kk»_mÅ­f╬Ù"
  b"╦▀\x13cq┼IÆ«ÂH¥®Øst"
  b"\x17ÉU\v{Fð┐ß\v\f°·-Î"
  b"Ìl¦õGÞJj†6µßΚÊ\x12"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"╠¥└\eb\x15D{òìiq@I║~"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"═*1·|O\x04\e\x04\x1Aú7│Ø"
  b"ͪÒ\x16S3J‚±x\x16fGÏ;V"
  b"ÍÙ\x00ÁtiD+„†\x031²Éi°"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬>\x17■*5@èè╗þÿ╝ÄÅ-"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"ÏhìFj-EA­-!ÁÎ\x0E È"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ð*¥4\x04>L Â\x00½e\x14.üh"
  b"Ñ=´M±ï@¤ k©$Ä׊N"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ñè̘ßSM³“0\x19.\x0E7‹Í"
  b"Ò)¾m\‘L+ õ,\x1Aœh\x13ä"
  b"Òz·i—/Hͺ2ûuÌÕ%Õ"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"Ë^ÉÀ/┐J\fà\x03\x07òVG-ä"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"Óʸ§\x15£Kª‚¼¾Ç1`ܦ"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"Ô\f×\toºI¶€ßèÒ¤5Tì"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"È\x7FÎ\x155§Myì=NÄj¡▀H"
  b"Õ6v˜\x02wFcŽI4ð\x16ðüó"
  b"ıHH?\x01sO®É`ö╣╔D\x07l"
  b"Õ…{\f2>C\x15Ÿ3_EŸ*TS"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ıÆ╬fØõE\x1Fë\vάô,?\e"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"Õãu­œõO0°>\÷™ˆt\x13"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÍÍjÈo`HAíN╗k"êɶ"
  b"ÍÞz\x1Ds╬@\v×l4[KÅ╚$"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"מÈ?¿\nA÷ I­L!cJ\x00"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Øw¤ÀÕ4F‘¿^^\x10ªƒ†K"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  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"ÙØx—½lI¸ƒŒ5n¤e¸Í"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"ÚNöx\x0F–M}©…[ìÏݦ•"
  b"Ú\\x18\x19ÉJ\x1AžX\x02ISôî7"
  b"Ú€Î&ì[B\x16•oð¯9D\x12Ó"
  b"ÚÉ/ÝØuAÞ•g|\x1FV\x15"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"█ñám#ÉG╔î┼ƒå\v\x14¢o"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"Ü\fB’\x00\x06@V‚¢sæC±øM"
  b"▄#têØ3@┬ë\r╬bP\x08sD"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܧ¬ÑÄ\x17MG§ëéíMi\x0FO"
  b"Ý[ †n±LÀˆ{Þ[Ø\x0EÙ¾"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞÌ­õ³TK,­%¸\x01è×y¼"
  b"ß\t\x11j‚ïH\x1F–pœö\x1Dnâë"
  b"▀2ð\x15{\fO²½Da\x10ìëSÈ"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"▀┬ºÒ³¡BHúµ\x0EGgÉp("
  b"ßÊ%8Õå@¸”ŽÏV®WÀt"
  b"ßïo\x08ÀìM(‘Qp¨Î.ñd"
  b"àF87\x07”LX½žO¨>€½8"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"ಭ’zvM–¾h\x14îqÒ\x00ê"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"""
    á\n
    ¯\x1F\x02¼J·Žü\f„=bp3
    """
  b"áZý’™-E³·4{]lFG\e"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"Ô\x03Û«I‗D\x07üßè│\x17® þ"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"ä9\x101{\rH¯—œÐ/T^\f\r"
  b"õü5╣¯ÑKÓÿ╩^\x1EI^¿·"
  b"õ÷\x13ÎkÄCáéÔÉÖ:ßzs"
  b"å ­‹â€HÑ §yJ_vt\n"
  b"Õ;Û\x06"▀H¹ÑÇæ&"\x0Fì/"
  b"å’+lqwD\x11Žg¶U\©\x1C&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èn53UÛB†œdº˜Ãë<»"
  b"""
    Þu·Å\x02ÛO▓¿ûµ\n
    f│L¿
    """
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"ÚÅw┼:yF╗û¾\x15\x1Dl\f\x11û"
  b"ê*§¼\x07¢LÑ­\x1Aù—\fŒ8Ÿ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"ÛVBö>³KdÁüþ\x05\x19\x1EWa"
  b"ê¤\tšÇ"G3·ÙëMÐÔ»"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"êìË\x0EÞµKª¼\x02\x1Cc¬–QF"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"íkâ\eQû@ˆ´úp|ÇÅ:u"
  b"ízšf>\r@!’4â@«G£“"
  b"îV±\x17Ê\x1DEÕª\x1EtÅ£\x1Cˆ¨"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"¯╠\x07║É\x0FDæù$ó─a³Dd"
  b"îûN2$ç@P»<çË??žî"
  b"îÿôî3\x0EK\r½ý\x06"}èr:"
  b"ï\x08|„z*M\x1D†…IøöÖ\fb"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ïàk£\x1F­A7›µî»H,@ù"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð\rý2—uB3‡µ×\x1D“©·\x05"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±G└█ÐrFƃØpè^öÕ\x1C"
  b"""
    ±ÖÌ\x03\x02D\n
    ôÉ─\x16|Ñ▄Á
    """
  b"""
    ±Î¸{<ÂI╬íÔ\n
    l*ì┤"
    """
  b"ò\x0Eë_Ÿ»B\x05²KN\x0F²\x08Hy"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò”òûk5JÔ§4ê[šÿÙì"
  b"‗╝!Í]ðJ\x15Çè¹ÓÉ"T\x1A"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ôWÆÃ­î@á¢u\x1A\x7Fí©‚Ô"
  b"ôeåY¼.FõŸ‹\x00­¯Ó§\x16"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ\fW\x11ÎWCw·\x16ÎçõHOm"
  b"õJƒ>\x1AÛD\“ªÐSìe\x08\x1E"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õº¼ôÛZCz¿šwj5Å›Ò"
  b"÷\x1E6Ïž?DÛ›ÛƒÙó7æ5"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"÷ΪJ æNʆó}\x7F!íš\x1D"
  b"÷Ó!šnÌIÆ€\x1Dô-\x03\x00%)"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"ú3‘ɸ\x1AG\x1A”ÈÔ\x1FÐ!˜R"
  b"·æÿ϶{Oú¡Fè6(■É\t"
  b"úË\x1A\x7FM\x01I¯‡µ,cû\x1Eòø"
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"³ø#\x18/j@ÅÆâá▓ãS¨Ê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"ý¢×\x03ÈlO\x13¾Y‰e:³K…"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿÌïg=ˆC\x10”þKìqJÞ¡"
  b"W\x02ü!NJBC‚pA\x7F¤skÅ"
]
87 0.42 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
88 0.28 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.30 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/250-sx-f-factory-replica-musquin-edition-2010-modelcode-8101J1"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.42 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.20 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.16 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.23 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.36 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.16 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.21 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.66 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.39 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.18 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.72 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.41 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.45 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.17 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.94 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.38 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 1.05 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.53 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.53 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.64 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 46.07 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/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/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/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/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/e7575d54c9fe443f98c5cfc50df9c398"
  "/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/d687f11beef5486ca0a27df1e6295649"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/086e2e14122d4417bd2b674451f4b130"
  "/detail/6094db22fe244f87993560b16bee2684"
  "/detail/a002e63bb53b45eda2aada59424ed928"
  "/detail/b5d5cfc8c2644784b8eea9b2d034ecb1"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/42d0b7e639a54be5a19423a5b70fe924"
  "/detail/ac43b34de7884b79848e31d4f221a6d6"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/d47fd71535f54d798d3d4e8e6aaddf48"
  "/detail/a182d7e966db4dffb57fb90d5b12dd8c"
  "/detail/a339938ee1a14087b010804547e59490"
  "/detail/7739abfc1cdb4cb4bbab8a6b647c3613"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/224646719ca8445684e02ec785ff051a"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/8e95729b36184bfe84426fa06bb840da"
  "/detail/dd5ba0866eb14cc0887bde5bd80ed9be"
  "/detail/f294f2fb6b354ad4a734ea5b9affd9ec"
  "/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1"
  "/detail/c1cbde6d260846f689f03e03d33de6a3"
  "/detail/b47b4530a16a41489a4adde43cb0da5e"
  "/detail/c5ccccc7263e414e8fedb14c411adf61"
  "/detail/108e865535ba4776b49fa31de12b282a"
  "/detail/4633ec13da664845aa7e3659b8411011"
  "/detail/6071c83e343745ed83e6d119d8186682"
  "/detail/3c34a8996f0148cea2bff06899c9cf87"
  "/detail/c6ba768a36ba49ec8a3c765695250785"
  "/detail/c9ffc79253e84c3499d729aee9e2732f"
  "/detail/9e00ce86929c4572830c7775ddb5080e"
  "/detail/93820b5b2905430fb2de86cbed57178f"
  "/detail/19a2363416f440bea404d587a4235b90"
  "/detail/753695b95d7344eeb8f068020a7cd42a"
  "/detail/4126fbf6820e4cd8ad83b1961376a432"
  "/detail/779f4067333244f8a3b725556865b659"
  "/detail/8c2b8a75f45e493bb247b4bc585e4c03"
  "/detail/69102cf6eb4c475983b3675e48e38996"
  "/detail/a6e8699e6e5e44f090af7399af9929c7"
  "/detail/f7ceaa4a20e64eca86f37d7f21ed9a1d"
  "/detail/8a7514dc5cc3421f801e4ee0f13b103c"
  "/detail/4202a1f92a074845b46cc16bba154b69"
  "/detail/a1a63fc048574e029bf7718b1a00042d"
  "/detail/1144702d84294adabba16830fcb36967"
  "/detail/0492378a1fc54f12b77d025fc5f82dd2"
  "/detail/0212e763aab642888603d1a0444e6b88"
  "/detail/2507af710ec542aa9aaea810db049822"
  "/detail/923ad5fc9fcc4b26b45f262f7d2e2015"
  "/detail/7afc75136947462c8b65520df456da92"
  "/detail/e48135b9eea54be098ca5e1e495ea8fa"
  "/detail/3b5a3069b9214223a3de6d9682b3916f"
  "/detail/514200dfa9e14ceca57055010d134d01"
  "/detail/643efc4ef68a4c45a33c539df74e05b8"
  "/detail/babfb1603cfd4a86a1e186a18fc85a90"
  "/detail/a48b3f1d75724d69801a8004cc18fbb7"
  "/detail/9c4fbb4dc6ce45259e542a291654adb4"
  "/detail/9a2a591ba57748d893c3020d5db27366"
  "/detail/4f19cd13cfb4473ea37629e4685513de"
  "/detail/81f4ebcc27e64c109b538604bfa82681"
  "/detail/93f72061b75642da84987e82384485be"
  "/detail/5d9ffd924a71453da98aa27ec9c16633"
  "/detail/f457c6c3adee40e1a2751a7feda982d4"
  "/detail/aad5397b3a464a6d8905fa0a999c8509"
  "/detail/d1e8cc98df534db39330192e0e378bcd"
  "/detail/562927bc78874c0c82c007c7a2a591b7"
  "/detail/4a2890c506ca41f9b0706bb02c15af7c"
  "/detail/fa9198d8f47b4fa3ad468a3628fe9009"
  "/detail/118bcda450a541b884ef1e4b04c1d735"
  "/detail/573a143d3be9449a88071c64a07f5860"
  "/detail/448ec07ccb5847468944c7407cc2edb3"
  "/detail/3d666263623b4a229c0117424868b7cd"
  "/detail/d6d66ad46f604841a14ebb6b228890f4"
  "/detail/4cc11461b496459c9220a2313772f058"
  "/detail/dfc2a7e3fcad4248a3e60e4767907028"
  "/detail/33ddbcbc8ba94d46a71d2cd9a8aae2d2"
  "/detail/0ae9d631d8b24c27bf29a022d6026312"
  "/detail/19a2bd26dee54572966fcd51cc59bc18"
  "/detail/48befe826dc043469f66a29a2038580b"
  "/detail/e0b2ad927a764d96be6814ee71d200ea"
  "/detail/c74d63b76ebc4a5cbfcff547bbd8531b"
  "/detail/5e492ac433124073a968a263ae02ee86"
  "/detail/ea5642943efc4b64b581e705191e5761"
  "/detail/7e234e8049b0446cbf2d13bcc8771ebb"
  "/detail/14b980bc68864deeb649e1f461dbd4e2"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/977a31e93d5d49e68fe9059c9cf7583d"
  "/detail/b3ba1c55128d4b88883c52b17e8162d0"
  "/detail/8bdda3a3e5cf4a79b865e33743f707f4"
  "/detail/a526eb9e05284c4cb4be35e0d504a4e3"
  "/detail/40fa8daf2bd543f092ca10d84a5ddd39"
  "/detail/3fe1426face64ee78fa6d869a86c040c"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/fd9c0793d1564dfb8957e8194811a812"
  "/detail/2ad9190d82b24b68b115e3c4998548db"
  "/detail/29e9ef32113f4cdaa932ec75b6e6c6fd"
  "/detail/44f5a654f8274258b67db104fabcfb76"
  "/detail/896d4671d5d04a838506a99ed07949d0"
  "/detail/2619eea7035d47d4bd55fbc29cbc7521"
  "/detail/dfca2538d5e540b8948ecf56ae57c074"
  "/detail/99ead72007414201b6928b05fbbba54e"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/68c76f185e854e1baa6dc51068d4cedb"
  "/detail/5fb296c482ac4d8eb585dd4f1ce98a81"
  "/detail/173caba30d514adebc82424c039d30ba"
  "/detail/0f3cc4a1dbf94dc397405d87d05d672c"
  "/detail/eefb4e3224e74050bb3ce7cb3f3f9eee"
  "/detail/6b8cd7bc837f4d30919f2355eeebafb5"
  "/detail/491972cef3754794be3c1580424df6b3"
  "/detail/86f99d06d21b45d7a31caa8acbd891bf"
  "/detail/d877a4c0d5344691bf5e5e10aa83864b"
  "/detail/d35e90b72fbf4a0c8503079556472d84"
  "/detail/e53bea0622df48fba5809126220f8d2f"
  "/detail/da80ce26ec5b4216956ff0af394412d3"
  "/detail/1b696b591f7b408cb464d5f8a69e50f0"
  "/detail/9682ba01b1264647b8bc5e29f23fe6d9"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/e520ad8be28048d1a0a7794a5f76740a"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/df09116a82ef481f96709cf61d6ee2eb"
  "/detail/97660ef35657425286b95c82dcb02f2d"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/f7d3219a6ecc49c6801df42d03002529"
  "/detail/d9d87897bd6c49b8838c356ea465b8cd"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/84d9d963505c48db9228354ee88fb681"
  "/detail/fa3391c9b81a471a94c8d41fd0219852"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/d3cab8a715a34baa82bcbec73160dca6"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/cdd900c17469442b84860331b2c969b0"
  "/detail/a83914be5eb94c24bdc703f19779d57c"
  "/detail/dba4a06d239047c98cc59f860b14bd6f"
  "/detail/4ada7be4c9454ff097c92f8427cc0a1b"
  "/detail/5bf95e9020ee4c2da987f042b175ec3e"
  "/detail/4570100a52c74fb0b920361946661659"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/68de481656174c3192ae115d2059c286"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/f199de03b902440a9390c4167ca5dcb5"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/59a0678ced61418ba2510d299bd84161"
  "/detail/c138f4a68c1145c9bd87d70c16f20428"
  "/detail/e98f77c53a7946bb96f3151d6c0c1196"
  "/detail/af02af284a1e4340a9d65710ec0f692a"
  "/detail/35dfebbf9ed74ef396d97ccadb52acd3"
  "/detail/78376fa6ac9f4b0280e3703d4c1f12bf"
  "/detail/06c6c006e83842c89cc0591b9c4e0168"
  "/detail/cb81b3fa56fd4b6baf5f6d8ff066ceeb"
  "/detail/85e1ea4315f44dbfba6ca79650d0dab6"
  "/detail/13e149cb12ec4e5281be122f1e58d19a"
  "/detail/c474fed558174c68afeab3770b180f4a"
  "/detail/e10aaf1f02bc4ab78efc0c843d627033"
  "/detail/5b25590c69f94a1b889c0b5b0d94aee6"
  "/detail/a53f0ad1b85b4337812f02415aabfab8"
  "/detail/16aaffe7830641989a230bfcb876af95"
  "/detail/51dfb056bd414b308e86600e4bfb41b8"
  "/detail/c21997d38de9401796a9f01b30d0884a"
  "/detail/3506f429e5564886919e7b52b7715efa"
  "/detail/32f4d5d04f674037b7fd71433a814b89"
  "/detail/07bbc4ccab7a4fc08306a1f50e240ad9"
  "/detail/67358feb2cf24551acf0bac52924438c"
  "/detail/589eb46af3424f3faa9b9dd0b2dfece0"
  "/detail/44cb3f0ca8244c1097c94f19ec649d1c"
  "/detail/cc6ca6f547de4a6a8636b5dfce9aca12"
  "/detail/6b65f04ebbd34a83b3c11037826500c6"
  "/detail/6fe1a96b95f54dd5827665b8bd533b66"
  "/detail/1a8cddfc80fd4752a3edacbc699fa453"
  "/detail/bf6c14c7142e4da2bcaafc2db037e780"
  "/detail/1ed8af1900b0474481094d2473665ad1"
  "/detail/5a8d1c32b45c4d54b83f903bc5ee2c54"
  "/detail/fda2d703c86c4f13be5989653ab34b85"
  "/detail/d12abe34043e4c20b600ab65142e8168"
  "/detail/ba77c0763dfb47158760b6ada7335c90"
  "/detail/4fce61a3812446c395d3be80d81f7256"
  "/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7"
  "/detail/a3ae4ce93cec41c08d3b2b941a8f5eb6"
  "/detail/d27ab769972f48cdba32fb75ccd525d5"
  "/detail/6c2593b2a53e46a5a18ecbc43c358446"
  "/detail/d41eb0c222144539b4cc6be94b1d8925"
  "/detail/7d50e5285bc34169ac6865bc2d914c95"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/955739ede48b4ae8bc51ef469e1afdb6"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/14db34464e68455dbe0124e243a3b592"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/e86e353355db42869c64ba98c3eb3cbb"
  "/detail/ea2aa7bc07a24cd1ad1af9970c8c389f"
  "/detail/a0f9a41d35d74a80a65bbadb8938a469"
  "/detail/abb82e70f1654724a031607e94859583"
  "/detail/d5367698027746638e4934f016f0fcf3"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/efe06ba31fad41379bb5eebb482c40f9"
  "/detail/642a78988ecf44919664a4d5307ec991"
  "/detail/0bb6676614ff4da9854c89b14335fa0d"
  "/detail/5311e7bec2d64701ad2f9e2a6b656967"
  "/detail/facb1a7f4d0149af87b52c63fb1ef2f8"
  "/detail/66403f1c0138462298d9b8926b300ba4"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/34bd9f63a3ec4975a9b52404eb050a03"
  "/detail/464da4ded53d453da031a8cb3f561868"
  "/detail/213d83a7a57842498e0ff3601d461c87"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/c853c3b4e9b24484ba8b0edc19db078c"
  "/detail/4a311b7b462f4341b6caaa141b78ce17"
  "/detail/5cb1c1e247d9488a9ba1be35eefef429"
  "/detail/9d5df5d7a6234a23a7599ad360c5b41f"
  "/detail/1e4292406cf14081b676624ce918953b"
  "/detail/49f57cccb3a24da8a1eb7d72165ddf4d"
  "/detail/e1f32f879e794a4ca8c4a0a4b4835fe4"
  "/detail/7d1420b62aea467da1bc7164256cb84c"
  "/detail/1325a1f69a14485d9a5553fb6f5a13fa"
  "/detail/2a733dd0fede40109d7af561842945f3"
  "/detail/c25d6bca9d6d47599fe460ce0bdd4030"
  "/detail/5f6d55149da14310bd6a08c07d0aad98"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/1338a197b0d4419c8c67e229b856e7ec"
  "/detail/da5c188619c94a1a9e58024953f4ee37"
  "/detail/2df2a8bacbe24e83b3e1ceecfa8cf947"
  "/detail/059ef1426ff24ea5ba5ac66fd84a591a"
  "/detail/4179506a797e4a7eb4e5cde8d2ca1b6e"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/ffccef673d88431094fe4bec714adea1"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/d8fe451bf5944fe9b5c195663d1560a6"
  "/detail/afd436787b934eb98fe4f5f36ce4f766"
  "/detail/4a485b41caab49c7b606657e7b487a39"
  "/detail/67f35f2380f04cf093b1e09870844697"
  "/detail/69a6d04e80d94e1e9fb02a927b6ecefe"
  "/detail/b0c0c6455d2d405daf3c632e145e3670"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/c469295541f94adaac1a044ae246a40c"
  "/detail/403aadc1354a432fa2874195a7b7914d"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/8fecf669e0f64cc9a65159b1808fb1f7"
  "/detail/553111ef37a64d79ac36a6d12b65d0f5"
  "/detail/9340b87922cf4fe49aa107ec4fe56cc5"
  "/detail/7e5054511a654d309311316152d7d8c7"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/04f0ee8231344fc698a99955890a7d85"
  "/detail/66d65ab9ab034ac59e737c04ff6a6d36"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/1c76b7578be740ddb6cc7ae5f6d7a4d7"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/91d8b5a949c84124ad5ba0db53a32c48"
  "/detail/8f2ae991784649c6a71aa22420a0fe06"
  "/detail/e43910317b0d48af979cd02f545e0c0d"
  "/detail/1a28462341b049dea52897bcb7876d3a"
  "/detail/dc7487729044444198eaad719a5caca7"
  "/detail/5ead1daa63064d21abc7e3554d3a9640"
  "/detail/dac92fddd87541de95677c1f561575ee"
  "/detail/1f91f7bf98fe4ca4a4a8f43d1f2a2117"
  "/detail/a41a2b49d4c44939a167da5473798789"
  "/detail/18669f63d98c4a49938345f9056fbb26"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/ca1af9555eeb465fa3e545ced2610563"
  "/detail/504beb5f329140b08da962eeabf98fb4"
  "/detail/92a413fdbecb4aa999389472f24d07a9"
  "/detail/016e8c0882bd4f25acfad4431b428d43"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/2fa7579a294d4f93b9fc497de49ebd31"
  "/detail/430c352045024496a3ea4b1824d4439b"
  "/detail/bc1d7c260df4407a8c7a62a9f33201b7"
  "/detail/f1d7f77b3cb649cea1e20a6c2a8db422"
  "/detail/4947d6bd2cc24a69889095e157ca11eb"
  "/detail/f20eeb5f9fbb4205b24b4e0fb2084879"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/c7c27c6eb6d54599839a560978452979"
  "/detail/9f6351143c2e4991a71d657a8af2c6f1"
  "/detail/3a3ae3723be546c582caaa1de842d6a7"
  "/detail/0020c6902d234c64a6448c6f319935fa"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/28b703d996fb4b5aab548c025947e87c"
  "/detail/98428dab5b8045bcbcbe767dd35fd311"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/89c0f169c0bb4b72a14a5d47c0cc4620"
  "/detail/ce3e17fe2a35408a8abbe798bc8e8f2d"
  "/detail/d79ec83fbf0a41f7a049ad4c21634a00"
  "/detail/6c60032837044522a2748a63e08d2b8a"
  "/detail/a372534eb6b643c6b55b47ef159a4e36"
  "/detail/b5748648350b4356a3964452d2b85cac"
  "/detail/c7c87b8e578f4c13b655c67efd5e5d64"
  "/detail/5210f3830ba8483ea4a947a50669d116"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/31b346aeed5b46aba76643c29e915341"
  "/detail/f147c0dbd17246929f9d708a5e94e51c"
  "/detail/93948d7989b94abbacb620e3c3a4ec2b"
  "/detail/cd2a31b6fa7c4f04bf1b041aa337b39d"
  "/detail/073a1b5946c843948db3dae55ad4d8c2"
  "/detail/9e854fcc08194421bb34ff19988ae0f9"
  "/detail/7f6a5bae59a14435a2de2ffffed3112d"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/e15afd92992d45b3b7347b5d6c46471b"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/86f1f3b4fae94a5b8c32aeba06fcd8f9"
  "/detail/4fc601c6dad4491da004ae7bf8594e03"
  "/detail/aa1fa94e3c954a688da24f834c65163b"
  "/detail/1fa56cd16fd342a68d7e7d8cdeabd399"
  "/detail/0eae0e6445054089b67c31ccf207384d"
  "/detail/d40cd7096fba49b680dfe8d2a43554ec"
  "/detail/85c980ada17a46b68e810afbbada8659"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/ee56b117ca1d45d5aa1e74c5a31c88a8"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/7266f2f810b64d63b49daba3c14c709a"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/d229be6d5c914c2ba0f52c1a9c6813e4"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/9f308d735bcb45bf885dfd7773987b14"
  "/detail/ccbec01b6215447b958d69714049ba7e"
  "/detail/b7fe7724a1e54ffa91c3a13f0d450ecf"
  "/detail/3d22f41677d94976936216f44b7d1d96"
  "/detail/812d1d6712984713a099b4b9c534e63d"
  "/detail/d5e375ad9cf54f30b03e5cf799887413"
  "/detail/14a87d52ec7e42b2b6bcb3611257ae99"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/3a606f0040f04fe88fdb1df4d774ec41"
  "/detail/4a74495f2df34b959bbad66be0ee79e5"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/d8f0eb71932c44ad8667140e3312855e"
  "/detail/db156fc03bbf4e0a8af4f662e4bbe8c6"
  "/detail/eaeccb0edeb54baabc021c63ac965146"
  "/detail/8c1e053c874a4fb0a04789e817694d52"
  "/detail/4c1045cb17c84be1b421cbb7fd7d7a13"
  "/detail/be55c6cfa1fa4f9e8f4ad612a615f79d"
  "/detail/5e9e4fad48c84f5b93194296b2532c36"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/2e31e2ecfc754e819e62f460bbb97d33"
  "/detail/51c3c295ef1645c08aff090ae2f2b63c"
  "/detail/7effce1498d74f498155ae6c0a2ecf36"
  "/detail/faf700fc735e4908b28accd17ecef7ac"
  "/detail/8fa44233f1dd4098b2c390e3691e34b0"
  "/detail/365a227228a6466fa74e1313cc4363e0"
  "/detail/b37d9b42af10430ea85f5cbc6f88d188"
  "/detail/5848dd38686446a8be92352b8ef48b12"
  "/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded"
  "/detail/2034877c6dd9465180a7abcb7fa64795"
  "/detail/ce183819ae20437d9dee7af24900abe5"
  "/detail/0383b02d438a4019b0f46ac4d8d1555f"
  "/detail/a9245b8dab4c40acae641f4f6cfa7409"
  "/detail/c33eb2d9cb034c92ba5c698aedba5e35"
  "/detail/a72527cbc300465ca649f64b5cae0cae"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/8bc1f9e656c2476db73c65b5b53e1c36"
  "/detail/fd7c156aa4004998996b1eed3d603ac4"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/b0906200e0bb43649ccfa3b376f02796"
  "/detail/91ca74a49c044feba027efd76b2102f2"
  "/detail/d5857b0c323e43159f335f459f2a5453"
  "/detail/9697a64a04654bd08f8caf7278679e85"
  "/detail/a90ac493baa84d638f59267925de06f5"
  "/detail/abfbc2bc31c042758251eae6511c3456"
  "/detail/eceb774a231f4bd4aa96bf1d2ba08338"
  "/detail/9f1e45cc26ac418297c5d8ff64b6a479"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/8f819b983e3c48a6b206103b0af95ffd"
  "/detail/8ae17006f6734b039ec7021aec141d5d"
  "/detail/c216a7c881c64d84a8357fecc4fda937"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/9c78c2b420c94a99948fb66627ad6ce7"
  "/detail/354dedc90e1846c0a478ee2e699cf29c"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/1b9368dc3c1140bfa4c2bdcf9d39ad25"
  "/detail/bfad3df227d14de58924d4e4c3d9e261"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/dc0c42920006405682a273e643b1f84d"
  "/detail/cf68ec466a2d4541ad2d21c1ce0ea0c8"
  "/detail/4b36c50cb64e4a03b6bf7e6fcec78b30"
  "/detail/0681f072d77e477b8431419cf8ec0012"
  "/detail/d02e63c09faf4d97b11d1eac27f6c883"
  "/detail/00d3bce12103483795cbd7e54ba65b0a"
  "/detail/537b865839d447159c0c914f75e64771"
  "/detail/d406208f0aae4dfa8af21ac55e4b1d38"
  "/detail/554cc9397092437c854bf1a94acd5985"
  "/detail/8744f38d033f46e3aaf2c06103e9e28d"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/058907348d8d410ebd3e4bb59fcf9b79"
  "/detail/28ad40325b0149f6b52df356aa5633c4"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/eaa4099ac7224733b7d9c3ab4dd0d4bb"
  "/detail/2caa7bace3524ed3881dc87e57ff2a79"
  "/detail/92a1a1128e2e4d6289e9066e4ed365b6"
  "/detail/3aa45eff4fbe43179299c51fa20167bd"
  "/detail/89f79c69d580458090dc86cfb20d7b3f"
  "/detail/afd4dec9f80348a4a21c761fd7c4f498"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/19fecd54338b4d1e92303dff414826b4"
  "/detail/b6ac6f1e9ba24e43a0f0bc1bc171bc4c"
  "/detail/15ebaa4427d147febcc9d38c4dd30382"
  "/detail/ac4dba5016c44e24a15629ac5a169ed0"
  "/detail/c50671e6cd184fa7a1e2f0ae27783278"
  "/detail/0bf7429e66bb46709021d32b85105640"
  "/detail/8bf83d58e3524ae2bcec77168033c58f"
  "/detail/780641110e874d3485e36c2e4b0ba140"
  "/detail/7db07dcb86b7446189faf0b4ef96762f"
  "/detail/4eba3ae877de42b2bb03023a58e6b09c"
  "/detail/45596cd8c2554bcaa63a15acfc3f92ac"
  "/detail/41c5a2c7ad334e5292bf78075a06fa76"
  "/detail/1426e5ae677c43d18ebc777a9b6d0adf"
  "/detail/72ba87549f8e4f19818763825b601890"
  "/detail/60f9442771c34faa8813598d6563997a"
  "/detail/c5392006968144268a07483408223289"
  "/detail/2cbc8b9ffd0048539f4093b7e60afc36"
  "/detail/586d264197f649cca5a35830aeb27d8d"
  "/detail/780ccb33dee942f6b36cc4150b3ecc39"
  "/detail/82d75984d1d74d17a10894166983bc9d"
  "/detail/117ca2178f694fa7a1a9a63f6e96e886"
  "/detail/80bf7eaf39184c95830a4eee0db3a8f7"
  "/detail/72f4f3b3ca0e4c37832b332a577a6474"
  "/detail/585b24143964492d92dc75d83108e3fd"
  "/detail/40576cc33216451cb7d470d820f9c7cd"
  "/detail/220e04a3d5df4727b25b4568d7b2e58c"
  "/detail/da40adc772184663b035e1b3f9876a24"
  "/detail/aa900d5502784d94aaebfe91fd8a79e6"
  "/detail/374a8b121e614557bcbd11ab82f22701"
  "/detail/870b1fbd786d479aa26056e139935f32"
  "/detail/48e825ea5b0d4a1382b672d8ae2bebdb"
  "/detail/033942d79122435c8ecc70914e2c987b"
  "/detail/a83202e558f04a7996534fc5133d41bb"
  "/detail/c7eba74b199c4559a745049d36438837"
  "/detail/b6981374ab4b4b8e957a637ac0cf66dc"
  "/detail/725a9144bd034e5c8a0666e61b5b24d9"
  "/detail/bb72b80f2e554b86a399f2183779412f"
  "/detail/7383e78a38ee4b2e963681c87dbd7ac1"
  "/detail/22b08ddfac1b4b3da21fbb3836ebe754"
  "/detail/b1bb68a95b3d474c818196939f9d495a"
  "/detail/1c5c860326e64db6bf59ab69276f159c"
  "/detail/30678ad06a59426192a90b20bda65c9e"
  "/detail/f05de8439643416f8b148a10194025e8"
  "/detail/659b9833dd3942aabf2855a2403e4b3a"
  "/detail/9d0452a3918640298d71f5af0ff52b73"
  "/detail/26f9020c39c544a997e1b11f4d4b3cf2"
  "/detail/152603c1c212406eb369c0e13d215ad3"
  "/detail/40f497528646419ea7c01cc645fa826f"
  "/detail/3a35bd240262442180ce4107585dffa3"
  "/detail/2ae0c3c99e5d419b88d5471f094cd6fc"
  "/detail/914384bac4104f85950d06bd3f4adb6c"
  "/detail/171a3d28e4b14cec96ea6ff5186732b0"
  "/detail/71028e7e852b49d7b055e3ec2341ce52"
  "/detail/08582f25aef9485fb64fc558677c68bf"
  "/detail/f7708c735ab548ce82164cbad217bce8"
  "/detail/f792e5ce8e35477db10cf4ef69cf6aaa"
  "/detail/aa70ef7fa63a4054acdcdaf078caae2f"
  "/detail/929a788679ac448a824a47123e682539"
  "/detail/e7bd1c08ee9f420f82183e73028643f1"
  "/detail/25e70e9b67bd4084914e69df40ed8ba0"
  "/detail/722c5358cb3b4436b052fc7f7c24d78f"
  "/detail/7ac5b8f1fef24a7ab6856e625edf4022"
  "/detail/ef087c847a2a4d1d868549f8f6d60c62"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/5bf4349d125f486399fed5d10d0566d2"
  "/detail/7109ca42d8e0412580e57609eccdbfcd"
  "/detail/efa1408ccaea4dada6b66609123e0411"
  "/detail/7be82df813cb4b01a53da47007bcd850"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/c8981101e4de469ea7e5a5cd5b8c9143"
  "/detail/c8104e658e794eda8086e6d26563b7ff"
  "/detail/742961d221f64543b83155799b9bcc7e"
  "/detail/10e55948a62e46fea9c0cf3b30160aea"
  "/detail/2210fe4bb2a140c1819193b8a04cb93c"
  "/detail/7629630d820f46e0a2ce0df9294a55ea"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/5123563d4a9b4481a7f148c2c143c165"
  "/detail/aa967d37b5c54dec9de460b25a2bd933"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/a6a021f5a77a4a368ce08dd695618cc8"
  "/detail/7cb8185c944f4c8882a0d9285611df9b"
  "/detail/167e87a104e344ae85b8d9b2c95e44a7"
  "/detail/67fb279644bd4f6c82255ba42fea1722"
  "/detail/0cb755ab18fb4a2dbe25bae92e6b45df"
  "/detail/a86d43e498964655a692f3499bac33fb"
  "/detail/71dfa38f7a074fd39783c7d289b27fe2"
  "/detail/a87c9b3e06644055820d045c688037ef"
  "/detail/3ba61e6e69e0488e9c0f30428ff2c22c"
  "/detail/dca7acd1c4174d47a7ebe9ed4d690f4f"
  "/detail/af047d256e3c4669a83d55cd27d233ac"
  "/detail/94f84ab90215495590411fee68cad100"
  "/detail/d6f6780a31854142974c0372bf28c77f"
  "/detail/a4848e60ddee4a09af4527fdd1854ebc"
  "/detail/f2bc21d65dd04a15808afbe09022541a"
  "/detail/6fc81ce2b2814604be87189a5db36e0f"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/3999cad63fac4eb19dc1bf1538139751"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/8267a6ed8fa245f083dbc3ffbaeb0739"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/0c2851dc72c44ba68f83a90f631c4ec5"
  "/detail/d592ce669de4451f890bd7aa932c3f1b"
  "/detail/a8d459c11ca44e579fc82653a4394fc7"
  "/detail/67c52fe7ee564689bcd4dc7d559670fb"
  "/detail/d548483f01734fa9906094b9c944076c"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/bc54d495f82141698103436b43896042"
  "/detail/f54a833e1adb445c93aad053ec65081e"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/58c5de896ea14efb9df7f4b1f0362235"
  "/detail/6972481a7e734c349ddf8be2bcc2edc1"
  "/detail/1f535f48e4ec47cfb5c04653c5b00b4d"
  "/detail/6b80897fd57044d08f46c72d8f4ebec0"
  "/detail/a5422abc005140d6acaeabc5ab377a99"
  "/detail/ed6be21b51fb4088b4fa707cc7c53a75"
  "/detail/8f71bf4f636149a7bc6e1b3079f45821"
  "/detail/c640a703821c494ba8bc9862915ad827"
  "/detail/0152d000f834481dbeb57d9c822f8997"
  "/detail/62339f4025314370b2e2a27c9d54f21d"
  "/detail/590789e000fa4a49ae4b28ced70716d4"
  "/detail/1fef9896872641049aeb6b723012bf81"
  "/detail/bb02b213b22146a29841b775ef89a7a7"
  "/detail/97c7eaffe56646519bace30147691ef9"
  "/detail/9e729cc925f543769b8065b9c550f7c6"
  "/detail/b4c62d72201e428cb4972aacb0a94a07"
  "/detail/25c9b78c2a0f4be08522783c9b3aacef"
  "/detail/5221058bb96241a28faa673b3634d6d0"
  "/detail/704f25ee3dc04d9984dca5569d5afd6a"
  "/detail/3aa57da6a7944a5aa8c0db18f722b069"
  "/detail/d13db44db1ef40a4a06ba924c4d78a4e"
  "/detail/e4f613d76b8e43a082e290993ae17a73"
  "/detail/97bbcdcc44be47e3a50e5200e55a2048"
  "/detail/a9e824de523e44729efa7d5c2cffadf9"
  "/detail/dfef6f08c0ec4d28915170a8ce2ef164"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/8b1154fdafad47d8b4068c634475afa8"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/607909eee162408fa1a59a6a7d84707c"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/878330506c8048a5b8cbe05be1239b17"
  "/detail/36d9a8d0aa194f3eba28b3d5e94555ba"
  "/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0"
  "/detail/38051774fe2e4b25bb088d2348ef96ed"
  "/detail/4bf67ef6393046e9bb168c3876bc0ea3"
  "/detail/61d77842e9e34d9abd71f486abdc9984"
  "/detail/269cb60ff35f4ffab22a22cf035c9d68"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/449941bbdc124da9934aea8639aeb553"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/88ff23ebf1af4f739f1bab760fcf877c"
  "/detail/c3db40838216420995a0e33efbb83857"
  "/detail/ca06e673c9d0430d8b8831d91e4a53fc"
  "/detail/e875fa8f02ea4fb2a896e60a66b34ca8"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/a13d825edbc248729a112accfbcbdcaf"
  "/detail/ad7241f5e7ac4781ac9387dcf58f4f67"
  "/detail/a586c82466c94a2f9e2e7183d44a0972"
  "/detail/24c34e1d3dc64777833b85e068a13b7e"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/df5a58b8dcc94914b6615912041afb04"
  "/detail/3d621b0536104dafb046fd07c68dc2bb"
  "/detail/7099ca91cfc341a28cfea8b394df3af8"
  "/detail/52457dd2ea944620b2dacc07ccbb3558"
  "/detail/deccadf5b3544b2cad25b801e8d779bc"
  "/detail/6e61b21ebf18450f828b4531b5b1d1c5"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/bfec767c40a44ed2aabb7c649b99973c"
  "/detail/7d5321cab3d94cde8880f36a685e76e8"
  "/detail/71209a8433f947dfa8b7e813489e065c"
  "/detail/5e1d885a9c6c4d55913c1663b8bad60d"
  "/detail/bd8b72a59de5432db4f1dfeace43c47a"
  "/detail/eefff4ee330e4b0dbdfd06227de8723a"
  "/detail/9e4e887563284fe6815b519e64478666"
  "/detail/6178197e6955493685dab7661b09cbeb"
  "/detail/da4ef6780f964d7da9855beccfdda695"
  "/detail/be56ee5718534e8ebb9159ce60fc0cd8"
  "/detail/eecc07ba900f44919724a2c461fc4464"
  "/detail/f50c5711ce574377b716cee7f5484f6d"
  "/detail/45f9d35a14f54849be24be2ce989bc17"
  "/detail/13d95a112351459c852eb46e5939725e"
  "/detail/fc9b23182f6a408f9283a0b2c653f9d2"
  "/detail/b0e7cfa5fe934878ade10ef6535c473f"
  "/detail/2163430b34f9483bb84de085d672f715"
  "/detail/9227308de2d34abe9493571b275928d0"
  "/detail/b6b618abd98144b69611f9cc2fc3106e"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/df32d0157b0c4ffdab4461108d8953d4"
  "/detail/cbdf136371c54992aeb648bea99d7374"
  "/detail/0d7d73a2179d4806816b48a04ec47d3b"
  "/detail/6085230e2627406391283c33f5200975"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/dc4a12dd173345c698659e8ac851d425"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/25a90427c49c4e39a550ba04d4b48262"
  "/detail/71bb3952ba2146ee8b260d97c72a14bd"
  "/detail/544e4a0ef9734f0c8f100630f291f383"
  "/detail/2dd59464ddfe4b92805e7205bd4623ce"
  "/detail/18e264da6b214b919258099e942ced97"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/75abf562e1344cafafe50925b3be0d7e"
  "/detail/d6e87a1d73ce400b9e6c345b4b8fc824"
  "/detail/8fb9af8bfc6148ecabefd4a934d5be73"
  "/detail/5471a318f61942e49cfccbffd3dcb4c1"
  "/detail/7bbf4b34c78f465681d8dd74981e9e5e"
  "/detail/7b5426e6c5164381b3a54ba1ede4d193"
  "/detail/59e051a257694e6b81a450ddcf2ca9f6"
  "/detail/5bdda6669c2040a9a8f956347a5539b0"
  "/detail/7aebb21861964914b1c9956e7047ba4b"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/f5babcf4db5a437abf9a776a35c59bd2"
  "/detail/e203eaae49f2440781e18ab317a9ffe7"
  "/detail/6bdbd8af9e2849f3bb238b3d5147cc2a"
  "/detail/9e77bd94bdd94f4cb6c4e66fbe5fce75"
  "/detail/9ca575bb2961434b9b671edbe50262dc"
  "/detail/9fd204510576460fbb39b3dd4c2978fe"
  "/detail/a7473b1f00b4494f98969cbf0934c1fc"
  "/detail/afdf0c8c11404aa2bd9049e332d6964c"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/71d51e54921a4752be1673dd49ceceec"
  "/detail/f00dfd329775423387b5d71d93a9b705"
  "/detail/853308421f6c4d7399317c39a686f12e"
  "/detail/a7e4a0f0be5c46329be1258f33580dea"
  "/detail/04183b1a87c647b69416b9b29d5ede43"
  "/detail/f71e36cf9e3f44db9bdb83d9f337e635"
  "/detail/1f21ccb9b1b3416da06c1cff256f15e3"
  "/detail/c772ebbad99444f78123e7c9b30765d9"
  "/detail/c7bdd4698e3148af9e05e5fcab909748"
  "/detail/7746742ba0944604a6f658d2a51db39b"
  "/detail/7dd03cb57bfa435d972e819c8abb88de"
  "/detail/a592e0cc462b4e9993090d2ef8c18077"
  "/detail/f465e559bc2e46f59f8b00adafd3a716"
  "/detail/49eef4e5f2fd448eb9506577e1b85667"
  "/detail/a816faeb3ba44c0f9d649b1dba370929"
  "/detail/d349f856ada949738e29daf0dfbd8b9d"
  "/detail/dc2374889d3340c2890dce6250087344"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/e5922b6c717744118e67b6555ca91c26"
  "/detail/cdaad21653334a82b178166647cf3b56"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/1d1b0e665c9d4ab8900114abb26ac07c"
  "/detail/2a26f6c9ddbd45d9ac94992a859a9f50"
  "/detail/e675176fbcf24d958b0ae30ca8b5a794"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/0877b8c6e2ae42e99789b93db1d34437"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/55a448389efd42c8be5b4786c06150d1"
  "/detail/569771d5d0d3467f9bd3fde1d5a61d7a"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/071ad04f75574f2983e235c53eae7203"
  "/detail/83aca4ae78e54ae1bab930c074a6bee0"
  "/detail/c67eaa62102e4ed7b4feba87a1a12de9"
  "/detail/720c9148539a455a9c0297804c003f5a"
  "/detail/30705084226b46ccb71816ad2bc4f02f"
  "/detail/e897c664879a480b9669494b170fab52"
  "/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.61 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.