GET https://staging.aze-tuning.de/navigation/00000000000000000000000001724388

Query Metrics

141 Database Queries
102 Different statements
1915.78 ms Query time

Queries

Group similar statements

# Time Info
1 0.76 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.63 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.39 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.35 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 5.58 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 1.63 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"×Oý…¦®B瀭5TÌ\x15¼â"
  "Sportauspuff"
  "Sportauspuff/"
]
7 1.02 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.37 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.68 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  "qEvJLFWZzg8IdkYmx70vxnY2ROVUE5ix"
]
10 0.76 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
11 1.44 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
12 0.52 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
13 0.53 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
14 1.12 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.41 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Í‚ó¬›ÑÀßÊ"
]
16 0.79 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"×™"CH¤K‡§h×Ðè{î="
]
17 0.50 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
18 0.41 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"┬i\x10ºcÚAJìçCt\x12±å\x0F"
]
19 0.25 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 1.01 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" ìHê\x19¡C╚ø/UÑ×65>"
  b"%ªže¾\x14K\x00¬[’uÙ“eÝ"
  b"0ÞÉÍ\x0F\x1ENñàÉm\tFZ└\x14"
  b"=Ýóå{ÔH\t¿¬øƒ\x7F$ÑU"
  b"±\x1A­QXêMû—Ћ_¥“`õ"
]
21 3.45 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"c6)¿\x1AÞH£¯%x 3„lc"
]
22 1.37 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"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
23 0.32 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"×™"CH¤K‡§h×Ðè{î="
]
24 1.29 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
25 0.36 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "qEvJLFWZzg8IdkYmx70vxnY2ROVUE5ix"
]
26 1.35 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
27 0.74 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"\r\v]RóM—¶u\eiïÞúi"
  b"%(+A\x04vNÁ»R;Äè禾"
  b"W\x01\x18mA„˜\x12¥o¹p\x0F;"
  b"ZE5º4\x16M3ÉÎÆ»êòÅ@"
  b"e(ñg‰ÃFá¼ oô@â¦I"
  b"¯áBƒðþAò§…#ˆ\tŠpX"
  b"ÈŒ±ŒÜ\x13H8„™\x19À\x00DôO"
  b"È5\x04ì=þC┌┐cp%?!RË"
  b"òÇ\x15¿û\x00F¹´ \x17Ôk%åf"
  b"°i\t-æä@aògÏ#¬╦VÅ"
  b"öI\tì\x01¤F†¨¬Ùô«Y;È"
  b"|%\x1E+Á@Jš«\t\x19¾Âg\x06Â"
  b"\x01öÄ>;\x12sçØãu▒\x0E\x13"
  b"\x01”Ž>;†ql†ùEî\x02[\x14+"
  b"\x01”Ž>;–s;½\x01M\x1FeO¥\x06"
  b"\x01”Ž>;¦q€€W\x03ÕݾÞ("
  b"\x01öÄ>;├s[ù§U╔m¨╗É"
  b"\x01”Ž>;Ðq\x10ºqY\@̬O"
  b"\x01”Ž>;Þs\x15±"s^“ÞžR"
  b"\x01”Ž>;ðqù«(kÌW®5ß"
  b""ð3.ü<D┤öUOz´¯SÍ"
  b"5\x15®<0€O\x07°ü½1áfš6"
  b"9‹§\x02pÛE\x11ŽzÑ\x15Z“—\x05"
  b"<ضîG\x03N\x0E\x04†l\x08\x0E&("
  b"eÀ½ÆÓ³HTû╠üIäK‗├"
  b"z└╣6ÉyJ±ÁL╩xyù8Ð"
  b"Ç:ê²ú‗E±É╣ôµ2\x06\t"
  b"“#YWŸ\vH\˜ÆXÍ…¿\x1C|"
  b"›ÏÚŸN=B°¤Sª\x15zDHr"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"(3.N\x14(K\rüa0)wð¥ "
  b"Oéd´L>H;„ƒÇ‹ï>¤é"
  b"PT¢ç‘jBH–\f:tGp¨“"
  b"""
    |Ÿç\n
    Y£G–®\ƒ\x7Fû_&Ü
    """
  b"«ù·õ•\x01L²‚*Qˆ\x05@_\x0E"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"KK\x1E³ì┴H╬ü\x0FÔÀ@\x1C"
  b"\x05*ôNO\x10‚õT»W¶\x18"
  b"„ä6ÁÁFHy³ Z¡TÀ>d"
  b"ɶ±¿æÎN»Ñ\x7F\x15þI╝®ó"
  b"«Ñaµ…ÇFV‹4§ÄO1Òå"
  b"*ì'¾ç\x06G¾Áƒ·÷f©°ä"
  b"6-tä§—KÚ’±;zZÃ=‰"
  b"R$\x03ÊäÒHó™þ,Š\x19\x16†Å"
  b"p░¿Æ█oJÅòç\x16@±%h&"
  b"┬║ö│^á@zÉ╝m╠¼Ñ^j"
  b"ìÏb8e+E\x0E°,j¸pM\x15\v"
  b"A▓\x7F╝Õ[F ¿VǪÅ6_÷"
  b"~p)x\x11>J\x17µ,rN\rÔ3á"
  b"ÂJ“\çûH\x03Š{üÞ~ô³·"
  b"á=©X\x1AdIÙ­“3\x1F8ÀZv"
  b"¹\x12‚Î09Dí‰\x7F µû*a)"
  b"""
     \x1C%º£Ä@[é>|\n
    û\x07Ø:
    """
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  b"ÑÍð\x1EÛhN!ªØÉ;Í)OÍ"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"ô y"žÆ@ê´jõÞðõv-"
]
28 0.47 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
29 0.71 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.30 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.24 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×™"CH¤K‡§h×Ðè{î="
]
32 0.50 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
33 0.50 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
34 7.76 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  1
  5
]
35 2.98 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%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  5
  true
  true
]
36 0.68 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"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
37 0.68 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
38 0.49 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
39 0.32 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
40 0.32 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Í‚ó¬›ÑÀßÊ"
]
41 0.28 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
]
42 2.93 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  1
  4
]
43 1.11 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  4
  true
  true
]
44 0.54 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"\x00?UN‰ºDΙy\x17Ó±b…,"
]
45 0.69 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
46 1.00 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01A¯ÜA HþšMA*\x16—\«"
  b"c6)¿\x1AÞH£¯%x 3„lc"
  b" –\x1D¼É”A"†hd\x17nyÉO"
  b"▒H!»D¯F\x17░g┬Pü\x00\nõ"
  b"²\x10?“\x17ÒI†•)nc1Fâ¾"
  b"─m31OzIN╝l┼ÓòüÇî"
  b"ç™\x05úˆÜOO²e³Hÿ\x7Fùö"
  b"\x1D"\x02àyjMђɬ\x1Fäæîª"
  b"¨í_Ý.2Ié’³e\x07\x14\x08ÑS"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  b"ô´ÉÀ\x1A¢N¿Š\x04Rǧšôß"
  b")\x05ÉŽä-Nb’›/­O›¶"
  b"ìòÄIJ;K>ö)\x19ÚÎYÃ,"
  b"À\x7F\x7FX;\x07HÔ¤ìþÙŸ÷·M"
]
47 0.79 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
48 0.64 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
49 0.39 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
50 0.25 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"c6)¿\x1AÞH£¯%x 3„lc"
]
51 0.19 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
52 0.31 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
53 0.48 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
54 0.77 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
55 0.56 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"re´ÿg5K{¥HÃÜÅôía"
]
56 0.52 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"re´ÿg5K{¥HÃÜÅôía"
]
57 0.64 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"\x18G■uÖ█K÷½ö\x1E■ÿ╣Ø\t"
  b"\x17×BPM¡—4\‡<\x10ú;"
  b"9\x0F\x17÷ìäBë╝\x11=X6ð\tØ"
]
58 1.46 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"L¬TÛÝäA\fÅuÆ▒║‗\x15\x0F"
  b"\¹r\x11\x1D<Nkœ~æÿ-†î¨"
  b"sy²[\v\x0FK²µv°Qqv\r\e"
  b"Ã4м─£A6¬\x7F³¡óØ╬4"
  b"""
    ÍnºïU_N\n
    ¨SaÇ>E¡(
    """
  b"Øn\x1D\rBÿ@¸‰À3&¸Æe÷"
  b"H w╦¹­Eì┤`ù‗WY5@"
  b"\x17èæè \x12M›àŸúí`×y"
  b"mxý@\£Jrì‗%a±öO\x00"
]
59 0.63 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
60 2.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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|00000000000000000000000001724388|%"
  2
  4
]
61 0.96 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%"
  "%|00000000000000000000000001724388|%"
  4
  true
  true
]
62 0.46 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"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
63 0.42 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"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
]
64 0.19 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
]
65 0.33 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"°g└\x00ðeM·ìÈk■Á$öq"
  b"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
  b"ì÷;~®(JǺ\x18âµçãÂE"
  b"ï—\x7F„DèMÉ»®B\x1F>k»\x1E"
  b""\x05öBøtC¶û\x1AÅÐn\eâX"
  b"9b³ÒQõOì│╣¸╠╗E©×"
  b"P\x15>bÚrOg™T\x06 )\x19v`"
]
66 0.19 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
67 0.16 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
68 646.99 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) 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"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
69 109.73 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
70 80.93 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
71 1.17 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (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` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"‡ÊƒT\x04\x7FI\x16º¹³Èèd¦\x18"
  b"s\x01äQczOåÅ$/┐ÍO&¢"
]
72 514.43 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
73 32.44 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
  0
]
74 29.86 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
  true
]
75 213.08 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
76 83.59 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
  null
  true
  false
]
77 0.52 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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x160"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x14q"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x15"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x16\x19"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13ƒ"
]
78 0.66 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"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x160"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x14q"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x15"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x16\x19"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13ƒ"
]
79 14.29 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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x160"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x14q"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x15"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x16\x19"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13ƒ"
]
80 0.77 ms
# product-listing-route::loading::association::categories::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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01ÖDÉ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D’"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
81 14.76 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13`"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13ƒ"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x14q"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x15"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x16\x19"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x160"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
]
82 0.57 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"
]
83 10.32 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"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"\x11ìåOºjK\x11ô:[ýj£8M"
  b"QÿþòrÆEBù\x18è╠e1\x1Eì"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"åÆá \x05×K–´Ÿñæ\x13UÍ­"
  b"""
    \n
    ß3¿\x11ºG$¯È\x0F\x17\x04
    """
  b"XnØ\x11Ü2N║ñ\x05#òÚ\x0F-d"
  b"¥KELf\H5‚NäP\x15\x01"
  b"ÉÅ2mWš@|¹âÓ\x14Ž\x06ãQ"
  b"øSׯ\x05æOsŠ\x19\f\x18´ ÖŸ"
  b"M×Z\x1AÎ<Ee³ÿ¨:Ô‘\x1D˜"
  b"bÝG\x06/ª@†²Ú\x1Fn\x06£\ft"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"ñ\x15z'\x06ÐO^·°Qú̸ÈË"
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b"ˆôÖ\x12ø\x1CEF°'ç0\x11Åí`"
  b"µC_QÙwA\x03¼\x13+h1®CÛ"
  b"┌Ú}~É╠MåÜN╝└Zo+═"
  b"Ÿ–ÙmµòH\x7F—ª™Õ¼;LÖ"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b"A‡oU\x17/Nº¢\r.§Þ7Œq"
  b"µÄ2ºt▀Gyûð╠íã@úØ"
  b"\x08\x19\x1Eä\x16ÑDÔú¯Á▒Í▀ÏØ"
  b"ÝßÚ¶Ä)F§¿sT1Þo\x18ë"
  b"y¡4,j…OIŠ;Qï\x05qå¬"
  b"\f\x7FœØ© Gƒ™e6¬,¯x&"
  b"½™(2"ÿGh³½7F\x02nEè"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b"™Å¶Ë\x02}AŽªßÇ'v§GÂ"
  b"ZcçµRVM‡½è\x03²ŸNo½"
  b"¾ÞTb_eDŃ>ê!¯‚}\x1F"
  b"\x06Éh|HkDù–iòM\x04Ì¥¦"
  b"í-\x14J™bGÈ­÷Ñ=+\x03"
  b"e8dJ)õJH®– gOç­\x07"
  b"mÉ)I▀╝H:Ñ0│vrÔ┘└"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"Š 2"$ÖK\x1D¬Ìl}\x14žé&"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"¥öÕÑ\x1FwOíÅ\x1FÍöPeéÔ"
  b"çšsÝÛ¶I+žâ\x1D}­Jºa"
  b"„øb£\x0E\rD®®õ–!4^"u"
  b"fCºêÎçHLöæ=BÅu^\x1C"
  b"âg‘ÏØ\x07HŒ¯J°1©\x06\x187"
  b"""
    vÊ£ñF»GbØæg°╦\n
    \x01µ
    """
  b"\x7F¢%É6;G*ÖÒG└¹&\x19¬"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"(kq\x07±N@² »Il‘\x19£o"
  b"~"ÇиìLõØNm>×a└W"
  b"|ê½üÕäF|ù\x17┬ò¡)sÛ"
  b"4\tß̽\x0FJ.§•Ø2âÚ\t."
  b"\t\x19r\x04„¶O”š`›ßNá0\x1C"
  b"´wë\x0EÙ²AרÒ`r+ÖvÜ"
  b"Ï>ƒ(IâHØ£░ðÿ#ü§Æ"
  b"¬æJ}OòJÖÉn▓!ۢر"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"""
    XÙŠA¦\n
    L·°\x1A÷ÁϱG\x1D
    """
  b"\x14u\x18%I¼³é7,Û\x01\x04\x1D"
  b"Âëç\x05WÒJø’*\x17\x1An¼""
  b"½ºt½`\x1DBฒ[Çö™\\x7F"
  b"›RJóœvOš„÷Û\x11Î\x1E\x18š"
  b"÷Ë\x7F$É,MT«Í»ïbP¸0"
  b"ÓdA~Œ\fG\x06‡²{˜ÔWŠz"
  b"ãík\x02ï\v@"¢]Eb\x10P^â"
  b"sû¢1ÈËE»¹\x03\x1DF*·n©"
  b")\x01×\x13 ¾GŃ\x023cI\x04øc"
  b"^†3nÌ"FV¤\x19}\x08\x16ÞµK"
  b"–¶o\x18\x04úE\x01‹íI\x13}Y©^"
  b"æÁ┼~èAG╣äõ8õìRÊ░"
  b"û═g¦D¢D\x13ÉU)¥Ú\v"
  b"Wõ)ÙKÏH\x19³§~fmè\x08ª"
  b"ÜÏ\x7FëýoAmÅz4îG]­ý"
  b"/4/\x18­ZDØï8\x08ñ\x03µQ«"
  b"»Mä»Ì;@Y™íîÊj«Žž"
  b"""
     v§LıH¶Ø+\n
    ═8┤êÅ
    """
  b"\x15ž)2ZÓH,ª«º§fæ1m"
  b"á\x00c­FìAz‡I\x1Fáÿd\x12¡"
  b"8\x17\x05ظC╔ògÙ║î*╩ñ"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"š)Ðyæ{M‘—\x0Ev×î\x16"
  b"ÕZÉQã B›£\x1Aóó9¡Y#"
  b"òu…\x02”µDó¸´\x18[iQ\x05Ý"
  b"\x08IvÁBw’ 9o.m?/"
  b"\e,J[GøÅã<:§\x13\x1F¢"
  b"Ù·‹É0QAˆ·KY©Ïwb“"
  b"v┌dbÁàK³üÕBw\x12sP╠"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"[Þ=òá\fMdŽ\x13[L‡Š;s"
  b"""
    \x1Dò38—-K×¼7\x0E\n
    Ä{
    """
  b"Ê£;ºsUN\x13¼ ‡«“ˆÒ\x06"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"†ð\x04hV\x10AX•é!¢U‰\x1F\"
  b"½Si¹Ê\x08N\”AÀ¶|˜–å"
  b"\x176äÀÑuC×ü|°xü└\x11c"
  b"€Âw\x16\vàJ\x18•¬oR“:›©"
  b"¥lÐê\x02dD*œ\rl,%±‡O"
  b"æ¥x\x15\x05™C\x15…ýÒnãw\x01"
  b"\x19\f\x1FìA║¢½äÓSë)\x1E"
  b"ü>#Å£EFcªðL\x1C2]PÑ"
  b"┼═¹‗\x13\x03K×¼\x1Ewv\x04Kɵ"
  b"\x11ç–ã»ÿF=¯ÉídÿÎêâ"
  b"""
    ©Ž¼\n
    .ãD:›|‘áC\rÕÌ
    """
  b"""
    ªZÖ¤\x04#Kº¢§½\x05\n
    ]aÌ
    """
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"e½áùÚ¤Cÿ¬¨¨Q~Yûr"
  b"╩U\x01Õ░ÓO╚Øq8\x06`\x07\x13w"
  b"ݲ¶êÓ‹N<†yè\x1CCÕcß"
  b"Þw,\x05õqJÙ·f÷{,ÿ›\x16"
  b"]#ÑÝXÞC²É░Ë«\x07W‗ß"
  b"¯»¢Wº\x14D©·w\r!ëò¾Ê"
  b"‰nÁ8\x0FWN‹¡†|Ô+b\x08\x1C"
  b"©Ž'‘R“B;§\x00»Ö½ÎŽÒ"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"õ‘Üħ=No°{\x14rµ;a¡"
  b"›‡Ë¬î\x04Gç¶KU`–ïz\x10"
  b"É;Eh7³A└┤H ×¦UKÍ"
  b"\x1F{~>CvJ\x11’d\r”uÿ–7"
  b"·ƒd¿ÁÎNÛ‡\x12lé¶òíP"
  b"""
    ™tt‚\n
    ÒIv²\x19ý¬ž+DÊ
    """
  b"£Zøá╬uNüöÚ§^åaßo"
  b"\x10.EJæ║B)®\ròì\x13®6Z"
  b"±\x0E\x10ŒŽŒE×­»í\x1A^F†Ù"
  b"zmB÷\x0FîE¹ŒõA<æëf£"
  b"\x10N›ä\x16ýM¦¨Ñ·[gÚ«\x03"
  b"- ÞÃýÐKKš¡ôöŠy"Ë"
  b"«G¢PÖ FŸ³îxÍf»L\x13"
  b"▀═J¡r\x11N═èÆéøÉ\x17"
  b"æ┌\vÌ(,K▓ÆíÓ¼ÉðX\x06"
  b"…Õ?õî^@c¼´\x01\x10‚Ÿ\x0EG"
  b" ÇAp®C@M öŽß1Txh"
  b"S\tÑ\x12ÇÊC— Úà7rÒPã"
  b"§T\x01┌ø'Fcï└\x02ÄrÙü\x15"
  b"HrÓ@B\x06M¹¬\x1C[b³PF$"
  b"c9\x10╣¼│A\x1Cüt5\x1Dÿºþø"
  b"ÊÙ™“ä¢B@¯<´dñZq‹"
  b"+fºôN¤N\x17„xÝ\x07§“†Û"
  b"¢ßóéØ\x1EC×—žÜ—\v\x12\x07®"
  b"â.j0¨”FY¥\ÑYµ\r¡>"
  b"ã"\x1E\x1F¬J\x18®\x01~šÝi\x0E0"
  b"""
    \x10ìœ4eIHǼm³!\n
    \x0E†ó
    """
  b"Au\x0Fü╚\x08A#¥\x13¯O;p¶╦"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"""
    ¡\x1FýÐH\x05Hú«^ \n
    üVÚŠ
    """
  b"bG\x13ìT\x03E%¹ž¾-fW¨b"
  b"å³½ç╬yA,Á_Úüoó^!"
  b"}ÝÄe¿ÅG}Ø▒▄@A2¹7"
  b"¸ãaeéãM\x05¹ç…žÐŒd½"
  b"!/~lÑïK”„\x10އÿž¹ "
  b"\x00k¹ÅL├@xö0KV\x15à\x02Þ"
  b"\x06‘g±bÍB$¬Nk«¶ßK®"
  b"\eñÀOXÇAy’"\x1C^l}k\x10"
  b"ò̲®-ÉM\x03çzúv╗\x10N]"
  b"""
    Žùkªp\n
    O:šw†k=üÛÏ
    """
  b""SàÅg║AÚøÝ×Àl(0ü"
  b"‘¥_ÐxÜF„šï,©HÙ›)"
  b"\x02½6#+\rBæ©Yßy \x1Cݳ"
  b"áÔCØ\x02jI0âNBé1þí╝"
  b"¯]biš$O•¶·˜bi—\x18½"
  b"T'Ôª´§A&¸\x08¤\x0EòDùn"
  b"¡A▄HµpKçü$\x1FÁm‗┼‗"
  b"¡ýçæìÆ@╩ï˽¸};\x06-"
  b"¬Ñ\x1DkÊê@Äœ‚ªõÜ>œÉ"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"¡ÖKólNDî®.NAÉ3¿­"
  b";?‘€±q@ô©Bë3át‹o"
  b"X{­¸ùˆM¯Ž@\x1FF·¸%µ"
  b"╬ÈG#┴7ISë`Ø3╬ö3¾"
  b"æ?\x0FÅ\x00▓E%¢wÆM\x1E\x7F½~"
  b"Ò×Ä\x00\x1AÇK\x10\x1E½5h#Ïü"
  b"■H7=\x07µO¡éÅä¤ä:\x0FF"
  b".qãˆ]aH~Œ¬:’]Œ=À"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"<|æÉ\x10¹E˜ UšÀšc\e¸"
  b"Ý•ÑÒàÉH§‰´Z\x7F\f_\x07Q"
  b"\x08^AQØÑG¯·\x00\n’ÅÁÕŒ"
  b"q6\WßÔK”‡Ÿ\x17­BÖb·"
  b"½\x0Ft©ôrAB“Ü\x19’ýë\x01¯"
  b"y‘hªôb@õ š\x18\x16¿7*"
  b"à)f6§DBGšE<ï8–F."
  b"│}ÔüGÓL\x1D½Íí█J;Á7"
  b"\x0Eß@Ð@Ïšƒ«bƒrüÌ"
  b"áÝVìı:F■¬Ã°\f­´\x12\e"
  b"\x7Fúm\x01Hnúa\e±BÀü!"
  b"E1ÝÀÁ—NÙ¤\x10O²ìcÄw"
  b"ZåpbQHF.ƒB.VKäÁß"
  b"Bü‚\x11ß%B™«TðΟEÉP"
  b"dàƒEŽ”F¹­;&O[xÚm"
  b"""
    ×TîÁ\n
    D@OÉ\x03}§Äògp
    """
  b"¾wî5ÚVN+¥:3Ž•:\x08¦"
  b"\x07$\x08ü–RI)¦¦8WF\x1E\x1FÑ"
  b"޳OR\x01pKA±—sáÕ\x15ü£"
  b"ž”\x13\x06\x14I\x1C‹ôa'ÅRX?"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"\x08¬ù³7\x05Ez°6Fž)è„ñ"
  b"Í\x02»¢ckAN¹T.\x114\x11Ãí"
  b"ƒ²\x15¬ñ\x16O'•éɈÎ\x12žJ"
  b"¶T­É_¢Fr¬S¹1¾\x14Óü"
  b"À™½'G®D²”â`\x13Š#žå"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"Q`k½ÆQN˵:¿Ô\f\x1E•6"
  b"a\x11(K\x13fDNªÿÚ­\ÄYÍ"
  b"\x0F®ü─´ÓCCÅ-▒~}\vú\r"
  b"¬#8Æþ&C9ƒ\x02ªËFÎÇf"
  b"""
    å‹+ƒ(?M4¸\n
    7&š–ø¯
    """
  b"\x15Ü%\x19¬ÃKªÄhºu@ï´ü"
  b"""
    MeLK\n
    ÁOt”C«¦ÏC\®
    """
  b"ú”nA€QOq‹¿êÙ\tÝQ­"
  b"\x04óbDG«µ\t Nž"†n"
  b"\x0F”í’„ƒBA‘̵\x14Ë“El"
  b";|xÇ\~A\x0F´¢\x01ºý\x0Fެ"
  b"█oUü¦┬Ba│ÁÙ®Øø¯É"
  b"ólE‰+ÕF"¯\x0E¹ì9u¨À"
  b"\x05þ´\x04\x03@A]ƒ\x16ä\x02M¢Õì"
  b"Ãeºø:GJ¨·¹Ü>ïÜ\x11Z"
  b"ÊÉ"«­II£ÀåÄÌ\x04\x03"
  b"w”ÃgÖ\x06FڥΞàêi-¿"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b" êØ-ô±K§é#ôtÐ\x00Îd"
  b"\x05\x03Mk>=OSŠ¿LéI\x7F~\x19"
  b"Û\x19\f¯ö§J£§(ÌçãýãT"
  b"\x12nŸ°IAŠÚ@ÕX¬Yv"
  b"Ã~`kŽÑIÉžó…ÚýŽ>ª"
  b"Ðu\x1EQ░oK[¼Ø\x1F?gÑÛG"
  b"Ì\x1EJ6ùZLûÉ`/3┬╦[╝"
  b"└û¨v"åJÀ╝8ó&ü`Ðï"
  b"VFUœ \x00Aj£@C½µÃÐx"
  b"‹‚\x00 ¨+M%¼F›ëM$˹"
  b"\x1FÀTùù5FÊŸ :S¶RÛÇ"
  b"½óU×½ZF‡±’\x00\x1D%¶X"
  b"\x1EÏâıM\CüäÅ2\x16┌Oàx"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"œÃ|\x14M„Iv´\tɱ\x00%­Õ"
  b"²²L=Ë®L+Øí\x04>·Å┐/"
  b"A6¼³Y\x02I+«éÈ¿F£ö\x06"
  b"‰âýiŒ\x03Hi–ÞY¾5\x10œó"
  b"©c”Šx’@a¿’B—V\x02\x1F\x18"
  b"""
    -I¤Â\x03¤KT¼\x10%ÿ\x02\n
    
    """
  b"AR\x18N ¡Añƒ“\r¯„uÔä"
  b"""
    Z3{\x1D8\n
    Jº‚rוù¦Ë-
    """
  b"Jþ¨Œ¦°B€š±ˆø¡¡\x1C7"
  b"¾IH!CðA\x1A¼{³\e\x04§—"
  b"S&ÓéߣG\x05ÿaô!âÅão"
  b"""
    AÅÒJé¶CRš’T\n
    ²\x1Cù 
    """
  b"w¬2#ÏâIåâ%\rgìÞ<ö"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"·¼\fÔæúC’¬¨?r\x18˜\x1D<"
  b"ÉWC@OÇI/¾4ñ™ÑC¶ï"
  b"¾YÔQ"ßLo…a­7¯Ð\x1F"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"šà`:'JNÒšŠäÔ‘æi\x07"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF"
  b"Å~\fŒÝ#A†µƒ`I"¾¯D"
  b"-ì÷V\x0ENNï¿n╬Ê_╠ó‗"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"""
    \n
    ì X XK\r’B\n
    •G\x1C
    """
  b"jíã\x0FågMëÅÇÑ\tÊͶ▄"
  b"S%[\x1C$ìOØ’\x7F‘¤OM P"
  b"\x14àþvJ\x03¤á\x15è¸&7×"
  b"Ö\x04ò½³{A'¥\x05Ý{ë`o†"
  b"-´@\x06\x1F]I\x04ï\x17 tØÆEÃ"
  b"¢\n²®ß╚N╣▒'Ø\x00âzÅ;"
  b"wëi\x14ÈÊEy–T\f!_œ1¥"
  b"²╠┌a!(@íí\x154+ü\­C"
  b"ò‘ªå\\x10E\x07Ÿ}n+wFnQ"
  b"µÕ\x03¿Í\x17KûŠàRȧÏà"
  b"E┤]ß╦tFÜ¿G\x14\x03\tØú¦"
  b"~äBeÏ"I\¹{\f\x1As\x05Q*"
  b"|\x1A…€ÞPM—¦õ¾ÙÌ_3"
  b"/;š\x10Äå@~‘l¯=fxr…"
  b"z\x18‹É¨:A°¦lJ\x15ï\v\x7Fè"
  b"ù\x19âÛþµA\x17²\x0F_œ¬V\x01Í"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
  b"\x06`¬Íd"@\x16°ÍXÓˆ\x06q\x11"
  b"\x07-XvÒcDûµ \x10‘²¿\v>"
  b"ŒUØŒ;§HE½ÄÃàt6ó²"
  b"6«=­Z\vG¡ºø+ö¢òq>"
  b"\x1Cê\x19#xCž–avó`½¥\x00"
  b"┴ÚòëøüF,èåâGX\x1CÉ""
  b"¨@\x1Dí\x10×M|ÉÓ\x05bÛu^¿"
  b"*óŸŸ·4F¢°øY±O\x16!{"
  b"YAìlI¡Hø░╦0È\x12h╝Ù"
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"•sHîŽ\x1EN\fžÅ=3væÝ˜"
  b"™–\x00<o¼GM§J\nŒÿ\nð0"
  b"×J~HI$L©¼‹KÁËë\x10Þ"
  b"+ØÆÿ"\x0EJ\x14‰Ÿ$dÅ1å~"
  b"ý;(\x07NZH¬¼qÚ?PS'A"
  b"ëV}3╣iC[ÿû│ÅÏÌQ\x00"
  b"\x08\x03ô¢9Ló Ä\vŠP˜ßÚ"
  b"L7^‘SªM¢»jïÂãÛ¡#"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"Jc«x\x05åBþÉÜ\x0F\x14Ï­pÜ"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"Ùóî÷32CÊ™§@\x7Fñøö|"
  b"Á|┼ìylL╗¼\x1Fó\x00é4▒´"
  b"lôÙeØ┴EpúJ\x08&Zä┼c"
  b"yñì¼Û│@┬╣ÀìO─R]%"
  b"*2¾\x10J-Fõ╣üÇıCµ¥ü"
  b")+c©ô÷A` ^Òé…\š8"
  b"š/Wùw¬Fˆ«8vRÑãC‚"
  b"ðË\x17/â>O瓹ݒ²*ÀS"
  b"¥ªE░;╔K\x05ÿîWMÉt\x01­"
  b"¾l2\x0Fð§O\x05¥8‚ŠCÏ¥?"
  b"Ý|Ì\x03Œ\x16DùƒÛ¨3Œ\x04"
  b"w\x06êÚϧ@s¹MA\x05¾hŸa"
  b"¯Q-W«üOMŽ×\x7FJˆó\x18+"
  b"üÆ\x01\x00×dDXµ„òÐÞ\x16Ôƒ"
  b"""
    \x06¸óÊCíMŒ«­Q\n
    Æ´ù’
    """
  b"¦XCC=]M\x1F…gºÞ3+a­"
  b"\x1A┘yÔ}GÎÅÅs×t¨¼\x14"
  b"\x19N%F\x06«L…ŽžÃ^7Âê²"
  b"Þ\x00\fÿý\x16FH¾\x040l\x1A\x13"
  b"\epþêSJN÷¼±£}Aê?—"
  b"\x11\x1C9æÏ\x06N¿É░ál\x05xÌ^"
  b"w?ÇDfµG\x10”‘&‹V\x03äw"
  b"m\x07\x1A\f+TI╗åÞ²üiþÒ®"
  b"~=\x10ì«?K{è┬\eR▀╣▀w"
  b"\x19\x07ô\x13ÒKØ€\v\x14‰¥ÚŽ\x04"
  b"ò=ð‘„­Eáºk'\x05Ì\x19{‘"
  b"Zb(w·ÊB9╝â\x1Dªüò/¥"
  b"\x07f\x07\x16âRMf«‘\x13áÇ"
  b"E\x1C…àçÿIm– Òø\£Ïƒ"
  b"ù|N&b~M—‰DNmFú\v]"
  b"çiQtV4Cý¾\x0E¥â?í8]"
  b"&Õ ½½åL\x02ˆ&\x01¢ZòÜ2"
  b"JFúÛ\r®H‚¾\x12jPË%úâ"
  b"#†;É:\x02A¾›_\x7F’è¬PZ"
  b"6fz\x00À\Iu””󆸃®«"
  b"%ú¶î\x1E\x05Dàˆ#"†ã#Z…"
  b"¦Ú±@]pLü—VñûgM&»"
  b"‹QϺ$Hކ\eú…7\f“¾"
  b"╣¹ËÑ*│KtÜPÌ╝a\fúÅ"
  b"oÓóô*(L=¯0Í%¬=ãÎ"
  b"³═úâ±;LYÑÃìÁ/\x00ÏO"
  b"Oõü\x01p~D‹¬õFç0ÝZ•"
  b"\x17ý˜µ„SA“¤„\x0FñåGˆø"
  b"e\x00\x1Dô\x0E0JÀ’²³ÍÙiÈÌ"
  b"½‹ÑÜ‹ÿE»µ†Š–ï¿6g"
  b"[?Ë\x14Q2F;ˆ.ªI\x16\r"
  b"Y\x1F³~Ì'L¯¨\x19Âé»Y…\x13"
  b"qìvÇÞ¯A\x10ík\x17Xvb\x03K"
  b"+èLWÔØ@ïÄ8Ã\v\v¯:N"
  b"\x07ÄØ©Q┐FäÆjZ╔E÷ñ<"
  b"\x00œ\fß\x1A‚O=ŸdDM!Û G"
  b"GÏ»NߪLbü,■åá[Lå"
  b"Y>RVÚž@;‡iRE)þ_Æ"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"Wì³.\x11YC\x07–­ñI?q|6"
  b"C▒q┌zÝFıÑØı╬(oñø"
  b"5è4HáÖDÚ¥P5\x00╩g\x13É"
  b"ØöÀ\x1EêõDKƒ╩\x7FÜÆ\e¢û"
  b"ª\x03§Ü\x15"A«¢Ê€\x10ĸì|"
  b"‰<ªÅýmK\x0E¤0k´¿Hlâ"
  b"\x14\x0Em’±nO{³ác\x7Fî #\e"
  b"ö%P\x17m°O_ŠïŸ~\x0F\x1A\x01D"
  b"W┘Ç]ø6D\x07åJTCü\f"
  b"╩q=▀'¨Dü¿┐▒²\x02╗bÉ"
  b"FáY¯\x1AÛG\r“hg%œ\x01‰;"
  b"µ\x13\x16#D…´ãŸ\x00Ç\x00aB"
  b"¯‚¸˜²LHO¡×´\ˆÇb9"
  b"S~¢pî{Cѧ¨]3\x13q\x0E²"
  b"Вɶ¹\x19I.¤÷¦-üŒ.&"
  b"Ê@s~'xLJ‡ñµ¦ã\x1DLn"
  b"\x17ÙÓhMUF\vñMì\x17\x1A÷k\x1D"
  b"7Ù┴S│\x13H¡ì╝┤Í▒\x01l="
  b"H§û¹Î¥DÕ†¢Ü“Š˜/Ê"
  b"\x18\x128çElH߸Ô!Ǧí\r"
  b"á\x1Fı═┴7EãÅB\x10┘Å)N+"
  b"\x05ÿò\eHPLç¦j /jøçÿ"
  b"¡]j\f└ÎC­┐`üc╝-¶í"
  b"ôiYêQ×Ok“&Xg÷¦ø$"
  b"@r▓┼¡\vG:ÅqÜ»¥6nr"
  b"eÔ$‡²ÛM\x12¿ÓB’¡ïZÂ"
  b" ôe€Ñp@#™„›À•I÷I"
  b"¦$¦§o\fL¢ºÿ®ß(v\fÞ"
  b"?O+™?ˆBU –]ö¶ì¹Á"
  b"ž¸.æŠ]@¶‘[\x08&¨ñ Í"
  b"\x03¿f9ŒEV…ÝÎÅ‹\x04ÓÒ"
  b"ñäÆ0=\x17I«‹é‡*¿¸Qö"
  b"BìÂ\x16ðáI©Éúý´¬GJc"
  b"\vpxáyˆI¥¥i~ Aú@Ñ"
  b"│S® NdHµÅÐ‗;\x1EeÃ"
  b"Úü$W\x0E.Fì§P\x14C¥2SÜ"
  b"q\x07\x05Ò;¯LÏ╣╬\x1Fæ*Ø\x11ı"
  b"NôêùIwN’½dkŠ\x05þ)\x06"
  b"\x156V"Âü@gææðØêÚ▄Z"
  b"""
    \x03ò²dJÅÑþ`\e­\n
    pJ
    """
  b"""
    ~\x0FÁ‹f÷O¼°h\n
    H9Š®¹
    """
  b"s³╔ç╠ØHò╝ܹÁªz\r\e"
  b"SïS\x1D„˜D‘´Òñ=×rÎ×"
  b"\x186.çp\x11J\x08öjÅûG½\e¼"
  b"\r´D—ÍúIC…!BaC\x12g\x01"
  b"fµŒÊ`ÉG–½jyH\fÃúÚ"
  b"‰7rcûúD@°…\x14"\x06O­w"
  b"Ï¥-J*7E\x00§PìωuD¶"
  b"h<┼WÓÛMIì\x7Fï¶Yá=e"
  b"""
    ŠˆxmÉ9B–¬\n
    \x059\x06Â
    """
  b"<\x1Eg EZOO¥\x0FÁ}‰Ué9"
  b"ÉÕe/¿`BÓÀÄ╣\x0E\r¯øw"
  b"õašý}@K‚Ž©y³G!°Ÿ"
  b"wF®úÆ©KJ”N\x13?мû}"
  b"\x13V\x14 jëFψ.5ò(¨ué"
  b"Þ^/žª!BF´´Ô Iÿtó"
  b"ÜwhX2¦F`·A\x08½<ñÏJ"
  b"«¦üß╣\x12M\x1DÅ}O═ØÙDÓ"
  b"‡Â\eX¬µH4 q\x06ꑊçE"
  b"¹╬Ø5ß_O*ø¤>¿ÓæÇ»"
  b"P6\x06$2‡K=¼ýÃ+O\f\x1A"
  b"¡ß¾¶\x14§FG‰\x14ÌM Ìñx"
  b"¿+eXù■Lüƒç÷╬÷U╠k"
  b"NrÂçBËL֩ʉ<¬³\x02÷"
  b"\x10O└S\x13D3ø{\x1DÂüu\x06\n"
  b"ùÃo\x11°¯KW äd,\x7FPÝÜ"
  b"VŸüÙ6ŸB±ˆ\x7F:Ô?~\fm"
  b"ëä‘¥¦‡KŸ±#«S Tn›"
  b"""
    ÌÖöµD@Jü„\x1A¡ï\n
    ‚¿×
    """
  b"½\x1Dç\x19³ˆA±·\x066ZWrR/"
  b"\e2hÒ\x12´Dù·\x7F¦~\x10\x0F"
  b"±oÜ\x13Ž™F\x15\x07X]\x14Äby"
  b"0ÁDBÕ┘@ØÜ\x15█╝õE¯╦"
  b"╦#XÓy\x1EN<á\x0EØ]f«\x7Fx"
  b"º2,jÇéG\x07ö┬ìk¼vÀr"
  b"$·@.\x07hOãŸ\x05í2\x0EŠÁ×"
  b"Ȥb3…qJõ¨zm8c·îÔ"
  b"¨{ŒA¥1BäºCmÔîÑwû"
  b"?"feí1A:¸…ÇGk\x03×P"
  b"Ìòd┐\x1AôA\x15ò▓~+FÅîØ"
  b"cÝ`^└<LtüDj~Áa┐│"
  b"Ü»Ù%DíNê‰Æ¢•$fú¤"
  b"\x02`¥6o¹@7‹ö\x16Vóº­ÿ"
  b"\x1E\x01ŸÌ£CH6¥3§¹Ú\x01þR"
  b"új—7ùNGèþuª×u\x03ô"
  b"Ûne\x16¡åG˺üLš’\x04"
  b"d@¥µ×\x10N¢ö¿2¼=eì¸"
  b"·\x07\x1A¼‘½Fâœ\x01—G«•›2"
  b"$ì0úC\x18I£éWT?û┬¤£"
  b"P\x1Eñ©VÝF–‰2ß{ŒcÚ¦"
  b"c#Üs¦\x10Mÿ¡êGÕí7"Ÿ"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"Ê"-@¤­BÖüX&s\x02RNð"
  b"=ÎMä\x13Î@áÅIÐ\x01ey\rØ"
  b"ã÷Ñ÷7¹G\x18›ÏÀ¯ÿ7Ìþ"
  b"³ÕDM[║A½üQ\t;E┐LÄ"
  b"\x1C{Î{æ«MÁ„ÇR™`\x1Cˆ¢"
  b"""
    \x10\x10\n
    Í­F┤ì¨}æÕ+q;
    """
  b"º’ã¶E°JW«GVb×ë÷!"
  b"tÜÑ6═ÅAïèö■òGo1{"
  b"-æ6ÐÜ3Dñ…<éÕ–ª\x1D}"
  b"cG°«’`Eë‡$¶syÉBB"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"nýƒ“×»H”—®aym=›ï"
  b"é¶~g­×Cý‰vƒ¼B@\Y"
  b"¬­ÁÄ▄ÉGÓÂc\x1DL.\x10│¥"
  b"ı\tðºÉÕA]Ø\x06ı_øÇLÏ"
  b"gŒ§\x03H>@+‘\t\x08 p¡@¤"
  b"è┴F\x1F\x1A\x00NêÀ4╦°\x03Ø|ÿ"
  b"@@î#h°M(¼\vÑjW̾"
  b"""
    •·Å}™’DÁ¤Ñ/:\n
    À×ö
    """
  b"!y;ÛØWO6½nô0{a3º"
  b"ºıyo▒1EÍü½'\x1D®\x1A{\x1F"
  b"xYq}Ð\x05A· ¹\x00?s\x07Õà"
  b"Åü?\x1Da°K\ú║Fîaù"Ü"
  b"z╬ÌùQ%O)èohøìý©S"
  b"‹\\x11ƒ›&Kí’ýo¸=³ˆ7"
  b"Ëzkð\x1AjB,ºX~U‘³å¨"
  b"±\x7F-Ù´TOš‰åÞ\x19ƒÈ͘"
  b"█,.ðc¹IsüW®l:ã╚Ô"
  b"ÚùÆÁ\x16gJ³ÉP═ §¸Ò\x14"
  b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F,"
  b"Ln\vù\v\x0FAü¶\x10êõ㸨é"
  b"Ü$Ÿü?n@J¶Á“®&%è¶"
  b"""
    ßbI!IéM\n
    \x17«°×ižù
    """
  b"¤»Þô¢YK¿ƒ†Zauajh"
  b"Lc\x00¦ `J‡¢L<rš"7¶"
  b"@M\x0FÊšöDV­þ¿¦Y˜‘k"
  b"(”Š[Ë¡IO¿@£~£H <"
  b"╚░u=Õ\x10AÐì\x04\x03Ñ\f}"
  b"Ì9¿ÃìHNûƒa/;Á‚¤t"
  b"aœ?+bR@Ï©X…€!\x00\x00\x1A"
  b"""
    ì…š\n
    ÝéLÛ¶ÑÐÚJ7\x15:
    """
  b"ØqÑw¤NSœ\x03SU\x176\v®"
  b"ÆÂè²ö¶K´„óC=§¹¥@"
  b"╬J\x12¨C¥B>ÅÉSR-Yhñ"
  b"p5×߇yB0„Ïf×"\em\x04"
  b"‰l\t (;FØ¥FrÔ&†\x1Eð"
  b"\x06ÛxÕ5LEŒ‚\vLÓyfÔ\x03"
  b"-qw³\x19÷C©¯.â—\x7FS$¶"
  b"\x10U‗oLý░i'\x05§Øv"
  b"\tàìf‗×K.ƒ┬\r▒«\x18▒ù"
  b":kþd…÷Aè€ÚäkÎcl×"
  b"Wøe\x06j\x06KÌ«(v)\x06ôW\x16"
  b"Ï_tçÔ*MHƒfªüÓŠ´C"
  b"E¸O\x7F\x1COA•>;dÐ ž\x14"
  b"\x13ã¬tÖ\x0EEa¿M§i\x02\x10¾g"
  b"d±[c|èL¨­\x15<'ÔÅ^2"
  b"ß0$\x03íÒJÚ½7\x18\t(*ô,"
  b"7ÖPMû¸J?êÝRfÅv\x17\x10"
  b"Ó®“\x1D\x7F L\x1D§\x14äƒÆËKz"
  b"\x04\e\x1C²§H▄á3ß‗ÅçÆ²"
  b"Ħè¿│!OLâ´█éìç7ò"
  b"|\f‰r\x07ŠCk°ï¡Xºç‰m"
  b"¯\x7Ft³YßDK¿¹\rL@|sÛ"
  b"Sö{$²¯@Ʀ…%ùB\x19"
  b"à\vµ\r\x17\BpìÍ░­Eàå2"
  b"»ƒì\vã[IC®J*¥8¤¶Â"
  b"\x13\x16û\x0EFïºa…„\x14Û$ò"
  b"░KE\x19acH═¿n:É\x14À1\x11"
  b"¤„ž¶ïÍD⢹/œ(w2I"
  b"U\râ"D·Iâ•þícò€-õ"
  b"¡þßianOãž\x11ˆíl—O\f"
  b"…—Ï1\x03áC^žtð’\x16‹bh"
  b"ª¢(6ĘA/¦h\x08‚qQ;e"
  b"\x17_~ÂîhK€·ÃêêÊC\x17ž"
  b"#›äÙcÊDû¾-\eA\x02½é^"
  b"""
    ­Æ‡ŽÒ\n
    F»–Ä\x11‰Q\x14ìº
    """
  b"══▓é¿ÕEÉÖðÍc┬|█½"
  b"*/1½’TF]µoxx\x1CŒÏ\x16"
  b"Õ\x02ôºáÛFÚŒØÔƒ”Â%A"
  b"h±h\x1F§▓I1àØ│?ïv\x16ƒ"
  b"FÃç\x10æ\x08Få–„ 3¿¬j."
  b"`^ró\x11\x19H¯šÂèYÜyý\x1E"
  b"lÇ„Â\e\x15J§ž:íœêÕV¥"
  b"£Q<|q†J\x1C˜0\rÂ*¡Eo"
  b"""
    2b²\n
    ½├K;ë░1íBØ4L
    """
  b"ý■gc¶GAzéÅgÄä¾:\x02"
  b"¥;MnA!F~‘÷Ú»ÏÐ8\x05"
  b"\x12P%Èm†M€‰óUHzÃν"
  b"""
    VH(D”\x1A@\n
    ¥&ÿ‚b*Ò¡
    """
  b"ýW4\x15yµOÜì▀SW:├éç"
  b"\rÝ\x07«Bh˜\x19ŠÙ¿î‚f"
  b"ÕÅ┘í─k@\x15âd╩«^kJÃ"
  b"ç]¬\x1E$¶Eæ±þ\x02"R»dƒ"
  b"üñ\x11ÉU┼G±æÔ|¤┴\x0FHC"
  b"uÝ║c╝\x00NÏèü¾W½»\e×"
  b"\x13¦Û»;ÎI}¶T»@ݶ…\f"
  b"§Âìor©Bò£úLºO▀\x13Î"
  b"""
    Ðl¼µýüAm¶Õòx\n
    *F\x1A
    """
  b"Éy\x10È├ÁB$╗vOÌ\r╚[ï"
  b"d\x00<tÍ—@\x11žL#.Æó \x00"
  b"Ì¿¼@è–L{£2\x7FðµQ­["
  b"┐Ò▒\x12\x07VAÀÖ\x1C>¡¦E>Ø"
  b"\x10;)ÄC<E“”¡Häö’CÀ"
  b"¦Y…Ú̯O\x1A”JM3ïu\x10æ"
  b"\x07…kG\x07mBJ™¤°Þ¿üøl"
  b"Öýº«®iD#™Òd\x05L\x05Ã\x02"
  b"#.ƒ‡µd@ÐŽÕ{ÿŸh‚â"
  b"Ôsx5.\vK~ ‚’º\tŠ™O"
  b"""
    \n
    ^ì‗/■O¨│èÈqüß\x08Á
    """
  b"Xwi¹|óOh┐l=\x14Ò~iÉ"
  b"f\x058êy¨IlØ┬a·d\sç"
  b"TÜrÃZ╣B\x03Ø´ò±í\x01╗="
  b"64¨pØßJ\x1E¬█╦‗'ôiÃ"
  b"áx¹Âé³EB¿SLGîïØ\x7F"
  b"\x0FiÁÈÒúC”š¢šÑ)@»\x14"
  b"\rKÑ%e\x16Göºï9zrñ]g"
  b"\x1F?\,Š5Mó„Ë\x17½Œ\x1Fp\x11"
  b"\x116šKºjMºŠô&1~Ðu–"
  b"……\x1F&è1Aоu\x1AG]]ÿ×"
  b"\x1FP&̬„HѰÐ\x08_Ý‹œ{"
  b"""
    ¯Lù\n
    øÌFF¨g×üổF
    """
  b"\x14\x12MıÅ7║Ã\x04-~:"
  b"\x00º?┐APè╦Yµì\¡P"
  b"US\x0FiŠ–N\x04‚6Æx„¨Ýj"
  b"êîÉ{\x14/M1ñÕ¹╗V0DW"
  b"«ããÏi FçøtI#Yãöì"
  b"¿┐ýÅ\x19ÉLtÁ┤\x07ÔY▄° "
  b"Î╩å\x18Å\rKc╗8m`ûfe-"
  b"Zj½¹¯°Cù¬ù´ŒÊ2VX"
  b":IFK„¶Oß *ª3_Ü&”"
  b"sÌù\x00á4Kìœ?CBÂB´Ã"
  b"èxh`·ŸG:„J†\rq¾44"
  b"ºà¨:¶\x06C=Áı`\eµÉ░©"
  b"D\x7F‡U˜¨M¹¡\x1AµhJ\t"
  b"Ï¡À¶±ãM’©ZCf@\v\x0E("
  b"ðÌü̦ÆKGØ\x19¼2«Ëv╗"
  b"÷zïl=ıBåÄm░ì}¬Óý"
  b"5\x1Eì*Â2JÎôU═\fß\t\x06f"
  b"ÎZj†ò-I·ŽS.\x00ƒ³#g"
  b"t1Ø¥\x7F‗M\x02üz®Î\x06`z|"
  b"¤­ø\x089FM¶¿1Jh\x1EK‡Å"
  b"–ð\x03Å?ÀJ|ŠØì#\E^A"
  b"bÌi:S\x07A«¥\x11Ħ¨ßãÀ"
  b"‗¼=]ãOB\x00ûƒ¦GtÅ\x1C2"
  b"l\x03‰‡‡‡B^‡Õ\x05âš_£;"
  b"Ý\x0Ej‡§lD\x12­j^Ý8\rÃE"
  b"|„7\x12Î\x14K\x08¬\e`\x1E\x10-:"
  b"®}©\x14&<Ni¦à÷‘ì\x03ºz"
  b"9dõ!JðNL¹Á£n¼rÌä"
  b"ÆJ\x01­ÀÑN\x1C²\x08ž,\v2³•"
  b"^Ü:\x13ÁYGa”U¸µ|Y/þ"
  b"b®├a═,Ipñ╚®Ò((ük"
  b"\x7F¨¡÷ñ¸I³“\x03Ø1þö\x03\v"
  b"¤|¡ãŽxEKŒ¬5b´„oþ"
  b"J#H\x12£ƒKQ•SƒHo˜°}"
  b"îÓ┌¼Ô\M\x03┤ÊõsUÅÒ┼"
  b"-)Ó\x12)*Ic·RpCˆ´Ml"
  b"Hq“iFûNÙ°G¸s~<èà"
  b"ì*{├ÐÈB\t╣▒MÄò¸é\x08"
  b"ı't©ø─D]╣\x10zÌÚ┴ìµ"
  b"_Ï4/ª1N\x11¾…\x1AÜö¼H\v"
  b"ïµÍý:$@,‹\x05h\x084Êø™"
  b"\x15æÌ°\ˆGÀµA¿Uè™VÌ"
  b"_\x18òºàdN4½ÚôŽ \x02s%"
  b"Õ>K’2ÞOó‘°\e•GAc÷"
  b"œ>ìÿ*²A\x1Eƒu™@õË'“"
  b"i\x12 \x02I\x05Nᢠ͔h\x14è\x15"
  b"e1˜Â¶¡J}µ¾é\x00›¡/\x13"
  b"•+˜\x040pOm›y˜?²ŸÝ«"
  b"°R \rãßD®¦.~\eÇ1œ;"
  b"Ÿš§-s-IʵJõŒî¢V*"
  b"\vD┐¶ì\x0E@Øè╩P┴>_\tÌ"
  b"(7ø\x18}jHu│█ØôƒH e"
  b"cäó0@ßK‹±z›Ø^\x181!"
  b"~0;\x05\x07@O­@WôÆ@®p"
  b"\tßSƒ„\x16BK®" Éªªdd"
  b"fó³sñ$A\x15‚7“Ë×ï§\x02"
  b"¯‚Úó>ºHܹàíS:m«³"
  b"š\x12J®p¦KgºÑ\x05\r\x18w}Z"
  b"Jද+zGü¿×":Êië!"
  b"5ì³▀┬\x17G╬í{]fÀ÷MK"
  b"\x02_-«O2¥╠╬JìSvÑ"
  b"Ÿ<îtþðI‚µaªù‹‡ÒØ"
  b"Z\x00Spá!B¤£9ؤ@*ë░"
  b"/ª4vWÉC±³ˆ4Ǫýö¼"
  b"┼(\x14¢2\x04DÝÅ8èYÈ܃¦"
  b"""
    \x05\x15\x11ÎJ3íÁ \n
    YQ˱
    """
  b"p¹®·‰øAÁ»-}yë:„‰"
  b"\x03{\x00ð\x13æBèžrú"èéµ\f"
  b"\tNÓÎF“ «Q\x13ÙÜH\x12"
  b"V¦M\x113§LÓ°ª+g\t\x19"
  b"6–ÃæºîJ?¶[ÄG\x00þþ«"
  b";á×─e|F┐ü!Ã\fȃô‗"
  b"k─▄£\fýE¿®¼═ ıìƒb"
  b"M0÷\x16î`Fa´å\x0E\rJí”9"
  b"öeAüø¿F\fÉÊÂPÿcðO"
  b"ů÷█ý╗E{Ö╦\┤ð\x12¬Ì"
  b"5ÉBž\x16íI9€R(j\x1A†^\x06"
  b"˜ÎüM—EJͽR›\x07\x04\x0EU|"
  b"ßx›¾†VI]—¿P\¹kÝù"
  b" \\x1A\x16–ùO\x03\x1E|#ó«*U"
  b"ÊØëB›\x7FH§¯\x1FK½"8rã"
  b"Å“QU:{Mw‰\x18À­\x176L"
  b"4××Mš«K1’8î}\x1D\x10p]"
  b";\x13\“näOO¥XÊp_³È\x1F"
  b"3╩fJh╠F┐ìÌ9Ò(:░\x17"
  b"¤_ß[ï\x14F\x7F žÅÿ`怒"
  b"¬“óÀi'BتQ—^f¼Sa"
  b"‘,D\x1Fk<D@¬\x0FH{Ço²¨"
  b"¯ÃSÇ™kIè¢Í2k­=ðS"
  b"j'╦êóÃBìÂå±ÏËS_Í"
  b"\t[\x19’Ï»E'¬†¼½Ï\täú"
  b"\tOG¢?ˆMÓ¢|\x1CÉöÞ—²"
  b"╬,┘{╬EF%Å\x01\x07\x13÷7\x03"
  b"5\x16]\x13ÀjH\x08Ž#êÚD\x7F"
  b"ºÜ7ß§ A»º\x1AVÖ”ýÑ"
  b"gb\x07¾L¨EЧ­¤jÔ:\x0E\x02"
  b"ѳ–/ÎmDʆ\x15v95Œ¢ˆ"
  b"E€›KùœGŠ·\x04ª\x18«d¯\x1F"
  b"s[“Û»ïLÍ·\eÈ~Ê&{2"
  b"f´¨‚à,DÛºÏqgrHéW"
  b"HNíà\x00ÈO\x16¢ŠèýŸ'Æ™"
  b",\r{ÜnÈI±¾ÞaçÀHYì"
  b"\x03£öË\x08'@áà\x11Z¶┤5\x14ü"
  b"""
    h¥Ì>\n
    ˆO÷µ\x0F&in\x16m5
    """
  b"² \x139¼‚Mþ¾)t*Ú+`—"
  b"""
    \x10?\x182üpD¯å³ßYÁ\n
    D{
    """
  b"4€b‘þ]E‡¹>'\x1E¸è…z"
  b"Á2ì\r¨\x12Af▒Ôã┘É\x08ÚZ"
  b"2”n«ñ5FmŒ¥h\x0E¸\x07\x02\x15"
  b"Gš^Ä\x00D‚µPÙÏw!Ô<"
  b"´ÂYÛ87DI¸y\f»é\x0E\f§"
  b"».¯ÛŠùIf€\x07j›zÂôP"
  b"&ã–õÅ|K¸¸á¯È\x1Cè\x19å"
  b"ÚÓ©âòJHÅ—¥pc”âw¯"
  b"Nt\x13_ÛÐK&╣ÎØò|Ce\x10"
  b"\x15DØÓgh@\x15¾/ÒO\x12<>õ"
  b"¬Z_IÅ\x16M+\x02V-|Ê"
  b"Xb$X_pC¬¤¶\x10¹c¹5N"
  b"""
    \x19öwÿ\x1APH»¬\n
    „dè,—Ð
    """
  b"""
    b╔\n
    -T\F*╣,¯¨ü\vj\x08
    """
  b"uÛ›©@\x08A.¾Žïk²é\x13°"
  b"\x0E\v¥Fñ„Wa4õ±}‹"
  b"iŠáŒ\x1F¿OGƒ´–õ“ý{\x03"
  b"Ö¼╬þ´zHN»f\x12\x1Cfu┐ü"
  b"î\x1A­6ЧNO¶*v¦ÝÛ\x17ñ"
  b"…o\x17@NII†–Gá¤.\x08…¨"
  b"mUX\x07ª╬Jκ±ä‗Eìºæ"
  b"\x11ü^.PoD\x13ô╦üÂZîp▀"
  b"\x03DÈ╦W\x10Lmï\x15┬¼╣ObØ"
  b"—Ò\x1E\x15ÆöF>ޱ:\x05\x02"
  b"╝Ù&mÖkF¥Ø6▄\x1D\x0FU´ä"
  b"ï•é\x17å“F1¥¡BT@\x1A\x07\v"
  b"BH™NY!C?¸[“@\eHÌ­"
  b"©\x06ÒòÉmIB¸×Reöû1ó"
  b"q‚NÒitMˆŒµµ\x1Dµ7B­"
  b"žÌøAÁ\x14Nw’]åºÍ(öy"
  b".R\x03F÷=M޶”Å,$\x01"
  b"?*X€*§J.‘\\x0F¶klë¥"
  b"|(▓.£LN\x04Â?¼ìþC«¿"
  b"m †_}ÖI\f˜oÂp˜„`h"
  b"Ô┼a┘áÂInØ©d\x16@║-\e"
  b"\x15عqcÈOþŸ\x18•‰\v\r"
  b"\x0FÖÂÈ#·OÏ‘[è\e\x17\x10"
  b"\x13\x0F\x02LH眜۶ø0\x19S"
  b"úQRâd9HJŽ«û¯×Pí³"
  b"\x1E\x05è─/mKÉè¾öWz+\x17ü"
  b"€4õƒŽ‚JÞ®ð€IË&Ëõ"
  b"GQ-\x12®ŸO †ÅM{áæë9"
  b"\x1Dqˆ …nEb©+¤Àºòè¢"
  b"`LÔËñÆJT‹Êâü¤¤zµ"
  b"ÿ\x04laR=K•¥\x08ïa¼\v×½"
  b"ù$y…\x1AØF—Œ\x18Kµ£ÐÞÄ"
  b"£{ûJDsL0ì©ı«¡║©@"
  b"\x10ð\Ã%Küù)æl█!JÔ"
  b"\x0E]¡lÉ‘Dj‚&ÛÅ\rƒ¦z"
  b"Aa\x1D\x0FGÅOní\x1FëÒ\èõ÷"
  b"d‰\x18¾)ÍKбü–È=éÀ@"
  b"\x1F\x01v\x0EóïB\x16ì\x1D/ ün{2"
  b"¬é Ãö\x00I…¤#Ø„Sn£>"
  b"«<\x19\x0F\x151B\x1Füʧe\x1F\x18èã"
  b"v-■ÛíÁ@[ü%ó¿U]pÌ"
  b"bGá=ÅmB˼*:¨Ü.h™"
  b"\rÐÐó¥ÅN╣É)Ú%\e¹:'"
  b"’®\x05dçÙO#€Zœ4å+b\x03"
  b"'\x1Ef\x1AE▀LúîØ¥³­─0Ì"
  b"¢A?К¤IÜ·r˜,d¡àù"
  b"\x00Ý¢Yæ\x14F\x11ŠË¦ÇJ\x03F~"
  b"€Å<*K´O†¿b×t\x10úk["
  b"â\x07\x02EÖÉOtë║GUXÝÐ╬"
  b">ئ†Û©IÀ­²ï£R6ÃÒ"
  b"\x1CXéO\x05\x12FS│┤\x06Ä╝Å╝È"
  b"M)—ÖroJÒ –¤\x00H"Ý‘"
  b"\x04│╠\vOß©Ôò×¹\x18"
  b"Ä\x0Eû┌pÞC4æÑ\x1CË┌SÉé"
  b"ßáÍ├ÒåF░ü3ÆwR├^;"
  b"\x06\x06A}FAÉ\x088$²┘Ò┐"
  b"«!1LgšB{£¯ð\x10f)\r±"
  b"ªðìì^+H¤…Wëœpµ\x16Z"
  b"¡rg½uôK\†·ûUxp(‚"
  b"\x01t¯v÷jIòÅÑ┬â\x18mõÕ"
  b"vQ\x17Ζ–D\x0E 0®j«œí¶"
  b"¸Ã\x08¬\x18ŠL­¤\e7³†Õ{¢"
  b"A(O)ê\x00B­Œà%AyŠ\tf"
  b"ê÷¾ñ¡/O\x19¾Eã¦ø5ߦ"
  b"|·Ä>²€I\x04”©ÇF&±Gµ"
  b"]Áb║ØþD(î¦\e\f╗Ä"
  b"ü\x00e¼ƒgJ┼ç╔68¨vª1"
  b"T5ÔJÎÁIÊîÎÅX\vMj╩"
  b"\x15u× \x0E¨DfÂ.È╣>░ƒØ"
  b"ýÂfóù2K£¡VÜ\x03œåÂA"
  b"²ö\x0F•Ë+Lx¢\x14L\x0ElÑNð"
  b"ŽäænÏ|Lƒ´v\x04:\x00\x1Fƒ\x7F"
  b"Åø»^¥]@îæÈè±íi▓\e"
  b"»yÓ"ˆ¦N\x10¢Ö²E¥\e"6"
  b"ºòÆ\x17D\x1CMÙ£òSÏ]\x12<‰"
  b"\x12ÌU\x18U6Ic™‚ú" dþE"
  b"š¨BgÄA@Ö»]æQå[ï÷"
  b"’xÕœ¬ßI‡²i!iÈX‰“"
  b"ð(‗$ÉpG\x13ö$6(\×▓j"
  b"Ë\x1Fm•g(K´ºlÎ\x01Ul~\x1C"
  b"˜•Hï6\x11F~¹Ä)¯'\x0F¾l"
  b"©r´Z-^H)—àh'ü>q€"
  b"▄b²j╦╝Cs¡\x17&Sf¦Zì"
  b"\x07S³·x¡I\x04 aÒ.ã&r|"
  b"\x14áÀèKûM]†Q*$+\x13­\x18"
  b"EŒ¯¬ožAË¿k\x00a<ˆX\x1A"
  b"‹ZQ±ëìO0Œ\x02\x0E\x1E×m±Ù"
  b"\x0Eàh\x02¬dE¡®®Ý[\x18„bª"
  b"±\x00\x1D%ißKã`\x1DÚ\x00”þ×"
  b"ÀéºõÓ÷GŠœ?‰lûGeØ"
  b"\x08ë\x15N“‡O´¯ß[^\rýM?"
  b"…–­çæ\x14K1™³$ûá>å'"
  b"0w╚╝ÌíIÇ│ì#àÜÿþó"
  b"├t\x12ñ²tBY¿GÉvHO\x7FÚ"
  b"""
    Î=®Õ\n
    |FZœ2ÉG\x05¤Lî
    """
  b"\x1E\x08Pßì,Dˆ¸i½¹¯cÍ9"
  b"ÿ\x1Dgoh8Bx¥\x08×I盡\x1E"
  b"üUØ│╩÷AcâX┴j\x00µ─&"
  b"‗fw╚ìÔLY¬bÝöPðwÂ"
  b"«7mÕê\eGuŠ|\x05ì{ÞÈ«"
  b"-\x12›iÆ\x1ED¸‹Æž®÷ÇüF"
  b"\x15éŒ:I®˜M\e¾“±¬\x06"
  b"¥2NXÑ<M\r½Æ+\eø–÷Õ"
  b"\x133ŰwÄN\x7F„ÏæƒþnRR"
  b"\x07÷4´KÙ˜\x14seÆYþ\"
  b";îÌ'ñ>DzŽ¥ø%U³ ó"
  b"\x11e:ãI˜Jφ†mÄǾü¦"
  b"Ü\x18Ã^¨,AN©W{ú‚Á“K"
  b"\x0FÌ#ºxLŽª;\x19õ\x00îÇ—"
  b"\x03Ø\x11¼ùHIóû®#Ñ\feZ\x02"
  b"\x08Ùéé°³O†‹M\ò\eK›Š"
  b"0>Dé─rJðÑ┘NÅ ,Ñ\e"
  b"@\x06Œº-„BÉ–¨îò™×\e&"
  b"M\v….rUKܦ¥°Â\x1Er·ð"
  b"SÌÎnüoM┐ÖQ\x12ëXÞ³§"
  b"笵\x19i\x7FAL”¼‡JZS¿e"
  b"Vç•¢\x06ÃJÙ”MB\x10,#i|"
  b"À\x00\x00¾üC┐üK;ª\x12&á¹"
  b"ãM7bû*GMütÓ_«‗┴â"
  b"HÖìB:+I£íÆ\x0Fè+Ðçù"
  b"”Íf±œó@\x16¨8\x04g‡™Üò"
  b":¯å ãjC%“±\x0EÄf\x11m—"
  b"\x1EØ╗═WjF\x16éı─ı´ƒ\x0E9"
  b"®¼všÆ\x0EB¦–!:Þôb’G"
  b"˜\v±,ŒÜE\x1E¥á\x0Eù~0äÅ"
  b">”Ž>Œ\fHå›Ò5èutz‡"
  b"Ýþâh_ M6‰ç?—0äãÈ"
  b"""
    ¹\n
    oªtÜAãŽ\x13Ê\x0EPE¸Š
    """
  b"+\r…¤5²DB“\x11Øy¸<é—"
  b"\x14ÄܼëyGUÆV£w ¨ì\"
  b"•p¹Åw²Kó€\x06ĆxT\x05\x1F"
  b"°U¿e\x08¾LtšQšÄ°×\x08½"
  b"^à¿ûôCLL“ogójBÅ‚"
  b"G€ÛšÃ¨H"†Œ\t³S\x08”t"
  b"┬U\tò\x12\t@ÙÅu[\x13\x1E\x18"
  b"Ë%×ô¥\x1AL\x03\x1EÌyC\x12"
  b"¢ª¸‰>UJú‘îôkVó¹z"
  b"$\x7FùÝŽæJݱ2h"D\x1Dçt"
  b"u>Þ+l#E»¯­j>I±\f5"
  b"Q\x0FxØc‘H{…\x04Pñž§™="
  b"""
    +FbiŠ?LÖ†E±\tñ\n
    éh
    """
  b"Ì?Ð_d\x01EË \x06ÜX\x10\x10"
  b"$└Qå®┤L┘ê~ü1Óew\x0F"
  b"tk!šn?Az³§æII€£_"
  b"ƒŒä,<\vFxŒ©aìµZ_¾"
  b"™jâ™O%K;º\x01š±}µ\e."
  b"$LÔ+ÒÑNT†Yáºÿ\x17ì>"
  b"Üpd¿Ó¾IáâÂ╦¦\x10_\x0EÉ"
  b"\x19Mr)ÿwO_•ëQ•賚É"
  b"ׄì÷\f¤I> 2\vÛ¥çùD"
  b"ÿÿ\x15m¢RB–Œ=õH19Ìð"
  b"\x13ùx%A²Œ,“m¹^«\x14"
  b"0¥/ôGyO\x14ì¢Yü!Àµæ"
  b"ìË┬Î'öEcèíuxlÄ\c"
  b"]”ÒN\x05^G¼‘˜¢Y\x11Ã\x04§"
  b"êçÐ;F8EïŽÁk%ôLRX"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"ì oi▓‗OOº▄hÆ┘\d£"
  b"®êÜ0è£Náªl}·Ì‘þ¼"
  b"=\x02╔)┼iIؼ m\x10¦a\x0F("
  b"ì¦[Ù„3C²žåªî/¦Â\x03"
  b"¦\f›É6}IJˆÊwتïÇþ"
  b"¿­œPÔ\eCš‰åóQ¿\e"
  b"(ýï ±ùNN¼\e¿[r└üÌ"
  b"0iB¦X»G4º¦\f¿@=á\x00"
  b"\x12Õ{Èé±Bg´Äi¹Êðð\x07"
  b"├üÓ]P╠Eª£ò╬\x01▄â"\x15"
  b"ÓÏ$bmëN/ª¬±æÆ\x00jp"
  b"Aa-¾p\x16O ·´ÂÒ\x03}\x03\x1F"
  b"¯ıéïÅ▄H8ƒÌ+¾F\x03╠ÿ"
  b"ôþ5\x1AËÙF[ƒúó\x02` ªs"
  b"\û%ßn?F§▒ıèü«=¯╝"
  b"═Ö┤┘MûB\x1DÇaØ▄k~┤a"
  b"\x083Í®Ž’NPšMƒ~ü²=è"
  b"H»5’À&HãŒÿFì:\x19d\x0F"
  b"S‰ò¦ÍwN\x04œÚ„ŒÌ_m\n"
  b"\x17Ø,■\x01Ä@1¼ç¯>╠ÈÇÐ"
  b"†ëoñþ.J´©ôUƒ\x06A“™"
  b"ÒG8Áå.L´‹kW’,#g‡"
  b"À\r-ü-ÙK{║¶»/╩¬\x06@"
  b"4¿n±QÍM\x13”9\x1Cöà/üP"
  b"\Éj8¾_K©’ñxPPµ«Í"
  b"Ã^ÂÇ4EDì¾…šF€å‚®"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"\x11oÊp\x02&LÛ†‘\x04@\x1E\x0E©"
  b"Ü╬\x16p6¸JyÑfEzª£çÉ"
  b"\x12ÂáˆM«LL‹\x19zôæP°\x01"
  b"(×[\x11¢SIÈ‹æâ\v\x7F¯eª"
  b"öÇC¬CvAݱ9‚ð‹\r"
  b"ÿ\x06\x1Eö\x1D&M½ƒ%)r¤X¬\x08"
  b"—ãµã°SK±¤MxÌÂ(ëŽ"
  b"‹T»œ’&JŒ¿J%lN\x19\x19"
  b"8-ˆRá\x19E\r”­óÙé\x18\x1FC"
  b"t\e┼¯\x06┼GËô¯W{╬¿¢Ø"
  b"jd“ÝNÎG\x1A™cYzR\f._"
  b"\x04ÖøÆ@SKG¦\x10†L8Áî3"
  b"Ôç\x0F4¸░Lƒ▒3³Ø\x00süN"
  b"*\x06‡»¾2N\x04Ÿ\x0F\x06—}ÓÉ\x07"
  b"E\x05©:IŽHV €PÑqU[¹"
  b"7{ß&\x19\x12G­ü¦õ´Y─\x08$"
  b"þ²ØG¥\x02@tœæ¾Áån\fª"
  b"A¾ã6<ÓIѼ\x0F%\x01Lïé’"
  b"ÆÜÅÏSÓIÚ¶g-?+%ï¡"
  b"Õ\x15b0ØWKƒ×µN\x00<Cö±"
  b"~,\x02{\x16VJì¥\x018¨┼Oæ°"
  b"—‘Ô\x1D¾oD³¾r¾\x15q\x08"
  b"Þþ"ÞΜLà¯Â™ù‡cüŠ"
  b"d{§Ëñ£E5—0˜dp¤Q\x0E"
  b"÷2SXØ╝Dçº\x08N┼P\x05ÊE"
  b"0Ô"¸ƒ¨BHê¯\x14(ÉFÞ▀"
  b"_¸ëA┐>L#Ø─¥Ø\x18:\ec"
  b"ç`TkÅDN¦è═IåU/Ë("
  b"Çë:_UìFäžþŠ\x1C\x7F\x03x‹"
  b"¾M”rù%L,»\x11z²Ð¿"ì"
  b"\x0E┘ ░ıÍ@]ØÔNjѼ¦╣"
  b"‘21"\x7F5Iñ˜jäýuÍû‘"
  b"δ¬6žõM›§¿ÇBüÂæú"
  b"ÕhSe#\@&©ðI3\x1Eu'¥"
  b"êÜw\x15l¯E㕞X`8æ\&"
  b"ðO├\x1CJ\x1EN\x1C\x00\x1FÕÎîyì"
  b"ÿ╦õÏb1BØü╚x╗\x1Cn\x07ó"
  b"wifÒõdIg±‘\x10Fn\x18†`"
  b"""
    \n
    ÷w=*¥MƪííÞù~m÷
    """
  b"ýJÍÚùoN\x1D¨\x1A—léÊVÏ"
  b"{Q†%qhN¹›x«¥ž\x1A¦µ"
  b"¡t«¸föAÅô B\x1Eà{{Z"
  b"8'GÃ\x08[E´¼Bt™\võH`"
  b"á├▓ºú³BÍüT╔öB¨rg"
  b"\x1FÔBßà¾@¼ Nçô\x04¨»Ö"
  b"ô"b$\x17ñA-¼…×)\÷ÑÊ"
  b"▓4+É}╬OJüÍ▀¡\x18¯,\t"
  b"2å7CGÅMùêØö~Ã\x14ß¶"
  b"È\x180/!.C¶œpË\x1D‚…Êe"
  b">ß«2,°A[§a\x1D\vÌÅé^"
  b"¢a╚9=ÀBJüóåH═æË9"
  b"øn‚TuæK$£q~(s©\x14ì"
  b"ßÌô¶J$C*Å=OYÅdwL"
  b"┐Jô\x05}\x1CFÑü5╝¸╬Y­\x04"
  b"Ï[à)ÉMIí½ýÅ\fñ®.8"
  b"Øï#m\x16âMé½”r»Ê\r|g"
  b"""
    ½”\x17-™\n
    M\x11‚êï7,\x0F\x01`
    """
  b"8¸zÍ\ræMê’•\t!\x11àü5"
  b"æ%¶76gE“µ}´\΢ÃK"
  b"ÊÎ;÷0ðLR£9;j‹ð£¤"
  b"ú\x1D\x10Ù?ÓE€§\x1D„•\x19Ø.z"
  b"6\x02‗à╠µ@,Ñ\x1D,9\x18Âpü"
  b"\x12+#\eô)O³¶û׸àwÉ¿"
  b"û[~$Š~Aô—5\x12G žÀê"
  b"Û\x1F¦\x06A9FA‡VEïÖŸõš"
  b"®Ð𨸤L@‘¾éœæ¼Ýù"
  b"qvÜïë─C­ùߨ┴Ö\x03"
  b"""
    Š….ƒ‰>KÔ‹\n
    ÿÓ9\x01
    """
  b"Æ®Ðf\x05ÓM·¾\x18\x1FePןb"
  b"õ„…|¢?BýëBá½}\x01ª"
  b":ÓÆÖ{\x7FF\x18╗ÓÁì┐\x01é\x03"
  b"=\x11¤A\x05·EÒ·\v¯¡Ï¡‚Ä"
  b"³lÉ▒jkL░ºNè\x1Av"®:"
  b"""
    ¼Ü¿ßØ4N\n
    ®.^+¢h╠
    """
  b"„mÞžC›@Ʋ\x056^ûçËé"
  b"BŽ"Q©ÂI#Ž@T¹ËîÖ\x16"
  b"\x16nùF\x11J@„urÿalÆG"
  b"•d˜Ž\x19TBZ¾.\vÓæ†ù"
  b"±~|¢ÎPODªU®-ű¦\x01"
  b"\x01¨l@Ù?D¬‡–îkã\x00ÀS"
  b"éß\x16\x1EL¿ÿ\f×°7üd-"
  b"K\x03ã\eCœN[ªŽFÔ?\x18ÚA"
  b"╦║JMÊæFü®)רy╚Fé"
  b""QüñÔ!M,▒Dàâ5ÿ╚╬"
  b"#¶Î\x17Í Kîï¼ûÅLß\x043"
  b"""
    .tNÆ}·L\x16░ü\n
    ƒ\x05h,.
    """
  b"$\fÎñÕoIPƒÚ]Ù\rùŽ3"
  b"N^{µ"n@¨»S“\eúˆ\x06\t"
  b"HmÆÖ(ÚFÇ«_È\x19òÀ\vÍ"
  b"bv«A#³OoóüKl\x16»ëq"
  b"ÖE\x18h\x16¼CƒšP\x1DÇà\\x17æ"
  b"Uše=}\x10Aè€\x01ZV¡BŠ4"
  b"ºÈªÜíèK\x0E—ùR–lüTÁ"
  b"íê\x0F~‰QA‰”É!ºañÆy"
  b"\x17+s]ùUO%˜cÝ\x10¶Ï•à"
  b"T5\x19·¹\E¦Ø┴)¥@÷[0"
  b"""
    ı\n
    Ýh:´AF×oP1÷Éi\x1E
    """
  b"í–Ý#9®@|‹É\x01ãBú­è"
  b"Q\x1D¦§0|Fw°nZI\vÉÎk"
  b"b\x0FP7\x1E€DË•[\x17÷N†¶E"
  b"ê¨CIVYF3Ø©>Ò`\x7Fø2"
  b"┌┴Ñæ ╦N´Á§gÉöGð╦"
  b""\x01ìͤâDi’x¶ŽM\x1C"
  b"\t·mœ»ÞKd„²1 \x03\øØ"
  b"ÍCB\x0E·sIr˜î\x05辩7Ë"
  b"”è<t&]Kø²Užð\x19\x00…x"
  b"éBµ¡QªH┴ç­u}ı¼ôü"
  b"‗Ä3!$QJÌØ¢\x12þÔJE""
  b"z▓ÃÏá\x06DøçıçÅz┌=î"
  b"7¾«¹{RFŒŒéåÌ\x16\tŸ»"
  b"³\x16<VÑ\x14D!¯Íw?Zª‚)"
  b"þØÑ\rÜÄFO¾’Éw²\x1E"
  b"\väÖzýlM\x0E¦µ\fƒþ\x18ý*"
  b"©ü¤ËXñOÚøO&ºp2Ç═"
  b"B*\fBƒÄOò║ÛIY÷)┌É"
  b"{\v¼\x11”¤KA”)r³¿h\x0E»"
  b"º¹G2¯\x03EwüRÛ%«Ñp\x1A"
  b"\x18êB×õ§N\®±`Sý‚xÎ"
  b"²\x03Ð╠ÙÚMÉ░■a\x08á9¹╠"
  b"¡M¢uÑ\x05H°Çö%°Ø▄øö"
  b"7­ûhÒËA4œè\r­;¸:M"
  b"¥.ak┴=O#¼i´■è╔àü"
  b"Mu5I¨úLéµY\x1F‡Õk®®"
  b"t¨8Þ1.O€†Î\x1D\x18\x0E‹#q"
  b"n\x11-7▓ÅDXçì¨\t_\x01ã¶"
  b"3\x1EIC\x14ŽHD“Ø_³ºÓ«9"
  b"\x0EVœ–v‘GS”sæÐÙ_\x02c"
  b"ùã(\x18½‰ITŸ‰E°·\x19;\x1F"
  b"üÞ\x1D§˜°JQ¸8dþ\v\tE\x16"
  b"\x7FH╦ÃQÜG³╝äÌØ~\x05"
  b"ü\eºú▄╚A¿ï\x01fÛ#m╝Ø"
  b"ÆÂÌ8°ÅK¿Öß\x1AÆcT\x7F\x17"
  b"Àã¸i¶&IV¡r ¸\x14c×ì"
  b"L9Éb¢ZHøº£fµ\x17ßâË"
  b"\x1E‹}²È!GrŸ[¥\x1DÓ\x14Þ•"
  b"Oú‹\x05œ[@z¿qwH\x01f¶w"
  b"fÆç­`ýC¿ˆ;%•Ïžn™"
  b"çF\x1D\x05Må’X7\x00\néRŒ"
  b"ŠýhS%‡Co¡¼ëàGëÝT"
  b"ÔP‹w-xH0£\x00áz™6Œ\x1A"
  b"\x0EB3-L[§e\x15eîÌÄ\x11"
  b"\x0EK*LJïü¥[¹┌­╠\x1C"
  b"çYçÐ\x1DÈDK¸‚•C\x18´d“"
  b"zEþÍòõAû“úI©\x13x@ý"
  b"²\r<„Œ³Oþ–Šw\x02„£œÑ"
  b"ÿ'\x16xÁðEU¦½cy}åC "
  b"Çæ▀n¹×MýÅ\x1E60)®äÌ"
  b"""
    m\f\x12\n
    C¥€Î)ÿ±®° 
    """
  b"ì\x1AçZ\vfBñÆ\x00ØÇÈX\x01\n"
  b"ûP\x1FE[²G`½WÙ\x1C\r†ˆ‹"
  b"St7­”;L'ªKp— ¾æZ"
  b"""
    ØXWÕÚìL™›\x14«ŽhÕ\n
    
    """
  b"\x01‘¶SMÌA\x0E\r'mõÁŒq"
  b"±kn“\x00ÃLù¯LK%†h[›"
  b"†n\x0E \x1DôFA½,úM-!Å_"
  b"e!ª:\x06™HU¸\tayt¶.§"
  b"޼ªÖ\v\x11DT°Ž\x12|çÿ%P"
  b"º‚\x1F\x15H˜»˜n˜|\x12×O"
  b"jT¸EU\x02@'Š\x18º’°\x06çc"
  b".ÝW¹Ê\x11A¶µÅ?†t!+×"
  b"sTÇy\x01úDM»\x7F..ÝR–6"
  b"_À¸÷ªvKzÿ\x02\x19É\x0F\x02p-"
  b"QÙúú%´H\x01É[\x077àÍ<\x15"
  b"‘ŽD<Œ(@¯’è(™¤åqF"
  b"-$V³úo@¹™Þ\tßÐçšè"
  b"\e·2▄┼MMNü┴\x04\x1AÑÜ"
  b"═÷ì╦A]KÁÇ\x00\x1F┘;Û"
  b"Ë\x14Ÿ$Ï®H&«d–U_Íò”"
  b"ó·Ë\x03Ô\x16HT§›\x0F\eâòÌß"
  b"¢¨Õ=ß\x1AIè°`R¾¾3\x1E"
  b"▓ØúÕ\x12;EK¥\r‗{M\x1C\x1Dó"
  b"ïØY\x0EåÐGÐäÏ3Ïà­╣¾"
  b"|’¦-yÍLGª>\x16¶ïvÁ\x18"
  b"íjÿÔŸÂKB¡ÖGKƒAÈy"
  b"Mú±\x19beJÕü:X¾¤ÿpÐ"
  b"░mî?yÈL(üÄ█dÈ9ÙK"
  b"\x1F\x17ê›jóF\x03Ž1RC\x05n\x04Æ"
  b""┼T╝À[Nèê_═╦ÿÉ¿d"
  b"7î©ý_]M¤«Ö”\x1Döf\x15Õ"
  b"Èå\x07üö¥Ný¯,Qþœ©\x0E²"
  b"\x7F6\x14ÉR¤GRÁªxÑ\x1FÇ¡B"
  b"íá¾Ò%øGε'(›Îñxo"
  b"\x01▀!\x07>ÅE\x12â `~´Ièã"
  b"a?÷Ó\x0FµE°‘€8}\x04y•¶"
  b"@&ÜÖ&0GÅŠ4oJÁ£ZJ"
  b"ªÒÓKœ1G¹«hjß\eª\x04"
  b"ŠõjíÁ¬JÖ¡\x16\x03Ü \x04­‚"
  b"\x19º}ÕØÒ@nÿÿ¡#│└H¼"
  b",ïaÏÿÖD╦ØÚ!_Y)Ö╠"
  b"ëNøA\x16CEƒˆs» VçÂè"
  b"j¢û’°¼Mq¯¸C—¿fž\x0F"
  b"Ý\vÐ\x05q\v@øÉ?ÿ-¿¨1»"
  b"\x18£LÌœ~I\x00®Á©×¼K‰8"
  b"!Ö╩L5I@Ã║ÉÍ-^\x1A|\x02"
  b"µ„U\vûÏB §q÷ά/Œ¤"
  b"ø░¾ÿ|¢N\t½Èì¸_D╠-"
  b")ª§ì\v¿OÅ„\x16gW‰ä‹‰"
  b"\x19U\x7Fzq2M#¹F„d\f“X\v"
  b"!owÅ”#A4´#\x10q”²Åä"
  b" ¸ô;═AHEÉ\x1D§\x19Èz╠┴"
  b"¼H\x1EA8¶E›ˆQ5†ànÔ\v"
  b"u›U]Ê]GòŠM\x18ÏA§ý¢"
  b"""
    Ña½!ÜsB\x1A”‹+Ô\n
    „›Ô
    """
  b"ßÕŽHò:Bö€\x1FÉ6Òøc\x19"
  b"žâæ¬>tF† æ¾Ô/f„,"
  b"Où]Å>\x01CÐ░┴à,2\x11}╗"
  b"­4—Œ\x15©I7­Ùˆ•Å•\x0FW"
  b"\x08³\x06¦~\x19I}¹}É\x10««0˜"
  b"†ãk\x04S~LЗ—z\x08ù»óÐ"
  b"\x11Í\x07ûq┤@$ÖåeÅð\v4G"
  b"""
    ╬Õ\x10h╠0NpÑ\x11Å\n
    \eÙèU
    """
  b"Ò\x07hç)óMM·Ï̽m}v½"
  b"Ô\x16\x07ëæ»ML­äK\rF¶jò"
  b"┌┬P╩\x02!N?«ÞvFìdã#"
  b"éX#\x08+qAØ¿„B\x05*ö8\x07"
  b"\t%0\ø›K“¦\x1E“FìTN˜"
  b"¨\x04■╗0\x11KeÁ~­²Øw5\x10"
  b"\r7÷ìÅÌAA│ñ g\x08þB\x06"
  b"\x04\tÿ╗ô\x1FEëØ█ÄÇM¸ÑQ"
  b"-\x12Bn|_Mx¬Œà¼¶zÉŒ"
  b"VF÷\x18\x10éM̼\x14»C$âøb"
  b"\fÏÍÛ!íNZ«_Á\e\x06â\x02¸"
  b"}7\t±òµJ³دI¦›“W"
  b"\x18\x13MÍ,dHcå¼ıó`\x03ÉÎ"
  b"ú§n2÷ÅHDº╗ª<^¢Å┘"
  b"Žeî”$²C{–ó\x16\vÅá\U"
  b"…V»ÜVÌF…´žB\tŸë}*"
  b" ˜4ìSþC”¿\x08Œ=b—·–"
  b"blŸxéÉO\tºYz›ú É7"
  b"O\x1AàLÉ\x1FOýÜè.;~B\x12y"
  b"V?╔ÝUµK[Ø┬+\x1CJ\v\x1DG"
  b"Dœ]PV\x1AJp‚+0\x1Cñ¼ûë"
  b"ÐO.©\x12^FŠ„k¬Ðî¦/Q"
  b"—_Œ$à\x01Hm¡ãŒ\x18ízÝ\t"
  b"g«)IæFF3ÄÓıNü░6┤"
  b"IÔ©†\t@F²œEþF׳¦ "
  b"Þ’Ð=\x05•E“žu\x1FG®"
  b"òÍyè\x1CÐI&ƒJ\x14ìAÚ³X"
  b"j\x07ã¬^MH©¥…×=\x15¤Õœ"
  b"\x14h—+vþDª¯qC¹\f§ÉL"
  b"Ã@╩qR½B\x03Ø\x06\x11Ê÷\x7F"
  b"†–ÃyHÍD޳@AÝר*9"
  b"ÆÐ\x15´Œ„MM¼ÍB\e”j6i"
  b"\x16Øxq\tÆLÁí*ïéÏl\x1D%"
  b"¢▒aØ>õNÏØ\x06ØZ\x15stÇ"
  b"s±bŽ4xB\x1C„ÕÖšˆ\x16\x1AÀ"
  b"€è\tûX~Jï¥æ®d\x17Õ;"
  b"ºÿÈE<\x18@£ƒoµ[Øı■┴"
  b"\x07Ö/Áu–E*«£õFÉ\x1DÜ0"
  b"†‚[ü;ÞDìŠp¨/y?0?"
  b".Kó§.®Bó¿åÅEck┌\x19"
  b"\x1C\x1E=²ÈÿM©®2,|£\x03µ+"
  b")┴¨eÉÁF[╝S┼\x1F¢Y c"
  b"¯M¦WÔ\eA╔Ø ┐\x02ñ<¬ÿ"
  b"mñ4Ú£sNèšÛ=\x00µuíL"
  b"ôkcTx}O\e©‡>\x0Ee™õZ"
  b"*<Œä}\x08@h‘‚\n‘¬\x00Ò%"
  b"2ÖNäõ€G<¯+&ù¹Þ\x00»"
  b"¤¨H}\x1AƒF}Å├\x17Ƥ«!P"
  b"└¤t╩║┴FkìÑì¤╔VPh"
  b"MñôSgÅIt§PŠí–QDQ"
  b"ì\x00$\x048î@\x1C®®ãêø<þê"
  b"\x15û°v~\x13Fñªß!;²Ù}\x14"
  b"˜gkÀ›ÓAʆr\x19\Ûpá\r"
  b"└O\f\x1AÝÞ@®┐¯Ø═╣À(:"
  b"\x1C¢ñª6„KÆ©)á¬â0õ\x1A"
  b"ößðüØ\x1A@\x18Ö©║\x1E\\\x03;"
  b"Õ©\x1E nCEû£‘&º¥\x03¸ý"
  b"OÍÜí§_KЩ\v\r©\x06\x10ˆ\x00"
  b"Yl\x16E®³\x07ÿïˆ<èì"
  b"G\x04]‚\x1E\@7µ\x06§\x0F‡R¤|"
  b"'┴9Ü×ßD*░üÑMæ\x1AA@"
  b"\x1A¤Ã9XGs—E:¯Èû·û"
  b"ø˜¥ü\x1Aw@Ç–ý§Ibƒ¯À"
  b":|μØBA¢•ÓñÉ\x1E§]~"
  b"ÑsF\vñæKÑÉ\x14ro?Õ\x06"
  b"â[‗.Ø9E\x08¥1·ÝÝ"Ì┤"
  b"w°•A\x08¢EYˆ‘n\x02]! ú"
  b"Ù‹”U”‡I8‚\x07Ézæ\x1A“Š"
  b"WL¥º—ÌLÕ¬\x7F\x03¸Gbz\x1A"
  b"M9uÀ¬üL\x19\x19µ┼ÜM¯ö"
  b"¹‗æP┌\x1EG║Ø¢dßk±4Æ"
  b"ß·cÇ‚~A\x00¹è…,ÎÜ\t­"
  b"­"Ý╔_pChÉI»\x0Epé×\x1A"
  b"\x02\x10Ñð’†L°¼¡"‚&Í\x01\v"
  b"ô°Ð9'¸H"½ËZÉ£3\x1DE"
  b"\x19£ÆíI»O¥ìr\x17Â\x1EË\x1C¼"
  b"`÷ xF\x04H6º\x10©³Ûã´ù"
  b">{Ù2{)Dú²®•PIrÉ\x08"
  b"(\x03X¦WÞAx¿╚µu┴Ålã"
  b"Å\x0Eˆ<(lO\x01ŒÕ˜È\x04áqô"
  b"åšàp4áDщIíó±`Ðß"
  b"$(╔╔ÇRL7ÅîÎÚkn±b"
  b"csQl$░HŪê\rç,\x17\x19Ô"
  b"ä?8Ž4—Dé·Á(ýMœ²`"
  b"©©ˆSwÉH•‘‰Ï"‚\x1Cº\x18"
  b"¬*ßlf3CV¨X\x08íØÑ`y"
  b"SŽ|¸%2H\x0E¾ÑUè׊ؔ"
  b"ÖIÞ║Ø«J¸ºıð>õXåd"
  b"ÄTo\x00hÊBò²Ùq-Ägy\x10"
  b"ÙÇ?\x10‡_Oë³Ú\x17¹‰ÍT÷"
  b"({U0îVH¬½?\e­ofï³"
  b"\x05Ø\x1D 5┐@%¥¯j│}YKÔ"
  b"""
    A\e\x01Ñ/NL9´\x03\n
    ûÕ6
    """
  b"KþÞ\x04ÖnM•–Õt¨*#\x0F\x14"
  b"°ª£V¢rM¢—7ul_\x1E\x0EŽ"
  b"–«¶¼ƒ\x1CIµšë?>í_öJ"
  b"ñž¿Q\x14‘Fž¯yÜWƒ¼T\v"
  b"ߺG╩ÂÜD┐░5ıÉ\x15~F "
  b"!\x13š÷‡ç@µ“\x08û\x1F®¸+J"
  b"ÕhãwAiA8’’eP\x1E€ä-"
  b"""
    \x0FO¿×ƒ\x07HƉ\x13¼tX\n
    ˜u
    """
  b" ║0ØE7Jë┐Lu§Gu\x19"
  b"\x19S\x1CEIñMˆºÉ<ÞþF\x13ø"
  b"ï»g×¶ÛMl›·\\x0E\x08[Ûþ"
  b"S\x02µR\x0E&F•¨j/…é—\x1C\v"
  b"£ç­ŽòyEð›»g¨kᚆ"
  b"²ŸnõoÃL\x17¿&w\x06´\x08æ("
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"\f\x17ÅîF+Mèû#Ü\x01iÙÙ«"
  b"Œq…(œ²Fó„€øt3Hê1"
  b"šr.¦}ŠM\x13±fÃsßü=†"
  b"±e·€ÏsE™§U\x0Fø)xÂ\x16"
  b"ž‚…27UCv£\x05˜8\x07—¬;"
  b"""
    Ñ¢û\x12—+@*—iDñ\n
    \x0E
    """
  b""(irdÿAÓ°F5Oe(9®"
  b"\x0E\x7F\x17?\x1E\vL\x0F \x07¦,;Çkê"
  b"©«üP“âNr©¾¶n0®\t("
  b"¿ŸbÜ\x08CI(¤ãšÍe\x04Æ”"
  b"%Ìßeÿ:B…¢ÏQÒ|\x1E"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"ŽÕ§/ª*@n”\fL2“×T/"
  b"¹r*ö¸ôM#¨Xƒtx\x04&\x04"
  b"m┬Rê¹BO▒ñ½òÅç亭"
  b"C\x01\x00\fÿCA‚ð33@³h­"
  b"5¥ºTÑ÷I_©jiù‚” ×"
  b" ÉÞn¹„Lšš\x07C/ZÝ\¡"
  b"Ì%×L$YB†¨‰ÐuŸ\x12Ò°"
  b"2I£┼ËÕN└ë‗Ï:¤Ø┌w"
  b"båci.ML‚©}Câ™NIÉ"
  b"\x1A@ÂMXƒNΰËJ\x17.XöÚ"
  b"\rÇK«–µMù˜\vÞºLýÞi"
  b"5ù»Ï[°D…²|»ñÏúŸè"
  b"(Þ┘\x15╠õKì£4█c\x07Ib\x16"
  b"╩ §G╣¾A®ØË╩¢\x06Ù\Ï"
  b"q¨`┼<╚GùäôØÈ6Câä"
  b"ÛŸµûO\x02@ö§¤9Æ\t‹Ü™"
  b"™‘ø6š0I{´ž\vhŠkB2"
  b"Ïzn}µÐN¢´?ש.\t>7"
  b"­4©ÊûðA‚ƒ9^ÖBy\x01ó"
  b"""
    úµg,'\x02@ˆ–,ж\n
    ®í\t
    """
  b"Jù/ïÕÌEœ´\x15÷=7kù\x02"
  b"µ├a/ÔìMè¥ô"¶C▀\x1Eb"
  b"÷D'ºÌëF\x0Fš \x13`DëŽé"
  b"\x04U/ߌgB{©aÎî[Žž)"
  b"€·©¥ÐÁ@\f±é¢\x05$ŒÛ\x1A"
  b"ßÌ\x17ÔÓML]£‘8£\e\ÄS"
  b"M@x\x1C\x13YFP²ÿÂÄ\x13\x7F–c"
  b"e—-Ò\x177MB¶¤\x06\x16ç\x1D"
  b"\x17┴Pı\x14■AÎìÔÀ\x00xÈ&\x02"
  b"kˆ‰¶\x7F I`š«äxÑã„7"
  b"åß»Æ\x02ƒLY¨‹G‡qå\"
  b"\x07U\x12öÁ"KEº¨‚ò\x18 ÃŒ"
  b"uFWÆ\x0FèC†ºôF#®CZê"
  b"…Ü\x10\x19„«C"¶UÑÊ}5NÂ"
  b">¸o\x0FníEl€ý‹\x08\x07Â"
  b"þ’\e%çyI\x16°$¿†\x06%4\x08"
  b"tI³£íQA"¥*µú#qnR"
  b"€/˜á\x17tFþ‘–BÒ\x00þЮ"
  b"""
    Ð6)ßàO@̱ץ\n
    Õ\x10>*
    """
  b"²1\v3];BÓü\x01╗³4ıÛÛ"
  b"y│\x18)8ÎM6Ç┘╩¯É┴\x0Eƒ"
  b"åMÐ\x13╗$HZÇ'\vG█º\x7Fü"
  b"Ùø»¶‰ªOU‘sK¨+ñð´"
  b"‚4q7=mE\x1A´œ°¬\x1A²©›"
  b"\x08▒ûÙüåO\rñ\x10Û┬äIÒT"
  b"R«°wÅCD6£õVv¶÷\x1D3"
  b"Ð>║Ää\x19DÄÅe¹Ú )\x1D"
  b"\x7F'qÍ»ÚCd¥@½C[ºWì"
  b"\x07\x18iq╚HI@Å▀Ôù½U÷ò"
  b"L\x1A▀├¯?G▀ì4|\x16t!Hi"
  b"'=óy¬+A§‘k‘\x00\x02"
  b"†ú\x1CìÈ\x02NP‘3\x19ãìðV\x11"
  b"J°—©úÚA=²4\x07:æŒÖ×"
  b"× Ó/\r€E\t’9Džýb\x7FU"
  b"ý┴ lCWHºØ╗òü%$~$"
  b";kŸŒ7¡Bp½RŒ\x01©ï˜8"
  b"\f“Å¥Þ\x7FIî‹M˜™Ñ'ðÿ"
  b"<ÇvÝV¦D§µ½Hbà\r\x1F/"
  b"à÷(mn#GÈŸK\x07\x161xxA"
  b"(ÉK═t╝HôÑ1a\x10kÎðx"
  b"B&)GÃ\x14G¡ü░║ÊÃ+]Ó"
  b"sd\x07~müJó¦B/×7µùÐ"
  b"""
    \n
    ÷¬Î‹CC²le76\e\x10
    """
  b"Çqܺ]™F@ƒu±5¶–‘­"
  b"\x1CB`Mj‡ML¥\x1F\e/X;•\x10"
  b"øÎQH†ÎLù®E½(gYnK"
  b"\x1FîòxáõJçƒoÉj‗/¿°"
  b"\x0EmòªD@à\x0FêM´ë\x05Ø"
  b"*=Eß‚öA\x02´^XÌãƒ<\x10"
  b"DC®èŸcA%‰¯ÒFãÆ7Ä"
  b"dâÔ\x08n÷N\x1E–†¸sº`Êü"
  b"\x05¢‘áHþLFˆCj«F \x14\x12"
  b"3Õá\x04\x18└G\x05Å<h~.\▒<"
  b"´Ê\x1Cå\x10ÇGmª3Ï­‚Of×"
  b"\x05ÌTj™ÒKϯvŠ:¶\x0E M"
  b"\x06\x06Qî$N\x17“ÑCÌŠÔõì"
  b"ëC±\f\v\x14Ne™ç§è\x1DÅÐ}"
  b"""
    \n
    çcÚ\x04)G“¡!¿'??¼¯
    """
  b"’j\x08ÑóÛG¶ªz¦Tx÷“\"
  b"¦2*¬:ÕO¶µv+\x1E-6ÂÎ"
  b"Z#ÿòçpHJ—uƒŽ-FР"
  b"¤4╣鬨HÝü▒\x10¡\x11¾i■"
  b"\x13t­Ÿ,ŽD‡†_ïX8oÎP"
  b"t\x0F7*ÞbF‚¼½ §\²"\x1D"
  b"¿¦¦╗■~DÛ¥┤h┬▓\t▀ì"
  b"ÆÉ°\x088\vE;¼JÕ—{/òs"
  b"ᩨ|îGK}®\x1CqC„û[Í"
  b"\x15lD ƒ\x0FIÉó¼?\x18\vA"
  b"®ˆšb$”OcšQïÖRÞ™…"
  b"╝¢\x07Á\t╚IìÂÝ·─f²╚ì"
  b"¶1tRwON]…Zý: \x1F"
  b"X0 Šž²H\x02»%¸MÏŠrÕ"
  b"Ô_4¥\x0Eê@à§v©¿ÀÎn°"
  b"9óG_mÅD³ƒâ›Ëtì´»"
  b"~Û?Ь7N9·§g\e(µ<"
  b"Sÿ\fBÝÝCq›Û†¹©â¤z"
  b"Œ®ÄE(¼G×€ðÔ\x1E‚×4Â"
  b"š'Å\e3}BÓ¶W•e—ݰ¢"
  b"Ѳ\x1F\x1A=þG:–c£·²cÜØ"
  b"À╝ã=sûJn»Å▒ó╠\x15ö\x1F"
  b"™b<e%A5¾†6Z\x04f½9"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"é7Ô§┴õF¿Åv■gƯ;û"
  b"ëJ¼U\x14èA¬–Bé\x19apäE"
  b"­“Ù•)\x18H9œ‹b\x1C">×\r"
  b"$T\x07¥Ä†J-®òM‰b¢IØ"
  b"(╣╝Å<┐@"é\x18Ïöuƒ\x045"
  b"Ëø¾Ær5N│ç\x1EWóìéPà"
  b"­\x1A\rn€Jߢ,M^ŒjYW"
  b"æ \eıhÉNxÅ\x0E\x19Å┼(Pg"
  b"█çÅ{ãÈE·ÂÔd/┬¸3¸"
  b"-╩\x13\x01ë/E8£┤ׯ╣]Ø\x1A"
  b"JEaè´ßK„b¢ÓWÌn/"
  b"á\x0Ei\x18^ØEA£]‹ðJ]\x16\x04"
  b"\v38­i\x15O!’\x1EÝ(“/b-"
  b"\x1A%Áù\x15SJð´k)ñòÈ(Ò"
  b"‘Q>\x11\x12\fL\x1DžæÂ·[Nó§"
  b"š"\x17`–\x03BÚ©‡4[ó\x1E\x04c"
  b"¸N9\x1CÒ8K.¡Ÿ\x1AÅp¢\x13S"
  b"ùð‚¦€^LÓ€ú\tqÀ|§\x05"
  b"ílTp®ˆGú°‚l\x00š&$U"
  b"\x0F¯ÝÔ\x04a@═ÑðÅ4║═Ö¸"
  b"pò═*oÉIêÿ\x02¢u¼┴╣+"
  b"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"¨ùĪz¬MŸ£\x194\x16NåÆÛ"
  b"osFï\x00„C\x18è2iÏÞ"
  b"ð\x0F´IAªI\x7FºÅ\x7FC\x1EÙ£t"
  b"~\x7FuóåNB¿™Ï·\x17\x15"
  b"ÆoÍñr’AÃ’\f\x08š¢”\f5"
  b"_\x14Ãÿð\x10I\x0E´ÁT+Ïë­¤"
  b"\x7FøØ\x14À)J@û4°f╝ä$\x11"
  b"á<Á\x02{:D.šlÙwºCÁF"
  b"LX\d’èK¢¤GòŽüÚ›æ"
  b"\rP\rt%ÿH{†±_V»y&ª"
  b"ìÊÔ╬\fãAó▓\x17ô\x12▒+ø\x19"
  b"¨§\x1A³#\x1CM\x1A³ÞÍö+PJ\x02"
  b"ºÞ®\x11»\x04A'©OQÿ\x1D¼Ü\r"
  b"£Ë¿=├~J═«╦-Å?Öh¡"
  b"Ïè‰Üe>FĺT¤ô® ¶h"
  b"-ÊÒ\nñÚD<™)s\x00ä\x19îQ"
  b"×¼/\x18Y$M\f¡IS1[Á„Q"
  b"\x1DîÛŸQpK»¼XNâƒ7d“"
  b"Ö2ëHïUF\x1F·ÿV¿]^ÿã"
  b"ã\x0362«ïB®Ø×gÇPz7ã"
  b"V╚È<§yJ\tó╦ 7¡#Øÿ"
  b"┤ëMºmüM|¼\x07ô\x00ÒrþW"
  b"\x1A®ûÚ´ÝD╩Ø?ý®I9└@"
  b"‘rH>®ÅI¾¥1ó÷\x08\x0F`>"
  b"†”²]£ OÒ­~\x01[ª‚¾s"
  b"¯á¼pÜOF¶½ƒL¬"²1†"
  b"ÆÁzž:ÃA\x04¯(þ\x1D†ê`\x03"
  b"ˆË;¸ùL@äœ\x1Eq›>\x13Âà"
  b"g\x01\x06]G¹Gºñ°`òü³¾═"
  b"ÏÑ/Ëó²L\x19—µú}ñª\x05\x13"
  b"«Íè┤e┼OOÅUü┼êÜ9p"
  b"TÇ·u\x03ùF\x03¦:õÑ\eò\x04Á"
  b"~\x13ñ+Ñ¡Cæ˜×¯ž `\x06·"
  b"\x04¾3•õ³Iy˜¸öxÜŽ\x1D\v"
  b"Aú©ÿßÓDS¯…˜ªd†ñÔ"
  b"""
    Ý_̯»\n
    A ╝-ì¦5Êó\x7F
    """
  b"^[iåææKp‰\x02ήȥ°+"
  b"¡Þ÷Ä\x1EOC/«`ý.\x1Dw…Ø"
  b">\x06¦\x18`ÆNZ®Ýiñ¼ìC“"
  b"Ðð%‘†dGã‹<»ÈÐ\x11õ$"
  b"ë\x16\x05·LB·¸•<˜Êt,"
  b"•A³F;¡v`B{\x11N\x12"
  b"Zl\x1A髨K┌áºè=ÑK¯O"
  b"Œ3\x0F7#ùA¡Œ\x18ˆ-ý»ç\v"
  b"­õ?\e\x03‚HY¤6m\x04p( \x08"
  b"%µ†\tœªHø¶l×A€×\x19Q"
  b"†D€—'\x06EUŸ!›»%• ù"
  b"(Ëf³╦┌Cóòjø╔µì²ÿ"
  b"\x041\x7F¿ˆ°JJ¿–_ó…1Ñ7"
  b"»ägBjÁDü uJÐ\x13¦˜Î"
  b"ü0ãì▒sF\x19ÿÔ\f╝P~Ð─"
  b"üÚ«zÙ3L¹—\x10%\x159®'“"
  b"\x1C_ý┐Ü\x10N(ü°Ó)E\x01"
  b"▒+(\x03ç║HÅ©ýG!fe█┤"
  b"0Îm\x1C$‗LÎåËÅ$¸┼═n"
  b"œfY %-Ký¿qqdõ\x11ݲ"
  b"B\x7FKcÚjOì▒fêB1ã-─"
  b"1s\x16bãÑEõ±\tv-ªù\x1A%"
  b"U¦g9m\x10O¹º÷“\x11³š7‘"
  b"'à{),¼O|€\x02cBf©‰,"
  b"ñŠO0>ÌLJ‚Ù/EÏÀæL"
  b"\vêyÞ\x17│L_º\x03òÉÑpü9"
  b"""
    Ùî\x18á‚—@}†$ÝmtÄ\n
    s
    """
  b"y#=■lØOYà#╚┌V_┼r"
  b"\x0FI5FB4˜À»,Í-šl"
  b"þ:Vj§²MF—©\x01A‘´\x04Û"
  b"[õØjµÉKôƒw.o®Y]Ô"
  b"└ØÉ▒>%FRâä~¶‗½ø\x18"
  b"\fì\x15¡"\x0FOÔø▒$y¬¹┴ë"
  b"õþ_Ñ#\tM\x1E´¾åw\x11\x0E"
  b"V#0Æ”è@\x18±i~äi\x1F"
  b"“gLÊ6\x17GY˜«i‹\x14\x7Fú\x1C"
  b"\x1EìÍRÖ,J1Ä"Ð▄XÖòú"
  b"Æð#e\x16öJ–±ž‡,î'Ž6"
  b"\x03ÔÓ9A»Æ\x03!ÇÆý\x02Å"
  b"6µ?·z\x13EǤ~ÏS\o\x06¨"
  b"_8«ÿÇ┬KØ░ g9└³Ú<"
  b"±â{€\x07@LƒºU‹÷\x1E¬Þr"
  b"Ä‹IÌíŸDŽ–\x08ƒòNËj\x7F"
  b"%r.\x03\x05G@\x03ì$\e8ôyÞ3"
  b"ñèèVç\x13K%®6Ö\x13çT8ª"
  b"t±Ì└Þ╠C┤ïØıw\t½ã1"
  b"rS@ž\x05ÒJ\x1Cƒô\x1Am;ä\x1C5"
  b"É º\x03YØCȵ„{Pv\x07"
  b".¿Êµ\x171E†²žØ\x18}§êÂ"
  b"\t¢0¸M°Lx€\x00Kä=dAÙ"
  b"°ÕëýGìE´üß\x14▄0HPã"
  b" \x15\x06º_ÎAÀü2Í╦^do "
  b"!óM%igM`¬—\x1FCY\x13"
  b"ã¨Wƒ–„EA¾ƒð1ªÐ†b"
  b"Ö%Ôô\x163L?³³%~½d8\x05"
  b" ­ª\x01¥>BÔ¥Ìü°k\eÅ)"
  b"║ÀK\x06É>Mó»áG\x03îµ½\x17"
  b"Wœjü32F„§ÒœY\x04\x03'"
  b"Ñ‘.­ßKN‡ºN%CF\x11\x04\x08"
  b"©▀½«ãÇBÞü\x02çD¸t¤¸"
  b"ö‡¦s¸“FÄ¥¯¦W\x03£–Þ"
  b"""
    ÀJçûoâO┼É╣ª®\n
    2uW
    """
  b"=¸ìÌ‗kC½╣6G\f¡Ó¨¼"
  b"\x07A>›¦öE䃞úNÉ\x16"
  b"B…QÍ@\x07EÇŽ¡ŽÚE\x08Ôä"
  b"ìîV|f┬HU▓}┼\x07\x13U"
  b"áFÚ¸!|I¿▒äÛ\x10#ƒÉ\x0F"
  b"""
    ðf6\n
    |†O4˜—{r8Ãlb
    """
  b"&\x17â8\t6F€¸à»\x05ø)a&"
  b"†‡‚ý4\fNœŸf$q\x016‡Ô"
  b"\x04░r╝¾J5üÍF┤3¡\x11B"
  b"\x10_\x0E¿KM\x14ÉOÏu}\x07"
  b";þ(\rhìH§│l▒ßÓ\x01"
  b"*i]ÈN!I;•›±ÎEF\x0EÙ"
  b"ª╗-ÿ°¾N\x1Aöæû\fì╝×\x05"
  b"ÃÀþÃzÅCSŒ=²¤^»E\x10"
  b"\x19ÁµüÅÓK\x06€2&‹M\x1Fš$"
  b"\x02u0C¿äC[«Ò)˜ý›^I"
  b"ÜÑ¢]tPKÒ¥™ýæù[ù¼"
  b"\x18\r´\x12\x1F;B%ƒ¿oz]Xûà"
  b"âlKfX\x0EA?“\f\x12e\2"
  b"geh█0}Mߨ¨³çr¯Q╦"
  b"‘(\x1Cˆ\x12¹@\x06²;"\x10?ûŽ6"
  b"ƒÁe \x07ãJ¤íðCOâì╝G"
  b"­Hù■¾\x1CKÍíüÒ\x16Ã█\x1F\x00"
  b"┼╬Ñ)qÉMc¬ß¯×q|\x04ª"
  b"ñ\x00*ÿ6ÁDX²­Iûb-T\f"
  b"2aÒ\x16ŸžMö‘Ð;¿KÛò-"
  b"`®▒├É╦DnüÔ\x06HRºÕB"
  b"""
    \x08\x18ÙýNo‰‹}T…\n
    
    """
  b"\fçˆ-=ÿ@\x0F\x0FD+\x16\x1A"
  b"\x01‘?ÝAƒ­çŽm\x0E\x19ç²"
  b"üIßì×»Mý¼äÎ\e]\x15"
  b"°¿\x05\x12#&BÍ­\x03É–¿¨\r"
  b"Øj!■V)FÏò¡Ú├ì└co"
  b"ë╬ÖUI\rGc¥\x15Å├▒+l╚"
  b"HÊk²þÍOáŒ|n\x01\x04\x19\x01"
  b">|\x1AñyeB}­~MBßÌ‚ó"
  b"¨\x07\x02½r‹K縈±\x17\x022"
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"O\x03Ç—m\x19L\x15²\x14ïo]%LD"
  b"(<šÄ¯†E\x0E¬\x1Aå0X\x14[›"
  b"ZÑ»r¼ýHV˜e« cœË "
  b"¯\x16ÉË░£O▄ótú3\x16ìKh"
  b"AÐ▄\x17├*@}£╩ØîB░ó═"
  b" $@Ö\x7FžKëµ¶4\r¯\f'~"
  b"×xAÎ\x05RHl¥iZðÎçCŠ"
  b"7^|▓■éIeû`CFpðCÅ"
  b"±£ý\x06ükF█║Ç\x06ÒY│õ@"
  b"\x18ØÎFo\x19H\x04ël%#kÇ0W"
  b"Œ­¶ôj¦O͸YOSï…\x06a"
  b"\x7FG²Ì“hMÔˆö³Cǵ¾g"
  b"›lþu\x03ß@˜”º–É\x0EI S"
  b"!ÉP(¨¥Kù╗ueW┌©ãî"
  b"m‹aQ[%KZŽ!p@ͦ¼±"
  b"+\x13Äß“™@á—›¦ÛTÆ\ö"
  b"õS-ŸÈC@–ƒú÷*éÜ&"
  b"8×:°(êE|·BeËJ¬Ý‹"
  b"VÏøåå¥G¾¿"»ª»©\x19×"
  b"†›cw›;LC§±¹ª\x04÷\x16y"
  b"iüÄÿÆëI┼¼ï@──/Ñ¢"
  b"\fú1\x1Cý\x06BUƒd€£\x05OZk"
  b"\t‰èÍI_M(¸[5&NÉU5"
  b"˜œ_ü‘¯Kmƒ»Å|%X´ñ"
  b"úʾ\eeÁH6¡–töÀ8ŽŒ"
  b"Kã²…üœB±šTb”Î\x04:/"
  b"@t▒a·âM┌ä\x06æÿ%üýí"
  b"┤I\x7FK_¤GÓÑÒ¨Á/ZÉh"
  b"È ÕäeuLŒ—£\e{ˆ’àü"
  b"$ÁB/B\tKȪ}'ä{ËÿC"
  b"│XÚåM\x07Eúü½NÃP¶zä"
  b"R±G\x1Aè¼Hj—É/nxÅxÓ"
  b"êZV|ØÕ@ܽ┤ÒòHÉä«"
  b"7¸óÓ÷êF{¾!<¨g\x7FV\x15"
  b"U٧ݵ²H‰ºÚ\fè”{\x1Fÿ"
  b"PÑ…2–rDòµ\x07Î\x051 ª]"
  b"­ò\tò\x1C LòŒZ²m¢QÞ\x1D"
  b"þ7c3ñ┼@┌Ñ0?Ø®(µ¡"
  b"}´ñ¼eõIĶȦ\x7Fs#\x15·"
  b"s[Àø]p@nв€9j©ùO"
  b"unØJ\x16ßNÐåC=█ç;aü"
  b"\x04▀‗yFYØà¬´ÿ\x0E+v"
  b"süç°jSG§™:QI\f\x1A²ú"
  b"åacl\x1EXO²▒Ø*!t┼<¡"
  b"RIzHÂ<H/’í\v0D\x07"
  b"+oíÔ═úI6Ѻ#Û\x16'oØ"
  b".2[ñÿ‰D/¼:’{Bâß“"
  b"o╩¢(¥╗F"Ö╩pz4Ü╠ì"
  b"žáo[¨ÑI\x17·…ó×\x0Fjh%"
  b"êB§/©#D\tˆ¼Gº\x003[Ÿ"
  b"&So¿ãÛ@¿’\x13øw®ŽñŽ"
  b"j×h…ëïD\x0F¥6™ÿ\x14B;a"
  b"9ÇÕ:ÐE\t¤{Ã¥bMX|"
  b"•ŸÓ÷#–O[°Oü\x06¥\x07"
  b"j7¤pûhO═┤5ùÐÉNÂ\x11"
  b"eŒg{‚}My¾•\x05</7V‹"
  b"B*š¬—eFÞ•²wÉ\x00ºäÃ"
  b"<\x08%k—žK\x1E‘ˆ=\x1F]²*\x1D"
  b" áßà6=O·×ƒü2UU'º"
  b"D\x10œ)?§B`¤w§Ñƒë-ƒ"
  b"\x1AcWË‗ØLa½\x7F\x145¬ì¬/"
  b"\ržÉb¼PI®–vÆíà¶jw"
  b"Ö"\x04š4 KЇ?\x1D\r"
  b"\x15ý\x19Òæ¾F²€ººöx™µ„"
  b"~░üV\x1ANEp╗_s\t\x13"
  b"øNª\x04!ïG*‡\x15¾ç7áÉó"
  b"\x004ErðäCà”\x16Ï»¾,ýÇ"
  b"╩ØënEþA┤Äø;'ÄFç½"
  b"f¼èäŠØF\x1A˜€•¾1*ú¼"
  b"""
    ó\x1AÈ\x19\x04MC_†ÏÃ\x1D{\n
    U†
    """
  b"¿M╬L?ÍN{çóÎØ\x12\x14\x02\x1D"
  b"\x0Eêx\x0ELsH#šß¶\x1FÉ:Õw"
  b"\x08┴cý═;G\x04ÅOdA▀"Jy"
  b"\x00\x1FCÜú¢Ú¾#¬╠k"
  b"TÓW\x02TéA<¯Tši=(9ó"
  b"Ý5ß¿\x02áKY║\x11ÎÛÄ\x03ïì"
  b"R4\x18ìCÙKb‹dÆéÀ÷¢—"
  b"†˜¦¶œIA–Š£\ráýœ&ô"
  b"ñ*jfŸ5I ¯bñRWçÜ\x15"
  b"rÐn\x1AšÞDΰ\x12etI\f‰'"
  b"K┤\x03[åÒH­ê\rW@îêØ/"
  b"":\x7F–áK@w®P\r$´¸\x1Fr"
  b"*iØq6âCº▒n]▒ ×╚`"
  b"øö+¹Û@ByÅ╗*ýfRÓ^"
  b"÷\x1D╠Ó/¹F;▓ey\x1Cø\rؾ"
  b"3¤ij%ÊKù‹\x1E:93\x06w%"
  b"ͬ†3UnFŸšç\x17ÚÕ‡ëá"
  b"óT\x06RB\rG║ÁÉp╩╦]┘×"
  b"┬:ÈJhÄJíÉx\x05\x1A¨▀·8"
  b"oçVHnæHv²H’cUŒ\x10¥"
  b"ã\rr{’‚K•Š'\x16³%U¡+"
  b"j\x17\x1C«»9L╝┤A\x13ìoÚ5\"
  b"òü2ÕÓþBìè║ú­Õ\x12"
  b"HÎZÏï£Nè…S‘Ý»5ã;"
  b"¬Ÿ…\x14­ÓC<žÆ±?q=\x1A¼"
  b"­wŽG'K\x1A\x0E\x7Fιlöo"
  b"oü©\x08éðB\x1CÑǸ¼C#Ëq"
  b"×7t\x00\x1DûFͨ[\x7F¾Þ1 â"
  b"\x06ê8╣XpC╗«\x7FA▀ƒËü?"
  b"'‡ˆ³§¦G5­ \x7FSÀ&C\x1E"
  b"íþ]˜pì@p‡"Oz'»åb"
  b"‘a¼¦<{A¶‰ÑŒÛ­±å "
  b"ÈÇ╝î·àIì¼±Á©L¨│█"
  b"8Ò¡Z™íGG§Ý®è:$Dê"
  b"<(“'$ÿK\x1A¦MòÀ)SÉ$"
  b"Èz‘\tÀø@\x0E‚t™?V\x00|…"
  b"ÀÅ}PXDIıÑô├XSé×Û"
  b"i\råÝÁ§C—‚µñ'V|\\x11"
  b"GáVPE¡Hs¼\x16¶Ö&¡W&"
  b"ÉVÈ▒mËCyç\x1EWbÚðv^"
  b"âòÜ?I\x7FI®‘\x07äÀ\x1AÆ\x02\t"
  b"\x1E=Þ¡ÂgA2œ«'Ë\x16(\x1Dn"
  b"“+5,©½A\r–¾¦\x08¼Ár\x08"
  b"\x04ªÀ°ÈÉNX¶½$J¯ä®\x05"
  b"ÍÏ3À\vïJ×½aN0.þt\x11"
  b"{¢mºê&@B³\x1Fûí\‘\x14æ"
  b"춢ج¹JÀÆ\x14Y(Ã2\x04á"
  b"(­g`]%E-¹2€žådôõ"
  b"Èúwb\\x18GŸ°Û\x08±-{\x02\x0E"
  b"µ ‚\x00½æFźàovŽpäö"
  b"X'î¿CôM–™~´ð:>…õ"
  b"ÔÏѦ\x03ÏN~ˆ$_k\x16\-ß"
  b"¬Šp¡Ä\x04B\x19¤ç<à\\x05…P"
  b"ÊÙáYgêKËŠM×¼Ÿˆç/"
  b"Ea┴î2}Hî╝Gx>7dìƒ"
  b"Ùœ\v\x1Ex¯Fy¸).øc™_!"
  b"Uëþý@ÕL\x07·¯L9˜3¥\x1C"
  b"\x7FQ\x1FAú=Bp®Ìü’ˇ7þ"
  b"ÓJ²╚m¤Oèªp═â üƒ{"
  b"îY¸ó)oBdì»è╬\x05Ø\x14\x07"
  b"Ü¡1Ðü HÝê\x03á┘³ü1Ì"
  b"Ü$>?~ÁK4«\x19‹>|8ý8"
  b"lºÌl$\x07F~­\rT¶þÁl‡"
  b">U\x1F+g³G\x1CØäÊúÚ`\x13L"
  b"N▒?1êXI\rå4,Mæ\x1Fì╔"
  b"É’ö£Ò\fA§’auXÕR±¤"
  b"ß\x15Ï\x10FØB\r…•޹<=Oi"
  b"Eª^É\r¥O‹€…ª.3Èk\x01"
  b"ìo\x196)╬G\x1Fä┌³║j­ıW"
  b"Ô/Tc­d@£ŠHyÕ\x13ò‰"
  b"\x08µ˜Ì:¿Cäˆó¨è#\eío"
  b"ª\x08Å┐̧F\x1FÜt\x00ëíÇGV"
  b"ÇëÈ=¡^IM‘Ƀ& _"ÿ"
  b"ª©=ž¶õF ¸ÏkgŽÏtõ"
  b"\e.¿£9ABs‘šIRaÕpÊ"
  b"Œ¸\x7F:\x0FJAå·Fm¢*6©Ñ"
  b"Óð˜v&¬A!»C\x18\x1Eøû'"
  b"•ä\x06˦lA+ª•–½ô‚‰Å"
  b"5äâ3ßÿMZ¡\k'^\x11"
  b"¬\x0E\t\fa\x1EHü▓{Òô\x14\x01¸"
  b"™WÔ†_âE½€`E\x12Ý+À\x1F"
  b"Ú÷ãå¦GýØ´Yæ\x00@\x16"
  b"ú\x11î¢ê,O2›ôˆG=h«\e"
  b"ÉüS─╣\x07B}À\x01"H×Uh5"
  b"r'Œ\x13k¦C¬´-©`zFW§"
  b"\x13öñµR­J5¼ÉØç\x13: ┼"
  b"ÅJ<1\x0F\x00K░û\x7F) \x0E¼S\x02"
  b"‘wr\x18"í@‰¬î(}\x18gîu"
  b"çŽFùRòFŒªL¦ò’¢Ì\x19"
  b"b!µ5k:F͘%»\x0FÚ´ê­"
  b"íÀL:ÄóO³¡z&Æ\e\x7F:\x1F"
  b"Õ\x10U^qÖE ‰\x03×$ÆÅ‘g"
  b"ÄÝT\x0E│&Ogøy]üNbCh"
  b"ŒpÇ?ÎòKA \x7F|ªWªæÓ"
  b"'8|\x05*\x01J —º\x14F›Ah†"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"‹QŠÜv…@?ª\x0EC~:\x1D"
  b"­Û\x06\x08gÂH╝üJ\x0F­^l6ö"
  b"p7ût¯%A(¥\x1FD|\x03¯ŽF"
  b"zÍNöŸ(Iÿ‚gÅÓ´ªí`"
  b"ײL8`ÜEH€Û€Ž\x14\r"
  b"h\x1FúÉ\x03ïNº‡ìmèåÕ”Ç"
  b"Ÿ€\x10F|!@\t†¤\x12¡ú(Œ½"
  b"¥~]\tóôK\x01ìADô×\x19â█"
  b"Ò\r+*QLã˜\x00Iÿ\YÖ;"
  b"ÇW4QBéIM¼\t™¿V¤ÐI"
  b"\x0FR15¿ÒNå€xÌoï\x06çd"
  b"-IA\eÁ|L]‘mêðjâÒ>"
  b"ÊgV\x1C"\x15Gx²”ÞÕH±,«"
  b"<ˆôA\x0F´B¦‡_Ñai“v\e"
  b"–Ih\x1E4EBp°£³¼ÊWS\x07"
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"ë=~\x18ìcGÙ²\x15\x03EÜ"
  b"Uæ×"Å#Fv¸i!†3@13"
  b"J`CçYAIÈ ¬þ”ÖÇÿò"
  b"¼µ\x15"­>H\x19—’€§˜RȽ"
  b"\vG³ÿ1<Aö¾Û=%^\x15p\x10"
  b";+(┴\x1D\x17IÇüZ&\x14âcn¿"
  b"G,í.+×E(€ñ¤†Ì4ä—"
  b"£»üic®F:¥«£\e╗Èá "
  b"X‘cð pI£¿'³›KÝô«"
  b"~\x11Åø¼mO5‘xÌ· Yâ‹"
  b"7´Ñ ~LGAÀüO╦Ûþг"
  b"®0Éûh4J0¸¦CžPˆîø"
  b"ë\x1AòMÅ¢K\v€Q©~ò•‚†"
  b"\x1A\x16¤F\x11êBú„Që•ë’³\x16"
  b"J6BÊ+ÇNéØ╗\x01²\f\x13÷\x05"
  b"µ~Õ;\x1CtAå¢ÈnD¡©\x15ä"
  b"áÊ¡ÅQùKÅÉ´`m!ö%\x11"
  b"e³f¤øªL1ƒíbŸÌE\x08x"
  b"ù¦öîéXJ}½*ùX8%•Œ"
  b"þt\x05ò0tBL¯åøÝuhžG"
  b"ç▄ü|ÊÍMg░&\x1Dã\fb/À"
  b"""
    Bú^Lö\n
    Kåªkïflj—ý
    """
  b"ÎNL'#ˆA¡•V3ÄR\x1D¨¹"
  b"M&X¦''H°°³íC“¿k…"
  b"\x01uš”ÈcFÇ™\x1AbÏÔÛhR"
  b"\vÀhë@\x11”»QXÍ­\x04v"
  b" o¼=n,D\x06°=x^¯Ó{Ø"
  b"ÉЯãBßHHÑ<ÌØ´£╠î"
  b"""
    ÃHG\x11p\x18L\n
    ¬dõd¯\x107\x11
    """
  b"ä9\x18TNuJu’·,ëd\x16^V"
  b"{s<\ØÄF─îÙæ]±\x11└Q"
  b"\x03Œ\x18”@V ÄAC§~\x03j"
  b"\x19>\x1F³…\r@#«Â.#-tue"
  b"÷üJ\vf>M(‚NUfÈ%fœ"
  b"”x¸22XI\x1C±"+Ù\x15!\x19ú"
  b"M\x19À\x12"ZMF¾Ô\x07ü@A“‚"
  b"\x00öÌÜ\x15\tBjš\x06à?^\x7F"
  b"‡â\x02\x02!JI¾ŒhòÑ@\e\x04"
  b"""
    ,D\n
    ¡’fE߯lô£'®Øó
    """
  b"8nîAù\x02Gh‹£Kk¼n“©"
  b"\x11\x00E─Å'³ã;┘\x08\x06"
  b"\x07´{>d†Lô¨ùS¼\x15¨”½"
  b"""
    ™/\n
    áúgKª´Pé’B<³9
    """
  b"/\x00ÔQH…Aò“\x0FP¯µ±ª¿"
  b"‹K\’éþJ­½fزI–úÂ"
  b"Ó\x15[B$pMô¨«¼òXÀTò"
  b"¹\x02\x13%ÖK\x19ƒåè§Ô[Ï\x02"
  b"û1\x1Fo┌àExØ\fñ┘'┌·\x10"
  b"R·├/ܬFr╣Å\x18j¯ôã²"
  b"Ùæ[‡á\x00C\x11µ\x12?{^Ö^ "
  b"Éxìý­`K»ºl╬øõÛ\x14à"
  b"µ±¹h "LE¶h¥O€^\v©"
  b"@\x02Øô\x1E/Cý¹ü*½kßÀ’"
  b"×8U˪lHž¢0¼2\e™$S"
  b"kÂjÙœ\x0EJßµ\x1E\x17\x16q«ši"
  b"væsÒŒ\x06I绹 \tïrF!"
  b"\v\x17Ú;ò\x10A}¹\x0F3\x1C(ñ¿("
  b"\x12\±¤„7Nk«\x18ÆÅ\x00ì=‰"
  b"%¥«¾›QO@»%- ĸØ\x07"
  b"…j\x1E\x02=tNݪ\x0E,p\vÒ\x02ž"
  b"GÒ*+OÊKi®┘ß,┤,ü\x07"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"\x14gܽGr´Ý3\x15Ù«RC"
  b"\x17▀¼$_│M_ØÙ%ı²Ö5Y"
  b"Èqä2N\x05K5ürÎÏ\x19\fç;"
  b"EŸ_¬¼m@\x7F¿•tjV Ez"
  b"wङ•]@¥¹/–9£™|`"
  b"„†;œ\x19«Ll»gæÛâÞOm"
  b"ë\x10·5žbHå…rþ´8G¼²"
  b"C“Û\x08EàB\v£Ã5–¦“\e,"
  b"•Õ\x07í\x02aID£x\x11:¤°ª\x00"
  b"\x198@ÿõôO‡†&\x1A*‚/?Ë"
  b"t&¨ÞÚîIËœ\rU\x1E\x18ã«W"
  b"RÁj1O}HÔš "Y/B‹ª"
  b"r<k6óÿIö´àóÜüýS\x15"
  b"\x1F█#ßS·DIù╩R}IWýØ"
  b"(r\x06ÜôFNw·X\x16è \x11\x18ø"
  b"\x03┴I\x0Fı╩Ap┐üI)i2t\x04"
  b"ü\e1˜—-OÖºªòxÀ\x1D0{"
  b"Ø┴²`▒¸Iı×ܨK\tËöÄ"
  b"¥Î®╩\x1A¼A┐É╩KY‗Ú┐Ì"
  b"Íı¯®RZJü┐ı\x18í¡ïÿ¿"
  b"ëdâ§óbNG®\x0F\x193\x1D"
  b""Ê$D\x03,Hsµ©]‡S\rÜ…"
  b"╦■ÉTë1Eãº}hì(éùh"
  b"Âì¸ý¼─Mĺ¢L\x14Åw╦´"
  b"i<\r½Œ\x05Aj“e»¥\x15V|{"
  b"’_f6þçNþ¶ãôÆÂô\x16Ò"
  b"2§nº\x06\x1CJvÉ\x15┼+ßÎÏI"
  b"¬Ó\v,XËGåŠ\x16Ö€-¾J\v"
  b"Í‚·ÛïòJ2ŸXï$Î\x1E"
  b"""
    90®#ÓAM”±\n
    \x049>ž]ë
    """
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"é‰ m·UK;‰ºb[k6\x1AB"
  b"p:ı*\x18¬A9ª╗8■ü╣ðp"
  b"θ!╩­╚@±¼É\x1A©Tb▄\x12"
  b"îÃ\x01«¶³A½ÆT═|D|êÉ"
  b"`\x17▀®ÐêKäûÉ\x19Ã\x1DıuJ"
  b"ìº&\x\x0ENéüu▓èYÝ£e"
  b"˜b¦x´Ý@L \e?ýf•‹Ù"
  b"õ鸨í±A³ƒ#Çë\x18­Å·"
  b"c\x15ê\x00V\x07BÅá\x03╗▄╝§▒$"
  b"_=láÊRNsŠe¼ª\x0Fsu·"
  b"\x7F}­±ÌO‡—à*·ç^ÿ_"
  b"\x19…Š«/7HÌ¿l\x03¬~–^ä"
  b"ñ×\x11\x1D²╚M╝ø▓Å\x18xH\x103"
  b"AÜ]\x164FD│ìðU#-\\x1A "
  b"ƒ©—‰š»N\x0FŸ<ˆÏìæ\x1Dò"
  b"å*2¾3!B˽çÚSX\x7Fœ+"
  b"\faûs\x037E¢²ƒ"¦‘‘:`"
  b"\x00À─à¾~B═ü├\x10Õ%ıuc"
  b"_ãì_╠XEæì\x7F├VÊ. ╦"
  b"""
    ¹™’”o\x07FÜŠ\x08§U\n
    ÷CÊ
    """
  b"5ÌÍÅ)cAØ╝g\x07ús^\x11"
  b"\x18\x037(L\t¦\x1CH\x00½Ü€Ú"
  b"—ç‰\v?@K£™®ù®7±Ð,"
  b"UÌŸ©´…B‹½<\x19žõÁ{\x0E"
  b"àEÎ)…ãIŸ«fÃä>fˆ–"
  b"±ùÌi2\fMb•õ¢&\x18\x1Dò\x15"
  b"èÅ1õ\x1EæK¸▒Z%\x02OfäS"
  b"þ,JÊKqFÛ³\x12/>÷yAS"
  b"DøÕKÆóK}ªc┘ÓµÉä-"
  b"²«[v¾‹A_£<_J×\x14¾ù"
  b"¶4O\x15²ÅH\x1Aò\x02Í\x19î\x14¸ø"
  b"Zw¸',íEò’gÝ|¿\x14\f\x1F"
  b"î:\x1E\x19\x1D┐K_À9Éø'\x16\x10\"
  b"ûR\x1EH]ßLK‰_úMý?Bˆ"
  b"\x1DS\f\x12:@‗åÅ9IÆJy\x12"
  b"…Þ23ÿ\x1EK÷­ùO²\x01\x18b}"
  b"Ÿ5q¢1\x03M@¶—]&N ˆÑ"
  b"Õ▀Re÷\C╣É·æ0¿\x1C"
  b"=Ì!\x08Y\x12B~‘ˆßí»îu¯"
  b"ck╗üÊgGE©Ô┼┤y\x13┘A"
  b"`\fØ)╔vL¾ü\x1F\x7Fõü^WÄ"
  b"™6˜\v'œNžº.Kƒ*òÛU"
  b"\f\x06)™‰ìB’£„iù¨\x12\x079"
  b"wå_‘^!JûŸ”\x05ëq2”Q"
  b"/\x02¡·%zCÚ’¨y0\x12ˆ³\f"
  b"ª•RÝÿ\x1DN“’\x1AK¢µ¼\x111"
  b"œqãaÅ\x08E®»ßÓwýOxû"
  b"sË´ö‘ºA\tªžÊiiŽu©"
  b"†:\x7F:’´Kü±Ýÿ\eÄ­³R"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"\v\x15Ay-ä@A©Eq½aH«ù"
  b"û=D[ü$GüØ░ýÌ;^@§"
  b"\x1D¹ÈØç¸OÂ╝²¸Ï´´\v÷"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"\x03ÛàٜAéž·¯k\x0EÍv:"
  b"\x19{\x16›RwE‡´LGÂu\x05ù\x05"
  b"“Îu\x19B{L¨„ÐWß\x1E”ÿ£"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"j.b\x05Ø|GÎòåo§Ïýõ\x03"
  b"þñPÅ\x02IO╔û▒-ÿ4îÄê"
  b"A¤eø;╗CõØ£Ö\x17ZB├w"
  b"Ü.ÒìÆ6O0œáï܌צu"
  b"úÒþië▒AÖìð-\x1EÑÊ╚\x18"
  b"TçC’\x03\x06I‘€JÆÀÊã;c"
  b"|›É\x17{|HŒ‡+²sÿî}µ"
  b"ë╔\x10\x02½³@o▓┬üïá│\x08\e"
  b"""
    ■¯E│╣\x1CBfìk\vMSu\n
    l
    """
  b"®\x02?\x07P˜HO¿Žo’yÃ\x0EÒ"
  b"ü‡\x14"nÏKQ‘‘L\x18™³ˆ´"
  b"!ÀÉ8▓\x1FBmé\x17\vè╦╩ü┼"
  b"Ȱü¢]"NÛ®Ý\x0EM\x19›íZ"
  b"û è\fõÂHe®t½9KŽ\x06È"
  b"WîÏt­€Nî§cÄ—\x14,\x15ë"
  b"Æ0^gz7B4¶}W𦒑}"
  b"\e¡b\x04ÑêOÀù4\x1Fùɰ╠0"
  b"dƒ­î\x15úOÆ¡ên‚>ˆH\x11"
  b"╠ª┴\x009$D2┤»ë\x1EËØfw"
  b"ôËÍÚn\x17Fÿ…SjMßGQ™"
  b"D¨bÏs!MS¾N¥ÁÄ\x0Eêœ"
  b"7ñ0‹ëJC\x7Fš\x0F\x14ƒg \x19á"
  b"š\x1FÿQñOD¯±\x173\x1F¦–‚ "
  b"\¶║Þ?▓HIø/åÜü«\x00´"
  b"f<âM3¬Aû…/::¤;Œé"
  b"ÃØ ╝ú;L߬]K ;\x18\eã"
  b"!tÉ\x1F³`C3°P~ÅUÂòÜ"
  b"µDç8á,E\x12½],!îµ\x18ž"
  b"x╔Å┘<ÅNr┤m$9d7EÊ"
  b"Ë Ÿã§NN-”\x17)Æé\x1D"
  b"(2€\x10\x06«J‹‰\x1A£S|Wî\x00"
  b"®┌▄Ö\x12«E ╝═ ,69Ŭ"
  b"\f¿*|t“N;§Ñ½ô&…ð½"
  b"%êL\x05›"C\x1EžÈY7#ö¤\x01"
  b"#▀Î[╗ü@áè\x7Fxn}JwÐ"
  b"■²├\eçÉA¿Ä^«\x0F\x07Á"
  b"‚sGá5IJ£®-»\x7F¿JŒ\x17"
  b"ÈlgÓ\x1DÝ@\r›Ú”!ù.Ž˜"
  b"f(T"\x04%J–¤\x18ýgÞ\x0F"
  b"ùÑÇçw\x05Dh›w5ZDMhñ"
  b"ý\qæ“\x1AN!¢PÛÌòµÑ;"
  b"""
    ÄÚ°ÉØéHoЏBN\n
    ŽäH
    """
  b"Z6ô;\x18\x04I.»Bšö€BîT"
  b"}Z;@÷ìB,▒Ú4øÁ╠j║"
  b"¿k"µîàE%úØË\f╚û­¸"
  b")a¬ q\x08LUäsÊÊñ&ÉÃ"
  b"{9dÕe*Lh‹$©¿óøoû"
  b"“†¥G>žN«—+\f(\x10ºÂº"
  b"±êbŸ )NK»_[†\x1F‰ig"
  b"©‰M%E—M[· ëì5äÕ÷"
  b"s­║%ü³@\x10Ç4t┤\x11½ÊS"
  b"""
    ¬Ì\n
    Æ_RB\▒0╦aöMì=
    """
  b"1\x03╠±üû@­á\x04¡╦┐╗Ïe"
  b"µ—àƒ”¼D†¯½\x078…ã`\x00"
  b"\x13ASÝ5¶B±§\x0Fª¥\x1C\x110y"
  b"h¤2Ѓ-A/¤ï½R\x1E뎅"
  b"""
    ╣©ÛVÉ\x01G¶ë0\n
    ¸qz┤.
    """
  b"TЭ├ý╚FMü1t\x128èýc"
  b"I\x7F\x1AkAÇçÍægdd┬¤"
  b"è\x12Ý#G0F╝ï#Åɶ┘Ã├"
  b"Ô7úXü*Kê§Üª«¸àƒ”"
  b"ñjèìëÆAάZ VB╩øz"
  b"TÝj\v[äE|ƒ\x1E$ÉøãŠ…"
  b"K÷֖"@¨¹Ã®®ÌêH\x15"
  b"Ž…\x00UÔ’Jï¿R À«äÅ\x01"
  b"e\x06\e\x104C¦ì,\x18HÎ¥Rç"
  b"\x0EZ\x10ƒL'‚̇ñ\x19ó5"
  b"\x15öv\x1CM<Å╚\ßíeô\x1C"
  b"³5WI–@Œ‚#éqX¦aï"
  b"""
    @„\x1Ft\n
    ºE\t¬±¸¶X’\x145
    """
  b"\x1D2×8\x14rAÝœ+$¬AÜ”å"
  b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP"
  b"\t\x1Fk\x12T‘Lh‘•è2\x06ó…ø"
  b"ø¢/\x19\x01ÉB\x08ëS\x00\x17pi\x00\t"
  b"‚ïo{®\x1AH\r‰rÕÚ>}z["
  b"ÿ†\tgÑ^I4ª…\vI«1Åî"
  b"[¶vJl\x13HÚ­8¼‘(k$Ò"
  b"wÙývsýGЪzQ^GËôý"
  b"š\vÄ#°ûA$¨4~dG«\x1E\x08"
  b"´W¹wQƒN\x15³R\x1A"óþÒ)"
  b"U†DcýŒEr§à©ûÖKù·"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"¼¼°~Ü-G裔Öf-g\x05Ì"
  b"Ì\fâÖ\x1AJN@¼A\x1DœŽ\x00¼p"
  b"$ÇÇFZ¦AÝ\x1DMM¥\x1E"
  b"┬Vg\x0FïwFZ£┴È}yPÅ\x04"
  b"s¸z ³7GײcN€Ae\r\x08"
  b"ç˜ã¾à\x07Oz±‰§ñ÷*´×"
  b"ı^\x11x╚£AªòirÅý7B\x1E"
  b"ˆçk¤t\x00N\x02šè¢]&Â.æ"
  b"Tß¼¥kÁCmèØ\x1AØå¤± "
  b"ì»öùq!M:½¬ƒ[¡+ÔÁ"
  b"w·Ëö[\x10N\x07„šçɯÿæ;"
  b"ð¢¼▓dMF½║:Î┤jÉê┬"
  b"£O`Ti¸LÿÉ■\fpN\~i"
  b"""
    ëÕˆ\t"ÆH\n
    ¤Æ\x04͸•\x14o
    """
  b"}¥o\x0Eâ…Lu´o\x03\x06Y—³ì"
  b"ÿìÛR«ŽF:¢´&¤ý?M·"
  b"\:fD\x1DÜIoäI\rµ·°Éo"
  b"Ÿ\x0Fã`†\x11AÒƒä&°¸*iÒ"
  b"š\r\x1Eã@^JF£?\x04LœZ6\x18"
  b"/.(\x0EŠ\x1CC ‹½?¦¶\x07"
  b"¡\x03òd¨\x12I~·g\x0FN$áa\x03"
  b"¿u””;MGÚ£7—Ê\x0EÀaâ"
  b"""
    §\x12ª\n
    8ÃCO”o›Mæ=\x03Ó
    """
  b"░ÎÒê?ÉM\x11èU)3Û £y"
  b"~´u2ıíF▒âã\x00▀Å\x058N"
  b"\x13CØø\x03VN\x18│$â¼,hÞ\x7F"
  b"Sc¿•ÈgOV¼ª£qŸ¾ú¶"
  b"F¢Tt$íH‹¯¯ï8}üwÛ"
  b"^.ì«xÒCϰ÷ÎVY‘A8"
  b"\x18i╔êù¬@Þ░Å\ttÚîE\x12"
  b"Ä„úþY5Jq¦?Ÿ«{ò\x14\x16"
  b"µÞ®yö\x17C<¨(\x1A\x1C/̲¼"
  b"\#\x18¬\x1A\x18@\x11–Þ\x02d\x1A\x05"
  b"ËZ║\A­H'¼æåìùÖ\x05f"
  b"×\x1CÖw²•A\x16¾`%¨©p(\x1F"
  b"¼,Õ±ñ˜M}³¾ƒ/˜\x04ŽI"
  b"ó U@ GH\x14ÿZü┘¶¿á\x13"
  b"àã\x07ÖR…BŽ‹­v™\x7F\x13,j"
  b"\x17¯ìûò>G{²\f“®¯éf\x01"
  b"nwìC7\x12A┌àú▓õÊ Ìö"
  b"›Aøh/¿Fm¸ú¦xBî¤t"
  b"¸Å*n<æL▀åìð\x03iêƒ╦"
  b"ü2ÊlýÐI\x10░╝JÎ^■JÈ"
  b"îܲ²_ŒAù‘.Ð(3\x03HE"
  b"}Ÿþž\x14óGM¤D^\x19~\t­Ó"
  b"—Ù˜°¢æB[¸Šûó\fn\x11ß"
  b"!\x7FÉ\x1A\x7F├@#ê÷\x16j\x11\x1C"
  b"\x08@\x01Ë\x0FçG\x03©¢\t4\x04„ƒ "
  b"\fï«▀ÄD$ÿÝÃ╬\x06▀ÏØ"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"C±ôF\rÿDNº!¥\tZM}«"
  b"ûewÿØwA\v½¶e¢G▀,Û"
  b"KmŸìh…@9Ÿ›dü-¼¹T"
  b"¾*ðp\x13\vL—ˆ\x11bâG\x00Š\x14"
  b"Ò¶­(ô@HB£Ñ¤/\x16Àµ\x10"
  b"Ù└Ø┴þóK²Ä)Ó\x04\x06È"
  b"Ì©ìS\x04\eI└æ├b\x13\x18x\x18Ê"
  b"Y\v:”ʃKü„|3gŠl¦\x1C"
  b"á÷‗├¸iK°üä\x14\x03q\x00[~"
  b"ÉaÊ╩µa@ç£,äw╩B\x1D\e"
  b"DÊ╩eE·Fü½Ê]\x07»y█n"
  b"'-ÌÓ¥─OììÍlo‗£Hg"
  b"¸Ia\x7F-ÉKcŽÝ´&ÁvF "
  b")5'™\x07ºJ1”5º¹r\x08\x08%"
  b"FÇèôÞ\x1DKûدÄ\t\x06¾Ne"
  b"›á2 y@Z–"\x11F\x18è\x10í"
  b"aÙ¬‘¿iHNŠ*iɉCþ1"
  b"\x1DBÆëC4‹VM:9¸ZÂ"
  b"_\x10^Ó…òEd·ªa§©aIë"
  b"\x03ÏZÖý╬E╠╝ü\x00âIJ┼C"
  b"\vL¹ÞDðüMÆ,U°\x04t"
  b"ŸQ1õ3ôD@”OHÞGúÕÕ"
  b"²Ç¾çcµBP”ˆ\x12áwã¬<"
  b"‰Ô%‘#gB—‘z·×;ø†¢"
  b"\x10hQìÂM\x1F┤^■═¾\x1A°;"
  b"êþC5ËkIèåiä'Å?ò·"
  b"ÊÒ“ÇB“@õ¾ßÌælú›Z"
  b"Æ=˜+D!JÒ’-Fl‡#û""
  b"vqâAÁžM1€IûYëf!4"
  b"Àƒ─■%Ø@F¡ÍpJ÷\x0E"
  b"„Ñ\x02¤<—D:ª,]\x08Óõ¢K"
  b"@J9r╩XBYÅYj¸j©■Ý"
  b"""
    \x1A\t\x0E¶BdH|‚§\n
    Qž@+ø
    """
  b"4—M¶Ž\x1ADP‰\tê‰\x10Z}Ù"
  b"îÊ_ì\f8G^╝¼■H\x0F£ò\x19"
  b"%ëöʹdO­€\x03’u5òØÊ"
  b"÷Kûp1ÛAÛ«õ;Ó’À\x1F3"
  b"""
    ÷\n
    Gƒ³ßJðˆ†e$\x10£®™
    """
  b"iÛEıò\x05@ÅòÅÒ┐ÏGa▄"
  b"╗.â¬\x0F\x14E╣å/É.\v¨±\x7F"
  b"Ú\r\x03)©¡B¶¸!Ѱ\eWÏè"
  b"2„\x7FxívL뛲™÷O3z-"
  b"»<u„DeMЯB\x01\x03Y#¿Â"
  b"┴e\x07@ï*Kµ┤¼:Åÿ─D."
  b"¹─ì{)ı@§ú<íÕ╣\x15ìã"
  b"ÝÞXzS\x14DØáØP\x00\t.í╗"
  b"B«qªÀëM9‰U+ñAYØi"
  b"""
    ?f&[¥_D;…×/(ÿh\n
    é
    """
  b"l[\x00¿Ï\fAõŽÍwA•âD¨"
  b"ôô_Ó├òLøêIY\x1EqËü3"
  b"`X)ü^ÌEHù║d\e\x05\f"
  b"""
    ²\n
    N╔\n
    <M·æ▄┐\tü╦sÆ
    """
  b"\e\x07pŠ¿TNeŠ5E¦‘ªè "
  b"׎kI(UO<š”/åú':j"
  b"£V$z°·N\x06µLqÄæÎîå"
  b"Ø┘8\x7FpdEìÄ3mÍìA'D"
  b"Û¯¬µä┴JìÆö\x11S¥Ëô'"
  b"""
    \x19Gt.E"Ä|%ùÅ┼\n
    ©
    """
  b"\x17v¸jGršlS¯Õùo "
  b"d'ŠnSICœŸxÐúá¹éÊ"
  b"m›„ÆÅ\M\x7Fªz—ÉÎéʉ"
  b"""
    QŠ\\n
    +ÒINƒáPú\t‰‰½
    """
  b"/)I\x14ZëF╩Åw?è@FYò"
  b"""
    äU\x17HÎEJµØ[È┼\n
    ╝░ú
    """
  b"cÛx\x06ðƒDpÑÔ¥d)ó½ü"
  b"ªí+¾\x1D\x06O¾¬tÐoí¨\x15 "
  b"¬³xm±}DÀ°4Ïå³ò°~"
  b"6U¯d¸<Aª´\x07¶C\x1Eãrñ"
  b"""
    ^))\n
     ôJ7‰\x0Fà\eŸÍ©á
    """
  b"â1®¯÷°BnüÞQ\x18k─«"
  b"‡•ò nðL\x1C˜úïö\x04ì*\x11"
  b"ì┼y¼`õMåú`{_Ö¢çY"
  b"æ\x12ïï'†@:¾0m– ÚÜ>"
  b"Ùv$ÍÍ©EÿšÈ^\x17­ìvÆ"
  b"üî9Q░3N¦¡vÌk4\x0E\x12¡"
  b"■6êY\x1CñLyÅAhW<┬:E"
  b"ÐØðô1*MÏç\x7FLâXÝä╠"
  b"¦¼DƒoûAÙž\x7F\vöZ‡§"
  b"I╩²┘VÉM┌╝\x7F▒rÂ*óu"
  b"o#‡?óHBk¥žd`YÔ@8"
  b"üÜ7èûªKô¨Òåùr8Íà"
  b"Çá­gÖ¢K\•\x06úJƒ\eÜÉ"
  b"åîn¤ž•Nº Ðqˆxˆ6û"
  b"\x10É;bͯC»¢|W╔ýd\x084"
  b"TsPÜÅ\OZÁ\x0FBÛÉk²â"
  b"‚&CÍ_qD-¤—"ÀÉ×Å$"
  b"’â\x03t‚\x15K|˜ T4Ä\x10Pr"
  b"""
    \x1Dvg–*¸D®³\n
    a\x19©\x14\x11d
    """
  b"lÏ>■╝lJÓÅFì\x1Ft┌T\x1D"
  b"""
    \n
    ÚÁpã¢JÛ½\ró­\x15Œy©
    """
  b"k{\x1E"2ýJjƒi\x11˜®ñ{D"
  b"""
    Û\x11~ñê«O÷Šºx:\n
    4BÖ
    """
  b"‘Çu\n\x00L-­ê&veÃwÓ"
  b"SYˆ¦yšMñšt†\9„é_"
  b"q0Dÿ½Ò@0·\x02\x01P¤;6s"
  b" -Äü╦tG║¢<´«öyä9"
  b"""
    Èæ¦Z)Ç@Ã¥÷YJÛ\x1E\n
    ²
    """
  b"\x1Ex\x1FwOQKïîÙMɺ\x11î\r"
  b"c¡2\x11ö1KÌŒ°Q\x08‡¥óÒ"
  b"""
    lм1\n
    YO¶›¼\vv\x1DÒk 
    """
  b"µÆÃÍšéFu¦nħŒ¹:ã"
  b"\x13Øâ±¡\x02Cx¢\x05zJùßý█"
  b"0n5gû«C\x06‘>äqº “R"
  b"\x024¢Z¤pBùŒÕÊí>r=)"
  b"ý¹ÀU9*F\x06šÙeÍt\x03`n"
  b"†»5K +IܾÆíBò˜ß\x02"
  b"­EÜ\fMÇGݨ\x1D\x07 çþÅc"
  b"\t…¥\vF§¤æaJ¡†rM"
  b"°\x00½\x06═$Bµüqø \x12\x13█ÿ"
  b"\x03 \x0E┌)ÒO¯ÉP<!/^▓\x00"
  b"t`ÑÜ£ï@?‘Ì\x15Sœ]°i"
  b"»Œ”‹$\x11@©¢:2h;\x01ÚÀ"
  b"\x1A§╦8╩O%üÁ{í±Ìà2"
  b"»wQˆRÛB>œJõcyrçä"
  b"˜&©†‡8C.µ\x05uÔqÒw¹"
  b"{\t\x11ýŒAI䘼óxªD@O"
  b"ÞòÇïþ!Knœ†2aðuÓ\x15"
  b"l\x03rÀíªJð¤à0„ÒW\x0F³"
  b"aj\x1AËæ=HЯI2]ŠNšâ"
  b"^ã¾ÞÓãBräQõü\x11nþ┌"
  b"t§àÑÈÿDÏž\x08$é[„ É"
  b"c¹þeרO‹ŽÙÀÔ\x15\x03"
  b"Ùƒ¼¦X„O_º¹¸Ï\x0E¡ó¢"
  b"û&ÇÑú™C5·¥æÅµ‚Žª"
  b"ؤÆ^-\x14J›ºv¶wïp?»"
  b"‰î%f\x08vMx©aU™6|¬ä"
  b"Û¦Íú"ÕN¿±à¦0Áj¨°"
  b"˜7ye»¥H¸”J‘á/Äy€"
  b"³œ?R?’HûžOx\x03—P?Ó"
  b"mà2£¼·Dj‚\x152;IÏ1¼"
  b"iƒ{éú\x0EMþ▓Å_Í"Úu¦"
  b"vH?‹ü±@E¦\x0FfZ`™Ó?"
  b"[!)¤œaLеnpú½f0Q"
  b"fu\x025¸†Jo¯dÜŒNúÌ<"
  b"‰ûÿ»ˆ·E\x12Šé\e\x07U_²Ÿ"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"üØÇ=╠═LÒÑê`U?a+*"
  b"†¶†—ŒÆEÅ…ý\r‘ãº`^"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"║~Q_‗ØA└▓Fß\x02NR╣³"
  b"\x1EûÌÃÃãG]ü║Õ\x00¯?*/"
  b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17÷"
  b"Ç›7TuFGâ·mv7ƒœf¬"
  b"o\x03@]\x17†Eޏ£yc¶Óâ8"
  b"±Pa\x076<C"£\x10üfIsTõ"
  b"¸BW~\x10*M\x10üAÌè┤\e£0"
  b"V¸╝é╣ÿC└Üèüb-ª├õ"
  b"õD²üÁ«L\x07û\x1DëîÙW\x19p"
  b"×\x17ïÈãpGý©Zg3#Ú\x1CŸ"
  b"┤x²ü■zOÉ©PDã_[¥Å"
  b"""
    \n
    Šì\x0Ek\x04B<‡h’‘ÞK$(
    """
  b"î,\x18╔┬­AH▒Éw\x02BOOA"
  b"¢p´&?3Nhˆ¹#)déás"
  b"[QÐØe╩@eñÄÒ@`T\x1FU"
  b"\x06┴ú╝\x19░A╝¼?ðî2ÕØñ"
  b"\tª\x16è\x01ìF«ñ¹º║)e2┘"
  b"▄âC\x16¬^Aüå\x1E├║Âÿ>\x06"
  b"¥Þ·ì┴┌G▀ôãı½┼Q\v^"
  b"\x02XÓ9< Dåì¿d]Dý7▀"
  b"a?Èÿ%´D²«5\x16…Õ½\eÝ"
  b"╦PO¶6VCÄí┘<·üIªà"
  b"\x0E$¯éD╦çª\x15üv╣´‗"
  b"┘þ"ßkçG\rë~└\x19─WìÑ"
  b"""
    ÿ\n
    E#Í*NŽ ã\r]ðôaô
    """
  b"ù═S"AäCåÜ'Å╬\x08«G±"
  b"‚¦U„Y\x17A\x03°dáqm‹*‹"
  b"çÖðÆ4OGó´\x11ƒaÄqÜ?"
  b"|ùé\e\x02>ICŸ-\x15l|»çH"
  b"£R┌ü\x01HCÁ×\x03└Â╠ªÙe"
  b"N?X\x01\x1AqJjÆÃÿøqü│ï"
  b"O2 ²ƒ&DØÄ`ÞnµÐöç"
  b"Å\x0Få\x03¤åA#áñ┴\x0E\x19[©+"
  b"ÌÁ‰ÒEíF£¢ú¬E@½Àª"
  b"/iC- \x01Oj„ñîIJÖ[Ý"
  b"\x1D9¸Ç[âHO‚VL±ÂžÒ|"
  b"dŒ8*\e\tKưB.û;Ë>\x05"
  b"'ý'}rÃB}½Ñç]T¿É†"
  b"█)¢╩É\x16LÆ×òÌ'¤ÿ¦Y"
  b"\x12h¨╚┐ÉBjÜ_\e│#EHm"
  b"\x17±g╣²*EúØ:çÊúµâW"
  b"""
    \n
    û#ܵºCÁ¶ÂgªUCÙL
    """
  b"r´ ùžžN¾¹\x11s–¶\x06¡H"
  b"ôi‗ÊeúC[èS¨À=Ü É"
  b"¬68§›óCܼ›äF™Ý»µ"
  b"┬╚»·ßÆ@kìË\x1A\x08´T┌F"
  b"\t2fsB(®„\x1D\x12\x19ÁB\x07"
  b"uZ\x1Cáú•DÕºÕÑx0R¹V"
  b"-T╦WÖÔJxª¦\x0EïÉ@àý"
  b"kSt■-üM\x18äë;>\v}M4"
  b"~äiÖ±'BE“‘@Œÿ$EL"
  b"\x17\x15\x14oMþ»Ô/áÚ£┴µ"
  b"─;¹┘ü╦H║ø¦6j"N\x0FP"
  b"?‚y$_˜Lõ¯~ãßå<¡‰"
  b"""
    ˆPæ¼ÔÔAˆ½\n
    ´7&žªâ
    """
  b"±–\r{ã™Lܰuw1‘I\x19õ"
  b"Ò\x16X7ž/HÀ‡4Câ¯Ûî¨"
  b"@e='ÓîKP³vsðJ*RØ"
  b"\tRàC¤§Ijå¬xì¸cJ<"
  b"¡É.\e¶{I§Â÷J¸CûÖù"
  b"*d\x15­ØÏIní▒çI½\x1D\x18\x15"
  b"8Ÿ‘°)ãIj£À}2`!j\x1D"
  b"""
    Ný®%JÕE‹¾\n
    ¿X.6\x15­
    """
  b"²ç™4t2E\vˆ\rßÛ8"¡Ò"
  b"”†ÆÆ\öEñ Ÿîí,\x10ç°"
  b"#ñ?vÉ\x12FÖ®šiË,jݧ"
  b"lVØ\rYÓBÛš#Z S=®Q"
  b"Ât\x17B\x185Aý´±\fÈ>=òŸ"
  b"ËB,H┘ÍN¯êÉSƒ¤vlÉ"
  b"[G─àd╣J\x15¿~┤\x17wÉ©7"
  b"┬ö^╣\vEHê®FÂ\x05jxü‗"
  b"¡qÔ%ECFÒ£Žpqú„Y×"
  b"Òn■╗ªºMÔôØÕA¯1+'"
  b"║òºÌæzNêäØ\x10§\e×\x01}"
  b"íl‹ð64L¿®;&\t¤òPÔ"
  b"\«ìjFÓLtØ\x19\x01h½Î«"
  b"\x12j5œªGÝ‹U\t–>9œ\x1F"
  b"@Z²ƒÕ`Eõ¨\f°KbÓæ¹"
  b"oÊy\x18A€O|œ4],ëhXñ"
  b"õ¾\x02‡IOBR‡µÒO¾ÓË+"
  b"Ç=V\x16›—F¶ŠÜd\x14"¨‹}"
  b"Ü«0MxmBS™ê@‚cªß\x0E"
  b" ¸=0xÜBØ©L\x1Dó LÕ¾"
  b"""
    Óyï\x08\x1F]JÊŸmQP× \n
    0
    """
  b"„O\x10›qdE"€N¸\x14ìo\á"
  b"í¾†Õ;"O2“\x1Cvñ’w#Q"
  b".T걚\x1DB\x06¼\v›Á\tP/\f"
  b"Š{'Šû\fA\x17Žq“åµER8"
  b"q\x13\x00ŸÌ M/¥Ú-]¦`g9"
  b"éXÛÈî°N–§a(ÔUñi¢"
  b"kuT¢*»O €'ž\x02Šø\x1Eð"
  b"3Ë=…B¼OHŠÄÒ)\tÞ©Á"
  b"¬þ¹y/ûAs®ü‹±µæà "
  b"–U€Q+•C3²+bŸ\x08'\x0FT"
  b"¦³\x00¸küH\x0F‰Ñt—`\x14\€"
  b"Þ\x00¢aêÏ@bÑ"5Óø\x11ü¤"
  b"\x1FËÌExÂG"ü¶f|þ│\x0F0"
  b"–:ÒóHŸBÂ–ð‰«´Ÿoæ"
  b"L_t\x08LžJh›õ¬^i30›"
  b"ßQ*Fü±J¥ª0¡D\x1D.õ}"
  b"É…p6·\x1FHQº:¸ ç-H\x07"
  b"""
    \x17\x03Î\x0E\x03¥Dä╗\x03*fÄ,\n
    ü
    """
  b"VI║«W>DIÉáWê'1z`"
  b"\rN£ðnFLÍ›t%•K„ÚÅ"
  b"Ím\x06¿Ë¤LŠ“\x0E\x1F²T\x16"
  b"wXtÅ\x1FÙ@§€]%\x1DµE\x15Ê"
  b".@ddwäA™¸ÐÐnMrê"
  b"`└TÛvØJÚï\x06ÿTwÐF┘"
  b"5bÚ\fOÎAJ·GN‘õË\e-"
  b"Ø\x11<&3ƒIrìðÌ·Å\x1AÆS"
  b"÷\x03KܧÑN7‘·¹\x07V\x1Ez1"
  b"Åþæ—®ÓH£¸X\x15\x00«\x0Fá“"
  b"$ìP ©NÊ—ÉÛ[â›ÌÐ"
  b"""
    t\x01z\n
    XLOÐà+Ø~3AÉp
    """
  b"╣E\x13{\x1EÖE;«Ý│┐$øØ\x7F"
  b"aij»N·F]£ßü▓╠[─Á"
  b"\x14\r°cÏ\t@\x11¹˜23“±ªP"
  b"j>¤A\x11à@à€Ú@îDƒs×"
  b"Åû6ÈrÓD>‚\x19ÿïÛ\Pé"
  b"Å\x0F\x0F9M”B"¶îï\x07(ÕÆ\x08"
  b"\x01è»\x18█Ñ@úìDÄÕN╬┤├"
  b"ˆ@•9gwOªŽ‚BÆCùªë"
  b"1÷┴┴ãÉJ÷¼âBo¬\x06O\f"
  b"Ž\x04n5l\x0FC\x10ªHQ1÷¼W("
  b"2\x1AÜù«ÏL鸬\x18¹\x19Ï!Ð"
  b"«”R…ímN_€°î\x1C\f£ë¦"
  b"‚díX\x1D^@NœÐZAém£"
  b"\x17þ\x15£²pE‡W£©+SdÛ"
  b"ÿ¨ºz!nNVؽ\x19xmsàÖ"
  b"FéðÚv«Në¬`E³`ü¢x"
  b"´\e\x06═Õ±KıÉ╣Ç┌|ÙQk"
  b"ïGõÊdÐO͘˜Ñ\e\x1DÇ\x15l"
  b"EõO?Ï¥Bà™Äjg<¼\x16î"
  b"g¿1\x01u¬Oý¡€ã&ÌJ\x16¨"
  b"xÌú\x18\x195L\x18ˆ^\x1E¿åÒÕø"
  b"═&ã\x16¡\x19KvÉ4!└u\x1D:\n"
  b"\x16íWïfYOÒ”M\x13ˆúÑ#="
  b"G┘§¡à╬EØ║\x1F]''ù Ô"
  b"3çµ{+°Lݲ™\x17v›^\f,"
  b"V▄┴¡┐l@6ò\x1Dü¡■á╦T"
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b")”%lO\x0E@¡„­g£¡&â"
  b"ª\x106]„ÅOH¸ÖµÆa\x15\u"
  b"ïÕ«S\x1CbAwÅç■7¼ Mö"
  b"ìœ4b›\x07E\x00´ìZPãªvg"
  b"¯³lŸâcNˆœ©ÏB\x07BLh"
  b"ŤGa}­I\x16ª?³“‰v`”"
  b"”šáŒ%\x03@BªO\x0FÀ7/\x04p"
  b"\x7F9\x19Ob├Jûƒï¨cÔ¥tØ"
  b"@w'=aCBÆŸ\x15M[ùšÀì"
  b"gïðêî®ER½4š)»Ý\x038"
  b"\x17}¢¼€wOR Û|î+ß8B"
  b"""
    \n
    C§Ió­«Ë„R㉢
    """
  b"""
    ï£Mü\x14TN\n
    ˜‹š~B" \x17
    """
  b"\f█ý ÓÆHæª╚I>aHØq"
  b"o'\x04GSkM1·n‚›V\x030\x0E"
  b"ÕcDútüF\x0EªÔ\x02§_ä║▀"
  b"y4¤E\x1F¨L\r›]™\x1D)\«ì"
  b"═▄É,ô«F#û@Õ╦\x06\x16"
  b"ø(¦ÚÞ¢@z›z\x06\x06À\x07W\x00"
  b"ÕsQöØ\x02BØ¡ awòáAÉ"
  b"\x0F¨5CÝïDy‰œ\x7FÜ\x13ž\x04ñ"
  b"Ÿ\x025oLðEq‘å¯üšiÛã"
  b"ŠÎ\x1E]ЕED¶-\x06þÕáóŒ"
  b"\x14 ‘y\x0FBH©Ï“FR°\x03"
  b"û8qY€>OF©+PåM\e"
  b"à\x10\x1F¾K\x02ˆHÉ'¨w/i"
  b"÷Ò˜ëQ5HãˆÊ¤^Œþ''"
  b"WmµŽ4ÀH‹™æYKF—ør"
  b"]óe¬Ë$F\x10°Ïk&ÖØq·"
  b"Ét#\x0F¸ùJ‹»×ÅÔ^ÝÃÁ"
  b",u├o\x02iK¥ƒ\v\x07ÌÖZ"
  b"t®ÄØGúN½®sB<\x11il—"
  b"YÄ[W.<BpŸÝá¿–+üG"
  b"ØX\x07ó©ŒB…¿4´’jä>\t"
  b"å \x1FU¨ÔMàŽÄ3û%¸·—"
  b"\x05‰/›w¨I/†\x19,\x11™»šî"
  b" ¸™gÖÍ@ׯ\x07>ß=\x04"
  b"B▒Ý;ü¶Lu¡╝Ôø}±]F"
  b"·Ã│p█*OñÉ¥┴t$ßæ‗"
  b"""
    œ½QO\vÊIÚ«qÕ\n
    øèý˜
    """
  b"™¦ê{œJMU¸\r\x06P$d\x06Ì"
  b"ö ­?ÕÜC\x00¯U“í\x13Kο"
  b"\x13\x06Eû¬zGR¢©3‘µ\x07 \n"
  b"═┬4VÅÕJÓ║D ÏDı:H"
  b"C´»=Ñ\x05AôŽ´\x14¶uñÈÖ"
  b"´._þ\x0F┘I°îØ┬÷ú└\x02\x03"
  b"\x1Dû--äSL~Ÿý"­»;;\x04"
  b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú"
  b"Ns¨>¨ìBÝôà~T½Êhø"
  b"\x13|\x12\x12FØ´?\x05¢\x16ÈÚÓ"
  b"\x19€]\x07O™¼S£³Wu\x11"
  b"£ü~'sô@Åì‗ªÓ╔Î\x14"
  b"û\x15Gc5ÀM!‰…Ù\e³»¨J"
  b"\WÍ\x00<iM\r‚½Ú¡½~Ý\x0F"
  b"æ\t@Fé~C\x14œ5®…{b\x03É"
  b"בq$KID¬¹’~\x01ƒþ\x14q"
  b" Ð=ÉÀÂKðŒ¶\x19/D$Âþ"
  b"i\f\x0Eš0ÞOƒ’®+Q1¬p\x1F"
  b"à\‘´…ÇCv¬>®\x1D1xüÿ"
  b"‹<7\e\x10¦Mܺ-·Ã\x1F–Íé"
  b"×_À¾Ê·C$¦çµ¿Š\f)\x00"
  b"¡¥ßje7E®¥mèÛg\x12>h"
  b"(\x00ï▀Ø\x07F‗£Ñ!Q9P\x12®"
  b"╩ëç┐ñáN$Øs¨sa▓ì\x12"
  b"""
    G„1ª\x02òE‹ŽŸ"A\n
    ̲Ž
    """
  b"ú«\x0E{9>M(­ÂiÏþ\x06'\t"
  b"–ŒCýjZ@„«2Â\x7FÊóŸY"
  b"\x07y┬\x1EÉÔJYâ╗\x19┤R0o÷"
  b"J¼›¡7ïFt´GuøzÞ^\x04"
  b">DõdäeBÒªeJ˜1Íý´"
  b"\t(û!C1 ä4DbjNP"
  b"þ\x1F0b\vUH\x03¢Lì{­ß©Q"
  b"\x06´ˆÓ3ÈN蠎̵9–ö×"
  b"""
    \rTtóØvEU°éJ©\n
    …ÀÒ
    """
  b"Ã\x17\x16RM»N‡³ }ªH÷\x15§"
  b"Š^\x15JÿûOÒ²ð\tz‘37o"
  b"¡ƒ\x16ZæLFçˆ\x07ΠÌÛ>W"
  b"""
    ²ët│2EH‗ØÇ}Ø_\x12\n
    H
    """
  b"\x02ÂçM†\x00K\f±šg»F.è9"
  b"‰«\e^¤šK0­¿\v|º ‚3"
  b"¯6\x06À¾\x14I╔ùß}0Åù$¦"
  b"èUO8¦ôNh“]ö7™ù>]"
  b"„¼.$[EO›”#Ý(Ã\x08ä\"
  b"åŠõÄWøJý±Ú\x19³²ç\x16q"
  b"Q7ú£Ã╔EhØðz¸aJØ("
  b"6T\x06¢ŸšA\x1E½!Œ¹ÆÎyÂ"
  b"d0[ëß«IÝ—\x04ˆÌñãö¾"
  b"3‡\x12ƒt~B` ‹$y~UÙA"
  b"¬Êaq\x03eA\x13±\x07<&è\œ'"
  b"""
    \n
    9\x1E{@ ‰/78;¼Ïú
    """
  b"\x05\t░I\x0EìFM¥bG╗pÐÇa"
  b"ÜôÉZk\x03K`‡€}zåð\x104"
  b"ð(Ž\x01fýDŒºzcˆ;si\x07"
  b"‚€²|¤9M>§ÿ"¤‚΄6"
  b"\x10I=:ôCH#¾Y»‘@^£0"
  b"‡Mº'½°L¯¨µNÓîænŽ"
  b"³¢Q'\x17õG}¹>&‘à¯Îd"
  b"\fÄô<f5OwɽÁÊ┘OY0"
  b"ŽYZù½êF(ŠóLë™æ½\x12"
  b"0\x07Gûz Dr”§’7!OK…"
  b"f\A\x12sàM™®Óˆ‰\vTîÐ"
  b"¥p½Ø\x16\Lc²S\f&ƒ²Íõ"
  b"²µêôy­N¤‡f\x03ðO\x18\x14ô"
  b"""
    D¸Ã0\n
    ÊM¸‡ ªØ<´\x15ˆ
    """
  b"║!\x15Nc1L`ªü$\x14ºè«╣"
  b"£í¯u\x14ÄBD¤€‰ŽÉá1Ö"
  b"¤£\x19Ø\x19ßJ]ƒÏ[Zø`5ý"
  b"ÿEÓ\x00ÙÎG'¸\x12_¨a/){"
  b"\r\x1A╗G\x15Muº¿╣░ü╩├ "
  b"Ö:_z™V@o‚ˆu\x110X¹Î"
  b"Mv\enXÀ@tž\x01RV^"„r"
  b"\x0F[L\t\x1Fñ@휫?Ÿv)×V"
  b"\x06Û\x00nM\x00¼Á`cÍ_\x05\x1F"
  b"o‰û+Ø\x11D‡€\x00»Ü\eZÚ¦"
  b"\x14 1\x12Ø.E$èf└Mþ¢#_"
  b"""
    äÓ\n
    y\x1EUFÉ•eK³wÈf\n
    """
  b")\x11'‚vpE‰—rÙWI}\x03E"
  b"’+\x15Û\x16´OôŠ“:^w\x05ª…"
  b"\x11üxCÂ\x04K_╗µ}│/§úµ"
  b"«º\¾Ç\x18C4‚–Ze€õuU"
  b"\x1C\x07M\x11\x12*A┴ì9àäÂR╚Ü"
  b"þ¥(®Û—DÒ½|º\x18mH\x16v"
  b"†gÑ{\tæA=¿\v¼ÛÒj,š"
  b"޵´÷C"M€¿º$‡‰\x11Ò "
  b"ªÒX굪DV·ñ=\tÁ«üŽ"
  b"éœx¯]çHö™KX·Ç\r“Ì"
  b"\x19,ÿ¦ð@\x1Eƒ\x14ý░\x10üá┬"
  b"Ð)ý\x1C›KJ`’e\x0EͼK#$"
  b"!ÕùNI§MƒˆÓ+ä\f¡9_"
  b"“~ÄœîSL­¸}ª\x05ˆ½ÑÄ"
  b"F\x1E\x13^ôXF›·âL;Ža£ó"
  b"…8Ñ•`íAQ»°Í\x0F\v))&"
  b"`^Yu{\eHÞŽ/\x15GjXGÀ"
  b"@Å3\x12vXFÉ¡ÝV\x10f\x0E’C"
  b"E\x01Á÷└»C\x02ê<ä\x00ɾË×"
  b"k\x07Ô_ƒ\x08H\x03•’¢±ø?B\x06"
  b"§ÊØI÷\x02OÉñ7;ù\v\e"
  b"ww\x04öämAÎ…Š»¾‹§î@"
  b"Ò\x12wç/1O”¬\x00Û\x04ʘÀ?"
  b"ÜE╔┴Ø[@¹ÁAÌ┴/▄&Û"
  b"KMõÿG2GÙü┘█¨¿/:>"
  b"ÐO1ÄëùJ■ø├1wÊ0ì╗"
  b"7¶╩╔\x08▀@ÿßܪ░Åá·"
  b"©]…óÐ+A> ‘«m¦è`="
  b"TäÎ@&ŠMÉ„Òÿ.“\x15¿Ð"
  b"l}ûîK–Bô‹¼Ìý½7¬È"
  b"\x11 u\eM\x19šB\x06”O³&÷"
  b"Ӈʒ&vLù¹"Tïq\x18"
  b"ß\x01„ \x06ÐIY‚™\x0EÒ(4+á"
  b"#¿è™ÖCB\x1A—Pt¨Ó1Ü("
  b"ðÝ\x17‚°×Aš¹× €iÛ‘¨"
  b"%âww>╬A,ÉLÒÌ┐|¬S"
  b"èH“‰iûIÔ­ë\\vEã„®"
  b"_¶w0zÕBð„ž9]5°\x00d"
  b"d\x11═fÂÒJ\x19║É~ôܯ>\x13"
  b"\x1DJ<Y8\x18Otï45Å├°█¢"
  b"½­íë\vÀN\x1E«‘W0\x1DpQÏ"
  b"\v\x7FëýÈØF$±M¹/â‰Îê"
  b"A;hÖï$C§½Š‘îPÿƒ\x15"
  b"EÂöîHxEÌ›j¾V9\x10\x1E"
  b"\x14éZ\x02ã\x7FC\e¡Ý­ƒ()\rþ"
  b"Áì£`├¾O\x1Eà¬Ý!i╗§ÿ"
  b"DÛ═h■\f@fì┤░âß¿\r4"
  b"£5\x16\x10³@þ™xjæ|[^»"
  b"‹â²ÙáéK\x0F¾ú†íLèŠ3"
  b"""
    \eVã˜Ö÷DL£\n
    ·ÊÙü\v
    """
  b"¢rn"%DJ|µ©ÙÌ\t»ó$"
  b"!>7M3\x00K,½ œÉ(›\x02£"
  b"’–ç6´GD!¹œêƒ™\x0E4\x00"
  b"$▓þYùèH\x1D▓ت┘ó\\v&"
  b"kœtå\fäO„¿L\x16\x06í\f\x10\x1C"
  b"ú˜³ãðMN3½÷JÛb­—\x07"
  b"}kX„g7Hñ„™Ší\x7Fšª5"
  b"iÞú<¤ÒG­¤\x19âé*=£²"
  b"""
    \x10Õ\\x02\x1D¦Gº²\x02BùD¤\n
    {
    """
  b"ñr«Si▀B÷®KØ\e▄ùy─"
  b"ãÔ¹SånE+‰‘í.3\x1C\x00·"
  b"│,ë\x1EËhH_É0 RÏv¹2"
  b"¥ŸiíÃ.HrœÀ”õËOdÛ"
  b"ýEÈÔÄqHšºWO5A þ~"
  b"´’Uê2SM0»[ûÄ\x123ÈÊ"
  b"íà’ªKOEŸ­\x18?\x00Å%\x15"
  b"\x7FÈ|ë3gDèµEMéiRÜ]"
  b"\x01:Ýxˆ›A²»LHð\x7F§4÷"
  b"?╩BØq$MS╝\x15fçç<V5"
  b"Ø&÷Ý¥wH`ªl*Â7\x00"
  b"PqSãu\x15@ÿ¹>¤}\x7FÓ'‹"
  b"ªlŒCaBH\x1D\x1E;y\x11ël‘"
  b"·‡`\eã˜ID§×ÌóÔED×"
  b"Û) tûVKZ—>\x08šy\x0F"
  b"§_±ò\tšDɵH¬nSŠs²"
  b"‡LÌ;Ë\x00F.¡\x03jJJøÓ”"
  b"ÑÏÁ.anH\x1F¯îm—9\x0FR&"
  b"""
    «ÛV.»æAÑ©’n\n
    \x02qÙ…
    """
  b"¸ÓôÖê…OpœZµ±ýG=q"
  b"K;\x0E÷Ç™CÙˆfbÈ“Ûåö"
  b"§ÐòxbÈMu«A™ð±u\x06ª"
  b",ýϪäœHŽ„Ó\x12t¯x—;"
  b"bå‹\x1F6ºO\x1E·ZÇu\x1A]K7"
  b"½Û:Z\x05ÙO\x08·”H†z#²º"
  b"#­sE\x18dMS‰1\x005‚Ñ\x01/"
  b"«Ûã<#xEÿ│Éè¥ÌóÚ§"
  b"ßF÷\x03×\JÓü ╬qè\x18Ü["
  b"ˆž«K\v,HÊ–º¨\x05<\x16\x01Û"
  b"ó\x12╗>îBêØ■╩«╦è!,"
  b"t\x18ë®oôJª¼þÅÝï\x7F#="
  b"\r?Ű\\A\x06í?ae+RiF"
  b"lÁ—­O8A[ƒ(*Ìe\x08"
  b"""
    \x1C{(ì\n
    ÉDa‘½i¡Èêò5
    """
  b"Aá£ó¤║H\x11ìæOðßc░\x19"
  b"Ï\x05ÚÛïÿIø“Ö–kWì.¿"
  b"ÛòJºÅFO#âB`\x15JhCà"
  b"3\ru(†\x05Cëµ\x10µJ–Ñ^Û"
  b"´M\rÅÉùCVÂ\v'×ÆÙ²\x16"
  b"""
    \e\x05\x06€‚\n
    D\x05†¸’\x1F\x1Eéj
    """
  b"kÛºt|êCÉêÙÅì¼xîê"
  b"\rètUO±J\x00¨eF>`¡Êr"
  b"/[G›À,N±²ÿ·x\x10A(."
  b"\x12]ÉçékK´Äk5Öé7¿\v"
  b"˜ÊMÿÄ\rK\x1C§\x06™ý\x1A\x1D\f&"
  b"óÐ[¤&THK°EXÈn\x1A£¼"
  b"ªŸPq{=B|ƒšn¸Ûñµ±"
  b";│Á{¥<J\x14¡\x1AÂ.ü╦°\r"
  b"\x07R)!¨ž@´¥Z£Ëa®Œá"
  b"·Ü Ýú­Mö•Ïè\x07O½J\x1C"
  b"RBÇí\x1AÃJ«¯§4jÅï4Q"
  b"lþު׻F\x15¾\\x1Ds\x1EAha"
  b"šd\x1D]ûçI\x04¾¸{%Þ3@ê"
  b"¶k‘·:ÅBD¨‘C>pB@@"
  b"\x0FãèJCδYD(þÝNs"
  b"ÙªÅ-£óA0ÄÕ{ª\tz)9"
  b"öÜ\x11ÃtÇL\x04•@¬\x01ï7\x15ó"
  b""ü~3,PLН(\x00\x1FöÆ"
  b"2\v<núVB@“náôÏЧZ"
  b"3©Ò¬ÆyJ\x13¢VÙ)X†ß‰"
  b"G%\x08ìI¸D\x07©\x0F_»}}èÞ"
  b"""
    D\n
    46║\x07Dìî╔á\]v*¸
    """
  b"G\x0F¼°ôaLÒù┌ÝØ\x01È┐%"
  b"µ»qN²ËFEŽ—\x15ë݇àV"
  b"({ßâ¡ÒAà¯\x1F6\x02ŸÖ$–"
  b"ýóTèx{Lr³\x15\tæå"
  b"Aáƒt2\x19Cp¼Ð\x15öW¤\x1F±"
  b"¦Ñ€8güD Ÿë["Æ´Ïa"
  b"\x07\x12Å©uáMº®ñ²ºmƒ]ö"
  b"¯ù›\f ¬F®­ñ­ª±E\x02x"
  b"ý│ÏÍ\x7F=MßÉ▀áñOåAY"
  b"\x7F\fé=~\x1CDu’8×+¹E\v\x1C"
  b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14#"
  b"w\x12WËð¦C½œ\x06ïi[‹¥%"
  b"zÕn\x13׳D颳ÌHË\x00"
  b"ŠˆÆ/‡¤D,°\x19Ê™w$÷3"
  b"Ñ\rLDÿòO Ÿ'‡~&%Æ€"
  b"M\x12ÑY¥ZLWÅtı«B\x116<"
  b"ÏÒ Ò!¨JaÉ©Ý7åD░A"
  b"œ½€«Ô+C¦€Ø}ïyõúU"
  b"è:çß#—@\x00¤\eÑí3Z¦í"
  b"×\x0F¨²lËBö˜¹\x1F‡C1–¶"
  b"ÞÁ\v_.¦L‡£Úy,\x06ÂlM"
  b"E\x14O\x1F\x00³O¯¬GPñl\x02\x11Å"
  b"ÑÓˆ›ià@A·\t¾ÑÀ\x0F\x08ë"
  b"\x11·D<\x12wG\rˆ–Î\x11ÝPeN"
  b"˜µÀS³\rLN©î\túªôÐØ"
  b"øõ³Ñÿ^My•^\x07ö\x03‘)+"
  b"þ#\x07\x18ÀmI>»\x02r“‘\x03"
  b"2\x7FŸˆä¿IὯ\r{uéå/"
  b"Ø*¸F┐¥A˽W¦\x1E\x08º ß"
  b"EK&/ÅvG±▒ã\x1D╬"▀\x05"
  b"ž$G”ñNMÆŸ\e\fíò‡O˜"
  b"\x19À\x1Dhƒ£GW¬£0f7]pM"
  b"_\x0F•…+[N\x17 d¼w»w»¾"
  b"v´ùÍL“C´‹ê¦\x07·ÂÜá"
  b"£)£ëÌ\x02L°£ßvoõQ\x18"
  b"ÍþÍá\x14ŸC\e–ŒH]Ü oÉ"
  b"vSjnƒBGÈ…®æ¦â‡$ó"
  b"]è<CRÐJ¿»pØ4]ÿ´²"
  b"^?¨\tÙÂFȧü—íê\x1E"
  b"¢ßõHRèH½’†)çFÄÑó"
  b"µÉ}Æ¥ÒCû┐Ê\x0E¬ý$^{"
  b"¼=fã†\x01O\x07žÄ9Ú\r\x05\x14½"
  b"ü¤ãv\x7F4Fl½\x08Ë\x1A@ëÐG"
  b"èd ö░¨BGÑØRÜ3\fê╠"
  b"\x12\x7F¬\x17{©B£¶Ð΃|»Ù’"
  b"e\x14y”5¦F^¥ŒÂ\x04;ùë•"
  b"\r‘…üÎ÷C™ŸÊ\x14àº×ûÄ"
  b"xêìõ35G(î1fíu6;Ý"
  b"\x1C*nJ=ÇJZŒYäoÕ&þ:"
  b"\eCý.×ÌJ3ž^9¨Ÿº<ä"
  b"K¯‹ÓL\x18F}ƒNß1퉗\x1D"
  b"é†j\x10¢>D\x1E‹’š\x035AÉN"
  b"w\e┬¦ÇØK╬ô\t»F▄\x1C"
  b"aO0R:>EÄ╝$É┐▒Í*À"
  b"«8\x06Ïœ‡KKŽR››&Gç2"
  b"ï\x15åwì╠AÌüÉ(}%ºEé"
  b"›9™ä¼†L﹈'Ù÷\x07\x16É"
  b"\x1F·;ã¡\x06B▀Á■­½)ü¦4"
  b".R\rì\x1EåA\x1D¢©\x1C?6\x18\x171"
  b"è¯Þ¯b$CÉë\x17âJp\rKi"
  b"Ï'ƒw™›L¼‡F¿\x01g9Ãj"
  b"ÂëÁº•7G·†3¿•(—\x17Y"
  b"\x14ê™JB-¾OãÑÇD@3"
  b"3LÕ\x1CTlA‡ƒNÞŒ3ê\x19Ï"
  b"ÎKò9‗¢HLñ\x06lİØb\x02"
  b"é\x04xùk2F╣â vãLÉ,\x0F"
  b"´é.š•¬I\t\x05øeÒ_ƒÌ"
  b"—KDì{£MÆ´‚ÜRèÁðq"
  b"\v\x16\r\x16,OÏ”£´úÂ`[\x16"
  b"-€\x11sL\x05F…—\x07‡jâºÌ¿"
  b"Â`*ÿÙ DÅ™D^ý\x05Qûc"
  b"0\R2ÉÑA«‚©à‰.Û\x7FÎ"
  b"\x1Dƒ'ƒMsJ\x1D¼ÞJ2/'Z\x18"
  b"\x18\x14Ü^šàIm¡£ö(¥T¯\x04"
  b"itÁb[*Cù¯\x14ìa=%õx"
  b"\x00‡z\x00ƒ\x05Mp†˜)oåä˜J"
  b"P;ŠÎ¾4Kœ—GÖkíH£Í"
  b"jA¸\x13\x07•C/¹íé•\x19\x07"
  b"\x05(QÕ÷\x10C(’¾GȤ²ƒ0"
  b"\t┘˼ý,DÊé9HÎ8\x11\fÅ"
  b"""
    \\n
     "tôH_╝J¢Dkü\x01á
    """
  b"4\x10.rI\x16B¿¼”ÏÖdý5—"
  b"`\x1D®bl¬NkŽ|,\x01U=÷ë"
  b"ŒK!\x1E\n‘E\x00«Ú(KbÜ6Ž"
  b"04B\x02\x1C·HÅí}Y╦b░\x13X"
  b";¢½eT\x08G\x01¹ê¾ó¹.sã"
  b"\x14ñÌúZ\fM┘êµ¢>-ìOî"
  b"\x1A·°1û±H$‰¤Uq0h\x06"
  b"ÿ╩x4\x1C¯LéÁÆØ╩aÒ\x0E\n"
  b"'§iÜp\@1Ø*`äO\x14­1"
  b"„N7$$fJ„”uÿžõ7âj"
  b"×Ì#b‹ÄBN†M٨ƀ¯r"
  b"öã7-TÈGìæ®║ñ\x13├÷║"
  b"^jÝ;Ö¸B¡–^õT½s\x01ñ"
  b"7µÝ\x1A*¦E¶Š·½÷/\x03ùœ"
  b"\x18æî\x1FE¹N\r¸6E)ßhµ·"
  b"\x1Eá\x1A¿®sMüâë#ÛƒHRz"
  b"\x15κ·¸QOz”;ÐFÈ9\x19Î"
  b"±‘–9ÀµNÑ´¦nÓ‡q\l"
  b"\v€-\tqõGǃk\x15S”¬ˆã"
  b"ÿõÁÞ“VM\t°zÝò\x01P§Š"
  b"ƒ\x0Eß.h L•¾º’^YM¥‘"
  b"í™)ÙÐ9J\x0F‰òPðÉ\x00*\e"
  b"ãn¶ƒƒâI}‚\x00i-•Açª"
  b"Ô®M╚û8FÅØdÁÄ┐cx\x01"
  b"æ\x15Éì ®I¹íR!\x03Û▀┌­"
  b"Ë4╠\x10\x05ÜH░ÿÉáÏ^\x03"
  b"‗9ı\x04Ö+DÂú+¡ıÅòX>"
  b"K¤Nÿ╚ÍDç▒Èç9║Ø«a"
  b"¾\rÀãê+F\x01²è\x1D\x03\x05(TD"
  b"ÖèR\x16“nGš¬!™g÷ŽÊ*"
  b"§±B¤\x7F{Iq—.\x14]\x1A<Qy"
  b"?;ÿ÷âÉDöÉ!\x1FO\x02>pƒ"
  b"Òì¦6╝¡AqÁÅH▀dæOw"
  b"\x14\x14ÖÕEn›\r„Þ«o~]"
  b"ÂlnfBlOoˆÈl͆µ\x03"
  b"7z®ÐÝüLðí░Wi-¡tó"
  b"SD‚is\x00OÄ¥yþt\x08Ó>ä"
  b"Ó\x14ô\t\x07KN!ƒo\x19\x14ðå¢U"
  b"k/…e.„KÖ ‚ˆ‘IÈÞ˜"
  b"F1ò┌sbJmüǧDº6+Ð"
  b"Ø\x01^╠w\x19D|ò9\x0F▀!÷¥Ë"
  b"³\x14¥¿%\x16M\x17“}\x05 “e‘""
  b"©ÛÅgTgCsñ\x17N½‗ÑG\x15"
  b"""
    •íðÙÃúOÿ°Â\r\x16\n
    Ý&f
    """
  b":íä]‚qF2£–_å;æði"
  b")n+ÝkµHغ@¦ó¢\t¨\x11"
  b")‘\x1FÅ®-B\x05Œ\t¢ö\x13»Ä\v"
  b"ûÝ\x17ÔçÎE±¼(>_b‘–ú"
  b"ðH^Ò5òN}›{ÈÜqÿn\x03"
  b"\tFNE\x147F\t… Y(™Š\x12g"
  b"\x1EH ¨L€J‡¾ê\f§\x04[‘\x03"
  b"ï:F<¬ìB═éc½wæ+:!"
  b"yÔjÑI–H\x0EŠ\x12Ô\x18wûÀ;"
  b"*@0ÃÕ˜Lø˜Ì\x7F+Îè Î"
  b"är\x07øüNIw▒\x07Êøè&Ìd"
  b"ì$›àUáBû¹š‹ý8`i¿"
  b"µV\rÉÖåI§ƒœÕ©\x00\\x10ã"
  b"º─½¨A4CÒü\f\x06ÌSX╩Ð"
  b"Ë:xQŠôGߺËUË]¯Í\r"
  b"æ|š¿å÷GX¶7\x16ͯ#¼Ô"
  b"?_Ã}hGO\x02±b|yF·÷õ"
  b"\x12MlßÚ“Gó¾haÓ\x07¥&\x1F"
  b"Ò£œÅüÕ@ËŠÏܸ¢Á\x1CB"
  b"­\x1C\x10ê╚w@\x0Fëw\x05Ò·|ÙØ"
  b"├ƒ\t║#ì@KºìE¨ÔÛ\x03ü"
  b"\x163ñ¹ÅvC@›\x04}2þ\x1E"
  b"±–\x15Ÿd0Mõ–\x08@\x17—1\x1A»"
  b"Æ|é┴»ª@Sì╚%\fã\x05"
  b"û=\x02¯2═@└üÖòÁLïÁ:"
  b"Õ”ˆÖDÁJû­\x7F{­í\x11á:"
  b"\fT4Iþ>IM§¯Ç…\x0E©Ïe"
  b"""
    ¶*\n
    kÂ"J!´6é'Õ¯N}
    """
  b"àúݨôÄHñƒ™ÛTÙ›å@"
  b"óß\x18Oì4A\x1E¦!j¤N‚4€"
  b"SŸä+IãC|œºb\x1FN›ò("
  b"ûÉ*É5ŒLó½\x01x\x02°Ùó]"
  b"©I\x137m¦O ¥D\fTbàòø"
  b"¤õŽ…\x05¾L©¬S\x0F¼Œ\x14Çõ"
  b"ò]Ùi –K“¶b+\x05\e'"
  b"""
    PsƒåVÇAä†Ü\n
    Þ\n
    ÙLÚ
    """
  b"Æ\x12\x16È\gL Àü┼¸º@¥6"
  b"ÙhOc\x01HG¸©Öu\x1D ¾¨³"
  b"~D{\x05Ô…K\x07Š|ÙÐ.wÌw"
  b"²¸§£3\x13Mž¯ö²\x0E…Є½"
  b"¹©i!Ù…J¯µ²ò…ƒ\x10R6"
  b"\wå\x02¬’IÍ’Å[\x03[„>€"
  b"Êðè╝Ü═H©Éº;ïéL░x"
  b"aà©À \x18Oe–“\x14c}’‰a"
  b"\x00©ì“È3K[˜ÿÌg€™NK"
  b"/´¬\x10#éA·±sèsá¿\x0F]"
  b"\vÙ+ƒã{IÁ†Ý\vBÕMŸ\x0F"
  b"\ro\x18I&âF▀âüGà█^ÛT"
  b"A¿éAV‹C„¡P'î0\_Í"
  b"S½×ö\eQKo’À"ÊLÁÚ\x1C"
  b"ÅËÐkwYM°„PŸ}#g½€"
  b"õŒ3Ž)6H\x10˜KQ!®äÕ\x17"
  b"Í­üùÑ©Jp¡´{kpw¦\t"
  b"§‡\e¼£°E[’O8üžP\r"
  b"\x0E@·:\x1CþC »(»‰¥“õd"
  b"s×■å2 @┘üD\x058¯æ▀j"
  b"¹n®ÍC‡Bx¯”Ýï0éßß"
  b"HK¼õY=MXµœ¼lPÓç²"
  b"c\x04Ò±þ\x07EN¢\x15eN@“\x04È"
  b"[d¯C\x07FA˼ó5~œ\x1CS\f"
  b"AY~åø4@\x1CÅËJ\tdµ´Y"
  b"´?\x1CúWxIòÉñ\x11\x0E\x03┴ç"
  b"P&Øä┴¿Ng╗¥█╣ëFkX"
  b"│]¢¶┼eL\x05Æq\x06\x04>╠╝É"
  b"í\x1Eºî0¤Jÿ•\x7FôXñÅì8"
  b"J@Äø³ CùŠ÷_\x00[Sß\x13"
  b"‗G½¦\x065Oeüø·?d1hƒ"
  b"\x04ÚE.y\tGûž‹ì€&@›["
  b"Ç—çƒÎ,D³µV^\x13J7Áí"
  b"D╝9ìÈöI¿┤X«¦\x12Iv-"
  b"ùÜu\x1D\x06A½µ'Âò¯þ/8"
  b"\x11A┬c\x10\x16HBÂ3åÔ│üê╝"
  b"áZ\x01vØÜDyƒ¸w=\x7F\x19’A"
  b"ÖX†¾×ME>”e\x06\x16’ŽWâ"
  b"Aá3ü¶tE_Á\e\x11Äf)/q"
  b"æa\x16™ñ\x01Eo‡p]4mnªg"
  b"¾£#”&ÃF+›H»ZÃ’ƒ:"
  b"▓Å1╩î┌KÊ×4¬\x0767\x1A"
  b"┴¹C\x00á_Afì"±Aìñ\x1Dı"
  b"\x19ü\x1A#\x06ŠD‡šÀVÁ/”£$"
  b"\es±áCĵ °Õ!˜ß…"
  b"g\x14l{aÅGô«\x14<\x1C\x0E\x1E"
  b"¨\x06ıè-ØA╣¥Wt,]½s-"
  b"¸!XÉð°Kg¿£█¬▓Yþ╠"
  b"{/T—±\x1DA‰­àH&)ËÔ—"
  b"¾┼hT\╗K}│q╗▄¨‗?Ø"
  b"""
     „\n
    ÚŒ\x07H\x19”¦d+¥{}\x19
    """
  b"Ú\x13{"ƒ&G=¬ê{-Ò\x19|\x04"
  b"""
    ëˬG©äB:¾Øê".œ\n
    Z
    """
  b"\x18\x05%¬ÝI‚º\x7F>Œ`hòq"
  b"¬8ÐÍa…Kâ—KÂÖ\x0E±„\x1A"
  b"~\x14L\x7F¬XL7°«ÆüKÍ=\x05"
  b"A<T\vý©IÓ®Êù\rw\f%%"
  b"1ipÅÀÀIò¬žŒÀË*²þ"
  b"CÜ£üÐ╠JÝú┐zT+çË╔"
  b"55ÓF‰(O‘žT öCš\x1Dì"
  b"J╬=|█×L$ÑiÕ¿ü+I\x17"
  b"Zëÿ¶¬ÅN3äÊú\v\x1Dþ×M"
  b"\x14EîéAR¯6"v0ÌAÜ"
  b"?“ˆE¹iL\x1E¸\x14¨ŠÐt¸i"
  b"9\rt,óøA,¹&Qw\x1CS\x0FÊ"
  b"\x18…,ºk{HЮ\x02ÏŽ¾ŽÜ&"
  b"[Àn\x13Ï|CĬŠc„n–\x19."
  b"Ôe\ržøòD€­.UÕ“\x1AÕ¤"
  b"XÒv·ü\x0EKH░C\x06/E\x06²╠"
  b"µª$8¡‚EsŒ\e«(ôT Þ"
  b"p„¾¶ÛæHàƒt;‹Ê@8."
  b"QãáikgN§Ø┼i×X[(\x19"
  b":˜+bC›A¦Ÿ¶ƒÔÐÈöá"
  b"ìíb>‚#@È¡M\x1A\v®¨‹x"
  b"\x1C/ýÝN©B:žÒö“-Œë!"
  b"ë¯\x11\x02ÆCõÉ\tRê+Ú[2"
  b"Àü8°±¿JÎÿ║d²┌êÞb"
  b"_„;§:.Dù½@„^µ\¦]"
  b"õ═¥÷?\x17LÌ©\tÅùÕÚX5"
  b"qÞþˆÈiN\r±ïƒ$ò5žÝ"
  b"#ç=«\x0F$NZ‹´¢ê\x16Bøþ"
  b"\x1DѶ\x00FªÅÌÒÆ$\x15ðÔ"
  b"p‰63â™L׉¢~g¿)‘¹"
  b"‚‡ê°\x03ÊFF‹‹ÛW*\x03"
  b"ëݪªDøI\x19ƒÅÎ\x07ÏïÖÊ"
  b"¹,+×4îJ¤©\x01îÂÉ=óÅ"
  b"z\x04W#ˆUO_¤¦EY6¹ûØ"
  b"#®f,àûOc¶e‰+jÔÈó"
  b"«═Õk]äJ┌ó0üÀÕçæf"
  b"Âèµ/qÜL\x19…ÍÚÓå“\x13f"
  b"n\x11Ûîÿ¦L<³sSÔž\x07„Û"
  b"""
    \x1Fp'´sI╗ÉQÓ+Kß\n
    
    """
  b"▄ô«X╠ÚE&è&FØtX¿\x13"
  b"§æ%É\fˆNè›Ê—\x06Ô\x1DŠ@"
  b"\x005XcKÇ §>H‰’Gã"
  b"Å│¦\x01&«Jÿï+éTFùÕ@"
  b"~\x1DâØ|DN´àô\x1FÈÛ¹!\x12"
  b"Þ¤?J\x0EÙIËÉçM,ùØb\x05"
  b"\x08ñÛ'H#J‡“×ðÅ‘¨ G"
  b"\x15ê\x19Ã\x11XD,™‡-°,¡Ù¿"
  b"Y†\v\x00k½HB¹\x04~Þ¬»| "
  b"""
    ª\n
    ısHAɬCÛÔ=Ë£\x06
    """
  b"\x18ö~²\x13EIÿ³‡è3܇î\x19"
  b"š4ŒJ¬.KU™dU×–X/G"
  b"º}\x01k>ŠFþ‡ÏÄ\x04ñ€\;"
  b"ªbù…^cIE£\x1C\võ\x00nl\x01"
  b"£È߽ǖGQ¡ÿZj 9+"
  b")o\t2:╦LËôã­Å1û┤Ú"
  b"""
    LïV\x15:0Jì—q´\n
    7Rbµ
    """
  b"Ç9›<jÿK\x16Œp¨Ù\x05@y©"
  b"üC7a)ºHýØ;Ú╬\x02½~ª"
  b"Ù\x03\x07òÃKOÓš\x1F:Fbæ{×"
  b"┘<òµ╣AJp¼ýÀF(Ü│Å"
  b"Ñû},à”Aí¡ŠÜÞYUëŽ"
  b"4\x14-b¦EJ_¤DA{Üï‹""
  b"""
    Ö\x1D‹Ùú5@‡ºq£ÙF_\n
    U
    """
  b"ÒÐüóKÉL]ÿÛ½Fb¶áù"
  b"\x03Q$öÉ.Kg¢Ì?3\x19á<0"
  b"¹FHü╔6A'½▄\x07>¨×÷Ñ"
  b"E,`ôšíN\x18»šˆ\x1EK•Âû"
  b"”F\¸\x1C\x04O"«ô?±\x1F\x03Ã×"
  b"š\x7FŸZ\x1DÒOÓ­T¥Ïòµ/\x02"
  b"˜«“†sƒMi»@ü°•»~b"
  b"K<`¿p\fLk›\x11Ö>\x1EÞTy"
  b"\x08^ÖkŒfE¸¶ŒØmÆÚ\x08`"
  b"v¨xŠmÍFy¸UÚ|׊àÈ"
  b"‘Ï£vÝ\x19D\x7F˜î'Ã\x13\x1C"
  b"ëý€ç´QK\v¤¡éa¿Ø7a"
  b"ÓÂÒ6d\x11Ax˜à\x7F)d–ÈÔ"
  b"5.\x06<\x05^I\x13\x02Ó„_ÝV\f"
  b"ãÜD\rÇ\x06C{¤rï£#6Ä4"
  b"[(šZ-ŠD±±E7fÓ\x12'\x0F"
  b"Ì\x00\v\x00ÀÕLì¡\x04#æÙ\x1A¨Ú"
  b"e^â.íøLìâÐOüÅ┘:ù"
  b"\x04‰·[/$K/¿\x06Ó#ªQ\x14ý"
  b"9þ╗ÇN£FXÄ\x07ÌÞ:¼ØS"
  b"èV\x0F\x07è£KZ…Œ\x04‡®¨#L"
  b"û¾‰\x10«šNϨ\x18s\x19ø³õ•"
  b"×S>îÌ┌B-░WÉèüKe├"
  b"$\õ\x02AÉLN┐Ö<±┐Ö½╬"
  b"?\x011>c™Dç¼j\x11\x06Ô·NÑ"
  b"F“`0g»M:’!9ùª(\x00N"
  b"ò┌<╝jÅBuè©{tØ┤▄w"
  b"]¹¿]\x1A¥DÜ’ß²\x15P¡ç¶"
  b"µxfã ûH`”BÀõÔ)h\t"
  b"Ü´µþ`ßEûƒ¶Ô÷cåTà"
  b"ü\x19 \x11\tJbÇ¿ú&W\x17Ô°"
  b"\x02¥Õ‚¢wFN­–ˆ-˜npS"
  b"Ƀq┌\x07q@\x12½Æ¢Wä0ðp"
  b"\e\x16µ\x0EQVGUª–Ýü”yJ—"
  b">i▓Ã▓ÉK╝àC¬\x01? ├½"
  b"/Dïñýµ@\x18®zFŒp\x19"
  b"ª{ár@[@\x08å¼þÄô¡Éd"
  b"Lôå<$×A!—~&G/Ü\x00¸"
  b"\x11ìYïõWH÷‚‘ÆhüúU'"
  b"\x14l└wÅrASù#\x06\e])×+"
  b"\x19²2Å┼7H\x01öm┼ïåáú\x19"
  b"öaéÐÖçGqų·lwÌn\x15"
  b"þ\f}‰ÿîLU²4\x08˜¶Ì^¹"
  b"\x11&\x06\x01\x15\x7FC“½@(»:1Ô["
  b"\x02!\x10ÄbøJu¼“±ô\x01þš†"
  b"ë³/9p;@p¿¾\x1Cš™EGL"
  b"ü═K17¸K|íþù└▀+C\x06"
  b"\x1E{W³¢E—£\x06ÞpRVðù"
  b"›Âí\x16*‹J4¬¶8¡wØ!œ"
  b"t½$\x10Ë\x17N¯µJÑZ»À‹""
  b"ÔÙçäzsKÜ‘¯êi˜ÃtZ"
  b"È,Òim¥I5¨ú©pkWð\x7F"
  b"꺾6Ä÷N\vö%\x00­Å½t▒"
  b"ú¥┬¥ûBGRƒÀïÑ!üIY"
  b"J\x11Í$\x15ELŽ®Yì“Ì\x16=I"
  b"Ñ@®LBÍE² žÈ©ö·RG"
  b"Ójæ\x7F-xHeÆñ\x1D{Êrì\x1E"
  b"-\x15ÊÌâ*Bî™\x1EÄ\x05„h&è"
  b"½ZÅ╩╔UA═░═\x1CÎÑx¾N"
  b"CÁV\vµÍHYž›N«•|k\x1F"
  b"ãcÁ‗.HBqÑ\x1F"ÆIì\x08"
  b"‹uÒå|þ@{§4C¢¹‹;å"
  b"'Ûŧ×ýOR║Ë#¼À?A╝"
  b"J…ûNðŽHâ–ÑL¤s*\x06µ"
  b"#\rnÔQÁMü®aY(S[ÍÁ"
  b"ý…!°\x03|O%‚•ÝÖS\x12"
  b"*S¢\x19sœE¤¯K‘Ã\x1Deqù"
  b"q4°–\x1E Iž©Ä2ªÞ¼ë}"
  b"(+-UÒxLÑá\x14¥Å9\x10qr"
  b"NfN7R4D’°¥>pQÏèg"
  b"c³ÖËѬLn€\x0EíUòþK\x1F"
  b"úæúÄaÂFé¹Ë !Æ::t"
  b"║}ì ░²O\x18ìS!&Û\´P"
  b"Ã\x01YXðçK„†S̓R·›\x1E"
  b"kd\vôÀ²Iß¶<\x16ÉîÂE\x04"
  b"\vâø)ù\rH©›Kì*+Ë.È"
  b"N õ\x10 ãCY¦¿\x1EÓ¿Ú Î"
  b"<ñtâù)M-¶1ó¥ß&\e\x04"
  b"#ïtú\x17¹Cx…²_˜€‘“¹"
  b"­µP\x11]ÀCÕ¸Ú{_ä !­"
  b"\x11I—Ø„òFñ„z%\x1CýÜÝ\x14"
  b"囕>*âL$¯\x01¼Ÿ.70¥"
  b"ı;ÞñodN0▒5£¿hü\x0Ed"
  b"\x13§+t…­@˼•=˜^“û\x06"
  b"""
    ÛœçU\n
    \x02C³«†\x04¯Ë\x1F
    """
  b"Ya¾¿P\x18H>‰ÓÍí\x7Fˆ`u"
  b"QG\x18¼‹NC|°_ƒ\x1D%çbš"
  b"b6ÒóZ×H] e\\x10ÂÍßb"
  b"\x15­›ëc¦OX£V\x18ÌZ²÷©"
  b"\x13Z#:óCþüÎúê▄¾çÕ"
  b"†P¶½ 6I§¯?«jv±…ñ"
  b"¦Ù\x08vSFD=”ÑÆ÷·\x16nF"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"""
    ðIÇXLdJ\n
    ¯\x15Ãj¸À½v
    """
  b"═¾¤'UæE\x15Ç4û¾ÖyÉ\x05"
  b"Û +\x13§BC¼®U=- %\eõ"
  b"]lšñíˆF»Ž5\x15Ž€yº»"
  b"®Ûä‗═gCbåV¤»'ýØ¿"
  b"€%>UyßN\x16°q çÎÎBE"
  b"ê9àm#TCå§\x1D\x08}³µñã"
  b";N\x14ÙÀÇLyÜ2\x1A╔╚Ì\x17ü"
  b"~┘±┼╝╩JSå¬Ùì©Q╔Ù"
  b"5ìÄÃs~Kñ½Ã!Î ¸█6"
  b"×\x1F▄Ø‗ùA'æ\x040\x16wB┼S"
  b"ŒM¯™«ûO4©ÒY\E0¬­"
  b"î\x03‡ö„ØLà¬\x08&Ç]Àõ½"
  b"ó¸0\x0Fù┐C\x06ƒúØë9┬sG"
  b"Æê\x1EËš¨@m”{\x14\x7F\r÷&\x07"
  b".i®eà╔D;£ê)SÉ▀\x17\x02"
  b"Ã\x07\tFKkF\x17³\x17ïWŽ\x1E„¥"
  b"xVfK¤‰DÁ½\x10Tr¶‘e"
  b";µ%s\\x05C8€‡¾ó]€¯Ð"
  b"©mJ;j6DÞÜÂÉ\nã\x1C\x04"
  b"®þÚóEmG~¥ÍçmÖNVÛ"
  b"i¸ú+\x10 LóÜØNG\eKâg"
  b"—„Òµ\x16\x19Cy³+|²Mÿc>"
  b"Y Æ%║+JúÉé\f"©ı̦"
  b"ÂÈ€wK»BŸ­;L?í\x04º\x13"
  b"÷³µÄÏtJ²„Mr_Ô§]Š"
  b"µ'uȬZCr¨Î°\f8\x13½\x1A"
  b"’p˜D\r†Cä”Ddžã»P\r"
  b"’÷¢7\x05mKS”mG©æÀë."
  b"Rl\x01áÄùNt»g'©\r\x7F©]"
  b"#▒P×E,G0ïÉÐé?³ı÷"
  b"ü▄}ÿ* Lº║}{I¤┌\x0Eı"
  b"C+-våÏLã’á/Cµq¬´"
  b"ˆÃ—coZEx¿²ªˆ"jè¯"
  b"\x03\x12J<˜qK\x0F³Ög\x11óUIÞ"
  b"""
    Ø÷/P\x1E-C/é\x18é\n
    \x04═║>
    """
  b"¿•-\x19Ž AG¤GΘ4™å_"
  b"C,N|¤üA<‘ÍBÌOÈKÒ"
  b"L…ƒ|Êê@\x11£?Y†¼9\tø"
  b"ü¯ÛpÞó@ëö\x07r\x12WÙD["
  b"]ögî\x12õO¤¢r{®â¶\vè"
  b"þ:çâïYHçžã¿4\x05³Yp"
  b"C@öUR╚JÊÅ[©┘╠f¬ë"
  b"õ‗Á\x1C┤zE\x19öV┼\x187ìM\x0F"
  b"N[(]*╗C┘¬\x12'\ƒ!"ì"
  b"HHi\x02\x08íFщy¡jÑl^L"
  b"ü¡â█r¸N0êÈ®Ð]Æ│ì"
  b"š§¾@¯óO)“Œ³_»˜h\x12"
  b"ß\x0F\x19░½ÊD¡Éx§┼Ê░Mó"
  b"f’\x1FÌ™ÚD\x17¤âïk?…J="
  b"èÒÔıì$Crï╚7J9±é"
  b"¨¾kÔ\x02·Cô»s\x12\x0EÄ\vã\x14"
  b"£?\x7F¢öñNÕæ┘ɽp▄│ "
  b"L¿\våÔÐH›‚º;\x11ì’€C"
  b"÷äÿrH¦J‹°0–ï¹çYš"
  b"¬ìy7pÊK´ÅÈhÐÍp\x02|"
  b"ò╠¥\x02ȤENÉ└²└mÎr»"
  b"ã8\x07Jñ€CЯÿÐc¾a¹œ"
  b"Ai^#ØÅNœ¨`ã⯫é\t"
  b"ƒY‘¯¶\tMщ\x05\x01‹$Ôêù"
  b"$é_øæMHš¦I\x02Ý\x7F<S\x19"
  b"¯k¨─?ƒOà▒┤\tÉëOHø"
  b"ŠD±üã\vAb‚\x13(î´–Ge"
  b"\x18\x01\x11\e¼@┌░ \x11Å\x1CB÷á"
  b"Ÿ4ðs \v@:’pŽÐ´ü¦S"
  b"p–$WúPL¢±^Ü\x18"\x0F—€"
  b"âw}]ð¬B!…Û\x06Ÿ\@ùÐ"
  b"2Ý`CNéCð¨AQi€@Æs"
  b"†ÒéV7.O·®\x14F·&Ãëæ"
  b"lðÏV¿JAÖä/\x1CrØ╣Á\x04"
  b"MT2\x04”nK~±G¼Æ·ï\x17]"
  b"—ï‚°AÉKß«U¡\x11¶<»\x1F"
  b"ÎýOßdÔDñ•W.äÑ«Ëï"
  b"""
    (”#DÛsL½Š’gv\n
    )\x07/
    """
  b"\t\x19v\x08îŽEr‡\x11\x15b—}ßž"
  b"Xë´ÀØÂD*äi¹µo\x12\x19H"
  b"f\x011\x1A´\rLjˆoÕáQw®ä"
  b"²€Ã½LˆJ\x00—F\Ë\x12Ì®\e"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b"L\e4{}ºO\x04´\x7Fs™\x1C\x1F"
  b"ªƒ,<\x1A–A«šŠl\f\fž"
  b"Ix(å2ì@qºM\x05ÐP=üy"
  b"""
    sº+ì\x01HH\n
    àïÑıëÞ=ý
    """
  b"éÊ"\x1Aï¦D­Žˆ\x12)5­"Y"
  b"\x12dt,+0J…§ôz\¸”ÿd"
  b"â\x002\x7FÑ)N5¹\x1Cš¨l^ÄÎ"
  b"лCUÌmGu•y‚„RRŒ½"
  b"4?'[_å@FŽÕtÊù>îi"
  b"i©f tDyØg7[\x19¼R¼"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"OsA%TÃL‰–ׇ„\x02ÆÒh"
  b"4c<\x17›>IlŽƒ\f!+–ó2"
  b"Ð`–Œ (Nî¬\x19ßßGÅ\rH"
  b"""
    ¬=‘8VºA\rŸ÷\n
    \x07Ôh‡
    """
  b"""
    ÏÊè®V\x15JåÅ-Q>\v\n
    ®
    """
  b"L\x1CÅ\x03\x05tD|™"r[Ügj–"
  b"þ\x1CðÈ┘ÂI!Å\r{¬2┌PR"
  b"\x1D\x08ÕTrG'¤\x0Fħü~˜]"
  b"nĬ¼ôÕF'Çp`É\x14«\e\x08"
  b"e”\x1A¥\x10XG/Š”A\f}·»1"
  b"X—ù\x17\x13\x13NÔ¥-™ã@æwi"
  b"!\¦Y›ÁKûšqÏC4×#Ñ"
  b"÷¨2Cä;OÀ¿â9¸-\fì¿"
  b"ï\x04ýPy±C0º\x017úäÉ\x1Fp"
  b"<\x10\ruèlEy¡Åß\x11 oÞÞ"
  b"½n¥\x16¨\eJm‘š}i#ܶu"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"""
    a!ЧÎ\x0EEh±\n
    ðSyÖdG
    """
  b"u!\x00‡8±CBœõ¥ù\x19ŽTR"
  b"\x17ú¶\x06N\x06°\x01\x17ã"š´¯"
  b"ð`òìZ^Mý║%Xú.\x0F"
  b"ØDtJ ¼E­Ø¤\x02H´ ╣s"
  b"pJ#zÎàHx‘Šó÷²´õ*"
  b"¯CîXÏ┼E╝ÅñB┘³┌ì¾"
  b"\ÞSM:\x16C\v˜ÇroDà\x08ñ"
  b"’á\x1C[,ZFO‹ÛáQœ\x1F"
  b"ÏÒ\x7F\x00I╔¥¡aìó\x12"
  b"6Ñ¢©‹ANô³ëRd\x03Œ·Û"
  b"wPn[ƒHOf‚¾\x186¼]ñ¨"
  b"j¨þðg\x17KêÅ▄JAP{òR"
  b"_«^§\eKO(Œ\x07\x02Ë}\x7F"
  b"\eÞæÏáQ@¡˜µÕyO$Rÿ"
  b"=ù)Ø'ÄH¡ ;Æ¢N÷“?"
  b"ßÎ\x0EvÅîE®¢\x04jëBKÅ«"
  b";H\x7FŸDGN0®\x07Ó©B*Öt"
  b"g\x06s~\HJ\e¯Í1ʶ@8Ã"
  b"˜‚\x1Fˆ÷ÈCd·e¸(uÜÊÎ"
  b";╗\f^PÞ@▀Øó-tì▓5\x02"
  b"e;rç™z@@†¥Ht\x1F\x16Ùè"
  b"bÿ÷Ýô=B=•½sȶ6‹<"
  b".Õ?6ÀDOG¼4ˆÊç\x11\x1Ep"
  b"┬>┤o╣;JFÉ>oÅ<\tE?"
  b"ïØÓ;\x10¼G\x00ü p \n═-\x06"
  b"\x7F\t\x19ï OÓ¾;Q=æq‚ø"
  b"e\x04Bãd\x13D–¤\x1Aè\x1DÒùTS"
  b"V\x03¹%┘³FfÿlM?ZßÉD"
  b"rï3\x04¢ÅFY¥+i╗7%I\x1C"
  b"IjæÂÃÝF°š!®_â%ß`"
  b"┬|ÓÉ]SK\x0FÁü¢±¨\x07`A"
  b"N\e•З¤Eï­?S1"ÔÒõ"
  b"å„3\x1C\x07ÀA¨ž/~…w/\x01Ë"
  b"ú}"ã—šEØ¿#£ìôw»î"
  b"óúÜ™É\x15HñŸ”ìMáÊÓÕ"
  b"bÛ┌█Ä\x01F└ìº▄║ã<L#"
  b"ƒÐ ÈŒ®GW´\x11D=S09´"
  b"\x1A‰Æ(ØÃH\…¤H½fÝ1r"
  b"\x1A’ÔUKežµ[k\x13ašÜ"
  b"¤ó‘‹ƒ0F/·\x0F˜\x7F*=Ì5"
  b"Oùª ˜3J8…iƒÇ›%õ\x19"
  b"Ñ\x13\x01÷L_ï8©ï\x12#ZÅ"
  b"ì{9yX█B▒╝ë\x0E:ü9À "
  b"9¦_î\x08øIÁˆä\x1Cʇ†ÃÚ"
  b"Ki‰îqIBÌ“f\x110ê2Œð"
  b"&3S\x04üœG.ŸÅ‡?„)Ô½"
  b"Ô\x1F¾\x08T╩Fìö▓▓aL\v"
  b"Z.õH˜œD\x15½ûø„™ÔRã"
  b"ìph┴g\x7FFt»ÒBf É§&"
  b"¤µ\x06w±ÈCi¨\x06'ìj\x00_\x10"
  b"ÕX½)\x06¬G¾ˆtx\v1b8\x1E"
  b"[Eî£\x13ÙJŸƒiM¯\x168\x01Ú"
  b"@¹à\e'É@ñ´N³§bë\x02v"
  b"Ùæ”‘eÕO¼µ@S^£\x07¡\n"
  b"\x12:\x7Fݺ╬H‗á¾6?¸\x06"
  b"ÊL!█fÔDÉ®▓K¼\x0E©Oè"
  b"ÏQéì\x0F\x08JVåh¸!¼à£æ"
  b"+ã8_ÐYAx·?\x01ЛÓ`æ"
  b"”Æ{\x00©ƒE¨˜)g§¦\x1E¬°"
  b"N†\x0EÏŒ§B3±X+Ž\x08\x06"
  b"µ*/¹_ÓL¡·w‹,\r˜— "
  b"²\x07E©˜TJV¡ãa{\x17Ó\x12\t"
  b"gPž±ÚØDiµW®ÕåK+\x14"
  b"’=é^\n–IÑŒ\x00‰5è§²\x14"
  b"\x0E NeFë†uK \x1C®\t\x02"
  b"ÏS•J\x1D"BY‘«sa\x14\x01DW"
  b"\x060jêÞ›NQ˜vì¾lQ\x01"
  b">\x05"\x18ÇKAf‡pü¼E±|O"
  b"├ØI║\x7FqC«£N¿ìߣ:Z"
  b"l‰‹÷èèE1’9'm²|Ø1"
  b"BIJðâ6D\e¦<ø­þzzm"
  b",êc\x01ý\x01Gñ€\tqÄ:,1¡"
  b"ýÙc\x02Ï'Oöµ\t\x14\x1Aµ|#ò"
  b"""
    µb{\n
    r¥Hk•(«À½_å\n
    """
  b"\vPúŠÅ%G²žj×Ïf&Ît"
  b"5·ô… \x05OŸ­´è4>`ý‘"
  b"┴¼ì├ÞxDB▒\x100╬#@ío"
  b"+kðÅ═ÙMììi@Êæ[Ï┼"
  b"HkÖñ\x12“NMžJ~‘çÝ^\x08"
  b"r\x06\x05\vÌÕ@!©¸%\x17oÇ®»"
  b"""
    9W¶WîÜE\n
    ƒ[–G¦=cï
    """
  b"õaCz5ÝJh£öÉ9¹ùK\t"
  b"║<k5▄\x03D\x1DÉYBaaì´Ä"
  b"O.FuÐjBЈH\x02\x18\x04ñ­Ÿ"
  b"í\x01\x12\x08\x19ØDõø­_Õ╦Ìp\x10"
  b"\x15Uú)Ö\x10CÅø3ƒ\x19Ã[iÿ"
  b"2\eBS€xK\x08žÄƒ£Ç\x05¦f"
  b"`P¬½sÑK±øÛÉ└<ªeó"
  b"\x0E¬\x15ÌbYE®ŽÞüguÞEH"
  b"«\x15\x17s'E\x08▒4xƒ\x03\x1D"
  b"ð,iËå2J·ú$&─)ì¸"
  b"ê\x14˜Ñ¨\x1AG¿»Ïç¡\x13tÒw"
  b"\x03\x01€ú*†F“¬¤>£L\x16\x1DÛ"
  b"ÄØ®;«OOøà\tï\x1Fo\x15ÁO"
  b"\x18£ p’\x05NVªs>\v\f5¼Ä"
  b"õ…éÕ‹×DøŽf—¥Ý00»"
  b"ÎJØn‗┐EIÖô\x01_ÒÚ³Õ"
  b"vy™\x1FZ\x1AL´…\x1DèÌ\x1EæpF"
  b"""
    ÝÕI†\x02ºN¶©ø­\n
    ¶²Kà
    """
  b"\riL\x16”˜AàŒ$ê-˜Ì•?"
  b"b¡LÔC¼J}¨ª)–[›Ãü"
  b"‰*Y0¬vA#”\x10?8÷¹<ñ"
  b"ÐÍÍKQ&HöŸ@\x04ÄÇŒ\x15"
  b"û9„&ËtE¡„I\x14Ÿ`òßâ"
  b"ËDSœ«hAÕº\eÏr´½ï"
  b"þÙùu\x14ÉL"×╗VçôSÛ\x04"
  b"Ñ\v\t\x01­J©ŸEY“?)å\t"
  b"\x10ºÓ¾H\x13Ÿ+ˆÚ>ŠRt"
  b"Ï\r▀%½kIX¬)¶\x12%\x13\x11ü"
  b"\x15°\x03·R­B¨˜ÈÁÐzÏ™Õ"
  b"""
    ;ß:’3œAÀ¾s%|\n
    r1)
    """
  b"´\x1FOtšeO?³¸Æ<ŠÜaî"
  b"\M$N\x10gGß“ä\x01Ébù\x11±"
  b"¾\x17}\tÇ<I0ŽË/q:wH>"
  b"´7?█u²E¼ì1┘¤-})þ"
  b"\x16®R\x1Dµ\JÆìGÑ"³6s\x05"
  b"uÒóœP\fJé¬qŸ¨îÍœõ"
  b"\\x14Uj/2Dµ†\x18\x19½WÄA="
  b"8_rµxÖAL£Ã\x1FÔ—\x0F¡±"
  b"\x12ä}ü<âOª£‚\eÁlضy"
  b"ƒvÊ/]—G\x01¾ø\x10²Tþži"
  b"Ö\x0Eº†}z@á\x01\x08 ¡ºw0"
  b"\x0Eä¢ÉÃFLÚïb©<é═╝d"
  b" Ø┴C¶\x1CG\v«õ\x01░uÄ×>"
  b"%Â);AÔKl¾f­8s€Ju"
  b"аfå\tlK¶ìT»\x19,\x1Aû\x10"
  b"oÀùkƒ8O‡–\x1CO\x05\x19¶ýÁ"
  b"%Úmn\x10áK\x08§N.1´ úI"
  b"‰™¢â”7Jü¹\x1A\x7FÄ&£"
  b"\x0Fì¶6ÑNB║×g\x18p°I²5"
  b"šYZ½®…IF¬å\x1Fn$Q\x10Ê"
  b"£\x1AìÍô¢L\x1Fîû¬þÔuг"
  b"─¿O└lsJüÇv\x00\f¿Ú■ª"
  b"950¾²­O]ž+äíHÕ¶‹"
  b"§·ùô+‡Nç£ý§e¢ÊÁ\x1A"
  b"┬┐\x16═╬*OÌå¼ì8·┐╝Ï"
  b"éÚ▄\x16JüMê®7·U\x15GC¶"
  b"`_¤\x1A¢w@ç—¶¥\vñ­Õ®"
  b"TÃZ±áÉCޏ\x16\~ñ™à×"
  b"z§╣\x14Û╝GÚ¥ÅCÖq\x13\x0E"
  b"ù]¸„÷\x02OK•\tΤOP0O"
  b"\x11Åñ8(2HV¬ÅÔÁ\x02\x05™q"
  b"û3┴àü\x1DCb»─\x10┐+7>4"
  b"a\vºÊäXHÓ‹6Ï-´|?Û"
  b"’|^-/¹Ha“qA\x07õã†'"
  b"­W;S›ÃHD„@f¶\x02¨|¾"
  b"ùºZz!”B4 êHM3,e*"
  b"¹jÎÕ¥1BÀÿ\e╠U\f\tØT"
  b"\x05\v(t’‡Gø‰b\x11ûN2*S"
  b"ñ\x14Á§„$Oèˆ\x1D7Ö¼èû"
  b"×õ6üP£DÚ¿rN\x06\\x13”¦"
  b"Ôbål&±A\x06“–ãÅi\x00T2"
  b"Ó÷KV8GE±—DU\x04iê3Û"
  b"ì?°Sa©A=©\x065ˆeTðM"
  b"?yá\fm\x07O*¥Äÿ¡ß\ežÌ"
  b"h]oÐv\vJ×¢nlÚ{Xr;"
  b"ñ’xú³îJ\x05Ž4ío—LO`"
  b"▒ÂØó@Í@\x0Fñÿº¨\x06ç\x1AÇ"
  b"’ô¡jYqJ'‹›]—ngDR"
  b"ß\x0EÕìÛaB«ü¦â\x01d\f\w"
  b"妎~Ý”Fè‘Z?ÜY\x16É\x1E"
  b"\x12\x12 E’€IÇt\x18õ;õ"
  b"1&ݸ¥ØGK§–ä3\eL|è"
  b"y<‚À€JN\–·=!6\x01˜é"
  b"ÇðË\x17\x12½N²ªÏtÑdÔ«T"
  b"Œ—¤Fâ¼@dz\x06R×¢¼½F"
  b"6\x1Fß+\x00£D¢¼Ë<@Gt\x07\x1D"
  b"¯\x04ÑMnSK®”œmyšÂ`Ê"
  b"├6[▒\x0E"JÓØì└%╬èü\x1D"
  b"CB/-ÛÄ@s¹\x1A\x02o(\x13'4"
  b"Js{rË»HâŸ\x19i#éA?‹"
  b"©ßÝÉ\v¿C\x10\x10F»/\x0FŽ‹"
  b"\x0F\x13»ü╗¯EÐä\x02\x0F(É╠"
  b"©ÁÞý\üD┘Ç╦\x7F─Í n▀"
  b"\rië¤aÈ@¤¤»|<Ç$\r\x10"
  b"Våµ█ØàJîös¸@þaHB"
  b"""
    M$)]÷aANŠJmâ\n
    >б
    """
  b"û¿9X\x01$M¿ò├Ý0Øó\x16\x14"
  b"¼–‰M‹þHw²ÁåTu\r\t´"
  b"\x13#]P³Aë¨4‹¯_\x0F¦|"
  b"¥‡?øÊ{M‘‹_\x11\x1Fˆ¬Ï´"
  b"øì×pW\x0FOÙš‡A÷3™\eÎ"
  b"i:ö±‹ÂDa©ítV¢L\fn"
  b"-d˜ $IKI¼‰ÜtaÈlî"
  b"­ý¨yœåHè²à8CFëûs"
  b"ø\x087OdÎOF•R\x1E)\x00R2Ê"
  b"ú=rK³ùG0„ª¿)u\x1Eþ›"
  b"\x10ňr^9K÷šJbT\eèÈ¢"
  b"}ã«2™ŸG÷¦v\e[ŒÑP\x00"
  b"å¾;JÁzA\x1FŸ´Þ+`E95"
  b"\x13\x0E▄äHÍEÏ¢ß÷¢ÙÅé\x00"
  b"""
    \n
    JÆ8í}N║ì±█}ê­ö¼
    """
  b"¬K¶(`\x04DËìíf¥½$mn"
  b"»»UÆj°Cì½\t'ºúWà8"
  b"wÈóìÌÎDÆ║╗d╩╣\t°\x04"
  b"2\vòî \x16Eü╗?Ôg■ÃØ\x1A"
  b"±÷g¢²;MÏ­#*ÿÁmh="
  b"é¹ã\x16·ïEƒ«¼¸ã%\[Ç"
  b"‰¡»àiþJ\x1D‘Q\x07©_Ô\x179"
  b"’•"s3AJ¶¦ôÞ\x0EzCG)"
  b" è°ñþ¶EhñÚØöò»*±"
  b"Ó~/Mì)Eö¿‡íŽÕ÷C›"
  b"y█\x01ÚvJ@¥¥#ì┤å\x103╣"
  b"¿Ë°\fR9B©“j³ZD×½æ"
  b"°„·'\x16ÎN䳿e}Ŷø‰"
  b"¼G^ÝÎ;K&ì╔╬7\x11U\x11Ü"
  b"6&yT¬šA\x7F¤8'ì\x138\x18"
  b"\x16íûàG\x08D~«aqßîAkT"
  b"â»|Õ\x08/J÷öÕ\x15¨õÅo\x1A"
  b"ýÛa¨6¿Oì¡”N\x18GÇc‹"
  b"õ<4░\x01üDb┤tÂQ½8ßê"
  b"\x08¶ˆ|\r\x00E¦’Rþô\x19Ѭi"
  b"»yKÿ±³K.²v\x14A±dPð"
  b"\x16æî\x14r\x13F\x04€–œw¢Ÿ Ñ"
  b"j¤Yiâ\x10Fá¼(\x18W!"Y\x03"
  b"Ù«­jsrL\x17“éêÞ!aTJ"
]
84 2.20 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"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"\x0E┘ ░ıÍ@]ØÔNjѼ¦╣"
  b"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b")\x01×\x13 ¾GŃ\x023cI\x04øc"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b":kþd…÷Aè€ÚäkÎcl×"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"B▒Ý;ü¶Lu¡╝Ôø}±]F"
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"M×Z\x1AÎ<Ee³ÿ¨:Ô‘\x1D˜"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"_\x14Ãÿð\x10I\x0E´ÁT+Ïë­¤"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"i:ö±‹ÂDa©ítV¢L\fn"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"qvÜïë─C­ùߨ┴Ö\x03"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"wÈóìÌÎDÆ║╗d╩╣\t°\x04"
  b"{\v¼\x11”¤KA”)r³¿h\x0E»"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"‰î%f\x08vMx©aU™6|¬ä"
  b"‰ûÿ»ˆ·E\x12Šé\e\x07U_²Ÿ"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b"‘21"\x7F5Iñ˜jäýuÍû‘"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"¥KELf\H5‚NäP\x15\x01"
  b"¥lÐê\x02dD*œ\rl,%±‡O"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"¡A▄HµpKçü$\x1FÁm‗┼‗"
  b"«ããÏi FçøtI#Yãöì"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"º’ã¶E°JW«GVb×ë÷!"
  b"»ƒì\vã[IC®J*¥8¤¶Â"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"½™(2"ÿGh³½7F\x02nEè"
  b"½óU×½ZF‡±’\x00\x1D%¶X"
  b"¾YÔQ"ßLo…a­7¯Ð\x1F"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"›á2 y@Z–"\x11F\x18è\x10í"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"ÊÒ“ÇB“@õ¾ßÌælú›Z"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"Ô\x16\x07ëæ»ML­äK\rF¶jò"
  b"ÝßÚ¶Ä)F§¿sT1Þo\x18ë"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"ã8\x07Jñ€CЯÿÐc¾a¹œ"
  b"åÆá \x05×K–´Ÿñæ\x13UÍ­"
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"¸BW~\x10*M\x10üAÌè┤\e£0"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b"øSׯ\x05æOsŠ\x19\f\x18´ ÖŸ"
  b"ù\x19âÛþµA\x17²\x0F_œ¬V\x01Í"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"¹jÎÕ¥1BÀÿ\e╠U\f\tØT"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
  b"ÿ\x06\x1Eö\x1D&M½ƒ%)r¤X¬\x08"
]
85 10.35 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"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"\x11ìåOºjK\x11ô:[ýj£8M"
  b"QÿþòrÆEBù\x18è╠e1\x1Eì"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"åÆá \x05×K–´Ÿñæ\x13UÍ­"
  b"""
    \n
    ß3¿\x11ºG$¯È\x0F\x17\x04
    """
  b"XnØ\x11Ü2N║ñ\x05#òÚ\x0F-d"
  b"¥KELf\H5‚NäP\x15\x01"
  b"ÉÅ2mWš@|¹âÓ\x14Ž\x06ãQ"
  b"øSׯ\x05æOsŠ\x19\f\x18´ ÖŸ"
  b"M×Z\x1AÎ<Ee³ÿ¨:Ô‘\x1D˜"
  b"bÝG\x06/ª@†²Ú\x1Fn\x06£\ft"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"ñ\x15z'\x06ÐO^·°Qú̸ÈË"
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b"ˆôÖ\x12ø\x1CEF°'ç0\x11Åí`"
  b"µC_QÙwA\x03¼\x13+h1®CÛ"
  b"┌Ú}~É╠MåÜN╝└Zo+═"
  b"Ÿ–ÙmµòH\x7F—ª™Õ¼;LÖ"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b"A‡oU\x17/Nº¢\r.§Þ7Œq"
  b"µÄ2ºt▀Gyûð╠íã@úØ"
  b"\x08\x19\x1Eä\x16ÑDÔú¯Á▒Í▀ÏØ"
  b"ÝßÚ¶Ä)F§¿sT1Þo\x18ë"
  b"y¡4,j…OIŠ;Qï\x05qå¬"
  b"\f\x7FœØ© Gƒ™e6¬,¯x&"
  b"½™(2"ÿGh³½7F\x02nEè"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b"™Å¶Ë\x02}AŽªßÇ'v§GÂ"
  b"ZcçµRVM‡½è\x03²ŸNo½"
  b"¾ÞTb_eDŃ>ê!¯‚}\x1F"
  b"\x06Éh|HkDù–iòM\x04Ì¥¦"
  b"í-\x14J™bGÈ­÷Ñ=+\x03"
  b"e8dJ)õJH®– gOç­\x07"
  b"mÉ)I▀╝H:Ñ0│vrÔ┘└"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"Š 2"$ÖK\x1D¬Ìl}\x14žé&"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"¥öÕÑ\x1FwOíÅ\x1FÍöPeéÔ"
  b"çšsÝÛ¶I+žâ\x1D}­Jºa"
  b"„øb£\x0E\rD®®õ–!4^"u"
  b"fCºêÎçHLöæ=BÅu^\x1C"
  b"âg‘ÏØ\x07HŒ¯J°1©\x06\x187"
  b"""
    vÊ£ñF»GbØæg°╦\n
    \x01µ
    """
  b"\x7F¢%É6;G*ÖÒG└¹&\x19¬"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"(kq\x07±N@² »Il‘\x19£o"
  b"~"ÇиìLõØNm>×a└W"
  b"|ê½üÕäF|ù\x17┬ò¡)sÛ"
  b"4\tß̽\x0FJ.§•Ø2âÚ\t."
  b"\t\x19r\x04„¶O”š`›ßNá0\x1C"
  b"´wë\x0EÙ²AרÒ`r+ÖvÜ"
  b"Ï>ƒ(IâHØ£░ðÿ#ü§Æ"
  b"¬æJ}OòJÖÉn▓!ۢر"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"""
    XÙŠA¦\n
    L·°\x1A÷ÁϱG\x1D
    """
  b"\x14u\x18%I¼³é7,Û\x01\x04\x1D"
  b"Âëç\x05WÒJø’*\x17\x1An¼""
  b"½ºt½`\x1DBฒ[Çö™\\x7F"
  b"›RJóœvOš„÷Û\x11Î\x1E\x18š"
  b"÷Ë\x7F$É,MT«Í»ïbP¸0"
  b"ÓdA~Œ\fG\x06‡²{˜ÔWŠz"
  b"ãík\x02ï\v@"¢]Eb\x10P^â"
  b"sû¢1ÈËE»¹\x03\x1DF*·n©"
  b")\x01×\x13 ¾GŃ\x023cI\x04øc"
  b"^†3nÌ"FV¤\x19}\x08\x16ÞµK"
  b"–¶o\x18\x04úE\x01‹íI\x13}Y©^"
  b"æÁ┼~èAG╣äõ8õìRÊ░"
  b"û═g¦D¢D\x13ÉU)¥Ú\v"
  b"Wõ)ÙKÏH\x19³§~fmè\x08ª"
  b"ÜÏ\x7FëýoAmÅz4îG]­ý"
  b"/4/\x18­ZDØï8\x08ñ\x03µQ«"
  b"»Mä»Ì;@Y™íîÊj«Žž"
  b"""
     v§LıH¶Ø+\n
    ═8┤êÅ
    """
  b"\x15ž)2ZÓH,ª«º§fæ1m"
  b"á\x00c­FìAz‡I\x1Fáÿd\x12¡"
  b"8\x17\x05ظC╔ògÙ║î*╩ñ"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"š)Ðyæ{M‘—\x0Ev×î\x16"
  b"ÕZÉQã B›£\x1Aóó9¡Y#"
  b"òu…\x02”µDó¸´\x18[iQ\x05Ý"
  b"\x08IvÁBw’ 9o.m?/"
  b"\e,J[GøÅã<:§\x13\x1F¢"
  b"Ù·‹É0QAˆ·KY©Ïwb“"
  b"v┌dbÁàK³üÕBw\x12sP╠"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"[Þ=òá\fMdŽ\x13[L‡Š;s"
  b"""
    \x1Dò38—-K×¼7\x0E\n
    Ä{
    """
  b"Ê£;ºsUN\x13¼ ‡«“ˆÒ\x06"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"†ð\x04hV\x10AX•é!¢U‰\x1F\"
  b"½Si¹Ê\x08N\”AÀ¶|˜–å"
  b"\x176äÀÑuC×ü|°xü└\x11c"
  b"€Âw\x16\vàJ\x18•¬oR“:›©"
  b"¥lÐê\x02dD*œ\rl,%±‡O"
  b"æ¥x\x15\x05™C\x15…ýÒnãw\x01"
  b"\x19\f\x1FìA║¢½äÓSë)\x1E"
  b"ü>#Å£EFcªðL\x1C2]PÑ"
  b"┼═¹‗\x13\x03K×¼\x1Ewv\x04Kɵ"
  b"\x11ç–ã»ÿF=¯ÉídÿÎêâ"
  b"""
    ©Ž¼\n
    .ãD:›|‘áC\rÕÌ
    """
  b"""
    ªZÖ¤\x04#Kº¢§½\x05\n
    ]aÌ
    """
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"e½áùÚ¤Cÿ¬¨¨Q~Yûr"
  b"╩U\x01Õ░ÓO╚Øq8\x06`\x07\x13w"
  b"ݲ¶êÓ‹N<†yè\x1CCÕcß"
  b"Þw,\x05õqJÙ·f÷{,ÿ›\x16"
  b"]#ÑÝXÞC²É░Ë«\x07W‗ß"
  b"¯»¢Wº\x14D©·w\r!ëò¾Ê"
  b"‰nÁ8\x0FWN‹¡†|Ô+b\x08\x1C"
  b"©Ž'‘R“B;§\x00»Ö½ÎŽÒ"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"õ‘Üħ=No°{\x14rµ;a¡"
  b"›‡Ë¬î\x04Gç¶KU`–ïz\x10"
  b"É;Eh7³A└┤H ×¦UKÍ"
  b"\x1F{~>CvJ\x11’d\r”uÿ–7"
  b"·ƒd¿ÁÎNÛ‡\x12lé¶òíP"
  b"""
    ™tt‚\n
    ÒIv²\x19ý¬ž+DÊ
    """
  b"£Zøá╬uNüöÚ§^åaßo"
  b"\x10.EJæ║B)®\ròì\x13®6Z"
  b"±\x0E\x10ŒŽŒE×­»í\x1A^F†Ù"
  b"zmB÷\x0FîE¹ŒõA<æëf£"
  b"\x10N›ä\x16ýM¦¨Ñ·[gÚ«\x03"
  b"- ÞÃýÐKKš¡ôöŠy"Ë"
  b"«G¢PÖ FŸ³îxÍf»L\x13"
  b"▀═J¡r\x11N═èÆéøÉ\x17"
  b"æ┌\vÌ(,K▓ÆíÓ¼ÉðX\x06"
  b"…Õ?õî^@c¼´\x01\x10‚Ÿ\x0EG"
  b" ÇAp®C@M öŽß1Txh"
  b"S\tÑ\x12ÇÊC— Úà7rÒPã"
  b"§T\x01┌ø'Fcï└\x02ÄrÙü\x15"
  b"HrÓ@B\x06M¹¬\x1C[b³PF$"
  b"c9\x10╣¼│A\x1Cüt5\x1Dÿºþø"
  b"ÊÙ™“ä¢B@¯<´dñZq‹"
  b"+fºôN¤N\x17„xÝ\x07§“†Û"
  b"¢ßóéØ\x1EC×—žÜ—\v\x12\x07®"
  b"â.j0¨”FY¥\ÑYµ\r¡>"
  b"ã"\x1E\x1F¬J\x18®\x01~šÝi\x0E0"
  b"""
    \x10ìœ4eIHǼm³!\n
    \x0E†ó
    """
  b"Au\x0Fü╚\x08A#¥\x13¯O;p¶╦"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"""
    ¡\x1FýÐH\x05Hú«^ \n
    üVÚŠ
    """
  b"bG\x13ìT\x03E%¹ž¾-fW¨b"
  b"å³½ç╬yA,Á_Úüoó^!"
  b"}ÝÄe¿ÅG}Ø▒▄@A2¹7"
  b"¸ãaeéãM\x05¹ç…žÐŒd½"
  b"!/~lÑïK”„\x10އÿž¹ "
  b"\x00k¹ÅL├@xö0KV\x15à\x02Þ"
  b"\x06‘g±bÍB$¬Nk«¶ßK®"
  b"\eñÀOXÇAy’"\x1C^l}k\x10"
  b"ò̲®-ÉM\x03çzúv╗\x10N]"
  b"""
    Žùkªp\n
    O:šw†k=üÛÏ
    """
  b""SàÅg║AÚøÝ×Àl(0ü"
  b"‘¥_ÐxÜF„šï,©HÙ›)"
  b"\x02½6#+\rBæ©Yßy \x1Cݳ"
  b"áÔCØ\x02jI0âNBé1þí╝"
  b"¯]biš$O•¶·˜bi—\x18½"
  b"T'Ôª´§A&¸\x08¤\x0EòDùn"
  b"¡A▄HµpKçü$\x1FÁm‗┼‗"
  b"¡ýçæìÆ@╩ï˽¸};\x06-"
  b"¬Ñ\x1DkÊê@Äœ‚ªõÜ>œÉ"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"¡ÖKólNDî®.NAÉ3¿­"
  b";?‘€±q@ô©Bë3át‹o"
  b"X{­¸ùˆM¯Ž@\x1FF·¸%µ"
  b"╬ÈG#┴7ISë`Ø3╬ö3¾"
  b"æ?\x0FÅ\x00▓E%¢wÆM\x1E\x7F½~"
  b"Ò×Ä\x00\x1AÇK\x10\x1E½5h#Ïü"
  b"■H7=\x07µO¡éÅä¤ä:\x0FF"
  b".qãˆ]aH~Œ¬:’]Œ=À"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"<|æÉ\x10¹E˜ UšÀšc\e¸"
  b"Ý•ÑÒàÉH§‰´Z\x7F\f_\x07Q"
  b"\x08^AQØÑG¯·\x00\n’ÅÁÕŒ"
  b"q6\WßÔK”‡Ÿ\x17­BÖb·"
  b"½\x0Ft©ôrAB“Ü\x19’ýë\x01¯"
  b"y‘hªôb@õ š\x18\x16¿7*"
  b"à)f6§DBGšE<ï8–F."
  b"│}ÔüGÓL\x1D½Íí█J;Á7"
  b"\x0Eß@Ð@Ïšƒ«bƒrüÌ"
  b"áÝVìı:F■¬Ã°\f­´\x12\e"
  b"\x7Fúm\x01Hnúa\e±BÀü!"
  b"E1ÝÀÁ—NÙ¤\x10O²ìcÄw"
  b"ZåpbQHF.ƒB.VKäÁß"
  b"Bü‚\x11ß%B™«TðΟEÉP"
  b"dàƒEŽ”F¹­;&O[xÚm"
  b"""
    ×TîÁ\n
    D@OÉ\x03}§Äògp
    """
  b"¾wî5ÚVN+¥:3Ž•:\x08¦"
  b"\x07$\x08ü–RI)¦¦8WF\x1E\x1FÑ"
  b"޳OR\x01pKA±—sáÕ\x15ü£"
  b"ž”\x13\x06\x14I\x1C‹ôa'ÅRX?"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"\x08¬ù³7\x05Ez°6Fž)è„ñ"
  b"Í\x02»¢ckAN¹T.\x114\x11Ãí"
  b"ƒ²\x15¬ñ\x16O'•éɈÎ\x12žJ"
  b"¶T­É_¢Fr¬S¹1¾\x14Óü"
  b"À™½'G®D²”â`\x13Š#žå"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"Q`k½ÆQN˵:¿Ô\f\x1E•6"
  b"a\x11(K\x13fDNªÿÚ­\ÄYÍ"
  b"\x0F®ü─´ÓCCÅ-▒~}\vú\r"
  b"¬#8Æþ&C9ƒ\x02ªËFÎÇf"
  b"""
    å‹+ƒ(?M4¸\n
    7&š–ø¯
    """
  b"\x15Ü%\x19¬ÃKªÄhºu@ï´ü"
  b"""
    MeLK\n
    ÁOt”C«¦ÏC\®
    """
  b"ú”nA€QOq‹¿êÙ\tÝQ­"
  b"\x04óbDG«µ\t Nž"†n"
  b"\x0F”í’„ƒBA‘̵\x14Ë“El"
  b";|xÇ\~A\x0F´¢\x01ºý\x0Fެ"
  b"█oUü¦┬Ba│ÁÙ®Øø¯É"
  b"ólE‰+ÕF"¯\x0E¹ì9u¨À"
  b"\x05þ´\x04\x03@A]ƒ\x16ä\x02M¢Õì"
  b"Ãeºø:GJ¨·¹Ü>ïÜ\x11Z"
  b"ÊÉ"«­II£ÀåÄÌ\x04\x03"
  b"w”ÃgÖ\x06FڥΞàêi-¿"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b" êØ-ô±K§é#ôtÐ\x00Îd"
  b"\x05\x03Mk>=OSŠ¿LéI\x7F~\x19"
  b"Û\x19\f¯ö§J£§(ÌçãýãT"
  b"\x12nŸ°IAŠÚ@ÕX¬Yv"
  b"Ã~`kŽÑIÉžó…ÚýŽ>ª"
  b"Ðu\x1EQ░oK[¼Ø\x1F?gÑÛG"
  b"Ì\x1EJ6ùZLûÉ`/3┬╦[╝"
  b"└û¨v"åJÀ╝8ó&ü`Ðï"
  b"VFUœ \x00Aj£@C½µÃÐx"
  b"‹‚\x00 ¨+M%¼F›ëM$˹"
  b"\x1FÀTùù5FÊŸ :S¶RÛÇ"
  b"½óU×½ZF‡±’\x00\x1D%¶X"
  b"\x1EÏâıM\CüäÅ2\x16┌Oàx"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"œÃ|\x14M„Iv´\tɱ\x00%­Õ"
  b"²²L=Ë®L+Øí\x04>·Å┐/"
  b"A6¼³Y\x02I+«éÈ¿F£ö\x06"
  b"‰âýiŒ\x03Hi–ÞY¾5\x10œó"
  b"©c”Šx’@a¿’B—V\x02\x1F\x18"
  b"""
    -I¤Â\x03¤KT¼\x10%ÿ\x02\n
    
    """
  b"AR\x18N ¡Añƒ“\r¯„uÔä"
  b"""
    Z3{\x1D8\n
    Jº‚rוù¦Ë-
    """
  b"Jþ¨Œ¦°B€š±ˆø¡¡\x1C7"
  b"¾IH!CðA\x1A¼{³\e\x04§—"
  b"S&ÓéߣG\x05ÿaô!âÅão"
  b"""
    AÅÒJé¶CRš’T\n
    ²\x1Cù 
    """
  b"w¬2#ÏâIåâ%\rgìÞ<ö"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"·¼\fÔæúC’¬¨?r\x18˜\x1D<"
  b"ÉWC@OÇI/¾4ñ™ÑC¶ï"
  b"¾YÔQ"ßLo…a­7¯Ð\x1F"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"šà`:'JNÒšŠäÔ‘æi\x07"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF"
  b"Å~\fŒÝ#A†µƒ`I"¾¯D"
  b"-ì÷V\x0ENNï¿n╬Ê_╠ó‗"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"""
    \n
    ì X XK\r’B\n
    •G\x1C
    """
  b"jíã\x0FågMëÅÇÑ\tÊͶ▄"
  b"S%[\x1C$ìOØ’\x7F‘¤OM P"
  b"\x14àþvJ\x03¤á\x15è¸&7×"
  b"Ö\x04ò½³{A'¥\x05Ý{ë`o†"
  b"-´@\x06\x1F]I\x04ï\x17 tØÆEÃ"
  b"¢\n²®ß╚N╣▒'Ø\x00âzÅ;"
  b"wëi\x14ÈÊEy–T\f!_œ1¥"
  b"²╠┌a!(@íí\x154+ü\­C"
  b"ò‘ªå\\x10E\x07Ÿ}n+wFnQ"
  b"µÕ\x03¿Í\x17KûŠàRȧÏà"
  b"E┤]ß╦tFÜ¿G\x14\x03\tØú¦"
  b"~äBeÏ"I\¹{\f\x1As\x05Q*"
  b"|\x1A…€ÞPM—¦õ¾ÙÌ_3"
  b"/;š\x10Äå@~‘l¯=fxr…"
  b"z\x18‹É¨:A°¦lJ\x15ï\v\x7Fè"
  b"ù\x19âÛþµA\x17²\x0F_œ¬V\x01Í"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
  b"\x06`¬Íd"@\x16°ÍXÓˆ\x06q\x11"
  b"\x07-XvÒcDûµ \x10‘²¿\v>"
  b"ŒUØŒ;§HE½ÄÃàt6ó²"
  b"6«=­Z\vG¡ºø+ö¢òq>"
  b"\x1Cê\x19#xCž–avó`½¥\x00"
  b"┴ÚòëøüF,èåâGX\x1CÉ""
  b"¨@\x1Dí\x10×M|ÉÓ\x05bÛu^¿"
  b"*óŸŸ·4F¢°øY±O\x16!{"
  b"YAìlI¡Hø░╦0È\x12h╝Ù"
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"•sHîŽ\x1EN\fžÅ=3væÝ˜"
  b"™–\x00<o¼GM§J\nŒÿ\nð0"
  b"×J~HI$L©¼‹KÁËë\x10Þ"
  b"+ØÆÿ"\x0EJ\x14‰Ÿ$dÅ1å~"
  b"ý;(\x07NZH¬¼qÚ?PS'A"
  b"ëV}3╣iC[ÿû│ÅÏÌQ\x00"
  b"\x08\x03ô¢9Ló Ä\vŠP˜ßÚ"
  b"L7^‘SªM¢»jïÂãÛ¡#"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"Jc«x\x05åBþÉÜ\x0F\x14Ï­pÜ"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"Ùóî÷32CÊ™§@\x7Fñøö|"
  b"Á|┼ìylL╗¼\x1Fó\x00é4▒´"
  b"lôÙeØ┴EpúJ\x08&Zä┼c"
  b"yñì¼Û│@┬╣ÀìO─R]%"
  b"*2¾\x10J-Fõ╣üÇıCµ¥ü"
  b")+c©ô÷A` ^Òé…\š8"
  b"š/Wùw¬Fˆ«8vRÑãC‚"
  b"ðË\x17/â>O瓹ݒ²*ÀS"
  b"¥ªE░;╔K\x05ÿîWMÉt\x01­"
  b"¾l2\x0Fð§O\x05¥8‚ŠCÏ¥?"
  b"Ý|Ì\x03Œ\x16DùƒÛ¨3Œ\x04"
  b"w\x06êÚϧ@s¹MA\x05¾hŸa"
  b"¯Q-W«üOMŽ×\x7FJˆó\x18+"
  b"üÆ\x01\x00×dDXµ„òÐÞ\x16Ôƒ"
  b"""
    \x06¸óÊCíMŒ«­Q\n
    Æ´ù’
    """
  b"¦XCC=]M\x1F…gºÞ3+a­"
  b"\x1A┘yÔ}GÎÅÅs×t¨¼\x14"
  b"\x19N%F\x06«L…ŽžÃ^7Âê²"
  b"Þ\x00\fÿý\x16FH¾\x040l\x1A\x13"
  b"\epþêSJN÷¼±£}Aê?—"
  b"\x11\x1C9æÏ\x06N¿É░ál\x05xÌ^"
  b"w?ÇDfµG\x10”‘&‹V\x03äw"
  b"m\x07\x1A\f+TI╗åÞ²üiþÒ®"
  b"~=\x10ì«?K{è┬\eR▀╣▀w"
  b"\x19\x07ô\x13ÒKØ€\v\x14‰¥ÚŽ\x04"
  b"ò=ð‘„­Eáºk'\x05Ì\x19{‘"
  b"Zb(w·ÊB9╝â\x1Dªüò/¥"
  b"\x07f\x07\x16âRMf«‘\x13áÇ"
  b"E\x1C…àçÿIm– Òø\£Ïƒ"
  b"ù|N&b~M—‰DNmFú\v]"
  b"çiQtV4Cý¾\x0E¥â?í8]"
  b"&Õ ½½åL\x02ˆ&\x01¢ZòÜ2"
  b"JFúÛ\r®H‚¾\x12jPË%úâ"
  b"#†;É:\x02A¾›_\x7F’è¬PZ"
  b"6fz\x00À\Iu””󆸃®«"
  b"%ú¶î\x1E\x05Dàˆ#"†ã#Z…"
  b"¦Ú±@]pLü—VñûgM&»"
  b"‹QϺ$Hކ\eú…7\f“¾"
  b"╣¹ËÑ*│KtÜPÌ╝a\fúÅ"
  b"oÓóô*(L=¯0Í%¬=ãÎ"
  b"³═úâ±;LYÑÃìÁ/\x00ÏO"
  b"Oõü\x01p~D‹¬õFç0ÝZ•"
  b"\x17ý˜µ„SA“¤„\x0FñåGˆø"
  b"e\x00\x1Dô\x0E0JÀ’²³ÍÙiÈÌ"
  b"½‹ÑÜ‹ÿE»µ†Š–ï¿6g"
  b"[?Ë\x14Q2F;ˆ.ªI\x16\r"
  b"Y\x1F³~Ì'L¯¨\x19Âé»Y…\x13"
  b"qìvÇÞ¯A\x10ík\x17Xvb\x03K"
  b"+èLWÔØ@ïÄ8Ã\v\v¯:N"
  b"\x07ÄØ©Q┐FäÆjZ╔E÷ñ<"
  b"\x00œ\fß\x1A‚O=ŸdDM!Û G"
  b"GÏ»NߪLbü,■åá[Lå"
  b"Y>RVÚž@;‡iRE)þ_Æ"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"Wì³.\x11YC\x07–­ñI?q|6"
  b"C▒q┌zÝFıÑØı╬(oñø"
  b"5è4HáÖDÚ¥P5\x00╩g\x13É"
  b"ØöÀ\x1EêõDKƒ╩\x7FÜÆ\e¢û"
  b"ª\x03§Ü\x15"A«¢Ê€\x10ĸì|"
  b"‰<ªÅýmK\x0E¤0k´¿Hlâ"
  b"\x14\x0Em’±nO{³ác\x7Fî #\e"
  b"ö%P\x17m°O_ŠïŸ~\x0F\x1A\x01D"
  b"W┘Ç]ø6D\x07åJTCü\f"
  b"╩q=▀'¨Dü¿┐▒²\x02╗bÉ"
  b"FáY¯\x1AÛG\r“hg%œ\x01‰;"
  b"µ\x13\x16#D…´ãŸ\x00Ç\x00aB"
  b"¯‚¸˜²LHO¡×´\ˆÇb9"
  b"S~¢pî{Cѧ¨]3\x13q\x0E²"
  b"Вɶ¹\x19I.¤÷¦-üŒ.&"
  b"Ê@s~'xLJ‡ñµ¦ã\x1DLn"
  b"\x17ÙÓhMUF\vñMì\x17\x1A÷k\x1D"
  b"7Ù┴S│\x13H¡ì╝┤Í▒\x01l="
  b"H§û¹Î¥DÕ†¢Ü“Š˜/Ê"
  b"\x18\x128çElH߸Ô!Ǧí\r"
  b"á\x1Fı═┴7EãÅB\x10┘Å)N+"
  b"\x05ÿò\eHPLç¦j /jøçÿ"
  b"¡]j\f└ÎC­┐`üc╝-¶í"
  b"ôiYêQ×Ok“&Xg÷¦ø$"
  b"@r▓┼¡\vG:ÅqÜ»¥6nr"
  b"eÔ$‡²ÛM\x12¿ÓB’¡ïZÂ"
  b" ôe€Ñp@#™„›À•I÷I"
  b"¦$¦§o\fL¢ºÿ®ß(v\fÞ"
  b"?O+™?ˆBU –]ö¶ì¹Á"
  b"ž¸.æŠ]@¶‘[\x08&¨ñ Í"
  b"\x03¿f9ŒEV…ÝÎÅ‹\x04ÓÒ"
  b"ñäÆ0=\x17I«‹é‡*¿¸Qö"
  b"BìÂ\x16ðáI©Éúý´¬GJc"
  b"\vpxáyˆI¥¥i~ Aú@Ñ"
  b"│S® NdHµÅÐ‗;\x1EeÃ"
  b"Úü$W\x0E.Fì§P\x14C¥2SÜ"
  b"q\x07\x05Ò;¯LÏ╣╬\x1Fæ*Ø\x11ı"
  b"NôêùIwN’½dkŠ\x05þ)\x06"
  b"\x156V"Âü@gææðØêÚ▄Z"
  b"""
    \x03ò²dJÅÑþ`\e­\n
    pJ
    """
  b"""
    ~\x0FÁ‹f÷O¼°h\n
    H9Š®¹
    """
  b"s³╔ç╠ØHò╝ܹÁªz\r\e"
  b"SïS\x1D„˜D‘´Òñ=×rÎ×"
  b"\x186.çp\x11J\x08öjÅûG½\e¼"
  b"\r´D—ÍúIC…!BaC\x12g\x01"
  b"fµŒÊ`ÉG–½jyH\fÃúÚ"
  b"‰7rcûúD@°…\x14"\x06O­w"
  b"Ï¥-J*7E\x00§PìωuD¶"
  b"h<┼WÓÛMIì\x7Fï¶Yá=e"
  b"""
    ŠˆxmÉ9B–¬\n
    \x059\x06Â
    """
  b"<\x1Eg EZOO¥\x0FÁ}‰Ué9"
  b"ÉÕe/¿`BÓÀÄ╣\x0E\r¯øw"
  b"õašý}@K‚Ž©y³G!°Ÿ"
  b"wF®úÆ©KJ”N\x13?мû}"
  b"\x13V\x14 jëFψ.5ò(¨ué"
  b"Þ^/žª!BF´´Ô Iÿtó"
  b"ÜwhX2¦F`·A\x08½<ñÏJ"
  b"«¦üß╣\x12M\x1DÅ}O═ØÙDÓ"
  b"‡Â\eX¬µH4 q\x06ꑊçE"
  b"¹╬Ø5ß_O*ø¤>¿ÓæÇ»"
  b"P6\x06$2‡K=¼ýÃ+O\f\x1A"
  b"¡ß¾¶\x14§FG‰\x14ÌM Ìñx"
  b"¿+eXù■Lüƒç÷╬÷U╠k"
  b"NrÂçBËL֩ʉ<¬³\x02÷"
  b"\x10O└S\x13D3ø{\x1DÂüu\x06\n"
  b"ùÃo\x11°¯KW äd,\x7FPÝÜ"
  b"VŸüÙ6ŸB±ˆ\x7F:Ô?~\fm"
  b"ëä‘¥¦‡KŸ±#«S Tn›"
  b"""
    ÌÖöµD@Jü„\x1A¡ï\n
    ‚¿×
    """
  b"½\x1Dç\x19³ˆA±·\x066ZWrR/"
  b"\e2hÒ\x12´Dù·\x7F¦~\x10\x0F"
  b"±oÜ\x13Ž™F\x15\x07X]\x14Äby"
  b"0ÁDBÕ┘@ØÜ\x15█╝õE¯╦"
  b"╦#XÓy\x1EN<á\x0EØ]f«\x7Fx"
  b"º2,jÇéG\x07ö┬ìk¼vÀr"
  b"$·@.\x07hOãŸ\x05í2\x0EŠÁ×"
  b"Ȥb3…qJõ¨zm8c·îÔ"
  b"¨{ŒA¥1BäºCmÔîÑwû"
  b"?"feí1A:¸…ÇGk\x03×P"
  b"Ìòd┐\x1AôA\x15ò▓~+FÅîØ"
  b"cÝ`^└<LtüDj~Áa┐│"
  b"Ü»Ù%DíNê‰Æ¢•$fú¤"
  b"\x02`¥6o¹@7‹ö\x16Vóº­ÿ"
  b"\x1E\x01ŸÌ£CH6¥3§¹Ú\x01þR"
  b"új—7ùNGèþuª×u\x03ô"
  b"Ûne\x16¡åG˺üLš’\x04"
  b"d@¥µ×\x10N¢ö¿2¼=eì¸"
  b"·\x07\x1A¼‘½Fâœ\x01—G«•›2"
  b"$ì0úC\x18I£éWT?û┬¤£"
  b"P\x1Eñ©VÝF–‰2ß{ŒcÚ¦"
  b"c#Üs¦\x10Mÿ¡êGÕí7"Ÿ"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"Ê"-@¤­BÖüX&s\x02RNð"
  b"=ÎMä\x13Î@áÅIÐ\x01ey\rØ"
  b"ã÷Ñ÷7¹G\x18›ÏÀ¯ÿ7Ìþ"
  b"³ÕDM[║A½üQ\t;E┐LÄ"
  b"\x1C{Î{æ«MÁ„ÇR™`\x1Cˆ¢"
  b"""
    \x10\x10\n
    Í­F┤ì¨}æÕ+q;
    """
  b"º’ã¶E°JW«GVb×ë÷!"
  b"tÜÑ6═ÅAïèö■òGo1{"
  b"-æ6ÐÜ3Dñ…<éÕ–ª\x1D}"
  b"cG°«’`Eë‡$¶syÉBB"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"nýƒ“×»H”—®aym=›ï"
  b"é¶~g­×Cý‰vƒ¼B@\Y"
  b"¬­ÁÄ▄ÉGÓÂc\x1DL.\x10│¥"
  b"ı\tðºÉÕA]Ø\x06ı_øÇLÏ"
  b"gŒ§\x03H>@+‘\t\x08 p¡@¤"
  b"è┴F\x1F\x1A\x00NêÀ4╦°\x03Ø|ÿ"
  b"@@î#h°M(¼\vÑjW̾"
  b"""
    •·Å}™’DÁ¤Ñ/:\n
    À×ö
    """
  b"!y;ÛØWO6½nô0{a3º"
  b"ºıyo▒1EÍü½'\x1D®\x1A{\x1F"
  b"xYq}Ð\x05A· ¹\x00?s\x07Õà"
  b"Åü?\x1Da°K\ú║Fîaù"Ü"
  b"z╬ÌùQ%O)èohøìý©S"
  b"‹\\x11ƒ›&Kí’ýo¸=³ˆ7"
  b"Ëzkð\x1AjB,ºX~U‘³å¨"
  b"±\x7F-Ù´TOš‰åÞ\x19ƒÈ͘"
  b"█,.ðc¹IsüW®l:ã╚Ô"
  b"ÚùÆÁ\x16gJ³ÉP═ §¸Ò\x14"
  b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F,"
  b"Ln\vù\v\x0FAü¶\x10êõ㸨é"
  b"Ü$Ÿü?n@J¶Á“®&%è¶"
  b"""
    ßbI!IéM\n
    \x17«°×ižù
    """
  b"¤»Þô¢YK¿ƒ†Zauajh"
  b"Lc\x00¦ `J‡¢L<rš"7¶"
  b"@M\x0FÊšöDV­þ¿¦Y˜‘k"
  b"(”Š[Ë¡IO¿@£~£H <"
  b"╚░u=Õ\x10AÐì\x04\x03Ñ\f}"
  b"Ì9¿ÃìHNûƒa/;Á‚¤t"
  b"aœ?+bR@Ï©X…€!\x00\x00\x1A"
  b"""
    ì…š\n
    ÝéLÛ¶ÑÐÚJ7\x15:
    """
  b"ØqÑw¤NSœ\x03SU\x176\v®"
  b"ÆÂè²ö¶K´„óC=§¹¥@"
  b"╬J\x12¨C¥B>ÅÉSR-Yhñ"
  b"p5×߇yB0„Ïf×"\em\x04"
  b"‰l\t (;FØ¥FrÔ&†\x1Eð"
  b"\x06ÛxÕ5LEŒ‚\vLÓyfÔ\x03"
  b"-qw³\x19÷C©¯.â—\x7FS$¶"
  b"\x10U‗oLý░i'\x05§Øv"
  b"\tàìf‗×K.ƒ┬\r▒«\x18▒ù"
  b":kþd…÷Aè€ÚäkÎcl×"
  b"Wøe\x06j\x06KÌ«(v)\x06ôW\x16"
  b"Ï_tçÔ*MHƒfªüÓŠ´C"
  b"E¸O\x7F\x1COA•>;dÐ ž\x14"
  b"\x13ã¬tÖ\x0EEa¿M§i\x02\x10¾g"
  b"d±[c|èL¨­\x15<'ÔÅ^2"
  b"ß0$\x03íÒJÚ½7\x18\t(*ô,"
  b"7ÖPMû¸J?êÝRfÅv\x17\x10"
  b"Ó®“\x1D\x7F L\x1D§\x14äƒÆËKz"
  b"\x04\e\x1C²§H▄á3ß‗ÅçÆ²"
  b"Ħè¿│!OLâ´█éìç7ò"
  b"|\f‰r\x07ŠCk°ï¡Xºç‰m"
  b"¯\x7Ft³YßDK¿¹\rL@|sÛ"
  b"Sö{$²¯@Ʀ…%ùB\x19"
  b"à\vµ\r\x17\BpìÍ░­Eàå2"
  b"»ƒì\vã[IC®J*¥8¤¶Â"
  b"\x13\x16û\x0EFïºa…„\x14Û$ò"
  b"░KE\x19acH═¿n:É\x14À1\x11"
  b"¤„ž¶ïÍD⢹/œ(w2I"
  b"U\râ"D·Iâ•þícò€-õ"
  b"¡þßianOãž\x11ˆíl—O\f"
  b"…—Ï1\x03áC^žtð’\x16‹bh"
  b"ª¢(6ĘA/¦h\x08‚qQ;e"
  b"\x17_~ÂîhK€·ÃêêÊC\x17ž"
  b"#›äÙcÊDû¾-\eA\x02½é^"
  b"""
    ­Æ‡ŽÒ\n
    F»–Ä\x11‰Q\x14ìº
    """
  b"══▓é¿ÕEÉÖðÍc┬|█½"
  b"*/1½’TF]µoxx\x1CŒÏ\x16"
  b"Õ\x02ôºáÛFÚŒØÔƒ”Â%A"
  b"h±h\x1F§▓I1àØ│?ïv\x16ƒ"
  b"FÃç\x10æ\x08Få–„ 3¿¬j."
  b"`^ró\x11\x19H¯šÂèYÜyý\x1E"
  b"lÇ„Â\e\x15J§ž:íœêÕV¥"
  b"£Q<|q†J\x1C˜0\rÂ*¡Eo"
  b"""
    2b²\n
    ½├K;ë░1íBØ4L
    """
  b"ý■gc¶GAzéÅgÄä¾:\x02"
  b"¥;MnA!F~‘÷Ú»ÏÐ8\x05"
  b"\x12P%Èm†M€‰óUHzÃν"
  b"""
    VH(D”\x1A@\n
    ¥&ÿ‚b*Ò¡
    """
  b"ýW4\x15yµOÜì▀SW:├éç"
  b"\rÝ\x07«Bh˜\x19ŠÙ¿î‚f"
  b"ÕÅ┘í─k@\x15âd╩«^kJÃ"
  b"ç]¬\x1E$¶Eæ±þ\x02"R»dƒ"
  b"üñ\x11ÉU┼G±æÔ|¤┴\x0FHC"
  b"uÝ║c╝\x00NÏèü¾W½»\e×"
  b"\x13¦Û»;ÎI}¶T»@ݶ…\f"
  b"§Âìor©Bò£úLºO▀\x13Î"
  b"""
    Ðl¼µýüAm¶Õòx\n
    *F\x1A
    """
  b"Éy\x10È├ÁB$╗vOÌ\r╚[ï"
  b"d\x00<tÍ—@\x11žL#.Æó \x00"
  b"Ì¿¼@è–L{£2\x7FðµQ­["
  b"┐Ò▒\x12\x07VAÀÖ\x1C>¡¦E>Ø"
  b"\x10;)ÄC<E“”¡Häö’CÀ"
  b"¦Y…Ú̯O\x1A”JM3ïu\x10æ"
  b"\x07…kG\x07mBJ™¤°Þ¿üøl"
  b"Öýº«®iD#™Òd\x05L\x05Ã\x02"
  b"#.ƒ‡µd@ÐŽÕ{ÿŸh‚â"
  b"Ôsx5.\vK~ ‚’º\tŠ™O"
  b"""
    \n
    ^ì‗/■O¨│èÈqüß\x08Á
    """
  b"Xwi¹|óOh┐l=\x14Ò~iÉ"
  b"f\x058êy¨IlØ┬a·d\sç"
  b"TÜrÃZ╣B\x03Ø´ò±í\x01╗="
  b"64¨pØßJ\x1E¬█╦‗'ôiÃ"
  b"áx¹Âé³EB¿SLGîïØ\x7F"
  b"\x0FiÁÈÒúC”š¢šÑ)@»\x14"
  b"\rKÑ%e\x16Göºï9zrñ]g"
  b"\x1F?\,Š5Mó„Ë\x17½Œ\x1Fp\x11"
  b"\x116šKºjMºŠô&1~Ðu–"
  b"……\x1F&è1Aоu\x1AG]]ÿ×"
  b"\x1FP&̬„HѰÐ\x08_Ý‹œ{"
  b"""
    ¯Lù\n
    øÌFF¨g×üổF
    """
  b"\x14\x12MıÅ7║Ã\x04-~:"
  b"\x00º?┐APè╦Yµì\¡P"
  b"US\x0FiŠ–N\x04‚6Æx„¨Ýj"
  b"êîÉ{\x14/M1ñÕ¹╗V0DW"
  b"«ããÏi FçøtI#Yãöì"
  b"¿┐ýÅ\x19ÉLtÁ┤\x07ÔY▄° "
  b"Î╩å\x18Å\rKc╗8m`ûfe-"
  b"Zj½¹¯°Cù¬ù´ŒÊ2VX"
  b":IFK„¶Oß *ª3_Ü&”"
  b"sÌù\x00á4Kìœ?CBÂB´Ã"
  b"èxh`·ŸG:„J†\rq¾44"
  b"ºà¨:¶\x06C=Áı`\eµÉ░©"
  b"D\x7F‡U˜¨M¹¡\x1AµhJ\t"
  b"Ï¡À¶±ãM’©ZCf@\v\x0E("
  b"ðÌü̦ÆKGØ\x19¼2«Ëv╗"
  b"÷zïl=ıBåÄm░ì}¬Óý"
  b"5\x1Eì*Â2JÎôU═\fß\t\x06f"
  b"ÎZj†ò-I·ŽS.\x00ƒ³#g"
  b"t1Ø¥\x7F‗M\x02üz®Î\x06`z|"
  b"¤­ø\x089FM¶¿1Jh\x1EK‡Å"
  b"–ð\x03Å?ÀJ|ŠØì#\E^A"
  b"bÌi:S\x07A«¥\x11Ħ¨ßãÀ"
  b"‗¼=]ãOB\x00ûƒ¦GtÅ\x1C2"
  b"l\x03‰‡‡‡B^‡Õ\x05âš_£;"
  b"Ý\x0Ej‡§lD\x12­j^Ý8\rÃE"
  b"|„7\x12Î\x14K\x08¬\e`\x1E\x10-:"
  b"®}©\x14&<Ni¦à÷‘ì\x03ºz"
  b"9dõ!JðNL¹Á£n¼rÌä"
  b"ÆJ\x01­ÀÑN\x1C²\x08ž,\v2³•"
  b"^Ü:\x13ÁYGa”U¸µ|Y/þ"
  b"b®├a═,Ipñ╚®Ò((ük"
  b"\x7F¨¡÷ñ¸I³“\x03Ø1þö\x03\v"
  b"¤|¡ãŽxEKŒ¬5b´„oþ"
  b"J#H\x12£ƒKQ•SƒHo˜°}"
  b"îÓ┌¼Ô\M\x03┤ÊõsUÅÒ┼"
  b"-)Ó\x12)*Ic·RpCˆ´Ml"
  b"Hq“iFûNÙ°G¸s~<èà"
  b"ì*{├ÐÈB\t╣▒MÄò¸é\x08"
  b"ı't©ø─D]╣\x10zÌÚ┴ìµ"
  b"_Ï4/ª1N\x11¾…\x1AÜö¼H\v"
  b"ïµÍý:$@,‹\x05h\x084Êø™"
  b"\x15æÌ°\ˆGÀµA¿Uè™VÌ"
  b"_\x18òºàdN4½ÚôŽ \x02s%"
  b"Õ>K’2ÞOó‘°\e•GAc÷"
  b"œ>ìÿ*²A\x1Eƒu™@õË'“"
  b"i\x12 \x02I\x05Nᢠ͔h\x14è\x15"
  b"e1˜Â¶¡J}µ¾é\x00›¡/\x13"
  b"•+˜\x040pOm›y˜?²ŸÝ«"
  b"°R \rãßD®¦.~\eÇ1œ;"
  b"Ÿš§-s-IʵJõŒî¢V*"
  b"\vD┐¶ì\x0E@Øè╩P┴>_\tÌ"
  b"(7ø\x18}jHu│█ØôƒH e"
  b"cäó0@ßK‹±z›Ø^\x181!"
  b"~0;\x05\x07@O­@WôÆ@®p"
  b"\tßSƒ„\x16BK®" Éªªdd"
  b"fó³sñ$A\x15‚7“Ë×ï§\x02"
  b"¯‚Úó>ºHܹàíS:m«³"
  b"š\x12J®p¦KgºÑ\x05\r\x18w}Z"
  b"Jද+zGü¿×":Êië!"
  b"5ì³▀┬\x17G╬í{]fÀ÷MK"
  b"\x02_-«O2¥╠╬JìSvÑ"
  b"Ÿ<îtþðI‚µaªù‹‡ÒØ"
  b"Z\x00Spá!B¤£9ؤ@*ë░"
  b"/ª4vWÉC±³ˆ4Ǫýö¼"
  b"┼(\x14¢2\x04DÝÅ8èYÈ܃¦"
  b"""
    \x05\x15\x11ÎJ3íÁ \n
    YQ˱
    """
  b"p¹®·‰øAÁ»-}yë:„‰"
  b"\x03{\x00ð\x13æBèžrú"èéµ\f"
  b"\tNÓÎF“ «Q\x13ÙÜH\x12"
  b"V¦M\x113§LÓ°ª+g\t\x19"
  b"6–ÃæºîJ?¶[ÄG\x00þþ«"
  b";á×─e|F┐ü!Ã\fȃô‗"
  b"k─▄£\fýE¿®¼═ ıìƒb"
  b"M0÷\x16î`Fa´å\x0E\rJí”9"
  b"öeAüø¿F\fÉÊÂPÿcðO"
  b"ů÷█ý╗E{Ö╦\┤ð\x12¬Ì"
  b"5ÉBž\x16íI9€R(j\x1A†^\x06"
  b"˜ÎüM—EJͽR›\x07\x04\x0EU|"
  b"ßx›¾†VI]—¿P\¹kÝù"
  b" \\x1A\x16–ùO\x03\x1E|#ó«*U"
  b"ÊØëB›\x7FH§¯\x1FK½"8rã"
  b"Å“QU:{Mw‰\x18À­\x176L"
  b"4××Mš«K1’8î}\x1D\x10p]"
  b";\x13\“näOO¥XÊp_³È\x1F"
  b"3╩fJh╠F┐ìÌ9Ò(:░\x17"
  b"¤_ß[ï\x14F\x7F žÅÿ`怒"
  b"¬“óÀi'BتQ—^f¼Sa"
  b"‘,D\x1Fk<D@¬\x0FH{Ço²¨"
  b"¯ÃSÇ™kIè¢Í2k­=ðS"
  b"j'╦êóÃBìÂå±ÏËS_Í"
  b"\t[\x19’Ï»E'¬†¼½Ï\täú"
  b"\tOG¢?ˆMÓ¢|\x1CÉöÞ—²"
  b"╬,┘{╬EF%Å\x01\x07\x13÷7\x03"
  b"5\x16]\x13ÀjH\x08Ž#êÚD\x7F"
  b"ºÜ7ß§ A»º\x1AVÖ”ýÑ"
  b"gb\x07¾L¨EЧ­¤jÔ:\x0E\x02"
  b"ѳ–/ÎmDʆ\x15v95Œ¢ˆ"
  b"E€›KùœGŠ·\x04ª\x18«d¯\x1F"
  b"s[“Û»ïLÍ·\eÈ~Ê&{2"
  b"f´¨‚à,DÛºÏqgrHéW"
  b"HNíà\x00ÈO\x16¢ŠèýŸ'Æ™"
  b",\r{ÜnÈI±¾ÞaçÀHYì"
  b"\x03£öË\x08'@áà\x11Z¶┤5\x14ü"
  b"""
    h¥Ì>\n
    ˆO÷µ\x0F&in\x16m5
    """
  b"² \x139¼‚Mþ¾)t*Ú+`—"
  b"""
    \x10?\x182üpD¯å³ßYÁ\n
    D{
    """
  b"4€b‘þ]E‡¹>'\x1E¸è…z"
  b"Á2ì\r¨\x12Af▒Ôã┘É\x08ÚZ"
  b"2”n«ñ5FmŒ¥h\x0E¸\x07\x02\x15"
  b"Gš^Ä\x00D‚µPÙÏw!Ô<"
  b"´ÂYÛ87DI¸y\f»é\x0E\f§"
  b"».¯ÛŠùIf€\x07j›zÂôP"
  b"&ã–õÅ|K¸¸á¯È\x1Cè\x19å"
  b"ÚÓ©âòJHÅ—¥pc”âw¯"
  b"Nt\x13_ÛÐK&╣ÎØò|Ce\x10"
  b"\x15DØÓgh@\x15¾/ÒO\x12<>õ"
  b"¬Z_IÅ\x16M+\x02V-|Ê"
  b"Xb$X_pC¬¤¶\x10¹c¹5N"
  b"""
    \x19öwÿ\x1APH»¬\n
    „dè,—Ð
    """
  b"""
    b╔\n
    -T\F*╣,¯¨ü\vj\x08
    """
  b"uÛ›©@\x08A.¾Žïk²é\x13°"
  b"\x0E\v¥Fñ„Wa4õ±}‹"
  b"iŠáŒ\x1F¿OGƒ´–õ“ý{\x03"
  b"Ö¼╬þ´zHN»f\x12\x1Cfu┐ü"
  b"î\x1A­6ЧNO¶*v¦ÝÛ\x17ñ"
  b"…o\x17@NII†–Gá¤.\x08…¨"
  b"mUX\x07ª╬Jκ±ä‗Eìºæ"
  b"\x11ü^.PoD\x13ô╦üÂZîp▀"
  b"\x03DÈ╦W\x10Lmï\x15┬¼╣ObØ"
  b"—Ò\x1E\x15ÆöF>ޱ:\x05\x02"
  b"╝Ù&mÖkF¥Ø6▄\x1D\x0FU´ä"
  b"ï•é\x17å“F1¥¡BT@\x1A\x07\v"
  b"BH™NY!C?¸[“@\eHÌ­"
  b"©\x06ÒòÉmIB¸×Reöû1ó"
  b"q‚NÒitMˆŒµµ\x1Dµ7B­"
  b"žÌøAÁ\x14Nw’]åºÍ(öy"
  b".R\x03F÷=M޶”Å,$\x01"
  b"?*X€*§J.‘\\x0F¶klë¥"
  b"|(▓.£LN\x04Â?¼ìþC«¿"
  b"m †_}ÖI\f˜oÂp˜„`h"
  b"Ô┼a┘áÂInØ©d\x16@║-\e"
  b"\x15عqcÈOþŸ\x18•‰\v\r"
  b"\x0FÖÂÈ#·OÏ‘[è\e\x17\x10"
  b"\x13\x0F\x02LH眜۶ø0\x19S"
  b"úQRâd9HJŽ«û¯×Pí³"
  b"\x1E\x05è─/mKÉè¾öWz+\x17ü"
  b"€4õƒŽ‚JÞ®ð€IË&Ëõ"
  b"GQ-\x12®ŸO †ÅM{áæë9"
  b"\x1Dqˆ …nEb©+¤Àºòè¢"
  b"`LÔËñÆJT‹Êâü¤¤zµ"
  b"ÿ\x04laR=K•¥\x08ïa¼\v×½"
  b"ù$y…\x1AØF—Œ\x18Kµ£ÐÞÄ"
  b"£{ûJDsL0ì©ı«¡║©@"
  b"\x10ð\Ã%Küù)æl█!JÔ"
  b"\x0E]¡lÉ‘Dj‚&ÛÅ\rƒ¦z"
  b"Aa\x1D\x0FGÅOní\x1FëÒ\èõ÷"
  b"d‰\x18¾)ÍKбü–È=éÀ@"
  b"\x1F\x01v\x0EóïB\x16ì\x1D/ ün{2"
  b"¬é Ãö\x00I…¤#Ø„Sn£>"
  b"«<\x19\x0F\x151B\x1Füʧe\x1F\x18èã"
  b"v-■ÛíÁ@[ü%ó¿U]pÌ"
  b"bGá=ÅmB˼*:¨Ü.h™"
  b"\rÐÐó¥ÅN╣É)Ú%\e¹:'"
  b"’®\x05dçÙO#€Zœ4å+b\x03"
  b"'\x1Ef\x1AE▀LúîØ¥³­─0Ì"
  b"¢A?К¤IÜ·r˜,d¡àù"
  b"\x00Ý¢Yæ\x14F\x11ŠË¦ÇJ\x03F~"
  b"€Å<*K´O†¿b×t\x10úk["
  b"â\x07\x02EÖÉOtë║GUXÝÐ╬"
  b">ئ†Û©IÀ­²ï£R6ÃÒ"
  b"\x1CXéO\x05\x12FS│┤\x06Ä╝Å╝È"
  b"M)—ÖroJÒ –¤\x00H"Ý‘"
  b"\x04│╠\vOß©Ôò×¹\x18"
  b"Ä\x0Eû┌pÞC4æÑ\x1CË┌SÉé"
  b"ßáÍ├ÒåF░ü3ÆwR├^;"
  b"\x06\x06A}FAÉ\x088$²┘Ò┐"
  b"«!1LgšB{£¯ð\x10f)\r±"
  b"ªðìì^+H¤…Wëœpµ\x16Z"
  b"¡rg½uôK\†·ûUxp(‚"
  b"\x01t¯v÷jIòÅÑ┬â\x18mõÕ"
  b"vQ\x17Ζ–D\x0E 0®j«œí¶"
  b"¸Ã\x08¬\x18ŠL­¤\e7³†Õ{¢"
  b"A(O)ê\x00B­Œà%AyŠ\tf"
  b"ê÷¾ñ¡/O\x19¾Eã¦ø5ߦ"
  b"|·Ä>²€I\x04”©ÇF&±Gµ"
  b"]Áb║ØþD(î¦\e\f╗Ä"
  b"ü\x00e¼ƒgJ┼ç╔68¨vª1"
  b"T5ÔJÎÁIÊîÎÅX\vMj╩"
  b"\x15u× \x0E¨DfÂ.È╣>░ƒØ"
  b"ýÂfóù2K£¡VÜ\x03œåÂA"
  b"²ö\x0F•Ë+Lx¢\x14L\x0ElÑNð"
  b"ŽäænÏ|Lƒ´v\x04:\x00\x1Fƒ\x7F"
  b"Åø»^¥]@îæÈè±íi▓\e"
  b"»yÓ"ˆ¦N\x10¢Ö²E¥\e"6"
  b"ºòÆ\x17D\x1CMÙ£òSÏ]\x12<‰"
  b"\x12ÌU\x18U6Ic™‚ú" dþE"
  b"š¨BgÄA@Ö»]æQå[ï÷"
  b"’xÕœ¬ßI‡²i!iÈX‰“"
  b"ð(‗$ÉpG\x13ö$6(\×▓j"
  b"Ë\x1Fm•g(K´ºlÎ\x01Ul~\x1C"
  b"˜•Hï6\x11F~¹Ä)¯'\x0F¾l"
  b"©r´Z-^H)—àh'ü>q€"
  b"▄b²j╦╝Cs¡\x17&Sf¦Zì"
  b"\x07S³·x¡I\x04 aÒ.ã&r|"
  b"\x14áÀèKûM]†Q*$+\x13­\x18"
  b"EŒ¯¬ožAË¿k\x00a<ˆX\x1A"
  b"‹ZQ±ëìO0Œ\x02\x0E\x1E×m±Ù"
  b"\x0Eàh\x02¬dE¡®®Ý[\x18„bª"
  b"±\x00\x1D%ißKã`\x1DÚ\x00”þ×"
  b"ÀéºõÓ÷GŠœ?‰lûGeØ"
  b"\x08ë\x15N“‡O´¯ß[^\rýM?"
  b"…–­çæ\x14K1™³$ûá>å'"
  b"0w╚╝ÌíIÇ│ì#àÜÿþó"
  b"├t\x12ñ²tBY¿GÉvHO\x7FÚ"
  b"""
    Î=®Õ\n
    |FZœ2ÉG\x05¤Lî
    """
  b"\x1E\x08Pßì,Dˆ¸i½¹¯cÍ9"
  b"ÿ\x1Dgoh8Bx¥\x08×I盡\x1E"
  b"üUØ│╩÷AcâX┴j\x00µ─&"
  b"‗fw╚ìÔLY¬bÝöPðwÂ"
  b"«7mÕê\eGuŠ|\x05ì{ÞÈ«"
  b"-\x12›iÆ\x1ED¸‹Æž®÷ÇüF"
  b"\x15éŒ:I®˜M\e¾“±¬\x06"
  b"¥2NXÑ<M\r½Æ+\eø–÷Õ"
  b"\x133ŰwÄN\x7F„ÏæƒþnRR"
  b"\x07÷4´KÙ˜\x14seÆYþ\"
  b";îÌ'ñ>DzŽ¥ø%U³ ó"
  b"\x11e:ãI˜Jφ†mÄǾü¦"
  b"Ü\x18Ã^¨,AN©W{ú‚Á“K"
  b"\x0FÌ#ºxLŽª;\x19õ\x00îÇ—"
  b"\x03Ø\x11¼ùHIóû®#Ñ\feZ\x02"
  b"\x08Ùéé°³O†‹M\ò\eK›Š"
  b"0>Dé─rJðÑ┘NÅ ,Ñ\e"
  b"@\x06Œº-„BÉ–¨îò™×\e&"
  b"M\v….rUKܦ¥°Â\x1Er·ð"
  b"SÌÎnüoM┐ÖQ\x12ëXÞ³§"
  b"笵\x19i\x7FAL”¼‡JZS¿e"
  b"Vç•¢\x06ÃJÙ”MB\x10,#i|"
  b"À\x00\x00¾üC┐üK;ª\x12&á¹"
  b"ãM7bû*GMütÓ_«‗┴â"
  b"HÖìB:+I£íÆ\x0Fè+Ðçù"
  b"”Íf±œó@\x16¨8\x04g‡™Üò"
  b":¯å ãjC%“±\x0EÄf\x11m—"
  b"\x1EØ╗═WjF\x16éı─ı´ƒ\x0E9"
  b"®¼všÆ\x0EB¦–!:Þôb’G"
  b"˜\v±,ŒÜE\x1E¥á\x0Eù~0äÅ"
  b">”Ž>Œ\fHå›Ò5èutz‡"
  b"Ýþâh_ M6‰ç?—0äãÈ"
  b"""
    ¹\n
    oªtÜAãŽ\x13Ê\x0EPE¸Š
    """
  b"+\r…¤5²DB“\x11Øy¸<é—"
  b"\x14ÄܼëyGUÆV£w ¨ì\"
  b"•p¹Åw²Kó€\x06ĆxT\x05\x1F"
  b"°U¿e\x08¾LtšQšÄ°×\x08½"
  b"^à¿ûôCLL“ogójBÅ‚"
  b"G€ÛšÃ¨H"†Œ\t³S\x08”t"
  b"┬U\tò\x12\t@ÙÅu[\x13\x1E\x18"
  b"Ë%×ô¥\x1AL\x03\x1EÌyC\x12"
  b"¢ª¸‰>UJú‘îôkVó¹z"
  b"$\x7FùÝŽæJݱ2h"D\x1Dçt"
  b"u>Þ+l#E»¯­j>I±\f5"
  b"Q\x0FxØc‘H{…\x04Pñž§™="
  b"""
    +FbiŠ?LÖ†E±\tñ\n
    éh
    """
  b"Ì?Ð_d\x01EË \x06ÜX\x10\x10"
  b"$└Qå®┤L┘ê~ü1Óew\x0F"
  b"tk!šn?Az³§æII€£_"
  b"ƒŒä,<\vFxŒ©aìµZ_¾"
  b"™jâ™O%K;º\x01š±}µ\e."
  b"$LÔ+ÒÑNT†Yáºÿ\x17ì>"
  b"Üpd¿Ó¾IáâÂ╦¦\x10_\x0EÉ"
  b"\x19Mr)ÿwO_•ëQ•賚É"
  b"ׄì÷\f¤I> 2\vÛ¥çùD"
  b"ÿÿ\x15m¢RB–Œ=õH19Ìð"
  b"\x13ùx%A²Œ,“m¹^«\x14"
  b"0¥/ôGyO\x14ì¢Yü!Àµæ"
  b"ìË┬Î'öEcèíuxlÄ\c"
  b"]”ÒN\x05^G¼‘˜¢Y\x11Ã\x04§"
  b"êçÐ;F8EïŽÁk%ôLRX"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"ì oi▓‗OOº▄hÆ┘\d£"
  b"®êÜ0è£Náªl}·Ì‘þ¼"
  b"=\x02╔)┼iIؼ m\x10¦a\x0F("
  b"ì¦[Ù„3C²žåªî/¦Â\x03"
  b"¦\f›É6}IJˆÊwتïÇþ"
  b"¿­œPÔ\eCš‰åóQ¿\e"
  b"(ýï ±ùNN¼\e¿[r└üÌ"
  b"0iB¦X»G4º¦\f¿@=á\x00"
  b"\x12Õ{Èé±Bg´Äi¹Êðð\x07"
  b"├üÓ]P╠Eª£ò╬\x01▄â"\x15"
  b"ÓÏ$bmëN/ª¬±æÆ\x00jp"
  b"Aa-¾p\x16O ·´ÂÒ\x03}\x03\x1F"
  b"¯ıéïÅ▄H8ƒÌ+¾F\x03╠ÿ"
  b"ôþ5\x1AËÙF[ƒúó\x02` ªs"
  b"\û%ßn?F§▒ıèü«=¯╝"
  b"═Ö┤┘MûB\x1DÇaØ▄k~┤a"
  b"\x083Í®Ž’NPšMƒ~ü²=è"
  b"H»5’À&HãŒÿFì:\x19d\x0F"
  b"S‰ò¦ÍwN\x04œÚ„ŒÌ_m\n"
  b"\x17Ø,■\x01Ä@1¼ç¯>╠ÈÇÐ"
  b"†ëoñþ.J´©ôUƒ\x06A“™"
  b"ÒG8Áå.L´‹kW’,#g‡"
  b"À\r-ü-ÙK{║¶»/╩¬\x06@"
  b"4¿n±QÍM\x13”9\x1Cöà/üP"
  b"\Éj8¾_K©’ñxPPµ«Í"
  b"Ã^ÂÇ4EDì¾…šF€å‚®"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"\x11oÊp\x02&LÛ†‘\x04@\x1E\x0E©"
  b"Ü╬\x16p6¸JyÑfEzª£çÉ"
  b"\x12ÂáˆM«LL‹\x19zôæP°\x01"
  b"(×[\x11¢SIÈ‹æâ\v\x7F¯eª"
  b"öÇC¬CvAݱ9‚ð‹\r"
  b"ÿ\x06\x1Eö\x1D&M½ƒ%)r¤X¬\x08"
  b"—ãµã°SK±¤MxÌÂ(ëŽ"
  b"‹T»œ’&JŒ¿J%lN\x19\x19"
  b"8-ˆRá\x19E\r”­óÙé\x18\x1FC"
  b"t\e┼¯\x06┼GËô¯W{╬¿¢Ø"
  b"jd“ÝNÎG\x1A™cYzR\f._"
  b"\x04ÖøÆ@SKG¦\x10†L8Áî3"
  b"Ôç\x0F4¸░Lƒ▒3³Ø\x00süN"
  b"*\x06‡»¾2N\x04Ÿ\x0F\x06—}ÓÉ\x07"
  b"E\x05©:IŽHV €PÑqU[¹"
  b"7{ß&\x19\x12G­ü¦õ´Y─\x08$"
  b"þ²ØG¥\x02@tœæ¾Áån\fª"
  b"A¾ã6<ÓIѼ\x0F%\x01Lïé’"
  b"ÆÜÅÏSÓIÚ¶g-?+%ï¡"
  b"Õ\x15b0ØWKƒ×µN\x00<Cö±"
  b"~,\x02{\x16VJì¥\x018¨┼Oæ°"
  b"—‘Ô\x1D¾oD³¾r¾\x15q\x08"
  b"Þþ"ÞΜLà¯Â™ù‡cüŠ"
  b"d{§Ëñ£E5—0˜dp¤Q\x0E"
  b"÷2SXØ╝Dçº\x08N┼P\x05ÊE"
  b"0Ô"¸ƒ¨BHê¯\x14(ÉFÞ▀"
  b"_¸ëA┐>L#Ø─¥Ø\x18:\ec"
  b"ç`TkÅDN¦è═IåU/Ë("
  b"Çë:_UìFäžþŠ\x1C\x7F\x03x‹"
  b"¾M”rù%L,»\x11z²Ð¿"ì"
  b"\x0E┘ ░ıÍ@]ØÔNjѼ¦╣"
  b"‘21"\x7F5Iñ˜jäýuÍû‘"
  b"δ¬6žõM›§¿ÇBüÂæú"
  b"ÕhSe#\@&©ðI3\x1Eu'¥"
  b"êÜw\x15l¯E㕞X`8æ\&"
  b"ðO├\x1CJ\x1EN\x1C\x00\x1FÕÎîyì"
  b"ÿ╦õÏb1BØü╚x╗\x1Cn\x07ó"
  b"wifÒõdIg±‘\x10Fn\x18†`"
  b"""
    \n
    ÷w=*¥MƪííÞù~m÷
    """
  b"ýJÍÚùoN\x1D¨\x1A—léÊVÏ"
  b"{Q†%qhN¹›x«¥ž\x1A¦µ"
  b"¡t«¸föAÅô B\x1Eà{{Z"
  b"8'GÃ\x08[E´¼Bt™\võH`"
  b"á├▓ºú³BÍüT╔öB¨rg"
  b"\x1FÔBßà¾@¼ Nçô\x04¨»Ö"
  b"ô"b$\x17ñA-¼…×)\÷ÑÊ"
  b"▓4+É}╬OJüÍ▀¡\x18¯,\t"
  b"2å7CGÅMùêØö~Ã\x14ß¶"
  b"È\x180/!.C¶œpË\x1D‚…Êe"
  b">ß«2,°A[§a\x1D\vÌÅé^"
  b"¢a╚9=ÀBJüóåH═æË9"
  b"øn‚TuæK$£q~(s©\x14ì"
  b"ßÌô¶J$C*Å=OYÅdwL"
  b"┐Jô\x05}\x1CFÑü5╝¸╬Y­\x04"
  b"Ï[à)ÉMIí½ýÅ\fñ®.8"
  b"Øï#m\x16âMé½”r»Ê\r|g"
  b"""
    ½”\x17-™\n
    M\x11‚êï7,\x0F\x01`
    """
  b"8¸zÍ\ræMê’•\t!\x11àü5"
  b"æ%¶76gE“µ}´\΢ÃK"
  b"ÊÎ;÷0ðLR£9;j‹ð£¤"
  b"ú\x1D\x10Ù?ÓE€§\x1D„•\x19Ø.z"
  b"6\x02‗à╠µ@,Ñ\x1D,9\x18Âpü"
  b"\x12+#\eô)O³¶û׸àwÉ¿"
  b"û[~$Š~Aô—5\x12G žÀê"
  b"Û\x1F¦\x06A9FA‡VEïÖŸõš"
  b"®Ð𨸤L@‘¾éœæ¼Ýù"
  b"qvÜïë─C­ùߨ┴Ö\x03"
  b"""
    Š….ƒ‰>KÔ‹\n
    ÿÓ9\x01
    """
  b"Æ®Ðf\x05ÓM·¾\x18\x1FePןb"
  b"õ„…|¢?BýëBá½}\x01ª"
  b":ÓÆÖ{\x7FF\x18╗ÓÁì┐\x01é\x03"
  b"=\x11¤A\x05·EÒ·\v¯¡Ï¡‚Ä"
  b"³lÉ▒jkL░ºNè\x1Av"®:"
  b"""
    ¼Ü¿ßØ4N\n
    ®.^+¢h╠
    """
  b"„mÞžC›@Ʋ\x056^ûçËé"
  b"BŽ"Q©ÂI#Ž@T¹ËîÖ\x16"
  b"\x16nùF\x11J@„urÿalÆG"
  b"•d˜Ž\x19TBZ¾.\vÓæ†ù"
  b"±~|¢ÎPODªU®-ű¦\x01"
  b"\x01¨l@Ù?D¬‡–îkã\x00ÀS"
  b"éß\x16\x1EL¿ÿ\f×°7üd-"
  b"K\x03ã\eCœN[ªŽFÔ?\x18ÚA"
  b"╦║JMÊæFü®)רy╚Fé"
  b""QüñÔ!M,▒Dàâ5ÿ╚╬"
  b"#¶Î\x17Í Kîï¼ûÅLß\x043"
  b"""
    .tNÆ}·L\x16░ü\n
    ƒ\x05h,.
    """
  b"$\fÎñÕoIPƒÚ]Ù\rùŽ3"
  b"N^{µ"n@¨»S“\eúˆ\x06\t"
  b"HmÆÖ(ÚFÇ«_È\x19òÀ\vÍ"
  b"bv«A#³OoóüKl\x16»ëq"
  b"ÖE\x18h\x16¼CƒšP\x1DÇà\\x17æ"
  b"Uše=}\x10Aè€\x01ZV¡BŠ4"
  b"ºÈªÜíèK\x0E—ùR–lüTÁ"
  b"íê\x0F~‰QA‰”É!ºañÆy"
  b"\x17+s]ùUO%˜cÝ\x10¶Ï•à"
  b"T5\x19·¹\E¦Ø┴)¥@÷[0"
  b"""
    ı\n
    Ýh:´AF×oP1÷Éi\x1E
    """
  b"í–Ý#9®@|‹É\x01ãBú­è"
  b"Q\x1D¦§0|Fw°nZI\vÉÎk"
  b"b\x0FP7\x1E€DË•[\x17÷N†¶E"
  b"ê¨CIVYF3Ø©>Ò`\x7Fø2"
  b"┌┴Ñæ ╦N´Á§gÉöGð╦"
  b""\x01ìͤâDi’x¶ŽM\x1C"
  b"\t·mœ»ÞKd„²1 \x03\øØ"
  b"ÍCB\x0E·sIr˜î\x05辩7Ë"
  b"”è<t&]Kø²Užð\x19\x00…x"
  b"éBµ¡QªH┴ç­u}ı¼ôü"
  b"‗Ä3!$QJÌØ¢\x12þÔJE""
  b"z▓ÃÏá\x06DøçıçÅz┌=î"
  b"7¾«¹{RFŒŒéåÌ\x16\tŸ»"
  b"³\x16<VÑ\x14D!¯Íw?Zª‚)"
  b"þØÑ\rÜÄFO¾’Éw²\x1E"
  b"\väÖzýlM\x0E¦µ\fƒþ\x18ý*"
  b"©ü¤ËXñOÚøO&ºp2Ç═"
  b"B*\fBƒÄOò║ÛIY÷)┌É"
  b"{\v¼\x11”¤KA”)r³¿h\x0E»"
  b"º¹G2¯\x03EwüRÛ%«Ñp\x1A"
  b"\x18êB×õ§N\®±`Sý‚xÎ"
  b"²\x03Ð╠ÙÚMÉ░■a\x08á9¹╠"
  b"¡M¢uÑ\x05H°Çö%°Ø▄øö"
  b"7­ûhÒËA4œè\r­;¸:M"
  b"¥.ak┴=O#¼i´■è╔àü"
  b"Mu5I¨úLéµY\x1F‡Õk®®"
  b"t¨8Þ1.O€†Î\x1D\x18\x0E‹#q"
  b"n\x11-7▓ÅDXçì¨\t_\x01ã¶"
  b"3\x1EIC\x14ŽHD“Ø_³ºÓ«9"
  b"\x0EVœ–v‘GS”sæÐÙ_\x02c"
  b"ùã(\x18½‰ITŸ‰E°·\x19;\x1F"
  b"üÞ\x1D§˜°JQ¸8dþ\v\tE\x16"
  b"\x7FH╦ÃQÜG³╝äÌØ~\x05"
  b"ü\eºú▄╚A¿ï\x01fÛ#m╝Ø"
  b"ÆÂÌ8°ÅK¿Öß\x1AÆcT\x7F\x17"
  b"Àã¸i¶&IV¡r ¸\x14c×ì"
  b"L9Éb¢ZHøº£fµ\x17ßâË"
  b"\x1E‹}²È!GrŸ[¥\x1DÓ\x14Þ•"
  b"Oú‹\x05œ[@z¿qwH\x01f¶w"
  b"fÆç­`ýC¿ˆ;%•Ïžn™"
  b"çF\x1D\x05Må’X7\x00\néRŒ"
  b"ŠýhS%‡Co¡¼ëàGëÝT"
  b"ÔP‹w-xH0£\x00áz™6Œ\x1A"
  b"\x0EB3-L[§e\x15eîÌÄ\x11"
  b"\x0EK*LJïü¥[¹┌­╠\x1C"
  b"çYçÐ\x1DÈDK¸‚•C\x18´d“"
  b"zEþÍòõAû“úI©\x13x@ý"
  b"²\r<„Œ³Oþ–Šw\x02„£œÑ"
  b"ÿ'\x16xÁðEU¦½cy}åC "
  b"Çæ▀n¹×MýÅ\x1E60)®äÌ"
  b"""
    m\f\x12\n
    C¥€Î)ÿ±®° 
    """
  b"ì\x1AçZ\vfBñÆ\x00ØÇÈX\x01\n"
  b"ûP\x1FE[²G`½WÙ\x1C\r†ˆ‹"
  b"St7­”;L'ªKp— ¾æZ"
  b"""
    ØXWÕÚìL™›\x14«ŽhÕ\n
    
    """
  b"\x01‘¶SMÌA\x0E\r'mõÁŒq"
  b"±kn“\x00ÃLù¯LK%†h[›"
  b"†n\x0E \x1DôFA½,úM-!Å_"
  b"e!ª:\x06™HU¸\tayt¶.§"
  b"޼ªÖ\v\x11DT°Ž\x12|çÿ%P"
  b"º‚\x1F\x15H˜»˜n˜|\x12×O"
  b"jT¸EU\x02@'Š\x18º’°\x06çc"
  b".ÝW¹Ê\x11A¶µÅ?†t!+×"
  b"sTÇy\x01úDM»\x7F..ÝR–6"
  b"_À¸÷ªvKzÿ\x02\x19É\x0F\x02p-"
  b"QÙúú%´H\x01É[\x077àÍ<\x15"
  b"‘ŽD<Œ(@¯’è(™¤åqF"
  b"-$V³úo@¹™Þ\tßÐçšè"
  b"\e·2▄┼MMNü┴\x04\x1AÑÜ"
  b"═÷ì╦A]KÁÇ\x00\x1F┘;Û"
  b"Ë\x14Ÿ$Ï®H&«d–U_Íò”"
  b"ó·Ë\x03Ô\x16HT§›\x0F\eâòÌß"
  b"¢¨Õ=ß\x1AIè°`R¾¾3\x1E"
  b"▓ØúÕ\x12;EK¥\r‗{M\x1C\x1Dó"
  b"ïØY\x0EåÐGÐäÏ3Ïà­╣¾"
  b"|’¦-yÍLGª>\x16¶ïvÁ\x18"
  b"íjÿÔŸÂKB¡ÖGKƒAÈy"
  b"Mú±\x19beJÕü:X¾¤ÿpÐ"
  b"░mî?yÈL(üÄ█dÈ9ÙK"
  b"\x1F\x17ê›jóF\x03Ž1RC\x05n\x04Æ"
  b""┼T╝À[Nèê_═╦ÿÉ¿d"
  b"7î©ý_]M¤«Ö”\x1Döf\x15Õ"
  b"Èå\x07üö¥Ný¯,Qþœ©\x0E²"
  b"\x7F6\x14ÉR¤GRÁªxÑ\x1FÇ¡B"
  b"íá¾Ò%øGε'(›Îñxo"
  b"\x01▀!\x07>ÅE\x12â `~´Ièã"
  b"a?÷Ó\x0FµE°‘€8}\x04y•¶"
  b"@&ÜÖ&0GÅŠ4oJÁ£ZJ"
  b"ªÒÓKœ1G¹«hjß\eª\x04"
  b"ŠõjíÁ¬JÖ¡\x16\x03Ü \x04­‚"
  b"\x19º}ÕØÒ@nÿÿ¡#│└H¼"
  b",ïaÏÿÖD╦ØÚ!_Y)Ö╠"
  b"ëNøA\x16CEƒˆs» VçÂè"
  b"j¢û’°¼Mq¯¸C—¿fž\x0F"
  b"Ý\vÐ\x05q\v@øÉ?ÿ-¿¨1»"
  b"\x18£LÌœ~I\x00®Á©×¼K‰8"
  b"!Ö╩L5I@Ã║ÉÍ-^\x1A|\x02"
  b"µ„U\vûÏB §q÷ά/Œ¤"
  b"ø░¾ÿ|¢N\t½Èì¸_D╠-"
  b")ª§ì\v¿OÅ„\x16gW‰ä‹‰"
  b"\x19U\x7Fzq2M#¹F„d\f“X\v"
  b"!owÅ”#A4´#\x10q”²Åä"
  b" ¸ô;═AHEÉ\x1D§\x19Èz╠┴"
  b"¼H\x1EA8¶E›ˆQ5†ànÔ\v"
  b"u›U]Ê]GòŠM\x18ÏA§ý¢"
  b"""
    Ña½!ÜsB\x1A”‹+Ô\n
    „›Ô
    """
  b"ßÕŽHò:Bö€\x1FÉ6Òøc\x19"
  b"žâæ¬>tF† æ¾Ô/f„,"
  b"Où]Å>\x01CÐ░┴à,2\x11}╗"
  b"­4—Œ\x15©I7­Ùˆ•Å•\x0FW"
  b"\x08³\x06¦~\x19I}¹}É\x10««0˜"
  b"†ãk\x04S~LЗ—z\x08ù»óÐ"
  b"\x11Í\x07ûq┤@$ÖåeÅð\v4G"
  b"""
    ╬Õ\x10h╠0NpÑ\x11Å\n
    \eÙèU
    """
  b"Ò\x07hç)óMM·Ï̽m}v½"
  b"Ô\x16\x07ëæ»ML­äK\rF¶jò"
  b"┌┬P╩\x02!N?«ÞvFìdã#"
  b"éX#\x08+qAØ¿„B\x05*ö8\x07"
  b"\t%0\ø›K“¦\x1E“FìTN˜"
  b"¨\x04■╗0\x11KeÁ~­²Øw5\x10"
  b"\r7÷ìÅÌAA│ñ g\x08þB\x06"
  b"\x04\tÿ╗ô\x1FEëØ█ÄÇM¸ÑQ"
  b"-\x12Bn|_Mx¬Œà¼¶zÉŒ"
  b"VF÷\x18\x10éM̼\x14»C$âøb"
  b"\fÏÍÛ!íNZ«_Á\e\x06â\x02¸"
  b"}7\t±òµJ³دI¦›“W"
  b"\x18\x13MÍ,dHcå¼ıó`\x03ÉÎ"
  b"ú§n2÷ÅHDº╗ª<^¢Å┘"
  b"Žeî”$²C{–ó\x16\vÅá\U"
  b"…V»ÜVÌF…´žB\tŸë}*"
  b" ˜4ìSþC”¿\x08Œ=b—·–"
  b"blŸxéÉO\tºYz›ú É7"
  b"O\x1AàLÉ\x1FOýÜè.;~B\x12y"
  b"V?╔ÝUµK[Ø┬+\x1CJ\v\x1DG"
  b"Dœ]PV\x1AJp‚+0\x1Cñ¼ûë"
  b"ÐO.©\x12^FŠ„k¬Ðî¦/Q"
  b"—_Œ$à\x01Hm¡ãŒ\x18ízÝ\t"
  b"g«)IæFF3ÄÓıNü░6┤"
  b"IÔ©†\t@F²œEþF׳¦ "
  b"Þ’Ð=\x05•E“žu\x1FG®"
  b"òÍyè\x1CÐI&ƒJ\x14ìAÚ³X"
  b"j\x07ã¬^MH©¥…×=\x15¤Õœ"
  b"\x14h—+vþDª¯qC¹\f§ÉL"
  b"Ã@╩qR½B\x03Ø\x06\x11Ê÷\x7F"
  b"†–ÃyHÍD޳@AÝר*9"
  b"ÆÐ\x15´Œ„MM¼ÍB\e”j6i"
  b"\x16Øxq\tÆLÁí*ïéÏl\x1D%"
  b"¢▒aØ>õNÏØ\x06ØZ\x15stÇ"
  b"s±bŽ4xB\x1C„ÕÖšˆ\x16\x1AÀ"
  b"€è\tûX~Jï¥æ®d\x17Õ;"
  b"ºÿÈE<\x18@£ƒoµ[Øı■┴"
  b"\x07Ö/Áu–E*«£õFÉ\x1DÜ0"
  b"†‚[ü;ÞDìŠp¨/y?0?"
  b".Kó§.®Bó¿åÅEck┌\x19"
  b"\x1C\x1E=²ÈÿM©®2,|£\x03µ+"
  b")┴¨eÉÁF[╝S┼\x1F¢Y c"
  b"¯M¦WÔ\eA╔Ø ┐\x02ñ<¬ÿ"
  b"mñ4Ú£sNèšÛ=\x00µuíL"
  b"ôkcTx}O\e©‡>\x0Ee™õZ"
  b"*<Œä}\x08@h‘‚\n‘¬\x00Ò%"
  b"2ÖNäõ€G<¯+&ù¹Þ\x00»"
  b"¤¨H}\x1AƒF}Å├\x17Ƥ«!P"
  b"└¤t╩║┴FkìÑì¤╔VPh"
  b"MñôSgÅIt§PŠí–QDQ"
  b"ì\x00$\x048î@\x1C®®ãêø<þê"
  b"\x15û°v~\x13Fñªß!;²Ù}\x14"
  b"˜gkÀ›ÓAʆr\x19\Ûpá\r"
  b"└O\f\x1AÝÞ@®┐¯Ø═╣À(:"
  b"\x1C¢ñª6„KÆ©)á¬â0õ\x1A"
  b"ößðüØ\x1A@\x18Ö©║\x1E\\\x03;"
  b"Õ©\x1E nCEû£‘&º¥\x03¸ý"
  b"OÍÜí§_KЩ\v\r©\x06\x10ˆ\x00"
  b"Yl\x16E®³\x07ÿïˆ<èì"
  b"G\x04]‚\x1E\@7µ\x06§\x0F‡R¤|"
  b"'┴9Ü×ßD*░üÑMæ\x1AA@"
  b"\x1A¤Ã9XGs—E:¯Èû·û"
  b"ø˜¥ü\x1Aw@Ç–ý§Ibƒ¯À"
  b":|μØBA¢•ÓñÉ\x1E§]~"
  b"ÑsF\vñæKÑÉ\x14ro?Õ\x06"
  b"â[‗.Ø9E\x08¥1·ÝÝ"Ì┤"
  b"w°•A\x08¢EYˆ‘n\x02]! ú"
  b"Ù‹”U”‡I8‚\x07Ézæ\x1A“Š"
  b"WL¥º—ÌLÕ¬\x7F\x03¸Gbz\x1A"
  b"M9uÀ¬üL\x19\x19µ┼ÜM¯ö"
  b"¹‗æP┌\x1EG║Ø¢dßk±4Æ"
  b"ß·cÇ‚~A\x00¹è…,ÎÜ\t­"
  b"­"Ý╔_pChÉI»\x0Epé×\x1A"
  b"\x02\x10Ñð’†L°¼¡"‚&Í\x01\v"
  b"ô°Ð9'¸H"½ËZÉ£3\x1DE"
  b"\x19£ÆíI»O¥ìr\x17Â\x1EË\x1C¼"
  b"`÷ xF\x04H6º\x10©³Ûã´ù"
  b">{Ù2{)Dú²®•PIrÉ\x08"
  b"(\x03X¦WÞAx¿╚µu┴Ålã"
  b"Å\x0Eˆ<(lO\x01ŒÕ˜È\x04áqô"
  b"åšàp4áDщIíó±`Ðß"
  b"$(╔╔ÇRL7ÅîÎÚkn±b"
  b"csQl$░HŪê\rç,\x17\x19Ô"
  b"ä?8Ž4—Dé·Á(ýMœ²`"
  b"©©ˆSwÉH•‘‰Ï"‚\x1Cº\x18"
  b"¬*ßlf3CV¨X\x08íØÑ`y"
  b"SŽ|¸%2H\x0E¾ÑUè׊ؔ"
  b"ÖIÞ║Ø«J¸ºıð>õXåd"
  b"ÄTo\x00hÊBò²Ùq-Ägy\x10"
  b"ÙÇ?\x10‡_Oë³Ú\x17¹‰ÍT÷"
  b"({U0îVH¬½?\e­ofï³"
  b"\x05Ø\x1D 5┐@%¥¯j│}YKÔ"
  b"""
    A\e\x01Ñ/NL9´\x03\n
    ûÕ6
    """
  b"KþÞ\x04ÖnM•–Õt¨*#\x0F\x14"
  b"°ª£V¢rM¢—7ul_\x1E\x0EŽ"
  b"–«¶¼ƒ\x1CIµšë?>í_öJ"
  b"ñž¿Q\x14‘Fž¯yÜWƒ¼T\v"
  b"ߺG╩ÂÜD┐░5ıÉ\x15~F "
  b"!\x13š÷‡ç@µ“\x08û\x1F®¸+J"
  b"ÕhãwAiA8’’eP\x1E€ä-"
  b"""
    \x0FO¿×ƒ\x07HƉ\x13¼tX\n
    ˜u
    """
  b" ║0ØE7Jë┐Lu§Gu\x19"
  b"\x19S\x1CEIñMˆºÉ<ÞþF\x13ø"
  b"ï»g×¶ÛMl›·\\x0E\x08[Ûþ"
  b"S\x02µR\x0E&F•¨j/…é—\x1C\v"
  b"£ç­ŽòyEð›»g¨kᚆ"
  b"²ŸnõoÃL\x17¿&w\x06´\x08æ("
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"\f\x17ÅîF+Mèû#Ü\x01iÙÙ«"
  b"Œq…(œ²Fó„€øt3Hê1"
  b"šr.¦}ŠM\x13±fÃsßü=†"
  b"±e·€ÏsE™§U\x0Fø)xÂ\x16"
  b"ž‚…27UCv£\x05˜8\x07—¬;"
  b"""
    Ñ¢û\x12—+@*—iDñ\n
    \x0E
    """
  b""(irdÿAÓ°F5Oe(9®"
  b"\x0E\x7F\x17?\x1E\vL\x0F \x07¦,;Çkê"
  b"©«üP“âNr©¾¶n0®\t("
  b"¿ŸbÜ\x08CI(¤ãšÍe\x04Æ”"
  b"%Ìßeÿ:B…¢ÏQÒ|\x1E"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"ŽÕ§/ª*@n”\fL2“×T/"
  b"¹r*ö¸ôM#¨Xƒtx\x04&\x04"
  b"m┬Rê¹BO▒ñ½òÅç亭"
  b"C\x01\x00\fÿCA‚ð33@³h­"
  b"5¥ºTÑ÷I_©jiù‚” ×"
  b" ÉÞn¹„Lšš\x07C/ZÝ\¡"
  b"Ì%×L$YB†¨‰ÐuŸ\x12Ò°"
  b"2I£┼ËÕN└ë‗Ï:¤Ø┌w"
  b"båci.ML‚©}Câ™NIÉ"
  b"\x1A@ÂMXƒNΰËJ\x17.XöÚ"
  b"\rÇK«–µMù˜\vÞºLýÞi"
  b"5ù»Ï[°D…²|»ñÏúŸè"
  b"(Þ┘\x15╠õKì£4█c\x07Ib\x16"
  b"╩ §G╣¾A®ØË╩¢\x06Ù\Ï"
  b"q¨`┼<╚GùäôØÈ6Câä"
  b"ÛŸµûO\x02@ö§¤9Æ\t‹Ü™"
  b"™‘ø6š0I{´ž\vhŠkB2"
  b"Ïzn}µÐN¢´?ש.\t>7"
  b"­4©ÊûðA‚ƒ9^ÖBy\x01ó"
  b"""
    úµg,'\x02@ˆ–,ж\n
    ®í\t
    """
  b"Jù/ïÕÌEœ´\x15÷=7kù\x02"
  b"µ├a/ÔìMè¥ô"¶C▀\x1Eb"
  b"÷D'ºÌëF\x0Fš \x13`DëŽé"
  b"\x04U/ߌgB{©aÎî[Žž)"
  b"€·©¥ÐÁ@\f±é¢\x05$ŒÛ\x1A"
  b"ßÌ\x17ÔÓML]£‘8£\e\ÄS"
  b"M@x\x1C\x13YFP²ÿÂÄ\x13\x7F–c"
  b"e—-Ò\x177MB¶¤\x06\x16ç\x1D"
  b"\x17┴Pı\x14■AÎìÔÀ\x00xÈ&\x02"
  b"kˆ‰¶\x7F I`š«äxÑã„7"
  b"åß»Æ\x02ƒLY¨‹G‡qå\"
  b"\x07U\x12öÁ"KEº¨‚ò\x18 ÃŒ"
  b"uFWÆ\x0FèC†ºôF#®CZê"
  b"…Ü\x10\x19„«C"¶UÑÊ}5NÂ"
  b">¸o\x0FníEl€ý‹\x08\x07Â"
  b"þ’\e%çyI\x16°$¿†\x06%4\x08"
  b"tI³£íQA"¥*µú#qnR"
  b"€/˜á\x17tFþ‘–BÒ\x00þЮ"
  b"""
    Ð6)ßàO@̱ץ\n
    Õ\x10>*
    """
  b"²1\v3];BÓü\x01╗³4ıÛÛ"
  b"y│\x18)8ÎM6Ç┘╩¯É┴\x0Eƒ"
  b"åMÐ\x13╗$HZÇ'\vG█º\x7Fü"
  b"Ùø»¶‰ªOU‘sK¨+ñð´"
  b"‚4q7=mE\x1A´œ°¬\x1A²©›"
  b"\x08▒ûÙüåO\rñ\x10Û┬äIÒT"
  b"R«°wÅCD6£õVv¶÷\x1D3"
  b"Ð>║Ää\x19DÄÅe¹Ú )\x1D"
  b"\x7F'qÍ»ÚCd¥@½C[ºWì"
  b"\x07\x18iq╚HI@Å▀Ôù½U÷ò"
  b"L\x1A▀├¯?G▀ì4|\x16t!Hi"
  b"'=óy¬+A§‘k‘\x00\x02"
  b"†ú\x1CìÈ\x02NP‘3\x19ãìðV\x11"
  b"J°—©úÚA=²4\x07:æŒÖ×"
  b"× Ó/\r€E\t’9Džýb\x7FU"
  b"ý┴ lCWHºØ╗òü%$~$"
  b";kŸŒ7¡Bp½RŒ\x01©ï˜8"
  b"\f“Å¥Þ\x7FIî‹M˜™Ñ'ðÿ"
  b"<ÇvÝV¦D§µ½Hbà\r\x1F/"
  b"à÷(mn#GÈŸK\x07\x161xxA"
  b"(ÉK═t╝HôÑ1a\x10kÎðx"
  b"B&)GÃ\x14G¡ü░║ÊÃ+]Ó"
  b"sd\x07~müJó¦B/×7µùÐ"
  b"""
    \n
    ÷¬Î‹CC²le76\e\x10
    """
  b"Çqܺ]™F@ƒu±5¶–‘­"
  b"\x1CB`Mj‡ML¥\x1F\e/X;•\x10"
  b"øÎQH†ÎLù®E½(gYnK"
  b"\x1FîòxáõJçƒoÉj‗/¿°"
  b"\x0EmòªD@à\x0FêM´ë\x05Ø"
  b"*=Eß‚öA\x02´^XÌãƒ<\x10"
  b"DC®èŸcA%‰¯ÒFãÆ7Ä"
  b"dâÔ\x08n÷N\x1E–†¸sº`Êü"
  b"\x05¢‘áHþLFˆCj«F \x14\x12"
  b"3Õá\x04\x18└G\x05Å<h~.\▒<"
  b"´Ê\x1Cå\x10ÇGmª3Ï­‚Of×"
  b"\x05ÌTj™ÒKϯvŠ:¶\x0E M"
  b"\x06\x06Qî$N\x17“ÑCÌŠÔõì"
  b"ëC±\f\v\x14Ne™ç§è\x1DÅÐ}"
  b"""
    \n
    çcÚ\x04)G“¡!¿'??¼¯
    """
  b"’j\x08ÑóÛG¶ªz¦Tx÷“\"
  b"¦2*¬:ÕO¶µv+\x1E-6ÂÎ"
  b"Z#ÿòçpHJ—uƒŽ-FР"
  b"¤4╣鬨HÝü▒\x10¡\x11¾i■"
  b"\x13t­Ÿ,ŽD‡†_ïX8oÎP"
  b"t\x0F7*ÞbF‚¼½ §\²"\x1D"
  b"¿¦¦╗■~DÛ¥┤h┬▓\t▀ì"
  b"ÆÉ°\x088\vE;¼JÕ—{/òs"
  b"ᩨ|îGK}®\x1CqC„û[Í"
  b"\x15lD ƒ\x0FIÉó¼?\x18\vA"
  b"®ˆšb$”OcšQïÖRÞ™…"
  b"╝¢\x07Á\t╚IìÂÝ·─f²╚ì"
  b"¶1tRwON]…Zý: \x1F"
  b"X0 Šž²H\x02»%¸MÏŠrÕ"
  b"Ô_4¥\x0Eê@à§v©¿ÀÎn°"
  b"9óG_mÅD³ƒâ›Ëtì´»"
  b"~Û?Ь7N9·§g\e(µ<"
  b"Sÿ\fBÝÝCq›Û†¹©â¤z"
  b"Œ®ÄE(¼G×€ðÔ\x1E‚×4Â"
  b"š'Å\e3}BÓ¶W•e—ݰ¢"
  b"Ѳ\x1F\x1A=þG:–c£·²cÜØ"
  b"À╝ã=sûJn»Å▒ó╠\x15ö\x1F"
  b"™b<e%A5¾†6Z\x04f½9"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"é7Ô§┴õF¿Åv■gƯ;û"
  b"ëJ¼U\x14èA¬–Bé\x19apäE"
  b"­“Ù•)\x18H9œ‹b\x1C">×\r"
  b"$T\x07¥Ä†J-®òM‰b¢IØ"
  b"(╣╝Å<┐@"é\x18Ïöuƒ\x045"
  b"Ëø¾Ær5N│ç\x1EWóìéPà"
  b"­\x1A\rn€Jߢ,M^ŒjYW"
  b"æ \eıhÉNxÅ\x0E\x19Å┼(Pg"
  b"█çÅ{ãÈE·ÂÔd/┬¸3¸"
  b"-╩\x13\x01ë/E8£┤ׯ╣]Ø\x1A"
  b"JEaè´ßK„b¢ÓWÌn/"
  b"á\x0Ei\x18^ØEA£]‹ðJ]\x16\x04"
  b"\v38­i\x15O!’\x1EÝ(“/b-"
  b"\x1A%Áù\x15SJð´k)ñòÈ(Ò"
  b"‘Q>\x11\x12\fL\x1DžæÂ·[Nó§"
  b"š"\x17`–\x03BÚ©‡4[ó\x1E\x04c"
  b"¸N9\x1CÒ8K.¡Ÿ\x1AÅp¢\x13S"
  b"ùð‚¦€^LÓ€ú\tqÀ|§\x05"
  b"ílTp®ˆGú°‚l\x00š&$U"
  b"\x0F¯ÝÔ\x04a@═ÑðÅ4║═Ö¸"
  b"pò═*oÉIêÿ\x02¢u¼┴╣+"
  b"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"¨ùĪz¬MŸ£\x194\x16NåÆÛ"
  b"osFï\x00„C\x18è2iÏÞ"
  b"ð\x0F´IAªI\x7FºÅ\x7FC\x1EÙ£t"
  b"~\x7FuóåNB¿™Ï·\x17\x15"
  b"ÆoÍñr’AÃ’\f\x08š¢”\f5"
  b"_\x14Ãÿð\x10I\x0E´ÁT+Ïë­¤"
  b"\x7FøØ\x14À)J@û4°f╝ä$\x11"
  b"á<Á\x02{:D.šlÙwºCÁF"
  b"LX\d’èK¢¤GòŽüÚ›æ"
  b"\rP\rt%ÿH{†±_V»y&ª"
  b"ìÊÔ╬\fãAó▓\x17ô\x12▒+ø\x19"
  b"¨§\x1A³#\x1CM\x1A³ÞÍö+PJ\x02"
  b"ºÞ®\x11»\x04A'©OQÿ\x1D¼Ü\r"
  b"£Ë¿=├~J═«╦-Å?Öh¡"
  b"Ïè‰Üe>FĺT¤ô® ¶h"
  b"-ÊÒ\nñÚD<™)s\x00ä\x19îQ"
  b"×¼/\x18Y$M\f¡IS1[Á„Q"
  b"\x1DîÛŸQpK»¼XNâƒ7d“"
  b"Ö2ëHïUF\x1F·ÿV¿]^ÿã"
  b"ã\x0362«ïB®Ø×gÇPz7ã"
  b"V╚È<§yJ\tó╦ 7¡#Øÿ"
  b"┤ëMºmüM|¼\x07ô\x00ÒrþW"
  b"\x1A®ûÚ´ÝD╩Ø?ý®I9└@"
  b"‘rH>®ÅI¾¥1ó÷\x08\x0F`>"
  b"†”²]£ OÒ­~\x01[ª‚¾s"
  b"¯á¼pÜOF¶½ƒL¬"²1†"
  b"ÆÁzž:ÃA\x04¯(þ\x1D†ê`\x03"
  b"ˆË;¸ùL@äœ\x1Eq›>\x13Âà"
  b"g\x01\x06]G¹Gºñ°`òü³¾═"
  b"ÏÑ/Ëó²L\x19—µú}ñª\x05\x13"
  b"«Íè┤e┼OOÅUü┼êÜ9p"
  b"TÇ·u\x03ùF\x03¦:õÑ\eò\x04Á"
  b"~\x13ñ+Ñ¡Cæ˜×¯ž `\x06·"
  b"\x04¾3•õ³Iy˜¸öxÜŽ\x1D\v"
  b"Aú©ÿßÓDS¯…˜ªd†ñÔ"
  b"""
    Ý_̯»\n
    A ╝-ì¦5Êó\x7F
    """
  b"^[iåææKp‰\x02ήȥ°+"
  b"¡Þ÷Ä\x1EOC/«`ý.\x1Dw…Ø"
  b">\x06¦\x18`ÆNZ®Ýiñ¼ìC“"
  b"Ðð%‘†dGã‹<»ÈÐ\x11õ$"
  b"ë\x16\x05·LB·¸•<˜Êt,"
  b"•A³F;¡v`B{\x11N\x12"
  b"Zl\x1A髨K┌áºè=ÑK¯O"
  b"Œ3\x0F7#ùA¡Œ\x18ˆ-ý»ç\v"
  b"­õ?\e\x03‚HY¤6m\x04p( \x08"
  b"%µ†\tœªHø¶l×A€×\x19Q"
  b"†D€—'\x06EUŸ!›»%• ù"
  b"(Ëf³╦┌Cóòjø╔µì²ÿ"
  b"\x041\x7F¿ˆ°JJ¿–_ó…1Ñ7"
  b"»ägBjÁDü uJÐ\x13¦˜Î"
  b"ü0ãì▒sF\x19ÿÔ\f╝P~Ð─"
  b"üÚ«zÙ3L¹—\x10%\x159®'“"
  b"\x1C_ý┐Ü\x10N(ü°Ó)E\x01"
  b"▒+(\x03ç║HÅ©ýG!fe█┤"
  b"0Îm\x1C$‗LÎåËÅ$¸┼═n"
  b"œfY %-Ký¿qqdõ\x11ݲ"
  b"B\x7FKcÚjOì▒fêB1ã-─"
  b"1s\x16bãÑEõ±\tv-ªù\x1A%"
  b"U¦g9m\x10O¹º÷“\x11³š7‘"
  b"'à{),¼O|€\x02cBf©‰,"
  b"ñŠO0>ÌLJ‚Ù/EÏÀæL"
  b"\vêyÞ\x17│L_º\x03òÉÑpü9"
  b"""
    Ùî\x18á‚—@}†$ÝmtÄ\n
    s
    """
  b"y#=■lØOYà#╚┌V_┼r"
  b"\x0FI5FB4˜À»,Í-šl"
  b"þ:Vj§²MF—©\x01A‘´\x04Û"
  b"[õØjµÉKôƒw.o®Y]Ô"
  b"└ØÉ▒>%FRâä~¶‗½ø\x18"
  b"\fì\x15¡"\x0FOÔø▒$y¬¹┴ë"
  b"õþ_Ñ#\tM\x1E´¾åw\x11\x0E"
  b"V#0Æ”è@\x18±i~äi\x1F"
  b"“gLÊ6\x17GY˜«i‹\x14\x7Fú\x1C"
  b"\x1EìÍRÖ,J1Ä"Ð▄XÖòú"
  b"Æð#e\x16öJ–±ž‡,î'Ž6"
  b"\x03ÔÓ9A»Æ\x03!ÇÆý\x02Å"
  b"6µ?·z\x13EǤ~ÏS\o\x06¨"
  b"_8«ÿÇ┬KØ░ g9└³Ú<"
  b"±â{€\x07@LƒºU‹÷\x1E¬Þr"
  b"Ä‹IÌíŸDŽ–\x08ƒòNËj\x7F"
  b"%r.\x03\x05G@\x03ì$\e8ôyÞ3"
  b"ñèèVç\x13K%®6Ö\x13çT8ª"
  b"t±Ì└Þ╠C┤ïØıw\t½ã1"
  b"rS@ž\x05ÒJ\x1Cƒô\x1Am;ä\x1C5"
  b"É º\x03YØCȵ„{Pv\x07"
  b".¿Êµ\x171E†²žØ\x18}§êÂ"
  b"\t¢0¸M°Lx€\x00Kä=dAÙ"
  b"°ÕëýGìE´üß\x14▄0HPã"
  b" \x15\x06º_ÎAÀü2Í╦^do "
  b"!óM%igM`¬—\x1FCY\x13"
  b"ã¨Wƒ–„EA¾ƒð1ªÐ†b"
  b"Ö%Ôô\x163L?³³%~½d8\x05"
  b" ­ª\x01¥>BÔ¥Ìü°k\eÅ)"
  b"║ÀK\x06É>Mó»áG\x03îµ½\x17"
  b"Wœjü32F„§ÒœY\x04\x03'"
  b"Ñ‘.­ßKN‡ºN%CF\x11\x04\x08"
  b"©▀½«ãÇBÞü\x02çD¸t¤¸"
  b"ö‡¦s¸“FÄ¥¯¦W\x03£–Þ"
  b"""
    ÀJçûoâO┼É╣ª®\n
    2uW
    """
  b"=¸ìÌ‗kC½╣6G\f¡Ó¨¼"
  b"\x07A>›¦öE䃞úNÉ\x16"
  b"B…QÍ@\x07EÇŽ¡ŽÚE\x08Ôä"
  b"ìîV|f┬HU▓}┼\x07\x13U"
  b"áFÚ¸!|I¿▒äÛ\x10#ƒÉ\x0F"
  b"""
    ðf6\n
    |†O4˜—{r8Ãlb
    """
  b"&\x17â8\t6F€¸à»\x05ø)a&"
  b"†‡‚ý4\fNœŸf$q\x016‡Ô"
  b"\x04░r╝¾J5üÍF┤3¡\x11B"
  b"\x10_\x0E¿KM\x14ÉOÏu}\x07"
  b";þ(\rhìH§│l▒ßÓ\x01"
  b"*i]ÈN!I;•›±ÎEF\x0EÙ"
  b"ª╗-ÿ°¾N\x1Aöæû\fì╝×\x05"
  b"ÃÀþÃzÅCSŒ=²¤^»E\x10"
  b"\x19ÁµüÅÓK\x06€2&‹M\x1Fš$"
  b"\x02u0C¿äC[«Ò)˜ý›^I"
  b"ÜÑ¢]tPKÒ¥™ýæù[ù¼"
  b"\x18\r´\x12\x1F;B%ƒ¿oz]Xûà"
  b"âlKfX\x0EA?“\f\x12e\2"
  b"geh█0}Mߨ¨³çr¯Q╦"
  b"‘(\x1Cˆ\x12¹@\x06²;"\x10?ûŽ6"
  b"ƒÁe \x07ãJ¤íðCOâì╝G"
  b"­Hù■¾\x1CKÍíüÒ\x16Ã█\x1F\x00"
  b"┼╬Ñ)qÉMc¬ß¯×q|\x04ª"
  b"ñ\x00*ÿ6ÁDX²­Iûb-T\f"
  b"2aÒ\x16ŸžMö‘Ð;¿KÛò-"
  b"`®▒├É╦DnüÔ\x06HRºÕB"
  b"""
    \x08\x18ÙýNo‰‹}T…\n
    
    """
  b"\fçˆ-=ÿ@\x0F\x0FD+\x16\x1A"
  b"\x01‘?ÝAƒ­çŽm\x0E\x19ç²"
  b"üIßì×»Mý¼äÎ\e]\x15"
  b"°¿\x05\x12#&BÍ­\x03É–¿¨\r"
  b"Øj!■V)FÏò¡Ú├ì└co"
  b"ë╬ÖUI\rGc¥\x15Å├▒+l╚"
  b"HÊk²þÍOáŒ|n\x01\x04\x19\x01"
  b">|\x1AñyeB}­~MBßÌ‚ó"
  b"¨\x07\x02½r‹K縈±\x17\x022"
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"O\x03Ç—m\x19L\x15²\x14ïo]%LD"
  b"(<šÄ¯†E\x0E¬\x1Aå0X\x14[›"
  b"ZÑ»r¼ýHV˜e« cœË "
  b"¯\x16ÉË░£O▄ótú3\x16ìKh"
  b"AÐ▄\x17├*@}£╩ØîB░ó═"
  b" $@Ö\x7FžKëµ¶4\r¯\f'~"
  b"×xAÎ\x05RHl¥iZðÎçCŠ"
  b"7^|▓■éIeû`CFpðCÅ"
  b"±£ý\x06ükF█║Ç\x06ÒY│õ@"
  b"\x18ØÎFo\x19H\x04ël%#kÇ0W"
  b"Œ­¶ôj¦O͸YOSï…\x06a"
  b"\x7FG²Ì“hMÔˆö³Cǵ¾g"
  b"›lþu\x03ß@˜”º–É\x0EI S"
  b"!ÉP(¨¥Kù╗ueW┌©ãî"
  b"m‹aQ[%KZŽ!p@ͦ¼±"
  b"+\x13Äß“™@á—›¦ÛTÆ\ö"
  b"õS-ŸÈC@–ƒú÷*éÜ&"
  b"8×:°(êE|·BeËJ¬Ý‹"
  b"VÏøåå¥G¾¿"»ª»©\x19×"
  b"†›cw›;LC§±¹ª\x04÷\x16y"
  b"iüÄÿÆëI┼¼ï@──/Ñ¢"
  b"\fú1\x1Cý\x06BUƒd€£\x05OZk"
  b"\t‰èÍI_M(¸[5&NÉU5"
  b"˜œ_ü‘¯Kmƒ»Å|%X´ñ"
  b"úʾ\eeÁH6¡–töÀ8ŽŒ"
  b"Kã²…üœB±šTb”Î\x04:/"
  b"@t▒a·âM┌ä\x06æÿ%üýí"
  b"┤I\x7FK_¤GÓÑÒ¨Á/ZÉh"
  b"È ÕäeuLŒ—£\e{ˆ’àü"
  b"$ÁB/B\tKȪ}'ä{ËÿC"
  b"│XÚåM\x07Eúü½NÃP¶zä"
  b"R±G\x1Aè¼Hj—É/nxÅxÓ"
  b"êZV|ØÕ@ܽ┤ÒòHÉä«"
  b"7¸óÓ÷êF{¾!<¨g\x7FV\x15"
  b"U٧ݵ²H‰ºÚ\fè”{\x1Fÿ"
  b"PÑ…2–rDòµ\x07Î\x051 ª]"
  b"­ò\tò\x1C LòŒZ²m¢QÞ\x1D"
  b"þ7c3ñ┼@┌Ñ0?Ø®(µ¡"
  b"}´ñ¼eõIĶȦ\x7Fs#\x15·"
  b"s[Àø]p@nв€9j©ùO"
  b"unØJ\x16ßNÐåC=█ç;aü"
  b"\x04▀‗yFYØà¬´ÿ\x0E+v"
  b"süç°jSG§™:QI\f\x1A²ú"
  b"åacl\x1EXO²▒Ø*!t┼<¡"
  b"RIzHÂ<H/’í\v0D\x07"
  b"+oíÔ═úI6Ѻ#Û\x16'oØ"
  b".2[ñÿ‰D/¼:’{Bâß“"
  b"o╩¢(¥╗F"Ö╩pz4Ü╠ì"
  b"žáo[¨ÑI\x17·…ó×\x0Fjh%"
  b"êB§/©#D\tˆ¼Gº\x003[Ÿ"
  b"&So¿ãÛ@¿’\x13øw®ŽñŽ"
  b"j×h…ëïD\x0F¥6™ÿ\x14B;a"
  b"9ÇÕ:ÐE\t¤{Ã¥bMX|"
  b"•ŸÓ÷#–O[°Oü\x06¥\x07"
  b"j7¤pûhO═┤5ùÐÉNÂ\x11"
  b"eŒg{‚}My¾•\x05</7V‹"
  b"B*š¬—eFÞ•²wÉ\x00ºäÃ"
  b"<\x08%k—žK\x1E‘ˆ=\x1F]²*\x1D"
  b" áßà6=O·×ƒü2UU'º"
  b"D\x10œ)?§B`¤w§Ñƒë-ƒ"
  b"\x1AcWË‗ØLa½\x7F\x145¬ì¬/"
  b"\ržÉb¼PI®–vÆíà¶jw"
  b"Ö"\x04š4 KЇ?\x1D\r"
  b"\x15ý\x19Òæ¾F²€ººöx™µ„"
  b"~░üV\x1ANEp╗_s\t\x13"
  b"øNª\x04!ïG*‡\x15¾ç7áÉó"
  b"\x004ErðäCà”\x16Ï»¾,ýÇ"
  b"╩ØënEþA┤Äø;'ÄFç½"
  b"f¼èäŠØF\x1A˜€•¾1*ú¼"
  b"""
    ó\x1AÈ\x19\x04MC_†ÏÃ\x1D{\n
    U†
    """
  b"¿M╬L?ÍN{çóÎØ\x12\x14\x02\x1D"
  b"\x0Eêx\x0ELsH#šß¶\x1FÉ:Õw"
  b"\x08┴cý═;G\x04ÅOdA▀"Jy"
  b"\x00\x1FCÜú¢Ú¾#¬╠k"
  b"TÓW\x02TéA<¯Tši=(9ó"
  b"Ý5ß¿\x02áKY║\x11ÎÛÄ\x03ïì"
  b"R4\x18ìCÙKb‹dÆéÀ÷¢—"
  b"†˜¦¶œIA–Š£\ráýœ&ô"
  b"ñ*jfŸ5I ¯bñRWçÜ\x15"
  b"rÐn\x1AšÞDΰ\x12etI\f‰'"
  b"K┤\x03[åÒH­ê\rW@îêØ/"
  b"":\x7F–áK@w®P\r$´¸\x1Fr"
  b"*iØq6âCº▒n]▒ ×╚`"
  b"øö+¹Û@ByÅ╗*ýfRÓ^"
  b"÷\x1D╠Ó/¹F;▓ey\x1Cø\rؾ"
  b"3¤ij%ÊKù‹\x1E:93\x06w%"
  b"ͬ†3UnFŸšç\x17ÚÕ‡ëá"
  b"óT\x06RB\rG║ÁÉp╩╦]┘×"
  b"┬:ÈJhÄJíÉx\x05\x1A¨▀·8"
  b"oçVHnæHv²H’cUŒ\x10¥"
  b"ã\rr{’‚K•Š'\x16³%U¡+"
  b"j\x17\x1C«»9L╝┤A\x13ìoÚ5\"
  b"òü2ÕÓþBìè║ú­Õ\x12"
  b"HÎZÏï£Nè…S‘Ý»5ã;"
  b"¬Ÿ…\x14­ÓC<žÆ±?q=\x1A¼"
  b"­wŽG'K\x1A\x0E\x7Fιlöo"
  b"oü©\x08éðB\x1CÑǸ¼C#Ëq"
  b"×7t\x00\x1DûFͨ[\x7F¾Þ1 â"
  b"\x06ê8╣XpC╗«\x7FA▀ƒËü?"
  b"'‡ˆ³§¦G5­ \x7FSÀ&C\x1E"
  b"íþ]˜pì@p‡"Oz'»åb"
  b"‘a¼¦<{A¶‰ÑŒÛ­±å "
  b"ÈÇ╝î·àIì¼±Á©L¨│█"
  b"8Ò¡Z™íGG§Ý®è:$Dê"
  b"<(“'$ÿK\x1A¦MòÀ)SÉ$"
  b"Èz‘\tÀø@\x0E‚t™?V\x00|…"
  b"ÀÅ}PXDIıÑô├XSé×Û"
  b"i\råÝÁ§C—‚µñ'V|\\x11"
  b"GáVPE¡Hs¼\x16¶Ö&¡W&"
  b"ÉVÈ▒mËCyç\x1EWbÚðv^"
  b"âòÜ?I\x7FI®‘\x07äÀ\x1AÆ\x02\t"
  b"\x1E=Þ¡ÂgA2œ«'Ë\x16(\x1Dn"
  b"“+5,©½A\r–¾¦\x08¼Ár\x08"
  b"\x04ªÀ°ÈÉNX¶½$J¯ä®\x05"
  b"ÍÏ3À\vïJ×½aN0.þt\x11"
  b"{¢mºê&@B³\x1Fûí\‘\x14æ"
  b"춢ج¹JÀÆ\x14Y(Ã2\x04á"
  b"(­g`]%E-¹2€žådôõ"
  b"Èúwb\\x18GŸ°Û\x08±-{\x02\x0E"
  b"µ ‚\x00½æFźàovŽpäö"
  b"X'î¿CôM–™~´ð:>…õ"
  b"ÔÏѦ\x03ÏN~ˆ$_k\x16\-ß"
  b"¬Šp¡Ä\x04B\x19¤ç<à\\x05…P"
  b"ÊÙáYgêKËŠM×¼Ÿˆç/"
  b"Ea┴î2}Hî╝Gx>7dìƒ"
  b"Ùœ\v\x1Ex¯Fy¸).øc™_!"
  b"Uëþý@ÕL\x07·¯L9˜3¥\x1C"
  b"\x7FQ\x1FAú=Bp®Ìü’ˇ7þ"
  b"ÓJ²╚m¤Oèªp═â üƒ{"
  b"îY¸ó)oBdì»è╬\x05Ø\x14\x07"
  b"Ü¡1Ðü HÝê\x03á┘³ü1Ì"
  b"Ü$>?~ÁK4«\x19‹>|8ý8"
  b"lºÌl$\x07F~­\rT¶þÁl‡"
  b">U\x1F+g³G\x1CØäÊúÚ`\x13L"
  b"N▒?1êXI\rå4,Mæ\x1Fì╔"
  b"É’ö£Ò\fA§’auXÕR±¤"
  b"ß\x15Ï\x10FØB\r…•޹<=Oi"
  b"Eª^É\r¥O‹€…ª.3Èk\x01"
  b"ìo\x196)╬G\x1Fä┌³║j­ıW"
  b"Ô/Tc­d@£ŠHyÕ\x13ò‰"
  b"\x08µ˜Ì:¿Cäˆó¨è#\eío"
  b"ª\x08Å┐̧F\x1FÜt\x00ëíÇGV"
  b"ÇëÈ=¡^IM‘Ƀ& _"ÿ"
  b"ª©=ž¶õF ¸ÏkgŽÏtõ"
  b"\e.¿£9ABs‘šIRaÕpÊ"
  b"Œ¸\x7F:\x0FJAå·Fm¢*6©Ñ"
  b"Óð˜v&¬A!»C\x18\x1Eøû'"
  b"•ä\x06˦lA+ª•–½ô‚‰Å"
  b"5äâ3ßÿMZ¡\k'^\x11"
  b"¬\x0E\t\fa\x1EHü▓{Òô\x14\x01¸"
  b"™WÔ†_âE½€`E\x12Ý+À\x1F"
  b"Ú÷ãå¦GýØ´Yæ\x00@\x16"
  b"ú\x11î¢ê,O2›ôˆG=h«\e"
  b"ÉüS─╣\x07B}À\x01"H×Uh5"
  b"r'Œ\x13k¦C¬´-©`zFW§"
  b"\x13öñµR­J5¼ÉØç\x13: ┼"
  b"ÅJ<1\x0F\x00K░û\x7F) \x0E¼S\x02"
  b"‘wr\x18"í@‰¬î(}\x18gîu"
  b"çŽFùRòFŒªL¦ò’¢Ì\x19"
  b"b!µ5k:F͘%»\x0FÚ´ê­"
  b"íÀL:ÄóO³¡z&Æ\e\x7F:\x1F"
  b"Õ\x10U^qÖE ‰\x03×$ÆÅ‘g"
  b"ÄÝT\x0E│&Ogøy]üNbCh"
  b"ŒpÇ?ÎòKA \x7F|ªWªæÓ"
  b"'8|\x05*\x01J —º\x14F›Ah†"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"‹QŠÜv…@?ª\x0EC~:\x1D"
  b"­Û\x06\x08gÂH╝üJ\x0F­^l6ö"
  b"p7ût¯%A(¥\x1FD|\x03¯ŽF"
  b"zÍNöŸ(Iÿ‚gÅÓ´ªí`"
  b"ײL8`ÜEH€Û€Ž\x14\r"
  b"h\x1FúÉ\x03ïNº‡ìmèåÕ”Ç"
  b"Ÿ€\x10F|!@\t†¤\x12¡ú(Œ½"
  b"¥~]\tóôK\x01ìADô×\x19â█"
  b"Ò\r+*QLã˜\x00Iÿ\YÖ;"
  b"ÇW4QBéIM¼\t™¿V¤ÐI"
  b"\x0FR15¿ÒNå€xÌoï\x06çd"
  b"-IA\eÁ|L]‘mêðjâÒ>"
  b"ÊgV\x1C"\x15Gx²”ÞÕH±,«"
  b"<ˆôA\x0F´B¦‡_Ñai“v\e"
  b"–Ih\x1E4EBp°£³¼ÊWS\x07"
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"ë=~\x18ìcGÙ²\x15\x03EÜ"
  b"Uæ×"Å#Fv¸i!†3@13"
  b"J`CçYAIÈ ¬þ”ÖÇÿò"
  b"¼µ\x15"­>H\x19—’€§˜RȽ"
  b"\vG³ÿ1<Aö¾Û=%^\x15p\x10"
  b";+(┴\x1D\x17IÇüZ&\x14âcn¿"
  b"G,í.+×E(€ñ¤†Ì4ä—"
  b"£»üic®F:¥«£\e╗Èá "
  b"X‘cð pI£¿'³›KÝô«"
  b"~\x11Åø¼mO5‘xÌ· Yâ‹"
  b"7´Ñ ~LGAÀüO╦Ûþг"
  b"®0Éûh4J0¸¦CžPˆîø"
  b"ë\x1AòMÅ¢K\v€Q©~ò•‚†"
  b"\x1A\x16¤F\x11êBú„Që•ë’³\x16"
  b"J6BÊ+ÇNéØ╗\x01²\f\x13÷\x05"
  b"µ~Õ;\x1CtAå¢ÈnD¡©\x15ä"
  b"áÊ¡ÅQùKÅÉ´`m!ö%\x11"
  b"e³f¤øªL1ƒíbŸÌE\x08x"
  b"ù¦öîéXJ}½*ùX8%•Œ"
  b"þt\x05ò0tBL¯åøÝuhžG"
  b"ç▄ü|ÊÍMg░&\x1Dã\fb/À"
  b"""
    Bú^Lö\n
    Kåªkïflj—ý
    """
  b"ÎNL'#ˆA¡•V3ÄR\x1D¨¹"
  b"M&X¦''H°°³íC“¿k…"
  b"\x01uš”ÈcFÇ™\x1AbÏÔÛhR"
  b"\vÀhë@\x11”»QXÍ­\x04v"
  b" o¼=n,D\x06°=x^¯Ó{Ø"
  b"ÉЯãBßHHÑ<ÌØ´£╠î"
  b"""
    ÃHG\x11p\x18L\n
    ¬dõd¯\x107\x11
    """
  b"ä9\x18TNuJu’·,ëd\x16^V"
  b"{s<\ØÄF─îÙæ]±\x11└Q"
  b"\x03Œ\x18”@V ÄAC§~\x03j"
  b"\x19>\x1F³…\r@#«Â.#-tue"
  b"÷üJ\vf>M(‚NUfÈ%fœ"
  b"”x¸22XI\x1C±"+Ù\x15!\x19ú"
  b"M\x19À\x12"ZMF¾Ô\x07ü@A“‚"
  b"\x00öÌÜ\x15\tBjš\x06à?^\x7F"
  b"‡â\x02\x02!JI¾ŒhòÑ@\e\x04"
  b"""
    ,D\n
    ¡’fE߯lô£'®Øó
    """
  b"8nîAù\x02Gh‹£Kk¼n“©"
  b"\x11\x00E─Å'³ã;┘\x08\x06"
  b"\x07´{>d†Lô¨ùS¼\x15¨”½"
  b"""
    ™/\n
    áúgKª´Pé’B<³9
    """
  b"/\x00ÔQH…Aò“\x0FP¯µ±ª¿"
  b"‹K\’éþJ­½fزI–úÂ"
  b"Ó\x15[B$pMô¨«¼òXÀTò"
  b"¹\x02\x13%ÖK\x19ƒåè§Ô[Ï\x02"
  b"û1\x1Fo┌àExØ\fñ┘'┌·\x10"
  b"R·├/ܬFr╣Å\x18j¯ôã²"
  b"Ùæ[‡á\x00C\x11µ\x12?{^Ö^ "
  b"Éxìý­`K»ºl╬øõÛ\x14à"
  b"µ±¹h "LE¶h¥O€^\v©"
  b"@\x02Øô\x1E/Cý¹ü*½kßÀ’"
  b"×8U˪lHž¢0¼2\e™$S"
  b"kÂjÙœ\x0EJßµ\x1E\x17\x16q«ši"
  b"væsÒŒ\x06I绹 \tïrF!"
  b"\v\x17Ú;ò\x10A}¹\x0F3\x1C(ñ¿("
  b"\x12\±¤„7Nk«\x18ÆÅ\x00ì=‰"
  b"%¥«¾›QO@»%- ĸØ\x07"
  b"…j\x1E\x02=tNݪ\x0E,p\vÒ\x02ž"
  b"GÒ*+OÊKi®┘ß,┤,ü\x07"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"\x14gܽGr´Ý3\x15Ù«RC"
  b"\x17▀¼$_│M_ØÙ%ı²Ö5Y"
  b"Èqä2N\x05K5ürÎÏ\x19\fç;"
  b"EŸ_¬¼m@\x7F¿•tjV Ez"
  b"wङ•]@¥¹/–9£™|`"
  b"„†;œ\x19«Ll»gæÛâÞOm"
  b"ë\x10·5žbHå…rþ´8G¼²"
  b"C“Û\x08EàB\v£Ã5–¦“\e,"
  b"•Õ\x07í\x02aID£x\x11:¤°ª\x00"
  b"\x198@ÿõôO‡†&\x1A*‚/?Ë"
  b"t&¨ÞÚîIËœ\rU\x1E\x18ã«W"
  b"RÁj1O}HÔš "Y/B‹ª"
  b"r<k6óÿIö´àóÜüýS\x15"
  b"\x1F█#ßS·DIù╩R}IWýØ"
  b"(r\x06ÜôFNw·X\x16è \x11\x18ø"
  b"\x03┴I\x0Fı╩Ap┐üI)i2t\x04"
  b"ü\e1˜—-OÖºªòxÀ\x1D0{"
  b"Ø┴²`▒¸Iı×ܨK\tËöÄ"
  b"¥Î®╩\x1A¼A┐É╩KY‗Ú┐Ì"
  b"Íı¯®RZJü┐ı\x18í¡ïÿ¿"
  b"ëdâ§óbNG®\x0F\x193\x1D"
  b""Ê$D\x03,Hsµ©]‡S\rÜ…"
  b"╦■ÉTë1Eãº}hì(éùh"
  b"Âì¸ý¼─Mĺ¢L\x14Åw╦´"
  b"i<\r½Œ\x05Aj“e»¥\x15V|{"
  b"’_f6þçNþ¶ãôÆÂô\x16Ò"
  b"2§nº\x06\x1CJvÉ\x15┼+ßÎÏI"
  b"¬Ó\v,XËGåŠ\x16Ö€-¾J\v"
  b"Í‚·ÛïòJ2ŸXï$Î\x1E"
  b"""
    90®#ÓAM”±\n
    \x049>ž]ë
    """
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"é‰ m·UK;‰ºb[k6\x1AB"
  b"p:ı*\x18¬A9ª╗8■ü╣ðp"
  b"θ!╩­╚@±¼É\x1A©Tb▄\x12"
  b"îÃ\x01«¶³A½ÆT═|D|êÉ"
  b"`\x17▀®ÐêKäûÉ\x19Ã\x1DıuJ"
  b"ìº&\x\x0ENéüu▓èYÝ£e"
  b"˜b¦x´Ý@L \e?ýf•‹Ù"
  b"õ鸨í±A³ƒ#Çë\x18­Å·"
  b"c\x15ê\x00V\x07BÅá\x03╗▄╝§▒$"
  b"_=láÊRNsŠe¼ª\x0Fsu·"
  b"\x7F}­±ÌO‡—à*·ç^ÿ_"
  b"\x19…Š«/7HÌ¿l\x03¬~–^ä"
  b"ñ×\x11\x1D²╚M╝ø▓Å\x18xH\x103"
  b"AÜ]\x164FD│ìðU#-\\x1A "
  b"ƒ©—‰š»N\x0FŸ<ˆÏìæ\x1Dò"
  b"å*2¾3!B˽çÚSX\x7Fœ+"
  b"\faûs\x037E¢²ƒ"¦‘‘:`"
  b"\x00À─à¾~B═ü├\x10Õ%ıuc"
  b"_ãì_╠XEæì\x7F├VÊ. ╦"
  b"""
    ¹™’”o\x07FÜŠ\x08§U\n
    ÷CÊ
    """
  b"5ÌÍÅ)cAØ╝g\x07ús^\x11"
  b"\x18\x037(L\t¦\x1CH\x00½Ü€Ú"
  b"—ç‰\v?@K£™®ù®7±Ð,"
  b"UÌŸ©´…B‹½<\x19žõÁ{\x0E"
  b"àEÎ)…ãIŸ«fÃä>fˆ–"
  b"±ùÌi2\fMb•õ¢&\x18\x1Dò\x15"
  b"èÅ1õ\x1EæK¸▒Z%\x02OfäS"
  b"þ,JÊKqFÛ³\x12/>÷yAS"
  b"DøÕKÆóK}ªc┘ÓµÉä-"
  b"²«[v¾‹A_£<_J×\x14¾ù"
  b"¶4O\x15²ÅH\x1Aò\x02Í\x19î\x14¸ø"
  b"Zw¸',íEò’gÝ|¿\x14\f\x1F"
  b"î:\x1E\x19\x1D┐K_À9Éø'\x16\x10\"
  b"ûR\x1EH]ßLK‰_úMý?Bˆ"
  b"\x1DS\f\x12:@‗åÅ9IÆJy\x12"
  b"…Þ23ÿ\x1EK÷­ùO²\x01\x18b}"
  b"Ÿ5q¢1\x03M@¶—]&N ˆÑ"
  b"Õ▀Re÷\C╣É·æ0¿\x1C"
  b"=Ì!\x08Y\x12B~‘ˆßí»îu¯"
  b"ck╗üÊgGE©Ô┼┤y\x13┘A"
  b"`\fØ)╔vL¾ü\x1F\x7Fõü^WÄ"
  b"™6˜\v'œNžº.Kƒ*òÛU"
  b"\f\x06)™‰ìB’£„iù¨\x12\x079"
  b"wå_‘^!JûŸ”\x05ëq2”Q"
  b"/\x02¡·%zCÚ’¨y0\x12ˆ³\f"
  b"ª•RÝÿ\x1DN“’\x1AK¢µ¼\x111"
  b"œqãaÅ\x08E®»ßÓwýOxû"
  b"sË´ö‘ºA\tªžÊiiŽu©"
  b"†:\x7F:’´Kü±Ýÿ\eÄ­³R"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"\v\x15Ay-ä@A©Eq½aH«ù"
  b"û=D[ü$GüØ░ýÌ;^@§"
  b"\x1D¹ÈØç¸OÂ╝²¸Ï´´\v÷"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"\x03ÛàٜAéž·¯k\x0EÍv:"
  b"\x19{\x16›RwE‡´LGÂu\x05ù\x05"
  b"“Îu\x19B{L¨„ÐWß\x1E”ÿ£"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"j.b\x05Ø|GÎòåo§Ïýõ\x03"
  b"þñPÅ\x02IO╔û▒-ÿ4îÄê"
  b"A¤eø;╗CõØ£Ö\x17ZB├w"
  b"Ü.ÒìÆ6O0œáï܌צu"
  b"úÒþië▒AÖìð-\x1EÑÊ╚\x18"
  b"TçC’\x03\x06I‘€JÆÀÊã;c"
  b"|›É\x17{|HŒ‡+²sÿî}µ"
  b"ë╔\x10\x02½³@o▓┬üïá│\x08\e"
  b"""
    ■¯E│╣\x1CBfìk\vMSu\n
    l
    """
  b"®\x02?\x07P˜HO¿Žo’yÃ\x0EÒ"
  b"ü‡\x14"nÏKQ‘‘L\x18™³ˆ´"
  b"!ÀÉ8▓\x1FBmé\x17\vè╦╩ü┼"
  b"Ȱü¢]"NÛ®Ý\x0EM\x19›íZ"
  b"û è\fõÂHe®t½9KŽ\x06È"
  b"WîÏt­€Nî§cÄ—\x14,\x15ë"
  b"Æ0^gz7B4¶}W𦒑}"
  b"\e¡b\x04ÑêOÀù4\x1Fùɰ╠0"
  b"dƒ­î\x15úOÆ¡ên‚>ˆH\x11"
  b"╠ª┴\x009$D2┤»ë\x1EËØfw"
  b"ôËÍÚn\x17Fÿ…SjMßGQ™"
  b"D¨bÏs!MS¾N¥ÁÄ\x0Eêœ"
  b"7ñ0‹ëJC\x7Fš\x0F\x14ƒg \x19á"
  b"š\x1FÿQñOD¯±\x173\x1F¦–‚ "
  b"\¶║Þ?▓HIø/åÜü«\x00´"
  b"f<âM3¬Aû…/::¤;Œé"
  b"ÃØ ╝ú;L߬]K ;\x18\eã"
  b"!tÉ\x1F³`C3°P~ÅUÂòÜ"
  b"µDç8á,E\x12½],!îµ\x18ž"
  b"x╔Å┘<ÅNr┤m$9d7EÊ"
  b"Ë Ÿã§NN-”\x17)Æé\x1D"
  b"(2€\x10\x06«J‹‰\x1A£S|Wî\x00"
  b"®┌▄Ö\x12«E ╝═ ,69Ŭ"
  b"\f¿*|t“N;§Ñ½ô&…ð½"
  b"%êL\x05›"C\x1EžÈY7#ö¤\x01"
  b"#▀Î[╗ü@áè\x7Fxn}JwÐ"
  b"■²├\eçÉA¿Ä^«\x0F\x07Á"
  b"‚sGá5IJ£®-»\x7F¿JŒ\x17"
  b"ÈlgÓ\x1DÝ@\r›Ú”!ù.Ž˜"
  b"f(T"\x04%J–¤\x18ýgÞ\x0F"
  b"ùÑÇçw\x05Dh›w5ZDMhñ"
  b"ý\qæ“\x1AN!¢PÛÌòµÑ;"
  b"""
    ÄÚ°ÉØéHoЏBN\n
    ŽäH
    """
  b"Z6ô;\x18\x04I.»Bšö€BîT"
  b"}Z;@÷ìB,▒Ú4øÁ╠j║"
  b"¿k"µîàE%úØË\f╚û­¸"
  b")a¬ q\x08LUäsÊÊñ&ÉÃ"
  b"{9dÕe*Lh‹$©¿óøoû"
  b"“†¥G>žN«—+\f(\x10ºÂº"
  b"±êbŸ )NK»_[†\x1F‰ig"
  b"©‰M%E—M[· ëì5äÕ÷"
  b"s­║%ü³@\x10Ç4t┤\x11½ÊS"
  b"""
    ¬Ì\n
    Æ_RB\▒0╦aöMì=
    """
  b"1\x03╠±üû@­á\x04¡╦┐╗Ïe"
  b"µ—àƒ”¼D†¯½\x078…ã`\x00"
  b"\x13ASÝ5¶B±§\x0Fª¥\x1C\x110y"
  b"h¤2Ѓ-A/¤ï½R\x1E뎅"
  b"""
    ╣©ÛVÉ\x01G¶ë0\n
    ¸qz┤.
    """
  b"TЭ├ý╚FMü1t\x128èýc"
  b"I\x7F\x1AkAÇçÍægdd┬¤"
  b"è\x12Ý#G0F╝ï#Åɶ┘Ã├"
  b"Ô7úXü*Kê§Üª«¸àƒ”"
  b"ñjèìëÆAάZ VB╩øz"
  b"TÝj\v[äE|ƒ\x1E$ÉøãŠ…"
  b"K÷֖"@¨¹Ã®®ÌêH\x15"
  b"Ž…\x00UÔ’Jï¿R À«äÅ\x01"
  b"e\x06\e\x104C¦ì,\x18HÎ¥Rç"
  b"\x0EZ\x10ƒL'‚̇ñ\x19ó5"
  b"\x15öv\x1CM<Å╚\ßíeô\x1C"
  b"³5WI–@Œ‚#éqX¦aï"
  b"""
    @„\x1Ft\n
    ºE\t¬±¸¶X’\x145
    """
  b"\x1D2×8\x14rAÝœ+$¬AÜ”å"
  b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP"
  b"\t\x1Fk\x12T‘Lh‘•è2\x06ó…ø"
  b"ø¢/\x19\x01ÉB\x08ëS\x00\x17pi\x00\t"
  b"‚ïo{®\x1AH\r‰rÕÚ>}z["
  b"ÿ†\tgÑ^I4ª…\vI«1Åî"
  b"[¶vJl\x13HÚ­8¼‘(k$Ò"
  b"wÙývsýGЪzQ^GËôý"
  b"š\vÄ#°ûA$¨4~dG«\x1E\x08"
  b"´W¹wQƒN\x15³R\x1A"óþÒ)"
  b"U†DcýŒEr§à©ûÖKù·"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"¼¼°~Ü-G裔Öf-g\x05Ì"
  b"Ì\fâÖ\x1AJN@¼A\x1DœŽ\x00¼p"
  b"$ÇÇFZ¦AÝ\x1DMM¥\x1E"
  b"┬Vg\x0FïwFZ£┴È}yPÅ\x04"
  b"s¸z ³7GײcN€Ae\r\x08"
  b"ç˜ã¾à\x07Oz±‰§ñ÷*´×"
  b"ı^\x11x╚£AªòirÅý7B\x1E"
  b"ˆçk¤t\x00N\x02šè¢]&Â.æ"
  b"Tß¼¥kÁCmèØ\x1AØå¤± "
  b"ì»öùq!M:½¬ƒ[¡+ÔÁ"
  b"w·Ëö[\x10N\x07„šçɯÿæ;"
  b"ð¢¼▓dMF½║:Î┤jÉê┬"
  b"£O`Ti¸LÿÉ■\fpN\~i"
  b"""
    ëÕˆ\t"ÆH\n
    ¤Æ\x04͸•\x14o
    """
  b"}¥o\x0Eâ…Lu´o\x03\x06Y—³ì"
  b"ÿìÛR«ŽF:¢´&¤ý?M·"
  b"\:fD\x1DÜIoäI\rµ·°Éo"
  b"Ÿ\x0Fã`†\x11AÒƒä&°¸*iÒ"
  b"š\r\x1Eã@^JF£?\x04LœZ6\x18"
  b"/.(\x0EŠ\x1CC ‹½?¦¶\x07"
  b"¡\x03òd¨\x12I~·g\x0FN$áa\x03"
  b"¿u””;MGÚ£7—Ê\x0EÀaâ"
  b"""
    §\x12ª\n
    8ÃCO”o›Mæ=\x03Ó
    """
  b"░ÎÒê?ÉM\x11èU)3Û £y"
  b"~´u2ıíF▒âã\x00▀Å\x058N"
  b"\x13CØø\x03VN\x18│$â¼,hÞ\x7F"
  b"Sc¿•ÈgOV¼ª£qŸ¾ú¶"
  b"F¢Tt$íH‹¯¯ï8}üwÛ"
  b"^.ì«xÒCϰ÷ÎVY‘A8"
  b"\x18i╔êù¬@Þ░Å\ttÚîE\x12"
  b"Ä„úþY5Jq¦?Ÿ«{ò\x14\x16"
  b"µÞ®yö\x17C<¨(\x1A\x1C/̲¼"
  b"\#\x18¬\x1A\x18@\x11–Þ\x02d\x1A\x05"
  b"ËZ║\A­H'¼æåìùÖ\x05f"
  b"×\x1CÖw²•A\x16¾`%¨©p(\x1F"
  b"¼,Õ±ñ˜M}³¾ƒ/˜\x04ŽI"
  b"ó U@ GH\x14ÿZü┘¶¿á\x13"
  b"àã\x07ÖR…BŽ‹­v™\x7F\x13,j"
  b"\x17¯ìûò>G{²\f“®¯éf\x01"
  b"nwìC7\x12A┌àú▓õÊ Ìö"
  b"›Aøh/¿Fm¸ú¦xBî¤t"
  b"¸Å*n<æL▀åìð\x03iêƒ╦"
  b"ü2ÊlýÐI\x10░╝JÎ^■JÈ"
  b"îܲ²_ŒAù‘.Ð(3\x03HE"
  b"}Ÿþž\x14óGM¤D^\x19~\t­Ó"
  b"—Ù˜°¢æB[¸Šûó\fn\x11ß"
  b"!\x7FÉ\x1A\x7F├@#ê÷\x16j\x11\x1C"
  b"\x08@\x01Ë\x0FçG\x03©¢\t4\x04„ƒ "
  b"\fï«▀ÄD$ÿÝÃ╬\x06▀ÏØ"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"C±ôF\rÿDNº!¥\tZM}«"
  b"ûewÿØwA\v½¶e¢G▀,Û"
  b"KmŸìh…@9Ÿ›dü-¼¹T"
  b"¾*ðp\x13\vL—ˆ\x11bâG\x00Š\x14"
  b"Ò¶­(ô@HB£Ñ¤/\x16Àµ\x10"
  b"Ù└Ø┴þóK²Ä)Ó\x04\x06È"
  b"Ì©ìS\x04\eI└æ├b\x13\x18x\x18Ê"
  b"Y\v:”ʃKü„|3gŠl¦\x1C"
  b"á÷‗├¸iK°üä\x14\x03q\x00[~"
  b"ÉaÊ╩µa@ç£,äw╩B\x1D\e"
  b"DÊ╩eE·Fü½Ê]\x07»y█n"
  b"'-ÌÓ¥─OììÍlo‗£Hg"
  b"¸Ia\x7F-ÉKcŽÝ´&ÁvF "
  b")5'™\x07ºJ1”5º¹r\x08\x08%"
  b"FÇèôÞ\x1DKûدÄ\t\x06¾Ne"
  b"›á2 y@Z–"\x11F\x18è\x10í"
  b"aÙ¬‘¿iHNŠ*iɉCþ1"
  b"\x1DBÆëC4‹VM:9¸ZÂ"
  b"_\x10^Ó…òEd·ªa§©aIë"
  b"\x03ÏZÖý╬E╠╝ü\x00âIJ┼C"
  b"\vL¹ÞDðüMÆ,U°\x04t"
  b"ŸQ1õ3ôD@”OHÞGúÕÕ"
  b"²Ç¾çcµBP”ˆ\x12áwã¬<"
  b"‰Ô%‘#gB—‘z·×;ø†¢"
  b"\x10hQìÂM\x1F┤^■═¾\x1A°;"
  b"êþC5ËkIèåiä'Å?ò·"
  b"ÊÒ“ÇB“@õ¾ßÌælú›Z"
  b"Æ=˜+D!JÒ’-Fl‡#û""
  b"vqâAÁžM1€IûYëf!4"
  b"Àƒ─■%Ø@F¡ÍpJ÷\x0E"
  b"„Ñ\x02¤<—D:ª,]\x08Óõ¢K"
  b"@J9r╩XBYÅYj¸j©■Ý"
  b"""
    \x1A\t\x0E¶BdH|‚§\n
    Qž@+ø
    """
  b"4—M¶Ž\x1ADP‰\tê‰\x10Z}Ù"
  b"îÊ_ì\f8G^╝¼■H\x0F£ò\x19"
  b"%ëöʹdO­€\x03’u5òØÊ"
  b"÷Kûp1ÛAÛ«õ;Ó’À\x1F3"
  b"""
    ÷\n
    Gƒ³ßJðˆ†e$\x10£®™
    """
  b"iÛEıò\x05@ÅòÅÒ┐ÏGa▄"
  b"╗.â¬\x0F\x14E╣å/É.\v¨±\x7F"
  b"Ú\r\x03)©¡B¶¸!Ѱ\eWÏè"
  b"2„\x7FxívL뛲™÷O3z-"
  b"»<u„DeMЯB\x01\x03Y#¿Â"
  b"┴e\x07@ï*Kµ┤¼:Åÿ─D."
  b"¹─ì{)ı@§ú<íÕ╣\x15ìã"
  b"ÝÞXzS\x14DØáØP\x00\t.í╗"
  b"B«qªÀëM9‰U+ñAYØi"
  b"""
    ?f&[¥_D;…×/(ÿh\n
    é
    """
  b"l[\x00¿Ï\fAõŽÍwA•âD¨"
  b"ôô_Ó├òLøêIY\x1EqËü3"
  b"`X)ü^ÌEHù║d\e\x05\f"
  b"""
    ²\n
    N╔\n
    <M·æ▄┐\tü╦sÆ
    """
  b"\e\x07pŠ¿TNeŠ5E¦‘ªè "
  b"׎kI(UO<š”/åú':j"
  b"£V$z°·N\x06µLqÄæÎîå"
  b"Ø┘8\x7FpdEìÄ3mÍìA'D"
  b"Û¯¬µä┴JìÆö\x11S¥Ëô'"
  b"""
    \x19Gt.E"Ä|%ùÅ┼\n
    ©
    """
  b"\x17v¸jGršlS¯Õùo "
  b"d'ŠnSICœŸxÐúá¹éÊ"
  b"m›„ÆÅ\M\x7Fªz—ÉÎéʉ"
  b"""
    QŠ\\n
    +ÒINƒáPú\t‰‰½
    """
  b"/)I\x14ZëF╩Åw?è@FYò"
  b"""
    äU\x17HÎEJµØ[È┼\n
    ╝░ú
    """
  b"cÛx\x06ðƒDpÑÔ¥d)ó½ü"
  b"ªí+¾\x1D\x06O¾¬tÐoí¨\x15 "
  b"¬³xm±}DÀ°4Ïå³ò°~"
  b"6U¯d¸<Aª´\x07¶C\x1Eãrñ"
  b"""
    ^))\n
     ôJ7‰\x0Fà\eŸÍ©á
    """
  b"â1®¯÷°BnüÞQ\x18k─«"
  b"‡•ò nðL\x1C˜úïö\x04ì*\x11"
  b"ì┼y¼`õMåú`{_Ö¢çY"
  b"æ\x12ïï'†@:¾0m– ÚÜ>"
  b"Ùv$ÍÍ©EÿšÈ^\x17­ìvÆ"
  b"üî9Q░3N¦¡vÌk4\x0E\x12¡"
  b"■6êY\x1CñLyÅAhW<┬:E"
  b"ÐØðô1*MÏç\x7FLâXÝä╠"
  b"¦¼DƒoûAÙž\x7F\vöZ‡§"
  b"I╩²┘VÉM┌╝\x7F▒rÂ*óu"
  b"o#‡?óHBk¥žd`YÔ@8"
  b"üÜ7èûªKô¨Òåùr8Íà"
  b"Çá­gÖ¢K\•\x06úJƒ\eÜÉ"
  b"åîn¤ž•Nº Ðqˆxˆ6û"
  b"\x10É;bͯC»¢|W╔ýd\x084"
  b"TsPÜÅ\OZÁ\x0FBÛÉk²â"
  b"‚&CÍ_qD-¤—"ÀÉ×Å$"
  b"’â\x03t‚\x15K|˜ T4Ä\x10Pr"
  b"""
    \x1Dvg–*¸D®³\n
    a\x19©\x14\x11d
    """
  b"lÏ>■╝lJÓÅFì\x1Ft┌T\x1D"
  b"""
    \n
    ÚÁpã¢JÛ½\ró­\x15Œy©
    """
  b"k{\x1E"2ýJjƒi\x11˜®ñ{D"
  b"""
    Û\x11~ñê«O÷Šºx:\n
    4BÖ
    """
  b"‘Çu\n\x00L-­ê&veÃwÓ"
  b"SYˆ¦yšMñšt†\9„é_"
  b"q0Dÿ½Ò@0·\x02\x01P¤;6s"
  b" -Äü╦tG║¢<´«öyä9"
  b"""
    Èæ¦Z)Ç@Ã¥÷YJÛ\x1E\n
    ²
    """
  b"\x1Ex\x1FwOQKïîÙMɺ\x11î\r"
  b"c¡2\x11ö1KÌŒ°Q\x08‡¥óÒ"
  b"""
    lм1\n
    YO¶›¼\vv\x1DÒk 
    """
  b"µÆÃÍšéFu¦nħŒ¹:ã"
  b"\x13Øâ±¡\x02Cx¢\x05zJùßý█"
  b"0n5gû«C\x06‘>äqº “R"
  b"\x024¢Z¤pBùŒÕÊí>r=)"
  b"ý¹ÀU9*F\x06šÙeÍt\x03`n"
  b"†»5K +IܾÆíBò˜ß\x02"
  b"­EÜ\fMÇGݨ\x1D\x07 çþÅc"
  b"\t…¥\vF§¤æaJ¡†rM"
  b"°\x00½\x06═$Bµüqø \x12\x13█ÿ"
  b"\x03 \x0E┌)ÒO¯ÉP<!/^▓\x00"
  b"t`ÑÜ£ï@?‘Ì\x15Sœ]°i"
  b"»Œ”‹$\x11@©¢:2h;\x01ÚÀ"
  b"\x1A§╦8╩O%üÁ{í±Ìà2"
  b"»wQˆRÛB>œJõcyrçä"
  b"˜&©†‡8C.µ\x05uÔqÒw¹"
  b"{\t\x11ýŒAI䘼óxªD@O"
  b"ÞòÇïþ!Knœ†2aðuÓ\x15"
  b"l\x03rÀíªJð¤à0„ÒW\x0F³"
  b"aj\x1AËæ=HЯI2]ŠNšâ"
  b"^ã¾ÞÓãBräQõü\x11nþ┌"
  b"t§àÑÈÿDÏž\x08$é[„ É"
  b"c¹þeרO‹ŽÙÀÔ\x15\x03"
  b"Ùƒ¼¦X„O_º¹¸Ï\x0E¡ó¢"
  b"û&ÇÑú™C5·¥æÅµ‚Žª"
  b"ؤÆ^-\x14J›ºv¶wïp?»"
  b"‰î%f\x08vMx©aU™6|¬ä"
  b"Û¦Íú"ÕN¿±à¦0Áj¨°"
  b"˜7ye»¥H¸”J‘á/Äy€"
  b"³œ?R?’HûžOx\x03—P?Ó"
  b"mà2£¼·Dj‚\x152;IÏ1¼"
  b"iƒ{éú\x0EMþ▓Å_Í"Úu¦"
  b"vH?‹ü±@E¦\x0FfZ`™Ó?"
  b"[!)¤œaLеnpú½f0Q"
  b"fu\x025¸†Jo¯dÜŒNúÌ<"
  b"‰ûÿ»ˆ·E\x12Šé\e\x07U_²Ÿ"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"üØÇ=╠═LÒÑê`U?a+*"
  b"†¶†—ŒÆEÅ…ý\r‘ãº`^"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"║~Q_‗ØA└▓Fß\x02NR╣³"
  b"\x1EûÌÃÃãG]ü║Õ\x00¯?*/"
  b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17÷"
  b"Ç›7TuFGâ·mv7ƒœf¬"
  b"o\x03@]\x17†Eޏ£yc¶Óâ8"
  b"±Pa\x076<C"£\x10üfIsTõ"
  b"¸BW~\x10*M\x10üAÌè┤\e£0"
  b"V¸╝é╣ÿC└Üèüb-ª├õ"
  b"õD²üÁ«L\x07û\x1DëîÙW\x19p"
  b"×\x17ïÈãpGý©Zg3#Ú\x1CŸ"
  b"┤x²ü■zOÉ©PDã_[¥Å"
  b"""
    \n
    Šì\x0Ek\x04B<‡h’‘ÞK$(
    """
  b"î,\x18╔┬­AH▒Éw\x02BOOA"
  b"¢p´&?3Nhˆ¹#)déás"
  b"[QÐØe╩@eñÄÒ@`T\x1FU"
  b"\x06┴ú╝\x19░A╝¼?ðî2ÕØñ"
  b"\tª\x16è\x01ìF«ñ¹º║)e2┘"
  b"▄âC\x16¬^Aüå\x1E├║Âÿ>\x06"
  b"¥Þ·ì┴┌G▀ôãı½┼Q\v^"
  b"\x02XÓ9< Dåì¿d]Dý7▀"
  b"a?Èÿ%´D²«5\x16…Õ½\eÝ"
  b"╦PO¶6VCÄí┘<·üIªà"
  b"\x0E$¯éD╦çª\x15üv╣´‗"
  b"┘þ"ßkçG\rë~└\x19─WìÑ"
  b"""
    ÿ\n
    E#Í*NŽ ã\r]ðôaô
    """
  b"ù═S"AäCåÜ'Å╬\x08«G±"
  b"‚¦U„Y\x17A\x03°dáqm‹*‹"
  b"çÖðÆ4OGó´\x11ƒaÄqÜ?"
  b"|ùé\e\x02>ICŸ-\x15l|»çH"
  b"£R┌ü\x01HCÁ×\x03└Â╠ªÙe"
  b"N?X\x01\x1AqJjÆÃÿøqü│ï"
  b"O2 ²ƒ&DØÄ`ÞnµÐöç"
  b"Å\x0Få\x03¤åA#áñ┴\x0E\x19[©+"
  b"ÌÁ‰ÒEíF£¢ú¬E@½Àª"
  b"/iC- \x01Oj„ñîIJÖ[Ý"
  b"\x1D9¸Ç[âHO‚VL±ÂžÒ|"
  b"dŒ8*\e\tKưB.û;Ë>\x05"
  b"'ý'}rÃB}½Ñç]T¿É†"
  b"█)¢╩É\x16LÆ×òÌ'¤ÿ¦Y"
  b"\x12h¨╚┐ÉBjÜ_\e│#EHm"
  b"\x17±g╣²*EúØ:çÊúµâW"
  b"""
    \n
    û#ܵºCÁ¶ÂgªUCÙL
    """
  b"r´ ùžžN¾¹\x11s–¶\x06¡H"
  b"ôi‗ÊeúC[èS¨À=Ü É"
  b"¬68§›óCܼ›äF™Ý»µ"
  b"┬╚»·ßÆ@kìË\x1A\x08´T┌F"
  b"\t2fsB(®„\x1D\x12\x19ÁB\x07"
  b"uZ\x1Cáú•DÕºÕÑx0R¹V"
  b"-T╦WÖÔJxª¦\x0EïÉ@àý"
  b"kSt■-üM\x18äë;>\v}M4"
  b"~äiÖ±'BE“‘@Œÿ$EL"
  b"\x17\x15\x14oMþ»Ô/áÚ£┴µ"
  b"─;¹┘ü╦H║ø¦6j"N\x0FP"
  b"?‚y$_˜Lõ¯~ãßå<¡‰"
  b"""
    ˆPæ¼ÔÔAˆ½\n
    ´7&žªâ
    """
  b"±–\r{ã™Lܰuw1‘I\x19õ"
  b"Ò\x16X7ž/HÀ‡4Câ¯Ûî¨"
  b"@e='ÓîKP³vsðJ*RØ"
  b"\tRàC¤§Ijå¬xì¸cJ<"
  b"¡É.\e¶{I§Â÷J¸CûÖù"
  b"*d\x15­ØÏIní▒çI½\x1D\x18\x15"
  b"8Ÿ‘°)ãIj£À}2`!j\x1D"
  b"""
    Ný®%JÕE‹¾\n
    ¿X.6\x15­
    """
  b"²ç™4t2E\vˆ\rßÛ8"¡Ò"
  b"”†ÆÆ\öEñ Ÿîí,\x10ç°"
  b"#ñ?vÉ\x12FÖ®šiË,jݧ"
  b"lVØ\rYÓBÛš#Z S=®Q"
  b"Ât\x17B\x185Aý´±\fÈ>=òŸ"
  b"ËB,H┘ÍN¯êÉSƒ¤vlÉ"
  b"[G─àd╣J\x15¿~┤\x17wÉ©7"
  b"┬ö^╣\vEHê®FÂ\x05jxü‗"
  b"¡qÔ%ECFÒ£Žpqú„Y×"
  b"Òn■╗ªºMÔôØÕA¯1+'"
  b"║òºÌæzNêäØ\x10§\e×\x01}"
  b"íl‹ð64L¿®;&\t¤òPÔ"
  b"\«ìjFÓLtØ\x19\x01h½Î«"
  b"\x12j5œªGÝ‹U\t–>9œ\x1F"
  b"@Z²ƒÕ`Eõ¨\f°KbÓæ¹"
  b"oÊy\x18A€O|œ4],ëhXñ"
  b"õ¾\x02‡IOBR‡µÒO¾ÓË+"
  b"Ç=V\x16›—F¶ŠÜd\x14"¨‹}"
  b"Ü«0MxmBS™ê@‚cªß\x0E"
  b" ¸=0xÜBØ©L\x1Dó LÕ¾"
  b"""
    Óyï\x08\x1F]JÊŸmQP× \n
    0
    """
  b"„O\x10›qdE"€N¸\x14ìo\á"
  b"í¾†Õ;"O2“\x1Cvñ’w#Q"
  b".T걚\x1DB\x06¼\v›Á\tP/\f"
  b"Š{'Šû\fA\x17Žq“åµER8"
  b"q\x13\x00ŸÌ M/¥Ú-]¦`g9"
  b"éXÛÈî°N–§a(ÔUñi¢"
  b"kuT¢*»O €'ž\x02Šø\x1Eð"
  b"3Ë=…B¼OHŠÄÒ)\tÞ©Á"
  b"¬þ¹y/ûAs®ü‹±µæà "
  b"–U€Q+•C3²+bŸ\x08'\x0FT"
  b"¦³\x00¸küH\x0F‰Ñt—`\x14\€"
  b"Þ\x00¢aêÏ@bÑ"5Óø\x11ü¤"
  b"\x1FËÌExÂG"ü¶f|þ│\x0F0"
  b"–:ÒóHŸBÂ–ð‰«´Ÿoæ"
  b"L_t\x08LžJh›õ¬^i30›"
  b"ßQ*Fü±J¥ª0¡D\x1D.õ}"
  b"É…p6·\x1FHQº:¸ ç-H\x07"
  b"""
    \x17\x03Î\x0E\x03¥Dä╗\x03*fÄ,\n
    ü
    """
  b"VI║«W>DIÉáWê'1z`"
  b"\rN£ðnFLÍ›t%•K„ÚÅ"
  b"Ím\x06¿Ë¤LŠ“\x0E\x1F²T\x16"
  b"wXtÅ\x1FÙ@§€]%\x1DµE\x15Ê"
  b".@ddwäA™¸ÐÐnMrê"
  b"`└TÛvØJÚï\x06ÿTwÐF┘"
  b"5bÚ\fOÎAJ·GN‘õË\e-"
  b"Ø\x11<&3ƒIrìðÌ·Å\x1AÆS"
  b"÷\x03KܧÑN7‘·¹\x07V\x1Ez1"
  b"Åþæ—®ÓH£¸X\x15\x00«\x0Fá“"
  b"$ìP ©NÊ—ÉÛ[â›ÌÐ"
  b"""
    t\x01z\n
    XLOÐà+Ø~3AÉp
    """
  b"╣E\x13{\x1EÖE;«Ý│┐$øØ\x7F"
  b"aij»N·F]£ßü▓╠[─Á"
  b"\x14\r°cÏ\t@\x11¹˜23“±ªP"
  b"j>¤A\x11à@à€Ú@îDƒs×"
  b"Åû6ÈrÓD>‚\x19ÿïÛ\Pé"
  b"Å\x0F\x0F9M”B"¶îï\x07(ÕÆ\x08"
  b"\x01è»\x18█Ñ@úìDÄÕN╬┤├"
  b"ˆ@•9gwOªŽ‚BÆCùªë"
  b"1÷┴┴ãÉJ÷¼âBo¬\x06O\f"
  b"Ž\x04n5l\x0FC\x10ªHQ1÷¼W("
  b"2\x1AÜù«ÏL鸬\x18¹\x19Ï!Ð"
  b"«”R…ímN_€°î\x1C\f£ë¦"
  b"‚díX\x1D^@NœÐZAém£"
  b"\x17þ\x15£²pE‡W£©+SdÛ"
  b"ÿ¨ºz!nNVؽ\x19xmsàÖ"
  b"FéðÚv«Në¬`E³`ü¢x"
  b"´\e\x06═Õ±KıÉ╣Ç┌|ÙQk"
  b"ïGõÊdÐO͘˜Ñ\e\x1DÇ\x15l"
  b"EõO?Ï¥Bà™Äjg<¼\x16î"
  b"g¿1\x01u¬Oý¡€ã&ÌJ\x16¨"
  b"xÌú\x18\x195L\x18ˆ^\x1E¿åÒÕø"
  b"═&ã\x16¡\x19KvÉ4!└u\x1D:\n"
  b"\x16íWïfYOÒ”M\x13ˆúÑ#="
  b"G┘§¡à╬EØ║\x1F]''ù Ô"
  b"3çµ{+°Lݲ™\x17v›^\f,"
  b"V▄┴¡┐l@6ò\x1Dü¡■á╦T"
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b")”%lO\x0E@¡„­g£¡&â"
  b"ª\x106]„ÅOH¸ÖµÆa\x15\u"
  b"ïÕ«S\x1CbAwÅç■7¼ Mö"
  b"ìœ4b›\x07E\x00´ìZPãªvg"
  b"¯³lŸâcNˆœ©ÏB\x07BLh"
  b"ŤGa}­I\x16ª?³“‰v`”"
  b"”šáŒ%\x03@BªO\x0FÀ7/\x04p"
  b"\x7F9\x19Ob├Jûƒï¨cÔ¥tØ"
  b"@w'=aCBÆŸ\x15M[ùšÀì"
  b"gïðêî®ER½4š)»Ý\x038"
  b"\x17}¢¼€wOR Û|î+ß8B"
  b"""
    \n
    C§Ió­«Ë„R㉢
    """
  b"""
    ï£Mü\x14TN\n
    ˜‹š~B" \x17
    """
  b"\f█ý ÓÆHæª╚I>aHØq"
  b"o'\x04GSkM1·n‚›V\x030\x0E"
  b"ÕcDútüF\x0EªÔ\x02§_ä║▀"
  b"y4¤E\x1F¨L\r›]™\x1D)\«ì"
  b"═▄É,ô«F#û@Õ╦\x06\x16"
  b"ø(¦ÚÞ¢@z›z\x06\x06À\x07W\x00"
  b"ÕsQöØ\x02BØ¡ awòáAÉ"
  b"\x0F¨5CÝïDy‰œ\x7FÜ\x13ž\x04ñ"
  b"Ÿ\x025oLðEq‘å¯üšiÛã"
  b"ŠÎ\x1E]ЕED¶-\x06þÕáóŒ"
  b"\x14 ‘y\x0FBH©Ï“FR°\x03"
  b"û8qY€>OF©+PåM\e"
  b"à\x10\x1F¾K\x02ˆHÉ'¨w/i"
  b"÷Ò˜ëQ5HãˆÊ¤^Œþ''"
  b"WmµŽ4ÀH‹™æYKF—ør"
  b"]óe¬Ë$F\x10°Ïk&ÖØq·"
  b"Ét#\x0F¸ùJ‹»×ÅÔ^ÝÃÁ"
  b",u├o\x02iK¥ƒ\v\x07ÌÖZ"
  b"t®ÄØGúN½®sB<\x11il—"
  b"YÄ[W.<BpŸÝá¿–+üG"
  b"ØX\x07ó©ŒB…¿4´’jä>\t"
  b"å \x1FU¨ÔMàŽÄ3û%¸·—"
  b"\x05‰/›w¨I/†\x19,\x11™»šî"
  b" ¸™gÖÍ@ׯ\x07>ß=\x04"
  b"B▒Ý;ü¶Lu¡╝Ôø}±]F"
  b"·Ã│p█*OñÉ¥┴t$ßæ‗"
  b"""
    œ½QO\vÊIÚ«qÕ\n
    øèý˜
    """
  b"™¦ê{œJMU¸\r\x06P$d\x06Ì"
  b"ö ­?ÕÜC\x00¯U“í\x13Kο"
  b"\x13\x06Eû¬zGR¢©3‘µ\x07 \n"
  b"═┬4VÅÕJÓ║D ÏDı:H"
  b"C´»=Ñ\x05AôŽ´\x14¶uñÈÖ"
  b"´._þ\x0F┘I°îØ┬÷ú└\x02\x03"
  b"\x1Dû--äSL~Ÿý"­»;;\x04"
  b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú"
  b"Ns¨>¨ìBÝôà~T½Êhø"
  b"\x13|\x12\x12FØ´?\x05¢\x16ÈÚÓ"
  b"\x19€]\x07O™¼S£³Wu\x11"
  b"£ü~'sô@Åì‗ªÓ╔Î\x14"
  b"û\x15Gc5ÀM!‰…Ù\e³»¨J"
  b"\WÍ\x00<iM\r‚½Ú¡½~Ý\x0F"
  b"æ\t@Fé~C\x14œ5®…{b\x03É"
  b"בq$KID¬¹’~\x01ƒþ\x14q"
  b" Ð=ÉÀÂKðŒ¶\x19/D$Âþ"
  b"i\f\x0Eš0ÞOƒ’®+Q1¬p\x1F"
  b"à\‘´…ÇCv¬>®\x1D1xüÿ"
  b"‹<7\e\x10¦Mܺ-·Ã\x1F–Íé"
  b"×_À¾Ê·C$¦çµ¿Š\f)\x00"
  b"¡¥ßje7E®¥mèÛg\x12>h"
  b"(\x00ï▀Ø\x07F‗£Ñ!Q9P\x12®"
  b"╩ëç┐ñáN$Øs¨sa▓ì\x12"
  b"""
    G„1ª\x02òE‹ŽŸ"A\n
    ̲Ž
    """
  b"ú«\x0E{9>M(­ÂiÏþ\x06'\t"
  b"–ŒCýjZ@„«2Â\x7FÊóŸY"
  b"\x07y┬\x1EÉÔJYâ╗\x19┤R0o÷"
  b"J¼›¡7ïFt´GuøzÞ^\x04"
  b">DõdäeBÒªeJ˜1Íý´"
  b"\t(û!C1 ä4DbjNP"
  b"þ\x1F0b\vUH\x03¢Lì{­ß©Q"
  b"\x06´ˆÓ3ÈN蠎̵9–ö×"
  b"""
    \rTtóØvEU°éJ©\n
    …ÀÒ
    """
  b"Ã\x17\x16RM»N‡³ }ªH÷\x15§"
  b"Š^\x15JÿûOÒ²ð\tz‘37o"
  b"¡ƒ\x16ZæLFçˆ\x07ΠÌÛ>W"
  b"""
    ²ët│2EH‗ØÇ}Ø_\x12\n
    H
    """
  b"\x02ÂçM†\x00K\f±šg»F.è9"
  b"‰«\e^¤šK0­¿\v|º ‚3"
  b"¯6\x06À¾\x14I╔ùß}0Åù$¦"
  b"èUO8¦ôNh“]ö7™ù>]"
  b"„¼.$[EO›”#Ý(Ã\x08ä\"
  b"åŠõÄWøJý±Ú\x19³²ç\x16q"
  b"Q7ú£Ã╔EhØðz¸aJØ("
  b"6T\x06¢ŸšA\x1E½!Œ¹ÆÎyÂ"
  b"d0[ëß«IÝ—\x04ˆÌñãö¾"
  b"3‡\x12ƒt~B` ‹$y~UÙA"
  b"¬Êaq\x03eA\x13±\x07<&è\œ'"
  b"""
    \n
    9\x1E{@ ‰/78;¼Ïú
    """
  b"\x05\t░I\x0EìFM¥bG╗pÐÇa"
  b"ÜôÉZk\x03K`‡€}zåð\x104"
  b"ð(Ž\x01fýDŒºzcˆ;si\x07"
  b"‚€²|¤9M>§ÿ"¤‚΄6"
  b"\x10I=:ôCH#¾Y»‘@^£0"
  b"‡Mº'½°L¯¨µNÓîænŽ"
  b"³¢Q'\x17õG}¹>&‘à¯Îd"
  b"\fÄô<f5OwɽÁÊ┘OY0"
  b"ŽYZù½êF(ŠóLë™æ½\x12"
  b"0\x07Gûz Dr”§’7!OK…"
  b"f\A\x12sàM™®Óˆ‰\vTîÐ"
  b"¥p½Ø\x16\Lc²S\f&ƒ²Íõ"
  b"²µêôy­N¤‡f\x03ðO\x18\x14ô"
  b"""
    D¸Ã0\n
    ÊM¸‡ ªØ<´\x15ˆ
    """
  b"║!\x15Nc1L`ªü$\x14ºè«╣"
  b"£í¯u\x14ÄBD¤€‰ŽÉá1Ö"
  b"¤£\x19Ø\x19ßJ]ƒÏ[Zø`5ý"
  b"ÿEÓ\x00ÙÎG'¸\x12_¨a/){"
  b"\r\x1A╗G\x15Muº¿╣░ü╩├ "
  b"Ö:_z™V@o‚ˆu\x110X¹Î"
  b"Mv\enXÀ@tž\x01RV^"„r"
  b"\x0F[L\t\x1Fñ@휫?Ÿv)×V"
  b"\x06Û\x00nM\x00¼Á`cÍ_\x05\x1F"
  b"o‰û+Ø\x11D‡€\x00»Ü\eZÚ¦"
  b"\x14 1\x12Ø.E$èf└Mþ¢#_"
  b"""
    äÓ\n
    y\x1EUFÉ•eK³wÈf\n
    """
  b")\x11'‚vpE‰—rÙWI}\x03E"
  b"’+\x15Û\x16´OôŠ“:^w\x05ª…"
  b"\x11üxCÂ\x04K_╗µ}│/§úµ"
  b"«º\¾Ç\x18C4‚–Ze€õuU"
  b"\x1C\x07M\x11\x12*A┴ì9àäÂR╚Ü"
  b"þ¥(®Û—DÒ½|º\x18mH\x16v"
  b"†gÑ{\tæA=¿\v¼ÛÒj,š"
  b"޵´÷C"M€¿º$‡‰\x11Ò "
  b"ªÒX굪DV·ñ=\tÁ«üŽ"
  b"éœx¯]çHö™KX·Ç\r“Ì"
  b"\x19,ÿ¦ð@\x1Eƒ\x14ý░\x10üá┬"
  b"Ð)ý\x1C›KJ`’e\x0EͼK#$"
  b"!ÕùNI§MƒˆÓ+ä\f¡9_"
  b"“~ÄœîSL­¸}ª\x05ˆ½ÑÄ"
  b"F\x1E\x13^ôXF›·âL;Ža£ó"
  b"…8Ñ•`íAQ»°Í\x0F\v))&"
  b"`^Yu{\eHÞŽ/\x15GjXGÀ"
  b"@Å3\x12vXFÉ¡ÝV\x10f\x0E’C"
  b"E\x01Á÷└»C\x02ê<ä\x00ɾË×"
  b"k\x07Ô_ƒ\x08H\x03•’¢±ø?B\x06"
  b"§ÊØI÷\x02OÉñ7;ù\v\e"
  b"ww\x04öämAÎ…Š»¾‹§î@"
  b"Ò\x12wç/1O”¬\x00Û\x04ʘÀ?"
  b"ÜE╔┴Ø[@¹ÁAÌ┴/▄&Û"
  b"KMõÿG2GÙü┘█¨¿/:>"
  b"ÐO1ÄëùJ■ø├1wÊ0ì╗"
  b"7¶╩╔\x08▀@ÿßܪ░Åá·"
  b"©]…óÐ+A> ‘«m¦è`="
  b"TäÎ@&ŠMÉ„Òÿ.“\x15¿Ð"
  b"l}ûîK–Bô‹¼Ìý½7¬È"
  b"\x11 u\eM\x19šB\x06”O³&÷"
  b"Ӈʒ&vLù¹"Tïq\x18"
  b"ß\x01„ \x06ÐIY‚™\x0EÒ(4+á"
  b"#¿è™ÖCB\x1A—Pt¨Ó1Ü("
  b"ðÝ\x17‚°×Aš¹× €iÛ‘¨"
  b"%âww>╬A,ÉLÒÌ┐|¬S"
  b"èH“‰iûIÔ­ë\\vEã„®"
  b"_¶w0zÕBð„ž9]5°\x00d"
  b"d\x11═fÂÒJ\x19║É~ôܯ>\x13"
  b"\x1DJ<Y8\x18Otï45Å├°█¢"
  b"½­íë\vÀN\x1E«‘W0\x1DpQÏ"
  b"\v\x7FëýÈØF$±M¹/â‰Îê"
  b"A;hÖï$C§½Š‘îPÿƒ\x15"
  b"EÂöîHxEÌ›j¾V9\x10\x1E"
  b"\x14éZ\x02ã\x7FC\e¡Ý­ƒ()\rþ"
  b"Áì£`├¾O\x1Eà¬Ý!i╗§ÿ"
  b"DÛ═h■\f@fì┤░âß¿\r4"
  b"£5\x16\x10³@þ™xjæ|[^»"
  b"‹â²ÙáéK\x0F¾ú†íLèŠ3"
  b"""
    \eVã˜Ö÷DL£\n
    ·ÊÙü\v
    """
  b"¢rn"%DJ|µ©ÙÌ\t»ó$"
  b"!>7M3\x00K,½ œÉ(›\x02£"
  b"’–ç6´GD!¹œêƒ™\x0E4\x00"
  b"$▓þYùèH\x1D▓ت┘ó\\v&"
  b"kœtå\fäO„¿L\x16\x06í\f\x10\x1C"
  b"ú˜³ãðMN3½÷JÛb­—\x07"
  b"}kX„g7Hñ„™Ší\x7Fšª5"
  b"iÞú<¤ÒG­¤\x19âé*=£²"
  b"""
    \x10Õ\\x02\x1D¦Gº²\x02BùD¤\n
    {
    """
  b"ñr«Si▀B÷®KØ\e▄ùy─"
  b"ãÔ¹SånE+‰‘í.3\x1C\x00·"
  b"│,ë\x1EËhH_É0 RÏv¹2"
  b"¥ŸiíÃ.HrœÀ”õËOdÛ"
  b"ýEÈÔÄqHšºWO5A þ~"
  b"´’Uê2SM0»[ûÄ\x123ÈÊ"
  b"íà’ªKOEŸ­\x18?\x00Å%\x15"
  b"\x7FÈ|ë3gDèµEMéiRÜ]"
  b"\x01:Ýxˆ›A²»LHð\x7F§4÷"
  b"?╩BØq$MS╝\x15fçç<V5"
  b"Ø&÷Ý¥wH`ªl*Â7\x00"
  b"PqSãu\x15@ÿ¹>¤}\x7FÓ'‹"
  b"ªlŒCaBH\x1D\x1E;y\x11ël‘"
  b"·‡`\eã˜ID§×ÌóÔED×"
  b"Û) tûVKZ—>\x08šy\x0F"
  b"§_±ò\tšDɵH¬nSŠs²"
  b"‡LÌ;Ë\x00F.¡\x03jJJøÓ”"
  b"ÑÏÁ.anH\x1F¯îm—9\x0FR&"
  b"""
    «ÛV.»æAÑ©’n\n
    \x02qÙ…
    """
  b"¸ÓôÖê…OpœZµ±ýG=q"
  b"K;\x0E÷Ç™CÙˆfbÈ“Ûåö"
  b"§ÐòxbÈMu«A™ð±u\x06ª"
  b",ýϪäœHŽ„Ó\x12t¯x—;"
  b"bå‹\x1F6ºO\x1E·ZÇu\x1A]K7"
  b"½Û:Z\x05ÙO\x08·”H†z#²º"
  b"#­sE\x18dMS‰1\x005‚Ñ\x01/"
  b"«Ûã<#xEÿ│Éè¥ÌóÚ§"
  b"ßF÷\x03×\JÓü ╬qè\x18Ü["
  b"ˆž«K\v,HÊ–º¨\x05<\x16\x01Û"
  b"ó\x12╗>îBêØ■╩«╦è!,"
  b"t\x18ë®oôJª¼þÅÝï\x7F#="
  b"\r?Ű\\A\x06í?ae+RiF"
  b"lÁ—­O8A[ƒ(*Ìe\x08"
  b"""
    \x1C{(ì\n
    ÉDa‘½i¡Èêò5
    """
  b"Aá£ó¤║H\x11ìæOðßc░\x19"
  b"Ï\x05ÚÛïÿIø“Ö–kWì.¿"
  b"ÛòJºÅFO#âB`\x15JhCà"
  b"3\ru(†\x05Cëµ\x10µJ–Ñ^Û"
  b"´M\rÅÉùCVÂ\v'×ÆÙ²\x16"
  b"""
    \e\x05\x06€‚\n
    D\x05†¸’\x1F\x1Eéj
    """
  b"kÛºt|êCÉêÙÅì¼xîê"
  b"\rètUO±J\x00¨eF>`¡Êr"
  b"/[G›À,N±²ÿ·x\x10A(."
  b"\x12]ÉçékK´Äk5Öé7¿\v"
  b"˜ÊMÿÄ\rK\x1C§\x06™ý\x1A\x1D\f&"
  b"óÐ[¤&THK°EXÈn\x1A£¼"
  b"ªŸPq{=B|ƒšn¸Ûñµ±"
  b";│Á{¥<J\x14¡\x1AÂ.ü╦°\r"
  b"\x07R)!¨ž@´¥Z£Ëa®Œá"
  b"·Ü Ýú­Mö•Ïè\x07O½J\x1C"
  b"RBÇí\x1AÃJ«¯§4jÅï4Q"
  b"lþު׻F\x15¾\\x1Ds\x1EAha"
  b"šd\x1D]ûçI\x04¾¸{%Þ3@ê"
  b"¶k‘·:ÅBD¨‘C>pB@@"
  b"\x0FãèJCδYD(þÝNs"
  b"ÙªÅ-£óA0ÄÕ{ª\tz)9"
  b"öÜ\x11ÃtÇL\x04•@¬\x01ï7\x15ó"
  b""ü~3,PLН(\x00\x1FöÆ"
  b"2\v<núVB@“náôÏЧZ"
  b"3©Ò¬ÆyJ\x13¢VÙ)X†ß‰"
  b"G%\x08ìI¸D\x07©\x0F_»}}èÞ"
  b"""
    D\n
    46║\x07Dìî╔á\]v*¸
    """
  b"G\x0F¼°ôaLÒù┌ÝØ\x01È┐%"
  b"µ»qN²ËFEŽ—\x15ë݇àV"
  b"({ßâ¡ÒAà¯\x1F6\x02ŸÖ$–"
  b"ýóTèx{Lr³\x15\tæå"
  b"Aáƒt2\x19Cp¼Ð\x15öW¤\x1F±"
  b"¦Ñ€8güD Ÿë["Æ´Ïa"
  b"\x07\x12Å©uáMº®ñ²ºmƒ]ö"
  b"¯ù›\f ¬F®­ñ­ª±E\x02x"
  b"ý│ÏÍ\x7F=MßÉ▀áñOåAY"
  b"\x7F\fé=~\x1CDu’8×+¹E\v\x1C"
  b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14#"
  b"w\x12WËð¦C½œ\x06ïi[‹¥%"
  b"zÕn\x13׳D颳ÌHË\x00"
  b"ŠˆÆ/‡¤D,°\x19Ê™w$÷3"
  b"Ñ\rLDÿòO Ÿ'‡~&%Æ€"
  b"M\x12ÑY¥ZLWÅtı«B\x116<"
  b"ÏÒ Ò!¨JaÉ©Ý7åD░A"
  b"œ½€«Ô+C¦€Ø}ïyõúU"
  b"è:çß#—@\x00¤\eÑí3Z¦í"
  b"×\x0F¨²lËBö˜¹\x1F‡C1–¶"
  b"ÞÁ\v_.¦L‡£Úy,\x06ÂlM"
  b"E\x14O\x1F\x00³O¯¬GPñl\x02\x11Å"
  b"ÑÓˆ›ià@A·\t¾ÑÀ\x0F\x08ë"
  b"\x11·D<\x12wG\rˆ–Î\x11ÝPeN"
  b"˜µÀS³\rLN©î\túªôÐØ"
  b"øõ³Ñÿ^My•^\x07ö\x03‘)+"
  b"þ#\x07\x18ÀmI>»\x02r“‘\x03"
  b"2\x7FŸˆä¿IὯ\r{uéå/"
  b"Ø*¸F┐¥A˽W¦\x1E\x08º ß"
  b"EK&/ÅvG±▒ã\x1D╬"▀\x05"
  b"ž$G”ñNMÆŸ\e\fíò‡O˜"
  b"\x19À\x1Dhƒ£GW¬£0f7]pM"
  b"_\x0F•…+[N\x17 d¼w»w»¾"
  b"v´ùÍL“C´‹ê¦\x07·ÂÜá"
  b"£)£ëÌ\x02L°£ßvoõQ\x18"
  b"ÍþÍá\x14ŸC\e–ŒH]Ü oÉ"
  b"vSjnƒBGÈ…®æ¦â‡$ó"
  b"]è<CRÐJ¿»pØ4]ÿ´²"
  b"^?¨\tÙÂFȧü—íê\x1E"
  b"¢ßõHRèH½’†)çFÄÑó"
  b"µÉ}Æ¥ÒCû┐Ê\x0E¬ý$^{"
  b"¼=fã†\x01O\x07žÄ9Ú\r\x05\x14½"
  b"ü¤ãv\x7F4Fl½\x08Ë\x1A@ëÐG"
  b"èd ö░¨BGÑØRÜ3\fê╠"
  b"\x12\x7F¬\x17{©B£¶Ð΃|»Ù’"
  b"e\x14y”5¦F^¥ŒÂ\x04;ùë•"
  b"\r‘…üÎ÷C™ŸÊ\x14àº×ûÄ"
  b"xêìõ35G(î1fíu6;Ý"
  b"\x1C*nJ=ÇJZŒYäoÕ&þ:"
  b"\eCý.×ÌJ3ž^9¨Ÿº<ä"
  b"K¯‹ÓL\x18F}ƒNß1퉗\x1D"
  b"é†j\x10¢>D\x1E‹’š\x035AÉN"
  b"w\e┬¦ÇØK╬ô\t»F▄\x1C"
  b"aO0R:>EÄ╝$É┐▒Í*À"
  b"«8\x06Ïœ‡KKŽR››&Gç2"
  b"ï\x15åwì╠AÌüÉ(}%ºEé"
  b"›9™ä¼†L﹈'Ù÷\x07\x16É"
  b"\x1F·;ã¡\x06B▀Á■­½)ü¦4"
  b".R\rì\x1EåA\x1D¢©\x1C?6\x18\x171"
  b"è¯Þ¯b$CÉë\x17âJp\rKi"
  b"Ï'ƒw™›L¼‡F¿\x01g9Ãj"
  b"ÂëÁº•7G·†3¿•(—\x17Y"
  b"\x14ê™JB-¾OãÑÇD@3"
  b"3LÕ\x1CTlA‡ƒNÞŒ3ê\x19Ï"
  b"ÎKò9‗¢HLñ\x06lİØb\x02"
  b"é\x04xùk2F╣â vãLÉ,\x0F"
  b"´é.š•¬I\t\x05øeÒ_ƒÌ"
  b"—KDì{£MÆ´‚ÜRèÁðq"
  b"\v\x16\r\x16,OÏ”£´úÂ`[\x16"
  b"-€\x11sL\x05F…—\x07‡jâºÌ¿"
  b"Â`*ÿÙ DÅ™D^ý\x05Qûc"
  b"0\R2ÉÑA«‚©à‰.Û\x7FÎ"
  b"\x1Dƒ'ƒMsJ\x1D¼ÞJ2/'Z\x18"
  b"\x18\x14Ü^šàIm¡£ö(¥T¯\x04"
  b"itÁb[*Cù¯\x14ìa=%õx"
  b"\x00‡z\x00ƒ\x05Mp†˜)oåä˜J"
  b"P;ŠÎ¾4Kœ—GÖkíH£Í"
  b"jA¸\x13\x07•C/¹íé•\x19\x07"
  b"\x05(QÕ÷\x10C(’¾GȤ²ƒ0"
  b"\t┘˼ý,DÊé9HÎ8\x11\fÅ"
  b"""
    \\n
     "tôH_╝J¢Dkü\x01á
    """
  b"4\x10.rI\x16B¿¼”ÏÖdý5—"
  b"`\x1D®bl¬NkŽ|,\x01U=÷ë"
  b"ŒK!\x1E\n‘E\x00«Ú(KbÜ6Ž"
  b"04B\x02\x1C·HÅí}Y╦b░\x13X"
  b";¢½eT\x08G\x01¹ê¾ó¹.sã"
  b"\x14ñÌúZ\fM┘êµ¢>-ìOî"
  b"\x1A·°1û±H$‰¤Uq0h\x06"
  b"ÿ╩x4\x1C¯LéÁÆØ╩aÒ\x0E\n"
  b"'§iÜp\@1Ø*`äO\x14­1"
  b"„N7$$fJ„”uÿžõ7âj"
  b"×Ì#b‹ÄBN†M٨ƀ¯r"
  b"öã7-TÈGìæ®║ñ\x13├÷║"
  b"^jÝ;Ö¸B¡–^õT½s\x01ñ"
  b"7µÝ\x1A*¦E¶Š·½÷/\x03ùœ"
  b"\x18æî\x1FE¹N\r¸6E)ßhµ·"
  b"\x1Eá\x1A¿®sMüâë#ÛƒHRz"
  b"\x15κ·¸QOz”;ÐFÈ9\x19Î"
  b"±‘–9ÀµNÑ´¦nÓ‡q\l"
  b"\v€-\tqõGǃk\x15S”¬ˆã"
  b"ÿõÁÞ“VM\t°zÝò\x01P§Š"
  b"ƒ\x0Eß.h L•¾º’^YM¥‘"
  b"í™)ÙÐ9J\x0F‰òPðÉ\x00*\e"
  b"ãn¶ƒƒâI}‚\x00i-•Açª"
  b"Ô®M╚û8FÅØdÁÄ┐cx\x01"
  b"æ\x15Éì ®I¹íR!\x03Û▀┌­"
  b"Ë4╠\x10\x05ÜH░ÿÉáÏ^\x03"
  b"‗9ı\x04Ö+DÂú+¡ıÅòX>"
  b"K¤Nÿ╚ÍDç▒Èç9║Ø«a"
  b"¾\rÀãê+F\x01²è\x1D\x03\x05(TD"
  b"ÖèR\x16“nGš¬!™g÷ŽÊ*"
  b"§±B¤\x7F{Iq—.\x14]\x1A<Qy"
  b"?;ÿ÷âÉDöÉ!\x1FO\x02>pƒ"
  b"Òì¦6╝¡AqÁÅH▀dæOw"
  b"\x14\x14ÖÕEn›\r„Þ«o~]"
  b"ÂlnfBlOoˆÈl͆µ\x03"
  b"7z®ÐÝüLðí░Wi-¡tó"
  b"SD‚is\x00OÄ¥yþt\x08Ó>ä"
  b"Ó\x14ô\t\x07KN!ƒo\x19\x14ðå¢U"
  b"k/…e.„KÖ ‚ˆ‘IÈÞ˜"
  b"F1ò┌sbJmüǧDº6+Ð"
  b"Ø\x01^╠w\x19D|ò9\x0F▀!÷¥Ë"
  b"³\x14¥¿%\x16M\x17“}\x05 “e‘""
  b"©ÛÅgTgCsñ\x17N½‗ÑG\x15"
  b"""
    •íðÙÃúOÿ°Â\r\x16\n
    Ý&f
    """
  b":íä]‚qF2£–_å;æði"
  b")n+ÝkµHغ@¦ó¢\t¨\x11"
  b")‘\x1FÅ®-B\x05Œ\t¢ö\x13»Ä\v"
  b"ûÝ\x17ÔçÎE±¼(>_b‘–ú"
  b"ðH^Ò5òN}›{ÈÜqÿn\x03"
  b"\tFNE\x147F\t… Y(™Š\x12g"
  b"\x1EH ¨L€J‡¾ê\f§\x04[‘\x03"
  b"ï:F<¬ìB═éc½wæ+:!"
  b"yÔjÑI–H\x0EŠ\x12Ô\x18wûÀ;"
  b"*@0ÃÕ˜Lø˜Ì\x7F+Îè Î"
  b"är\x07øüNIw▒\x07Êøè&Ìd"
  b"ì$›àUáBû¹š‹ý8`i¿"
  b"µV\rÉÖåI§ƒœÕ©\x00\\x10ã"
  b"º─½¨A4CÒü\f\x06ÌSX╩Ð"
  b"Ë:xQŠôGߺËUË]¯Í\r"
  b"æ|š¿å÷GX¶7\x16ͯ#¼Ô"
  b"?_Ã}hGO\x02±b|yF·÷õ"
  b"\x12MlßÚ“Gó¾haÓ\x07¥&\x1F"
  b"Ò£œÅüÕ@ËŠÏܸ¢Á\x1CB"
  b"­\x1C\x10ê╚w@\x0Fëw\x05Ò·|ÙØ"
  b"├ƒ\t║#ì@KºìE¨ÔÛ\x03ü"
  b"\x163ñ¹ÅvC@›\x04}2þ\x1E"
  b"±–\x15Ÿd0Mõ–\x08@\x17—1\x1A»"
  b"Æ|é┴»ª@Sì╚%\fã\x05"
  b"û=\x02¯2═@└üÖòÁLïÁ:"
  b"Õ”ˆÖDÁJû­\x7F{­í\x11á:"
  b"\fT4Iþ>IM§¯Ç…\x0E©Ïe"
  b"""
    ¶*\n
    kÂ"J!´6é'Õ¯N}
    """
  b"àúݨôÄHñƒ™ÛTÙ›å@"
  b"óß\x18Oì4A\x1E¦!j¤N‚4€"
  b"SŸä+IãC|œºb\x1FN›ò("
  b"ûÉ*É5ŒLó½\x01x\x02°Ùó]"
  b"©I\x137m¦O ¥D\fTbàòø"
  b"¤õŽ…\x05¾L©¬S\x0F¼Œ\x14Çõ"
  b"ò]Ùi –K“¶b+\x05\e'"
  b"""
    PsƒåVÇAä†Ü\n
    Þ\n
    ÙLÚ
    """
  b"Æ\x12\x16È\gL Àü┼¸º@¥6"
  b"ÙhOc\x01HG¸©Öu\x1D ¾¨³"
  b"~D{\x05Ô…K\x07Š|ÙÐ.wÌw"
  b"²¸§£3\x13Mž¯ö²\x0E…Є½"
  b"¹©i!Ù…J¯µ²ò…ƒ\x10R6"
  b"\wå\x02¬’IÍ’Å[\x03[„>€"
  b"Êðè╝Ü═H©Éº;ïéL░x"
  b"aà©À \x18Oe–“\x14c}’‰a"
  b"\x00©ì“È3K[˜ÿÌg€™NK"
  b"/´¬\x10#éA·±sèsá¿\x0F]"
  b"\vÙ+ƒã{IÁ†Ý\vBÕMŸ\x0F"
  b"\ro\x18I&âF▀âüGà█^ÛT"
  b"A¿éAV‹C„¡P'î0\_Í"
  b"S½×ö\eQKo’À"ÊLÁÚ\x1C"
  b"ÅËÐkwYM°„PŸ}#g½€"
  b"õŒ3Ž)6H\x10˜KQ!®äÕ\x17"
  b"Í­üùÑ©Jp¡´{kpw¦\t"
  b"§‡\e¼£°E[’O8üžP\r"
  b"\x0E@·:\x1CþC »(»‰¥“õd"
  b"s×■å2 @┘üD\x058¯æ▀j"
  b"¹n®ÍC‡Bx¯”Ýï0éßß"
  b"HK¼õY=MXµœ¼lPÓç²"
  b"c\x04Ò±þ\x07EN¢\x15eN@“\x04È"
  b"[d¯C\x07FA˼ó5~œ\x1CS\f"
  b"AY~åø4@\x1CÅËJ\tdµ´Y"
  b"´?\x1CúWxIòÉñ\x11\x0E\x03┴ç"
  b"P&Øä┴¿Ng╗¥█╣ëFkX"
  b"│]¢¶┼eL\x05Æq\x06\x04>╠╝É"
  b"í\x1Eºî0¤Jÿ•\x7FôXñÅì8"
  b"J@Äø³ CùŠ÷_\x00[Sß\x13"
  b"‗G½¦\x065Oeüø·?d1hƒ"
  b"\x04ÚE.y\tGûž‹ì€&@›["
  b"Ç—çƒÎ,D³µV^\x13J7Áí"
  b"D╝9ìÈöI¿┤X«¦\x12Iv-"
  b"ùÜu\x1D\x06A½µ'Âò¯þ/8"
  b"\x11A┬c\x10\x16HBÂ3åÔ│üê╝"
  b"áZ\x01vØÜDyƒ¸w=\x7F\x19’A"
  b"ÖX†¾×ME>”e\x06\x16’ŽWâ"
  b"Aá3ü¶tE_Á\e\x11Äf)/q"
  b"æa\x16™ñ\x01Eo‡p]4mnªg"
  b"¾£#”&ÃF+›H»ZÃ’ƒ:"
  b"▓Å1╩î┌KÊ×4¬\x0767\x1A"
  b"┴¹C\x00á_Afì"±Aìñ\x1Dı"
  b"\x19ü\x1A#\x06ŠD‡šÀVÁ/”£$"
  b"\es±áCĵ °Õ!˜ß…"
  b"g\x14l{aÅGô«\x14<\x1C\x0E\x1E"
  b"¨\x06ıè-ØA╣¥Wt,]½s-"
  b"¸!XÉð°Kg¿£█¬▓Yþ╠"
  b"{/T—±\x1DA‰­àH&)ËÔ—"
  b"¾┼hT\╗K}│q╗▄¨‗?Ø"
  b"""
     „\n
    ÚŒ\x07H\x19”¦d+¥{}\x19
    """
  b"Ú\x13{"ƒ&G=¬ê{-Ò\x19|\x04"
  b"""
    ëˬG©äB:¾Øê".œ\n
    Z
    """
  b"\x18\x05%¬ÝI‚º\x7F>Œ`hòq"
  b"¬8ÐÍa…Kâ—KÂÖ\x0E±„\x1A"
  b"~\x14L\x7F¬XL7°«ÆüKÍ=\x05"
  b"A<T\vý©IÓ®Êù\rw\f%%"
  b"1ipÅÀÀIò¬žŒÀË*²þ"
  b"CÜ£üÐ╠JÝú┐zT+çË╔"
  b"55ÓF‰(O‘žT öCš\x1Dì"
  b"J╬=|█×L$ÑiÕ¿ü+I\x17"
  b"Zëÿ¶¬ÅN3äÊú\v\x1Dþ×M"
  b"\x14EîéAR¯6"v0ÌAÜ"
  b"?“ˆE¹iL\x1E¸\x14¨ŠÐt¸i"
  b"9\rt,óøA,¹&Qw\x1CS\x0FÊ"
  b"\x18…,ºk{HЮ\x02ÏŽ¾ŽÜ&"
  b"[Àn\x13Ï|CĬŠc„n–\x19."
  b"Ôe\ržøòD€­.UÕ“\x1AÕ¤"
  b"XÒv·ü\x0EKH░C\x06/E\x06²╠"
  b"µª$8¡‚EsŒ\e«(ôT Þ"
  b"p„¾¶ÛæHàƒt;‹Ê@8."
  b"QãáikgN§Ø┼i×X[(\x19"
  b":˜+bC›A¦Ÿ¶ƒÔÐÈöá"
  b"ìíb>‚#@È¡M\x1A\v®¨‹x"
  b"\x1C/ýÝN©B:žÒö“-Œë!"
  b"ë¯\x11\x02ÆCõÉ\tRê+Ú[2"
  b"Àü8°±¿JÎÿ║d²┌êÞb"
  b"_„;§:.Dù½@„^µ\¦]"
  b"õ═¥÷?\x17LÌ©\tÅùÕÚX5"
  b"qÞþˆÈiN\r±ïƒ$ò5žÝ"
  b"#ç=«\x0F$NZ‹´¢ê\x16Bøþ"
  b"\x1DѶ\x00FªÅÌÒÆ$\x15ðÔ"
  b"p‰63â™L׉¢~g¿)‘¹"
  b"‚‡ê°\x03ÊFF‹‹ÛW*\x03"
  b"ëݪªDøI\x19ƒÅÎ\x07ÏïÖÊ"
  b"¹,+×4îJ¤©\x01îÂÉ=óÅ"
  b"z\x04W#ˆUO_¤¦EY6¹ûØ"
  b"#®f,àûOc¶e‰+jÔÈó"
  b"«═Õk]äJ┌ó0üÀÕçæf"
  b"Âèµ/qÜL\x19…ÍÚÓå“\x13f"
  b"n\x11Ûîÿ¦L<³sSÔž\x07„Û"
  b"""
    \x1Fp'´sI╗ÉQÓ+Kß\n
    
    """
  b"▄ô«X╠ÚE&è&FØtX¿\x13"
  b"§æ%É\fˆNè›Ê—\x06Ô\x1DŠ@"
  b"\x005XcKÇ §>H‰’Gã"
  b"Å│¦\x01&«Jÿï+éTFùÕ@"
  b"~\x1DâØ|DN´àô\x1FÈÛ¹!\x12"
  b"Þ¤?J\x0EÙIËÉçM,ùØb\x05"
  b"\x08ñÛ'H#J‡“×ðÅ‘¨ G"
  b"\x15ê\x19Ã\x11XD,™‡-°,¡Ù¿"
  b"Y†\v\x00k½HB¹\x04~Þ¬»| "
  b"""
    ª\n
    ısHAɬCÛÔ=Ë£\x06
    """
  b"\x18ö~²\x13EIÿ³‡è3܇î\x19"
  b"š4ŒJ¬.KU™dU×–X/G"
  b"º}\x01k>ŠFþ‡ÏÄ\x04ñ€\;"
  b"ªbù…^cIE£\x1C\võ\x00nl\x01"
  b"£È߽ǖGQ¡ÿZj 9+"
  b")o\t2:╦LËôã­Å1û┤Ú"
  b"""
    LïV\x15:0Jì—q´\n
    7Rbµ
    """
  b"Ç9›<jÿK\x16Œp¨Ù\x05@y©"
  b"üC7a)ºHýØ;Ú╬\x02½~ª"
  b"Ù\x03\x07òÃKOÓš\x1F:Fbæ{×"
  b"┘<òµ╣AJp¼ýÀF(Ü│Å"
  b"Ñû},à”Aí¡ŠÜÞYUëŽ"
  b"4\x14-b¦EJ_¤DA{Üï‹""
  b"""
    Ö\x1D‹Ùú5@‡ºq£ÙF_\n
    U
    """
  b"ÒÐüóKÉL]ÿÛ½Fb¶áù"
  b"\x03Q$öÉ.Kg¢Ì?3\x19á<0"
  b"¹FHü╔6A'½▄\x07>¨×÷Ñ"
  b"E,`ôšíN\x18»šˆ\x1EK•Âû"
  b"”F\¸\x1C\x04O"«ô?±\x1F\x03Ã×"
  b"š\x7FŸZ\x1DÒOÓ­T¥Ïòµ/\x02"
  b"˜«“†sƒMi»@ü°•»~b"
  b"K<`¿p\fLk›\x11Ö>\x1EÞTy"
  b"\x08^ÖkŒfE¸¶ŒØmÆÚ\x08`"
  b"v¨xŠmÍFy¸UÚ|׊àÈ"
  b"‘Ï£vÝ\x19D\x7F˜î'Ã\x13\x1C"
  b"ëý€ç´QK\v¤¡éa¿Ø7a"
  b"ÓÂÒ6d\x11Ax˜à\x7F)d–ÈÔ"
  b"5.\x06<\x05^I\x13\x02Ó„_ÝV\f"
  b"ãÜD\rÇ\x06C{¤rï£#6Ä4"
  b"[(šZ-ŠD±±E7fÓ\x12'\x0F"
  b"Ì\x00\v\x00ÀÕLì¡\x04#æÙ\x1A¨Ú"
  b"e^â.íøLìâÐOüÅ┘:ù"
  b"\x04‰·[/$K/¿\x06Ó#ªQ\x14ý"
  b"9þ╗ÇN£FXÄ\x07ÌÞ:¼ØS"
  b"èV\x0F\x07è£KZ…Œ\x04‡®¨#L"
  b"û¾‰\x10«šNϨ\x18s\x19ø³õ•"
  b"×S>îÌ┌B-░WÉèüKe├"
  b"$\õ\x02AÉLN┐Ö<±┐Ö½╬"
  b"?\x011>c™Dç¼j\x11\x06Ô·NÑ"
  b"F“`0g»M:’!9ùª(\x00N"
  b"ò┌<╝jÅBuè©{tØ┤▄w"
  b"]¹¿]\x1A¥DÜ’ß²\x15P¡ç¶"
  b"µxfã ûH`”BÀõÔ)h\t"
  b"Ü´µþ`ßEûƒ¶Ô÷cåTà"
  b"ü\x19 \x11\tJbÇ¿ú&W\x17Ô°"
  b"\x02¥Õ‚¢wFN­–ˆ-˜npS"
  b"Ƀq┌\x07q@\x12½Æ¢Wä0ðp"
  b"\e\x16µ\x0EQVGUª–Ýü”yJ—"
  b">i▓Ã▓ÉK╝àC¬\x01? ├½"
  b"/Dïñýµ@\x18®zFŒp\x19"
  b"ª{ár@[@\x08å¼þÄô¡Éd"
  b"Lôå<$×A!—~&G/Ü\x00¸"
  b"\x11ìYïõWH÷‚‘ÆhüúU'"
  b"\x14l└wÅrASù#\x06\e])×+"
  b"\x19²2Å┼7H\x01öm┼ïåáú\x19"
  b"öaéÐÖçGqų·lwÌn\x15"
  b"þ\f}‰ÿîLU²4\x08˜¶Ì^¹"
  b"\x11&\x06\x01\x15\x7FC“½@(»:1Ô["
  b"\x02!\x10ÄbøJu¼“±ô\x01þš†"
  b"ë³/9p;@p¿¾\x1Cš™EGL"
  b"ü═K17¸K|íþù└▀+C\x06"
  b"\x1E{W³¢E—£\x06ÞpRVðù"
  b"›Âí\x16*‹J4¬¶8¡wØ!œ"
  b"t½$\x10Ë\x17N¯µJÑZ»À‹""
  b"ÔÙçäzsKÜ‘¯êi˜ÃtZ"
  b"È,Òim¥I5¨ú©pkWð\x7F"
  b"꺾6Ä÷N\vö%\x00­Å½t▒"
  b"ú¥┬¥ûBGRƒÀïÑ!üIY"
  b"J\x11Í$\x15ELŽ®Yì“Ì\x16=I"
  b"Ñ@®LBÍE² žÈ©ö·RG"
  b"Ójæ\x7F-xHeÆñ\x1D{Êrì\x1E"
  b"-\x15ÊÌâ*Bî™\x1EÄ\x05„h&è"
  b"½ZÅ╩╔UA═░═\x1CÎÑx¾N"
  b"CÁV\vµÍHYž›N«•|k\x1F"
  b"ãcÁ‗.HBqÑ\x1F"ÆIì\x08"
  b"‹uÒå|þ@{§4C¢¹‹;å"
  b"'Ûŧ×ýOR║Ë#¼À?A╝"
  b"J…ûNðŽHâ–ÑL¤s*\x06µ"
  b"#\rnÔQÁMü®aY(S[ÍÁ"
  b"ý…!°\x03|O%‚•ÝÖS\x12"
  b"*S¢\x19sœE¤¯K‘Ã\x1Deqù"
  b"q4°–\x1E Iž©Ä2ªÞ¼ë}"
  b"(+-UÒxLÑá\x14¥Å9\x10qr"
  b"NfN7R4D’°¥>pQÏèg"
  b"c³ÖËѬLn€\x0EíUòþK\x1F"
  b"úæúÄaÂFé¹Ë !Æ::t"
  b"║}ì ░²O\x18ìS!&Û\´P"
  b"Ã\x01YXðçK„†S̓R·›\x1E"
  b"kd\vôÀ²Iß¶<\x16ÉîÂE\x04"
  b"\vâø)ù\rH©›Kì*+Ë.È"
  b"N õ\x10 ãCY¦¿\x1EÓ¿Ú Î"
  b"<ñtâù)M-¶1ó¥ß&\e\x04"
  b"#ïtú\x17¹Cx…²_˜€‘“¹"
  b"­µP\x11]ÀCÕ¸Ú{_ä !­"
  b"\x11I—Ø„òFñ„z%\x1CýÜÝ\x14"
  b"囕>*âL$¯\x01¼Ÿ.70¥"
  b"ı;ÞñodN0▒5£¿hü\x0Ed"
  b"\x13§+t…­@˼•=˜^“û\x06"
  b"""
    ÛœçU\n
    \x02C³«†\x04¯Ë\x1F
    """
  b"Ya¾¿P\x18H>‰ÓÍí\x7Fˆ`u"
  b"QG\x18¼‹NC|°_ƒ\x1D%çbš"
  b"b6ÒóZ×H] e\\x10ÂÍßb"
  b"\x15­›ëc¦OX£V\x18ÌZ²÷©"
  b"\x13Z#:óCþüÎúê▄¾çÕ"
  b"†P¶½ 6I§¯?«jv±…ñ"
  b"¦Ù\x08vSFD=”ÑÆ÷·\x16nF"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"""
    ðIÇXLdJ\n
    ¯\x15Ãj¸À½v
    """
  b"═¾¤'UæE\x15Ç4û¾ÖyÉ\x05"
  b"Û +\x13§BC¼®U=- %\eõ"
  b"]lšñíˆF»Ž5\x15Ž€yº»"
  b"®Ûä‗═gCbåV¤»'ýØ¿"
  b"€%>UyßN\x16°q çÎÎBE"
  b"ê9àm#TCå§\x1D\x08}³µñã"
  b";N\x14ÙÀÇLyÜ2\x1A╔╚Ì\x17ü"
  b"~┘±┼╝╩JSå¬Ùì©Q╔Ù"
  b"5ìÄÃs~Kñ½Ã!Î ¸█6"
  b"×\x1F▄Ø‗ùA'æ\x040\x16wB┼S"
  b"ŒM¯™«ûO4©ÒY\E0¬­"
  b"î\x03‡ö„ØLà¬\x08&Ç]Àõ½"
  b"ó¸0\x0Fù┐C\x06ƒúØë9┬sG"
  b"Æê\x1EËš¨@m”{\x14\x7F\r÷&\x07"
  b".i®eà╔D;£ê)SÉ▀\x17\x02"
  b"Ã\x07\tFKkF\x17³\x17ïWŽ\x1E„¥"
  b"xVfK¤‰DÁ½\x10Tr¶‘e"
  b";µ%s\\x05C8€‡¾ó]€¯Ð"
  b"©mJ;j6DÞÜÂÉ\nã\x1C\x04"
  b"®þÚóEmG~¥ÍçmÖNVÛ"
  b"i¸ú+\x10 LóÜØNG\eKâg"
  b"—„Òµ\x16\x19Cy³+|²Mÿc>"
  b"Y Æ%║+JúÉé\f"©ı̦"
  b"ÂÈ€wK»BŸ­;L?í\x04º\x13"
  b"÷³µÄÏtJ²„Mr_Ô§]Š"
  b"µ'uȬZCr¨Î°\f8\x13½\x1A"
  b"’p˜D\r†Cä”Ddžã»P\r"
  b"’÷¢7\x05mKS”mG©æÀë."
  b"Rl\x01áÄùNt»g'©\r\x7F©]"
  b"#▒P×E,G0ïÉÐé?³ı÷"
  b"ü▄}ÿ* Lº║}{I¤┌\x0Eı"
  b"C+-våÏLã’á/Cµq¬´"
  b"ˆÃ—coZEx¿²ªˆ"jè¯"
  b"\x03\x12J<˜qK\x0F³Ög\x11óUIÞ"
  b"""
    Ø÷/P\x1E-C/é\x18é\n
    \x04═║>
    """
  b"¿•-\x19Ž AG¤GΘ4™å_"
  b"C,N|¤üA<‘ÍBÌOÈKÒ"
  b"L…ƒ|Êê@\x11£?Y†¼9\tø"
  b"ü¯ÛpÞó@ëö\x07r\x12WÙD["
  b"]ögî\x12õO¤¢r{®â¶\vè"
  b"þ:çâïYHçžã¿4\x05³Yp"
  b"C@öUR╚JÊÅ[©┘╠f¬ë"
  b"õ‗Á\x1C┤zE\x19öV┼\x187ìM\x0F"
  b"N[(]*╗C┘¬\x12'\ƒ!"ì"
  b"HHi\x02\x08íFщy¡jÑl^L"
  b"ü¡â█r¸N0êÈ®Ð]Æ│ì"
  b"š§¾@¯óO)“Œ³_»˜h\x12"
  b"ß\x0F\x19░½ÊD¡Éx§┼Ê░Mó"
  b"f’\x1FÌ™ÚD\x17¤âïk?…J="
  b"èÒÔıì$Crï╚7J9±é"
  b"¨¾kÔ\x02·Cô»s\x12\x0EÄ\vã\x14"
  b"£?\x7F¢öñNÕæ┘ɽp▄│ "
  b"L¿\våÔÐH›‚º;\x11ì’€C"
  b"÷äÿrH¦J‹°0–ï¹çYš"
  b"¬ìy7pÊK´ÅÈhÐÍp\x02|"
  b"ò╠¥\x02ȤENÉ└²└mÎr»"
  b"ã8\x07Jñ€CЯÿÐc¾a¹œ"
  b"Ai^#ØÅNœ¨`ã⯫é\t"
  b"ƒY‘¯¶\tMщ\x05\x01‹$Ôêù"
  b"$é_øæMHš¦I\x02Ý\x7F<S\x19"
  b"¯k¨─?ƒOà▒┤\tÉëOHø"
  b"ŠD±üã\vAb‚\x13(î´–Ge"
  b"\x18\x01\x11\e¼@┌░ \x11Å\x1CB÷á"
  b"Ÿ4ðs \v@:’pŽÐ´ü¦S"
  b"p–$WúPL¢±^Ü\x18"\x0F—€"
  b"âw}]ð¬B!…Û\x06Ÿ\@ùÐ"
  b"2Ý`CNéCð¨AQi€@Æs"
  b"†ÒéV7.O·®\x14F·&Ãëæ"
  b"lðÏV¿JAÖä/\x1CrØ╣Á\x04"
  b"MT2\x04”nK~±G¼Æ·ï\x17]"
  b"—ï‚°AÉKß«U¡\x11¶<»\x1F"
  b"ÎýOßdÔDñ•W.äÑ«Ëï"
  b"""
    (”#DÛsL½Š’gv\n
    )\x07/
    """
  b"\t\x19v\x08îŽEr‡\x11\x15b—}ßž"
  b"Xë´ÀØÂD*äi¹µo\x12\x19H"
  b"f\x011\x1A´\rLjˆoÕáQw®ä"
  b"²€Ã½LˆJ\x00—F\Ë\x12Ì®\e"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b"L\e4{}ºO\x04´\x7Fs™\x1C\x1F"
  b"ªƒ,<\x1A–A«šŠl\f\fž"
  b"Ix(å2ì@qºM\x05ÐP=üy"
  b"""
    sº+ì\x01HH\n
    àïÑıëÞ=ý
    """
  b"éÊ"\x1Aï¦D­Žˆ\x12)5­"Y"
  b"\x12dt,+0J…§ôz\¸”ÿd"
  b"â\x002\x7FÑ)N5¹\x1Cš¨l^ÄÎ"
  b"лCUÌmGu•y‚„RRŒ½"
  b"4?'[_å@FŽÕtÊù>îi"
  b"i©f tDyØg7[\x19¼R¼"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"OsA%TÃL‰–ׇ„\x02ÆÒh"
  b"4c<\x17›>IlŽƒ\f!+–ó2"
  b"Ð`–Œ (Nî¬\x19ßßGÅ\rH"
  b"""
    ¬=‘8VºA\rŸ÷\n
    \x07Ôh‡
    """
  b"""
    ÏÊè®V\x15JåÅ-Q>\v\n
    ®
    """
  b"L\x1CÅ\x03\x05tD|™"r[Ügj–"
  b"þ\x1CðÈ┘ÂI!Å\r{¬2┌PR"
  b"\x1D\x08ÕTrG'¤\x0Fħü~˜]"
  b"nĬ¼ôÕF'Çp`É\x14«\e\x08"
  b"e”\x1A¥\x10XG/Š”A\f}·»1"
  b"X—ù\x17\x13\x13NÔ¥-™ã@æwi"
  b"!\¦Y›ÁKûšqÏC4×#Ñ"
  b"÷¨2Cä;OÀ¿â9¸-\fì¿"
  b"ï\x04ýPy±C0º\x017úäÉ\x1Fp"
  b"<\x10\ruèlEy¡Åß\x11 oÞÞ"
  b"½n¥\x16¨\eJm‘š}i#ܶu"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"""
    a!ЧÎ\x0EEh±\n
    ðSyÖdG
    """
  b"u!\x00‡8±CBœõ¥ù\x19ŽTR"
  b"\x17ú¶\x06N\x06°\x01\x17ã"š´¯"
  b"ð`òìZ^Mý║%Xú.\x0F"
  b"ØDtJ ¼E­Ø¤\x02H´ ╣s"
  b"pJ#zÎàHx‘Šó÷²´õ*"
  b"¯CîXÏ┼E╝ÅñB┘³┌ì¾"
  b"\ÞSM:\x16C\v˜ÇroDà\x08ñ"
  b"’á\x1C[,ZFO‹ÛáQœ\x1F"
  b"ÏÒ\x7F\x00I╔¥¡aìó\x12"
  b"6Ñ¢©‹ANô³ëRd\x03Œ·Û"
  b"wPn[ƒHOf‚¾\x186¼]ñ¨"
  b"j¨þðg\x17KêÅ▄JAP{òR"
  b"_«^§\eKO(Œ\x07\x02Ë}\x7F"
  b"\eÞæÏáQ@¡˜µÕyO$Rÿ"
  b"=ù)Ø'ÄH¡ ;Æ¢N÷“?"
  b"ßÎ\x0EvÅîE®¢\x04jëBKÅ«"
  b";H\x7FŸDGN0®\x07Ó©B*Öt"
  b"g\x06s~\HJ\e¯Í1ʶ@8Ã"
  b"˜‚\x1Fˆ÷ÈCd·e¸(uÜÊÎ"
  b";╗\f^PÞ@▀Øó-tì▓5\x02"
  b"e;rç™z@@†¥Ht\x1F\x16Ùè"
  b"bÿ÷Ýô=B=•½sȶ6‹<"
  b".Õ?6ÀDOG¼4ˆÊç\x11\x1Ep"
  b"┬>┤o╣;JFÉ>oÅ<\tE?"
  b"ïØÓ;\x10¼G\x00ü p \n═-\x06"
  b"\x7F\t\x19ï OÓ¾;Q=æq‚ø"
  b"e\x04Bãd\x13D–¤\x1Aè\x1DÒùTS"
  b"V\x03¹%┘³FfÿlM?ZßÉD"
  b"rï3\x04¢ÅFY¥+i╗7%I\x1C"
  b"IjæÂÃÝF°š!®_â%ß`"
  b"┬|ÓÉ]SK\x0FÁü¢±¨\x07`A"
  b"N\e•З¤Eï­?S1"ÔÒõ"
  b"å„3\x1C\x07ÀA¨ž/~…w/\x01Ë"
  b"ú}"ã—šEØ¿#£ìôw»î"
  b"óúÜ™É\x15HñŸ”ìMáÊÓÕ"
  b"bÛ┌█Ä\x01F└ìº▄║ã<L#"
  b"ƒÐ ÈŒ®GW´\x11D=S09´"
  b"\x1A‰Æ(ØÃH\…¤H½fÝ1r"
  b"\x1A’ÔUKežµ[k\x13ašÜ"
  b"¤ó‘‹ƒ0F/·\x0F˜\x7F*=Ì5"
  b"Oùª ˜3J8…iƒÇ›%õ\x19"
  b"Ñ\x13\x01÷L_ï8©ï\x12#ZÅ"
  b"ì{9yX█B▒╝ë\x0E:ü9À "
  b"9¦_î\x08øIÁˆä\x1Cʇ†ÃÚ"
  b"Ki‰îqIBÌ“f\x110ê2Œð"
  b"&3S\x04üœG.ŸÅ‡?„)Ô½"
  b"Ô\x1F¾\x08T╩Fìö▓▓aL\v"
  b"Z.õH˜œD\x15½ûø„™ÔRã"
  b"ìph┴g\x7FFt»ÒBf É§&"
  b"¤µ\x06w±ÈCi¨\x06'ìj\x00_\x10"
  b"ÕX½)\x06¬G¾ˆtx\v1b8\x1E"
  b"[Eî£\x13ÙJŸƒiM¯\x168\x01Ú"
  b"@¹à\e'É@ñ´N³§bë\x02v"
  b"Ùæ”‘eÕO¼µ@S^£\x07¡\n"
  b"\x12:\x7Fݺ╬H‗á¾6?¸\x06"
  b"ÊL!█fÔDÉ®▓K¼\x0E©Oè"
  b"ÏQéì\x0F\x08JVåh¸!¼à£æ"
  b"+ã8_ÐYAx·?\x01ЛÓ`æ"
  b"”Æ{\x00©ƒE¨˜)g§¦\x1E¬°"
  b"N†\x0EÏŒ§B3±X+Ž\x08\x06"
  b"µ*/¹_ÓL¡·w‹,\r˜— "
  b"²\x07E©˜TJV¡ãa{\x17Ó\x12\t"
  b"gPž±ÚØDiµW®ÕåK+\x14"
  b"’=é^\n–IÑŒ\x00‰5è§²\x14"
  b"\x0E NeFë†uK \x1C®\t\x02"
  b"ÏS•J\x1D"BY‘«sa\x14\x01DW"
  b"\x060jêÞ›NQ˜vì¾lQ\x01"
  b">\x05"\x18ÇKAf‡pü¼E±|O"
  b"├ØI║\x7FqC«£N¿ìߣ:Z"
  b"l‰‹÷èèE1’9'm²|Ø1"
  b"BIJðâ6D\e¦<ø­þzzm"
  b",êc\x01ý\x01Gñ€\tqÄ:,1¡"
  b"ýÙc\x02Ï'Oöµ\t\x14\x1Aµ|#ò"
  b"""
    µb{\n
    r¥Hk•(«À½_å\n
    """
  b"\vPúŠÅ%G²žj×Ïf&Ît"
  b"5·ô… \x05OŸ­´è4>`ý‘"
  b"┴¼ì├ÞxDB▒\x100╬#@ío"
  b"+kðÅ═ÙMììi@Êæ[Ï┼"
  b"HkÖñ\x12“NMžJ~‘çÝ^\x08"
  b"r\x06\x05\vÌÕ@!©¸%\x17oÇ®»"
  b"""
    9W¶WîÜE\n
    ƒ[–G¦=cï
    """
  b"õaCz5ÝJh£öÉ9¹ùK\t"
  b"║<k5▄\x03D\x1DÉYBaaì´Ä"
  b"O.FuÐjBЈH\x02\x18\x04ñ­Ÿ"
  b"í\x01\x12\x08\x19ØDõø­_Õ╦Ìp\x10"
  b"\x15Uú)Ö\x10CÅø3ƒ\x19Ã[iÿ"
  b"2\eBS€xK\x08žÄƒ£Ç\x05¦f"
  b"`P¬½sÑK±øÛÉ└<ªeó"
  b"\x0E¬\x15ÌbYE®ŽÞüguÞEH"
  b"«\x15\x17s'E\x08▒4xƒ\x03\x1D"
  b"ð,iËå2J·ú$&─)ì¸"
  b"ê\x14˜Ñ¨\x1AG¿»Ïç¡\x13tÒw"
  b"\x03\x01€ú*†F“¬¤>£L\x16\x1DÛ"
  b"ÄØ®;«OOøà\tï\x1Fo\x15ÁO"
  b"\x18£ p’\x05NVªs>\v\f5¼Ä"
  b"õ…éÕ‹×DøŽf—¥Ý00»"
  b"ÎJØn‗┐EIÖô\x01_ÒÚ³Õ"
  b"vy™\x1FZ\x1AL´…\x1DèÌ\x1EæpF"
  b"""
    ÝÕI†\x02ºN¶©ø­\n
    ¶²Kà
    """
  b"\riL\x16”˜AàŒ$ê-˜Ì•?"
  b"b¡LÔC¼J}¨ª)–[›Ãü"
  b"‰*Y0¬vA#”\x10?8÷¹<ñ"
  b"ÐÍÍKQ&HöŸ@\x04ÄÇŒ\x15"
  b"û9„&ËtE¡„I\x14Ÿ`òßâ"
  b"ËDSœ«hAÕº\eÏr´½ï"
  b"þÙùu\x14ÉL"×╗VçôSÛ\x04"
  b"Ñ\v\t\x01­J©ŸEY“?)å\t"
  b"\x10ºÓ¾H\x13Ÿ+ˆÚ>ŠRt"
  b"Ï\r▀%½kIX¬)¶\x12%\x13\x11ü"
  b"\x15°\x03·R­B¨˜ÈÁÐzÏ™Õ"
  b"""
    ;ß:’3œAÀ¾s%|\n
    r1)
    """
  b"´\x1FOtšeO?³¸Æ<ŠÜaî"
  b"\M$N\x10gGß“ä\x01Ébù\x11±"
  b"¾\x17}\tÇ<I0ŽË/q:wH>"
  b"´7?█u²E¼ì1┘¤-})þ"
  b"\x16®R\x1Dµ\JÆìGÑ"³6s\x05"
  b"uÒóœP\fJé¬qŸ¨îÍœõ"
  b"\\x14Uj/2Dµ†\x18\x19½WÄA="
  b"8_rµxÖAL£Ã\x1FÔ—\x0F¡±"
  b"\x12ä}ü<âOª£‚\eÁlضy"
  b"ƒvÊ/]—G\x01¾ø\x10²Tþži"
  b"Ö\x0Eº†}z@á\x01\x08 ¡ºw0"
  b"\x0Eä¢ÉÃFLÚïb©<é═╝d"
  b" Ø┴C¶\x1CG\v«õ\x01░uÄ×>"
  b"%Â);AÔKl¾f­8s€Ju"
  b"аfå\tlK¶ìT»\x19,\x1Aû\x10"
  b"oÀùkƒ8O‡–\x1CO\x05\x19¶ýÁ"
  b"%Úmn\x10áK\x08§N.1´ úI"
  b"‰™¢â”7Jü¹\x1A\x7FÄ&£"
  b"\x0Fì¶6ÑNB║×g\x18p°I²5"
  b"šYZ½®…IF¬å\x1Fn$Q\x10Ê"
  b"£\x1AìÍô¢L\x1Fîû¬þÔuг"
  b"─¿O└lsJüÇv\x00\f¿Ú■ª"
  b"950¾²­O]ž+äíHÕ¶‹"
  b"§·ùô+‡Nç£ý§e¢ÊÁ\x1A"
  b"┬┐\x16═╬*OÌå¼ì8·┐╝Ï"
  b"éÚ▄\x16JüMê®7·U\x15GC¶"
  b"`_¤\x1A¢w@ç—¶¥\vñ­Õ®"
  b"TÃZ±áÉCޏ\x16\~ñ™à×"
  b"z§╣\x14Û╝GÚ¥ÅCÖq\x13\x0E"
  b"ù]¸„÷\x02OK•\tΤOP0O"
  b"\x11Åñ8(2HV¬ÅÔÁ\x02\x05™q"
  b"û3┴àü\x1DCb»─\x10┐+7>4"
  b"a\vºÊäXHÓ‹6Ï-´|?Û"
  b"’|^-/¹Ha“qA\x07õã†'"
  b"­W;S›ÃHD„@f¶\x02¨|¾"
  b"ùºZz!”B4 êHM3,e*"
  b"¹jÎÕ¥1BÀÿ\e╠U\f\tØT"
  b"\x05\v(t’‡Gø‰b\x11ûN2*S"
  b"ñ\x14Á§„$Oèˆ\x1D7Ö¼èû"
  b"×õ6üP£DÚ¿rN\x06\\x13”¦"
  b"Ôbål&±A\x06“–ãÅi\x00T2"
  b"Ó÷KV8GE±—DU\x04iê3Û"
  b"ì?°Sa©A=©\x065ˆeTðM"
  b"?yá\fm\x07O*¥Äÿ¡ß\ežÌ"
  b"h]oÐv\vJ×¢nlÚ{Xr;"
  b"ñ’xú³îJ\x05Ž4ío—LO`"
  b"▒ÂØó@Í@\x0Fñÿº¨\x06ç\x1AÇ"
  b"’ô¡jYqJ'‹›]—ngDR"
  b"ß\x0EÕìÛaB«ü¦â\x01d\f\w"
  b"妎~Ý”Fè‘Z?ÜY\x16É\x1E"
  b"\x12\x12 E’€IÇt\x18õ;õ"
  b"1&ݸ¥ØGK§–ä3\eL|è"
  b"y<‚À€JN\–·=!6\x01˜é"
  b"ÇðË\x17\x12½N²ªÏtÑdÔ«T"
  b"Œ—¤Fâ¼@dz\x06R×¢¼½F"
  b"6\x1Fß+\x00£D¢¼Ë<@Gt\x07\x1D"
  b"¯\x04ÑMnSK®”œmyšÂ`Ê"
  b"├6[▒\x0E"JÓØì└%╬èü\x1D"
  b"CB/-ÛÄ@s¹\x1A\x02o(\x13'4"
  b"Js{rË»HâŸ\x19i#éA?‹"
  b"©ßÝÉ\v¿C\x10\x10F»/\x0FŽ‹"
  b"\x0F\x13»ü╗¯EÐä\x02\x0F(É╠"
  b"©ÁÞý\üD┘Ç╦\x7F─Í n▀"
  b"\rië¤aÈ@¤¤»|<Ç$\r\x10"
  b"Våµ█ØàJîös¸@þaHB"
  b"""
    M$)]÷aANŠJmâ\n
    >б
    """
  b"û¿9X\x01$M¿ò├Ý0Øó\x16\x14"
  b"¼–‰M‹þHw²ÁåTu\r\t´"
  b"\x13#]P³Aë¨4‹¯_\x0F¦|"
  b"¥‡?øÊ{M‘‹_\x11\x1Fˆ¬Ï´"
  b"øì×pW\x0FOÙš‡A÷3™\eÎ"
  b"i:ö±‹ÂDa©ítV¢L\fn"
  b"-d˜ $IKI¼‰ÜtaÈlî"
  b"­ý¨yœåHè²à8CFëûs"
  b"ø\x087OdÎOF•R\x1E)\x00R2Ê"
  b"ú=rK³ùG0„ª¿)u\x1Eþ›"
  b"\x10ňr^9K÷šJbT\eèÈ¢"
  b"}ã«2™ŸG÷¦v\e[ŒÑP\x00"
  b"å¾;JÁzA\x1FŸ´Þ+`E95"
  b"\x13\x0E▄äHÍEÏ¢ß÷¢ÙÅé\x00"
  b"""
    \n
    JÆ8í}N║ì±█}ê­ö¼
    """
  b"¬K¶(`\x04DËìíf¥½$mn"
  b"»»UÆj°Cì½\t'ºúWà8"
  b"wÈóìÌÎDÆ║╗d╩╣\t°\x04"
  b"2\vòî \x16Eü╗?Ôg■ÃØ\x1A"
  b"±÷g¢²;MÏ­#*ÿÁmh="
  b"é¹ã\x16·ïEƒ«¼¸ã%\[Ç"
  b"‰¡»àiþJ\x1D‘Q\x07©_Ô\x179"
  b"’•"s3AJ¶¦ôÞ\x0EzCG)"
  b" è°ñþ¶EhñÚØöò»*±"
  b"Ó~/Mì)Eö¿‡íŽÕ÷C›"
  b"y█\x01ÚvJ@¥¥#ì┤å\x103╣"
  b"¿Ë°\fR9B©“j³ZD×½æ"
  b"°„·'\x16ÎN䳿e}Ŷø‰"
  b"¼G^ÝÎ;K&ì╔╬7\x11U\x11Ü"
  b"6&yT¬šA\x7F¤8'ì\x138\x18"
  b"\x16íûàG\x08D~«aqßîAkT"
  b"â»|Õ\x08/J÷öÕ\x15¨õÅo\x1A"
  b"ýÛa¨6¿Oì¡”N\x18GÇc‹"
  b"õ<4░\x01üDb┤tÂQ½8ßê"
  b"\x08¶ˆ|\r\x00E¦’Rþô\x19Ѭi"
  b"»yKÿ±³K.²v\x14A±dPð"
  b"\x16æî\x14r\x13F\x04€–œw¢Ÿ Ñ"
  b"j¤Yiâ\x10Fá¼(\x18W!"Y\x03"
  b"Ù«­jsrL\x17“éêÞ!aTJ"
]
86 0.48 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
87 0.52 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
88 0.41 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"µu!· (Oßž|‚*L",–"
]
89 0.37 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
90 0.47 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/navigation/00000000000000000000000001724388"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
91 0.25 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
92 0.29 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
93 0.23 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
94 1.10 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
95 0.42 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
96 0.59 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
97 0.34 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
98 0.50 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
99 0.22 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
100 0.36 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
101 0.39 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
102 0.35 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13`"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
103 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
104 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.28 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x160"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
107 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x14q"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
108 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x15"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x16\x19"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x12"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
112 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
113 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
114 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
115 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
116 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
117 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
118 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
119 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
120 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
121 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
122 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
123 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x13ƒ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
124 0.43 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
125 0.30 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:
[]
126 0.18 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01rCˆ"
]
127 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
128 13.16 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"
]
129 0.86 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"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
130 0.78 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:
[]
131 0.20 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
132 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
133 0.29 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
134 0.22 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
135 0.59 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
136 5.79 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"ÂtÚÛaèIþ…цÖW;2“"
]
137 11.45 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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"®Ä\x02ü²\x15L­³>´üžgòÇ"
]
138 16.35 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"
]
139 0.77 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"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"""
    \x10Þ&´èDO\x16«ì\n
    RüÖ2╣
    """
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
140 20.90 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/00000000000000000000000001724388"
  "/navigation/00000000000000000000000001724376"
  "/navigation/00000000000000000000000001724391"
  "/navigation/00000000000000000000000001724396"
  "/navigation/00000000000000000000000001994501"
  "/navigation/00000000000000000000000001994517"
  "/navigation/00000000000000000000000001994523"
  "/navigation/00000000000000000000000001724377"
  "/navigation/00000000000000000000000001724379"
  "/navigation/00000000000000000000000001724380"
  "/navigation/00000000000000000000000001724381"
  "/navigation/00000000000000000000000001724382"
  "/navigation/00000000000000000000000001724383"
  "/navigation/00000000000000000000000001724385"
  "/navigation/00000000000000000000000001724386"
  "/navigation/00000000000000000000000001724387"
  "/navigation/00000000000000000000000001724394"
  "/navigation/00000000000000000000000001774525"
  "/navigation/00000000000000000000000001957201"
  "/navigation/00000000000000000000000001985226"
  "/navigation/00000000000000000000000001994489"
  "/navigation/00000000000000000000000001994490"
  "/navigation/00000000000000000000000001994491"
  "/navigation/00000000000000000000000001994492"
  "/navigation/00000000000000000000000001994493"
  "/navigation/00000000000000000000000001994494"
  "/navigation/00000000000000000000000001994495"
  "/navigation/00000000000000000000000001994496"
  "/navigation/00000000000000000000000001994497"
  "/navigation/00000000000000000000000001994498"
  "/navigation/00000000000000000000000001994499"
  "/navigation/00000000000000000000000001994500"
  "/navigation/00000000000000000000000001724441"
  "/navigation/00000000000000000000000001845183"
  "/navigation/00000000000000000000000001995203"
  "/navigation/00000000000000000000000001995204"
  "/navigation/00000000000000000000000002078985"
  "/navigation/00000000000000000000000002078986"
  "/navigation/00000000000000000000000002078987"
  "/navigation/00000000000000000000000001994502"
  "/navigation/00000000000000000000000001994503"
  "/navigation/00000000000000000000000001994504"
  "/navigation/00000000000000000000000001994622"
  "/navigation/00000000000000000000000001994675"
  "/navigation/00000000000000000000000001994677"
  "/navigation/00000000000000000000000001994678"
  "/navigation/00000000000000000000000001994679"
  "/navigation/00000000000000000000000001994680"
  "/navigation/00000000000000000000000001994681"
  "/navigation/00000000000000000000000001994682"
  "/navigation/00000000000000000000000001994623"
  "/navigation/00000000000000000000000001994683"
  "/navigation/00000000000000000000000001994684"
  "/navigation/00000000000000000000000001994685"
  "/navigation/00000000000000000000000001994686"
  "/navigation/00000000000000000000000001994687"
  "/navigation/00000000000000000000000001994688"
  "/navigation/00000000000000000000000001994689"
  "/navigation/00000000000000000000000001994690"
  "/navigation/00000000000000000000000001994691"
  "/navigation/00000000000000000000000001994692"
  "/navigation/00000000000000000000000001994693"
  "/navigation/00000000000000000000000001994694"
  "/navigation/00000000000000000000000001994695"
  "/navigation/00000000000000000000000001994624"
  "/navigation/00000000000000000000000001994696"
  "/navigation/00000000000000000000000001994697"
  "/navigation/00000000000000000000000001994698"
  "/navigation/00000000000000000000000001994699"
  "/navigation/00000000000000000000000001994700"
  "/navigation/00000000000000000000000001994701"
  "/navigation/00000000000000000000000001994702"
  "/navigation/00000000000000000000000001994703"
  "/navigation/00000000000000000000000001994625"
  "/navigation/00000000000000000000000001994704"
  "/navigation/00000000000000000000000001994705"
  "/navigation/00000000000000000000000001994706"
  "/navigation/00000000000000000000000001994707"
  "/navigation/00000000000000000000000001994708"
  "/navigation/00000000000000000000000001994709"
  "/navigation/00000000000000000000000001994710"
  "/navigation/00000000000000000000000001994626"
  "/navigation/00000000000000000000000001994711"
  "/navigation/00000000000000000000000001994627"
  "/navigation/00000000000000000000000001994712"
  "/navigation/00000000000000000000000001994713"
  "/navigation/00000000000000000000000001994714"
  "/navigation/00000000000000000000000001994715"
  "/navigation/00000000000000000000000001994716"
  "/navigation/00000000000000000000000001994717"
  "/navigation/00000000000000000000000001994718"
  "/navigation/00000000000000000000000001994719"
  "/navigation/00000000000000000000000001994720"
  "/navigation/00000000000000000000000001994721"
  "/navigation/00000000000000000000000001994722"
  "/navigation/00000000000000000000000001994723"
  "/navigation/00000000000000000000000001994724"
  "/navigation/00000000000000000000000001994725"
  "/navigation/00000000000000000000000001994726"
  "/navigation/00000000000000000000000001994727"
  "/navigation/00000000000000000000000001994728"
  "/navigation/00000000000000000000000001994628"
  "/navigation/00000000000000000000000001994729"
  "/navigation/00000000000000000000000001994730"
  "/navigation/00000000000000000000000001994731"
  "/navigation/00000000000000000000000001994732"
  "/navigation/00000000000000000000000001994733"
  "/navigation/00000000000000000000000001994734"
  "/navigation/00000000000000000000000001994735"
  "/navigation/00000000000000000000000001994629"
  "/navigation/00000000000000000000000001994736"
  "/navigation/00000000000000000000000001994737"
  "/navigation/00000000000000000000000001994738"
  "/navigation/00000000000000000000000001994739"
  "/navigation/00000000000000000000000001994740"
  "/navigation/00000000000000000000000001994741"
  "/navigation/00000000000000000000000001995083"
  "/navigation/00000000000000000000000001994630"
  "/navigation/00000000000000000000000001994742"
  "/navigation/00000000000000000000000001994743"
  "/navigation/00000000000000000000000001994744"
  "/navigation/00000000000000000000000001994745"
  "/navigation/00000000000000000000000001994746"
  "/navigation/00000000000000000000000001994747"
  "/navigation/00000000000000000000000001994749"
  "/navigation/00000000000000000000000001994750"
  "/navigation/00000000000000000000000001994631"
  "/navigation/00000000000000000000000001994751"
  "/navigation/00000000000000000000000001994752"
  "/navigation/00000000000000000000000001994753"
  "/navigation/00000000000000000000000001994754"
  "/navigation/00000000000000000000000001994755"
  "/navigation/00000000000000000000000001994756"
  "/navigation/00000000000000000000000001994757"
  "/navigation/00000000000000000000000001994758"
  "/navigation/00000000000000000000000001994759"
  "/navigation/00000000000000000000000001994760"
  "/navigation/00000000000000000000000001994761"
  "/navigation/00000000000000000000000001994762"
  "/navigation/00000000000000000000000001994763"
  "/navigation/00000000000000000000000001994764"
  "/navigation/00000000000000000000000001994765"
  "/navigation/00000000000000000000000001994766"
  "/navigation/00000000000000000000000001994767"
  "/navigation/00000000000000000000000001994768"
  "/navigation/00000000000000000000000001994769"
  "/navigation/00000000000000000000000001994770"
  "/navigation/00000000000000000000000001994771"
  "/navigation/00000000000000000000000001994772"
  "/navigation/00000000000000000000000001994773"
  "/navigation/00000000000000000000000001994774"
  "/navigation/00000000000000000000000001994775"
  "/navigation/00000000000000000000000001994776"
  "/navigation/00000000000000000000000001994632"
  "/navigation/00000000000000000000000001994777"
  "/navigation/00000000000000000000000001994778"
  "/navigation/00000000000000000000000001994779"
  "/navigation/00000000000000000000000001994780"
  "/navigation/00000000000000000000000001994781"
  "/navigation/00000000000000000000000001994782"
  "/navigation/00000000000000000000000001994783"
  "/navigation/00000000000000000000000001994784"
  "/navigation/00000000000000000000000001994785"
  "/navigation/00000000000000000000000001994786"
  "/navigation/00000000000000000000000001994787"
  "/navigation/00000000000000000000000001994788"
  "/navigation/00000000000000000000000001994789"
  "/navigation/00000000000000000000000001994790"
  "/navigation/00000000000000000000000001994791"
  "/navigation/00000000000000000000000001994633"
  "/navigation/00000000000000000000000001994792"
  "/navigation/00000000000000000000000001994793"
  "/navigation/00000000000000000000000001994794"
  "/navigation/00000000000000000000000001994795"
  "/navigation/00000000000000000000000001994796"
  "/navigation/00000000000000000000000001994797"
  "/navigation/00000000000000000000000001994798"
  "/navigation/00000000000000000000000001994799"
  "/navigation/00000000000000000000000001994800"
  "/navigation/00000000000000000000000001994801"
  "/navigation/00000000000000000000000001994802"
  "/navigation/00000000000000000000000001994634"
  "/navigation/00000000000000000000000001994803"
  "/navigation/00000000000000000000000001994804"
  "/navigation/00000000000000000000000001994805"
  "/navigation/00000000000000000000000001994806"
  "/navigation/00000000000000000000000001994807"
  "/navigation/00000000000000000000000001994808"
  "/navigation/00000000000000000000000001994809"
  "/navigation/00000000000000000000000001994810"
  "/navigation/00000000000000000000000001994811"
  "/navigation/00000000000000000000000001994812"
  "/navigation/00000000000000000000000001994813"
  "/navigation/00000000000000000000000001994814"
  "/navigation/00000000000000000000000001994815"
  "/navigation/00000000000000000000000001994816"
  "/navigation/00000000000000000000000001994817"
  "/navigation/00000000000000000000000001994818"
  "/navigation/00000000000000000000000001994819"
  "/navigation/00000000000000000000000001994820"
  "/navigation/00000000000000000000000001994821"
  "/navigation/00000000000000000000000001994635"
  "/navigation/00000000000000000000000001994822"
  "/navigation/00000000000000000000000001994636"
  "/navigation/00000000000000000000000001994823"
  "/navigation/00000000000000000000000001994824"
  "/navigation/00000000000000000000000001994825"
  "/navigation/00000000000000000000000001994826"
  "/navigation/00000000000000000000000001994827"
  "/navigation/00000000000000000000000001994828"
  "/navigation/00000000000000000000000001994829"
  "/navigation/00000000000000000000000001994830"
  "/navigation/00000000000000000000000001994831"
  "/navigation/00000000000000000000000001994832"
  "/navigation/00000000000000000000000001994833"
  "/navigation/00000000000000000000000001995090"
  "/navigation/00000000000000000000000001994637"
  "/navigation/00000000000000000000000001994834"
  "/navigation/00000000000000000000000001994835"
  "/navigation/00000000000000000000000001994836"
  "/navigation/00000000000000000000000001994638"
  "/navigation/00000000000000000000000001994837"
  "/navigation/00000000000000000000000001994838"
  "/navigation/00000000000000000000000001994839"
  "/navigation/00000000000000000000000001994840"
  "/navigation/00000000000000000000000001994841"
  "/navigation/00000000000000000000000001994842"
  "/navigation/00000000000000000000000001994843"
  "/navigation/00000000000000000000000001994639"
  "/navigation/00000000000000000000000001994844"
  "/navigation/00000000000000000000000001994640"
  "/navigation/00000000000000000000000001994845"
  "/navigation/00000000000000000000000001994847"
  "/navigation/00000000000000000000000001994848"
  "/navigation/00000000000000000000000001994849"
  "/navigation/00000000000000000000000001994850"
  "/navigation/00000000000000000000000001994851"
  "/navigation/00000000000000000000000001994852"
  "/navigation/00000000000000000000000001994854"
  "/navigation/00000000000000000000000001994855"
  "/navigation/00000000000000000000000001994641"
  "/navigation/00000000000000000000000001994857"
  "/navigation/00000000000000000000000001994858"
  "/navigation/00000000000000000000000001994859"
  "/navigation/00000000000000000000000001994860"
  "/navigation/00000000000000000000000001994861"
  "/navigation/00000000000000000000000001994862"
  "/navigation/00000000000000000000000001994863"
  "/navigation/00000000000000000000000001994864"
  "/navigation/00000000000000000000000001994865"
  "/navigation/00000000000000000000000001994866"
  "/navigation/00000000000000000000000001994867"
  "/navigation/00000000000000000000000001994868"
  "/navigation/00000000000000000000000001994642"
  "/navigation/00000000000000000000000001994869"
  "/navigation/00000000000000000000000001994870"
  "/navigation/00000000000000000000000001994871"
  "/navigation/00000000000000000000000001994872"
  "/navigation/00000000000000000000000001994873"
  "/navigation/00000000000000000000000001994643"
  "/navigation/00000000000000000000000001994874"
  "/navigation/00000000000000000000000001994875"
  "/navigation/00000000000000000000000001994876"
  "/navigation/00000000000000000000000001994877"
  "/navigation/00000000000000000000000001994878"
  "/navigation/00000000000000000000000001994879"
  "/navigation/00000000000000000000000001994880"
  "/navigation/00000000000000000000000001994881"
  "/navigation/00000000000000000000000001994644"
  "/navigation/00000000000000000000000001994882"
  "/navigation/00000000000000000000000001994883"
  "/navigation/00000000000000000000000001994884"
  "/navigation/00000000000000000000000001994885"
  "/navigation/00000000000000000000000001994886"
  "/navigation/00000000000000000000000001994887"
  "/navigation/00000000000000000000000001994888"
  "/navigation/00000000000000000000000001994889"
  "/navigation/00000000000000000000000001994890"
  "/navigation/00000000000000000000000001994891"
  "/navigation/00000000000000000000000001994892"
  "/navigation/00000000000000000000000001994893"
  "/navigation/00000000000000000000000001994894"
  "/navigation/00000000000000000000000001994896"
  "/navigation/00000000000000000000000001994898"
  "/navigation/00000000000000000000000001994645"
  "/navigation/00000000000000000000000001994899"
  "/navigation/00000000000000000000000001994900"
  "/navigation/00000000000000000000000001994901"
  "/navigation/00000000000000000000000001994902"
  "/navigation/00000000000000000000000001994903"
  "/navigation/00000000000000000000000001994904"
  "/navigation/00000000000000000000000001994905"
  "/navigation/00000000000000000000000001994906"
  "/navigation/00000000000000000000000001994907"
  "/navigation/00000000000000000000000001994908"
  "/navigation/00000000000000000000000001994909"
  "/navigation/00000000000000000000000001994910"
  "/navigation/00000000000000000000000001994911"
  "/navigation/00000000000000000000000001994912"
  "/navigation/00000000000000000000000001994913"
  "/navigation/00000000000000000000000001994914"
  "/navigation/00000000000000000000000001995087"
  "/navigation/00000000000000000000000001994646"
  "/navigation/00000000000000000000000001994915"
  "/navigation/00000000000000000000000001994916"
  "/navigation/00000000000000000000000001994917"
  "/navigation/00000000000000000000000001994918"
  "/navigation/00000000000000000000000001994919"
  "/navigation/00000000000000000000000001994920"
  "/navigation/00000000000000000000000001994921"
  "/navigation/00000000000000000000000001994922"
  "/navigation/00000000000000000000000001994923"
  "/navigation/00000000000000000000000001994924"
  "/navigation/00000000000000000000000001994925"
  "/navigation/00000000000000000000000001994926"
  "/navigation/00000000000000000000000001994927"
  "/navigation/00000000000000000000000001994928"
  "/navigation/00000000000000000000000001994929"
  "/navigation/00000000000000000000000001994930"
  "/navigation/00000000000000000000000001994931"
  "/navigation/00000000000000000000000001994932"
  "/navigation/00000000000000000000000001994933"
  "/navigation/00000000000000000000000001994934"
  "/navigation/00000000000000000000000001994935"
  "/navigation/00000000000000000000000001994647"
  "/navigation/00000000000000000000000001994936"
  "/navigation/00000000000000000000000001994937"
  "/navigation/00000000000000000000000001994938"
  "/navigation/00000000000000000000000001994939"
  "/navigation/00000000000000000000000001994940"
  "/navigation/00000000000000000000000001994941"
  "/navigation/00000000000000000000000001994942"
  "/navigation/00000000000000000000000001994943"
  "/navigation/00000000000000000000000001994944"
  "/navigation/00000000000000000000000001994945"
  "/navigation/00000000000000000000000001994946"
  "/navigation/00000000000000000000000001994947"
  "/navigation/00000000000000000000000001994948"
  "/navigation/00000000000000000000000001994949"
  "/navigation/00000000000000000000000001994950"
  "/navigation/00000000000000000000000001994951"
  "/navigation/00000000000000000000000001994952"
  "/navigation/00000000000000000000000001994953"
  "/navigation/00000000000000000000000001995084"
  "/navigation/00000000000000000000000001995085"
  "/navigation/00000000000000000000000001994648"
  "/navigation/00000000000000000000000001994954"
  "/navigation/00000000000000000000000001994955"
  "/navigation/00000000000000000000000001994956"
  "/navigation/00000000000000000000000001994957"
  "/navigation/00000000000000000000000001994958"
  "/navigation/00000000000000000000000001994959"
  "/navigation/00000000000000000000000001994960"
  "/navigation/00000000000000000000000001994961"
  "/navigation/00000000000000000000000001994649"
  "/navigation/00000000000000000000000001994962"
  "/navigation/00000000000000000000000001994650"
  "/navigation/00000000000000000000000001994963"
  "/navigation/00000000000000000000000001994964"
  "/navigation/00000000000000000000000001994965"
  "/navigation/00000000000000000000000001994966"
  "/navigation/00000000000000000000000001994967"
  "/navigation/00000000000000000000000001994968"
  "/navigation/00000000000000000000000001994969"
  "/navigation/00000000000000000000000001994970"
  "/navigation/00000000000000000000000001994651"
  "/navigation/00000000000000000000000001994971"
  "/navigation/00000000000000000000000001994972"
  "/navigation/00000000000000000000000001994973"
  "/navigation/00000000000000000000000001994974"
  "/navigation/00000000000000000000000001994975"
  "/navigation/00000000000000000000000001994976"
  "/navigation/00000000000000000000000001994977"
  "/navigation/00000000000000000000000001994978"
  "/navigation/00000000000000000000000001994979"
  "/navigation/00000000000000000000000001994980"
  "/navigation/00000000000000000000000001994652"
  "/navigation/00000000000000000000000001994981"
  "/navigation/00000000000000000000000001994653"
  "/navigation/00000000000000000000000001994982"
  "/navigation/00000000000000000000000001994983"
  "/navigation/00000000000000000000000001994984"
  "/navigation/00000000000000000000000001994985"
  "/navigation/00000000000000000000000001994986"
  "/navigation/00000000000000000000000001994987"
  "/navigation/00000000000000000000000001994988"
  "/navigation/00000000000000000000000001994989"
  "/navigation/00000000000000000000000001994654"
  "/navigation/00000000000000000000000001994990"
  "/navigation/00000000000000000000000001994991"
  "/navigation/00000000000000000000000001994992"
  "/navigation/00000000000000000000000001994993"
  "/navigation/00000000000000000000000001994994"
  "/navigation/00000000000000000000000001994995"
  "/navigation/00000000000000000000000001994996"
  "/navigation/00000000000000000000000001994997"
  "/navigation/00000000000000000000000001994998"
  "/navigation/00000000000000000000000001994999"
  "/navigation/00000000000000000000000001995000"
  "/navigation/00000000000000000000000001995001"
  "/navigation/00000000000000000000000001995002"
  "/navigation/00000000000000000000000001994655"
  "/navigation/00000000000000000000000001995003"
  "/navigation/00000000000000000000000001995004"
  "/navigation/00000000000000000000000001995005"
  "/navigation/00000000000000000000000001995006"
  "/navigation/00000000000000000000000001995007"
  "/navigation/00000000000000000000000001995008"
  "/navigation/00000000000000000000000001995009"
  "/navigation/00000000000000000000000001995010"
  "/navigation/00000000000000000000000001995011"
  "/navigation/00000000000000000000000001995012"
  "/navigation/00000000000000000000000001995013"
  "/navigation/00000000000000000000000001995014"
  "/navigation/00000000000000000000000001995015"
  "/navigation/00000000000000000000000001995016"
  "/navigation/00000000000000000000000001995017"
  "/navigation/00000000000000000000000001995018"
  "/navigation/00000000000000000000000001995019"
  "/navigation/00000000000000000000000001994656"
  "/navigation/00000000000000000000000001995020"
  "/navigation/00000000000000000000000001995021"
  "/navigation/00000000000000000000000001995022"
  "/navigation/00000000000000000000000001995023"
  "/navigation/00000000000000000000000001995024"
  "/navigation/00000000000000000000000001995025"
  "/navigation/00000000000000000000000001995026"
  "/navigation/00000000000000000000000001995027"
  "/navigation/00000000000000000000000001995028"
  "/navigation/00000000000000000000000001995029"
  "/navigation/00000000000000000000000001995030"
  "/navigation/00000000000000000000000001995031"
  "/navigation/00000000000000000000000001995032"
  "/navigation/00000000000000000000000001994657"
  "/navigation/00000000000000000000000001995033"
  "/navigation/00000000000000000000000001995034"
  "/navigation/00000000000000000000000001995035"
  "/navigation/00000000000000000000000001995036"
  "/navigation/00000000000000000000000001995038"
  "/navigation/00000000000000000000000001995039"
  "/navigation/00000000000000000000000001995040"
  "/navigation/00000000000000000000000001995041"
  "/navigation/00000000000000000000000001995042"
  "/navigation/00000000000000000000000001995043"
  "/navigation/00000000000000000000000001995044"
  "/navigation/00000000000000000000000001995046"
  "/navigation/00000000000000000000000001995047"
  "/navigation/00000000000000000000000001995048"
  "/navigation/00000000000000000000000001995049"
  "/navigation/00000000000000000000000001995050"
  "/navigation/00000000000000000000000001995051"
  "/navigation/00000000000000000000000001995052"
  "/navigation/00000000000000000000000001995053"
  "/navigation/00000000000000000000000001995054"
  "/navigation/00000000000000000000000001995055"
  "/navigation/00000000000000000000000001994505"
  "/navigation/00000000000000000000000001994658"
  "/navigation/00000000000000000000000001995056"
  "/navigation/00000000000000000000000001994659"
  "/navigation/00000000000000000000000001995057"
  "/navigation/00000000000000000000000001994661"
  "/navigation/00000000000000000000000001995059"
  "/navigation/00000000000000000000000001994662"
  "/navigation/00000000000000000000000001995060"
  "/navigation/00000000000000000000000001994663"
  "/navigation/00000000000000000000000001995061"
  "/navigation/00000000000000000000000001994664"
  "/navigation/00000000000000000000000001995062"
  "/navigation/00000000000000000000000001994665"
  "/navigation/00000000000000000000000001995063"
  "/navigation/00000000000000000000000001994666"
  "/navigation/00000000000000000000000001995064"
  "/navigation/00000000000000000000000001994667"
  "/navigation/00000000000000000000000001995065"
  "/navigation/00000000000000000000000001994668"
  "/navigation/00000000000000000000000001995067"
  "/navigation/00000000000000000000000001994669"
  "/navigation/00000000000000000000000001995068"
  "/navigation/00000000000000000000000001994670"
  "/navigation/00000000000000000000000001995069"
  "/navigation/00000000000000000000000001994671"
  "/navigation/00000000000000000000000001995070"
  "/navigation/00000000000000000000000001994672"
  "/navigation/00000000000000000000000001995071"
  "/navigation/00000000000000000000000001994673"
  "/navigation/00000000000000000000000001995072"
  "/navigation/00000000000000000000000001995073"
  "/navigation/00000000000000000000000001995074"
  "/navigation/00000000000000000000000001995075"
  "/navigation/00000000000000000000000001994507"
  "/navigation/00000000000000000000000001994519"
  "/navigation/00000000000000000000000001995082"
  "/navigation/00000000000000000000000002094846"
  "/navigation/00000000000000000000000001946155"
  "/navigation/00000000000000000000000001994520"
  "/navigation/00000000000000000000000001958323"
  "/navigation/00000000000000000000000001994524"
  "/navigation/00000000000000000000000001994528"
  "/navigation/00000000000000000000000001994531"
  "/navigation/00000000000000000000000001994532"
  "/navigation/00000000000000000000000001994533"
  "/navigation/00000000000000000000000001994535"
  "/navigation/00000000000000000000000001994549"
  "/navigation/00000000000000000000000001994571"
  "/navigation/00000000000000000000000001999523"
  "/navigation/00000000000000000000000001994536"
  "/navigation/00000000000000000000000001994537"
  "/navigation/00000000000000000000000001994538"
  "/navigation/00000000000000000000000001994540"
  "/navigation/00000000000000000000000001994564"
  "/navigation/00000000000000000000000001994580"
  "/navigation/00000000000000000000000001994541"
  "/navigation/00000000000000000000000001994542"
  "/navigation/00000000000000000000000001994543"
  "/navigation/00000000000000000000000001994544"
  "/navigation/00000000000000000000000001994545"
  "/navigation/00000000000000000000000001994548"
  "/navigation/00000000000000000000000001994550"
  "/navigation/00000000000000000000000001994560"
  "/navigation/00000000000000000000000001994561"
  "/navigation/00000000000000000000000001994566"
  "/navigation/00000000000000000000000001994570"
  "/navigation/00000000000000000000000002000223"
  "/navigation/00000000000000000000000002009546"
  "/navigation/00000000000000000000000002092218"
  "/navigation/00000000000000000000000001743118"
  "/navigation/00000000000000000000000002098090"
  "/navigation/00000000000000000000000002098766"
  "/navigation/00000000000000000000000001994522"
  "/navigation/00000000000000000000000001994551"
  "/navigation/00000000000000000000000001994552"
  "/navigation/00000000000000000000000001994553"
  "/navigation/00000000000000000000000001994554"
  "/navigation/00000000000000000000000001994555"
  "/navigation/00000000000000000000000001994556"
  "/navigation/00000000000000000000000002000795"
  "/navigation/00000000000000000000000002094845"
  "/navigation/00000000000000000000000001994558"
  "/detail/00000000000000000000000061771951"
  "/"
  "/detail/00000000000000000000000061772360"
  "/detail/00000000000000000000000061771360"
  "/detail/00000000000000000000000061771917"
  "/detail/00000000000000000000000061771380"
  "/detail/00000000000000000000000061771630"
  "/detail/00000000000000000000000061771280"
  "/detail/00000000000000000000000061771471"
  "/detail/00000000000000000000000061771580"
  "/detail/00000000000000000000000061771619"
  "/detail/00000000000000000000000061771296"
  "/detail/00000000000000000000000061771792"
  "/detail/00000000000000000000000061772094"
  "/detail/00000000000000000000000061772272"
  "/detail/00000000000000000000000061772343"
  "/detail/00000000000000000000000061771787"
  "/detail/00000000000000000000000061771929"
  "/detail/00000000000000000000000061771940"
  "/detail/00000000000000000000000061772031"
  "/detail/00000000000000000000000061772144"
  "/detail/00000000000000000000000061772180"
  "/detail/00000000000000000000000061772308"
  "/detail/00000000000000000000000061771814"
  "/detail/00000000000000000000000061771383"
  "/navigation/5507d613f3974866b64d558b39342451"
  "/navigation/9174b58ea27e496f8e9cefcba40cac29"
  "/navigation/f971ef3857fb42e781756fba1e3dce5e"
  "/navigation/bba541c73fde441ebcdbd07fc306d960"
  "/navigation/44008bc085fd46559a6a82b1a2cf1a62"
  "/navigation/11890a5a935040ae99a4c58cb9fcdd0e"
  "/navigation/f859bda54694455a8d10baaec58c5c32"
  "/navigation/ceafb9867f584615a48e455a894f6b8b"
  "/navigation/7c2e93a1706f46c997cdcd112ccff324"
  "/navigation/b835f06ac4d2422ea289d6215a6f69b1"
  "/navigation/e7c8778ba9fc4785a8311e2ea1e0f6d8"
  "/navigation/2e332cfbd1de4b03b7321c1020cc2676"
  "/navigation/42a07277e07d4278b882f9e47493e602"
  "/navigation/bc19d167515040b48c34a5cb687011eb"
  "/navigation/8420453b9e044f66960143f8dd935e55"
  "/navigation/7e36b655d35d40899bf8a82765b23adb"
  "/navigation/5de4b279abf74b4eb167e2acc5bfc875"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
141 0.41 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""ð3.ü<D┤öUOz´¯SÍ"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.