GET https://staging.ktm-sturm.de/ersatzteilfinder/1290-super-duke-r-2014-modelcode-F9903N2

Query Metrics

113 Database Queries
101 Different statements
1609.00 ms Query time

Queries

Group similar statements

# Time Info
1 0.75 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.17 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.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.37 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.59 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.45 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/1290-super-duke-r-2014-modelcode-F9903N2"
  "ersatzteilfinder/1290-super-duke-r-2014-modelcode-F9903N2/"
]
7 0.34 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/1290-super-duke-r-2014-modelcode-F9903N2"
]
8 0.81 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.59 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ueJ0S5XwbIfqZdVF0w0sJ77Pao6CI4Ps"
]
11 0.40 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.79 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.44 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.32 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.45 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.37 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.45 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.48 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.35 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 4.51 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.67 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.65 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.30 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.35 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "ueJ0S5XwbIfqZdVF0w0sJ77Pao6CI4Ps"
]
25 0.33 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.59 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.40 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.25 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.55 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.27 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.41 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.27 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.95 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.58 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 4.01 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.87 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 2.84 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.67 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.49 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.52 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.36 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.34 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.41 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.80 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.53 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.68 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 1.15 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.66 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
51 0.78 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
52 0.32 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.26 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.22 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.27 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.49 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.27 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.41 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.47 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.56 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.47 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.40 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.99 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 924.88 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 2.50 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.99 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.37 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.37 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.98 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.75 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.89 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.31 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.27 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.67 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F9903N2%"
]
77 75.16 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:
[
  1000091733
]
78 28.18 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (10205,10215,10222,13261,13263,13269,13288,13299,13322,14569,14585,14588,14589,14591,14596,14597,14599,14601,14602,14607,14608,14610,14611,14614,14615,14617,14618,14619,14621,14622,14624,14627,14632,14635,14637,14638,14639,14641,14644,14647,14650,14651,14652,14654,14655,4668) ORDER BY number, part_type ASC
Parameters:
[]
79 220.91 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (10205,10215,10222,13261,13263,13269,13288,13299,13322,14569,14585,14588,14589,14591,14596,14597,14599,14601,14602,14607,14608,14610,14611,14614,14615,14617,14618,14619,14621,14622,14624,14627,14632,14635,14637,14638,14639,14641,14644,14647,14650,14651,14652,14654,14655,4668) AND article_number IN ("61230035000","6133003820024","0474050100","0471200120","60033043000","0625062043","60333011000","0405242813","60033044000","60333015000","0471029000","61233045000","60333014000","0405263113","60333013000","60333016000","0471300151","61233046000","60333012000","61333010000","50330082000","0760304772","60033029017","60033129017","60033034000","60033035000","61236056000","61236060000","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","78036033000","61236032200","61236028100","59036027000","61236036100","60236030100","61236031200","61236030010","61230057060","61230058050","0405151917","61330058000","61005026000","61205122000","61205032000","61305035021","61305035022","61305035023","00050226706","00050220706","0025060126","61305031000","0081050161","60005026000","0625062062","60333001000","0618091312","60333005000","61233042000","0417270150","60333003000","61233041000","0405222613","60333006000","60333002000","0625062040","60033040015","60033040016","60033040017","60033040018","60033040019","60033040020","60033040021","60033040022","0984080305","0912060255","61236099100","6133612010024","61330036085","0908120153","0835080165","60030063050","61236026001","61236025001","0402050980","61236082100","0770150151","0770120020","6123615214433","60036052020","61336075100","0770298178","61236079050","61236079000","61336044000","61336048000","0025060106","0603061001","0125060003","61230045000","58038022000","61235019100","0025060206","77336056095","07700900151","69005005100","0080060123","61236082150","59036006090","0770050012","61336074100","61330097000","6123605210033","61336075000","61238091000","0770080015","6133602010024","60011252000","0770100020","61336074000","0985060003","60440001000","0618101410","60038007010","0625060016","60340017100","0405151913","60340022000","0618354220","60239105000","0912060206","60340020000","0025060256","60040027000","60040027050","0025060300","0770033020","77236080000","0770010010","61236008200","0770220020","77036003000","61236005000","61336009000","61336010100","61336109044","61336110100","61236001000","61236002000","61236113000","61230057100","0405151924","61230057050","61330157000","61236002050","0770034015","61236080100","61236081000","0770180020","14188N2201","0025060206S","16181N52ES","0025080256S","6130103402933S","0035100309S","6130103800033S","0035080306","6130103202933S","6130104304433","61301046000","69008021160","6030103600001","57301036100","61001086000","54601184000","54201081100","77701084000","0025080206","00501020S1","59001037000","0934080003","55009086000","61301080044","48601081S2","48601082S2","R14040","48601062S2","48601062S3","46810340","48600484","R14028","48601009","48601008","R514","95010034S","57430049S","57430048S","48601166S1","T511","R14041","6130200100017","76002010000","76002021000","76011073100","61312040000","61312041000","61312040050","0912060653","61002004000","60311070100","6130203000030","6130203100030","61302038000","61002043000","61002055000","61302055050","58007117000","61302032000","61002051000","61002056000","6130204400030","61011049000","61002054000","59032062000","61032063000","50302036200","61312040030","76011073110","61303001000EB","6030300500033S","6030300600033S","0035100249","0035100609S","0433100003","6900314000033S","6900314100033S","6130303800033S","6130303900033S","0035080256","61003042000","61304076000","61111064000","61007014000","50307014000","6130300210033","6130304800033S","6130304905033S","60003044100","60003052000","0799060003","6900305003333S","0035080206S","6130304900033S","6900305103333S","6130300203033S","61303002040","61303088000","0025080166","83008100015","69008021060","60004017000","69008021080","0125080003","60003152000","61303091000","61303092000","60303010000","61303085000","61303086000","0025080356","61011094000","47106003060","61003088000","6100302313333S","61303028000","6130302600033S","61303027000","60303024100","0025080166S","61303028001","61303023020","61011045000","62503027200","0084040123","15187N2201","46181028S1","50180213S10","50180217","R12012","46181307E","52000087","50180095","46810893","36120151","46811208","46181014","14460042","46181013","50180410","92010036","46180396","46180597","46811258","46810035","46810361","46810560","46181117","46180669S","46810010","46181031","46180365","46180654S15","50180751S1","14460004","6130403004433","61304050000","61304051000","61304060000","61304070000","69004037144","60004038000","83008000012","76004142000","61304042000","61310021000","0025050126","46104066050","0081050141","0760304073","60004034000","69004032000","60004032000","60004031000","60004033000","61304041000","61304030010","69004230010","61305007000","61305050000","60305008000","61305083000","6130501100033","51010086100","61305005005","75041090100","69005005005","69005050000","61005091000","61005013000","61005014000","78105081010","61305090000","0024060256","0025080506","61305069000","61305068000","60306001100","60306002000","60330088000","58031005000","0017060305","0770021020","5850701050030","60306016100","60306015000","61341040100","0025050256","60306042010","0021050003","61306095010","61041080000","60330088030","58431082100","61306041000","61306040000","60306040050","0770066025","00050157706","61307016050","60015019001","61311099000","0025080126","61306041033","61306040033","0081645121","61011055045","61306095020","61306095030","6130701304430A","61307008100","61307040000","61307047000","61307080000","60006001021","0912050253","61307059000","61307058000","76008052050","0991060126","76008052000","61307017050","0912080403","61007060000","61007065000","61307021044","0024060136","60007126001","60007024000","60007024050","0912050163","58407011100","0021060003","60307080090","7720701000030","54806008051","61308050000CAB","61308051000CAB","60307008190","61307040050","61307047050","60307088000","61007089000","61007090100","0025060166","61308041000CAA","61308042000CAA","61308018000","6130804000033","61314060000","61314061000","6130800300030A","6130800400030A","76014069051","76014062000","61313057000","0081050121","60013058000","6130801000030A","6130801100033","60008008050","69007029000","61308123010","0125050003","0985050003","40006006000","0966050163","16512180100","61308023010","0081050181","0024060156","61308022000","61308023000","62512081000","60012081200","58412080050","58412080000","58414030000","0797100003","61308099000","61308198000","61308192000","6130900104430","0760354771","0472047175","0625069068","61009011000","61009076100","6130906000033","76042020000","76009062000","61009012000","60009013000","61009081000","61009082000","76042025000","59009062013","61009015000","6131010104430","61310085100","76010160000","76042121000","61310187000","61310186000","61310016000","61310015000","61310010044","0760526880","61310019000","0770840035","0471078250","0472068250","0617456822","0625061909","61310014000","6131005404433S","61310059000","61310151038","54310086200","6131005000033S","76010116000","06923100003","76010186000","76010187000","76010052000","6131307500033S","61310010011","61310113000","61310052000","61310165118","61310066000","00050002029","61311075033","60311085000","61311059050","61311076000","61308018060","60311033200","60006001022","61041085100","61041085150","76211058000","0902060083","69011092000","61311087050","58011109110","58011109130","60311034000","60312032000","61341031000","60341031050","61611060033","61111018000","60311046000","60311047000","61342090050","60342090000","61041088000","61311083000","0024060106","62142041000","61342090040","83008000015","61311098000","61311053000","61311053050","62111059060","12011016000","61311059000","61311097000","61311055000","6131300100030","61013009202","61013009203","61013013050","61013013000","6101300900130","61013021000","61013009004","69013069001","58007017000","60013020000","76013005000","61311050000","61013006000","61013008000","54513155000","6101300200030","0603100141","61342001000","62113020100","00062030000","6131305004433S","61313052000","61013069000","6031306000030","0625006087","58303060051","0025060166S","0035080356S","61334041000","69013099050","54603069000","0934060003","54513151000","60313056044","6131301500158","6131301600158","61342003000","69013025000","0035100559","61313030000","61013020100","61313019000","69013018000","61313021000","6131308000158","69013082000","61313090000","69013020000","69013076000","61342004020","69013081000","61313083000","61314001000","76014025000","76014026000","61014030000","57111038000","61314001050","61314040000","60314047000","61308024000","0522040003","60314069000","61314069051","60308045000","0081250141","61314062100","0025050206","61311066144","61311066100","61307050000","61307055000","69007050050","60314069050","61307050020","61314062050","62142041100","60411067000","00063004202","312305","312313","3210040","3212584DE/GB","61329083000","3213109EN","61329099000","53012024100","60029070300","53012028200","50329071100","60012015000","61329085000","60012060000","6133000004424","0019050106S","61230084000","62638084044","0025050166","75038041200","07700390261","69030060144","60330047144","61330157050","60030010000","60030023000","49030090000","61230044000","0025060806","61230043000","0025060906","0025060606","60038029200","0018050103","57031523100","45038017000","61330099000","6033002600041","61230027000","6133000104441","61230025000","60330026050","60330026053","60030126080","0025060956","0025060306","0025060456","0025060356","0025060856","61230015100","0402040980","61330013000","612300151101","612300151102","612300151103","0888040050","612300820001","612300820002","612300820003","61330018000","60030026010","60032009050","60032009040","61330007200 I","61330007200 II","61330033000","75030074000","61230055000","61230056000","61330030000","61330031000","61330032100","61330007010 I","61330007010 II","61332044000","61332007000","69332005100","61332003000","0625060032","61232068100","0936220155","0126220373","61332006000","61332002000","60032021000","61332001044","60038001132","0618303526","60032020000","61232054000","0760091862","0402031780","61232069000","61232061051","60032061244","60032065000","60032061050","50332062000","0025060506","61332004000","60432011010","54632095000","61234005333","56534013100","0760142460","61234014000","54634020000","54634050000","58038023200","59034020000","50334018100","61234002100","61234001000","0024060206","75034024044","75034052000","61234023000","0912060309","61234015444","0625618050","61234003200","0625068080","60234012100","07700240251","0984050163S","60211023100","6133403104433S","50232050001","50233041000","61034035000","0035080306S","61334040000","0019080266S","6103403000033S","61334036044","69034032000","0912060353","6923505200041","61235061000","61235055000","60035055150","61235065244","59030023000","04720300121","60335055110","61335010000","62535009000","60035048000","41001052000","61335065000","60335066044","60035067001","60335044033","31008060000","60335005000","75014010050","0025050106","54305058000","60335026000","00050396706","60335093000","00050331706","60335025000","61235017000","60335024000","60335027000","0024060123","61335049000","61342041000","0770191015","0770300020","0799070000","61338085000","60030063070","61238017000","61238021100","61338015000","0770140200","58030120000","0770125015","0770170200","61230065000","0799080000","60038001024","0402041580","61238009144","60038028000","50337073000","61238026000","60038009000","61238002000","61238011100","61238010100","61238008150","61238008200","61238051000","6923805000033","61238052000","0770012021","00050000068","76039006000","61239093200","69139093000","60339035000","59039034000","60039040020","61230040000","60339004000","6023010204441","6003009400030","60339003000","60031098001","61311085050","0025050256S","60341023044","60341023020","75041023010","60341013044","75041013060","61341001000","75041085030","75041085020","75041085010","75041085044","61342031044","61342040000","61342046000","0025060306S","61342002000","61342004010","60311051000","44906890","40540399","40540400","40540401","40540402","40540403","40540404","40540405","40540406","40540407","40540408","40540409","40540410","40540411","40540412","40540413","40540414","40540415","40540417","40540418","40540419","40540421","40540422","40540423","40540425","40540426","40540427","40540447","40540448","40540449","40540450","40540494","40540774","40541383","40541391","40541392","40541393","40541402","40541403","40541404","40541405","40541406","40541408","40541414","40541416","40541417","S64060000400000","S64060000500000","S64060000600000","48600063","48600064","48600065","48600069","48600095","48600096","48600097","48600098","48600099","48600100","48600101","48600102","48600116","48600139","48600217","48600325","48600326","48600327","48600328","48600329","48600330","48600331","48600332","48600333","48600479","48600967","48600988","48600989","48601091","48601092","48601093","48601094","48601264","48601300","48601459","48601548","48601550","48601584","48601692","48601693","48601707","48601841","48601847","48601849","48601850","48601916","48601917","48600061","48600062","48600213","48600214","48600215","48600216","48600218","48600346","48600350","48600351","48600352","48600357","48600385","48600386","48600480","48600485","48600555","48600607","48600964","48600965","48601095","48601113","48601266","48601402","48601859","48601860","48601862","48601863","48601864","89080001","89080002","89080003","40540477","43570120","43578166","44916098","44916130","44916180","46180640","89080004","89080005","89080006","89080007","89080008","89080009","S64080000000000","S64080000300000","48601708","50180395","36120284","36120286","36120292","36120298","36120299","36120311","36120312","36120313","36120314","36120325","36120326","36120327","36120328","36120329","36120330","36120331","36120332","36120333","36120334","36120335","36120336","36120337","36120338","36120339","36120340","36120342","36120343","36120344","36120345","36120346","36120347","36120348","36120349","36120350","36120351","36120352","36120353","36120354","36120355","36120356","36120604","40140275","46180712","46810490","46810491","46810492","46810493","46810494","46810495","46810496","46810497","46810498","46810499","46810500","46810501","46810502","46810503","46810504","46810505","S64120000000000","46810506","46810507","46810508","46810509","46810510","46810511","46810512","46810513","46810514","46810515","46810516","46810517","46810518","46810519","46810520","46810521","46810522","46810523","46810524","46810525","46810603","46810604","46810606","46810607","46810608","46810610","46810611","46810612","46810613","46810614","46810615","46810616","46810620","46810622","46810623","46810624","46810625","46810628","46810631","46810633","46810634","46810636","46810637","46810638","46810639","46810641","46810642","46810643","46810856","46811580","46811582","46811629","46811635","46812015","46812016","46812017","46812018","50181296","50181297","46811046","35480479","50180006","50180007","50180008","50180009","50180010","50180012","50180013","50180014","50180015","50180016","50180017","50180019","50180020","50180021","50180022","50180023","50180024","50180025","50180026","50180027","50180028","50180029","50180030","50180031","50180032","50180033","50180034","50180035","50180036","50180037","50180038","50180039","50180040","50180041","50180043","50180044","50180045","50180046","50180047","50180048","50180049","50180050","50180051","50180052","50180053","50180054","50180055","50180056","50180057","50180058","50180059","50180060","50180061","50180062","50180063","50180064","50180065","50180066","50180067","50180068","50180069","50180070","50180071","50180072","50180073","50180074","50180075","50180076","50180077","50180078","50180079","50180080","50180177","50180210","50180383","48600212","50180634","50180650","50180653","50180654","50180655","50180656","50180657","50180659","50180662","50180663","50180664","50180665","50180666","50180209","50180330","50180578","50180635","40541061","36120469","36120471","46811636","89000001","46811637","48600460","50600065","50600002")
Parameters:
[]
80 0.48 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000091733
]
81 0.40 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:
[
  "1000091733"
]
82 55.83 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"kïð\tà3O_¾Òj‰aÕUZ"
  b"t››;\x14ìHɰ«Ìr5©\x18\x1E"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ls'Ÿ®\J\r¤CSåÿãV\v"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"2\x10\x11TâN™ªžX\f…®õX"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"Ú\x06ÃÎò¯@•¨3îºAHî\x7F"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"pè¢#\x04xM™»$Ú,t\x06¸$"
  b"Ô\x14\x02]~╝Iêÿ<\x03ì\x0Fƺð"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"kâ!N´¦Dý¨$™NL\x03"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b"+W#ƒƒØF›€kh`$kßv"
  b"/â´H*ÒG‡ëÓIt£"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\x1AÓóRG¥€j[·þTˆw"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"Súj»░­Cv┤‗ÅuMÀ¦Ý"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b":zùúÆöD; Uš4jx1C"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"…m™6²GHô„§\t‚kâã®"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"fÄý½#®Esº\x00°Té\x06"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b";s{½½WNìì°\x174■Ø╝p"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b" A£«¾rAÅ┐Q░j,óÔ"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"#/ø%¡ìI?¡´■½Ì$±,"
  b"d±¼õݧJ╝×F`&\x10§Ø3"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ÞgµA©\x11HY–\f•B·8òÝ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"„c˜ÑÔØDŸš÷¿¹Ü|â{"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"5\x1Eƒ?ÂrA;‰8åUoJ—I"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"|@`¶S\x1EA¼│A\x07Å*k6T"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"¬KÊO«ìDS│R!Ä¿\x1E"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"´SX°{jAF§±BŸ@Z‡""
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"vÉuDv\x03GºŽÁ\x06at•/`"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"ô\x19À;Õ╔HÉ¢╚d┘+¨ÎP"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"╬╬Mû╩(F¸¬C┘ÊI}DÉ"
  b"\x0FJÞTe\x0EO΃[9b\x13¤ÂH"
  b"ê‡VyI¹IÒ¹-Td,η°"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"tÓ©XÈ”K¤»>\x06W\x01OjÌ"
  b"\x0EÜú—y9E'†¹Öc»Zµé"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"Ç?\x11Bµ¦C&…°'«-\x13"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"\x1Eu\r?S\x7FE¸ƒTìµÉ\x17¥l"
  b"Vr—üyLB`¯V\x08\x10¥7"
  b"@8]„àüMn§Öà?LÖ•È"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"R;ÊÂ-ýG4º‚zHß—¼©"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"òÄÈ"’‡F‰´\x11¥\rÃâp\x16"
  b"\x01\t‰Z\x04ÿJoŸ{×ÛW\x1FéÉ"
  b"’Ýâµn\rJÚ—kçŒ9TÏ”"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ß\x15\x11È@XŽ(°9å' õ"
  b"¼Ž°Y¿\x15NDŠA`Âñâ\x18ˆ"
  b"ËÉ_ô.\x1EJ\x1Còûªñað─ê"
  b" È´§wtE\x01‹Œ\x7F‰&\x16‡ö"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"\r{41ÆòHù†V+ê\x13_ç¯"
  b"z\x15yˆë\x08FA±”†ä V]ì"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"Ä#Á™¤\@—¶kȤã\x03S+"
  b"­?\x04Åþ▒G╬Äë!;ýtÌI"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"xÅR]ñLNøƒj›\x03H#wÂ"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"\x0E‰ÉC<\x10B`žLû\x13£¤\x19Ý"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"╝$Î ÀFAµü_&\x0FU/ù©"
  b"ÕÚô½l™N‡¢¯±\x14܆–3"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"\x058d0#±J·…\x1CB?¼î}‡"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"ç§­\x10\x05\vN\x1DôÅ\tWn\x08"
  b":ö–噂J‘š€œB°¹éö"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"“GXŽs[E<¥•€\x05:8€A"
  b"ùMRl─╬I¸â(╚}füV&"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"²×åŒ÷ÆJ|·¡ÃZØ ¨¦"
  b"ò)x/«ØDu¡ê¶ˆc¨äº"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"¥xŸ¿éÏNR’ R\x12\v¥ÂR"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"GaðÌ·ÌH┌ìƒHQ7iw¿"
  b"`\x14<C´{MtÇ*Q÷ZØ╗&"
  b"ì\x06¥\x1DüÍD5ÿ!ó\f&Ú»Û"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"!yOÕR1L’‰™fÙKçÆE"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"""
    \tW!\n
    @½“md¾ãC­E
    """
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"¬½u?8AFý¬&ñs!‡rg"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"®L²│j4A?ïwNpÏ\x17"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x16õãçG£š\x17‰‡4ÿ$("
  b"mt{ ÆcF%°ÊHLBÕÔà"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"oHÝØÞVCÐá┴O\x06└?¦\x15"
  b"Y\x18;Ì¥\x1AA\x02¿*p*¹ÕJX"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"<\´Þ)WDÈìun=Q╣ÞS"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"zcòòü╣EWÆ$ÝÖ<┐(-"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"´»žz\x005F#½±\x14mÙÿž*"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"¨ÉwöþîE.™\x118‰=\x1D"
  b"\x16ó\x0F•Î|N_…=m€|Ôçj"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"6˜SF%fGo‚5>\x18\x12ɹ\r"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b"õÞº)öðB°³LþŠE»\x1CB"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"Ÿ3\e¾F\fFC½-s\x00Ï<µ–"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"\x14ÏÄDŒ‚C8¦X« WЦO"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"fôµ\x04+ÿMÈ´^FÞ²\x1D÷±"
  b"J«ÕIÞóIC“zT¥Öez9"
  b"þEèÑÌjF¬¡Xݸ&h\x07\x1C"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"^SçÇØ*CvÇÒÔÈSóö\x12"
  b"\x02ü‹a±ãHQ¡–¡Rn\`\x7F"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"T¾>@ÔdLb–°ÿ±µT=\x0E"
  b"²\®ÿ7:B}û&ª┘ ì┌╦"
  b"ää]wN¯C ¢xëúsîâê"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"ÅÍ\x19x■×DÑä╝Á╗"ÙÃa"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"å\x01─R%É@_ÿ)D\x02×KuÒ"
  b"ÁXÎ VöC4¬*kËÛ“ü\x08"
  b"Ã\x0E»UØbIþ©ùaæüÒû¯"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"®ò█õå\x13Baìàé╦=¹fó"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"┤Éú¢è\rEpøh\x16TÀicH"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"vÎäìÖ╣Nâô█§d£h┬7"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"\x17m \x00j¦Dé¹èû¾i\¹S"
  b"\x05Óׯ§ßO~Ø\x16iì(ÕH|"
  b"║k"¢■\x1AJƒÖ±É\x08ŰÑÎ"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"òÑ•Ño±B\x11¯úÈ#\x1C\x12\x1F8"
  b"\x1ECJ┌H{Oت¼[Ik\x1F\x06Ú"
  b"\x7F–‰2¬?E·¾ã\x04Öið¥"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"£÷x─M¶DÎî¦á║ô¨\x1AÅ"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"ô•½\x066ÂH]±E8å\x08þ\x12§"
  b"""
    \x08¼* \x14úNg–èNQ—\n
    ì\x1A
    """
  b"\x14ÀÕôâÖG¶ª─t&~█ÉØ"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b" s¯Àì¼D\x03│òPƒ\x14üµ╠"
  b"ÏC-¨ÒHK\x1E­XFÔæÛ/ž"
  b"ã│3@_ÔDÉ¥Å╩qM╝\x0F­"
  b"Ëçn~³QOL·ïQv3>Â;"
  b"U`1\x03È^H»«?¢\r ´\x0E?"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"F[?M=qMÄ€·mú„é•ñ"
  b"×wÞ¡lbF¥¨æÄÚ×øÍi"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"¸^D╝ØÑD±è+Ûª³Ãe¯"
  b"h6ìÊ>¦J\ Þ€\x18¼6“\x14"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"""
    ¤ü\x175â˜L\n
    •·Zad-k\x1C
    """
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"\v\x18Qz@á•\x03!._%„\x1D"
  b"ýÐŒc\tbEÞ…ŠÓ¥îˆ¦\x04"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"†-ýP}+E­¤gà›džB–"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"‚ú\x10¶s·@t² <‡`õNï"
  b"Y\x14V,¥zG…¤~‹Á\x1Eï9a"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"Ncª§\x05ÚGN¤9˜g\tar’"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\t’ôÇ*'N›·„øé1,Õ["
  b"OÒ†ÒÎ\x1CAxœ‡ùv¥c\x15´"
  b"ªQ\x02»ß╦L-íBÙn \x10Øu"
  b"ßjEé\x19{O<ޏ\x1Aáä7ï‡"
  b"‰Ê¼Z¡ÒNø¿ÊVm\tG \"
  b"5‹`À­‰O]¿¦„Ég¼¯ø"
  b"ÌC$¥Ÿ[@°•¯\x1FÒ×ý¿\x17"
  b"ìýàg\x03\rD‗ç~8&ù\x01fB"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Æù³\x12âUK ‡v#\x0E¹,u\x08"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Þ[&YÂIA†œë©•nË\x18ü"
  b"h\x060¾Ç\x15Eù¬\Yb–Àžú"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"Hnxs¦)Aìù®eû\x13\x10²]"
  b"\x18µ\x08ØF╬ñAP\x06)¬c\v"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"A▄:üª_G,¿´F±rÑ/>"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"yúÔó\voBü„\fð°ø".."
  b"\x1A3Bè0>J9„Ñ$³¦Ïƒd"
  b"Fg‰sÿ\tA\x13—¢Ô9D‡Ãé"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"\x1CI¨íå\x18GÖ‚3W…k&a="
  b"eì,+&áID║$(HT!ts"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"0Á¾r“dFñ‚ò\x18‰¢8F1"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"*×=B¾─@5¥C×ÓúÜQÅ"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"p2.gé1@R»¹gŒGöü3"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b"¬›G"÷³OT²‡_Ѽæ7"
  b"É\x1C,ø\¢Göˆö\x08éãàLí"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"à'{ÃKüEÏñı\x19ví´77"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"""
    uE\n
    \x1Fth@;É.pÑô┤G[
    """
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"ÝÍ®¤R•Dç²ß±Z’!Û\x06"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"º([b¸GD\r©<{O/„ëC"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"/`/Íh®Af║a>ì³e─["
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"údÄ"\e2J\x03¬APâ¢æÂÉ"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"\tß S{M¹Øzºòöh\v'"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"1R…µuzF±´±ª\x04ÐGó¤"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"Ãb›\x0EQØF¿ŸñªÙ¥¾\x07Ã"
  b"Ë9äRáPFꓼ:™îY|´"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x18™E\x13íæEr°08"h»(R"
  b"ÝcøÂÌFG\x0E«!í{œc$ "
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"MT4¹4öF½ÅÐ\x08\ç:\1"
  b"""
    !¹¬ø\n
    žM\x04‹Šÿp\r`%\x14
    """
  b"Dc<¸ŠfFN®ú/\x05#Ï‘\f"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ÆÄp\x12Š•N\f©¤T\x15—/\r¦"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"ƒ%Ã)¸)L ¯\x17ÇÏœ‚Ž´"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"▄^o┬h=L‗Ñü\x0E╩O▓w▄"
  b"\x19'Z┌p\fF±Â┌k£▓¦Ø{"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"RÞß\x18\x18ºO½ zwU\f&w\x16"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ô:æï\x0EaF¬‘ÂÙ\x7F®ëõº"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"Ÿ™ÆFõûA™µÍësF \x05]"
  b"Ï·‘¤\rt@E®ªtó V\vÜ"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"\x11œ!“Ú9C\x07º$á/XËž="
  b"¸»Ió :Aw›M›;\fMŒæ"
  b"\x00zû!úœM\r†”ס±iÈ\x1F"
  b"RÅ“~EèJâµsú¥›²ÚÛ"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"\x10éuH\x04"A\x15™ïNÖ–;çû"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"╦ñ¬á{WG©¬+┤─õãü\e"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"û\x11ª¨ç@AX½\e¥õR`¦5"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"""
    \n
    \x02J\x1Cu3E\x08â\x14¤\x7FÉêèì
    """
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"ßF³ƒ\e+D’Œ\x12\rƒ‰q"
  b"{š#\rö–Lǧ9~>²\x05\x08Â"
  b"±tÄŽé‡C—†ÂÒó\x10–»0"
  b"\x1Cm¤qHäKŃðï‹-¯7\x03"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"1©kÝ\x1F\fJk¢·“¡H¼E”"
  b"ñÈ\x05ê¥ÄDCê\x14øìS¡\x01S"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"NІ Ô,FŸ©W°\x19ËS%U"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"}\eŒ_\rÓCK›yõR\\x1D\x04"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"âùeɈp@›º’\x1Fr\x048Bó"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ãx\x19~uMKÑ™\x1E㨣‡\x03"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"CjÅ+Ôr@[╣êtT■yãß"
  b"³vº\x19Ú,Fº³\x19“¿÷ÅX""
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Ü©\x1DD@§Kv£ØÂGgÇ\x07]"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"1\x7F-C\vÀA}“Ÿ(ž[L{»"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"!ÿ\fææ┬J\x00ì├\x02)│\fc─"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"g¯z\x0EªèB»´‹ÌŽ\x05ÿÆ\x14"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"L-<Ç«(@éóü\x12^åÍ\r\x0F"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"—'Á{@\eC‹´PÆ@JÒ¬4"
  b"rS\x07H(^Mó€\x03‹Ge¸©w"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"╬¸äÓ╚┬Bò│:ã\vú%Ûü"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"Än;œviFr™.7\x02h»X§"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b" º|ì;Ì@└┐+üöÙ(\x0ER"
  b"Br€„-^Bœ•[#æ¾ÿ y"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"c5-ëijKu¡nÉb@\x02Ò‹"
  b"\x16[þá\x11®@G Aq›]°ã4"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"j>┬Ô\x10ØELû\x15:Åä╬ÝÈ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"yâ×└├]JúØ╚Þ\x18ggTw"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b"‡É Qâ•@H…Ú":ïÈåõ"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"©\e-mk×Fð‚CÄJé’*µ"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"mj┤ÖPUEͽÙx╬c■Ø\n"
  b"6˜À·×‚K‘³ÿÆó\x08Š“C"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ÿÈÚé´ÉNÔÁ9\x11\x08ó\x07¸s"
  b"\v┴Ûµ╬L@\x08ª,@rùüI╔"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x07├ì¿A8ר"<&À├Î"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"þqºdFÄL\x17‡ÿ\x1C…9\x11ö "
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"\x12å’ãªZB ‰×fˆ©£ÍY"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"y²QKÁ FƼÿ\x03H|WüÐ"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"„#räûƒAg•ßl*úf¢ø"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"ù$*\x02XzOO¹®\x05EŒ?õ\x16"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"b‹Þ\x133À@C´ý¹¢táÅ\x1C"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"e‘c­]uKDƒåà_WCéô"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"D¤uåÖ4J< “Éј…÷õ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"­>╣:7\vKp¡Hì╗x╦é┤"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"çÎy˜¦çLj¤üÓæ»g¸u"
  b"IP…1\e1GO íòs=\x1A…?"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"ü´|┴\e2G┼ü½´P┤b÷\x1F"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"$ØîõÄ\x07NÇ┤òM¤<Øô\x16"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ó<y¾ý\x19Kíªt^¯Dí5»"
  b"""
    I\n
    ñéüÉI,ûP\x1A­gc1┼
    """
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"ÎXj“ßgI\x18ºd?Ö\x12¡ß€"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"L\x18¶+ï€Mc°0ÙO¿ãé–"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"+;“#(ŸD›¨‚\x11E%å*\x1F"
  b"Ác•2êÞM~¼ñ\téµàjX"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"íÚ[œ—íIü·ÛЇÕ{›\x0F"
  b"v\x7F▒ì^+N&¥ +§r­úü"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
]
83 150.24 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"kïð\tà3O_¾Òj‰aÕUZ"
  b"t››;\x14ìHɰ«Ìr5©\x18\x1E"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ls'Ÿ®\J\r¤CSåÿãV\v"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"2\x10\x11TâN™ªžX\f…®õX"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"Ú\x06ÃÎò¯@•¨3îºAHî\x7F"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"pè¢#\x04xM™»$Ú,t\x06¸$"
  b"Ô\x14\x02]~╝Iêÿ<\x03ì\x0Fƺð"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"kâ!N´¦Dý¨$™NL\x03"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b"+W#ƒƒØF›€kh`$kßv"
  b"/â´H*ÒG‡ëÓIt£"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"\x1AÓóRG¥€j[·þTˆw"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"Súj»░­Cv┤‗ÅuMÀ¦Ý"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b":zùúÆöD; Uš4jx1C"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"…m™6²GHô„§\t‚kâã®"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"fÄý½#®Esº\x00°Té\x06"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b";s{½½WNìì°\x174■Ø╝p"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b" A£«¾rAÅ┐Q░j,óÔ"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"#/ø%¡ìI?¡´■½Ì$±,"
  b"d±¼õݧJ╝×F`&\x10§Ø3"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"ÞgµA©\x11HY–\f•B·8òÝ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"„c˜ÑÔØDŸš÷¿¹Ü|â{"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"5\x1Eƒ?ÂrA;‰8åUoJ—I"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"|@`¶S\x1EA¼│A\x07Å*k6T"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"¬KÊO«ìDS│R!Ä¿\x1E"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"´SX°{jAF§±BŸ@Z‡""
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"vÉuDv\x03GºŽÁ\x06at•/`"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"ô\x19À;Õ╔HÉ¢╚d┘+¨ÎP"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"╬╬Mû╩(F¸¬C┘ÊI}DÉ"
  b"\x0FJÞTe\x0EO΃[9b\x13¤ÂH"
  b"ê‡VyI¹IÒ¹-Td,η°"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"tÓ©XÈ”K¤»>\x06W\x01OjÌ"
  b"\x0EÜú—y9E'†¹Öc»Zµé"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"Ç?\x11Bµ¦C&…°'«-\x13"
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"\x1Eu\r?S\x7FE¸ƒTìµÉ\x17¥l"
  b"Vr—üyLB`¯V\x08\x10¥7"
  b"@8]„àüMn§Öà?LÖ•È"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"R;ÊÂ-ýG4º‚zHß—¼©"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"òÄÈ"’‡F‰´\x11¥\rÃâp\x16"
  b"\x01\t‰Z\x04ÿJoŸ{×ÛW\x1FéÉ"
  b"’Ýâµn\rJÚ—kçŒ9TÏ”"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ß\x15\x11È@XŽ(°9å' õ"
  b"¼Ž°Y¿\x15NDŠA`Âñâ\x18ˆ"
  b"ËÉ_ô.\x1EJ\x1Còûªñað─ê"
  b" È´§wtE\x01‹Œ\x7F‰&\x16‡ö"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"\r{41ÆòHù†V+ê\x13_ç¯"
  b"z\x15yˆë\x08FA±”†ä V]ì"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"Ä#Á™¤\@—¶kȤã\x03S+"
  b"­?\x04Åþ▒G╬Äë!;ýtÌI"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"xÅR]ñLNøƒj›\x03H#wÂ"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"\x0E‰ÉC<\x10B`žLû\x13£¤\x19Ý"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"╝$Î ÀFAµü_&\x0FU/ù©"
  b"ÕÚô½l™N‡¢¯±\x14܆–3"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"\x058d0#±J·…\x1CB?¼î}‡"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"ç§­\x10\x05\vN\x1DôÅ\tWn\x08"
  b":ö–噂J‘š€œB°¹éö"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"“GXŽs[E<¥•€\x05:8€A"
  b"ùMRl─╬I¸â(╚}füV&"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"²×åŒ÷ÆJ|·¡ÃZØ ¨¦"
  b"ò)x/«ØDu¡ê¶ˆc¨äº"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"¥xŸ¿éÏNR’ R\x12\v¥ÂR"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"GaðÌ·ÌH┌ìƒHQ7iw¿"
  b"`\x14<C´{MtÇ*Q÷ZØ╗&"
  b"ì\x06¥\x1DüÍD5ÿ!ó\f&Ú»Û"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"!yOÕR1L’‰™fÙKçÆE"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"""
    \tW!\n
    @½“md¾ãC­E
    """
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"¬½u?8AFý¬&ñs!‡rg"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"®L²│j4A?ïwNpÏ\x17"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x16õãçG£š\x17‰‡4ÿ$("
  b"mt{ ÆcF%°ÊHLBÕÔà"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"oHÝØÞVCÐá┴O\x06└?¦\x15"
  b"Y\x18;Ì¥\x1AA\x02¿*p*¹ÕJX"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"<\´Þ)WDÈìun=Q╣ÞS"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"zcòòü╣EWÆ$ÝÖ<┐(-"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"´»žz\x005F#½±\x14mÙÿž*"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"¨ÉwöþîE.™\x118‰=\x1D"
  b"\x16ó\x0F•Î|N_…=m€|Ôçj"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"6˜SF%fGo‚5>\x18\x12ɹ\r"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b"õÞº)öðB°³LþŠE»\x1CB"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"Ÿ3\e¾F\fFC½-s\x00Ï<µ–"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"\x14ÏÄDŒ‚C8¦X« WЦO"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"fôµ\x04+ÿMÈ´^FÞ²\x1D÷±"
  b"J«ÕIÞóIC“zT¥Öez9"
  b"þEèÑÌjF¬¡Xݸ&h\x07\x1C"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"^SçÇØ*CvÇÒÔÈSóö\x12"
  b"\x02ü‹a±ãHQ¡–¡Rn\`\x7F"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"T¾>@ÔdLb–°ÿ±µT=\x0E"
  b"²\®ÿ7:B}û&ª┘ ì┌╦"
  b"ää]wN¯C ¢xëúsîâê"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b"ÅÍ\x19x■×DÑä╝Á╗"ÙÃa"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"å\x01─R%É@_ÿ)D\x02×KuÒ"
  b"ÁXÎ VöC4¬*kËÛ“ü\x08"
  b"Ã\x0E»UØbIþ©ùaæüÒû¯"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"®ò█õå\x13Baìàé╦=¹fó"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"┤Éú¢è\rEpøh\x16TÀicH"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"vÎäìÖ╣Nâô█§d£h┬7"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b"\x17m \x00j¦Dé¹èû¾i\¹S"
  b"\x05Óׯ§ßO~Ø\x16iì(ÕH|"
  b"║k"¢■\x1AJƒÖ±É\x08ŰÑÎ"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"òÑ•Ño±B\x11¯úÈ#\x1C\x12\x1F8"
  b"\x1ECJ┌H{Oت¼[Ik\x1F\x06Ú"
  b"\x7F–‰2¬?E·¾ã\x04Öið¥"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"£÷x─M¶DÎî¦á║ô¨\x1AÅ"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"ô•½\x066ÂH]±E8å\x08þ\x12§"
  b"""
    \x08¼* \x14úNg–èNQ—\n
    ì\x1A
    """
  b"\x14ÀÕôâÖG¶ª─t&~█ÉØ"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b" s¯Àì¼D\x03│òPƒ\x14üµ╠"
  b"ÏC-¨ÒHK\x1E­XFÔæÛ/ž"
  b"ã│3@_ÔDÉ¥Å╩qM╝\x0F­"
  b"Ëçn~³QOL·ïQv3>Â;"
  b"U`1\x03È^H»«?¢\r ´\x0E?"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"F[?M=qMÄ€·mú„é•ñ"
  b"×wÞ¡lbF¥¨æÄÚ×øÍi"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"¸^D╝ØÑD±è+Ûª³Ãe¯"
  b"h6ìÊ>¦J\ Þ€\x18¼6“\x14"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"""
    ¤ü\x175â˜L\n
    •·Zad-k\x1C
    """
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"\v\x18Qz@á•\x03!._%„\x1D"
  b"ýÐŒc\tbEÞ…ŠÓ¥îˆ¦\x04"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"†-ýP}+E­¤gà›džB–"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"‚ú\x10¶s·@t² <‡`õNï"
  b"Y\x14V,¥zG…¤~‹Á\x1Eï9a"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"Ncª§\x05ÚGN¤9˜g\tar’"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\t’ôÇ*'N›·„øé1,Õ["
  b"OÒ†ÒÎ\x1CAxœ‡ùv¥c\x15´"
  b"ªQ\x02»ß╦L-íBÙn \x10Øu"
  b"ßjEé\x19{O<ޏ\x1Aáä7ï‡"
  b"‰Ê¼Z¡ÒNø¿ÊVm\tG \"
  b"5‹`À­‰O]¿¦„Ég¼¯ø"
  b"ÌC$¥Ÿ[@°•¯\x1FÒ×ý¿\x17"
  b"ìýàg\x03\rD‗ç~8&ù\x01fB"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Æù³\x12âUK ‡v#\x0E¹,u\x08"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"Þ[&YÂIA†œë©•nË\x18ü"
  b"h\x060¾Ç\x15Eù¬\Yb–Àžú"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"Hnxs¦)Aìù®eû\x13\x10²]"
  b"\x18µ\x08ØF╬ñAP\x06)¬c\v"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"A▄:üª_G,¿´F±rÑ/>"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"yúÔó\voBü„\fð°ø".."
  b"\x1A3Bè0>J9„Ñ$³¦Ïƒd"
  b"Fg‰sÿ\tA\x13—¢Ô9D‡Ãé"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"\x1CI¨íå\x18GÖ‚3W…k&a="
  b"eì,+&áID║$(HT!ts"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"0Á¾r“dFñ‚ò\x18‰¢8F1"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"*×=B¾─@5¥C×ÓúÜQÅ"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"p2.gé1@R»¹gŒGöü3"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b"¬›G"÷³OT²‡_Ѽæ7"
  b"É\x1C,ø\¢Göˆö\x08éãàLí"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"à'{ÃKüEÏñı\x19ví´77"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"""
    uE\n
    \x1Fth@;É.pÑô┤G[
    """
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"ÝÍ®¤R•Dç²ß±Z’!Û\x06"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"º([b¸GD\r©<{O/„ëC"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"/`/Íh®Af║a>ì³e─["
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b" û═dɬB°Å¼PDè9\x15E"
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"údÄ"\e2J\x03¬APâ¢æÂÉ"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"\tß S{M¹Øzºòöh\v'"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"1R…µuzF±´±ª\x04ÐGó¤"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"Ãb›\x0EQØF¿ŸñªÙ¥¾\x07Ã"
  b"Ë9äRáPFꓼ:™îY|´"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x18™E\x13íæEr°08"h»(R"
  b"ÝcøÂÌFG\x0E«!í{œc$ "
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"MT4¹4öF½ÅÐ\x08\ç:\1"
  b"""
    !¹¬ø\n
    žM\x04‹Šÿp\r`%\x14
    """
  b"Dc<¸ŠfFN®ú/\x05#Ï‘\f"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ÆÄp\x12Š•N\f©¤T\x15—/\r¦"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"ƒ%Ã)¸)L ¯\x17ÇÏœ‚Ž´"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"▄^o┬h=L‗Ñü\x0E╩O▓w▄"
  b"\x19'Z┌p\fF±Â┌k£▓¦Ø{"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"RÞß\x18\x18ºO½ zwU\f&w\x16"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"ô:æï\x0EaF¬‘ÂÙ\x7F®ëõº"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"Ÿ™ÆFõûA™µÍësF \x05]"
  b"Ï·‘¤\rt@E®ªtó V\vÜ"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"\x11œ!“Ú9C\x07º$á/XËž="
  b"¸»Ió :Aw›M›;\fMŒæ"
  b"\x00zû!úœM\r†”ס±iÈ\x1F"
  b"RÅ“~EèJâµsú¥›²ÚÛ"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"\x10éuH\x04"A\x15™ïNÖ–;çû"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"╦ñ¬á{WG©¬+┤─õãü\e"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"û\x11ª¨ç@AX½\e¥õR`¦5"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"""
    \n
    \x02J\x1Cu3E\x08â\x14¤\x7FÉêèì
    """
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"ßF³ƒ\e+D’Œ\x12\rƒ‰q"
  b"{š#\rö–Lǧ9~>²\x05\x08Â"
  b"±tÄŽé‡C—†ÂÒó\x10–»0"
  b"\x1Cm¤qHäKŃðï‹-¯7\x03"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"1©kÝ\x1F\fJk¢·“¡H¼E”"
  b"ñÈ\x05ê¥ÄDCê\x14øìS¡\x01S"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"NІ Ô,FŸ©W°\x19ËS%U"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"}\eŒ_\rÓCK›yõR\\x1D\x04"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"âùeɈp@›º’\x1Fr\x048Bó"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ãx\x19~uMKÑ™\x1E㨣‡\x03"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"CjÅ+Ôr@[╣êtT■yãß"
  b"³vº\x19Ú,Fº³\x19“¿÷ÅX""
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Ü©\x1DD@§Kv£ØÂGgÇ\x07]"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"1\x7F-C\vÀA}“Ÿ(ž[L{»"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"!ÿ\fææ┬J\x00ì├\x02)│\fc─"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"g¯z\x0EªèB»´‹ÌŽ\x05ÿÆ\x14"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"L-<Ç«(@éóü\x12^åÍ\r\x0F"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"—'Á{@\eC‹´PÆ@JÒ¬4"
  b"rS\x07H(^Mó€\x03‹Ge¸©w"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"╬¸äÓ╚┬Bò│:ã\vú%Ûü"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"Än;œviFr™.7\x02h»X§"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b" º|ì;Ì@└┐+üöÙ(\x0ER"
  b"Br€„-^Bœ•[#æ¾ÿ y"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"c5-ëijKu¡nÉb@\x02Ò‹"
  b"\x16[þá\x11®@G Aq›]°ã4"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"j>┬Ô\x10ØELû\x15:Åä╬ÝÈ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"yâ×└├]JúØ╚Þ\x18ggTw"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b"‡É Qâ•@H…Ú":ïÈåõ"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"©\e-mk×Fð‚CÄJé’*µ"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"mj┤ÖPUEͽÙx╬c■Ø\n"
  b"6˜À·×‚K‘³ÿÆó\x08Š“C"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"ÿÈÚé´ÉNÔÁ9\x11\x08ó\x07¸s"
  b"\v┴Ûµ╬L@\x08ª,@rùüI╔"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x07├ì¿A8ר"<&À├Î"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"þqºdFÄL\x17‡ÿ\x1C…9\x11ö "
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"\x12å’ãªZB ‰×fˆ©£ÍY"
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"y²QKÁ FƼÿ\x03H|WüÐ"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"„#räûƒAg•ßl*úf¢ø"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"ù$*\x02XzOO¹®\x05EŒ?õ\x16"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"b‹Þ\x133À@C´ý¹¢táÅ\x1C"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"e‘c­]uKDƒåà_WCéô"
  b"¯ù[š\r*@-„œu_&W\û"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"D¤uåÖ4J< “Éј…÷õ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"­>╣:7\vKp¡Hì╗x╦é┤"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"çÎy˜¦çLj¤üÓæ»g¸u"
  b"IP…1\e1GO íòs=\x1A…?"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"ü´|┴\e2G┼ü½´P┤b÷\x1F"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"$ØîõÄ\x07NÇ┤òM¤<Øô\x16"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ó<y¾ý\x19Kíªt^¯Dí5»"
  b"""
    I\n
    ñéüÉI,ûP\x1A­gc1┼
    """
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"ÎXj“ßgI\x18ºd?Ö\x12¡ß€"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"L\x18¶+ï€Mc°0ÙO¿ãé–"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"+;“#(ŸD›¨‚\x11E%å*\x1F"
  b"Ác•2êÞM~¼ñ\téµàjX"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"íÚ[œ—íIü·ÛЇÕ{›\x0F"
  b"v\x7F▒ì^+N&¥ +§r­úü"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"´Söà╠LE&£|┬eìı¥º"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"بT+xöG:™ôhþ+*ìP"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"…úÕrX7F㸆-S$H„ö"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"ízšf>\r@!’4â@«G£“"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"é┤-R@8JØäoK²&┼\ee"
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"ž“_Hß”C2­ii1º,ýä"
  b".aÉUSéE›œH»³‰Ñi\r"
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"L”aªŸ#Gˑۿck1œ?"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"(½»*3LNûƒ=PÉô{½B"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"'w2šQILC’„E„|¡.’"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"àã§'fYL¦©w@æeùaÖ"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"$ð‹Áú­EʵInöžt{B"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"ié#u»fHçƒWqþŒlžž"
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"\x01âÏAIo©¤.êGÃU¯"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"u¤fº(TAȧ\²ûd·_é"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"F/$+C<A膚씼Áùs"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b" (£§–ºFP©\x08\x05\¸"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b". '2\ea@J¾ïcò|\x02Èå"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b" [HY´qNL┤©▄ØÓq&-"
  b"sèéø]LI=¶rñl<‘e“"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"Äd*çãáDh·ã„óv@\x050"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"¢¡g_9─@Éóݺm!■6û"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b"\r{î ° I7—Ì©bò\x13"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"■r\vM̯IüÁObÄ3pËD"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"oXÎQìRN{åIZ,]aDù"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
]
84 4.30 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00zû!úœM\r†”ס±iÈ\x1F"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\t‰Z\x04ÿJoŸ{×ÛW\x1FéÉ"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x02ü‹a±ãHQ¡–¡Rn\`\x7F"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x058d0#±J·…\x1CB?¼î}‡"
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"\x05Óׯ§ßO~Ø\x16iì(ÕH|"
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"""
    \x08¼* \x14úNg–èNQ—\n
    ì\x1A
    """
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t’ôÇ*'N›·„øé1,Õ["
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    \x02J\x1Cu3E\x08â\x14¤\x7FÉêèì
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\v\x18Qz@á•\x03!._%„\x1D"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v┴Ûµ╬L@\x08ª,@rùüI╔"
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{41ÆòHù†V+ê\x13_ç¯"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E‰ÉC<\x10B`žLû\x13£¤\x19Ý"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0EÜú—y9E'†¹Öc»Zµé"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"\x0FJÞTe\x0EO΃[9b\x13¤ÂH"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10éuH\x04"A\x15™ïNÖ–;çû"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11œ!“Ú9C\x07º$á/XËž="
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x12å’ãªZB ‰×fˆ©£ÍY"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14ÀÕôâÖG¶ª─t&~█ÉØ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"\x14ÏÄDŒ‚C8¦X« WЦO"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x16[þá\x11®@G Aq›]°ã4"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"\x16ó\x0F•Î|N_…=m€|Ôçj"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"\x17m \x00j¦Dé¹èû¾i\¹S"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18™E\x13íæEr°08"h»(R"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x19'Z┌p\fF±Â┌k£▓¦Ø{"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"\x1A3Bè0>J9„Ñ$³¦Ïƒd"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1CI¨íå\x18GÖ‚3W…k&a="
  b"\x1Cm¤qHäKŃðï‹-¯7\x03"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"\x1ECJ┌H{Oت¼[Ik\x1F\x06Ú"
  b"\x1Eu\r?S\x7FE¸ƒTìµÉ\x17¥l"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b" º|ì;Ì@└┐+üöÙ(\x0ER"
  b" È´§wtE\x01‹Œ\x7F‰&\x16‡ö"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!yOÕR1L’‰™fÙKçÆE"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!ÿ\fææ┬J\x00ì├\x02)│\fc─"
  b"""
    !¹¬ø\n
    žM\x04‹Šÿp\r`%\x14
    """
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"#/ø%¡ìI?¡´■½Ì$±,"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ØîõÄ\x07NÇ┤òM¤<Øô\x16"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(½»*3LNûƒ=PÉô{½B"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*×=B¾─@5¥C×ÓúÜQÅ"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+;“#(ŸD›¨‚\x11E%å*\x1F"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"/`/Íh®Af║a>ì³e─["
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"/â´H*ÒG‡ëÓIt£"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0Á¾r“dFñ‚ò\x18‰¢8F1"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"1R…µuzF±´±ª\x04ÐGó¤"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1\x7F-C\vÀA}“Ÿ(ž[L{»"
  b"1©kÝ\x1F\fJk¢·“¡H¼E”"
  b"2\x10\x11TâN™ªžX\f…®õX"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5\x1Eƒ?ÂrA;‰8åUoJ—I"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5‹`À­‰O]¿¦„Ég¼¯ø"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"6˜SF%fGo‚5>\x18\x12ɹ\r"
  b"6˜À·×‚K‘³ÿÆó\x08Š“C"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"\x18µ\x08ØF╬ñAP\x06)¬c\v"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b":ö–噂J‘š€œB°¹éö"
  b";s{½½WNìì°\x174■Ø╝p"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<\´Þ)WDÈìun=Q╣ÞS"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"@8]„àüMn§Öà?LÖ•È"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"A▄:üª_G,¿´F±rÑ/>"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"Br€„-^Bœ•[#æ¾ÿ y"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"CjÅ+Ôr@[╣êtT■yãß"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"Dc<¸ŠfFN®ú/\x05#Ï‘\f"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"F/$+C<A膚씼Áùs"
  b"F[?M=qMÄ€·mú„é•ñ"
  b"Fg‰sÿ\tA\x13—¢Ô9D‡Ãé"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"GaðÌ·ÌH┌ìƒHQ7iw¿"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"Hnxs¦)Aìù®eû\x13\x10²]"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"""
    I\n
    ñéüÉI,ûP\x1A­gc1┼
    """
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J«ÕIÞóIC“zT¥Öez9"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x18¶+ï€Mc°0ÙO¿ãé–"
  b"L-<Ç«(@éóü\x12^åÍ\r\x0F"
  b"Ls'Ÿ®\J\r¤CSåÿãV\v"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"MT4¹4öF½ÅÐ\x08\ç:\1"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"Ncª§\x05ÚGN¤9˜g\tar’"
  b"NІ Ô,FŸ©W°\x19ËS%U"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"OÒ†ÒÎ\x1CAxœ‡ùv¥c\x15´"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"R;ÊÂ-ýG4º‚zHß—¼©"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RÅ“~EèJâµsú¥›²ÚÛ"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"RÞß\x18\x18ºO½ zwU\f&w\x16"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"\x16õãçG£š\x17‰‡4ÿ$("
  b"Súj»░­Cv┤‗ÅuMÀ¦Ý"
  b"""
    \tW!\n
    @½“md¾ãC­E
    """
  b"\x01âÏAIo©¤.êGÃU¯"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"T¾>@ÔdLb–°ÿ±µT=\x0E"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"U`1\x03È^H»«?¢\r ´\x0E?"
  b"Vr—üyLB`¯V\x08\x10¥7"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"Y\x14V,¥zG…¤~‹Á\x1Eï9a"
  b"Y\x18;Ì¥\x1AA\x02¿*p*¹ÕJX"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"^SçÇØ*CvÇÒÔÈSóö\x12"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"`\x14<C´{MtÇ*Q÷ZØ╗&"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b‹Þ\x133À@C´ý¹¢táÅ\x1C"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"c5-ëijKu¡nÉb@\x02Ò‹"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"d±¼õݧJ╝×F`&\x10§Ø3"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"eì,+&áID║$(HT!ts"
  b"e‘c­]uKDƒåà_WCéô"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÄý½#®Esº\x00°Té\x06"
  b"fôµ\x04+ÿMÈ´^FÞ²\x1D÷±"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g¯z\x0EªèB»´‹ÌŽ\x05ÿÆ\x14"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"h\x060¾Ç\x15Eù¬\Yb–Àžú"
  b"h6ìÊ>¦J\ Þ€\x18¼6“\x14"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"j>┬Ô\x10ØELû\x15:Åä╬ÝÈ"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kâ!N´¦Dý¨$™NL\x03"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"mj┤ÖPUEͽÙx╬c■Ø\n"
  b"mt{ ÆcF%°ÊHLBÕÔà"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oHÝØÞVCÐá┴O\x06└?¦\x15"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p2.gé1@R»¹gŒGöü3"
  b"pè¢#\x04xM™»$Ú,t\x06¸$"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"rS\x07H(^Mó€\x03‹Ge¸©w"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t››;\x14ìHɰ«Ìr5©\x18\x1E"
  b"tÓ©XÈ”K¤»>\x06W\x01OjÌ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"""
    uE\n
    \x1Fth@;É.pÑô┤G[
    """
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"v\x7F▒ì^+N&¥ +§r­úü"
  b"vÉuDv\x03GºŽÁ\x06at•/`"
  b"vÎäìÖ╣Nâô█§d£h┬7"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xÅR]ñLNøƒj›\x03H#wÂ"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"yâ×└├]JúØ╚Þ\x18ggTw"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"yúÔó\voBü„\fð°ø".."
  b"y²QKÁ FƼÿ\x03H|WüÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"z\x15yˆë\x08FA±”†ä V]ì"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"zcòòü╣EWÆ$ÝÖ<┐(-"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{š#\rö–Lǧ9~>²\x05\x08Â"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|@`¶S\x1EA¼│A\x07Å*k6T"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}\eŒ_\rÓCK›yõR\\x1D\x04"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x7F–‰2¬?E·¾ã\x04Öið¥"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"ü´|┴\e2G┼ü½´P┤b÷\x1F"
  b"é┤-R@8JØäoK²&┼\ee"
  b"‚ú\x10¶s·@t² <‡`õNï"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"ƒ%Ã)¸)L ¯\x17ÇÏœ‚Ž´"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"„#räûƒAg•ßl*úf¢ø"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„c˜ÑÔØDŸš÷¿¹Ü|â{"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"à'{ÃKüEÏñı\x19ví´77"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"…m™6²GHô„§\t‚kâã®"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"…úÕrX7F㸆-S$H„ö"
  b"å\x01─R%É@_ÿ)D\x02×KuÒ"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†-ýP}+E­¤gà›džB–"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡É Qâ•@H…Ú":ïÈåõ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ç§­\x10\x05\vN\x1DôÅ\tWn\x08"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"‰Ê¼Z¡ÒNø¿ÊVm\tG \"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ì\x06¥\x1DüÍD5ÿ!ó\f&Ú»Û"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìýàg\x03\rD‗ç~8&ù\x01fB"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"ÅÍ\x19x■×DÑä╝Á╗"ÙÃa"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"’Ýâµn\rJÚ—kçŒ9TÏ”"
  b"ô\x19À;Õ╔HÉ¢╚d┘+¨ÎP"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"“GXŽs[E<¥•€\x05:8€A"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"—'Á{@\eC‹´PÆ@JÒ¬4"
  b"ùMRl─╬I¸â(╚}füV&"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"ÿÈÚé´ÉNÔÁ9\x11\x08ó\x07¸s"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Ü©\x1DD@§Kv£ØÂGgÇ\x07]"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"£÷x─M¶DÎî¦á║ô¨\x1AÅ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž“_Hß”C2­ii1º,ýä"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"Ÿ3\e¾F\fFC½-s\x00Ï<µ–"
  b"Ÿ™ÆFõûA™µÍësF \x05]"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"údÄ"\e2J\x03¬APâ¢æÂÉ"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñÈ\x05ê¥ÄDCê\x14øìS¡\x01S"
  b"""
    ¤ü\x175â˜L\n
    •·Zad-k\x1C
    """
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥xŸ¿éÏNR’ R\x12\v¥ÂR"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"ªQ\x02»ß╦L-íBÙn \x10Øu"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¨ÉwöþîE.™\x118‰=\x1D"
  b"©\e-mk×Fð‚CÄJé’*µ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"®ò█õå\x13Baìàé╦=¹fó"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"¬KÊO«ìDS│R!Ä¿\x1E"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"¬›G"÷³OT²‡_Ѽæ7"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"¯ù[š\r*@-„œu_&W\û"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±tÄŽé‡C—†ÂÒó\x10–»0"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²×åŒ÷ÆJ|·¡ÃZØ ¨¦"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"³vº\x19Ú,Fº³\x19“¿÷ÅX""
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´SX°{jAF§±BŸ@Z‡""
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"┤Éú¢è\rEpøh\x16TÀicH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´»žz\x005F#½±\x14mÙÿž*"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"¸»Ió :Aw›M›;\fMŒæ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"º([b¸GD\r©<{O/„ëC"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"║k"¢■\x1AJƒÖ±É\x08ŰÑÎ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"╝$Î ÀFAµü_&\x0FU/ù©"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼Ž°Y¿\x15NDŠA`Âñâ\x18ˆ"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"¢¡g_9─@Éóݺm!■6û"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"ÁXÎ VöC4¬*kËÛ“ü\x08"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"Ác•2êÞM~¼ñ\téµàjX"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"Ãb›\x0EQØF¿ŸñªÙ¥¾\x07Ã"
  b"Ãx\x19~uMKÑ™\x1E㨣‡\x03"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"Ä#Á™¤\@—¶kȤã\x03S+"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Än;œviFr™.7\x02h»X§"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"ã│3@_ÔDÉ¥Å╩qM╝\x0F­"
  b"ÆÄp\x12Š•N\f©¤T\x15—/\r¦"
  b"Æù³\x12âUK ‡v#\x0E¹,u\x08"
  b"Ã\x0E»UØbIþ©ùaæüÒû¯"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"Ç?\x11Bµ¦C&…°'«-\x13"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"É\x1C,ø\¢Göˆö\x08éãàLí"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"Ë9äRáPFꓼ:™îY|´"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"╦ñ¬á{WG©¬+┤─õãü\e"
  b"Ëçn~³QOL·ïQv3>Â;"
  b"ÌC$¥Ÿ[@°•¯\x1FÒ×ý¿\x17"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"ÎXj“ßgI\x18ºd?Ö\x12¡ß€"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"╬╬Mû╩(F¸¬C┘ÊI}DÉ"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"╬¸äÓ╚┬Bò│:ã\vú%Ûü"
  b"ÏC-¨ÒHK\x1E­XFÔæÛ/ž"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"Ï·‘¤\rt@E®ªtó V\vÜ"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"ËÉ_ô.\x1EJ\x1Còûªñað─ê"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÚô½l™N‡¢¯±\x14܆–3"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×wÞ¡lbF¥¨æÄÚ×øÍi"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"Ú\x06ÃÎò¯@•¨3îºAHî\x7F"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"\tß S{M¹Øzºòöh\v'"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"▄^o┬h=L‗Ñü\x0E╩O▓w▄"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"ÝcøÂÌFG\x0E«!í{œc$ "
  b"ÝÍ®¤R•Dç²ß±Z’!Û\x06"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"Þ[&YÂIA†œë©•nË\x18ü"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞgµA©\x11HY–\f•B·8òÝ"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ß\x15\x11È@XŽ(°9å' õ"
  b"ßF³ƒ\e+D’Œ\x12\rƒ‰q"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßjEé\x19{O<ޏ\x1Aáä7ï‡"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"Ô\x14\x02]~╝Iêÿ<\x03ì\x0Fƺð"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"âùeɈp@›º’\x1Fr\x048Bó"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çÎy˜¦çLj¤üÓæ»g¸u"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ê‡VyI¹IÒ¹-Td,η°"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íÚ[œ—íIü·ÛЇÕ{›\x0F"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"­>╣:7\vKp¡Hì╗x╦é┤"
  b"­?\x04Åþ▒G╬Äë!;ýtÌI"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"ò)x/«ØDu¡ê¶ˆc¨äº"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"òÄÈ"’‡F‰´\x11¥\rÃâp\x16"
  b"òÑ•Ño±B\x11¯úÈ#\x1C\x12\x1F8"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó<y¾ý\x19Kíªt^¯Dí5»"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"ô:æï\x0EaF¬‘ÂÙ\x7F®ëõº"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ô•½\x066ÂH]±E8å\x08þ\x12§"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õÞº)öðB°³LþŠE»\x1CB"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"¸^D╝ØÑD±è+Ûª³Ãe¯"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ù$*\x02XzOO¹®\x05EŒ?õ\x16"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"û\x11ª¨ç@AX½\e¥õR`¦5"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"²\®ÿ7:B}û&ª┘ ì┌╦"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"ýÐŒc\tbEÞ…ŠÓ¥îˆ¦\x04"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þEèÑÌjF¬¡Xݸ&h\x07\x1C"
  b"þqºdFÄL\x17‡ÿ\x1C…9\x11ö "
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" A£«¾rAÅ┐Q░j,óÔ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" [HY´qNL┤©▄ØÓq&-"
  b" s¯Àì¼D\x03│òPƒ\x14üµ╠"
  b" û═dɬB°Å¼PDè9\x15E"
  b"¯ü[|\x04HA?æ╔©\x00+Û┬ï"
]
85 3.19 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"{\x18'\x11¡)Oi®"fµã{[Ä"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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""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"õ•"¨‡ù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"\x13¼ê\x17ÙLÖŒ\x0F\e\x01Éj„?"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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""A“r\f*JE¼–Ë-\x05VUº"
  b"\x16]8~ÉÆIê×ë═eäµ╚\x1C"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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ó£´,Ze\x10"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"\x07RQîEdM\x14¿êâüå\x00"
  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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 16.99 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00F†Ø÷`Iƒ‘õ.§È½¶@"
  b"\x00k\x0F¬x¤AÔ¢\x12.ˆ&-ä"
  b"\x00zû!úœM\r†”ס±iÈ\x1F"
  b"\x00 \x17СóJà±b\v›lÀhµ"
  b"\x00ð°‘\x17\eC•¹\x7F×:½\x18"
  b"\x01\t‰Z\x04ÿJoŸ{×ÛW\x1FéÉ"
  b"\x01ûIv6┤IVìRÎ\t┤!>\x16"
  b"\x01 ¿FIÎJs–FCÖD\x05´:"
  b"\x01¬+\;üJæ║Àø╝┐\x06\x08·"
  b"\x01┐º\x12Y\x1AC╬ù|¸µü\x1CÙ´"
  b"\x01ÇŸI\x14ñEk›üÐB5èÔr"
  b"\x01Û$\x18êyAÅ’=áÜ\x12ÖE"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02!A\x02|?I\x0Eí[ТÍMØ\t"
  b"""
    \x02W\x17Ù\x1C!C—».ƒ\n
    â±À
    """
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x02™T\x13ÖÂHãŠøI¶1âl\r"
  b"\x02á4®\x0E¶G\x19µÏEGç]ÄÕ"
  b"\x02ü‹a±ãHQ¡–¡Rn\`\x7F"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03■Ã\v dDrì´\x18¶xÂnP"
  b"\x04%Á┌<zD´ü_ÉÈ\x14Ù╚×"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04y\x08\x0E1^M\x1C¯Žq2¬û…\e"
  b"\x04âÙµ\v\x02Náª\x1D}Åj]ÜL"
  b"\x05\x15ki>kJi¾`x—Íœ\t¬"
  b"\x058d0#±J·…\x1CB?¼î}‡"
  b"\x05~É^å{H)˜´[\x1E¢:‚ó"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05¦;▒â+B8ɲ └NÃ\x08×"
  b"\x05Óׯ§ßO~Ø\x16iì(ÕH|"
  b"\x05îæ’Õ\x11Jh…šÛsD’`\t"
  b"\x06\x02Ú^TÛD¢║8▀¤ÅWYX"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06)\x04\x01L\x04½2B¾ß\x0Eß\x0E"
  b"\x06@B$Z¥H\x07Ÿq1@,{;–"
  b"\x06\x03■~DGÆþ­\x7Fê$\x17É"
  b"\x06ÄMÆ\x03NB\x15›¹Û0a¨¾·"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ê{½:4F»ªg!Q&óK\x14"
  b"\x06¸Y┘Ø~MÙ¼\x13-áÔz╝Í"
  b"\x07\x08┤ü╠jO;ü└ê\x16ÛÀc▒"
  b"\x07%»ÍÁ€C¾„\x1FeMüÜ¡å"
  b"\x07-Ûê[0KAƒZãæàkLs"
  b"\x07<ŠË£­Ax„l’^{d9o"
  b"\x07QãL1ËD\x14”Ê›véÁ\x1EJ"
  b"\x07lyı'¥@®╝¤´.\x0F;ÎÅ"
  b"\x07ŠÛsä3@,¬\x1D\x0F·ž[øÇ"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07»s├xFIıÆfH└╚eÔÅ"
  b"\x07úÚD›–B?¨C?n±\x16IK"
  b"\x08K…UbxF̸«Þ\x0E»_ú—"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08Ny«┼ØL\x14º╣ÜýÂé{Y"
  b"\x08j?(Ù9O\x1EˆÏµ©Ò`w\x02"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"""
    \x08¼* \x14úNg–èNQ—\n
    ì\x1A
    """
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\tJ\x07TG\x04B\füû\rÐM╔╝="
  b"\t’ôÇ*'N›·„øé1,Õ["
  b"\t íÉg#Gª†±Œ‰úJ´µ"
  b"""
    \n
    \x02J\x1Cu3E\x08â\x14¤\x7FÉêèì
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\v\x05\x1D\x02\x01ŠD÷­ŽÐ€à˜T\x01"
  b"\v\x11ƳöÂNÏ›\x7FðÚÈÖ—#"
  b"\v\x18Qz@á•\x03!._%„\x1D"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\v┴Ûµ╬L@\x08ª,@rùüI╔"
  b"\vÛ‹+C³FwšÀÉ\x07ËQõM"
  b"\vé’.q\x1CKâh‚é›#ô§"
  b"\véìwiWBÕ½\vò\x15Á\x1D"
  b"\vðU \f#Dʪv“ñWØ\x18 "
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\fêÅ\x16ö#Eñò\x0FÑ■C╗üà"
  b"\f¼9\eÐ┤LÞŨ\x1DÕª¤‗\x12"
  b"\fßÃ_t:Fl…’fº—ãfÃ"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r{41ÆòHù†V+ê\x13_ç¯"
  b"\r{î ° I7—Ì©bò\x13"
  b"\rÐKiˆ(H‹­\x12©Þ¯|_å"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E&Ó¬ÔKM-´b ÊJ¦¥ç"
  b"\x0E-ƒ½nÞK~®ç,\x04#ŸµÁ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Ec\x19┼:LL*ÉÅn\x1A\x1A(P"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0Eçâ▀┌«OIÄ╣I}Â┼Ø┐"
  b"\x0E‰ÉC<\x10B`žLû\x13£¤\x19Ý"
  b"\x0EŒn˜š\tJŸŒDº-\x17\x18\x1A˜"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x0EÜú—y9E'†¹Öc»Zµé"
  b"\x0Eúq¯ƒ†B6¯pîÕâG}{"
  b"\x0F\x08Ò\x1DFVKx¬ˆç©\x08\x12>@"
  b"\x0FJÞTe\x0EO΃[9b\x13¤ÂH"
  b"\x0F]Í└█\x13B\x01ñç\x0E;F{É╦"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x10y¼çGðD“ ·„³ 8Jœ"
  b"\x10z¶6╝\x06CÂ▒\x04¯tÅÁìv"
  b"\x10éuH\x04"A\x15™ïNÖ–;çû"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x11”Y€ÝcOŒ¿Ã"\fºª+g"
  b"\x11œ!“Ú9C\x07º$á/XËž="
  b"\x11Ê-«˜ßNË›žnÿt\x7Fê\x10"
  b"\x12\x0Fj1XªNS¤YM›/\rÐý"
  b"\x12"øm¨\eFèžöÄ ö³´Ì"
  b"\x128r█¤\x13E‗í│űÂßÎ\t"
  b"\x12Bs\x162öKQ×\¡âZ£þü"
  b"""
    \x12Hâr´¹Ge‚¾ML‘\n
    
    """
  b"""
    \x12b’Òâ\fF§·¤\n
    <hƒPh
    """
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x12å’ãªZB ‰×fˆ©£ÍY"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13\x1AÞ\x18L¿É▓×{ÍæðB"
  b"\x13§¿Ëo9KR™œ3ÿ\x1F\x1A\x01Ñ"
  b"\x14m†œÉ\x10Bk»Ô\x1EÌQ…«Y"
  b"\x14ÀÕôâÖG¶ª─t&~█ÉØ"
  b"\x14Æ\x0Fi¾}N~¢ê·ýœ!CÕ"
  b"\x14ÏÄDŒ‚C8¦X« WЦO"
  b"\x15k/Gè¯F𦖑ÜEn›)"
  b"\x15ª‘o©ÃD\x1F­Ü[dn2ðG"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x15ý\x13ØÁ"@¬Á6t╚Ñf┬╚"
  b"\x16[þá\x11®@G Aq›]°ã4"
  b"\x16‘Xe©ÐML’\x19§eí\e­Õ"
  b"\x16ó\x0F•Î|N_…=m€|Ôçj"
  b"\x171┐ÉT\x0EM╚×{ÿ┤BMçR"
  b"\x17m \x00j¦Dé¹èû¾i\¹S"
  b"\x17×m\x15ÓáL`±½\x14؉GK>"
  b"\x17åZVl_JÏ©\x04?\x13\t\Qv"
  b"\x17ï¿õ€=I´§g¼ðé\v\x00\x19"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"""
    \x18y\x06\n
    2EI\x19‹s—\fá*·’
    """
  b"\x18™E\x13íæEr°08"h»(R"
  b"\x18Ï\x11~˜,Cü¯Zï\x15½šI¸"
  b"\x18ð‡º2¶@{ºË§Áõ·%œ"
  b"\x19%ºbðØI\û▄2\x1C\x12¤·e"
  b"\x19'Z┌p\fF±Â┌k£▓¦Ø{"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\x19=JxʽOÒ·ØÎáÜ\x00Jg"
  b"\x19^yk¡±N┼ŃÂGçXÄ■"
  b"\x19{T÷ZŽDªˆÀ\x14C¾Å\x04š"
  b"\x19œ»î·eKÛ¦B\x05f†?ÌÏ"
  b"\x19ÀââäÇCéžç‡À\x04\x7F"
  b"\x1A3Bè0>J9„Ñ$³¦Ïƒd"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A²ƒv†\x17D\t¯Àñô¼¸œË"
  b"\x1Aê"Œ jHï¿÷(Rª1Ôh"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1CI¨íå\x18GÖ‚3W…k&a="
  b"\x1Cm¤qHäKŃðï‹-¯7\x03"
  b"""
    \x1Cï½ïð\v@\x05µ\n
    \x18|Eœ
    """
  b"\x1D\x02r\x7F#³Fß’96àÛ†ÇT"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1DØúÊjLD▀¡Ö\x0FÚ\x1A\x01»k"
  b"\x1Dñ@àááGl¨\x05œ\x07m‰ìÜ"
  b"\x1ECJ┌H{Oت¼[Ik\x1F\x06Ú"
  b"\x1Eu\r?S\x7FE¸ƒTìµÉ\x17¥l"
  b"\x1EÆé[|ºBŸ®fñÂRÁ\x1Cë"
  b"""
    \x1FĢ̓tHæ®±3¨\n
    º\x1C\x0F
    """
  b" (£§–ºFP©\x08\x05\¸"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b" x!£\x19¡Mø‘±ÚRËc;Õ"
  b" ŸX5læA”ƒÿ\e\x01*bt\x06"
  b" º|ì;Ì@└┐+üöÙ(\x0ER"
  b" È´§wtE\x01‹Œ\x7F‰&\x16‡ö"
  b"!\fI7g2NCµ÷$\x08ã°3\x03"
  b"!9pÉv\rMÓ×Ò└Ä·ò▓║"
  b"!yOÕR1L’‰™fÙKçÆE"
  b"!–””r\x1FJx‘ÿ\v¨M‡\x14\x1E"
  b"!ÿ\fææ┬J\x00ì├\x02)│\fc─"
  b"""
    !¹¬ø\n
    žM\x04‹Šÿp\r`%\x14
    """
  b""\x1FñØa%I­Å\t¬×;ɼ "
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""V\x1F5]ÇA±¯\x14\x1F½xÉF¿"
  b""óª\x18\eýEX┐CØ\x05'©EÙ"
  b"\x07UÛ‡Ná¨\x1F?\x01\x19³ÉÊ"
  b""¯³>NåG÷¼Éûg,©Ý÷"
  b"#\x12»žM\x14Dä©ÀÖ\x19%îä*"
  b"#/ø%¡ìI?¡´■½Ì$±,"
  b"$\f║µ\x15\x12M8│´·¥ì┐ô\r"
  b"$&í±-ôGj¡\x05îm¥z¬T"
  b"$VŽ\x10[\x1CLã›p\x04­¹e`ì"
  b"$ØîõÄ\x07NÇ┤òM¤<Øô\x16"
  b"$ÆÅÐV\x01AP®ªÐExš@…"
  b"$ð‹Áú­EʵInöžt{B"
  b"%\x18\x07OnWDß³ÞýÔ\r®Î”"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%º¹£¼ë@ã‰Î!3\x12ÅÅq"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&-\x10ªL_M.¸\x08.£7\e\x01\x08"
  b"&>P§\x0FbCy™Å+úôÑ H"
  b"&VØ\x1D\x00ÇL!­³©M”;Ë "
  b"&_ìô’'Iä¢YßiUÈó\x08"
  b"""
    \x16\x10¶L`–\x12\x01F\n
    ЪÍ
    """
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'#VÙæ\x1AE%É╗.$\x1FÐEh"
  b"'v\vÚ\x08@@è›L´ë^×\x05\x02"
  b"'w2šQILC’„E„|¡.’"
  b"'\x7F\x13;VõNOˆ˜ª40Œ\f"
  b"'Ž”]&\x17Bã€Q󬎒ô\x0F"
  b"'ªb”<ðHà›Ø\t3h¯M¸"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'­┬ìy\fJ?ìÉ\x1F┘ê\x05ƒ╚"
  b"(É┴{')@)ÿÚâê%Tg├"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(½»*3LNûƒ=PÉô{½B"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")€±Ò´}LÖ°‘\tu\x1Dø\x18í"
  b")üÊt»\x1AIøÜ=a¼Ë─▀¹"
  b")ظd\x06"F3▒UO\x17À┬ùt"
  b")ÉT\x1D²~Ec€GÜ\x11‡ä\\x10"
  b"*\x08{g›òA㪫l\x1DuÞ=<"
  b"*šå_\x01\x15E«µŸ¡\x12jv°ü"
  b"*×=B¾─@5¥C×ÓúÜQÅ"
  b"*¼…÷\v@H4¨ºEéÊü‚/"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"+;“#(ŸD›¨‚\x11E%å*\x1F"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"+ß÷ºâõI\r‘G´„*N¨³"
  b",7“‹ÐVDò——+Ë-\x12Ïj"
  b",áJ╝│ØE¶║6y┼Ë\x19ç╩"
  b",┴ûäíÅHºî\x7F\x142î▀─n"
  b". '2\ea@J¾ïcò|\x02Èå"
  b".+\x1F;Ð1LØÆ\t\e@Ö©\x06§"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".OúfÍkJ\x03üÎ(©ó¢┌U"
  b".ZÜ\x14\x1E¡A¢›ù×åˆx|Ù"
  b".aÉUSéE›œH»³‰Ñi\r"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".‡ä*=ŒJ¥½M§ÐÈQ¿~"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/\e2zÊMFqŲ\x13¡ƒ'ä&"
  b"/`/Íh®Af║a>ì³e─["
  b"""
    /„É¥\f)B\n
    ½¢«tNT=\x10
    """
  b"""
    / ëT"tM믑\n
    \x1E3O&(
    """
  b"/Ä(é2yLw€Þ–S\x0F\x1C‚µ"
  b"/â´H*ÒG‡ëÓIt£"
  b"0\x17le/›H3€Kå].\I\x1F"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0äT1\x15ËF\x1Fç\x06Ñ>í`ìÙ"
  b"0Á¾r“dFñ‚ò\x18‰¢8F1"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1\x18\x04¸ï\rI;…Ì\x17ŽP\x07j@"
  b"1,}yÊ’Ic·\\x19¥\x04Zó²"
  b"1R…µuzF±´±ª\x04ÐGó¤"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1\x7F-C\vÀA}“Ÿ(ž[L{»"
  b"1©kÝ\x1F\fJk¢·“¡H¼E”"
  b"2\x10\x11TâN™ªžX\f…®õX"
  b"2s7Ø,ÿGz‹)i팔\x19\x1A"
  b"2ìry\x17QFZàÔgx\x04®¡¤"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¼]•c\x01EÚ¬ççK\t\x05\x13<"
  b"3ByÂ5TJ\x1A½RÑÄôæ^J"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3j\x16Õ:ð@æ•—\x16dof͵"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"3³­É£\x7FIïí═Oý<ôu\"
  b"4¦)ìtxC|²þt¿!ì¬2"
  b"5\x17fÛ$ƒC\t…,ˆoEÓË"
  b"5\x1Eƒ?ÂrA;‰8åUoJ—I"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"5jCÅGÎEÎ┤Ú\8ÏÏ<±"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5‹`À­‰O]¿¦„Ég¼¯ø"
  b"\x05#š¥H\x1AЉ2gX\x1E¬["
  b"6˜SF%fGo‚5>\x18\x12ɹ\r"
  b"6˜À·×‚K‘³ÿÆó\x08Š“C"
  b"6¹ª\fð\x1EA.¸-æOè;\x15\f"
  b"\x18µ\x08ØF╬ñAP\x06)¬c\v"
  b"\x15-L¯C¬°ºfÕ\x00\x10ib"
  b"6ËÃ\x08¥%LìÇýw¦s9┐¹"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"7¦0I@èL\x05ˆ\x01’TØî¼:"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"9\x07hwu˜Aƒ­çìÔe\x14¡•"
  b"9\rÈ%v!O¢˜®úæI­\x06;"
  b"9+û ü¾D,│t>Ÿ}▓Ê"
  b"9aäÔµiO2§\x1CŸT^\x14"
  b"9oоÆuJÖ€'Q¤•:äü"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":h\x19Á†HCû»CV#sÑø\x08"
  b":zùúÆöD; Uš4jx1C"
  b":˜á-6£DA…þX\x7FÜž\x18ª"
  b":ö–噂J‘š€œB°¹éö"
  b";s{½½WNìì°\x174■Ø╝p"
  b";„­\x07\tOˆ’\x11IG\x1AJC¾"
  b";ÓC5ɃH¸£Šúü’JÌa"
  b"<\x08Mï"\rI<¯\x03*¡“\eÁÑ"
  b"<\´Þ)WDÈìun=Q╣ÞS"
  b"<~°Œ\x14óA¤¢ôC6¦¶Rb"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"""
    <‚<\x1A'\n
    F‹€p°n£o‡ 
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=?\x15R<\rFí³?e\f0.!Ý"
  b">Ë«÷ŒÞD?»â\f?wFá\x05"
  b">åÙ()=L‰ž‚ì¿Í¯‰\x04"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?0òš\x06\x15LT„ÏPA\x13¹ü^"
  b"?1\x07ÁÀ\x17NRáyù\eØx ï"
  b"?H[#ÛÑHäØÅÕë\x19¢|Ó"
  b"""
    ?ÅÚGZ½K╦ê'µ«¤\n
    £H
    """
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"?É-ï\x06bJB PÍÙ&':U"
  b"@8]„àüMn§Öà?LÖ•È"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"@‰¿“f"@¿›>ÀÂ:‹Å5"
  b"@¿à\x0E°ÜJ\x1Aµ.žöÀEYQ"
  b"A\x01\x18Èæ\vJF¿§¨\x14y •Š"
  b"A\x07n¥åÌOX¦%óè\x03\x02\x1C"
  b"A▄:üª_G,¿´F±rÑ/>"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B`'«ÜóE¯Å\x13nÊýïKÈ"
  b"Bg‹ëºXM\x12¶CçÑÓk½Ú"
  b"Br€„-^Bœ•[#æ¾ÿ y"
  b"B–¨éUôH„šŠh!Îbgõ"
  b"BÅüŠ<\eKJ²Ó\x07ç"\x14¦x"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CM\x10@`rB\x11¯$Ç.ª\v„"
  b"CjÅ+Ôr@[╣êtT■yãß"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"DWO\eKMI\x0E‘Òn[\x1D†ÁÙ"
  b"Dc<¸ŠfFN®ú/\x05#Ï‘\f"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"DÀxЀŽNâ™QQáÀ<<@"
  b"E4þ\x06Ì^B=°O—:­¡<\x00"
  b"EO\Ö÷\x7FNK²>&\x15—œ±„"
  b"E‚±Á\x1AmJ#‚\x11G\x14øÌ˸"
  b"EŸ°(šãJê´J\x1FbW\x08\x19æ"
  b"E¬Jî\x1F\x01O2¥\e"­˜³W["
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"F/$+C<A膚씼Áùs"
  b"F[?M=qMÄ€·mú„é•ñ"
  b"Fg‰sÿ\tA\x13—¢Ô9D‡Ãé"
  b"FüUôÎ╦N\x05ïÞ├[Gu°»"
  b"\x08"pý@Oº[Z¦"G|\n"
  b"""
    \x05\x03Ï¿H±š\n
    ye†á"ƒ
    """
  b"Fæ¡ÞÛPB~™«c|snÑv"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"GaðÌ·ÌH┌ìƒHQ7iw¿"
  b"Gýf¶Í¾C‘›¯è\eÈÛ©n"
  b"H }F!”A\x15¾\x7FksD"M†"
  b"H;¦tX┼It½`│î\x7F±Õì"
  b"HW\x0E\x1F*Md°LK?om°ã"
  b"Hnxs¦)Aìù®eû\x13\x10²]"
  b"H¢]-8îEï±ó-´¹\x11¯Å"
  b"""
    I\n
    ñéüÉI,ûP\x1A­gc1┼
    """
  b"INÙ5hýB܆¨à4\x0F\rÅp"
  b"IP…1\e1GO íòs=\x1A…?"
  b"I‡\x13L6¾J+ QÒÆûõ¿í"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J1\e{F/CA¶Êª\x14\e\x17"
  b"J7t!ZóD–—\x14-Ôã¹_˜"
  b"J«ÕIÞóIC“zT¥Öez9"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"JþßÿBì@O”-™²\x02þ%p"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L\x18¶+ï€Mc°0ÙO¿ãé–"
  b"L-<Ç«(@éóü\x12^åÍ\r\x0F"
  b"Ls'Ÿ®\J\r¤CSåÿãV\v"
  b"L”aªŸ#Gˑۿck1œ?"
  b"\x08ëh>H¸¿ý˜„AËàÏ"
  b"MT4¹4öF½ÅÐ\x08\ç:\1"
  b"M¾2Ü+WE¾ìÄG®Í"Íû"
  b"N\r9▓C;IƒøoïËÃ┘ì\x19"
  b"Ncª§\x05ÚGN¤9˜g\tar’"
  b"NІ Ô,FŸ©W°\x19ËS%U"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"O-\x1Cö·]O-š|GMÝö3l"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O¸ÁÙyý@ž£¸?°\x15GR\x0E"
  b"OÒ†ÒÎ\x1CAxœ‡ùv¥c\x15´"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"PíC*\x03Ñ@\fÄÌÑzãÉlÍ"
  b"Q8 ç4¸A¿·£m@'\x12"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q½±¯\x16\x00JÛ”\>¼Æ´\x07\x17"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"R;ÊÂ-ýG4º‚zHß—¼©"
  b"RDo‘e\x7FA­«¶\x14)ïíª\x1E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RÅ“~EèJâµsú¥›²ÚÛ"
  b"RÎù|{ûHôœ>iØ!'GN"
  b"RÞß\x18\x18ºO½ zwU\f&w\x16"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"SozÕó„Eí¾NLq·è|Ú"
  b"\x16õãçG£š\x17‰‡4ÿ$("
  b"Súj»░­Cv┤‗ÅuMÀ¦Ý"
  b"""
    \tW!\n
    @½“md¾ãC­E
    """
  b"\x01âÏAIo©¤.êGÃU¯"
  b"TJ \x15”K@À…#›ïXJíÚ"
  b"T¾>@ÔdLb–°ÿ±µT=\x0E"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"U@û7%õIØàå\x7F\x7Fl\f"
  b"U`1\x03È^H»«?¢\r ´\x0E?"
  b"Vr—üyLB`¯V\x08\x10¥7"
  b"\x0EH°"Iĵ»Ìä\x1A\x1C\x07*"
  b"V¾$mAÅI¨ì=ÿãå▓┘»"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"W°e!ÓþJ¿“M+VX6 <"
  b"X—U\x13$cAº¿61½ˆj\x00¯"
  b"Y\x14V,¥zG…¤~‹Á\x1Eï9a"
  b"Y\x18;Ì¥\x1AA\x02¿*p*¹ÕJX"
  b"Y*OEýANØ║©º░8hÉÔ"
  b"Y,î\x11ÅËDö▓°íþ\x01|B\x08"
  b"YH+\x08\x17zAáš/•ù\x13(C÷"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"Y¢Îrü╗H‗ç╩¬q-;}╔"
  b"Z9§%påD\x18\x7FF÷Sü0c"
  b"ZV%█ôüA)ǨC\x06\x05Â)ï"
  b"Zo,\x08¼ÅG[ø┬«Oê└ ="
  b"[\t{Ô5èHö™æ*\x1FMRl\x7F"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[ÉÈ\x1FïõNœ„²@\x12äS¨™"
  b"[â+øÃB@ý©\x12\x12×F)ŸÀ"
  b"""
    \\x14½CRøBU®T.º\n
    Ì\x0E]
    """
  b"\V\x1Ak¥}Nç€J==ѹj\e"
  b"\gÅ\x11ö”Mó¬Ž\x19ì†*ø<"
  b"]\x01Æ¢0ÏMA¥°ú\x14Ø\x00"
  b"]Hõe¨óNèïÅÆä@\tÁS"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"]ÂW[ñOIè´Ä?ÛI7ç3"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"^SçÇØ*CvÇÒÔÈSóö\x12"
  b"^vǼ´\x06Nw­*"&ˆ\x10Žª"
  b"^~·„uqL†¶YTè\x01EÑz"
  b"\x12,{’As­R}Ý$Û¦ë"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_R\rÙ%ÀD\x02š½\x1F²ðO*s"
  b"_ojF´ÛKk´yÛ€ÑPsó"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"`\x14<C´{MtÇ*Q÷ZØ╗&"
  b"`vÖ\x00ÉGFðüE\x07\x1Fò«\vc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aX²]!åE¬╗eqÄØ▒¡%"
  b"aͧÁ*æF™¹'á8U“ªÄ"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"b‹Þ\x133À@C´ý¹¢táÅ\x1C"
  b"b±j~\x1A€D矦R2ÖIC½"
  b"b»Ä\x1F|-F\x01ƒÉ"«Ã\x07¸\x1D"
  b"bÿ¶‹#¹M©¤—à \f]òM"
  b"c\e¦ñS@E‘Žõí\f¯ù/2"
  b"c5-ëijKu¡nÉb@\x02Ò‹"
  b"cÅ”\x05»ûKv”\x7FÒ\x19ÚK’_"
  b"cÓvè`ÏEñ¢Æ\x0E\x08Ä<ϸ"
  b"d\e}K ­AÀì;©ƒ▓CoÉ"
  b"d\x1D▓ë¹├B┬ü#\x06Ó¿#YÑ"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"dZÚ\x02+\x19O>˜¤û1ã_Ī"
  b"d±¼õݧJ╝×F`&\x10§Ø3"
  b"dô+šÂ5A–­SE\x03Þ&\x08Ï"
  b"e?K]\x07lFh–ƒ2PJPÁâ"
  b"eì,+&áID║$(HT!ts"
  b"e‘c­]uKDƒåà_WCéô"
  b"\x00\x1E3¹N®£„\x07EYçp…"
  b"eÈ¡Û6ŒKžµ\x1A%Øào@³"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"eý/~\eªB‹‹Õ}à\x00\x0F\r "
  b"f2ÙwoèKº–\x10)xNM\ep"
  b"fFù¥¼®O\x1E³\x17„ÝæäÛ¹"
  b"fM_├ÀÀE┐║ª¨fÆ\Øô"
  b"fy ü…}EŒ…Lj »œÜ4"
  b"fïÉÓInO\eÜ─×U Èfj"
  b"fÉâøÎUOâ×▒mÒ┬Lıô"
  b"fÄý½#®Esº\x00°Té\x06"
  b"fôµ\x04+ÿMÈ´^FÞ²\x1D÷±"
  b"g\x0EmÇ®\x10MBŠ¡ÙѣŖû"
  b"g¯z\x0EªèB»´‹ÌŽ\x05ÿÆ\x14"
  b"gè½*Œ•@öƒÏ\x1C²\r¥9¤"
  b"h\x060¾Ç\x15Eù¬\Yb–Àžú"
  b"h6ìÊ>¦J\ Þ€\x18¼6“\x14"
  b"hOz\x1F\x18\vEÉœ^ÞIºr\x039"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"iØ\\x13FYB╣®Ú6û3¤¼ù"
  b"iÃ\ú%ŽD´Ÿèš*^\x11x'"
  b"ié#u»fHçƒWqþŒlžž"
  b"j\x08§+\vÒJ\x13Ç\x02ì\x1Em\fG."
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"j"\x1CƲæI®½Nä<M8¯ô"
  b"j>┬Ô\x10ØELû\x15:Åä╬ÝÈ"
  b"j\x7F»œ‹ÚC«¢\x0F ã4\x1Eª;"
  b"j›T_\x19ÙN£™\x14]\x13ó7eZ"
  b"k??ÜV©Iù¯Ý{T%_\x1F·"
  b"""
    kzÒ{ÂÆN\n
    ║#³ÅGK­Î
    """
  b"kâ!N´¦Dý¨$™NL\x03"
  b"kïð\tà3O_¾Òj‰aÕUZ"
  b"l(ôÓÚÎGÿ¬›0(§\x07“5"
  b"liîa╩╦C\x11Ø*rÌL«YT"
  b"lìMïU\x12D-¾\x7F޼\x16›™¯"
  b"mj┤ÖPUEͽÙx╬c■Ø\n"
  b"mt{ ÆcF%°ÊHLBÕÔà"
  b"m®P?’kEä…+“C\x06ØÁç"
  b"n\x05¨\x06ʇN¢»ÿça7Hï\x18"
  b"n…•;ŸÈK/»‚ú“@±QE"
  b"nŠç{ÀšF@’\x13\eRqõÛ\x15"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"""
    n┤ÙuÙ\x04FðØï"╩Ì\n
    ║┐
    """
  b"o5Îvë®KNª\f³ÏÌ}~º"
  b"oHÝØÞVCÐá┴O\x06└?¦\x15"
  b"oXÎQìRN{åIZ,]aDù"
  b"oƒ”¸z\x1DD|¢Õ’!\x19Œf‰"
  b"oƒý!Ï¢Cà–A°5Z(\x17Ò"
  b"o║Æu"~BLئ║┤ß!╬1"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"""
    oµwüf\n
    Jy®Éq┤qÄ­±
    """
  b"p2.gé1@R»¹gŒGöü3"
  b"pè¢#\x04xM™»$Ú,t\x06¸$"
  b"q\x0Eä1mOG޳\fÖöôA\tá"
  b"qc\x1DïÛ¥N˵aÿ“\x17\x16'"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"qɺѪ\x0FOKÁ£▀n!z\x05"
  b"r\x06«æÓðFùŸ)ý–±„±d"
  b"r!¦—\x1EcK\x14 ÍÚÛb\x06´D"
  b"r(ûdG«K\x1Eüq╬¹Z▒ƒ\x7F"
  b"rS\x07H(^Mó€\x03‹Ge¸©w"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÈbú—¡FrŠ9àÁ¬½\x1E\x01"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sèéø]LI=¶rñl<‘e“"
  b"sô߬e=ORªT#Üo&\x07Þ"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t››;\x14ìHɰ«Ìr5©\x18\x1E"
  b"tÓ©XÈ”K¤»>\x06W\x01OjÌ"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"""
    uE\n
    \x1Fth@;É.pÑô┤G[
    """
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"u¤fº(TAȧ\²ûd·_é"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"v:bÿÈRK^ŒÞnKcÒ\x0F"
  b"vMI°ÒlH\x1E┐Éì:YÐd'"
  b"v{\x10F^ßK\x1F‹à»y«\x01âê"
  b"v\x7F▒ì^+N&¥ +§r­úü"
  b"vÉuDv\x03GºŽÁ\x06at•/`"
  b"vÎäìÖ╣Nâô█§d£h┬7"
  b"wéôõªìDqÜn\t®¹²Üè"
  b"wð“ë\rùFf„Œüµ\x17>.\x08"
  b"x\x03$|÷ DÙ£-µ*\x13n\x1DÏ"
  b"xhì¼0‡@ê¿ÎU`¸‘4‚"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xÅR]ñLNøƒj›\x03H#wÂ"
  b"x═óÛìyG£äî¾ê¤¼╗¬"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"yEÉ4\x07¬J┐¬ëjd\x1Fù┬¤"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y|?+\x0E°Ií¿┘Ø6s\t\x10~"
  b"yâ×└├]JúØ╚Þ\x18ggTw"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"""
    \n
    ¥aÐB4®ˆc\x7FálÏ9
    """
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"yúÔó\voBü„\fð°ø".."
  b"y²QKÁ FƼÿ\x03H|WüÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"z\x15yˆë\x08FA±”†ä V]ì"
  b"z\x15zûàRNG›ëê1ñ+œë"
  b"zcòòü╣EWÆ$ÝÖ<┐(-"
  b"zÂ`▀\x1F­JîØt®ß½\f8}"
  b"\x08É¥¡BØ╗õ¾ùƒ®Uõ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"\f¾ìöE`ÅÌ}IÍ'æÜ"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"""
    \x19K■nB\eì\n
    ¿ø'á\x1A\x12
    """
  b"{š#\rö–Lǧ9~>²\x05\x08Â"
  b"{Ñ,ö┴ÖIÆü2I\x06}©┼""
  b"{³=¨\x12\x17E$­V3aU¢¨Û"
  b"{Æâh´˜Ci­†µ(Ö©\x19¹"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|@`¶S\x1EA¼│A\x07Å*k6T"
  b"|‘°¿¡“MF«?Òüf†uU"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}\eŒ_\rÓCK›yõR\\x1D\x04"
  b"}0ðBÝJS¿\rÍ\x11¶Ø\x1E­"
  b"}Œ_ûþÑL²‡Ùc÷rWñN"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"}¨M¬fªK╬¡\x01\x1FôÁ]ïØ"
  b"~\x06ç6Y›AI’9þÐ×\x1Cò\x16"
  b"~*sêÀå@¤Ÿ\x10°Gœêÿo"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"\x7F\x10kêÏ\x00Eš«\x01:=s<`x"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7Fj\x07éˆ\x15N\x1Cš‰ü¿ðKkü"
  b"\x7F–‰2¬?E·¾ã\x04Öið¥"
  b"\x7Fú░\x02ÅöA«½çdW`;Ù§"
  b"\x7FÚ*ÅÁýCkî*\x01r\x18j▄]"
  b"""
    €.æÎ\n
    [Bλœ\x07<A\n
    \x08\f
    """
  b"€0\x0Ey\x18 G!‰ð`\x0F,Êái"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"€°³K£­G1“²ùüEâ\x18÷"
  b"ÇÂU¹ƒnN¯Ö╠*╚##Ø\f"
  b"€Ò³¶“§By ¥æ6h\x0F"
  b"ü\x02┐´°\x05@yó\x1D\x17\x02ò2è2"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"ü*¯Å:█M2Çö\eÉ­ÅÑ|"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"üþí¸█│C(▓é´ÞhX[Ý"
  b"ü´|┴\e2G┼ü½´P┤b÷\x1F"
  b"é┤-R@8JØäoK²&┼\ee"
  b"‚ú\x10¶s·@t² <‡`õNï"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"ƒ%Ã)¸)L ¯\x17ÇÏœ‚Ž´"
  b"â7ËXû╦Cûÿ\x14▄ÅU:lì"
  b"ƒ}t\x08ƒ[O½ŒËRý\x15h_³"
  b"ƒ§D\vô;NK«ÑÍ<úôQ\x19"
  b"â®Ë■î\x1AA#è\tZ¹±O\x11É"
  b"ƒ°2V\x14óEE“^2‡IbA8"
  b"„#räûƒAg•ßl*úf¢ø"
  b"„-—\x07ï\x13C§•žg¢+k9"
  b"„c˜ÑÔØDŸš÷¿¹Ü|â{"
  b"äª_k.\x1CG┬ºXÒÁDKÉø"
  b"„»Œ2—àDÁ§—œì/¶·û"
  b"„Ûˆ-^ê@7®\x04»þ¿K‚\x19"
  b"„û¡~7\x1AC\x19›ïišx6§°"
  b"\x1E\x13ÀlGO6ž'ÖõL\W3"
  b"à'{ÃKüEÏñı\x19ví´77"
  b"…/\x03¾NÉD¯®O¶¡xí~ "
  b"…m™6²GHô„§\t‚kâã®"
  b"…vh\x17ÖÓC«¢†5ºwqîm"
  b"…§÷…ÓçM\x18¤\x00Å\x04_}…\x07"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"…úÕrX7F㸆-S$H„ö"
  b"å\x01─R%É@_ÿ)D\x02×KuÒ"
  b"\x01ú›¡DKU†H°Þ÷\x00jX"
  b"†-ýP}+E­¤gà›džB–"
  b"†RëåÈ1L²¾ÃºzÆÏýö"
  b"å\x7F├QÁÅJ[¼\x122┌I_Lu"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"å░Ø\x03pÇMÂì¬\x05CÃU\x00"
  b"‡^\x14¨7ú@<©x“$ê—*µ"
  b"‡ž,Hr\x14E|³Ì`nÚGõI"
  b"‡É Qâ•@H…Ú":ïÈåõ"
  b"‡áRÄ»°BI•‡¢¡|\x10’–"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"çÞú6s'A╠╗WgpƒiDÅ"
  b"ç§­\x10\x05\vN\x1DôÅ\tWn\x08"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"""
    ëãÃ\x7F╣ïJãæøØþ\n
    øÆL
    """
  b"‰Ê¼Z¡ÒNø¿ÊVm\tG \"
  b"è%f<9U@8øzâ¶ì\t©ƒ"
  b"ŠZÂ\x00Ò]H™­uá\ec\x02¾@"
  b"èg\x08»┼dKAÁtüv9ôÜ\x1C"
  b"ŠÐú\x1CµLDV®‘ÇK ß\x0F³"
  b"""
    ‹-\x19\x1AÛÈIZ¬\n
    \x0FÚ‘\x03
    """
  b"ï┌+É\x16IDmÄZ¡í\x142x│"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"îâÈÅÈ╝BÌñ(­Vk\x1C\x11Y"
  b"î░Ù\x0E¡óF5É\ýì?\x1D"
  b"î╦\x16¢█»E4ÂEE╝Ú╣þÉ"
  b"ŒË\eèóßCÑž‡œ{‰ÁÖ\r"
  b"ì\x06¥\x1DüÍD5ÿ!ó\f&Ú»Û"
  b"ì\x1E\x14\x7F\x00ì@§║É,#a\x03"
  b"ì,²ÈѧKYÉ*\x11à\x1D\x03>T"
  b"ìOe'\x02¥@¥ì_ıP\x18ì\x0FE"
  b"ìýàg\x03\rD‗ç~8&ù\x01fB"
  b"Ž\f\x17&A‡¯¶\x00ójÌm""
  b"Äu┴Ål\x07A\x05»³$ª\x07L\x15u"
  b"Ž¥Ã\x19ºÛ@¿±àò«èáB\x0F"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Å5\x02ËtßK×öå#1µZPz"
  b"Å╝\f*½ÞG┴×+\x1E┘┐ðëÐ"
  b"ÅÍ\x19x■×DÑä╝Á╗"ÙÃa"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉVOë&\x02B┐¥úSuû`J®"
  b"É^│\~\x7FJ&©£o:è·'q"
  b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14²"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S"
  b"ɹG├&\x1DD1ÁOG_·><¿"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"æc\x11C┬ÿL/Ø║'‗¬\x18╠ñ"
  b"‘|\rÔqqJD¢ôd0\x18-\x7FØ"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Á\x019óùFÝ™XxØâ’(\x00"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"’Ýâµn\rJÚ—kçŒ9TÏ”"
  b"ô\x19À;Õ╔HÉ¢╚d┘+¨ÎP"
  b"“7\x7FÝбBã¥×ï¨\x05²M`"
  b"“GXŽs[E<¥•€\x05:8€A"
  b"ôU÷\x1CÊ├HÈâØÈ¹JVÝØ"
  b"“WÙsv\x1FBw£pç\x08q"\x19É"
  b"ôç¼▒:vB Å\x7Fj϶Sõ\x1A"
  b"“¾-¹«sD\fŸDÔßøi¶Û"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”O\x0F«EöJh”¼ï|Ÿ$Fä"
  b"”Y3*”ñM²Š“Fj`|Ð)"
  b"”¡Úà¿=EÀ²¯¡ûÒ¶$¡"
  b"•J€Íˆ?F]–{•kÛ¬\r$"
  b"•Yª„Í'M`¬æ"”\röþL"
  b"•Åk\x02€ÿC˜¦šì¼KJ\eº"
  b"\tbz\v¿J¡¼ï"V~·Z¥"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"\x16\x1E\x06Hܸ²?þÔ\x05"
  b"\x1F%Gx\x19D¸Š_ˆX‘lˆF"
  b"û,a~ìÖO÷░┬Z¡\x04\x02+g"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–—48WÂMÝ‚PéQ\çÿ!"
  b"—'Á{@\eC‹´PÆ@JÒ¬4"
  b"ùMRl─╬I¸â(╚}füV&"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"˜\t™waˆFþ€áAfš6ÖÕ"
  b"""
    ÿ( q\n
    yJ\x02Å?Æló┬BY
    """
  b"ÿk"3\x7FØIXÖvª┴Ú\x14ÚË"
  b"ÿ\x7FØÁ\v\x1DO┤æØ:¶Â¤ª-"
  b"ÿÈÚé´ÉNÔÁ9\x11\x08ó\x07¸s"
  b"Ö\x05åµ\x16KJ\x07ØuZ(NÛ϶"
  b"ÖׯÅßıBÇ¢▀þ\x19­mT\x11"
  b"Öá\x00úèOA¦ë╣É│¤▄AD"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™ìRáE\x17@…½F“£\x08Uë4"
  b"šƒŒ1ž“D5„÷åwƒé)}"
  b"Ü©\x1DD@§Kv£ØÂGgÇ\x07]"
  b"""
    ܱiÁhæO░É\n
    Þö(\x16×Ñ
    """
  b"""
    ›)CŸÒD[«\\n
    \x1E²©9ø
    """
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"œ„\x048K½E“Žù\raÂû\x11-"
  b"œäL"”\x7F@s‘\x04£`ÐÏ6ã"
  b"œï%”ÜõMEºTL„g,Àœ"
  b"£÷x─M¶DÎî¦á║ô¨\x1AÅ"
  b"Ø\x0F\x05╣å║O:®y┼┌dê®}"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØP╗l\x04OFé¢╬én\rÏéo"
  b"Ø^(¢┘äJ«ô\x10Ó▒®`bS"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž“_Hß”C2­ii1º,ýä"
  b"ž²q\x0F\rëDÕ¢\x12\x11Ȥ:8™"
  b"Ÿ0\x16ú¯ºE\x1F®á\x02b5üsç"
  b"Ÿ3\e¾F\fFC½-s\x00Ï<µ–"
  b"Ÿ™ÆFõûA™µÍësF \x05]"
  b"Ÿ¾[ŽGðIê’‡Õ©JÛ$Ý"
  b" \x17Ï´ÏÃI\x00¦•ˆçqZ\x1A\x08"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" TÎ&\x1DtKÍ¥Ã\x04•þSó%"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"íÊ\x10þ2▒J╗Øð"w\x1C-jP"
  b"¡ý0&:ŠK߆šÝ÷”Ò7»"
  b"""
    ¢³X°3\n
    @\x19³Þ›.8Ñ\x17S
    """
  b"""
    ú\n
    ©®ùûDcÜlŪù\x03\x04
    """
  b"£'÷ÿ³#KŸ‰ç)}T’÷÷"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"údÄ"\e2J\x03¬APâ¢æÂÉ"
  b"£‚t­÷\rEAŸ\x15¶¥ªøßJ"
  b"£í."\x04ñJ\x10ŽÌI#dÊóU"
  b"ú´\t┐jPG4░FÔ/ÉÑ‗ı"
  b"¤\x06û\eØïN\f€Ø`\x10m(\x05y"
  b"¤\x12­\x07µìNÖ±\x07\e+_4®"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"ñ░ì~SIH#╣█Ü¡(c8─"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ñÈ\x05ê¥ÄDCê\x14øìS¡\x01S"
  b"""
    ¤ü\x175â˜L\n
    •·Zad-k\x1C
    """
  b"ñ■Ól4\x17@(üéÊÎe·\x10 "
  b"ÑL\x08£\x01ÅJIÑ╝\x13ÿ╩ÀLP"
  b"¥x5Ü\x1E*M7¤ãuÜ}§ìp"
  b"¥xŸ¿éÏNR’ R\x12\v¥ÂR"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"ªC╔┼NXMÊ×츸\x10#Ìü"
  b"ªQ\x02»ß╦L-íBÙn \x10Øu"
  b"¦É\x02ã\x12¥M"ªñ€ÜO8\x1Cö"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§¢ÎçhnDø¯\x05ÈÔ¶´ä\x1E"
  b"§±0Ø^CKÑ¡\x00\x03×\eݲ\x03"
  b"¨_ßâš<Jê¥+ªË|Oé\"
  b"¨mæ:\x08°O°«cáý\x00UÒ;"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"¨ÉwöþîE.™\x118‰=\x1D"
  b"©\e-mk×Fð‚CÄJé’*µ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"®ò█õå\x13Baìàé╦=¹fó"
  b"®±ÛGÚ­Dï¿|ü<5Z0Ø"
  b"¬KÊO«ìDS│R!Ä¿\x1E"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"¬╗êöuèK5ì\x03\t\eMªXL"
  b"""
    ½\n
    \x05ã0ÿE6Å]ñ;T=╝╩
    """
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"«ËRJ˜¯G\x10¹£ï¤Ä*3›"
  b"¬R‘µô!O5£Ö}`ƒ\x7F"
  b"¬›G"÷³OT²‡_Ѽæ7"
  b"¬½u?8AFý¬&ñs!‡rg"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"­•G\x13ØWK8¯¢9Œ{Öl\x0F"
  b"¡Öv-¨\x08Nü▒Ä×Ëÿü\x0F"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®J'‹\x07wD·¡\x18\x1A;?9"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯5§MȶJ\x17“Ð\x7Få\x13”ñ‡"
  b"¯p»»˜ÁHS¡\x11Q]=Æ=­"
  b"¯xÙ\x16S£E\x16ŽA;R¹u%b"
  b"¯…ß<•òLn´ó\x1F\tu\x0E"
  b"»Ø\$_þC[çÉ\x10-I·L\x0F"
  b"¯ºŽÏ¤µK"¸S8g9é¨Ä"
  b"»┘\\x15ݾOåé╦V3╔°{Ø"
  b"¯ù[š\r*@-„œu_&W\û"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"░U'\t*i@4ÅL╗°7n\x08\x01"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░n\e{╣üDvùlCQ╬\x7FB▒"
  b"°Ìì!ªÚK‚¥Òˆí@ѽE"
  b"°Ö\x1D\x17jŒCKº•{àUóÄv"
  b"±9'7ÛnDMŒÉÜíêöƒ¬"
  b"±tÄŽé‡C—†ÂÒó\x10–»0"
  b"±­íÒJ\x12@ü‰ÀåHÍ\x04"
  b"▒ÂFÉ░úAUÄÿk¬§H┤â"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▒Ã;Åå½O?ü╣48P\x03ó■"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"²yÕ\x10SüDô‘¨"ëôPÜê"
  b"▓ƒØ®5·FÖ¡?´£Ôxná"
  b"²×åŒ÷ÆJ|·¡ÃZØ ¨¦"
  b"³.ÁÜlÇM΂WP\x18Ô\eh\x10"
  b"³vº\x19Ú,Fº³\x19“¿÷ÅX""
  b"│éËè·¼EØ©µU\x13\x08ì¹P"
  b"³Ÿt{-hI#¡Uðñrñ\x19u"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´\v!ðw\x02J!ž/7†ÿ%DT"
  b"´ \fH¿&A5¯eH­Í\x04”Ò"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´SX°{jAF§±BŸ@Z‡""
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"┤Éú¢è\rEpøh\x16TÀicH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"´»žz\x005F#½±\x14mÙÿž*"
  b"Á%°üï╣Iu¢ma,Kf\x15ù"
  b"µpðñJðMÕž4r´ \f\x1A"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µžÃDö\x19LN©\ríǺÊçy"
  b"\x0E°d\x12ýNà€óáVÝž\v±"
  b"\x19­\x06\x15ZM\x1C\vCù4û)d"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"¶fp§ˆIA\x00«Ë˽,\x17ó÷"
  b"¶Š\x1F)ÜŽJŽ¢¸}¥X\x01ð¡"
  b"¶š-Ù-ÌO6Œž¼ÑáëÃä"
  b"ÂØ!^\x01~ENàDúÊ(/U9"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸`S§mÏHX¸¥Ñ#þ‡™y"
  b"¸»Ió :Aw›M›;\fMŒæ"
  b"""
    ¸ÔoB]ÚH\n
    ”¦2ˆêù¦}
    """
  b"¹o.\x12-KIŸ´ý\x05{\x03©dº"
  b"""
    ¹•î\n
    Í[Bä‘“VFšDð|
    """
  b"º([b¸GD\r©<{O/„ëC"
  b"º+\x05²“×Gv³„U›¥(±í"
  b"║JtÂÚºGY║\x18ìü¬ÄÆð"
  b"º`\x01Ù\rßK#ޝ\x01¬M’Yž"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"║k"¢■\x1AJƒÖ±É\x08ŰÑÎ"
  b"ºvËqÑ\x06A\x1A§í\x00ñ0E£*"
  b"º‰\fþ\x14\x00C\x12ˆ2VÎß\nqe"
  b"ºÖ_M<#FÀŒ%…÷\rA\x1F÷"
  b"ºý}¥\x00D@è·Qx¸\x11\e\x19"
  b"»\x1C\n\x12x¡D€š“\x00X¥-j„"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗A!ôÎá@ÅîжÛ4╝\x15Ì"
  b"»‹BÂq|@e¤’\vlk\fºT"
  b"╗î/üw@F║ÑWÄYëÙ¬8"
  b"»¢ …)x@"•ñÇá\r^H\x03"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"»Ó"—›ÄG÷¯ÌÅ£K\x01'•"
  b"¼\x04øÕï€I±™»ÿ\x11»IP¿"
  b"╝$Î ÀFAµü_&\x0FU/ù©"
  b"¼*•iì€M+œþG}VÒ'\x07"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ╝dº\n
    5ªAìü~bën¥ä├
    """
  b"¼h#\x18õúEðˆ&ˆ²d½>¿"
  b"¼Ž°Y¿\x15NDŠA`Âñâ\x18ˆ"
  b"¼ò^ÿ& O\x17´\x1FDáÄŽ\x04š"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"½/;Ñ…´KØš0FUy\x7Fo‚"
  b"½`\x02Ï\x08\x15KººËµ£€ÜÚ "
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"½~GÄ»2J\e­­f…Âx\v˜"
  b"¢¡g_9─@Éóݺm!■6û"
  b"¾<“.Ï0K8²S0ÛZ.ÜD"
  b"""
    ¾_\x04\x1Aã\x01O\x1F´.\n
    ‚æµ×Ç
    """
  b"¾Š¸®ú”Od†\x10£sÇÙÆ\x12"
  b"¥Öü╔Ĭ@}ñ\t\x1D+█Ê"
  b"¿ \x03Ò'ŒA‰¶9N\rØJ‡c"
  b"┐á§ÃÖ\rGÍÅþëi0Ó.X"
  b"¿Åä÷×\x14BO§“›Z\x18ݾ§"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À".—<…E\x07˜¾ˆPîSQú"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àm¥‹ä^DŒ½¯àHøú4¿"
  b"Àn6\x00\x1FuJ¹’P|`Ñ­J´"
  b"À“ŠÌÞ\x1FAt½\x12Wa&)ïœ"
  b"└Ö\fµ├└FT┐ì´,6F¹X"
  b"ÀŸ \Ù4Jkƒ±ê|\x01\x13oF"
  b"ÁCcTy»MЫ/+Eïò™\x06"
  b"ÁXÎ VöC4¬*kËÛ“ü\x08"
  b"┴_È\x14±╝FÀù¸Õôüo╔/"
  b"Ác•2êÞM~¼ñ\téµàjX"
  b"┴ü╝\x04´ÜEÞî1╗1¡█ôæ"
  b"┴·4ÃìýA)ìæÄ}d¿\x18"
  b"┬ U!Ê\x7FD-Å╗«ê╬├#|"
  b"┬6üiìêC¯ú\x0FÃfW8?Ò"
  b"ÂH\x7FõŠ/E:™³m¬oùÀí"
  b"┬ØåîææKJï&kw■zy\x0F"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"Ãb›\x0EQØF¿ŸñªÙ¥¾\x07Ã"
  b"Ãx\x19~uMKÑ™\x1E㨣‡\x03"
  b"\ea6\x10qG=í7╚Å\x19R^E"
  b"Ä#Á™¤\@—¶kȤã\x03S+"
  b"Äd*çãáDh·ã„óv@\x050"
  b"Än;œviFr™.7\x02h»X§"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Řâ‰B{Oë¥S™³ÿD´á"
  b"ŧ”\x1EįA—¯Þ›U:ºÝ‚"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ã\x7F\x15│g°E¿É%ì-┴Ô]Õ"
  b"ã│3@_ÔDÉ¥Å╩qM╝\x0F­"
  b"ÆÄp\x12Š•N\f©¤T\x15—/\r¦"
  b"Æù³\x12âUK ‡v#\x0E¹,u\x08"
  b"Ã\x0E»UØbIþ©ùaæüÒû¯"
  b"Ç)Ma 'E\x10®+„L{@­\n"
  b"Ç?\x11Bµ¦C&…°'«-\x13"
  b"Ǫ¯óáÒKÚ­NZÊYÂ$\n"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"\x05▄kS4Be¢┌ìJ╬─┴G"
  b"\x1E\x18╗ì╩HnØ═,0ú[½<"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"ÈmE/‚¼K\x1D‰‰œ}#Ì[="
  b"╚nå╠\x17¥E╬¼¼ì¥À\x16»²"
  b"╚}4ı─ÎH‗ìí½j\x1A¾██"
  b"È®\x7F\x03iFK«—èËi˜ÚZ7"
  b"Ȱ;\x14—¢N¼”‡³²Á|¤Ã"
  b"Èó¹÷ÎFM=‰x\x12ÛÐÐw„"
  b"É\x1C,ø\¢Göˆö\x08éãàLí"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÉB\x02ÉL\x14JrµÎåí±éoF"
  b"""
    ÉPÿ\x1A>&Ië¬þ¾\n
    6\x07¬Ã
    """
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éçj.\x00ËF~»=@ýV^\x08È"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊK\x01•,YA\x10°S¯dä$\x01¾"
  b"ÊM‰«Ø·Kä·0çŸÊ\x15úæ"
  b"╩îÖô©‗AıÄóB¬┌EÉH"
  b"ÊÀèY¼WEW³_xÿ\t°èµ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"╩■<§ì5LÊ║Ô þ_─¸▄"
  b"Ë\x1FM\x00¦™O°½½\x02žvï¡\x1D"
  b"╦(ÐÆMåM\x0EÅv(\x0FâªuO"
  b"Ë9äRáPFꓼ:™îY|´"
  b"ËXÖŠÚ·C;©\x11J´<îöá"
  b"╦ñ¬á{WG©¬+┤─õãü\e"
  b"Ëçn~³QOL·ïQv3>Â;"
  b"ÌC$¥Ÿ[@°•¯\x1FÒ×ý¿\x17"
  b"ÌdazG¾@ޱ¨\x17™Ñ—\x1Al"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"ÌΆô¹ÏFBª›ÐæyÄ\x04j"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"""
    Í\x0E.@‰\n
    M\x15\x1F#YòÄê+
    """
  b"ͳûüÿ…C¯‚¸ÖUµ ?«"
  b"Î\x06záË)E\x01Ž\x06L*=\x14¹ "
  b"ÎXj“ßgI\x18ºd?Ö\x12¡ß€"
  b"Ή\Ç8\Ië«Q%\x10¥\x01\x02w"
  b"θC…7\x01B$½\x02V¢þÿ\x1Df"
  b"╬╬Mû╩(F¸¬C┘ÊI}DÉ"
  b"Îð\r„Ô\x06JT˜gŒ…»öÇ\r"
  b"╬¸äÓ╚┬Bò│:ã\vú%Ûü"
  b"ÏC-¨ÒHK\x1E­XFÔæÛ/ž"
  b"Ï^mU†¥MĪ‘(–×E×""
  b"¤}üw2{B«áÿY\x03Jqf¬"
  b"¤Å.!\x07ÂN¬┐±┘Òx[\e~"
  b"Ï·‘¤\rt@E®ªtó V\vÜ"
  b"¤╣Èy\x1CÿEgÅ£_\x02Ê┘▓Z"
  b"ÏÉ\x10¸\vRE«„º\fí@\x03‹Û"
  b"ð\e\r┴Itñ│ÁA‗\x17j\x7F"
  b"ðç¯\x16\eÖ@ÿÅü\x00VçÁ1ÿ"
  b"Ð¥E¤³VN]Н@¦AGá/"
  b"ð┌`)¢!Ey»Å©iíºpÒ"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ò«(«8PGÁ HVýã\l\r"
  b"ÒïØ“ÍpD3©œCÃÕv3\x0F"
  b"Òòåaý\tOO½\x06ÕË’˜Gc"
  b"ÓfÇÄ~÷Oê›D\x16ëGQ_}"
  b"ËÉ_ô.\x1EJ\x1Còûªñað─ê"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÔD¯¡\x07&N„§,:Ï÷˜ˆ/"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ^òDfCK!ˆØÏ\x1A½é µ"
  b"Õ¾A¨õ£G‡¡FzpÝû~É"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÚô½l™N‡¢¯±\x14܆–3"
  b"Ö!„zä\x00M¥¨0(\x03D=Ö\x1E"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Ö‡ñ\eîõHl ¢}ñæ)VI"
  b"ÖûËkÁûLO³Å7Nõµ¶|"
  b"×\x14eÑ·›FÒ«Pj}\v\t"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×wÞ¡lbF¥¨æÄÚ×øÍi"
  b"×§ª=›\x0FO¥­V°!̲ÐÑ"
  b"×Ë\x1DXÔÎOiœ®ô˜“\x16"
  b"ÎÚ┬│4ØI©░xÍSoZI("
  b"Ø:>\x11ÕFC³½p…~qS®¾"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ØšI:£öJI‚Éåû‚V¤\x10"
  b"Ï£=ü÷ÔB\x13┤c¿;\x16Û░,"
  b"بT+xöG:™ôhþ+*ìP"
  b"ÏÀ¡\x7F\x17ÉC?×ú┘R(ÌcÉ"
  b"Ï╬ü,f\x7FL\x14ê\x18ç╩╗×r}"
  b"ØÖ\x1E\x14ª\x1FMñ¢¸º•R\x17å\x18"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ù!î!=DD\x1D¿%SŒÿPo½"
  b"Ù^Zì‰rHD¤ka‚O±Çt"
  b"Ùj†µÂúOø‘‡•éŰü%"
  b"Ù¢0?v4EÞ•œâ[\v:;*"
  b"ÙÜ™¤ú@F\x06·õ¸Z‰{`´"
  b"Ùåa^QïN؆\tzpWC‚<"
  b"Ú\x06ÃÎò¯@•¨3îºAHî\x7F"
  b"Ú÷ºT³ÅFŒ Þ²*6ö½"
  b"\x07ø)¦5M6æ┘Kì.ú╝ù"
  b"\tß S{M¹Øzºòöh\v'"
  b"ÛT`ýyYA—ˆìAKã”} "
  b"ÛtÄ5QÊEù¸iÝÅ#Œ”@"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"Û·Öe·®H:…ÝÀ\v\x00¦ôÿ"
  b"▄^o┬h=L‗Ñü\x0E╩O▓w▄"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Üå×­%”L,©\v½˜ìð€|"
  b"Ý\x0F¬‹ã\x13K] Ý’µÑl+±"
  b"Ý!}.Ƀ@\v¹ÏÄÜûU‹¾"
  b"ÝcøÂÌFG\x0E«!í{œc$ "
  b"ÝÍ®¤R•Dç²ß±Z’!Û\x06"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"Þ\x15ôJñ…JîŒâ.w,\x1D\x18×"
  b"Þ[&YÂIA†œë©•nË\x18ü"
  b"Þ`èÉ\x1A¢KÚ¡\x13*߇iC-"
  b"ÞgµA©\x11HY–\f•B·8òÝ"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"ß\x15\x11È@XŽ(°9å' õ"
  b"ßF³ƒ\e+D’Œ\x12\rƒ‰q"
  b"ßVÌÆÙŒJ\x02“>‡zþÙKî"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßjEé\x19{O<ޏ\x1Aáä7ï‡"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"à\x01ëO\x13»Oḛ¹=üh¿6"
  b"""
    à*\n
    âPÀO\x13ƒ,ËÃÎK\x18U
    """
  b"àf$HýLH±³\x01Û´\tØ\x19k"
  b"""
    àpÆ\x06\n
    \x1DI*µWÍ0\rñ\n
    h
    """
  b"àŒø-P\x01OÒœOÊm«'Ÿá"
  b"à—\x1Fe\x03ÚNʹDâèô¬!\x1F"
  b"à¶h\x0EæhN”€i¯\rmrÂÎ"
  b"ÓË]®³pG┘Ø\e╗■sÈÏÒ"
  b"àã§'fYL¦©w@æeùaÖ"
  b"áO¶\x16\x0Eq@¤‹£+X’\x7Fš1"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"Ô\x14\x02]~╝Iêÿ<\x03ì\x0Fƺð"
  b"â\x17Õïn\x08E·¢\x16f‚\x01;\x03ß"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"âÝ\x08U¨jL9ž\x1Dbý%Ã]/"
  b"âùeɈp@›º’\x1Fr\x048Bó"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ã$\x7F€§¿C묀õÑY¬\x05"
  b"ãmì\x1D½’M\x15ƒÜÓ€áNìp"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"å§6"¬þA\x01€ú\x08«ÕG_¥"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ç\x12:C½-L\x04·ø„õõôìƒ"
  b"þW)É┐ÉFJ¥1jç\x14┼]º"
  b"çW]TÉþD?˜ÅÏÅ\rùØ"
  b"þ{cϰ╦DñçÅ‗}$╬$¢"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çÎy˜¦çLj¤üÓæ»g¸u"
  b"ècÞDAQN‚ºmçÒRÝ“5"
  b"èlCÁ\x16\x1ACk²‚ bݳ\x1FJ"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"è¶ü¯–ÑDß’861Ò>Û»"
  b"Þ┬Q#}2@¥ì?õ┤▒ÖıL"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"éc^Íý3Aʪ\x02$Ï2\x05\f'"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"é¨\x01ãµ\x08Júˆx+ô\x00e\x1Eb"
  b"éêÊ”!!M_«×zÃáIÿ\x17"
  b"ÛNµ*╠IDµìÄÉaÈb\x11¬"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ê‡VyI¹IÒ¹-Td,η°"
  b"êþ¥—\x1FãNZŽ\x15éÈÇ\x0F¯ä"
  b"ë}-¹F+Bƒ©àq;x\x06ý˜"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"Ù▀.½ü«M»éMÛ\x01^ò¬q"
  b"""
    ì\x07P–jÕDn‰ÚR\n
    ëJx6
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ý┴>\x05ĺOÖØë\x02^‗N \f"
  b"í\x14ó\x16\x01&H½½/ˆ-d\x07ÄÊ"
  b"í:²¥|¹Lì—9*-NOÂø"
  b"ízšf>\r@!’4â@«G£“"
  b"í—\x103\x1D2AMºïÞ7|¿e3"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"íÚ[œ—íIü·ÛЇÕ{›\x0F"
  b"¯EA©ì█CdÇPAF\x1DéTI"
  b"î]æ\x17\x19ŠKC’Ú윦n‚Þ"
  b"îõ\x07\x00’ãMɽl\x11‰C\x1D¨­"
  b"ï\tB\x17·”@ŸµJWÕi–|"
  b"´Söà╠LE&£|┬eìı¥º"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"­>╣:7\vKp¡Hì╗x╦é┤"
  b"­?\x04Åþ▒G╬Äë!;ýtÌI"
  b"ðš•¶6\x11E\t¿ôN,SÖàÊ"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ñ\x03×)'6E°²{´ŒÐK)\x0E"
  b"±I¦\x1AOÖKý╝ÈVwÆ▄hØ"
  b"ñä~š¯½NO®\x13Šœ8\x1CÌÝ"
  b"""
    ò\x15\n
    YyúJó­Ù͉šXf\x1A
    """
  b"ò)x/«ØDu¡ê¶ˆc¨äº"
  b"ò@nþ8.OI“~ƒ\x7Fâ[ó<"
  b"""
    òTãàî<O½™\x05\n
    s9y
    """
  b"‗f­¶GWBÇüàç\x04H\x14ìø"
  b"\x7F\x12ÂäáL▄ÅM\fÏX┼║V"
  b"ò‡EÐȸGÍŽÙ€þ`‚§\e"
  b"‗Äeý¡\x1EK\x0E▒xì^Ìú\x1Fm"
  b"òÄÈ"’‡F‰´\x11¥\rÃâp\x16"
  b"òÑ•Ño±B\x11¯úÈ#\x1C\x12\x1F8"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"""
    ó\x16é\x15\n
    JEu“‹z°IG_\x03
    """
  b"ó<y¾ý\x19Kíªt^¯Dí5»"
  b"ó…\x1F\x15O¾NW‘ßN\x16\x07ú"
  b"óÁ\x1CýHüEK·ðôm›Î3õ"
  b"ô0\x7FÖØ¨MÝ”Ñã´KsÔ”"
  b"ô:æï\x0EaF¬‘ÂÙ\x7F®ëõº"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôiµ‡\x10\x15Oˆµü\x06\x11\x01[E°"
  b"¶sè║\x14nLv»Óì÷yw«&"
  b"ô•½\x066ÂH]±E8å\x08þ\x12§"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"ôµÍ|ЫFw€?T/ß/"D"
  b"ôÁ\x12£+4D‘·OYס">‰"
  b"õ8\x7F\x18"”J8•Cˆ÷®Î)U"
  b"õÞº)öðB°³LþŠE»\x1CB"
  b"÷P¡Ð‚ÃJi•K\x00#:³\x07\x12"
  b"¸^D╝ØÑD±è+Ûª³Ãe¯"
  b"÷Œ°F›ÎK¾Š­8:’â‹Ï"
  b"¸»rs<\x07@΃╗\x10v\x17¿╦ü"
  b"°\v┌ıYqF\tí\x11┌ƒ;\x13ÛØ"
  b"ø(òao@IK¼ˆ-ÌÒ\x05­d"
  b"øjºø4*Hg¯ s(Á©\x17ã"
  b"ø­p¡¸VN\x02©Ïá3KI\tÛ"
  b"øïFÅ~mMf¥Õ·²\x0F…mü"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"ù$*\x02XzOO¹®\x05EŒ?õ\x16"
  b"¨└\tÌþ╬DrØé\x05Ùÿ<O|"
  b"ùæ,>ç¾IdŒ\x08p/\x12\x05]g"
  b"¨­\x05úÑ´N4ñ\x11¥_Ø\x07\t3"
  b"·\x06È\x11╩÷I¿áåÆ\x10Êïüé"
  b"úý Ä€–FǨª(\x10?ØÜ\x15"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"û\x11ª¨ç@AX½\e¥õR`¦5"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"¹48HUmDì░Fe┘v(\x1AG"
  b"ûyÆ0Ó4C\f£æXÕ„µ\eÑ"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"³ç!>é'A,▓¤\x1EmlÛòØ"
  b"ü‰†ë¿òMÏŠ*=¥~§³â"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"üÉ÷\x7F1€O\x07¥êÈ—8]ðm"
  b"ý1¸eÒDH“Žf|W½ÄAG"
  b"²\®ÿ7:B}û&ª┘ ì┌╦"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"ýÐŒc\tbEÞ…ŠÓ¥îˆ¦\x04"
  b"þ\x03Ÿ\x02\x19nK\¦XéÀ¶{a*"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þEèÑÌjF¬¡Xݸ&h\x07\x1C"
  b"þqºdFÄL\x17‡ÿ\x1C…9\x11ö "
  b"■r\vM̯IüÁObÄ3pËD"
  b"ÿ\x062±´/L¦¼A,De\x14Ë\x07"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b" A£«¾rAÅ┐Q░j,óÔ"
  b"ÿK¨ˆ™¸E2ŒÔœ\\t®$ß"
  b" [HY´qNL┤©▄ØÓq&-"
  b" s¯Àì¼D\x03│òPƒ\x14üµ╠"
  b" û═dɬB°Å¼PDè9\x15E"
  b"¯ü[|\x04HA?æ╔©\x00+Û┬ï"
]
87 2.81 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.55 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.37 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/1290-super-duke-r-2014-modelcode-F9903N2"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.46 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.36 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.20 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.28 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.31 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.19 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.27 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.52 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.42 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.20 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.62 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.61 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.60 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.24 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.88 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.65 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.47 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 1.17 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.74 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.88 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.49 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 57.91 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/76c97544760347ba8ec1066174952f60"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/156b2f47e8af46f0a69691dc456e9b29"
  "/detail/bb8c2f81774046baa5578e5989ebaa38"
  "/detail/9319b73be5c94890bdc864d92bf9d750"
  "/detail/434d104060724211af24c72eaa0bc284"
  "/detail/e001eb4f13bb4fe1b89bb93dfc68bf36"
  "/detail/c9ad9306b48d4e5ca41bc5039e142069"
  "/detail/cece4d96ca2846f7aa43d9d2497d4490"
  "/detail/0f4ade54650e4fce835b396213a4c248"
  "/detail/ea87567949b949d2b92d54642cceb7b0"
  "/detail/d0ffc82a39be4d63ae4f91900049d611"
  "/detail/74d3a958c8944ba4bb3e0657014f6acc"
  "/detail/0edcfa977939452786b9d663bb5ab5e9"
  "/detail/5e7eb78475714c86b65954e80145d17a"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/44574f1b4b4d490e91d26e5b1d86c1d9"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/abb82e70f1654724a031607e94859583"
  "/detail/c73f1142b5a6432685b027ab2d132db4"
  "/detail/8e75c18f6c074105affc24a6074c1575"
  "/detail/cb58d68adab7433ba9114ab43ceef6e1"
  "/detail/ba4a74b6e9a74759ba188d81aa8e92d0"
  "/detail/1e750d3f537f45f79f548de69017be6c"
  "/detail/567297fc794c4260af560870fa10a537"
  "/detail/40385d84e0fc4d6ea7d6e03f4cd695c8"
  "/detail/d366c7c47ef74fea9b4416eb47515f7d"
  "/detail/523bcac22dfd4734ba827a48df97bca9"
  "/detail/78cda2ea8d79479c848cf388cfacbbaa"
  "/detail/6690839bd7554f839eb16de3c24cd593"
  "/detail/f2c4c82292874689b411a50dc3e27016"
  "/detail/0109895a04ff4a6f9f7bd7db571fe9c9"
  "/detail/92dde2b56e0d4ada976be78c3954cf94"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/df1540c911c840588e28b039e52720f5"
  "/detail/bc8eb059bf154e448a4160c2f1e21888"
  "/detail/d3905f932e1e4a1c9596a6a461d0c488"
  "/detail/20c8b4a7777445018b8c7f89261687f6"
  "/detail/6a1dda3ca78e42748bf10665d2728331"
  "/detail/0d7b3431c6f248f986562bea135fe7af"
  "/detail/7a157988eb084641b19486e4a0565dec"
  "/detail/d71465d1b79b46d2ab506a7d0b60d809"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/e30dcc6348714356ba9bb39c120c1de5"
  "/detail/c423c199a45c4097b66bc8a4e303532b"
  "/detail/f03f048fe7b147ce8e89213bec74de49"
  "/detail/7a157afbe0524e479bebea31f12b9ceb"
  "/detail/78c5525df14c4ef8836a9b03482377c2"
  "/detail/aa8a2554921642808d3d1b916c99485c"
  "/detail/0e89c9433c1042609e4cfb13a3a419dd"
  "/detail/d72e9332f10b457898151f91226f7907"
  "/detail/986b22337f9d49589976a6c1e914e9d3"
  "/detail/bc24d720b74641e6815f260f552f97b8"
  "/detail/d5daf4bd6c994e87a2afb114dc869633"
  "/detail/99c25c97366247dbb5e321cc121b59a1"
  "/detail/f45d107d259347168e230aa11817b417"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/0538643023b14ab7851c423fbcee7d87"
  "/detail/30d0a01c491c4c088ce63cca7ec3b79b"
  "/detail/45de068b3cd7446dac6ed2cd7147b70e"
  "/detail/87f5f010050b4e1d938f09576e086def"
  "/detail/3af696e599824a919a809c42b0b9e9f6"
  "/detail/3b84ad079b094f88921149471a4a43be"
  "/detail/88aa0a0e95404f99ba5b0194856d7219"
  "/detail/7a63959581b945579224ed993cbf282d"
  "/detail/1925a762d09d495c96dc321c12cffa65"
  "/detail/03fec70b206444728def18f478b66e50"
  "/detail/b39f747b2d684923a155f0f172f11975"
  "/detail/875e14a837fa403ca9789324ea972ab5"
  "/detail/2ada5ed19c764d5693e6cb8407278ddf"
  "/detail/b60eb06412fd4ee080f3e156dd9e0bb1"
  "/detail/fb1ca09ba3364826988fa953d6bf9bd5"
  "/detail/b4bb9e7a00354623bdb1146dd9ff9e2a"
  "/detail/6c698c61cacb43119d2a72de4cae5954"
  "/detail/c2ecdde0aafa48328b8d42929b52549e"
  "/detail/025912f6c03241efae963e914b4a2da8"
  "/detail/f2150a5979fa4af3add9cd899a58661a"
  "/detail/9347588e735b453ca59580053a388041"
  "/detail/974d526cc4ce49f78328c87d66815626"
  "/detail/85a7f785d3e74d18a400c5045f7d8507"
  "/detail/af78d91653a345168e413b52b9752562"
  "/detail/81109d6d5cbb442589401e5427212cfc"
  "/detail/65c8a1db368c4b9eb51a25d8e06f40b3"
  "/detail/f78cb0469bce4bbe8aad383a92e28bcf"
  "/detail/b2d7e58cf7c64a7cb7a1c35ad820a8a6"
  "/detail/f229782fabd84475a1eab68863a8e4ba"
  "/detail/5ed2122c7b924173ad527ddd24dba6eb"
  "/detail/79f23c0bf12e4a6d854b94d8b9ef06ca"
  "/detail/0be9922e711c4bc3a26882e99b23f4a7"
  "/detail/a5789fbfe9cf4e52922052120ba5c252"
  "/detail/3a62f1b1718140b59daa718f7c48ed3d"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/4761d0defade48da8d9f4851376977a8"
  "/detail/60143c43ef7b4d74802a51f65a9dbb26"
  "/detail/8d06be1d81d644359821a20c26e9afea"
  "/detail/80b655fb9f6e4eee99cc2ac823239d0c"
  "/detail/f91503d085e64349a38f77e839be9135"
  "/detail/135d7e3a28f048ec90fe4c0f9cf250d1"
  "/detail/2890c17b2729402998e98388255467c3"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/21794fd552314c92899966d94be7c645"
  "/detail/15aa916fa9c3441faddc5b646e32f047"
  "/detail/53b20957210a40bd936d64bee343ad45"
  "/detail/4f107f52e3b2449d8ae5a216e04ea172"
  "/detail/01c79f4914f1456b9bfcd04235e8d472"
  "/detail/de9f7ed32b79420ba085e18f53581b38"
  "/detail/961377cae203486fae11c811ae5e653d"
  "/detail/acbd753f384146fdac26f17321877267"
  "/detail/954a80cd883f465d967b956bdbac0d24"
  "/detail/3722fe146fc24976887807d1d7f26600"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/c7eb683cb67f400c9e4c1f944de23867"
  "/detail/539a16f5e3e747a39a17898734ff2428"
  "/detail/6d747b20c6634625b0ca484c42d5d4e0"
  "/detail/3c7eb08c14f341a4a2f44336a6b65262"
  "/detail/6f48ed9de85643d1a0c14f06c03fdd15"
  "/detail/59183bcca51a4102bf2a702ab9d54a58"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/3c5cefe8295744d48d756e3d51b9e853"
  "/detail/e9eaca9421214d5fabd77ac3e149ff17"
  "/detail/5e5387809d2a437680e3e2d453a29412"
  "/detail/02fc8b61b1e34851a196a1526e5c607f"
  "/detail/2e4fa366d66b4a0381d728b8a2bdda55"
  "/detail/e02a0ae250c04f13832ccbc3ce4b1855"
  "/detail/b382d38afaac459db8e65513088dfb50"
  "/detail/54be3e40d4644c6296b0ffb1b5543d0e"
  "/detail/fd5ca998373a427d9626a6d9ff8ddacb"
  "/detail/e4e45d774eaf4320a278ebfa73eee2ea"
  "/detail/2312bb9e4d1444e4a9c0d61925eee42a"
  "/detail/62bbc41f7c2d460183c922abc307b81d"
  "/detail/f828f2616f40494bbc882dccd205ad64"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/8b2d191adbc8495aac0a0fda910336a1"
  "/detail/0e2d83bd6ede4b7eaee72c04239fb5c1"
  "/detail/272356eb911a452590bb2e241fd14568"
  "/detail/b1c73b8f86ab4f3f81b934385003a2fe"
  "/detail/cdb3fbfcff8543af82b8d655b5203fab"
  "/detail/3ee5d928293d4c899e82ecbfcdaf8904"
  "/detail/bc04f8d5ef8049b199bbff11bb4950bf"
  "/detail/22ac0755db874ee1a81f3f0119b3c9ca"
  "/detail/8fd61978fe9e44a584bcb5bb22ebc761"
  "/detail/52cef97c7bfb48f49c3e69d82127474e"
  "/detail/16f30f95ce7c4e5f853d6d807cd4e76a"
  "/detail/b69a2dd92dcc4f368c9ebcd1e1ebc3e4"
  "/detail/68de481656174c3192ae115d2059c286"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/852f03be4ec944afae4fb6a178ed7ea0"
  "/detail/aabb8894758a4b358d03091b4da6584c"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/592a4f45ec414e9dbab8a7b0386890e2"
  "/detail/3907687775984183ade7ecd46514a195"
  "/detail/cfb9d4791c9845678f9c5f02d2d9b25a"
  "/detail/d0da6029bd214579af8fb869a1a770e3"
  "/detail/369853462566476f82353e1812c9b90d"
  "/detail/209f58356ce6419483ff1b012a627406"
  "/detail/f5deba29f6f042b0b34cfe8a45bb1c42"
  "/detail/2a087b679bf241e3aaab6c1d75de3d3c"
  "/detail/a7a2cee7686e44f8af05c8d4b6b4e41e"
  "/detail/9f331bbe460c4643bd2d7300cf3cb596"
  "/detail/63d376e860cf45f1a2c60e08c43ccfb8"
  "/detail/14cfc4448c824338a658aba0578aa64f"
  "/detail/f4b5cd7cd0ab4677803f542fdf2f2244"
  "/detail/d0a545a4b3564e5d8aaf40a64147e12f"
  "/detail/66f4b5042bff4dc8b45e46deb21df7b1"
  "/detail/4aabd549def34943937a54a5d6657a39"
  "/detail/fe45e8d1cc6a46aca158ddb82668071c"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/c67f15b367f845a890258d2dc1e25de5"
  "/detail/a8c977f6feee452e991138893d1d53e6"
  "/detail/8601c4522590405f982944029e4b75e3"
  "/detail/c158ce2056f64334ac2a6bcbdb93fc08"
  "/detail/c70eaf559d6249e7b897619181e396ee"
  "/detail/f4307fd6d8a84ddd94d1e3b44b73d494"
  "/detail/a995dbe4861342618d8582cb3dfb66a2"
  "/detail/ba6462e1ce9d4920b1d4443bf5b4b453"
  "/detail/b0d61d176a8c434bba957be055f3c476"
  "/detail/84a65f6b2e1c47c2a758e3b5444b909b"
  "/detail/64f42b9ac2354196ad534503de2608cf"
  "/detail/a712472a1fd942558b43602bebac84d5"
  "/detail/908b71c25dd14f41bda94ff5cffb4a21"
  "/detail/1df140e0e1e1476ca8059c076d89ecdc"
  "/detail/f8ad70a1b8564e02a9cfe1334b4909db"
  "/detail/483bdd7458c54974ab60b38c7ff1e58d"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/fb343848556d448db04665d976281a47"
  "/detail/574306c1f4f44ad09688fb2d06cb8651"
  "/detail/d687f11beef5486ca0a27df1e6295649"
  "/detail/83a7440bf43b4e4babd1cd3cfaf45119"
  "/detail/5f6f6a46b4db4b6bb479db80d15073f3"
  "/detail/b490a3bd8a0d45709b681654b7696348"
  "/detail/bb8b42c2717c4065a4920b6c6b0cba54"
  "/detail/76d7848d99b94e8393dbf5649c68c237"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/40569f1715a042c39eae0ce918e06b16"
  "/detail/b7f5511666e04cb3b03195412cacb7ad"
  "/detail/8698af0d3f204fc8b2dd551789c653cf"
  "/detail/ff4ba88899b845328cd49c5c09ae24df"
  "/detail/176d20006aa644e9b9e8fbbe695cb953"
  "/detail/05e09eeef5e14f7e9d16698d28e5487c"
  "/detail/ba6b22bdfe1a4a9f99f190088ff8a5d7"
  "/detail/a0dc8656e61a457e9bc4b5e7a44119b5"
  "/detail/d9dc99a4fa404606b7f5b85a897b60b4"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/63c59405bbfb4b76947fd219da4b925f"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/6a08f52b0be34a1380028d1e6d0c472e"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/f2d195d16fb14211affac8231c121f38"
  "/detail/1e434ada487b4f9da6ac5b496b1f06e9"
  "/detail/7f968932ac3f45b7bee304c39669f0a5"
  "/detail/29c9541db27e45638047dc1187e45c10"
  "/detail/b68a1f29dc8e4a8ea2b87da55801f0a1"
  "/detail/2b57238383d8469b806b6860246bdf76"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/2bdff7bae2f5490d9147b4842a4ea8b3"
  "/detail/c598e289427b4feba55399b3ff44b4e1"
  "/detail/6be2214eb4a644fda824994e4c0353e4"
  "/detail/b0ccec21aada4b82a5d288ed40d1bd45"
  "/detail/9cf678c44df444d78cdda0ba93f91a8f"
  "/detail/16915865a9d04d4c9219a765ed1badd5"
  "/detail/d621847ae4004da5a8302803443dd61e"
  "/detail/bb2d410fe62c4ee3ae7efb5aac9d6a47"
  "/detail/7945903407aa4abfaa896a641f97c2cf"
  "/detail/f495bd0636c2485db14538e508fe12a7"
  "/detail/08bc2a2014fa4e6796e84e51970aec1a"
  "/detail/14b7e593839947f4a6c474267edb909d"
  "/detail/ac5291b5f4214f35a3d67d60837f71af"
  "/detail/44c078d0808e4ee2995151e1c03c3c40"
  "/detail/2fe2b4482ad247eea8b087ebd34974a3"
  "/detail/b05527092a6940348f4cbbf8376e0801"
  "/detail/61cda7c12ae64699b927e1385593aac4"
  "/detail/390dc82576214fa298aefae649ad063b"
  "/detail/6b3f3fdc56a949f9afdd7b54255f1fb7"
  "/detail/56f3246d418f49f98d3d98c686b2d9af"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/ff73eeb78dac4403b395509f1481e6cc"
  "/detail/cf432da8d2484b1ead5846d4e6db2f9e"
  "/detail/c6b333405fe24490be8fca714dbc0ff0"
  "/detail/cbe76e7eb3514f4cb7ef5176333ec23b"
  "/detail/55603103c85e48bbab3fa20da0b40e3f"
  "/detail/a95198c1fa3440b3a409f813a46d7a63"
  "/detail/e897c664879a480b9669494b170fab52"
  "/detail/465b3f4d3d714dc480b76dfa84e995f1"
  "/detail/d777dea16c6246a5a8e6c4dad7f8cd69"
  "/detail/8fbc0c2aabe847c19e2b1ed9bfd089d1"
  "/detail/bd1798c819e04adf98474103a1a00205"
  "/detail/f75e44bc9da544f18a2beaa6fcc765ee"
  "/detail/6836ecca3ea64a5ca0de8018bc369314"
  "/detail/c805dc6b53344265bdda8d4acec4c147"
  "/detail/1fc4a2cd837448e6aeb133a80aba1c0f"
  "/detail/c2205521d27f442d8fbbae88cec3237c"
  "/detail/a4fc1735e2984c0a95b75a61642d6b1c"
  "/detail/a4566694f5354a1c993527ed1ef82a0e"
  "/detail/4ff05630ecbc47ea8370808d20597514"
  "/detail/0b47eb18517a40e19503212e5f25841d"
  "/detail/fdd08c63096245de858ad3a5ee88a604"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/bb2142c7831f453e9a0dae1393a8399f"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/2f84c9a50c29420abda2ab744e543d10"
  "/detail/862dfd507d2b45ada467e09b649e4296"
  "/detail/4a311b7b462f4341b6caaa141b78ce17"
  "/detail/82fa10b673b74074b2a03c8760f54eef"
  "/detail/5914562ca57a4785a47e8bc11eef3961"
  "/detail/ce067ae1cb2945018e064c2a3d14b9a0"
  "/detail/4e63aaa705da474ea439986709617292"
  "/detail/0992f4c72a274e9bb784f8e9312cd55b"
  "/detail/4fd286d2ce1c41789c87f976a56315b4"
  "/detail/a65102afe1cb4c2da142eb6e20109d75"
  "/detail/df6a45e9197b4f3c8eb81ae1e437ef87"
  "/detail/89cabc5aa1d24ef8bfca566d0947a05c"
  "/detail/358b60c0ad894f5dbfa684c967bcaff8"
  "/detail/cc4324a59f5b40b095af1fd2d7fdbf17"
  "/detail/8dec8567030d44f2877e382697016642"
  "/detail/966ee1e34ede40998530dc516a2e90db"
  "/detail/c47afa2c9add47b8ad160e6fd35cc974"
  "/detail/c6f9b312e2554b208776230eb92c7508"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/de5b2659c24941869ceba9956ecb18fc"
  "/detail/680630bec71545f9ac5c596296c09efa"
  "/detail/48570e861f2a4d64b04c4b3f6f6db0e3"
  "/detail/e996dc4ad03c48fd9655bcdc4d45124d"
  "/detail/486e7873dd29418d97a965961310fd5d"
  "/detail/36bd18e6089d46cea441500629aa630b"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad"
  "/detail/544a2015944b40c085239bef584aedda"
  "/detail/f3851f154fbe4e5791df4e1662f307fa"
  "/detail/41dc3a81a65f472ca8ef46f172a52f3e"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/1a3342e8303e4a3984d124b3a6cf8364"
  "/detail/46678973ff09411397a2d4394487c3e9"
  "/detail/b619ad06155a4d1c990b43f934fb2964"
  "/detail/93377fddd0b142e3a5d7efa805b24d60"
  "/detail/bcf25eff26a04f17b41f44e1c48e049a"
  "/detail/db5460fd7959419788ec414be3947d20"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/1c49a8ede51847d6823357856b26613d"
  "/detail/658d2c2b26a04944ba24284854217473"
  "/detail/020c9c37ecaa4a1396ed95cc9ba9ab6e"
  "/detail/30c1be72936446f182f21889a2384631"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/5f27c2af01ea401594a8feef9fdea4d9"
  "/detail/2a9e3d42f3c44035be439ee0a39a518f"
  "/detail/9eb2710f0deb44d5a21211c8a43a3899"
  "/detail/d86be4291850477b9eca3ff7c2315406"
  "/detail/d905f2c0d0c64183ad95bb014dadf19c"
  "/detail/a412ad07b5ec4ed6b107941b2b5f34ae"
  "/detail/bbd322979bc447f7afccc5a34b012795"
  "/detail/8a25663c395540389b7a83f48d09b89f"
  "/detail/70322e67e9314052bbb9678c47f6fc33"
  "/detail/d55ef24466434b2188d8cf1abde920b5"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/9fbe5b8e47f049ea9287d5a94adb24dd"
  "/detail/ac9b4722f7b34f54b2875fd1c2bce637"
  "/detail/c91c2cf85ca247f688f608e9e3e04ced"
  "/detail/7ad00890bead429dbbe4f3979fa955e4"
  "/detail/85277bc74b8145d8a4d51976a1ef3737"
  "/detail/22a2a6181bec4558bf439d0527b845eb"
  "/detail/75450a1f7468403b902e70a593b4475b"
  "/detail/73c862fa97a146728a39e0c1acbd1e01"
  "/detail/ddcdaea4529544e7b2dfb15a9221db06"
  "/detail/c2487ff58a2f453a99b36dac6ff9c0ed"
  "/detail/cf8f2e2107b64eaabff1d9e3785b1b7e"
  "/detail/2fa0eb5422744debaf910a1e334f2628"
  "/detail/2518074f6e5744dfb3defdd40daece94"
  "/detail/ba285b62b847440da93c7b4f2f84eb43"
  "/detail/1731bf90540e4dc89e7b98b4424d8752"
  "/detail/99a000a38a4f41dd89b990b3cfdc4144"
  "/detail/8ccb16bddbaf4534b64545bce9b9e790"
  "/detail/bd7e47c4bb324a1badad6685c2780b98"
  "/detail/2f602fd668a94166ba613e8dfc65c45b"
  "/detail/f149dd1a4f994becbcd4567792dc689d"
  "/detail/62b16a7e1a8044e79fa65232d64943bd"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/d8d61e14aa1f4df1a2b8ba955217e518"
  "/detail/ff96cd6490aa42f88fac50448a391545"
  "/detail/96161e21d40648dcb8b23ffed4054df1"
  "/detail/a3648e221b324a03aa415083bd91b690"
  "/detail/961f2547781944b88a5f8858916c8846"
  "/detail/db09e1ff537b4dfb9d7aa79594680b27"
  "/detail/eb7d2db9462b4283a9e0713b7806fd98"
  "/detail/d9e5615e51ef4ed886097a705743823c"
  "/detail/315285b5757a46b1b4b1aa04d047f3a4"
  "/detail/536f7ad5f38445edbe4e4c71b7e87cda"
  "/detail/be3c932ecf304b38b25330db5a2edc44"
  "/detail/c3629b0e51d846bf9ff1aad9a5be07c3"
  "/detail/cb39e452e15046ea93bc3a99ee597cb4"
  "/detail/0e26d3acd44b4d2db46220ca4aa6a5e7"
  "/detail/18994513ede64572b030382268bb2852"
  "/detail/dd63f8c2cc46470eab21ed7b9c632420"
  "/detail/19c0e2e2e4c743e99ee787c0045dec7f"
  "/detail/4d5434fb349446ab8fd1085c873a5c31"
  "/detail/21b9acf80a9e4d048b8aff700d602514"
  "/detail/44633cb88a66464eaefa2f0523cf910c"
  "/detail/42ceea7e8d074557829fd56bfd3a51a7"
  "/detail/0e8334cf19b742109ca540ef3a403f23"
  "/detail/81e4ac9426f449c5a7d7275cc2523bcf"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/c6c470128a954e0ca9a45415972f0da6"
  "/detail/58975513246341babf3631bd886a00af"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/7c3ad044a851497d947245b9d0295eef"
  "/detail/d89c3d81f6e24213b463a83b16eab02c"
  "/detail/8325c329b8294c20af17c7cf9c828eb4"
  "/detail/fb083dad55e74aa2b1bb830916219176"
  "/detail/0be9ec77695742d5bd0bf215c11d59a8"
  "/detail/dc5e6fc2683d4cf2a5810eca4fb277dc"
  "/detail/19275ada700c46f1b6da6b9cb2dd9d7b"
  "/detail/0cac391bd1b44ce88ff91de5a6cff212"
  "/detail/4582b1c11a6d4a2382114714f8cccbb8"
  "/detail/52dedf1818ba4fbda07a77550c267716"
  "/detail/809bc28dcf4143bdb35baf4a618b4263"
  "/detail/f43ae6ef0e6146ac91c2d97faeebf5ba"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/5d0192bd30d84d41bef8a3149d006dec"
  "/detail/bad65f4d3c2346c08c2585f70d411ff7"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/c29d868c91914b4a8b266b77fe7a790f"
  "/detail/9f99c646f5fb4199b5cdeb734620055d"
  "/detail/cfb791a40d744045aeaa74f3a0560bdc"
  "/detail/c41b61361071473da137c88f19525e45"
  "/detail/bba406597e4b4c629c8de0f0dad9035b"
  "/detail/6453442412c0404e9f510653844d6f49"
  "/detail/119c2193da394307ba24e12f58cb9e3d"
  "/detail/b8bb49f3a03a41779b4d9b3b0c4d8ce6"
  "/detail/007afb21fa9c4d0d8694d7a1b169c81f"
  "/detail/52c5937e45e84ae2b573faa59bb2dadb"
  "/detail/c15fd414f1bc46b797f7e593816fc92f"
  "/detail/5b67002b9991446e93ed17bd39e531c5"
  "/detail/c0678e4f6eba4488b56c6adc3001f0be"
  "/detail/dde2694ff12749c7a3d414ffecd206e0"
  "/detail/10e975480422411599ef4ed6963be7fb"
  "/detail/9e89c0c4ad7349e29cab095051d09466"
  "/detail/2e6c30d139284d5581eddf84b4422800"
  "/detail/de7db8bbfd394d309bc002847cf993f4"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/a6f7d5ec8fe6423fa7a8b4f9dffdd638"
  "/detail/8308bd2c810d45548b55b69a9eeca57d"
  "/detail/af85df3c95f24c6eb4f31f09750e5e9c"
  "/detail/0587a02926ca47c39ded0bfcd7dbb17e"
  "/detail/ca4628ff069446abbeec72c2ac481d08"
  "/detail/ae363d1a1e3e46f08e9107a89221c48c"
  "/detail/35f605239aa5481a8a893267581eac5b"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/cba4aaa07b5747b8aa2bb4c4e4c6811b"
  "/detail/12c6cf175d2e415f9202f26f7f5ea267"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/ba890cfe14004312883256cedf0a7165"
  "/detail/fd31b865d24448938e667c57bdc44147"
  "/detail/b428786bb3804205afbb49619fb003ff"
  "/detail/990586e6164b4a079d755a284eead8f4"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/5e76c7bcb4064e77ad2a222688108eaa"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/af70bbbb98c14853a111515d3dc63dad"
  "/detail/ba6001d90ddf4b238eaf01ac4d92599e"
  "/detail/c143635479bb4dd0ab2f2b45eff29906"
  "/detail/9d11b3596f6c4ee5825751227b3d8778"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/45d4c5d5e9a7417da671660753fd276f"
  "/detail/e9635ecdfd3341caaa0224cf32050c27"
  "/detail/4534fe06cc5e423db04f973aada13c00"
  "/detail/df56ccc6d98c4a02933e877afed94bee"
  "/detail/fb11aaa8e7404158bd1ba5f55260a635"
  "/detail/d9a2303f763445de959ce25b0b3a3b2a"
  "/detail/0a024a1c753345088314cf7f90888a8d"
  "/detail/39f6f1ee3df149768b0edfeee6d74670"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/2e2b1f3bd1314c9d92091b4099b806f5"
  "/detail/a54c089c018f4a49a5bc1398cab74c50"
  "/detail/1936d5b90e6243d5b5341bf69c6d79e6"
  "/detail/e995f381e4a048c6a0a4ec20aba81d87"
  "/detail/793eeabdf5ed42caa2957420948ad2ce"
  "/detail/924c8657a9dd4aa1bce2cb7251b75d73"
  "/detail/532846cb1e3f45b1a9b7f416bf5fc8c2"
  "/detail/f28745d0c8b847cd8ed980fe6082a71b"
  "/detail/6e05a806ca874ea2bbffe7613748ef18"
  "/detail/3f9fac21d2514c71b5a502d7d4880fc8"
  "/detail/b45b0f64962a40e3ad6fe1ea89e56cf5"
  "/detail/df46b3831b2b44928c1258cc0d838971"
  "/detail/7b9a230df6964cc7a7397e3eb20508c2"
  "/detail/b174c48ee987439786c2d2f31096bb30"
  "/detail/1c6da47148e44bc583f0ef8b2daf3703"
  "/detail/4301f27076d0402286600ad3f35c5001"
  "/detail/31a96bdd1f0c4a6ba2b793a148bc4594"
  "/detail/a4d40588be8e444388149b8d53ad0153"
  "/detail/85eee9418ee141888bdb08d19efefe49"
  "/detail/4e8a8620d42c469fa957b019cb532555"
  "/detail/18cf117e982c43fcaf5aef15bd9a49b8"
  "/detail/7d1b8c5f0dd3434b9b79f5525c1d0493"
  "/detail/6a221cc6b2e649aebd4ee43c4d38aff4"
  "/detail/e2f965c98870409bba921f72043842f3"
  "/detail/d89a493aa3f64a4982c9e5fb8256a410"
  "/detail/c378197e754d4bd1991ec3a3a8a38703"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/436a8f2be272405bb9887454fe79c6e1"
  "/detail/b376ba19da2c46bab31993bff7c55822"
  "/detail/c8b03b1497a24ebc9487b3b2c17ca4c3"
  "/detail/9ab81d4440f54b769c9db6476780075d"
  "/detail/69c35cfa258e44b49fe89a2a5e117827"
  "/detail/317f2d430bc0417d939f289e5b4c7bbb"
  "/detail/4fb8c1d979fd409ea3b83fb01547520e"
  "/detail/21980c9191c24a008dc30229b30c63c4"
  "/detail/83a9d3fe8c1a41238a095afbf14f1190"
  "/detail/1ec6e95b7cba429fae66f1c252c11ceb"
  "/detail/b59ec344f6194c4ea90dedc7bacae779"
  "/detail/67af7a0eaae842bbb48bcc8e05ffc614"
  "/detail/7935ea70cb7246e5a653da10df084028"
  "/detail/51b539a64b5748b89cc1750beb8a7c8d"
  "/detail/db74c43551ca45f9b869ddc5238c9440"
  "/detail/8652ebe5c8314cb2bec3ba7ac6cffdf6"
  "/detail/3c802908877c454bbd14fec9b7031e89"
  "/detail/4c2d3c80ae284082a281125e86d60d0f"
  "/detail/185bc39c5a1847e393741703c8d49628"
  "/detail/136ff81ae8184ca890b29e7bd691d042"
  "/detail/5540963725e4499d85867f74f77f6c0c"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/46c2082270fd404fba5b5aa622477c0a"
  "/detail/67e8bd2a8c9540f683cf1cb20da539a4"
  "/detail/7868ecbc308740eabfce5560b8913482"
  "/detail/6e85953b9fc84b2fbb82fa9340b15145"
  "/detail/a327f7ffb3234b9f89e7297d5492f7f7"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/b40b21f077024a219e2f3786ff254454"
  "/detail/a6118ac139464a39b43de2156b5d6411"
  "/detail/ce895cc7385c49ebab512510a5010277"
  "/detail/e2c0c6b2b18f4d3693a9715946286572"
  "/detail/25afe30a2a8f40a1b42355ee36e6b7e8"
  "/detail/bb412193d7a0408f8cd1f4ea34bc15de"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/66c4fdbd23ae4573ba00b054e90633a4"
  "/detail/a1fd30263a8a4bdf869addf794d237bb"
  "/detail/a3ef09bf6a504734b046e22f90a5f2d5"
  "/detail/abcb524a98af4710b9a3efa4c42a339b"
  "/detail/72c71ad3f35247a5806a5bb7fe548877"
  "/detail/ab0a05c6309845368f5da43b543dbcca"
  "/detail/ebdf2eab81ae4daf824dea015e95aa71"
  "/detail/072ddbea5b304b41835ae3e6e06b4c73"
  "/detail/f7af72733c0740d79fbb107617a8cb81"
  "/detail/9727c17b401b438bb450c6404ad2ac34"
  "/detail/72530748285e4df380038b4765b8a977"
  "/detail/328d72791751465a85e2677804a9adcf"
  "/detail/bfc5e4f7d714424fa7939b5a18ddbea7"
  "/detail/fafd20c4809646c7a8aa28103fd8dc15"
  "/detail/c950ff1a3e2649ebacfebe0a3607acc3"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/9cef2594dcf54d45ba544c84672cc09c"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/d2efd893cd704433a99c43c3d576330f"
  "/detail/01a0bf4649ce4a73964643d64405b43a"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/cef784e0c8c24295b33ac60ba325ea81"
  "/detail/5a6f2c08ac8f475b9bc2ae4f88c0ff3d"
  "/detail/f28e65ecad1e4b0eb1788d5edea31f6d"
  "/detail/0f08d21d46564b78ac88e7a908123e40"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/ed14f316012648bdbd2f882d6407c4ca"
  "/detail/7bb33da812174524ad56336155a2a8db"
  "/detail/9357d973761f4277a370e708712219c9"
  "/detail/c46e3b9c76694672992e370268bb58a7"
  "/detail/2e5adc141ea141a29bf9d7e588787cd9"
  "/detail/ec0750966ad5446e89da520aeb4a7836"
  "/detail/7228966447ae4b1e8171cefb5ab19f7f"
  "/detail/20a77c8d3bde40c0bf2b8194eb280e52"
  "/detail/427280842d5e429c955b23e6beffa079"
  "/detail/38b4a9e36f84471ab6a9f673e3da9970"
  "/detail/afd95c15edf34f8682cb5633c9f87b9d"
  "/detail/278e945d261742e38051f3ac8e92f40f"
  "/detail/90564f89260242bfbea3537596604aa9"
  "/detail/987f9db50b1d4fb4919d3af4b6cfa62d"
  "/detail/9d5e28bdd9844aae9310e0b1a9606253"
  "/detail/63352debc4b34b75a16ec9624002d28b"
  "/detail/165bfee111ae4047a041719b5db0e334"
  "/detail/cc64617a47be408eb1a81799d1971a6c"
  "/detail/e9a801e3b5084afa88782bf400651e62"
  "/detail/c9e76a2e00cb467ebb3d40fd565e08c8"
  "/detail/ca4b01952c594110b053af64e42401be"
  "/detail/6beff009e0334f5fbed26a8961d5555a"
  "/detail/749b9b3b14ec48c9b0abcc7235a9181e"
  "/detail/df6bcf39defb4ea3b37061fce1191ae5"
  "/detail/3f3107b5b7174e52a079971b9d78ff8b"
  "/detail/f469b58710154f88b5fc0611015b45b0"
  "/detail/6a3ec2e2109d454c96153a8f84ceedd4"
  "/detail/0629046ecd014c04bd3242bedf0edf0e"
  "/detail/01aa2b5c3b814a91bab79bbcbf0608fa"
  "/detail/c94202c94c144a72b5cee5edb1e96f46"
  "/detail/dce5d7ad25944c2ca90bbd98ecf0807c"
  "/detail/60769900904746d08145071f95ae0b63"
  "/detail/851e13c06c474f369e27d6f54c5c5733"
  "/detail/51bdb1af16004adb945c3ebcc6b40717"
  "/detail/eef5070092e34dc9bd6c1189431da8ad"
  "/detail/17d76d15d3e14c60b1bd14d889474b3e"
  "/detail/4296a8e955f448849a8a6821ce6267f5"
  "/detail/e36dec1dbd924d1583dcd380e14eec70"
  "/detail/07af73c3784649d5926648c0c865e28f"
  "/detail/79839ec0c35d4aa39dc8e81867675477"
  "/detail/9ce44c22947f40739104a360d0cf36e3"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/01bfa712591a43ce977cf7e6811cebef"
  "/detail/2c37938bd05644f297972bcb2d12cf6a"
  "/detail/87c9a051e295404885da223aefc8e5f5"
  "/detail/dd0fac8be3134b5da0dd92b5d16c2bb1"
  "/detail/99ec52e145174085bd4693a30855eb34"
  "/detail/5e517a09acf64a9d9ca91656a88e305e"
  "/detail/354dedc90e1846c0a478ee2e699cf29c"
  "/detail/0f5dd6c0db134201a4870e3b467b90cb"
  "/detail/48207d4621944115be7f6b7344224d86"
  "/detail/c64d747bb8fe405497eb6f624daf43f7"
  "/detail/356a438f47d745d7b4e95c38d8d83cf1"
  "/detail/d96a86b5c2fa4ff8918795e9c5b0fc25"
  "/detail/4c73279fae5c4a0da44353e5ffe3560b"
  "/detail/1d4ff7befa364326aaac5307971b55b3"
  "/detail/37a6304940e84c0588019254d8eebc3a"
  "/detail/664d5fc3b7b745bfbaa6f966925c9d93"
  "/detail/3f2554490d9941c794bb71f5f764cccd"
  "/detail/81e7a1f7dbb34328b282efe868585bed"
  "/detail/9609627a0bbf4aa1bcef22567eb75aa5"
  "/detail/7221a6971e634b14a0cddadb6206b444"
  "/detail/710ee4316d4f478eb30cd6f6f44109e1"
  "/detail/1ab2837686174409afc0f1f4bcb89ccb"
  "/detail/b86053a76dcf4858b8a5d123fe879979"
  "/detail/9f3016faafba451faee1026235fc73e7"
  "/detail/3210921154e24e99aa9e580c85aef558"
  "/detail/7fe92a8fb5ec436b8c2a0172186adc5d"
  "/detail/d406208f0aae4dfa8af21ac55e4b1d38"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/14c60f69be7d4e7ea2eab7fd9c2143d5"
  "/detail/ca8c9993b8f241d58ea242aada459048"
  "/detail/80d2b3b693a74279a0a5e636680f60bb"
  "/detail/3bd34335c98348b8a38afafc924acc61"
  "/detail/6e8ae77bc09a464092131b5271f5db15"
  "/detail/a643c9c54e584dd29e8df7f71023de81"
  "/detail/06ea7bbd3a3446bbaa67215126f34b14"
  "/detail/05dd3bb1832b423890fd20c04ec7089e"
  "/detail/e08cf82d50014fd29c4fca6dab279fe1"
  "/detail/867fc351b58f4a5bac1232da495f4c75"
  "/detail/cb1f4d00a6994fb0bdbd029e76efa11d"
  "/detail/0bf055a00c2344caaa7693f157d818a0"
  "/detail/0425b5da3c7a44ef815f90d414ebc89e"
  "/detail/312c7d79ca924963b75c19a5045af3b2"
  "/detail/240cbae615124d38b3effabe8dbf930d"
  "/detail/7fa3b0028f9441aeab876457603bebf5"
  "/detail/064042245aa548079f7131402c7b3b96"
  "/detail/65fd2f7e1baa428b8bd57de0000f0d20"
  "/detail/057ec95ee57b482998b45b1ea23a82f3"
  "/detail/46e20503cfbf48b19a0a796586e12283"
  "/detail/7e2a73eac0e540a49f10b0479ceaff6f"
  "/detail/2fc428e932794c7780de96530f1c82b5"
  "/detail/84fba17e371a43199bef699a7836a7b0"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/a91b2d6d6bd746f08243c44ae9922ab5"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/42678bebba584d12b643e7d1d36bbdda"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/c06e36001f754ab992507c60d1ad4ab4"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/15ec139db52240aab53674c8a566c2c8"
  "/detail/0196497636b449568d52d709b4213e16"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/e0662448fd4c48b1b301dbb409d8196b"
  "/detail/762ed2470e2f405a90f91e8bdd3697d5"
  "/detail/c1fa34c78dec41298d918e7d64a818dc"
  "/detail/6d6ab499505545d6abeb78ce63fe9d0a"
  "/detail/3698c0b7d7824b91b3ffc6f3088a9343"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/392b96ff81f3442cb3743e8ff77db2d2"
  "/detail/5f520dd925c044029abd1fb2f04f2a73"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a9f1ea47e9f0448ba87c813c355a309d"
  "/detail/98d4e982ef904ee2b5391108a207f773"
  "/detail/0bc1eae6ce4c4008a62c4072978149c9"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/38a907c38da841389ef9223c26b7c3d7"
  "/detail/b661dbdf5ad54ef3a172f12bdd11b851"
  "/detail/ca4d89abd8b74be4b730e79fca15fae6"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/277f133b56f54e4f8898aa34308c0c8b"
  "/detail/06489503fe7e444792e7f07f88241790"
  "/detail/fe71ba6446c44c1787ff1c853911f620"
  "/detail/a14f6caa6d284b6cbda4bd4160e2b5c0"
  "/detail/12e592e3aa5a42a089d76688a9a3cd59"
  "/detail/8bda2b901649446d8e5aada1143278b3"
  "/detail/79fd514bb5ff4692ac9803487c5781d1"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/842372e4fb83416795df6c2afa66a2f8"
  "/detail/2656d81d00c74c21adb3a94d943bcb20"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/9af169b568914fb0900ae89428169ea5"
  "/detail/ed9710331d32414dbaefde377cbf6533"
  "/detail/f9242a02587a4f4fb9ae05458c3ff516"
  "/detail/a791698f060740ec81872561ef70bb34"
  "/detail/45ac4aee1f014f32a51b22ad98b3575b"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/628bde1333c04043b4fdb9a274e1c51c"
  "/detail/1d1a29cd288c4c8583cd2ccc7fb320bd"
  "/detail/43f3c004621146e4bc8758dfa13d63ab"
  "/detail/ee4541b88ddb4364805041461d825449"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/659163ad5d754b4483e5e05f5743e9f4"
  "/detail/aff95b9a0d2a402d849c755f26575cfb"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/0a4d6279d57a4eb3b65cbdc6483c1bdc"
  "/detail/f8ef46c57e6d4d66a5d5b7b20f856dfc"
  "/detail/197b54f75a8e44aa88c01443bec5049a"
  "/detail/d7e9c2b3349d49b8b078d6536f5a4928"
  "/detail/44a475e5d6344a3ca093c9d19885f7f5"
  "/detail/87e152c4bbb042499587a2a17c109296"
  "/detail/f254e3e0ee3c4fbd990566d00a733979"
  "/detail/6646f9a5bcae4f1eb31784dde6e4dbb9"
  "/detail/0e8c6e989a094a9f8c44ba2d17181a98"
  "/detail/d7a7aa3d9b0f4fa5ad56b021ccb2d0d1"
  "/detail/e59715cfff5944048ce8b35f62c843e5"
  "/detail/3a98e12d36a3444185fe587fdc9e18aa"
  "/detail/631ba6f1534045918ef5ed0caff92f32"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/7ce75d0999774cbc884dad693378499f"
  "/detail/71710cd9f5f046529ffa4a8ac09439c9"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/eafea5971fe34e5a8e15e9c8c70fafe4"
  "/detail/b1b64690b0a341558e986baaf548b483"
  "/detail/b45358b07b6a4146a7b1429f405a8722"
  "/detail/62ffb68b23b94da9a497c3200c5df24d"
  "/detail/3d3f15523c0d46edb33f650c302e21dd"
  "/detail/fcc9f77f31804f07a5eac897385df06d"
  "/detail/9559aa84cd274d60ace622940df6fe4c"
  "/detail/daf7ba54b3c5468ca0dec2b22a36f6bd"
  "/detail/06c44dc6034e42159bb9db3061a8beb7"
  "/detail/36b9aa0cf01e412eb82de64fe83b150c"
  "/detail/f266f0f4475742808185870448148d9b"
  "/detail/c8f3b9f7ce464d3d897812dbd0d07784"
  "/detail/b279d51053fc44f491a822ebf450dcea"
  "/detail/311804b8ef0d493b85cc178e50076a40"
  "/detail/3f8fe9475aab4bcb8827e6aecf0a9c48"
  "/detail/0bdb8b2b43b346779ac0c907cb51f54d"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/086a3f28d9394f1e88cfb5a9d2607702"
  "/detail/0602e95e54ea44bdba38dfcf8f575958"
  "/detail/00a017d0a1f34ae0b1620b9b6cc068b5"
  "/detail/7f6a07e988154e1c9a89fcbff04b6bfc"
  "/detail/ff419caef372418fbf51b06a2cc7fce2"
  "/detail/06079aae29a44e07a6a83f338b706f8c"
  "/detail/084e79aec59d4c14a7b99aecb6827b59"
  "/detail/c23681698d8843eea30fc76657383fe3"
  "/detail/837d7408835b4fbd8ccb52fd15685fb3"
  "/detail/856d9936b24748f484a709826be2e3ae"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/ad547fa4e88c47e9aae4e4a33acffe02"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/59bdd77281bb48f287caaa712d3b7dc9"
  "/detail/232f9b25ad8d493fadeffeabde24f12c"
  "/detail/7ba52c94c1994992813249067db8c522"
  "/detail/64f1ace4edf54abc9e46602610f59d33"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/9828ff710a794a028f3f926ca2c24259"
  "/detail/f750a1d082c34a69954b00233ab30712"
  "/detail/eb864f5aec7f4042b04327ce707984a0"
  "/detail/8ccb1be8f3df43d19e879c7b89c1d60d"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/454f5cd6f77f4e4bb23e2615979cb184"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/882c1b031719487fbf98efb881342c03"
  "/detail/de67b541a9114859960c9542b738f2dd"
  "/detail/3b737babab574e8d8df81734fe9dbc70"
  "/detail/53a36aafb0f04376b4f28f754db7dded"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/797c3f2b0ef849a1a8d99d367309107e"
  "/detail/7190a7a5a60f4f4bb59cdf6e217a05bb"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/6a7fbb9c8bda43aba20fa0e3341eaa3b"
  "/detail/084b8555627846ccb8abde0ebb5ffa97"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/91118c3c5a434c50a79c690c0ef874f0"
  "/detail/474bbecae1904db19b69f7381771e74f"
  "/detail/b66670a788494100abcbcbbd2c17f3f7"
  "/detail/db079b29dd354d3691d94b8d2ea3bc97"
  "/detail/641db289fbc342c2812306e0a82359a5"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/5e37f8ddbd4d41839bad35398d4cf015"
  "/detail/da06c3cef2af4095a833eeba4148ee7f"
  "/detail/659c001e33b94eaea384074559e77085"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/812aee8f3adb4d3280941b90f08fa57c"
  "/detail/55358ec071944df6b2054fe7d87bff8e"
  "/detail/70e8a22304784d99bb24da2c7406b824"
  "/detail/e214025d7ebc4988983c038d0f92a7d0"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/59482b08177a41e19a2f95f9132843f7"
  "/detail/a017cfb4cfc34900a69588e7715a1a08"
  "/detail/9c8404384bbd45938ef90d61c2fb112d"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/668b90e0496e4f1b9ac49e55ffd4666a"
  "/detail/9084f1fd2f964a89a5b9e79c0f0f14fd"
  "/detail/f03eb93a370b4b70ad488dbb78cb82b4"
  "/detail/641b7d4bfff041b78d3bb89fb2436f90"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/207821a319a14df891b1da52cb633bd5"
  "/detail/7206abe6d3f046f99f29fd96b184b164"
  "/detail/fc87213e8227412cb2cf1e6d6cea959d"
  "/detail/33ab56db441448479d4c4c4a219941a1"
  "/detail/e7ce7998a6e74c6aa4fcd3e6bb67b875"
  "/detail/495085311b31474fa0edf2733d1a853f"
  "/detail/2f1b327ad24d46718ffd13ad9f278426"
  "/detail/81ef7cc11b3247c581abef50b462f61f"
  "/detail/48a25d2d38ee45efb1f32db4b911afc5"
  "/detail/249d8ce48e074e80b4954dcf3c9d9316"
  "/detail/f86abaf8342a4867afa07328c1a917e3"
  "/detail/1222f86da81b46e89ef6c420f6b3b4cc"
  "/detail/199cbbeeb7654bdba6420566863fcccf"
  "/detail/90fb47c3261d4431b54f475ffa3e3ca8"
  "/detail/afba8ecfa4b54b22b853386739e9a8c4"
  "/detail/40bfe00eb0dc4a1ab52e9ef6c0455951"
  "/detail/6a9b545f19d94ea399145d13f337655a"
  "/detail/af9d5c245fe7435b8790102d49fa4c0f"
  "/detail/ff0632b1b42f4ca6bc412c446514cb07"
  "/detail/2cc19684a18f48a78c7f14328cdfc46e"
  "/detail/94a1dae0bf3d45c0b2afa1fbd2b624a1"
  "/detail/118158b9346743fdb696981de76ad39e"
  "/detail/f33c79befd194bedaa745eaf44ed35bb"
  "/detail/490aa4828190492c96501af0676331c5"
  "/detail/7f106beacf00459aab013a3d733c6078"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/7c4060f4531e41acb341078f2a6b3654"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/ce586a93df674918ba643fd612a1df80"
  "/detail/0708b481cc6a4f3b81c08816eab763b1"
  "/detail/4c18b62bef804d63b030d94fbfe3e996"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/08ab6ceb986c4fe38ae8e5a62d07686b"
  "/detail/653f4b5d076c4668968332504a50c1e2"
  "/detail/91fd46b5cc594a408b32635e4a9ac47c"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/846398d1d4d8449f9af7bfb9dc7ce27b"
  "/detail/0e6319c53a4c4c2a908f6e1acb1a2850"
  "/detail/351e833fc272413b8938e5556f4a9749"
  "/detail/7979893536284cd5a6fd2ade57ccb406"
  "/detail/b69d215e017e454e8544a3d2282f5539"
  "/detail/aa4bd24fae8d4453b352218ea81e3cd4"
  "/detail/77f093eb0df94666848cfcb5173e2e08"
  "/detail/744ecac1937a4c9aacfc84379d5b68fd"
  "/detail/126292d2e20c46a7b7a40a3c68835068"
  "/detail/05eee692d5114a68859adb7344926009"
  "/detail/90258630840c42ccb6f2bc7f13f3b087"
  "/detail/2980b1d2b47d4cd6b09109751df818ed"
  "/detail/cfc910b80b5245ab84ba0ced40038bdb"
  "/detail/ba2b05b293d74776b384559ba528b1ed"
  "/detail/9a838c319e93443584f7e57783e9297d"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/de15f44af1854aee8ce22e772c1d18d7"
  "/detail/f2f50f0aed914324a8bda706ee35f97a"
  "/detail/22561f355dc741b1af141fbd78c946bf"
  "/detail/e3899ab9b1d246459d40a61d913daeb2"
  "/detail/59b9535a6b4c4f9bb16693688d1f400a"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/33ca91081dd24798b354dd936e2fb541"
  "/detail/2b3b9323289f449ba882114525e52a1f"
  "/detail/c1639532eade4d7ebcf109e9b5e06a58"
  "/detail/d1368daa5f0e4c54963aa9d1bf36f286"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/edda5b9c97ed49fcb7db8a87d57b9b0f"
  "/detail/767fb18d5e2b4e26be202bf572f0a381"
  "/detail/3f485b23eaa548849d8fe58919bd7ce0"
  "/detail/f9e62c3ee7be49648c08702f12055d67"
  "/detail/905eb35c7e7f4a26b89c6f3a8afa2771"
  "/detail/b1392737db6e444d8cc9dcedeaf683ac"
  "/detail/6eb4eb75eb0446d09d8b22cade0ababf"
  "/detail/6f8394b87a1d447ca2d59221198c6689"
  "/detail/2981d274af1a499b9a3d61acd3c4dffb"
  "/detail/d8ce812c667f4c14881887cabb9e727d"
  "/detail/9697343857c24ddd8250e9515ce7ff21"
  "/detail/f09a95b636114509bff44e2c53d6e0ca"
  "/detail/7aec0cf38d9445608fde7d49d627919a"
  "/detail/4e0d39b2433b499f9b6f8bd3c7d98d19"
  "/detail/e2dd0855a86a4c399e1d62fd25c35d2f"
  "/detail/ef539485cc4c45269c7cc2658dd5bea7"
  "/detail/1aea228ca06a48efbff72852aa31d468"
  "/detail/73f4dfac653d4f52aa5423dc6f2607de"
  "/detail/d8a8542b78f6473a99f468fe2b2aec50"
  "/detail/6dae503f926b45e4852b934306d8c1e7"
  "/detail/d7cb1d58d4ce4f699caef498931672da"
  "/detail/e863de4441514e82ba6de7d252dd9335"
  "/detail/944f0fab45f64a6894bcef7c9f2446e4"
  "/detail/1879060a324549198b73970ce12ab792"
  "/detail/9d50bb6c044f4682bdce826e0dd8826f"
  "/detail/95c56b0280ff4398a69aecbc4b4a1bba"
  "/detail/a054ce261d744bcda5c30495fe53f325"
  "/detail/27f0c28d790c4a3f8d901fd988059fc8"
  "/detail/7d30c3b042dd4a53bf0dcd11b6d81ead"
  "/detail/30176c652f9b4833804be55d2e5c491f"
  "/detail/e3247f80a7bf43ebac80f5d159ac0589"
  "/detail/85fad572583746e3b8862d53244884f6"
  "/detail/a2b358b0330a4019b3de9b2e38d11753"
  "/detail/d5be41a8f5a34787a1467a70ddfb7ec9"
  "/detail/802ee6ce0a5b42cebb9c073c410a080c"
  "/detail/a30ab8a9979644639a6c8fa69703b204"
  "/detail/ed7a9a663e0d40219234e240ab47a393"
  "/detail/2a9ae55f011545abb59fa1126a76b0fc"
  "/detail/8337d35896cb43969814dc8f553a6c8d"
  "/detail/13a7bfcb6f394b52999c33ff1f1a01d1"
  "/detail/e8b6fcaf96d144df92383631d23edbbb"
  "/detail/c81e18bb8dca486e9dcd2c30a35bab3c"
  "/detail/073c8acba3ad4178846c925e7b64396f"
  "/detail/bd2f3bd185b44bd89a304655797f6f82"
  "/detail/f103d729273645b0b27bb48cd04b290e"
  "/detail/bfa0f5c7990d47d68fe7896930e02e58"
  "/detail/262d10aa4c5f4d2eb8082ea3371b0108"
  "/detail/80b0b34ba3ad473193b2f9fc45e218f7"
  "/detail/d087ee161b9940988f81005687b53198"
  "/detail/82b42d5240384a9d846f4bfd26c51b65"
  "/detail/d444afa107264e84a72c3acff798882f"
  "/detail/4afedfff42ec404f942d99b202fe2570"
  "/detail/076c79d527be40a9bccfef2e0f3bd78f"
  "/detail/ccce86f4b9cf4642aa9bd0e679c4046a"
  "/detail/0751e34c31cb441494ca9b76e9c11e4a"
  "/detail/879e2c487214457cb3cc606eda47f549"
  "/detail/ee5de617198a4b4392daec9ca66e82de"
  "/detail/9e935f48df944332ad696931ba2cfde4"
  "/detail/2e61c95553e9459b9c48bbb389d1690d"
  "/detail/be8ab8aefa944f648610a373c7d9c612"
  "/detail/42c5fc8a3c1b4b4ab2d307e72214a678"
  "/detail/a4fee06c341740288182d2d765fa10ff"
  "/detail/4c9461aa9f2347cb91dbbf636b319c3f"
  "/detail/cafe3cf58d354cd2bae220e75fc4f7dc"
  "/detail/fa06d411caf649a8a0869210d28b8182"
  "/detail/0479080e315e4d1caf8e7132acfb851b"
  "/detail/ae4a278b077744b7a11825bd1a3b3f39"
  "/detail/e5a73622acfe410180fa08abd5475fa5"
  "/detail/6b7ae37bb6924e0aba23fc8f474bf0d7"
  "/detail/28bdbb2a334c4efb833d50c9f47bbd42"
  "/detail/8d1e147f008d40f5ba902c23610374fc"
  "/detail/4f2d1cf6b75d4f2d9a7c474dddf6336c"
  "/detail/c181bc04ef9a45e88c31bb31addb9391"
  "/detail/ba76cb71d106411aa7ed00f13045a32a"
  "/detail/336a16d53af040e6959716646f66cdb5"
  "/detail/120f6a3158aa4e53a4594d9b2f0dd0fd"
  "/detail/5bc9c81feff54e9c84b24012e453a899"
  "/detail/e86c43c1161a436bb282a062ddb31f4a"
  "/detail/265fecf4922749e4a259df6955c8f308"
  "/detail/2abc85f70b404834a8ba45e9cafc822f"
  "/detail/9d0f05b986ba4f3aa979c5da6488a97d"
  "/detail/7e06e736599b41499239fed0d71cf216"
  "/detail/2777329a51494c43928445847ca12e92"
  "/detail/85766817d6d343aba28635ba7771ee6d"
  "/detail/b29f9da935fa4699ad3fef9ce2786ea0"
  "/detail/e217d5ef6e0845b7a2166682013b03df"
  "/detail/4089bf93662240bf9b3ec0c23a8bc535"
  "/detail/cef00d84d4064a5498678c85bbf6c70d"
  "/detail/79c80aa561d04234ae88637fe16ccf39"
  "/detail/e0e3a72766594ca6a97740e665f961d6"
  "/detail/022141027c3f490ea15bd1bdd64d9d09"
  "/detail/f1e47e9aafbd4e4fae138a9c381cccdd"
  "/detail/a6c902e312a54d22aaf180dc4f381cf6"
  "/detail/8102bfeff8054079a21d170295328a32"
  "/detail/193d4a78cabd4fd2b7d8cee1dc004a67"
  "/detail/334279c235544a1abd52d1c4f4e65e4a"
  "/detail/24f08bc1faad45cab5496ef69e747b42"
  "/detail/21969494721f4a7891ff0ba84d87141e"
  "/detail/9355f61cd2c348d4839dd4fb4a56ed9d"
  "/detail/f4c112a32b344491b74f59d7a1223e89"
  "/detail/c8ae7f0369464bab97e8cb6998da5a37"
  "/detail/69e92375bb6648e7835771fe8c6c9e9e"
  "/detail/494ed93568fd42dc86a8e0340f0dc570"
  "/detail/8ea5c319badb40bfb1e0f2abe8e1420f"
  "/detail/5be22bf8c34240fda91212d746299fc0"
  "/detail/53c501e2cf41496fa9a42eea47c355af"
  "/detail/9387acb13a7642208f7f6ad8f453e41a"
  "/detail/592c8c118fd34494b2f8a1e7017c4208"
  "/detail/b96f2e122d4b499fb4fd057b03a964ba"
  "/detail/8d4f652702be40be8d5fd550188d0f45"
  "/detail/a7b130d85e434bd1a10003d71bddb203"
  "/detail/25bab9a3bceb40e389ce213312c5c571"
  "/detail/84bb8c3297e044c1a7979cec2fb6b7fb"
  "/detail/dd217d2ec983400bb9cfc4dcfb558bbe"
  "/detail/0b051d02018a44f7ad8ed080e0985401"
  "/detail/80300e7918a0472189f0600f2ccae169"
  "/detail/645ada022b194f3e98a4fb31e35fc4aa"
  "/detail/e0d35da9fc7047d99d1bbbfe73d4d8e3"
  "/detail/b4200c48bf264135af6548adcd0494d2"
  "/detail/ad99762df9084e81b18e9ed398810fc2"
  "/detail/0e8783dfdaae4f498eb9497db6c59dbf"
  "/detail/75a466ba285441c8a75cb2fb64b75fe9"
  "/detail/094a07544704420c81960dd14dc9bc3d"
  "/detail/89c6c77fb98b4ac6919b9de70a9b924c"
  "/detail/462f242b433c41e8869aec94bcc1f973"
  "/detail/a406fb1bd8ef4e0c80d860106d280579"
  "/detail/269f168510b64c60961201460ad0aacd"
  "/detail/5c561a6ba57d4ee7804a3d3dd1b96a1b"
  "/detail/e0971f6503da4ecab944e2e8f4ac211f"
  "/detail/5c14bd4352f84255ae542eba0acc0e5d"
  "/detail/764d49f8e36c481ebf908d3a59d16427"
  "/detail/fb79c630d334430ca3e658d584b51bd1"
  "/detail/0dd04b698828488bad12a9deaf7c5fe5"
  "/detail/46815593d7cb4e058be8c35b4775f8af"
  "/detail/33fcf0909c7f498ba1cd4fec3c93755c"
  "/detail/684f7a1f180b45c99c5ede49ba720339"
  "/detail/f5387f1822944a38954388f7aece2955"
  "/detail/459fb0289ae34aeab44a1f62570819e6"
  "/detail/6158fd5d218645aabb65718e9db1ad25"
  "/detail/7803247cf72044d9a32db52a136e1dcf"
  "/detail/146d869cc910426bbbd41ecc5185ab59"
  "/detail/d01b58810dc14974a4b3b541f2176a7f"
  "/detail/6c28f4d3dace47ffac9b3028a7079335"
  "/detail/e77b63d8f8cb44a4878ff27d24ce24bd"
  "/detail/699d5c13465942b9a9e9369633cfac97"
  "/detail/006b0fac78a441d4a2122e88262dc3a4"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/767b10465edf4b1f8be0bb79ab01e2ea"
  "/detail/27aa62943cf048e09bd8093368af4db8"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/c86e86cc17be45ceacac8dbeb716affd"
  "/detail/b8d46f425dda480a94a63288eaf9a67d"
  "/detail/0725bbcdc18043be841f654dfcdca1e5"
  "/detail/2028a3a796ba4650a90862c4055cc2b8"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/b525f8818bb94975bd6d612c4b661597"
  "/detail/b1adedd24a1240fc89c0e548cd042c9f"
  "/detail/917c0dd471714a44a2f46430182d7fd8"
  "/detail/ea4ee62acc4944e68d8e9061d46211aa"
  "/detail/17efbff5803d49b4a767bcf0e90b0019"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/2426edb12df4476aa105ee6da57aac54"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/396fd0bec6754ad6802751a4953ae4fc"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/4ceb08eb683e48b8bffd988441cbe0cf"
  "/detail/7d8c5ffbfed14cb287d963f77257f14e"
  "/detail/3f30f29a06154c5484cf504113b9fc5e"
  "/detail/bafd7da5004440e8b75178b8111b1997"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/83b0325614f34545935e328749624138"
  "/detail/7bc6e268b4984369ad86b528d6a919b9"
  "/detail/9459332a94f14db28a93466a607cd029"
  "/detail/cb28d1924d864d0e8f76280f83a6754f"
  "/detail/8cb0eb0eada24635905cec8d3f1d71f3"
  "/detail/11ca2dab98df4ecb9b9e6eff747fea10"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/4987134c36be4a2ba051d2c6fbf5bfed"
  "/detail/6cec4def5512442dbe7f8ebc169b99af"
  "/detail/a86de63a08b04fb0ab63e1fd0055d23b"
  "/detail/b06e1b7bb9814476976c4351ce7f42b1"
  "/detail/123872dbcf1345f2a1b38ff1b6e1d709"
  "/detail/01db2418ea7941c5923de1dc12c39645"
  "/detail/327337d82cff477a8b2969ed8c94191a"
  "/detail/a3ed2e2204f14a108ecc492364caf355"
  "/detail/299df76406224633b1554f17b7c29774"
  "/detail/90c5ede0b2e94251b2824da55f903453"
  "/detail/078adb73e433402cac1d0fb79e5bf8c7"
  "/detail/263e50a70f62437999c52bfaf4d12048"
  "/detail/98099977618846fe80e141669a36d6d5"
  "/detail/d921ee213d44441dbf25538cff506fbd"
  "/detail/ad954713d8574b38afa2398c7bd66c0f"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/195e796badf14ec58f9fb64787588efe"
  "/detail/2ca04abcb39d45f4ba3679c5d31987ca"
  "/detail/842d9707ef1343c2a7959e67a22b6b39"
  "/detail/221fa49d612549f08f09aa9e3b90ac20"
  "/detail/bba2a0852978402295f1c7e10d5e4803"
  "/detail/cf5e6d5586a54dc4aa912896d745d722"
  "/detail/46e6a1dedb50427e99ab637c736ed176"
  "/detail/8d2cfdd4a5f54b59902a11851d033e54"
  "/detail/8c83d48fd4bc42dea428f0566b1c1159"
  "/detail/f2406efe382e4f49937e837fe25bf33c"
  "/detail/0c888f16942345a4950fa5fe43bb8185"
  "/detail/05156b693e6b4a69be607897cd9c09ac"
  "/detail/b570f0f14af04dd59e3472b4200c921a"
  "/detail/b32ec1dc6cc74dce82575018d41b6810"
  "/detail/d83a3e11d54643b3bd70857e7153aebe"
  "/detail/f3c11cfd48fc454bb7f0f46d9bce33f5"
  "/detail/2e2027321b61404abeef63f27c02c8e5"
  "/detail/e070c6060a1d492ab557cd300df10a68"
  "/detail/93be2db9ab73440c9f44d4dff869b6db"
  "/detail/87e8a336732741ccbb5767709f69448f"
  "/detail/00f0b091171b4395b97fd73abd185cd6"
  "/detail/c7aaaff3e1d24bdaad4e5aca59c2240a"
  "/detail/02e134ae0eb64719b5cf4547e75dc4d5"
  "/detail/86b09d0370804db68daa0543c75500df"
  "/detail/7c91b0bfa1934d46ab3fd2fc66867555"
  "/detail/ef094217b79440c29fb54a57d569967c"
  "/detail/18f087ba32b6407bbacba7c1f5b7259c"
  "/detail/4a3774215af3449697142dd4e3b95f98"
  "/detail/c0222e973c85450798be8850ee5351fa"
  "/detail/f9f005a3a5ef4e34a411be5f9d070933"
  "/detail/410118c8e60b4a46bfa7a81479a0958a"
  "/detail/f9c009dee7ce44729d8205eb983c4f7c"
  "/detail/ff5b4859ef714e4cb4b8dc9de071262d"
  "/detail/73e8e9f85d4c493db672f16c3c916593"
  "/detail/c87d34d5c4d748f28da1ab6a1af3dbdb"
  "/detail/c7294d6120274510ae2b844c7b40ad0a"
  "/detail/36d3c708be254c8d80ec77dd7339bffb"
  "/detail/0cdfc35f743a466c859266ba97e366c3"
  "/detail/778293e4a68d44719a6e09a9fbfd9a8a"
  "/detail/1248e272b4b9476582be4d4c910a72bc"
  "/detail/b995ee0acd5b42e4919356469a44f07c"
  "/detail/52446f91657f41adabb61429efedaa1e"
  "/detail/07fada449b96423fa8433f6eb116494b"
  "/detail/6679a0fc857d458c854c6aa0bb9cdc34"
  "/detail/09a0edc9672347aa86b18c89fa4ab4b5"
  "/detail/5b097bd435e848f699e62a1f4d526c7f"
  "/detail/c0938accde1f4174bd1257612629ef9c"
  "/detail/84db882d5eea4037ae04bbfebf4b8219"
  "/detail/04e2d9b50b024ee1aa1d7dc56a5ddc4c"
  "/detail/0b11c6b3f6c24ecf9b7ff0dac8d69723"
  "/detail/a4b08d7e53494823b9db9aad286338c4"
  "/detail/a1d210e732b14abb9dd022771c2d6a50"
  "/detail/32bc5d95630145daace7e74b0905133c"
  "/detail/bc2a9569ec804d2b9cfe477d56d22707"
  "/detail/3c823c1a270a468b8070b06ea36f87a0"
  "/detail/7b99194bfe6e421b8d0aa89b27a01a12"
  "/detail/426027ae9aa245ee8f136ed2ec8b4bd4"
  "/detail/f4738aba146e4c76afe08df67977ae26"
  "/detail/71631defdba54ecbb561ff9317951627"
  "/detail/cf7d8177327b42aea09859034a7166aa"
  "/detail/3c084def220d493caf032aa1931bc1d1"
  "/detail/1d02727f23b346df923936e0db86c754"
  "/detail/f80bdad559714609a111da9f3b13ea9d"
  "/detail/8a6708afc5644b41b574817639939a1c"
  "/detail/be9981c98eaa407da40960ac1d2bdbd2"
  "/detail/3961e4d4b5694f32a71c9f545e1463d7"
  "/detail/d2ab28ab385047c1a04856fde35c6c0d"
  "/detail/e7575d54c9fe443f98c5cfc50df9c398"
  "/detail/e8c251237d3240be8d3fe4b4b199d54c"
  "/detail/1242731632944b519e5cad835a9ce781"
  "/detail/5a39a72570e544189b7f46f753fc3063"
  "/detail/3fc92def06624a42a050cdd926273a55"
  "/detail/e14fb6160e7140a48ba32b58927f9a31"
  "/detail/5c67c511f6944df3ac8e19ec862af83c"
  "/detail/c4642ae7e3e14468b7e384f376400530"
  "/detail/bd6002cf08154bbabacbb5a380dcda20"
  "/detail/1d9da3d26a4c44dfad990fe91a01af6b"
  "/detail/06f759d99d7e4debac132da0e27abcd6"
  "/detail/47fd66b6cdbe43919bafe81bc8dba96e"
  "/detail/bdad675f39c44090a2eda76d21fe3696"
  "/detail/02995413d6c248e38af849b631e26c0d"
  "/detail/4df3329a2b5745f38d8e47a9d622d696"
  "/detail/351766db24834309852cc2886f45d3cb"
  "/detail/be5f041ae3014f1fb42e0a82e6b5d7c7"
  "/detail/210c493767324e43b5f72408e3b03303"
  "/detail/c5a7941ec4af4197afde9b553abadd82"
  "/detail/0efa71af83864236af70eed5e2477d7b"
  "/detail/de60e8c91aa24bdaa1132adf8769432d"
  "/detail/670e6dc7ae104d428aa1d9d1a3c596fb"
  "/detail/50a1432a03a5400c8edea57ac6906cd6"
  "/detail/f316e9150a4a4575938b7ab049475f03"
  "/detail/763a62ffc8524b5e8cde6e4b63d20f87"
  "/detail/d95e5aec89724844a46b61824fb1c774"
  "/detail/bc682318f5fa45f0882688b264bd3ebf"
  "/detail/91631143c2984c2f9dba27f2aa18cca4"
  "/detail/a57835dc1e2a4d37a4e375dc7da7ec70"
  "/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2"
  "/detail/fe039f02196e4b5ca658e9c0b67b612a"
  "/detail/004686d8f760498391f52ea7c8bdb640"
  "/detail/22eefc3e4e8647f6ac9096672cb8edf6"
  "/detail/8f3502d374e14b9e94862331e65a507a"
  "/detail/cd0e2e40890a4d15821f2359f2c4ea2b"
  "/detail/3ecbabf78cde443fbbe20c3f7746e105"
  "/detail/0d7beea0b0a0493797cca962f2133fcf"
  "/detail/ecc13e058ea74f999d89025ef24e200c"
  "/detail/d8b7ad7f1790433f9ea3d95228de6390"
  "/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba"
  "/detail/8601fa9ba1444b558648b0def7006a58"
  "/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3"
  "/detail/34a629ec7478437cb2fe74bf21ecac32"
  "/detail/cac0e859bc574557b35f78ff09b0e8b5"
  "/detail/f27f12b684a04cdc8f4d0cd858c5ba56"
  "/detail/513820e734b841bfb7a36d40271268fd"
  "/detail/11945980dd634f8cbfc3220cbaaa2b67"
  "/detail/dbb7d665b7ae483a85ddc00b00a6f4ff"
  "/detail/1cefbdeff00b4005b50a45a8187c459c"
  "/detail/a38274adf70d45419f15b6a5aaf8df4a"
  "/detail/7df94daa66a64bcead011f93b55d8b9d"
  "/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e"
  "/detail/e7123a43bd2d4c04b7f884f5f5f4ec83"
  "/detail/8a5ac200d25d4899ad75e11b6302be40"
  "/detail/57b06521d3fe4abf934d2b565836203c"
  "/detail/5d48e465f9a24e8a8b8f92844009b553"
  "/detail/1079bce747f04493a0b784b320384a9c"
  "/detail/24568e105b1c4ce39b7004adb96560ec"
  "/detail/bc64a70a35a6418d817e62896ebe84c3"
  "/detail/7ab660df1ff04a8c9d74a9e1ab0c387d"
  "/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c"
  "/detail/c0990ce6c3c04654bf8def2c3646fb58"
  "/detail/6632d9776fe84bba961029784e4d1b70"
  "/detail/27760bda084040e89b4cb4eb5ed70502"
  "/detail/fe720b4ddeee4981b54f628e3370d344"
  "/detail/17e55a566c5f4acfa9043f13095c5176"
  "/detail/107af436bc0643b6b104ee748fb58d76"
  "/detail/e0b6680ee6684e948069af0d6d72c2ce"
  "/detail/3084543115d3461f8706a53ea1608deb"
  "/detail/5a5625db9381412980f9430605b6298b"
  "/detail/d2f2e561fd094f4fbd06d5cb92984763"
  "/detail/ceb8438537014224bd0256a2feff1d66"
  "/detail/6fba9275227e424c9dddbab4e121ce31"
  "/detail/bfa003d2278c4189b6394e0dd84a8763"
  "/detail/c09fa05cd9344a6b83b1ea7c01136f46"
  "/detail/e7572990bf90464abe316a8714c55da7"
  "/detail/962c617e8d994ff6b0c25aad04022b67"
  "/detail/5dc2575bf14f49e8b4c43fdb4937e733"
  "/detail/6f58d7518d524e7b86495a2c5d614497"
  "/detail/bb1c0a1278a144809a930058a52d6a84"
  "/detail/c86d452f82bc4b1d89899c7d23cc5b3d"
  "/detail/025717d91c214397bb2e830ae2c2b1c0"
  "/detail/999eee8fe1d54280bddfe719f06d5411"
  "/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c"
  "/detail/91c10139f3f946dd995878d8e2922800"
  "/detail/6fe67781660a4a79a99071b4718ef0f1"
  "/detail/6f83fd21cfa243e09641b0355a2817d2"
  "/detail/56d50e48b02249c4b5bbcce41a1c072a"
  "/detail/8e0c64f417264187afb600f36acc6d22"
  "/detail/21397090760d4de09ee3c08efa95b2ba"
  "/detail/af35a74dc8b64a1793d07fe51394f187"
  "/detail/41076ea5e5cc4f58a625f3e80397021c"
  "/detail/36c5152d4caf43acb0ba66d500106962"
  "/detail/24c6c5d056014150aeaad045789a4085"
  "/detail/9b2943c29fd2445bab5c0a1eb2a939f8"
  "/detail/c06da58be45e448cbdafe048f8fa34bf"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
113 0.45 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.