GET https://ernstesdesign.de/navigation/a1a1c1bf8d944d9d88633865a6cf87ac

Query Metrics

135 Database Queries
101 Different statements
8099.54 ms Query time

Queries

Group similar statements

# Time Info
1 0.62 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.48 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.26 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:
[]
4 0.09 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:
[]
5 0.73 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.35 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"Éy{\x19bKC9«±€k¼ÃVÄ"
  "KOLLEKTIONEN/ERNSTES-DESIGN/Seile-Ketten"
  "KOLLEKTIONEN/ERNSTES-DESIGN/Seile-Ketten/"
]
7 1.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.27 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.34 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  "KXWD4O9FmMjGhbo41rLdKqtlgQkZFjnk"
]
10 0.29 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
11 0.52 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
12 0.19 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
13 0.22 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Í‚ó¬›ÑÀßÊ"
]
14 0.28 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"=Í¿PnVGÖ±è€\rŒ¬\r{"
]
15 0.36 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.evpPriceSettings`.`id` as `customer_group.evpPriceSettings.id`, `customer_group.evpPriceSettings`.`customer_group_id` as `customer_group.evpPriceSettings.customerGroupId`, `customer_group.evpPriceSettings`.`reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId`, `customer_group.evpPriceSettings`.`reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId`, `customer_group.evpPriceSettings`.`show_net_price` as `customer_group.evpPriceSettings.showNetPrice`, `customer_group.evpPriceSettings`.`use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice`, `customer_group.evpPriceSettings`.`display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail`, `customer_group.evpPriceSettings`.`display_in_cart` as `customer_group.evpPriceSettings.displayInCart`, `customer_group.evpPriceSettings`.`display_in_listing` as `customer_group.evpPriceSettings.displayInListing`, `customer_group.evpPriceSettings`.`active` as `customer_group.evpPriceSettings.active`, `customer_group.evpPriceSettings.referencePriceRule`.`id` as `customer_group.evpPriceSettings.referencePriceRule.id`, `customer_group.evpPriceSettings.referencePriceRule`.`name` as `customer_group.evpPriceSettings.referencePriceRule.name`, `customer_group.evpPriceSettings.referencePriceRule`.`priority` as `customer_group.evpPriceSettings.referencePriceRule.priority`, `customer_group.evpPriceSettings.referencePriceRule`.`description` as `customer_group.evpPriceSettings.referencePriceRule.description`, `customer_group.evpPriceSettings.referencePriceRule`.`payload` as `customer_group.evpPriceSettings.referencePriceRule.payload`, `customer_group.evpPriceSettings.referencePriceRule`.`invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid`, `customer_group.evpPriceSettings.referencePriceRule`.`areas` as `customer_group.evpPriceSettings.referencePriceRule.areas`, `customer_group.evpPriceSettings.referencePriceRule`.`custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields`, `customer_group.evpPriceSettings.referencePriceRule`.`module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes`, `customer_group.evpPriceSettings.referencePriceRule`.`created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt`, `customer_group.evpPriceSettings.referencePriceRule`.`updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt`, `customer_group.evpPriceSettings`.`created_at` as `customer_group.evpPriceSettings.createdAt`, `customer_group.evpPriceSettings`.`updated_at` as `customer_group.evpPriceSettings.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 `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group`.`id` = `customer_group.evpPriceSettings`.`customer_group_id` 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` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings`.`reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
16 0.14 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:
[]
17 0.39 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"?‹Rk•iCá‡w¸Ê@k|)"
  b"r”;psœH™šýI²·@Ç#"
  b"w▄¹\r!»D=ÿµ\x05'ÿüv¢"
]
18 0.50 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"î╦·:\x170NÛÉðØÂ■gÝ="
]
19 0.56 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"L8>;;aLÀ°)´$¾ÌYM"
]
20 0.14 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"=Í¿PnVGÖ±è€\rŒ¬\r{"
]
21 0.29 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "KXWD4O9FmMjGhbo41rLdKqtlgQkZFjnk"
]
22 0.27 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
]
23 0.30 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"\x01“h\x0EÇ_~í‚.@>œîC%"
  b"\x01“h\r\x02d\x7F ¾òFä‘€\x16\x07"
  b"\x01“h\rÝÙp\x11›³˜&\x15¤\tP"
  b"""
    \n
    ä*ñ\x19B\x12¤\v\x0F‘¡wXº
    """
  b"™†H“•Ø@†ºENX³û\fÓ"
  b"Ó+îûréCÜž×&Ì÷{\x03¢"
  b"õ8/óùgL╣ìé▄)┤Q╔\x19"
  b"\rÿƒ+GãK\x08šqK\v\x0FÓÖÊ"
  b"ßl\x14\f8>J…’Ž45˜¢¨‚"
  b"\x01\x18£ù1yu·À•«E\x1AUw"
  b"\x04¿­N═9JZü╔J¾\tmÇð"
  b"\x12ìÂCµŠLq‰ó“ÐØ\x0E–â"
  b"+”\x15\x07#rHÒ—>E\fI?N4"
  b"6F¿x…¯Cvƒy™ß;%ÃÍ"
  b"\x16_LÉGƒ·\x0F¢ƒåþI\x03"
  b"^±░═╚ðK'ä¹\t=ü‗)¬"
  b"_\x10 &x,Cp¥ØÁȪœ/ë"
  b"d╔rl¨YG'ƒ\x03\fü ô«¢"
  b"jlrla8J©º_S\x102\x07o\r"
  b"""
    p\x15\n
    J¦\LÐÅ­!Ùâv\x01\x1E
    """
  b"|VK¢Æ£O9²ýtO>†®K"
  b"ˆa£À¡8LÙ¨ìlg\x12‹ä1"
  b"Äü*\x1AÅ\tG£Äé^J╦÷å╝"
  b"’w” :ÜJ\x07ž\x03þÖÖS\x14"
  b"ž\x07°Ž\x0F\x14F)†\x08¿\e¸\x07Å\x11"
  b"žôÆêöKK~¼©“ú\x13rC\x12"
  b"ŸP¾¢õ\x08@ö¢8üÂô}iÅ"
  b"áÆLÚ/ÿLO»┼´╠§¹óØ"
  b"¡vš»´n@tªa@‚Ócñ\x1C"
  b"ó¡Î³È@@)òÛ©\e▄ÍÐØ"
  b"º{"âRîCßÅàP.╣n\vı"
  b"§î\x05`ÈùNPœÝî­*(\x00è"
  b"¡\rÅ{▒┘F\x11ñ¶\vLH\x04"
  b"Á†ÐŠÑìDŪ,\x02ˆ›$]\x1D"
  b"Ç\x1Cb5\x17yLíºAnõq\x1AzR"
  b"Љ˜\x1A%\rBè“֗ЀÄA8"
  b"ÒMm'ýÍFŲÄ\x14jà²r"
  b"Ù\x00#,öžOÔ•BD礪¥ˆ"
  b"Ú:Å »ŽFW§Ž›˜õeoÕ"
  b"█ª!Ø ³H¸ÄýQ²┤Ìd\x03"
]
24 0.40 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
25 0.49 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‰vç¸=q‡ ‡†¬\•\x03X"
]
26 0.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‰vç¸=q‡ ‡†¬\•\x03X"
]
27 0.43 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“³‘âÈrC¿'À ªrÆ“"
]
28 0.13 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“³‘âÈrC¿'À ªrÆ“"
]
29 0.51 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:
[]
30 0.35 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:
[]
31 0.32 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"Éy{\x19bKC9«±€k¼ÃVÄ"
  b"=Í¿PnVGÖ±è€\rŒ¬\r{"
]
32 1.27 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
33 0.58 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"Éy{\x19bKC9«±€k¼ÃVÄ"
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
]
34 0.36 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"
]
35 0.33 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¿å#þw®A´´ÿë py@2"
  b"¿å#þw®A´´ÿë py@2"
  b"¿å#þw®A´´ÿë py@2"
]
36 3.16 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%"
  "%|bfe523fe77ae41b4b4ffeba070794032|%"
  1
  6
]
37 0.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
38 0.56 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%"
  "%|bfe523fe77ae41b4b4ffeba070794032|%"
  6
  true
  true
]
39 0.62 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"¿å#þw®A´´ÿë py@2"
]
40 0.58 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
41 0.35 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Í‚ó¬›ÑÀßÊ"
]
42 0.28 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"lå┤\x02\x03)EÕÉT©ábMõƒ"
  b"lå┤\x02\x03)EÕÉT©ábMõƒ"
  b"lå┤\x02\x03)EÕÉT©ábMõƒ"
]
43 2.04 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%"
  "%|6c86b402032945e59054b8a0624de49f|%"
  1
  4
]
44 1.78 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|6c86b402032945e59054b8a0624de49f|%"
  4
  true
  true
]
45 0.65 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"lå┤\x02\x03)EÕÉT©ábMõƒ"
]
46 0.26 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"íí┴┐ìöMØêc8eª¤ç¼"
  b"íí┴┐ìöMØêc8eª¤ç¼"
  b"lå┤\x02\x03)EÕÉT©ábMõƒ"
]
47 0.64 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"íí┴┐ìöMØêc8eª¤ç¼"
  b"lå┤\x02\x03)EÕÉT©ábMõƒ"
]
48 0.19 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
49 0.18 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"î╦·:\x170NÛÉðØÂ■gÝ="
]
50 0.15 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
51 0.32 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"
]
52 0.44 ms
# generic-page::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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
53 0.67 ms
# generic-page::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"L8>;;aLÀ°)´$¾ÌYM"
]
54 0.30 ms
# generic-page::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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
55 0.67 ms
# generic-page::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"î╦·:\x170NÛÉðØÂ■gÝ="
  b"^8Bg\x1C\vE\r\x13‘ò%kß\e"
  b"ùØë\x12d\x0EK1êP,║Öáûx"
  b"xÕîc>┬O"ür*\fÔä¾ï"
]
56 0.66 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"íí┴┐ìöMØêc8eª¤ç¼"
]
57 0.34 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"'’/e-\x14KŒ»b\r€Cû¨ò"
]
58 0.50 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"'’/e-\x14KŒ»b\r€Cû¨ò"
]
59 0.51 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"\x16»öû6ªM‗ÅhÐçÆÿ±\x1E"
  b"'ñLË©SN¥œ¦Y6èç·¡"
  b"wÙvb6RH0›Î\x15‚÷,\x1E\x15"
  b"†-vÞÍÇGŒœÎ\x00Ê¢\x1A \x08"
  b"þeÕñ¾NLÏ’\x1FQ\x07í÷\x1E\x1D"
]
60 0.41 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"}úÚâJµJz—#w»ÑŠ\x12©"
  b"Ÿ\x7F†NE8N\x1E‰vôˆq¡öx"
  b"""
    ì\x18å„\x14\n
    E²š|\x17Ôû¬só
    """
  b"5\x11±\@|L¼®Úx?ÑÈ,¡"
  b"Ï5I·]LAiìõXz¦°\f2"
]
61 0.40 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"=J/îd▀A\x10öÅàæÅ;\t\x17"
]
62 0.26 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ù’ppÊ\vOãžÅH¤­’çþ"
]
63 0.18 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
64 0.28 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ù’ppÊ\vOãžÅH¤­’çþ"
  b"\x00Æwb´õF─âGÉ╝(\x1CP█"
  b"ÜÙã­nÞG\x0E§Ö\e\x1Cë@ëñ"
  b"su╦Éı╩C╝╗Eîë7Ï\x1A§"
  b"ò\eèüÏÍL\x05—"•Ì¯ñPž"
  b"7Ž]\x03h2L¢…–¿x‹'Ø3"
  b"ñæd\x0F½ŒL\x05¦‰\f\x19\x15­³†"
]
65 0.18 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"íí┴┐ìöMØêc8eª¤ç¼"
]
66 0.18 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"íí┴┐ìöMØêc8eª¤ç¼"
]
67 3.43 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"eu_\x13§2E\x18“¸N\ÛÌ_s"
]
68 448.47 ms
# product-listing-route::loading::search-ids
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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND (((`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
]
69 1259.34 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND (((`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
]
70 1358.86 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0dff832b47e34b089a714b0b0fd3d6ca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2b941507237248d2973e450c493f4e34.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ef1b0cdc8d04b2784fb093d81f229aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9e07b08e0f1446298608bf1bb807c511.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f50bea2f50840f6a238fcc2f47d69c5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec71c623517794cedba416ef5711a7a52.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0dff832b47e34b089a714b0b0fd3d6ca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2b941507237248d2973e450c493f4e34.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ef1b0cdc8d04b2784fb093d81f229aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9e07b08e0f1446298608bf1bb807c511.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f50bea2f50840f6a238fcc2f47d69c5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec71c623517794cedba416ef5711a7a52.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0dff832b47e34b089a714b0b0fd3d6ca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2b941507237248d2973e450c493f4e34.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ef1b0cdc8d04b2784fb093d81f229aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9e07b08e0f1446298608bf1bb807c511.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f50bea2f50840f6a238fcc2f47d69c5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec71c623517794cedba416ef5711a7a52.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0dff832b47e34b089a714b0b0fd3d6ca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2b941507237248d2973e450c493f4e34.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ef1b0cdc8d04b2784fb093d81f229aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9e07b08e0f1446298608bf1bb807c511.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f50bea2f50840f6a238fcc2f47d69c5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec71c623517794cedba416ef5711a7a52.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
]
71 1211.62 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
  0
]
72 1049.00 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
  true
]
73 1305.95 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` 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 `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
]
74 1273.30 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` 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 `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `product`.`parent_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  b"┼C‗\x04å█O梭Ý\x05üáù$"
  b"▓├¨\rú\x1FN:ç─\x10ÓÀÉV÷"
  b"ošP´…pO±œŸObíÉt©"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"¤\x17IU'¦KŒ…Jè-+ÎWx"
  b"'ìò™7sJ\x18ž=¼©»€†Î"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"ÎKœòàZAං­¦ž$4\x16"
  b"jp²÷ÿ$A¤œ\x06Ê(Ñ.C3"
  b"ÌL”úºÁFüºMG©™]`{"
  b"%_▒e;PI■ÀÉÎdH\x11\x00"
  b"gÜ®¥ë)B)Å.ÌQ\x03×ñ®"
  b"d…°\x1Dö\x7FF\eªk8\x05h•-w"
  b"$œ­nú~B\x0F„—ŽžxX97"
  b"±N \f€WMH¬\fcsU\x05"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"†#1ð݃M›³\x03ÚpÍ}¿k"
  b"""
    79vÆ·ðE™¶ç\n
    ÀÎ\x19´ì
    """
  b"■Ñ\x0E"÷ùNà▒6x\rå\x10üb"
  b"Ïz\x18¿«ôIþ†‚P+yw¨Ó"
  b"ä÷\x05ëÚ\x1DHƒ¥ÐvLÝC\x01å"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b";é‹c\x03ÙBy“+G£³N¶\x10"
  b"|_\x19\x00Œ[D±¢Ö<\x12[ïç³"
  b"xPÖ\eA4G««\x13AÍ”‚½µ"
  b"?‘Ld ^NȤ-k…N\x08h6"
  b"Â9²Åð)B┴Äb¹1\x03¹öt"
  b"*¤]–aàOE¬GïOU¹€X"
  b"þ´.EÖ¡Hƺ\t"3Z\x01"
  b"ÿKo\x16jfL¶ %h§ð+ëá"
  b"Ø}=O■êEQº\x1C\fi═\x1E5"
  b"ü╠e\x0E*7H-ç¥Ý\x0E¬ÙªÎ"
  b"plŒ\x07U=I<³àV\XQA\t"
  b"Öiþ\f├bO═║!ì׳²K?"
  b"\x7F6ºz¶\x1CC]³“ÿÊ£ðHk"
  b"[ämŒÅ™DM§žO¨…\x7F܆"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"T╬3\x1D\x17[F$ìÛzµò\x11┴ü"
  b"È\x12˜\x0312F‡¯\tê1\e)ì›"
  b"„ûÁ$\r›I/±×\x05‘MB4d"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"çñÜ\x19íµO žÎ¬‰õºù("
  b"Ó»m¨2l@ã§ÇKé‰ï;×"
  b"“Ó@‰\x0E\x0EI½©=¤_üÙÔ\x13"
  b"7^¥+°\eCðêÈüÎƧíÊ"
  b"Ùߟ«Éz@'¦íÕôyD¬ä"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"‘…ùÒÖpN¸ŠÇêeº\x1Dªõ"
  b"Ë(CÖ\x15ÎKû‰½“M;eß…"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"ü\x06Þl±iN¬šQ?°ÙzÄR"
  b"q‚’È7ÊOf—÷ÿÁ«×9\x08"
  b"\x19U8kg\x13E█¢{ ‗═äıÅ"
  b"ã{dY]i@ü†„²„>.M¿"
  b"œ6:Ûr»OÈ–œ6¸\x08~äâ"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"Ú8Ñ|´{M2ƒêFÇRФÄ"
  b"@6¾:Ô‘B\x17\x1F>¸´™F^"
  b"y¬ MÚèNɬ Ö\x12K†í’"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"bã═¼1½Bìéng·µ7Ä¡"
  b"¼ÓHÅÒ¿O│░│úö¾UÖ╠"
  b"xÐ6\x0Fi\rKË­Ò>\x016„¾‚"
  b"ùD¾x\x7F\x1AK؃»æ/\x17\fº>"
  b"""
    ֕\n
    ÁÜGIÉàBð\rd9║Q
    """
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"L\rã}8ÅI<┤»\x1Açç╝ \x01"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"v\x148\x10Ô§@륂:s­•š@"
  b"""
    ‡Nåè\x17,IB‰\x12­\n
    \v\x04
    """
  b"jÉU!ç■@×û┐\r]╦ÝÈ~"
  b"¼I¯È\x04ÕD£Éä\vÁ.ÿ╔\x02"
  b"Az°ÅÿûKv¹\x11ä\x01\x17gQ@"
  b"Å­\x13eÍÃBQ‚7…2=\x17÷ "
  b"\e™æ^m\x08Nï¸á„ õf\x1A@"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"N¤êVÉ\x13M%¢Ê\x10ÍÑ\x13\x18("
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"¸%ÞI\x14ÁHô°d?\x16ºR:|"
  b" ÞèZ9ÏD\x17«yÅ5ÕÙÐa"
  b"°\vD\x1EBMLYœ°\x08™Àä@—"
  b"É¿àm>xH▄ó\x00\x13S;w@þ"
  b"Öc\x12E\x15ŸLY°A¾tL\x04\x1A+"
  b"¢7e!œHA¨Š*]IÉØY_"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
  b"¦¯\x0F\x01©+@ßÅ\x17ñ\x17¿E▀▒"
  b"òZþ)o®I<‹d\th\x06Ï\x11»"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"»À´¬6ÀJ埉™\tˆR5%"
  b"«âAXùÞE├æ├h┴È┘GØ"
  b"""
    J×q\x17\n
    !J,½\x13vùo¶ü$
    """
  b"çÖ5c#@O┬É\x15ÐTDE¯O"
  b"n?¶ ¢yH║ìóÇ\x10\x14║█╠"
  b"""
    Ç\x1D\x11’ÔC/•_Xm\n
    OXÈ
    """
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"æéÕz|\x11K\vŽ\x10ï=œ¡•Å"
  b"ÕæÙO_\x1A@À“†\fEãugØ"
  b"Ú:+¼\x061JUµéŠÀBž›Œ"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"b"░Ù´ÕK\x06É\r+\x17Óâ3#"
  b"\x19ª|@■UK;¥ªÞ\x06Øw│O"
  b"E¼Eö\e\x12@<›=f"Él—Ž"
  b"?oI=û¡N©Ø\À®µ\x02F&"
  b"¯\Bn°ë@\x13¼─p¼É'│Ä"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"„ÑF\x13È*Gþ‘ŒÎ­I\x06"j"
  b"Su\rkÛ“B\x0FŠ@…›«Pã’"
  b"õ(õåIÅOѽ\x16‘æ¹qĉ"
  b"±œ\x05è\x1EÖB\x12¬Û\x19Ú‰\x05‰ß"
  b"BCÂõ}iH·Éã┐2ó~(Â"
  b"*\x11ðQ÷`A¯±ñQ€yNË "
  b"ª)─╝Ù\x08IKÉ<3ß░x\x02:"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"ºlÉd¶k@¼Ø\x15gpOD\x06ı"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"ä\x17£÷5rFa•;ã.\x0EH|ñ"
  b"ÉBÙ1§VO^š’Šx±-cH"
  b"Òã<ç¼jN¹‡ú\x7F¬ØDr\x12"
  b"°Î\x01'>BG)·ãM²¸\v"
  b"=j¨ø¤—M_±G£Î|±\x13 "
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"ÅœƒË²æI\x13˜Å£ôbÃ@ª"
  b"´‚\x11\x05Š…AȺ?†¿EŒCß"
  b"âÅ{Òé¾@~¥ÂCxw!E═"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"Å\x01^i]U@›‡ÿJ?ÉÞ9Q"
  b"˜Bæ=4nMî°\x19\x1EÎs\x0E.""
  b"ÙcÇaçïMIŠ×ê›c TÈ"
  b"Ns­9â═JÅêͪ┴¢b}w"
  b"UãñcBåGÚ¦ý6$ö„\x14\x0E"
  b"1<$Y╣█F\eïE>╣fAÅÒ"
  b"\x7F#³~ì\x17N<À±0³Ù3Zú"
  b"³│/Ö▓\x13BƒÅ\r¥`]ý▄ô"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"¯Ë‗Y,╦Läº╠اÂ\t'\r"
  b"”¦34v9O\x06¼@eh!Àg\f"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"*é/H…€HÛ‰w>èÚ£ïM"
  b"Gæ╚%\e+J═úÉÀ*K┌|®"
  b"╦9òMðRLÅ¥yOS·k\x10"
  b"Ð*ä?¹·K\fÉ┤/+\x02\x7F╔l"
  b"\x12$ ÞNf„%ëW=¹šw"
  b"┬ßy├┐pDPų̈·Ôø\e"
  b"àùjÁ³¯C…·¸\x03\x02Ë"êj"
  b"vÜÅ\x1CzW@6¢\x0E\rÐqDÁü"
  b"êÉóv3bEçÜ┘ã\x07\x15\r\x14Ò"
  b"ÿ¼·@ü\x05H\x10Ø▀]ü\x01"CS"
  b"3«ƒchSG┘Åiãô┼aÍø"
  b"÷p]J½îO7€Ž/ƒWQàQ"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04Rz'J¦Šoéàž\x13"
  b",廇ÏqKø‚,ïÉÓ\x02\x11¼"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"Òó\x04\x05áZG‹”e×\vº ~Î"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b")º5¤3¿H\x1D‘\\ÅÁ\x16ïù"
  b"8—Ž\x18”òH³¡Å\x06pÖÕt""
  b"""
    ╔e\x04ìý\x1CI\n
    «ı\x13ø\x18Q¸h
    """
  b"km³\x00ISJ|€oä=Ô7-ú"
  b"4\x14³d1ŸB±¶/£ô˜õæk"
  b"4¡IÕ´sJÂâö¦Uæï═ü"
  b"╔Z'òwÕLsÉêÓêÉ1_ä"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"§A¡ûî^Hê©S#²¬²l\x11"
  b"u│±ôƒıJÅ®┼╦Ós┐Uí"
  b"÷*Ê­¹·F¬Üì)\eJ╔¶["
  b"t‹¬l\x03\x17IÉ»8Z=º\x14>^"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"""
    6uté\n
    \vF<¡Á¾Öq›äá
    """
  b"\x07êæë┘A3å]‗쯾Þk"
  b"/\vÁ\x08å…O€¡\x1A8\x08\x16·vâ"
  b"°äV[|«AAƒ€Ÿ\x17‰™\x19_"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x13ò┴þ└O²ï¸½ÈÉ(╝¥"
  b"""
    ±4ô\f\n
    ÍEý’†\x14G\f—;ñ
    """
  b"┬í>ؾ\x1DL>é8c\x18F9øµ"
  b"&2¶p<hBp­\x01|ÇÎéw "
  b"°#F¹1║KÿØÃ\x020è4º\x10"
  b"Y2bÀ\x01!K¬6FîMÑK–"
  b"ÓÛá(\x7F2JÔ„\x08ý\x1C›PÚ–"
  b"è'EõÊiM+˜%\x12*ý·iÌ"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"ˆÈçw–áEJ£6@¾#Œ<7"
  b"&\x06KÞ┌ØFíéÃV\x06cu¦ß"
  b"\x1CÊ2lL^M÷ªJõbe w+"
  b"a\x1F>¹‹àGѦ6÷µÑDí'"
  b"ͬWÊî«Aוd4“\x1E½œ×"
  b"²6ј¿ AS–G<,>mé/"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"¯ñ¾¢ò@F,»è\¦úÉo║"
  b"î÷Q¥/9A4ñÅ\x08█Ù¼╩£"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b""¾é[Ô¼F.¾o\x1DGJÖÚÌ"
  b"7­œ¨yÖKz¼\tÑZØ×ÏÅ"
  b"‘òå-v½B†°|\x10ܯŸß¬"
  b"Tô7Ò<ØI│¥KcZ\x00┬╠Þ"
  b"\vÿ\x03ÆŽhIÒ·‰û±f5\x000"
  b"ü:šà\x15êB`“\x14Ê\x1A2–\x1F¾"
  b"ô¤È\x0F\x06üK¬½D‚ªî\x0E\f¬"
  b"Ûð¾™äËO ¥¶0C[\x03‹û"
  b"ˆeî†ÒnJw·j&¦T`. "
  b"È═ÝL\x1C5FÀ╣@┴O{'tÉ"
  b"¡Ù<ØU┌H³¬5êÄ4¸▒Ñ"
  b"Æ=Q#â\x01B\x14¥–¨Ì\x0F¿Zï"
  b"óÍ`«îkO­³\x1A\x08A\x1C&QH"
  b"ZÉÞÜÎqGU¶ŽÄT¦œ\x06ï"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"ÌÙ6VVúK&«F›Œ^¦8{"
  b"NÇœh0ë@\fª(Ón\x1EÏÓT"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"8G-JI*E/¼=)&\v/”÷"
  b"í+<ØèNDÛ™¦ÿ-;þ\x15÷"
  b"³£![LìK\x15┤¶Ú¢Ôäºÿ"
  b"ˆË‹sSÂ@R’u1eĪ{È"
  b"wY!|høKG®¹Niæ\x18„'"
  b"╗Ø@\x15XCD┌┤Y░êuͪ┴"
  b"†9\x13ïZ¢E7´1[6ȘŒ"
  b"•ýæø\x02kIŠ£^ÓƉäØ°"
  b"═[╣8ùÎHíëì╩½3¹┘³"
  b"Í\r­…VÌK\x15ƒs!'£Æ¬¡"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"N·Íiì;L\x1D·*/aóO~\x15"
  b"îL–ÉrÁ@–‹(;Y,X\x15¤"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"ä╗´ü▀\x06K\x18©DÖ%┘«xÃ"
  b"K·ÈÃ\àJ\x10¡¹\x13ÇðöæÉ"
  b"ÍKE¼‰Õ@ß·¾+nŸ\x0FѲ"
  b"Š\x16ˆ©ë‰C<Š,š–\x13¼ˆä"
  b"LÖÿ\eû-JÖÜ┘â»±\x1D\x14ì"
  b"¦ª¿\x15{,EÛ‰\x12Å”Kàq\x02"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"\x10║°|È╗I└ä├ÝÊ┘JŤ"
  b"\fÙÌüÂÚB]Çó\x0F%6\t û"
  b"÷X\x06\x13ëAÞ”\x08ÛM\x1DØa\x10"
  b"æ\vؤÿ¸NV°¦!Öwuäö"
  b"yN╝oÆðKıÉ┬\÷Ì\x00Ì┐"
  b"3ÌÌÏýHHY©½Ë€Þå\x05("
  b"""
    \f\n
    Í\x1A\x0FlCó·çxyL†®˜
    """
  b"Ž_ó%DcGô€mn«1Pnù"
  b"Bj¼7ˆ\x05B\f¾\x08\fÖ«ý"
  b"Ã\x12@\x11‰ÅCt‡bÝ; µ-*"
  b"2¿[ÉgàKŸ Ã\x0F\x19¯Ö„."
  b"Á±ØC»%JPí├2xk=@{"
  b"Ø2i©™{I" ¼\x1Dë”Ä2\t"
  b"ÛÀuvÄÏC¨•\x06\rû…\x00Ùå"
  b"'\x18+9¥\x1DE‗Ø┼ ~?oÛ~"
  b"G>òöQbC½‹\x15\x1FÖ¸l>š"
  b"è³║2║\x1FMZæ╗\x12\x14è7ì\x08"
  b"¾ðšÊGsI(‚ƒE&te›3"
  b"\fÅ|àKW▒8-- ðy4"
  b"Øa\x07¯£COIJݴ\e\x06¶£Â"
  b"·Ã®b_\x10A›ºá™B\x1D¹¹["
  b"›Û\x08~\x15bN)¹¯c¼pZ™ø"
  b"¹ ´•\x18¨N!”@£\x1C“P‘Á"
  b"\x1C╚ðÝK┌ɧ]1ðs¬`"
  b"À‰|ß3`J)²ó·NX¢ë\x10"
  b"\fØæ¹OÞOûÉÎ\t▒?@╩ü"
  b"—Ÿ6}é>L‹¤n\x15\x19€átZ"
  b"Þæ5ÏÔïMU–xºå1>a•"
  b"Ã_q┬╠\vMéÄ┬░²jtÅQ"
  b"""
    ¾l]ô\n
    5L.€\x1A¤\t\r\f
    """
  b"¾ú\x14ßÇxCŠšÑ94ýhÛ;"
  b"Q2ƒŠ\x13œM>½àg\v´DØd"
  b"ºþ»É˜ûN4¸t•%M7P5"
  b"¢╚y┌e6F\x0F░Øñ░V7\x0E]"
  b"FK™M×äKì”mj[À¢»7"
  b"\x19Z~«HyJ¾†É¯Jm4\x11¾"
  b"“¸ÑUæOä¹Ö»bi–+\x02"
  b"Ð\x18”Ÿq4B¶¡\x02Ø=š¹\vH"
  b"wUm─özE▓ì=╗êj$°\x03"
  b"V´║¶K?J╔░â\x11\x11É░´Ã"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"Îqü\x12§-HÙØ\x13▄V«Ä\x06G"
  b"éª\x11\x10\x1AÕDý›PÚ&R\x0E"
  b"ï÷Tv±úN!¹Â]ÙJŽ3"
  b"{mD¢\x06(M·žñ³»ƒ‘›Ó"
  b"·Ò¤ÃÏ┘NE┤Ûü5Ùrù¦"
  b"t @b&TO\x03€%z0ì‹\x03Û"
  b"\x12\x7F\x16E€šFW’)«\x1E<üÑñ"
  b"&'I%âyAû¨“„ˆ'ù{±"
  b"âýü\f¸ðBMö]\x12a\el}y"
  b"§‘_e˲N,œd1£Øwãû"
  b"ºôÃêM»I░önEÈÉfôô"
  b"²I弄ßJ‗æ%TñŠg"
  b"»ÖD%│gD=¿*X╦^úü&"
  b"\x00ê2Ø╬îBÈä©­}|\x1D"
  b"R‹¬t‡ñNƒ³YÝ-Ø•’•"
  b"\x161€¦ˆßL\x00…)vý¬‹¦p"
  b"¢úëÁnÃEe«ì\v¢®býP"
  b"┐0ÂÆ!=F*ÀÅ/=\x06ÀƒÍ"
  b"Ÿ%S‘›åHðœNÈÚÒq¢ý"
  b"¬¿PÁŠÖG¦¸\x03¦IkA\x07s"
  b"Þáb\x19Ö░AyÄc█ìûðkK"
  b"ÉÇ║ç+^K\x06╗nõ┐yúÙg"
  b"}L•)­XIw‰FÙêø]w("
  b"\x19w€o§cE\e¢!\x10¿BŒ|°"
  b"\x1F2”\x15Ö\x17D\x1C¸M7`ÅÏêú"
  b"ì/\x13┴L╔B°ègIM¶┤4S"
  b"ó¤”ú¯AC¯„wºàé„Ÿ¯"
  b"\x06│7oAÝò¿n¨É\ewF"
  b"\x18├þÑuH\x14ü\x00ôŧ═<q"
  b"²r\x1E(\v\x05Cƒ‘לà>.Å\v"
  b"\x04\v˜³e\x0EE\x7F®.‚Vc¢Ã˜"
  b"«K\x00}É╚BÐøT7»Ù\x14è╠"
  b"ÛÌèçL©EB³ÿåp0W\fò"
  b"½ÊßhçÉGOª\x02▒ôÀ\x16"
  b"\x15ıOÃ@ìàÜÿ┤óè¶ê"
  b"g\x08ÀØy\x10D¢¦c)¢ž\fЖ"
  b"`£2─Â'H×£<ÄÝ\x1D¬ÉN"
  b"ï:%┤ä│@▒ü‗C¯ì\x1C"
  b"s╝ìÂä▀FWÿIZ­G╚µº"
  b"\x1FÔ_EåPA\e¹\x17äØ4\x16"
  b"p^(\eÙEH>â╗ü¶¬û¾Æ"
  b"¤\v\x15wcUF\x12¯o§ÞÂiòú"
  b"\“:àp’Aܼ\x06\v²ÈIã$"
  b"¹\x15ì:\x10\x0EHpè\x1DÖ▀ jıa"
  b"ö7tn@cEÛ®œ0-w¾å\r"
  b"Eqü×p\N¸úÕu=¥\x15ZS"
  b"†ÏäãxÂO¾Œ\x16ˆÍYæ>Ü"
  b"nň¥\x01AR©)4î:?‹\x04"
  b"╣ê└╝`üAêñ¤¿▄·Tı£"
  b"\x02͊ˆåHÔ‰S\x10?YCøH"
  b"¯sÜ#Ñ#FÀü\x1E*>\x1Aû !"
  b"\eÁ<\x1FæüEÍæ2ª¡­║╦\x1E"
  b"\e|Me“ýJݸQ¨Ì\x13\vh-"
  b"„¦\x177E˜O\x08®vª‡|±}U"
  b"[p¬™xVH›Ÿ\x1C{nUÂˉ"
  b"‘&Îôl¾C{œå8JÛ2Α"
  b"\x0E\t\x0FÆBf¸V‹ã+ç2R"
  b"«T}ÙØêCPÖkèT¹ÙT5"
  b"\x1E^·ƒ™\G¨¦ª_´7ûs\x1D"
  b" KEYÓ)MÕ¥»\x08¿&ˆ)m"
  b"Q£€L@\x18Nú¨\x1DOŸ?~Äõ"
  b"t"\x1AsÞãNݽ'Œqb\x1C¿¸"
  b"|tK\x08\x155L—„É0D¯~\x15w"
  b"¥2»²ÞÃKȳ“I%Àš®8"
  b"¦=\x136§Ç@;‰wàf8ø\x07f"
  b"""
    ò¾R\x03b+D\n
    ¿a×\x16Ð╚Åv
    """
  b"ÅÁ╣fd█Mè¬aI[ └\x07\f"
  b"2>Ýüü\rM│ÿ═¸\x01Éî┌\x1A"
  b"¬É├r╦.L\e¥Ì╗e\x7F«╬ê"
  b"^\x1Ed—\eÖFò‡\x17÷ùh‡A×"
  b"gBoUŒ*C\x7F¤Rº¾‹Wî\r"
  b"ÒH■╔füO\x10»\x17m+Rt╚"
  b"OX÷kÞšCî§D½Î̓ں"
  b"=\x05\x19ð+/Mó»“oÖ¢©›ü"
  b"П,'œ€E-žðQ«ì\x12!-"
  b"¿Y\x1EŽ“\x1EAG‘¿8$Á'3§"
  b"""
    a*/滾C9—\x06t–$\n
    ÖT
    """
  b"\x07Þ©¡½\x18KuŠ‚_DIóbÕ"
  b"2`x[P\x06D‘ ¢6è ¦\x0E¥"
  b".\x0Fg†0ŸN;² ÓýAL\x16û"
  b"""
    \x13\n
    Ž\x03ÐB¥¬™6ÇÀ¢mb
    """
  b"§'è›\tiGØŸ%†\tYX\x04 "
  b"µq–\x0FÅ5Al¢\x1Ci\x19Omµá"
  b"\vš‡\x01\x06Ma¡ôÎ>¡h@U"
  b"üޅ̾¥El‘Š(ô~;ZW"
  b"IšøxÓÁH\x17¾ë/Ý\x17d1È"
  b"""
    j\x1F\n
    ³>üG\x10¬ËüJÓ~ /
    """
  b"\x06\x02\x13£GIâ˜|QS²Z »"
  b"ÁÅÎ`¦}KÀ¡Ùr_KŒhû"
  b"Ø\x12Ü© \x7FM‗× ¡£ã\x15"
  b"\x11!jB«¦÷4Ó\x1AÀ_\r"
  b"³×rô\x17YC¶“rTÇ_IÅ¥"
  b"“¥èi\x1CDLˆ³JÿËKñïÏ"
  b"Ê▓.\x152bG\x03ër1}ı╔Øp"
  b"""
    ß<1i\x19’OA‹\x18UB\n
    \fÓ
    """
  b"""
    ƒÑþ¤)-G\n
    ŽÇNçÏaxá
    """
  b"""
    h ª\n
    ªÏG6üÔ\x1F_╗«qk
    """
  b"‹5J×Ï\fM¢€Ù\x052k"S9"
  b"Ö\x04¼Ij{Ht¨øÛž\x1Emb8"
  b"áò\x7F\x10EýO$ƒ\x05toTd\x02¤"
  b"~EŽ5\x04ÄB¿ƒ?e\vþ(§¥"
  b"[V┌K³dM║Åk±Ùï\x00¥I"
  b"çùnßã┐L\x13é▒╗¥s¹Uü"
  b"P|d¿4ïN™½öGS9¹ý-"
  b"M&,öéïDÅ®\x01ƒeWŽ³Y"
  b"µ£ìr\eÑDCô╬½\x1F£&cä"
  b"ö>¸P‹OL6„‰¼Û¦$õ¹"
  b"×âá£V6A½ž\x16“uÂR½Ø"
  b"î\x06╚½]zM├ü!\x07\x00\x1EØó"
  b"\x05?´Þ8AJyöÂñK^ØO¶"
  b"²9ωîšL¿•\x00\x10ÂÅë\x11­"
  b"▒u~AØÖBðÜZVw▓o¤¾"
  b"‚âï‚KiEÜ¿Ì•ùz\fÿ‚"
  b"¤â^ØpÑO+’ŠPÅù¨\x00ý"
  b"Ά)WewG¢–H£0ð\x1E"
  b"PÀbkD\x15Ké®LQÂ\x17Ì\x02Ú"
  b"ü\vF8\x15\x17Aâà\x02\x1Fo\x11\x0F0'"
  b"""
    =\n
    ╦┴¨M@ɺa+\x7F£í\x08I
    """
  b"VÂ3>P\x11I\x14ŠØÉÚÝyŠ^"
  b"\x01ÖEÌFìMέ\x1DG”å¤Ä…"
  b"\fgiÏ8WJ½œý^lün£\x17"
  b"\x08gÿ\x7F&\x10C¥ì¥._i#î¬"
  b" j6\x04üfHÔ¶\x10Ç°ir\x03³"
  b"ÜwR╗ü¦Fû¿Z┬¿\x7FuJ3"
  b"\x12Û™\x1DmB\x17­Cöl9½Ì;"
  b"ë4×Á{█Jìؤ▒7┤¡Î■"
  b"\x1F\x01Õ1DS—–$F&¼Æ€"
  b"Ùâ\x7F´\x02ØGજ;\x1C"y¸Œ"
  b"#„\x18y›ôIS“Íï\x7F‹ãu­"
  b"U\x03oi9÷K`£lVì*ZM\x04"
  b"^▓5Ý\x18ÉG├░Ù┴¹d¢æÀ"
  b"\x1D«5Ég(H+▓ñ\x17¸ÎJ\x01È"
  b"‘ò\x0FHR\x13Ev·›2¡ó¤¬ù"
  b"[löhî3Mo€pí{­_õ©"
  b"?Yž ‘kC’´‘ëì9Ëë„"
  b"%\x1E챈DH°ª’\x06/Ÿ7)\x00"
  b"‰J‘æ‚{C͆\tÅ„¿d\x01"
  b"\x17¸af\x19I_§ìƒdnm°ß"
  b"ü\x1AÐ{hïM@Ç8Ö,\§À¹"
  b"í]\x01 ŽëG^µjÎèèPª­"
  b"oso,EÿL`ž\x7F •¥²Dj"
  b"ÉÏHÚZJLŠ¸0ð\x1D\x19½ö•"
  b"÷ªµùÔ'B\eÐ凿ú"
  b"Þš¯p+ÐO3µ!{Þ3r\x03Ù"
  b"òä·\tlÏL╔ó\x13Ok│\x01ìL"
  b"├Reµ÷\r@­É­ú\x0E║Ó¢Ï"
  b"ÅøgÇ‚‚Hêª^1\x12<¤ý\x02"
  b"¦á.®Á\fH´–ÊR\x16i\x07"
  b",\x1F=*ã\x1EL/ØÝâøSp\x19"
  b"}RŠ?´)I\x11½´;¦Î+wÊ"
  b"ŽˆøJÂøM\x00²õß.u•gè"
  b"­Á─§Â\x05OÅÁ\x18ôSZ\x10&\r"
  b"Qy©¼Á\rDؼ\x16\x19Ók\x07"
  b"½¦}Ù\x04sFhÉhm18v¤Z"
  b"½ƒhkÀ©Fªü\x7F¾7Â╚5¾"
  b"¤½Y/ÕªMàØ╣▀\x13ÓEÈË"
  b"Å╠Âð+½I\x11¥Jù`-\x06"
  b"\x14у\x1FLõÜË¡├,çz\f"
  b"ˆn«Nû\x05D\x11Ÿˆä'yÇË‘"
  b"~Xö]Ì\rL±†+©»„Ÿ¦\r"
  b"·ªŽë$¥O\x1D•L\f¥Hßl|"
  b"\x1D¡@-)ŠM\x18§›£¹¡Éòž"
  b"\x07+/+ˆ\x08D•¯\x02ð\t€Q7Ï"
  b"™Ò£/ë\x1EOµ™ C\x04õ§~—"
  b"s\x10\x02kö±CU«~»±Ý’þ1"
  b"3\x16ªL\x06/L΄,\x13„!A?Ó"
  b"*¯à¶à9A\r§\x10¦Õ´ªDw"
  b"2­Mx;øC¡¥Å}\x1E╠E\t="
  b"\t÷3^V­C¤­\x16ãbívøÖ"
  b"R°êàµ`E\x0EÅ╠ 2▀\f"
  b"ÿGœQáíAø½þÅ\x7FgVÆ®"
  b"Ô2ª<kûB$“^I?½,Û\x12"
  b"ü═■o\x7FÃEháôPFŪ\x02$"
  b"\x02ÅE¶\x06•F1¦lp\x0F–æ^\x06"
  b"%‹õRB\x0FAu¦ƒ¶ÌÝÔ©b"
  b"ÕÎ:«fWI—·hŸû\x12P\x00\x02"
  b"xMQ\v\x05BBo•\x17Kß~{8¤"
  b"n¥†Ý}¡D,ŒÚ˜˵w¨"
  b"nY7NAŠL\x13\x063 gÓ\x13K"
  b"m ┴Íb\x15MÉí·½;`&\x05Ð"
  b"Zmúìú­Jo»\x1E¨¢ÜÒ╩â"
  b"PÂrO5ÝJ(„±\x17\x15âlŒË"
  b"┘ü­╩╩êA·┤\x00¬Ån\x05"
  b""êÈ*»þD\x11›Ñ\¯F\x7Fj\x01"
  b"‡§s$ \x0ED‚ž^ƒ]3k‡#"
  b"¾╚üô[\x19A"áÜ+C«Û~├"
  b"«âS█¤ØE\x7F×áK░ʹÞ×"
  b"ß)ª¨ÕHаw C×~´*"
  b"ÙfÅg\x14G@,›ã…Þe€'\"
  b"\x1F|\x05q+èHå¼\x04sµÒ‚¤r"
  b"SŽ<ùd\x07Aó¡$¹éÿXö%"
  b"""
    Ö­ÿ╦¸\n
    BÝä╗öÈ?'ìò
    """
  b"vG\x1A/¸ˆK†¯r×ÉÓõÌ¥"
  b"""
    ïÌ\eg§$B[™…‰àM\n
    \x06¡
    """
  b"B¹Ä؆\x0EE¯¥¹ü­Ü©\6"
  b"\x1A÷\x1C<\x10¡M1íEØf\tBÓÉ"
  b"\x13╗ß╬ésMwì±\x0Fî\x12┤³Ü"
  b"VO%\x015HCà˜\x15Ä\eŸ_6º"
  b"0\x07áÈj\x00Aü²×\x17Ÿ\x1A]j¡"
  b"ã¼…žÑ¼C\x18¡_ybÌÃhL"
  b"·@o»H¥B\fÉú­-£ÎÍ\x02"
  b"\x15K\x00º\\x06O\x1E–ü ’åk`b"
  b"²³3ù\x10ýFU¥Zi\x11\x1A<øE"
  b"Ôè\x0FB┬\Cöì§u\x05]-ri"
  b"®ÔúÂÑ J\x0E¦˜–¸\x0EWTZ"
  b"7Ø└┬à¦Hl╝Â#áfÚ\x00¬"
  b"""
    ?Ž‰\n
    ç»M•¢çɉ\x12'8J
    """
  b"¯+3ç\x14GJ/üúC'>éâ╠"
  b"µØàÎ\x16âDMš\x03ª¶‚Q¹‚"
  b"G5Ǽþ7Bëæi\x18L\x1Cì■º"
  b"Š¸”\e¦\x18EqŽüQʱì“{"
  b"òZ\x19}ßGN7¶z\x1Eá²lì\x12"
  b"¥éwÛ¾¥Müƒ╬óT┌·À├"
  b"\x08¡&\v÷A®¼ÅÌ\t6·*X"
  b"Y\x7F´³╚üL\x04ÉÞÚ\x19¦╬\x1D\x14"
  b"~Y#\x02ü\x12G×║ñº®Bû­ó"
  b"ÏžQú±¶D\x18±\v1*ƒôg\x17"
  b"Wˆ…c³ÈI6«¯\x17p!ŒÖ&"
  b"Å¢•R»îA´¢ÁYiåÄâ\x08"
  b"–’híýüD¤¢\x13Z7f'—|"
  b"\b@}'NM·¢‘òJ,Í1L"
  b"3tåi´\x13B¨¯÷{hî\x07"
  b"·O¥\x0FÃ0Kg¡@Á„‹™Ö%"
  b"\x06ØÐ{Gâ®f)B¤ð§î"
  b"²÷\ˆª–Cm§[Â\t\x1A\x07\x1A\x07"
  b"€çAÅŽ¸H7Šû­Ì\x1F\e"
  b"çxÉe\x11‰BŽ£”Ë,`\x1Dé´"
  b"9iÂH¦\tL`Ž©í•8¿PS"
  b"æe#\x7F8@M\x03¤¼b¹4ˆh‡"
  b"\x04\x1C2ü░■@┘½█Ó]gµâ╔"
  b"PØs\x16NoM{èî╬\x15░Ó┴b"
  b"\x1D\x0E®\x06D█ÉId¶ÎwÔ\x1F"
  b"ce•º)>J¦”©õ¡<Ô¨L"
  b"‰à%&\fdI¸‰D\x11ƒÈI\x0F­"
  b"Š£DC¿¿M\x7F‘­`‡ï\x15ÂÎ"
  b"p@Ê_ÈÅJ\x1E╝Þdk■OEø"
  b"\x0E6o @Y¦Ó\r\x1C[I!5"
  b"¢%\x0EجeA\r¨âb,“â1ã"
  b"±Ë\x16235NÔœšÆÐÉ_7\x1D"
  b"¸1UGòALx£ÍPö_\x10‹x"
  b"ùYZÊBEGŸ½ž1ÿ N\x10S"
  b"äeãÍïÈF(·Ë^PË\x15¯4"
  b"i,½Rª6Aª°ß\x12ÁÈ`~©"
  b"ÝÔÓ¿f0O\x18¤‡¢uLq*ë"
  b"\x05çxlõMtìÔ:èLn\x17ý"
  b"Ÿ=$‰WØL¨Œ›\x07įõ¸‡"
  b"YÚ„ù…èNb‡6‘\f*ê†"
  b"^\x08'Üd+GEŽÑåŒÙ2í*"
  b"Á\x04U‚¢´C\x16ŽÌŒIs\x07\x04é"
  b"wR\x1A\x104]J>╣ìÐJå#\x08O"
  b"=ºdSúgBV³\e\x1F¾š/Å\x15"
  b"(vq▄ÎHJ1×aI┬ÉlñB"
  b"‗cÞ"ìgC╠¨ÕA{d\x00m"
  b"Sƒ³à{÷Fè¨2`“¼Z·Ð"
  b";½ùJ‚2C`·‚ûþÃ\x04\x017"
  b"I▒ÉT]çLlüáÈúj¬<5"
  b"úëý\x14P5Oc‚õ\x01\x1D|TÖ¹"
  b"üe\x10ê¨ÃE\x1D\x0E╝ú■\x13Hb"
  b"”l—ôÐ:F¨­ºYñ®8“A"
  b"¬ë?\t\r5H­£ñÒ\x16\x16\x16"
  b"Àt3™®RHS¹J\x04}ãá5³"
  b"LÉ¢\x10\x0F­C¸¨áxjõ\x02Ø"
  b"\x07-—?GVµ\x7Få¯Õ/‰\x1D"
  b"ªÿ>QfIO‘­‘%ø¼_ôÍ"
  b"!!§F\x06;NÀ‡\x16.10­Ê`"
  b"•HÑÎò[Gä¾\vÍ€nÐÇ"
  b"(éÅZ²\x14O¶¡±åT\x03+%—"
  b"-södÅ0K´ÖgC\x07áÿÈ'"
  b"zI\x1A\x1Aµ±Döº È•m8\x14¤"
  b"n¿¾žG}L-‹Æù\x1A‰-\x04Á"
  b"üQRÍÍTDö±¿FÕ\x03\r"
  b"x S¯ðŸDˆ€\x02É\x1A\x7F\eËì"
  b"Úî{R­\x01O?¥J`Ø╚[§┴"
  b"Q\x10’~M\x00Dͯ\nà@OT\x13ß"
  b"µŠ\x18’‹fK­••}Îîd]x"
  b"Ŧ/i×ÛLì¸aÍÍ=†á\e"
  b"üýC_ˆÅ@é‰t\x01Uê—vø"
  b"ÅДÈò3JÒ‰Í_l–»\r<"
  b"쯱▀TYG©ù,£│ògüµ"
  b"\x14¼¥åª\x11Mñ¦‘PüMóœ,"
  b"\x12a@‰Bi½o“í3…\x06\x10"
  b"è\x05„ŸíED\f\x15¦©/ñH£"
  b"¿Ví\x15ÜÒN°¸0l'ßÙœ\f"
  b"Zå¿\x0E\f«Ež‚Ò}\x11áù*²"
  b" Êçv§mIz¯®£=éÄì"
  b"»\x1A×sβNU†ª}Ýþ›õn"
  b"┤ì\!±íAùÿo│µëì±Ù"
  b"8P\f±@·B šÜ\x1C¡]š-r"
  b"©sl±\x03ƒF¶™ï‚8,ò<P"
  b"¦è\x19\x0E"‗Ny▓ý\x1Cu¶þªü"
  b"=—ñ’B¶FYº×4Òâý¾¡"
  b"¸ÓªQÿ©Eæü[ñ▒╝uÍÉ"
  b"ç_xäö}AĦÑrm<ÚdÓ"
  b")~À!.HOeœÐ}&\x11Lg¬"
  b"JŒ·\x08)+Mù‚³\x15;ðNš¹"
  b"ñÏå>\x00ÿEZÉåz.\x14Îw█"
  b"ühâdm9O$†J}ŠržZ­"
  b"|tœ\x1FNÖM3¨<qjôy=\x7F"
  b"âga\x1Ae_B §ôÞ.98¥B"
  b"ÂÅô\x7FisL›­;ÞºBŸàÑ"
  b"Ñ\v~º!³LwÇüÉÚL£üõ"
  b"ï É\fSLE|ìóîä­_ò╬"
  b"éϨê?ºEi˜L%Ö-\x13ÐÆ"
  b"¤┘´(W¨O\x06«\x1F▄¶¸ÅùÖ"
  b"""
    QŒJT›ŒOP‡a?|\n
    ň\f
    """
  b"Z˜lðó’IY´½éa.\x04VE"
  b"F\x03äÅ/2MÞž[š¥‚\x07¢\x00"
  b"O’m¨œ³EŸŽÍWžÈ$Ìý"
  b"×îZçk\x01Dš¹Ž›O„N©?"
  b"_É•ó7“EÄ»b\x1Då4¾¿¬"
  b"\x1AÌ\x00ÓDéôÅ6­ûbÝ)"
  b"“õŠ=ÈûC$“ÛýÛ\x0E¥¤\x1E"
  b"s-╗PóÀN\x11ìºT╝\x03«Çd"
  b"DÊØðu\x10A\x05ë2!çÎM¨{"
  b"ª>\x15EBŸIͺ¢\x19\x12*#J?"
  b"\r\x06‡Ž„\x15Oš‘\x1CŒ\tn±®."
  b"|”„øü=Nýž€‡e#£\eô"
  b"\3º-\tb@╚¥úwúÅ÷_9"
  b"Ù€}›¨)E¿¹Ž@Ó"^”A"
  b"OX´®McL:µ\x1D}¶9ãuÐ"
  b"É~LnçËL\x12•ƒã¯R`l¥"
  b"\x07\x10Ó Hž„¯†‚7¤Ž*"
  b"\t2…°J'¬¢@É1=›8"
  b" \x07›ª¥\x1FK^´e}GÒ.7Å"
  b"þq\x1DéÏ!H¬–¸\x1DÉ\rB\x0FG"
  b"\e\x10\x07PCä§6\x18Ä“ÅR‹"
  b" │\x06Í\x1FÉLPº¯¨ûÿÈ\x10\x08"
  b"²LdÐ\x07,D\x17êè±-Ø\x17"
  b"Cø!¸Ô/K,öE¦«ü:aÔ"
  b"ÜÅ:Û\x08"Bi¼sÊ\r±cNa"
  b"ã¹j\x084\x06Fuî»Å¦6¾Þ°"
  b"ÉÄÎT\v(@H‰1^$Þ\r5b"
  b"Ǿ\x02´7¿CÆÀFÅ╦nBS¨"
  b"e\f\vü*<Mq┤J\x18?╩æò│"
  b"Ý…¹œ)¹Jƒ§\x15EOIÈÅ„"
  b"\x11ø$´K\x7F™"Nb7`r×"
  b"¶¨┴FdTE│òP6)ì┐~*"
  b"Y¶7gëù@Ä‚Á€Ž¿e\x1D "
  b"§–Þ÷Ž…K—¹»»ÒXo%Õ"
  b"žydôyßN<›.]À¾\e¬7"
  b"‹!ÑÉ/ùFtªFª™ctŒ\x01"
  b"\x16ÀsáãÉC3¶\x03R„MâÉ/"
  b"7.█ó\x00_I:Áþ\x1CQ©*ÁØ"
  b"Ϫ‚\x1FeóI\x19¬(o}1ê©l"
  b"HPýÒ\x12›BŠªQÜæ\x13%µÍ"
  b"}NN¢¯ÕFž¢ï¼¢uw_ë"
  b" [ósžÄB3’ß¾ÓaÏEb"
  b"r\x17{ÉõQFFö3×çF¨æå"
  b"9屉iéJøµå¥\x0F§2V\x13"
  b"p\x14Ó\x10ÕìBÖ×¹ß6qz»L"
  b"_û©¾╦ÅI┌ö*╠═Ö^H@"
  b"\vß‹nÿ\x00I\x1D\x07Hê&Õ\x18f"
  b"ôr\x15nQñG\x02†  ŒVŒ><"
  b"»M\tÃ\f\x12Hâ·„„+»Bû>"
  b"ØÏBd"cLn›SÕƒ,i‰Ý"
  b"ÅR÷¸▒iG╠╗30ýaAÓ`"
  b"²äËã»\tD\x12‰BóLâ3\x02Q"
  b"\x14%ıÍ2fKÑÇúF\voì8¸"
  b"³ˆ\x0F\x01Ÿ%@O¨PÎ~2륅"
  b"ü┐~Õ´║@\x16å/\x141D¥─L"
  b"m5\x11BÊ„J<®WŽ@ypÇÊ"
  b"\x01qþ┘Ë¢M$ü\x03Ø‗_\%│"
  b"\x12²Ð`{\rF\x1D–E"\x08è7å“"
  b"‰>\3cØMnµ9 HO¹(é"
  b"\x15\x1Dv"2MCº®†“tÏ\x08––"
  b"¦}b²¤™L–’’É°ë‘ñR"
  b",Éü>ø┴N²øü\x1F\x01¾0cÐ"
  b"ïŽò´Ì\vFÚùäÄWš\x13æ"
  b"®\x11chTrE\v‘8Ú°›îÅÍ"
  b"ì*Lï/ÈA_ïQrĦL█5"
  b"`y©½LnOÙ©=fè˜r¦^"
  b" Z_Ì(ìD(¼l/H‘™QÏ"
  b"R║│>\x13┬AÓØD═À¦\x16ÞÑ"
  b"Ûf+<%]B‹¨^0_QÓŒ3"
  b" ¨i;\x10å@Þªi£Ê¯ÅJ}"
  b"q}ʤçfL>¨Á\r½÷Ý}¼"
  b"|Ø#ᤊH\x04šÉZ®i²zÔ"
  b"ª¹õc0EI’“ƒ…Àh’¿­"
  b"\x16\x05Eó■AÀìZ°▒\x10\x01╔═"
  b"ó6‰æž\x0EH\x11‘ŸÔ=|øãY"
  b"×´áÓÏ█M¸Üôüê▓Ú@ú"
  b"axâ#ú\x7FC,–E?-ë«\x10"
  b".gC¢À³B “?qMÀ*ö¾"
  b"QòÝÃ┌ãF\x04\x1DïBü÷ËP"
  b"V\x05ˆ‹uîA\x00ƒ¦ˆ]¿ÈÖX"
  b"˜'9™”\B\œ¯h–pŠa\x00"
  b"ä┬ó\x10\x06ƒL▓ªJÅÿM,IÝ"
  b"Âæ]█(┘B_û\x17\x1D\x13├«"
  b"Ëç¨\x1CM\x0FA\x1D¤Qû¶ Ñ"´"
  b"ù?\{â+M’¢\x03âÞ&Lk®"
  b"±Ý¡ØA:E°ùq┴ÖG\x06Ðè"
  b"──x╣ØÛMv¬eã­B!\eE"
  b"W\x13\x086_TGp f\x06m–&}$"
  b"Û\x19_\x1D…­@¸Œ\tZt"ulÇ"
  b"Ú+IMýSM{öV┬Îh┬Øô"
  b"A-ýòÖòO>œéy¨tÚÜM"
  b"öc_»mgDì³öÜ6Rxv\f"
  b"½¬Ê╩~·Je┐ÙØ\x1A├»¿\x07"
  b"]¬™ñ€3DÛˆ¬šð\tˆ÷s"
  b"аґ‹ÅFj›™ó<ÂÑþ9"
  b"ŸÏËÈ;ñA`½â—þ\x08w§;"
  b"΋þom·Lo‹Â÷\x15BS0±"
  b"\x1F7\x15òa€FO”è\x04Õq#il"
  b"…¹ÐöDZIPƒÂ^%Ì=Qó"
  b"N8òMfs@Á­ß[Òä(Èý"
  b"o.ü9×ýN"ᦥ\x19æ°"\x18"
  b"IÉÃB9ÁEòº£+‚\x1A\x05’Ä"
  b"f^\x17DÖ6F§ž¯\x13 ÞƒL*"
  b"–?©éU«BF²\x06\t’³C^8"
  b"¦\x1AÉ┴GÊJ─êSJ@‗¨\x10ò"
  b"‘î´@lJJ¢ž R¨íb\t÷"
  b"PO\x00¬ÑÈC_½ºPbW¾î\x01"
  b"""
    §$ûbÇžO÷¾•\x04\n
    膋?
    """
  b"\x02 }²fC¨®ÚGÇá‘Ûç"
  b"\x02µ\x12s\r¸HψøèÓ\x01PJ˜"
  b"\x01ó„q¥®OêºíÊ™Cyc;"
  b"\x04W\x1A¶ÀiE0‡Ñ5˜u!oe"
  b"\f¾\x08e‰šC`¾6?»\x01\x7F"
  b"méWÞP\x18DʘGw¾°Â"%"
  b"""
    öWf<-…Lÿ¸\x07dƒ“z\n
    
    """
  b"\x17`!\x12YCGsاtu2¦õD"
  b"ºáF€þÚC}¹þÄfˆ€…²"
  b"Õ¬ß}*}D\x12¿Hž\têlÉN"
  b"g/\x16«òûB+¾¦=·þ‹\x07;"
  b"ïœ]\e2\x1FO7€SÞ.”+ \x14"
  b"…ssÅ÷‰N_˜x6OÄS\x13Ì"
  b"º$£ü,┬L ÁÆÄÌ'±╝j"
  b"\x08[3Ò/sNœŠ3Xªîo’¤"
  b"""
    HVþÞO¡G„·\n
    Ým.åãP
    """
  b"Á[K>ù¨GR¾‡s5\x06®½¼"
  b"Ð\v»-D\x1CGï¿\x07lÔðÝ÷ò"
  b"┤6\╝ð┌I\x13Ø"jQ\x0F\t\x01>"
  b"¹<\f\x14╩ùG\x18ü¹VVÓòIZ"
  b"y=¡c^\x04N`ø┌©Ø=╔µA"
  b"\x00ì¦Å\fB6â_\x1Fj┼²#ê"
  b"TWÃ\tž#E{±z¹ðDÙ8Ë"
  b"/\x11Íû‚†Kç®(U\x19éN=º"
  b"~U9\x11+^O\x05Š–’wUE` "
  b"ö\x1C0·ÒðLY×»\x07ö:▒Kü"
  b"PîÄrö;C™º¿þ«c\x1Fû\x15"
  b"\x03½FÜDšžƒ\x05Ûpá8T"
  b"X]šk\%E0¾Ž–X”Ùô·"
  b"z7”sQ1C@–²Ü;„–\x13"
  b"I½»\x02z\IãºØÓØ╣┌Ò+"
  b"8¶Þ\x1EZ)DÚîÀ,cÉ\x05Vz"
  b"Ťö={ªBf¡╔¤┤Á?ù~"
  b"ÛÐÙ\x01Â!H©¬9\r\x1A­ÁJƒ"
  b"骩y“uEdµÉÚÙ\x1A®k["
  b"+ç½?Ì*C¿ìÂåÁL/¼Î"
  b"\x16Ã\x05òDÅF\x1Fɳ▓&┴Òw³"
  b"t$Ûð╔ÅC\t┐ö>í\x17`\f"
  b"-:žò#ÀF\x05³û\x0F\x1CÝ»È\x13"
  b"YR\x0FåªìKZ°šÞe¡\x07ÆŒ"
  b"-Ž÷¬ `Kœžà6bNÕÆÈ"
  b"‰(b/®BMÚ¿\x7F¦•¬\x12ÀG"
  b"?\¡R\x0ElG\v¶²!òP´ø6"
  b"\x03®\x11^ø;Jø€±zß%§P7"
  b"\x14àÜY@mK\x04Ž,×~\x1Ea\x13"
  b"MˆU/©šL+¡ò©É2î‹E"
  b"\x117\zàœOp‹Œõ·Û#\x18·"
  b"îw€†={EÌ UªäçŸæ3"
  b"ä\x11¹ÅínIÔ¼4\x1A\x1FkN:\x1A"
  b"Ê7|ª[SD0“Z^qqËK­"
  b"ü¿\n\x18NÛK¾ëÐÐ\x00P#├þ"
  b"º¨U$pxOé¡àñöôê³:"
  b"\x07\x0E„ƒ$¶LÌ¿–Àó¢RÿQ"
  b"*T|\x12LŠO0»B÷çWìK‹"
  b"S) €\vßL»œév¶ëv³»"
  b"╠╝ç8þ▀GÅùI\x06\x0EWVóÎ"
  b"뮋…¦)K/«îò\x04Û”.\x11"
  b"Å p)èîBEñ´\e.w¯\x16\x03"
  b"½ìfe97C´”¥—,ÿ\x16]w"
  b"""
    &vQDÅõI\n
    ‰{Û¶t•æ\x1A
    """
  b"³\x0EH¼qWK▒øEÞ░Pü\x1An"
  b"÷Ì÷\x19«õ@&³Ð£ì\x7FoýX"
  b"\x7F.ıÿÊ#M─ÂA┴5üþ8U"
  b"®u„>_ÜI\e´°N4\x1DÝçl"
  b"Yµ¯&UF\x17 \x15\x16·ÜëæÈ"
  b"¥jìÚ\x02@@Rüøa\x14-1]Å"
  b"ÞÈ\x1D▄²\x19NÉ¿²{X­b─*"
  b"Åý\x05PFªL÷Ñà¹░k^┌Í"
  b"|s—ãÿíAµ§µÞUÚ5Fs"
  b"\x0Ek_wá\x15GØ┐âXZfܱ$"
  b"\x1A|,²\x7FyB\x17…zDjk<—c"
  b"r\x00r\r\x08ž@“œH#a\x14\x06\rz"
  b"\v]Ø´lîI$ƒ¾¤k¯þ¯|"
  b"c³%cèICqì\x11È▒▒à:K"
  b"b\x00`ûnàKOÅ°▀\v¡ õ,"
  b"Øgæ\x02\x15SA┤▒QTýR║\x0ER"
  b"l7î½N¾Iö”µÔ¸p’¥U"
  b"\x08¾ãÛ\x1C9B\x14º˜Ù³S\x1A²8"
  b"Ž’v"‹PO!™¤aæé’©Œ"
  b"8hÛmµ&I[£\x1AçbÉu½Ó"
  b"-v;\x06\x1FCL\x0F™pêß!¨è›"
  b"ÛòÀlìùK™’¨\x08L\vݦ\x11"
  b"M"G™9‘@½½\x05òÍ<xäù"
  b"´5d±YåC>©—}¥ö€ia"
  b"nª¾ÂK)B梢\rÅ·/åÎ"
  b"JIŠì\x1A\x1AG*šÖ'ž¯ß\vÃ"
  b"j×—$-yMÒ­eÑNªIÏÛ"
  b"7s\t¼Ø#E\x0E‹Šë‘¼ôFX"
  b"š˜Uƒ·%@\x01\x05£D/Ì›¡"
  b">╠â~\x01,C▀¢\e\x15Ëü³~¸"
  b"¶▄a┌╬:C¬│µ├®ÉåM¡"
  b"\x1FB`¶•õBÛ°\x02ÈɃ…Å"
  b"\x05Dda›¾I͘øîõ±ZëE"
  b"¼õŽ²ÛÃCפ(ÀÈz\rXO"
  b"Kse\x0EžßN\x19’O\x00²ÛOj0"
  b"r└+\x13Ê8NzÂ\x1FÁB#É"3"
  b"Rl2M\x0E\x1C@½±íQÑžJîY"
  b"cìë7J@H\x01ö┬ÈV>ƒá½"
  b"•X¥\x10‰^A\x1D¶¯iì¨d\x0FÔ"
  b"Õ—yhê@NŽ‡^¢àýýØ>"
  b"UjY.«zBô´¿3ôfÈö±"
  b"Í(ÒgµSCñ³M\x1A]ú,GÇ"
  b"É)6_ä¨Hp¿ºÅ>¶\x05"
  b"u):ò╬ÍLUØK¹·ªÊ@╩"
  b"´à0üj;C„¸y)\x07Qz¹\x18"
  b"DñÙðß\x1CNiì\x14G ±t°A"
  b"h\x12\x17ü˱AU‡\eÚ‡>Pc·"
  b"\x01ËY@\x12¢KU‚ÔõKÓÀf¥"
  b"e┼Y9^;HM¼│╦9gì5l"
  b"á°ÉQsÿNÙ¡ÓS╗¡▒\x0FA"
  b"Ë4\fNH´KåœE\x16Íåt]&"
  b"""
    'AߪW9B\eì\n
    @\x05\x12·2ü
    """
  b"³¤ \x1FãƒNÕ¨\x07HG)58›"
  b"\fk\x07ÂKK╣jñSlüY÷"
  b"…á\x13'‹[Bò—·ÿlš-Àg"
  b" Rbgô┼@µÅ¦¢Ì8÷àn"
  b".C\x06ÎJ\x06M@‡U"Èd¥§ä"
  b"#At\x7F…nKÌ®¿W¥³\f\x01E"
  b"\x11'ıfLÛGIÅWnÛVÌû]"
  b"‗bù\x01óÚLɼs┌\x05\x13©ãq"
  b"M*ÞÍåðG°Ø\x16W7ý┬àÄ"
  b"\r50)®\x05OpŒËÂøg8y<"
  b"¹š¯.\x04ôKñªÿ•:ÑÈ6{"
  b"\v“µqÆLHG³ë‚ˆ‡2c\x11"
  b"&¡╣drúAûæ¥ü╚\x1F4]â"
  b"\x18╦TËáÜN]ôÉ c\x12}¬q"
  b"òø\x14œz\x7FJc„\x16\x12¾;é\x037"
  b"'\t\x16п\x0FE╚║pVëêØ£─"
  b"M9¶;q~F»¥…J?QPí;"
  b"¨É│\x05\x1F6M§Üã\x08]Ó¨gú"
  b"3÷ Y®8FS¡ÿÌü¨Ùî8"
  b"s\x1A†\ÛYE\x19•aQô\x03="s"
  b"\x03‚*\x10‚‰Aš‰Iz¼»$s3"
  b"\x13Ù˜)UÍ@ð¦n‚÷ÞÜšî"
  b"•w–éÑäIo¢ÁÝGÏðG&"
  b"KU\x11Ë]÷F¾‹4ܨ»Eðñ"
  b"Ø\x7F\x1Cœæ\x7FOı%„\x10Q\x17)#"
  b"›6³7ÎdMCªK\x16À6â\x01ô"
  b"i┬IÝ┤ãFRÅÎØ\x01}\╠b"
  b"u±‚áÔJN8‚\r0Xå\q²"
  b"+B£a\x19¾HXª nL\x15\fc_"
  b"\x0FQ®7\x01\x13J‗ÿ\vÐä/╬üÑ"
  b"Òu\x07²ÖZGF“\x02±%O±õÖ"
  b"ŽžÏB˹Oå°or1Z¿\x0E¦"
  b"Ū\x16óÄñI┌¢I.aÊ\x12╗ç"
  b"\x14\x1AT\x15?\x1DBZµ#\x11©]eJ)"
  b"ÖØÌóm"Jå¹½——ÂHª<"
  b"¯^ıÓ\x1AÖEGÇ ÀçÅ×╣╗"
  b"0„.çý Oi”\x1Cy÷®¸õ>"
  b"ÒìXü¥\x05Jð²\x18\x13\x1Ee”"
  b"¹á Ø┐┤Bª╝õvXCÆðF"
  b"…2\x08®5fE'˜µüE IGÒ"
  b"Äʆ蝹AÔ¢\x1AŒÒ_-2K"
  b"î>PsÏÈ@ ‰»›ÎD‚½Õ"
  b"¯\v\x11h\x0FùFh¦:ÿ\x1E·âYy"
  b"¯S¡µŠ@Lµ²w\x7FöM>Á“"
  b"(#²\x1EðP@╔░Z╠ü\x01\x13"
  b"üMâ\x1EëèGî±Íå,ííÊ]"
  b"\x03ŽŒ3Ä©Eà„¯¸P\x15sÚŠ"
  b"ž6L±7ÜA5»Ž¹\x04\x1C"
  b"«s\x1E╚¶hA;┐ìOÎ\x06╚Èk"
  b"_(#\x00\x08ŠH‹‰Áü%Â\å("
  b"\x0FÅÄx€>E»¶Œ‘G}\x15˜\x13"
  b"±ï–›¸ËMȳÌôüÑÕ%Í"
  b"8‹]߆MBT·­\x17Ä}e\fò"
  b"4ò╬É║┐NÖåtб*ì«Ó"
  b"""
    ª­>\n
    ñÛA]˜D\x05ï{¹X­
    """
  b"¯9øzº\x12@£–\x13\twT#VÎ"
  b"îLrì[ýI9ÂUÜ",¬ |"
  b"þCâlô»AŸ…q?Ʋ2‘U"
  b"""
    ÅKÓè:ÙMÏ‚IO>\n
    ñ\x02\t
    """
  b"\x1A°┴jÒZM\x7F┐Ñæì▀#¿Ý"
  b"çrëIž¶Nü¸\x05K Ä\x7F:\x1E"
  b"\x15\x14ƒü©ÏGœ¢!bÆä°jç"
  b"\x06§k8®ØH\x1E¥M7Ž\x1EÎYš"
  b"~Ã┼OünC\x04¡£À\x18\x1E¦i\x14"
  b"±Oø§¢ñ@©Š\x0FX\eã\x12³¹"
  b"AF{/•k@× \·+•ÓPM"
  b"\x10ä¹F7zMsºÅ'\x08ó\x04\x14Ø"
  b"ÚI;\x07â¾J\x1CÉ:²9!á╦["
  b"""
    \n
    \t£&¨0L¨…õ=cÙ¡(\x0E
    """
  b"ã\x7F_\x12\x10PH\x0E®óç¹Å·‹ÿ"
  b"""
    ‡ódLåQE0±9lÙ\n
    \x0FÊE
    """
  b"í”ÓM¶\x04JŒ£ÁN\x11ú\x06·»"
  b"\x07üϺJ LÂé\x03«║ÁñÔ¶"
  b"oUG¾SùAd“÷Zè\x06W}»"
  b"œj<\x02§9O¢”]Ù;á\e++"
  b"\x18ýH¡êEš¬^\f3\x17ò}µ"
  b"ùWÚàçûI—¬‘CG¶\e"
  b"Y®íå\x07‡Mد¢*\x0Fj\tÜÅ"
  b"¦Ð¨aF#EЪ î©\x05?@€"
  b"ºÅR\x032×G╠ì┼TP¸î]Æ"
  b"\x16›`Ýa„KÖ¡\x14<aè×B€"
  b"\x12\x19¦ž~1@’’\x02¶¸\x14”Œ$"
  b"\x7F¹DPżD\x18¥`%Üjq­("
  b"Ép\x19\r9úD÷¼©…L[4ÒT"
  b"Ý£ìcc*M└Á;*C\x02·6W"
  b"uèJ»½uM\x08¨¹9\x1Ff@õ{"
  b"éû6~DHA\e¹)éÓMTê\x14"
  b"ºû»\f †L£²4ßÕ\x03‹ž "
  b"▓hÉ:z8N÷¥VM╠ƒ.Ó®"
  b"ÍUËn└╠HªØï\x02k┼1#ò"
  b"""
    \n
    \x1C\n
    ú▓O[┐▀ıú\x12¿┼Ø
    """
  b"┘þó.\r\x06D╝à;│5±Øñı"
  b"ŽŸ¦­¯ÅIꛈ#ë;\x15k\x16"
  b"H\x03ñ>;ÞKJÉ\vOÏC\x1C"
  b"SªNãÈ,A\tÉdòy\x7F&8m"
  b"£ß\^)¬DG¾MTâÀl˜\x13"
  b"@¡éöÊ╝AÒ┐\x14\x15‗µ\x1DÕì"
  b">│}╚w¢Füâ▓)ü░\vT┤"
  b"\x7F+\x08‹¹lFʼøà\r¯9”N"
  b"C\x14~Ê9MI±¶·\tTy½€»"
  b"'\x1F̤o™@̳´’\x12m1õ¢"
  b"#\x12È=WÎIƸû`-ƒ\7½"
  b"/‹2F³œA\x04«\f§ø8)\x16j"
  b"\x10ˆ1&È\x13@0ŽŒ¹<þÞ¡["
  b"w‚\f\x1291Kÿ…%\x037\x08–¥ñ"
  b"óìà¯W\BßÀ┘\x04╣,áX\x7F"
  b"ÿô¦U\x02@KyŒ­žß\e\ï."
  b"t:Ær%╔IüªÀ\x1FJtå\x0F¦"
  b"§\x11JHI3Iîº\x02QR¡©Í\e"
  b"ç ü)ibEtòÎj─Z┤ñ\n"
  b"FùvÓ˜©J1®‚G~ÓÄ&?"
  b"(«K\vÑgF\x01ª7¡\x17—ñ‰‚"
  b"j>×\x00ëä@óØý*°²:i2"
  b"™«Ê‡0oNw¹/\x0EvjuQ\x16"
  b"àYDòÔDL§º§niz3\x0E"
  b"Œ&þ\x08É^F›‘“É\t,)\x07˜"
  b"ုÑÃ?Gë¼p\x0F{\x01éÌ¿"
  b"ÐÎXżID\x1A¼æðÞ!íb\x0E"
  b"úg<7ÚžN\x1E‘Ö\x0E‰9z®ô"
  b"†bÂã²\vB¨£Z\x11F\x1Cå$•"
  b"0-<ÊÆûHŸ†/î“+Mȯ"
  b"i\tCFŒžF7¯}F¿\x19žNT"
  b"\x06\x15Ó\x15²ÒN\x03\x12Qjº€õ“"
  b"¿ˆc°³ðB\v¦NEî·%R\x14"
  b"´JnM•»O0‡o/uñ–îm"
  b":╠ËSN\x06Aüà\x02:<½y»\n"
  b"#SÃ×ÅçM…“ʸy+B„Š"
  b"Ø塸’óA ½!LÉ\x11+]±"
  b"%¨üŹ^Oãä½┘AmG█4"
  null
]
75 4.47 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\f\x03àJÀKKì¦\x08ø„LÄlW"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"*¤]–aàOE¬GïOU¹€X"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"\x15W\x05\x15\x17KKݽnš,×p\x0E)"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"\f“œ6IUJކ̷‘Ì)h\x14"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"wY!|høKG®¹Niæ\x18„'"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
]
76 0.36 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%"
  30
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
]
77 1.86 ms
# product-listing-route::loading::search-ids
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"Éy{\x19bKC9«±€k¼ÃVÄ"
  true
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"*¤]–aàOE¬GïOU¹€X"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"wY!|høKG®¹Niæ\x18„'"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
]
78 53.76 ms
# product-listing-route::loading::read
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`, `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`, (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.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"`ù’TîxB\x01–äêÑÏ\x13"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"*¤]–aàOE¬GïOU¹€X"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"wY!|høKG®¹Niæ\x18„'"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
]
79 1.16 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"Lkë7╔$MJ«\x16Ë3ÅÏ£"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"kýr├mÅC¢ê²ó´6Î5\f"
  b"öA‰¾ó\x01Ai‹ÔEY†¹õ×"
  b"öÊFUݺI¢ÆÍØ¥┼»i\t"
  b"kýr├mÅC¢ê²ó´6Î5\f"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"\x14\x004ÅGµò;█HÕ]»ô"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
]
80 40.54 ms
# product-listing-route::loading::association::prices::read
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Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"*¤]–aàOE¬GïOU¹€X"
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"wY!|høKG®¹Niæ\x18„'"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"DoÐæµTK®…EȶÐ1\x19]"
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
  b"ªª³*Í=D=Žww+\x04eKc"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
  b"8G-JI*E/¼=)&\v/”÷"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
  b"K\ebB<¶B—‚\x11 öBn×â"
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
  b"""
    ía\x1D¯…}FÉŸ\x19à¶\n
    A"\x14
    """
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
]
81 0.41 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"
]
82 6.99 ms
SELECT DISTINCT LOWER(HEX(psm.product_id)) as productId, LOWER(HEX(psm.product_stream_id)) as productStreamId, LOWER(HEX(lolicg.id)) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg.product_stream_id = psm.product_stream_id AND lolicg.mode = ? WHERE product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY productId
Parameters:
[
  "product_stream"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"*¤]–aàOE¬GïOU¹€X"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"wY!|høKG®¹Niæ\x18„'"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
]
83 1.85 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.lenzOrderLineItemCommentGroups.mapping`.`order_line_item_group_id`) SEPARATOR '||')
                  FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
                  WHERE `product.lenzOrderLineItemCommentGroups.mapping`.`product_id` = `product`.`lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping`, `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 (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` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"`ù’TîxB\x01–äêÑÏ\x13"
  b"""
    \x01Ø~,\n
    ò@┤¼«Y0§═v÷
    """
  b";)¦\x0Eœ«Gþ¶µô0\x055ú`"
  b"*¤]–aàOE¬GïOU¹€X"
  b"\x06û47U\x1FAHªéåXMQÆ\x13"
  b"JQð–\x1AÉE\x12½ù¸Åé=®^"
  b"\x03/Ôk‰+Cõ‰ÍŠû$2º½"
  b"\x19ÇÖÕ7©I\x04ù³\x1E3ÛÍ;Ø"
  b"±▓éËY▒CÄÀbÁÉõÒ\x00,"
  b"\x04\x03v~FÏ·äÌTgéÕ\x17"
  b"\x06\x13ìº[(H¤³Õ†ºT}/Ü"
  b"\x15}2\x11\x00:CРµEuêZäk"
  b"<ã=\e?zM3¡Ø┘n× \x1D÷"
  b"\r\x12g7LÃMç°ÆògÊ÷.h"
  b"\x1F@—¤M‘IÊ»\Hj\x0Eü\x1A0"
  b"'€B–s\fEK“Ó“©ŽýGä"
  b"\x10æ╔§ÚtCÃò,LɪJ¤ "
  b"\x17\x15R{.\x1DI\tŠÛ?\x15úz–0"
  b"\x1D½'L4ÁG›¾…_[uGc`"
  b"\x0F3›’9ÖGL‚)'®¢ã„ó"
  b"""
    \t"]A\n
    ¥Hú±7ÒÈ…*T³
    """
  b"*°5š—¦Eð£x\x1E[^q5\x03"
  b"wY!|høKG®¹Niæ\x18„'"
  b"\x1EέO±\x18GÑ—8\x16üeÄ7Æ"
]
84 0.17 ms
SELECT `lenz_order_line_item_comment_group`.`id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group`.`mode` = ? OR (`lenz_order_line_item_comment_group`.`mode` = ? AND `lenz_order_line_item_comment_group`.`product_stream_id` IN (NULL)))) ORDER BY `lenz_order_line_item_comment_group`.`position` ASC
Parameters:
[
  "all"
  "product_stream"
]
85 0.31 ms
SELECT `lenz_order_line_item_comment_group`.`id` as `lenz_order_line_item_comment_group.id`, `lenz_order_line_item_comment_group`.`position` as `lenz_order_line_item_comment_group.position`, `lenz_order_line_item_comment_group`.`mode` as `lenz_order_line_item_comment_group.mode`, `lenz_order_line_item_comment_group`.`type` as `lenz_order_line_item_comment_group.type`, `lenz_order_line_item_comment_group`.`product_stream_id` as `lenz_order_line_item_comment_group.productStreamId`, `lenz_order_line_item_comment_group`.`created_at` as `lenz_order_line_item_comment_group.createdAt`, `lenz_order_line_item_comment_group`.`updated_at` as `lenz_order_line_item_comment_group.updatedAt`, (SELECT GROUP_CONCAT(HEX(`lenz_order_line_item_comment_group.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
                  WHERE `lenz_order_line_item_comment_group.salesChannels.mapping`.`order_line_item_group_id` = `lenz_order_line_item_comment_group`.`id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping`, `lenz_order_line_item_comment_group.translation.name`, `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name`, `lenz_order_line_item_comment_group.translation.description`, `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation`.`lenz_order_line_item_comment_group_id`, `lenz_order_line_item_comment_group.translation`.`name` as `lenz_order_line_item_comment_group.translation.name`, `lenz_order_line_item_comment_group.translation`.`description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation`.`language_id` = ?) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation`.`lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group`.`id` WHERE `lenz_order_line_item_comment_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"æ±ÄW¾\x1FEm¿mk¤\fŽÂ¡"
]
86 0.27 ms
SELECT `lenz_order_line_item_comment_field`.`id` as `lenz_order_line_item_comment_field.id`, `lenz_order_line_item_comment_field`.`type` as `lenz_order_line_item_comment_field.type`, `lenz_order_line_item_comment_field`.`pattern` as `lenz_order_line_item_comment_field.pattern`, `lenz_order_line_item_comment_field`.`step` as `lenz_order_line_item_comment_field.step`, `lenz_order_line_item_comment_field`.`position` as `lenz_order_line_item_comment_field.position`, `lenz_order_line_item_comment_field`.`min_length` as `lenz_order_line_item_comment_field.minLength`, `lenz_order_line_item_comment_field`.`max_length` as `lenz_order_line_item_comment_field.maxLength`, `lenz_order_line_item_comment_field`.`required` as `lenz_order_line_item_comment_field.required`, `lenz_order_line_item_comment_field`.`configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice`, `lenz_order_line_item_comment_field`.`configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber`, `lenz_order_line_item_comment_field`.`line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId`, `lenz_order_line_item_comment_field`.`created_at` as `lenz_order_line_item_comment_field.createdAt`, `lenz_order_line_item_comment_field`.`updated_at` as `lenz_order_line_item_comment_field.updatedAt`, `lenz_order_line_item_comment_field.translation.name`, `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name`, `lenz_order_line_item_comment_field.translation.placeholder`, `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder`, `lenz_order_line_item_comment_field.translation.description`, `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation`.`lenz_order_line_item_comment_field_id`, `lenz_order_line_item_comment_field.translation`.`name` as `lenz_order_line_item_comment_field.translation.name`, `lenz_order_line_item_comment_field.translation`.`placeholder` as `lenz_order_line_item_comment_field.translation.placeholder`, `lenz_order_line_item_comment_field.translation`.`description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation`.`language_id` = ?) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation`.`lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field`.`id` WHERE (`lenz_order_line_item_comment_field`.`line_item_comment_group_id` IN (?)) ORDER BY `lenz_order_line_item_comment_field`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"æ±ÄW¾\x1FEm¿mk¤\fŽÂ¡"
]
87 0.22 ms
SELECT `lenz_order_line_item_comment_field_option`.`id` as `lenz_order_line_item_comment_field_option.id`, `lenz_order_line_item_comment_field_option`.`position` as `lenz_order_line_item_comment_field_option.position`, `lenz_order_line_item_comment_field_option`.`value` as `lenz_order_line_item_comment_field_option.value`, `lenz_order_line_item_comment_field_option`.`configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice`, `lenz_order_line_item_comment_field_option`.`configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber`, `lenz_order_line_item_comment_field_option`.`field_id` as `lenz_order_line_item_comment_field_option.fieldId`, `lenz_order_line_item_comment_field_option`.`created_at` as `lenz_order_line_item_comment_field_option.createdAt`, `lenz_order_line_item_comment_field_option`.`updated_at` as `lenz_order_line_item_comment_field_option.updatedAt`, `lenz_order_line_item_comment_field_option.translation.label`, `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation`.`lenz_order_line_item_comment_field_option_id`, `lenz_order_line_item_comment_field_option.translation`.`label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation`.`language_id` = ?) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation`.`lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option`.`id` WHERE (`lenz_order_line_item_comment_field_option`.`field_id` IN (?)) ORDER BY `lenz_order_line_item_comment_field_option`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶]:ô‗HFÀºÉÆ¥}\x1A\x1CÉ"
]
88 0.35 ms
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.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 (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` WHERE `sales_channel`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
  b"ɦõ¿\t‚D±±&xÃjí,Q"
]
89 1.60 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    ía\x1D¯…}FÉŸ\x19à¶\n
    A"\x14
    """
]
90 1.09 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"DoÐæµTK®…EȶÐ1\x19]"
]
91 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"à─Å\x1C╠│N¶çÃv\x03\x1Dv¥Ô"
]
92 1.08 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"èEž¡þ\x15AÕ™\žº¢K½®"
]
93 1.14 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¯\x08\x7FêC¯Žv²µÀ£´N"
]
94 1.12 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÅÞYà\x1C\fJ’šó;E˜mäÛ"
]
95 1.06 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ñ…qá“\x16E€§¹\x15|b\e\x1C\f"
]
96 1.11 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"±²ç¥ñ™F¸Ÿå”Déµ\x0Fê"
]
97 1.06 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Š@BG4ÜKç´\f\f\x11\x19g"
]
98 1.03 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"<\x1F=°¯<H‘²–¨T–ÖÛº"
]
99 1.11 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ªª³*Í=D=Žww+\x04eKc"
]
100 1.08 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ç│µ-╣CGáì\x0Eÿ¿\x7F╚Ôý"
]
101 1.05 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"æØ\x04îÚzJhê\x01ÂYÒy└\x12"
]
102 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"M³Ú:hoJìôe\x1A▓Ú}dË"
]
103 1.02 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¶\\x03\x13KeŒ¥þ\x07\x05¶½7"
]
104 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"K\ebB<¶B—‚\x11 öBn×â"
]
105 1.04 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    É&èí\n
    xA­ˆT9¸=Ö\x01´
    """
]
106 1.08 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"â¦]˜Ó²H½‡/¼œ†\x1E"
]
107 1.05 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"H~ÑIÄÙM§§©ò}¹Õ\x08:"
]
108 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"´\x1Fo\x14,¦Aͺ¸1¦N\x06"
]
109 1.08 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"8G-JI*E/¼=)&\v/”÷"
]
110 1.05 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÌÓØ€\x12ªBÛ»°Õ\x14c¶&¥"
]
111 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b".˜{\x18L\x19LÉ»àžƒú\x19c‚"
]
112 1.07 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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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 (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` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x15D\x1F¾¥¯A▒É\n
    HYBÍ╗J
    """
]
113 0.74 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"\x10s$¶êLMñ„÷µïa5‡¸"
  b"\x11@°ñ¥×O\x1Cɱ▒ÁB¿2{"
  b"\x13¨Á'A[N3Ž'lÒ½¦ Þ"
  b"\x14\x004ÅGµò;█HÕ]»ô"
  b"\x1A/¯Ù£îH¹¶ÿw\v\x16òæ\"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"\tc`╩Aëï\>\x13Ń\e\x16"
  b">¶Sª¿FJǵ\x1CÚx\x14_K¿"
  b"Lkë7╔$MJ«\x16Ë3ÅÏ£"
  b"kýr├mÅC¢ê²ó´6Î5\f"
  b"r\x1E\x05Íå┘Hhɦ:┴╚Ïë\"
  b"""
    s"Ð]Æ\n
    G\x18¡:t\¤«Kw
    """
  b"|¦IrüòNÓç\x15e0\x13©╝\x00"
  b"\x7FÚ╬Ì à@zê¼^tä¸\x17Å"
  b"ƒ'/Å\x0FˆDW«êRjŽf|º"
  b"“ݲ%b A{½ÿôWñ-2\x1F"
  b"öÊFUݺI¢ÆÍØ¥┼»i\t"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"Ùo\x03@3°Džš—u\x17qb¶æ"
  b"ÒÁ└Ñ3©F&ì÷#═é\x19½╦"
  b"ð]£åSúNs·ŠŸÑW\x03¡j"
  b"ó|Ñ·¹PN׆ú›:œ\x19²\x02"
  b"öA‰¾ó\x01Ai‹ÔEY†¹õ×"
  b"ö_†Ý%àM¨¹þ÷\x19>|¢b"
  b"¸c½x\x02lOüú+:þû\x13"
  b"ú\x08´þ¤jCwœ"T7Îi§n"
  b"\x017‰ÔñÃF掆=ëeÕ\x1Av"
  b"\x05SR|ßgB┬»ØEmà³$¸"
  b"\x05╗├pþÝEØç«XºkÊ▒\x1F"
  b"\x08¢K╩üYG\x12î■Ñéí·tþ"
  b"\fB=v,D@R¸jëy;®õ¶"
  b"\f¾®Æ3$DPŒ…í¤\x03\x10{O"
  b"\x0FÐ\x11ÆJxK4”Wü\x00£ük("
  b"\x0Fõ\x19Íï»L:˜k1\x0EDœóŽ"
  b"\x13'\r~b’Mø™\x03#h³¹Qq"
  b"\x18yäçì\x16Ge¤Äênn’É\x01"
  b"\x18╣Ø´╚ßJ§®‗┤ÐWÊÍ\x1D"
  b"\x1D9<\x1Fn³L—„û×úhÏu4"
  b"\x1D†‚Û:AI'¼¾ÓÃ\x02Žn "
  b"\x1E\x17·2QÎHɬT÷ÉU»ÍÊ"
  b"\x1E"“ôm…GdªëÉg§n£D"
  b"%6­Ê(´C¤³Ç½ªq¥É\x08"
  b".\x00\x0FFÿ G<å\x1Düÿ,╚Ü‗"
  b"""
    1ϨßqÿI͈\n
    è/\x12DbG
    """
  b"3├ÏÀØÍC╚½Æ¶Ü³s╚["
  b"8˜Ñ\x01?UKA„¿ÿ¼îoªu"
  b"8Þäžì=K¿»x%÷\x00*§¢"
  b"<?â)ÂjA\rÑ\x00o╣jü¬Ü"
  b"=~¸äÖ\x05KA«•cVZÜâç"
  b"A\x08{\x03þ\x00KüÿUµ)É]\x03\x00"
  b"E<ª$¼aOѱr8\x0FYöðœ"
  b"Fâ§9¤ÆB2¸CßQfœ]„"
  b"W\x7Fô┤À}E\x13®_+É├ÄÄB"
  b"c™\x7FÂ|\x04CѨá\x15_C»\x1CÈ"
  b"e▀Ö0Å÷C▄×*▀]\4\x15Å"
  b"f4µ¼>sA׺*ºÞíü¯\x04"
  b"nâøÉPÝF¹‰‹‚ì·5q"
  b"wýî»\f\vBJÅc|T\x1C/Vu"
  b"y1\x07˜0—F›¸fˆœçq‹Å"
  b"}÷Å}¨╗O=¬½ôfô>f×"
  b"€â\x0EöÛHFq¡\x02¬6¬ƒ_\x19"
  b"ä\e▓▄´╣F┐Ñؽ╣6║│B"
  b"†µ’—\vILo–8ˆðpVž\x0E"
  b"ï└¿\vàòB8▒1┘UØ╝Û£"
  b"Å‗A4¸¡C\ç8źÕ─ÖD"
  b"Éí=ö3?AG×é|fûkBä"
  b"Ø┬DNÓ°IÐ╝\x13\x19ZL4]$"
  b"×SØJPiF\x05£╗┼n²f7\x10"
  b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú"
  b"¢]ÙÇÖ\x1EEXŸ¨ƒô±amì"
  b"½ã\v╣<ØFMÆ}\vÅ\x07µ¾ú"
  b"³\x1F`uW³Mn¥»\ršÚpñq"
  b"│«g\x03"wHHü\e╦Ø\va`"
  b"Æ\x02\x15_OX¨AêH,ä̇"
  b"ÌÕ¨w¾èAv•<d¥†\vm\x08"
  b"×]_<•VIÿ„VÏ(vؼ¶"
  b"""
    ã¢H\n
    \x17ŸC`±*öÁ"ó½Á
    """
  b"é\x18ßÑrRBd…Û\e—ß8_×"
  b"ê.6\x13™•L°±V¯}Mï\fÜ"
  b"ì¹\x18×å\x16O\v²ÿt§åñÑü"
  b"ðC\x18\x0EGŸ‘|¹\x06\x01Šñ˜"
  b"ó$“à!±OÕ¦§`\vµ‰à\x1F"
]
114 1.24 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x017‰ÔñÃF掆=ëeÕ\x1Av"
  b"\x05SR|ßgB┬»ØEmà³$¸"
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"\x05╗├pþÝEØç«XºkÊ▒\x1F"
  b"\x08¢K╩üYG\x12î■Ñéí·tþ"
  b"\fB=v,D@R¸jëy;®õ¶"
  b"\f¾®Æ3$DPŒ…í¤\x03\x10{O"
  b"\x0FÐ\x11ÆJxK4”Wü\x00£ük("
  b"\x0Fõ\x19Íï»L:˜k1\x0EDœóŽ"
  b"\x13'\r~b’Mø™\x03#h³¹Qq"
  b"\x13¨Á'A[N3Ž'lÒ½¦ Þ"
  b"\x14\x004ÅGµò;█HÕ]»ô"
  b"\x18yäçì\x16Ge¤Äênn’É\x01"
  b"\x18╣Ø´╚ßJ§®‗┤ÐWÊÍ\x1D"
  b"\x1A/¯Ù£îH¹¶ÿw\v\x16òæ\"
  b"\x1D9<\x1Fn³L—„û×úhÏu4"
  b"\x1D†‚Û:AI'¼¾ÓÃ\x02Žn "
  b"\x1E\x17·2QÎHɬT÷ÉU»ÍÊ"
  b"\x1E"“ôm…GdªëÉg§n£D"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"%6­Ê(´C¤³Ç½ªq¥É\x08"
  b".\x00\x0FFÿ G<å\x1Düÿ,╚Ü‗"
  b"""
    1ϨßqÿI͈\n
    è/\x12DbG
    """
  b"3├ÏÀØÍC╚½Æ¶Ü³s╚["
  b"8˜Ñ\x01?UKA„¿ÿ¼îoªu"
  b"\tc`╩Aëï\>\x13Ń\e\x16"
  b"8Þäžì=K¿»x%÷\x00*§¢"
  b"<?â)ÂjA\rÑ\x00o╣jü¬Ü"
  b"=~¸äÖ\x05KA«•cVZÜâç"
  b"A\x08{\x03þ\x00KüÿUµ)É]\x03\x00"
  b"E<ª$¼aOѱr8\x0FYöðœ"
  b"Fâ§9¤ÆB2¸CßQfœ]„"
  b"Lkë7╔$MJ«\x16Ë3ÅÏ£"
  b"W\x7Fô┤À}E\x13®_+É├ÄÄB"
  b"c™\x7FÂ|\x04CѨá\x15_C»\x1CÈ"
  b"e▀Ö0Å÷C▄×*▀]\4\x15Å"
  b"f4µ¼>sA׺*ºÞíü¯\x04"
  b"kýr├mÅC¢ê²ó´6Î5\f"
  b"nâøÉPÝF¹‰‹‚ì·5q"
  b"r\x1E\x05Íå┘Hhɦ:┴╚Ïë\"
  b"""
    s"Ð]Æ\n
    G\x18¡:t\¤«Kw
    """
  b"wýî»\f\vBJÅc|T\x1C/Vu"
  b"y1\x07˜0—F›¸fˆœçq‹Å"
  b"|¦IrüòNÓç\x15e0\x13©╝\x00"
  b"}÷Å}¨╗O=¬½ôfô>f×"
  b"\x7FÚ╬Ì à@zê¼^tä¸\x17Å"
  b"€â\x0EöÛHFq¡\x02¬6¬ƒ_\x19"
  b"ƒ'/Å\x0FˆDW«êRjŽf|º"
  b"ä\e▓▄´╣F┐Ñؽ╣6║│B"
  b"†µ’—\vILo–8ˆðpVž\x0E"
  b"ï└¿\vàòB8▒1┘UØ╝Û£"
  b"Å‗A4¸¡C\ç8źÕ─ÖD"
  b"Éí=ö3?AG×é|fûkBä"
  b"“ݲ%b A{½ÿôWñ-2\x1F"
  b"öÊFUݺI¢ÆÍØ¥┼»i\t"
  b"Ø┬DNÓ°IÐ╝\x13\x19ZL4]$"
  b"×SØJPiF\x05£╗┼n²f7\x10"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú"
  b"¢]ÙÇÖ\x1EEXŸ¨ƒô±amì"
  b"½ã\v╣<ØFMÆ}\vÅ\x07µ¾ú"
  b"³\x1F`uW³Mn¥»\ršÚpñq"
  b"│«g\x03"wHHü\e╦Ø\va`"
  b"Æ\x02\x15_OX¨AêH,ä̇"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"ÌÕ¨w¾èAv•<d¥†\vm\x08"
  b"×]_<•VIÿ„VÏ(vؼ¶"
  b"Ùo\x03@3°Džš—u\x17qb¶æ"
  b"""
    ã¢H\n
    \x17ŸC`±*öÁ"ó½Á
    """
  b"ÒÁ└Ñ3©F&ì÷#═é\x19½╦"
  b"é\x18ßÑrRBd…Û\e—ß8_×"
  b"ê.6\x13™•L°±V¯}Mï\fÜ"
  b"ì¹\x18×å\x16O\v²ÿt§åñÑü"
  b"ðC\x18\x0EGŸ‘|¹\x06\x01Šñ˜"
  b"ó$“à!±OÕ¦§`\vµ‰à\x1F"
  b"ó|Ñ·¹PN׆ú›:œ\x19²\x02"
  b"öA‰¾ó\x01Ai‹ÔEY†¹õ×"
  b"ö_†Ý%àM¨¹þ÷\x19>|¢b"
  b"¸c½x\x02lOüú+:þû\x13"
  b"ú\x08´þ¤jCwœ"T7Îi§n"
]
115 0.51 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\x05£\x18)”ˆOwŒáû×\x13Ö\x16Ä"
  b"\x10s$¶êLMñ„÷µïa5‡¸"
  b"\x11@°ñ¥×O\x1Cɱ▒ÁB¿2{"
  b"\x13¨Á'A[N3Ž'lÒ½¦ Þ"
  b"\x14\x004ÅGµò;█HÕ]»ô"
  b"\x1A/¯Ù£îH¹¶ÿw\v\x16òæ\"
  b"\x1F¾╦Oã‗B¼ü¼║»T\x19Ï\x10"
  b"\tc`╩Aëï\>\x13Ń\e\x16"
  b">¶Sª¿FJǵ\x1CÚx\x14_K¿"
  b"Lkë7╔$MJ«\x16Ë3ÅÏ£"
  b"kýr├mÅC¢ê²ó´6Î5\f"
  b"r\x1E\x05Íå┘Hhɦ:┴╚Ïë\"
  b"""
    s"Ð]Æ\n
    G\x18¡:t\¤«Kw
    """
  b"|¦IrüòNÓç\x15e0\x13©╝\x00"
  b"\x7FÚ╬Ì à@zê¼^tä¸\x17Å"
  b"ƒ'/Å\x0FˆDW«êRjŽf|º"
  b"“ݲ%b A{½ÿôWñ-2\x1F"
  b"öÊFUݺI¢ÆÍØ¥┼»i\t"
  b"Ÿ•aŒ\x18¶Oé«V¸q¡T,Ú"
  b"╚®\x01¬ìCMøÜX;\x197\x1Ce\x11"
  b"Ùo\x03@3°Džš—u\x17qb¶æ"
  b"ÒÁ└Ñ3©F&ì÷#═é\x19½╦"
  b"ð]£åSúNs·ŠŸÑW\x03¡j"
  b"ó|Ñ·¹PN׆ú›:œ\x19²\x02"
  b"öA‰¾ó\x01Ai‹ÔEY†¹õ×"
  b"ö_†Ý%àM¨¹þ÷\x19>|¢b"
  b"¸c½x\x02lOüú+:þû\x13"
  b"ú\x08´þ¤jCwœ"T7Îi§n"
  b"\x017‰ÔñÃF掆=ëeÕ\x1Av"
  b"\x05SR|ßgB┬»ØEmà³$¸"
  b"\x05╗├pþÝEØç«XºkÊ▒\x1F"
  b"\x08¢K╩üYG\x12î■Ñéí·tþ"
  b"\fB=v,D@R¸jëy;®õ¶"
  b"\f¾®Æ3$DPŒ…í¤\x03\x10{O"
  b"\x0FÐ\x11ÆJxK4”Wü\x00£ük("
  b"\x0Fõ\x19Íï»L:˜k1\x0EDœóŽ"
  b"\x13'\r~b’Mø™\x03#h³¹Qq"
  b"\x18yäçì\x16Ge¤Äênn’É\x01"
  b"\x18╣Ø´╚ßJ§®‗┤ÐWÊÍ\x1D"
  b"\x1D9<\x1Fn³L—„û×úhÏu4"
  b"\x1D†‚Û:AI'¼¾ÓÃ\x02Žn "
  b"\x1E\x17·2QÎHɬT÷ÉU»ÍÊ"
  b"\x1E"“ôm…GdªëÉg§n£D"
  b"%6­Ê(´C¤³Ç½ªq¥É\x08"
  b".\x00\x0FFÿ G<å\x1Düÿ,╚Ü‗"
  b"""
    1ϨßqÿI͈\n
    è/\x12DbG
    """
  b"3├ÏÀØÍC╚½Æ¶Ü³s╚["
  b"8˜Ñ\x01?UKA„¿ÿ¼îoªu"
  b"8Þäžì=K¿»x%÷\x00*§¢"
  b"<?â)ÂjA\rÑ\x00o╣jü¬Ü"
  b"=~¸äÖ\x05KA«•cVZÜâç"
  b"A\x08{\x03þ\x00KüÿUµ)É]\x03\x00"
  b"E<ª$¼aOѱr8\x0FYöðœ"
  b"Fâ§9¤ÆB2¸CßQfœ]„"
  b"W\x7Fô┤À}E\x13®_+É├ÄÄB"
  b"c™\x7FÂ|\x04CѨá\x15_C»\x1CÈ"
  b"e▀Ö0Å÷C▄×*▀]\4\x15Å"
  b"f4µ¼>sA׺*ºÞíü¯\x04"
  b"nâøÉPÝF¹‰‹‚ì·5q"
  b"wýî»\f\vBJÅc|T\x1C/Vu"
  b"y1\x07˜0—F›¸fˆœçq‹Å"
  b"}÷Å}¨╗O=¬½ôfô>f×"
  b"€â\x0EöÛHFq¡\x02¬6¬ƒ_\x19"
  b"ä\e▓▄´╣F┐Ñؽ╣6║│B"
  b"†µ’—\vILo–8ˆðpVž\x0E"
  b"ï└¿\vàòB8▒1┘UØ╝Û£"
  b"Å‗A4¸¡C\ç8źÕ─ÖD"
  b"Éí=ö3?AG×é|fûkBä"
  b"Ø┬DNÓ°IÐ╝\x13\x19ZL4]$"
  b"×SØJPiF\x05£╗┼n²f7\x10"
  b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú"
  b"¢]ÙÇÖ\x1EEXŸ¨ƒô±amì"
  b"½ã\v╣<ØFMÆ}\vÅ\x07µ¾ú"
  b"³\x1F`uW³Mn¥»\ršÚpñq"
  b"│«g\x03"wHHü\e╦Ø\va`"
  b"Æ\x02\x15_OX¨AêH,ä̇"
  b"ÌÕ¨w¾èAv•<d¥†\vm\x08"
  b"×]_<•VIÿ„VÏ(vؼ¶"
  b"""
    ã¢H\n
    \x17ŸC`±*öÁ"ó½Á
    """
  b"é\x18ßÑrRBd…Û\e—ß8_×"
  b"ê.6\x13™•L°±V¯}Mï\fÜ"
  b"ì¹\x18×å\x16O\v²ÿt§åñÑü"
  b"ðC\x18\x0EGŸ‘|¹\x06\x01Šñ˜"
  b"ó$“à!±OÕ¦§`\vµ‰à\x1F"
]
116 0.30 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"\x01Ž\x7FM~=\x7F4‹›9é-•®ß"
]
117 0.50 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TonurPackstationApp"
]
118 0.33 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"
  "SwagInsiderPreviews"
]
119 0.18 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:
[]
120 0.29 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"
]
121 0.36 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"жÀÃ\"N§±ëhBþ\x18"\v"
  b"┼µ+~\x1DáE\x11╝üÂM±HcÛ"
]
122 0.25 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"""
    ~çÿ#$DJ;‰:k\n
    KrÊ:
    """
]
123 0.24 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"
]
124 0.30 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"жÀÃ\"N§±ëhBþ\x18"\v"
  b"жÀÃ\"N§±ëhBþ\x18"\v"
  b"жÀÃ\"N§±ëhBþ\x18"\v"
  b"┼µ+~\x1DáE\x11╝üÂM±HcÛ"
]
125 0.37 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"
  "TonurPackstationApp"
]
126 0.33 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"
  "TonurPackstationApp"
]
127 0.21 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:
[]
128 0.13 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
129 0.10 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"‚?•(…iK~…OÕ‰_'o8"
]
130 0.16 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"Éy{\x19bKC9«±€k¼ÃVÄ"
]
131 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
132 0.48 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"‚?•(…iK~…OÕ‰_'o8"
]
133 0.72 ms
# breadcrumb-extension::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.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"Ý\x13cqÿŠA]¿“Ö¶}uQT"
  b"üõžÕa1Brœ/ÖvŽ\x07 ‹"
  b"íí┴┐ìöMØêc8eª¤ç¼"
]
134 10.35 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/a1a1c1bf8d944d9d88633865a6cf87ac"
  "/navigation/1907e9e73a6140d48c10e82b8986f46a"
  "/navigation/dd136371ff8a415dbf93d6b67d755154"
  "/navigation/ba7ed83336394da8930566d49b4de149"
  "/navigation/cbb24f1af9244e028a0938e666c610b5"
  "/navigation/24b95ccd531748f5afc5068be20da281"
  "/navigation/42da0fb4a6b94513b7324449d2f8d38e"
  "/navigation/048c04a37c044b458c4b53e1639ac684"
  "/navigation/bdbd064a44a64f59937c38355880e47c"
  "/navigation/34853de8085a4331a985153ae7e06a99"
  "/navigation/1f3914931da0480fbceeb3a8be226d82"
  "/navigation/974139cf286744e68bf708b488ff3452"
  "/navigation/0d040cd9f03b47bfbdbedbc08b22c8ad"
  "/navigation/118f588ee1ca4166b28245ef6b365994"
  "/navigation/3005ecc96fd5419dbbd41975c91f06b6"
  "/navigation/bc59a74e78cd43bbaa078ac025dcb250"
  "/navigation/4ab4a9e00ec54be1971ec8ad6e1183f7"
  "/navigation/36d15c30011f407388088ef87ee9232c"
  "/navigation/fff99fed97f44cf7a50082b81e809003"
  "/navigation/e08b896c36ea495aa65599502c35b26a"
  "/navigation/49ae35f71f794a149ba089f5d4466713"
  "/navigation/b7d1509d27634c86ba2e8e464d3c9ecc"
  "/navigation/f919637e76a04e8ca11d12c4f15816e4"
  "/navigation/10da6886459b407ebaff8bfa4b2f4f77"
  "/navigation/e2c35b2e9de14b629ab167a28f1172ce"
  "/navigation/aab6c262f2794234b885236fe09bea90"
  "/navigation/fcd9fbc81d3849fabd65f2adf11fd59c"
  "/navigation/ec742202a1064ee1b37c74e6d76265e6"
  "/navigation/bdf5e705952b4ac98ee9cffd7710ea50"
  "/navigation/dc84ac0fa35c4894835e330d54cde97d"
  "/navigation/34f3c3851b614b2a88c61921b7936217"
  "/navigation/792ada28f8b94dfb965e82fb2b035a84"
  "/navigation/7633ab0d117e4c698ca6203a0b871503"
  "/navigation/05aec327c38d404999a84ce5b02beeed"
  "/navigation/31929c4aca794860a2b9492cfb1cdf06"
  "/navigation/e47d435eea744852a1a539dc21a67bc2"
  "/navigation/fd502fa0e15946f08ffacd095814c498"
  "/navigation/65ea8ed6e6dc4576ba4454623940ae4c"
  "/navigation/25ab5d627bae4eab91e4c81465c2b426"
  "/navigation/d97cccacd7734165a653686db6300e7c"
  "/navigation/92e0f126d11f46e2b1ddadc7e1390221"
  "/navigation/c8b0a587ec844a44b939fb87fcde4b9b"
  "/navigation/95006e0dd1b34675a9ef8735d8f87322"
  "/navigation/cadb07cff8d742be8bd519d02af4feeb"
  "/navigation/d90dc7bc495242b0b45f25e64eab3905"
  "/navigation/27276ff9b66c49779e636d0f8d0873e8"
  "/navigation/41d0fb66e3fa4352b6fdc498d14fcfd7"
  "/navigation/cbc47faa8f40411ca8345b7bb4cea2d8"
  "/navigation/ecd4664f2ca945eebca80e78d93b003f"
  "/navigation/dfcea501bba549e0a75a3691a6af4b74"
  "/navigation/073a75fa5d7b42beb765a0400f83962e"
  "/navigation/0a8b60f712bc485c8d8ff78049bb7739"
  "/navigation/62cc073d246c4a669324649021be6baf"
  "/navigation/bf3e609b320741a990d761ec9e2de0b9"
  "/navigation/c7668d71cd8a4764853b442fec2afcc9"
  "/navigation/10ef53b389a74ece8fffbf30ce58e00c"
  "/navigation/fcf59ed5613142729c2fd6768e07a08b"
  "/navigation/1d4688f3b37646b68623248e645ed963"
  "/navigation/8066b5e214934c6f9f1f03a667a9352c"
  "/navigation/8bce970746c24e44a8557229debc1da1"
  "/navigation/c8b6ade8e5a048ccbe255ebbb98ff70f"
  "/navigation/4b76d6ab35884666bb36bf784678c45a"
  "/navigation/f8cb95ce97c348338c705260dc01d305"
  "/navigation/018ad5872d807c1fabfc908aeb09e3eb"
  "/navigation/f6f252f2f32c42428d3776794ae04768"
  "/navigation/2f563f9736744705a1c56c7727434e3f"
  "/navigation/f44f47b30d6f451da5871d92e32459b0"
  "/navigation/d797a3c21eba456abb893db9ceafadca"
  "/navigation/e3b3f88433be411b911399b24a853846"
  "/navigation/3ccba5fc7c8740368843d98469812c6b"
  "/navigation/ccf4d1256b434bd2bf25198dc72f7529"
  "/navigation/6a744a43a013490e8eef51a30267fd8a"
  "/navigation/635db790c24849a18cbe662a90d5a248"
  "/navigation/eb5eaa18caa04bf7989578da2ca75bf9"
  "/navigation/4ab56dfc179f426b8d59e20b15a22adc"
  "/navigation/5172e1f72590416ba9623450b682e80f"
  "/navigation/bd43aff4d02548c59e2a1310417bb73a"
  "/navigation/bce01b4a97bb4044a367b1489e31c810"
  "/navigation/15c28ef21eee41e9bdada43d1004c157"
  "/navigation/bbd3a1f02cb44661a3f9c43760ec3e66"
  "/navigation/625a0eb122cc49569de6dafe206ff188"
  "/navigation/eb587a44eed546a586a64e69bb859b96"
  "/navigation/7f6a70658ab84cd18cc57ee3b87a2f76"
  "/navigation/a6e8e2bcce1b42d6b1769574c9f5d045"
  "/navigation/c39a6f098e084e5eac13ec59c9461020"
  "/navigation/ba5368c01e8e45e8b4501f8470d12662"
  "/navigation/0520a53eff894e8ebccf6d6c278e2a96"
  "/navigation/b600098231fa4fd6bd58100f9a65a453"
  "/navigation/3a5414a473d748d7a10445391de69708"
  "/navigation/82cab4fb79d14f128e5da45ecc6af456"
  "/navigation/8b5ed33542c7424a989ee6b4d28339f9"
  "/navigation/87cd6306de584056a486824a87f60933"
  "/navigation/10a587eb5bb545de90d47c45fc961672"
  "/navigation/8c59d56f433446db9c461de8f6d3da91"
  "/navigation/1cceb80a0b3e45399e90094933e08d72"
  "/navigation/d6bcff8f4f2641c8839f610f30a3048a"
  "/navigation/206b2861fe304c9aaa37c4614130d950"
  "/navigation/3d2226282268481790ee83ba514d134e"
  "/navigation/bb435d76fd2943fd8d9a8ac041b04dac"
  "/navigation/fb8da6bb72fc467b9ac1b080235dd28b"
  "/navigation/4d7e6a9cde8747c5baba9de732b9f815"
  "/navigation/ea11a0b4ba374b5399ee054026568387"
  "/navigation/a44db969c8854b6ca997d4f9939354c4"
  "/navigation/c7703551a8844c4e8b46efd162288b2c"
  "/navigation/a8b6673b61494a6c9659b7173be75eec"
  "/navigation/1dfd25bb95a248bbb5337f6c5054cf4d"
  "/navigation/0a3dc3c863af4ffe85378bc0a1108561"
  "/navigation/019348e621dd777c8f1ac30e519eacf4"
  "/navigation/f3d7a4c951b44cf6a4863cb901409bf8"
  "/navigation/3dfd4f4235cc44e28c3405c39d30d571"
  "/navigation/1b54e15842ac43bc8e4adb0e196d3cf8"
  "/navigation/3cc4a07264dd462392f993510b19a130"
  "/detail/60f99254ee78420196e4ead1cf134de8"
  "/detail/019d7e2c0a9540b4acae5930f5cd76f6"
  "/detail/3b29a60e9cab47feb6b5f4300535fa60"
  "/detail/2aa45d9661e04f45ac47ef4f55b98058"
  "/detail/06fb3437551f4148aae9e5584d51c613"
  "/detail/4a51f0961ac94512bdf9b8c5e93dae5e"
  "/detail/032fd46b892b43f589cd8afb2432babd"
  "/detail/198099e537b8490497fc1e33ead63b9d"
  "/detail/f1b282d359b1438eb762b590e4e3002c"
  "/detail/27880403767e46cfb7e4cc5467e9d517"
  "/detail/0613ecba5b2848a4b3d586ba547d2fdc"
  "/detail/157d3211003a43d0a0b54575ea5ae46b"
  "/detail/3cc63d1b3f7a4d33ad9dd96e9e201df6"
  "/detail/0d1267374cc34de7b0c6f267caf72e68"
  "/detail/1f4097a44d9149cabb5c486a0efc1a30"
  "/detail/27804296730c454b93d393a98efd47e4"
  "/detail/1091c9f5e97443c7952c4c90a64acfff"
  "/detail/1715527b2e1d49098adb3f15fa7a9630"
  "/detail/1dbd274c34c1479bbe855f5b75476360"
  "/detail/0f339b9239d6474c822927aea2e384f3"
  "/detail/09225d410aa548fab137d2c8852a54b3"
  "/detail/2ab0359a97a645f0a3781e5b5e713503"
  "/detail/7759217c68f84b47aeb94e69e6188427"
  "/detail/1ecead4fb11847d1973816fc65c437c6"
  "/navigation/03fb0fb7c05048efac103d29ed136027"
  "/navigation/4e40de2a977a43fca0669b8a4dbb2b62"
  "/navigation/7dfbfba3e01045ab916630d181f5d2f8"
  "/navigation/515ee0eb9a0347f3822afc8a8d6a2655"
  "/navigation/9e7a1ae0d4a54da18062f482867bd42b"
  "/navigation/94b101fe334c49759e2a84028daab14d"
  "/navigation/b434bbcba7274ae5a1549c81aecf7d5e"
  "/navigation/2f0ac566bb644da4b65ee9d5a647c84c"
  "/navigation/8c4cfc606a63473994a5655c3c7ed083"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Éy{\x19bKC9«±€k¼ÃVÄ"
]
135 0.32 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"™†H“•Ø@†ºENX³û\fÓ"
  b"Ó+îûréCÜž×&Ì÷{\x03¢"
  b"õ8/óùgL╣ìé▄)┤Q╔\x19"
  b"\rÿƒ+GãK\x08šqK\v\x0FÓÖÊ"
  b"+”\x15\x07#rHÒ—>E\fI?N4"
  b"^±░═╚ðK'ä¹\t=ü‗)¬"
  b"ž\x07°Ž\x0F\x14F)†\x08¿\e¸\x07Å\x11"
  b"ŸP¾¢õ\x08@ö¢8üÂô}iÅ"
  b"º{"âRîCßÅàP.╣n\vı"
  b"Ç\x1Cb5\x17yLíºAnõq\x1AzR"
  b"Ú:Å »ŽFW§Ž›˜õeoÕ"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.