GET https://nc-tkd-dev-sw65.roqx.de/navigation/273e2b0e7ef8310dbaae263f960ed292

Query Metrics

102 Database Queries
86 Different statements
1136.60 ms Query time

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.10 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:
[]
3 0.10 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
Parameters:
[]
4 0.12 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.11 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.31 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "Produktfinder/Kabel-Leitungen/nach-Anwendung/Reeling-Trommelanwendung/"
]
7 0.11 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.21 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "SUiM9e0tNVNXYKITn9x0lVrd1JrWR4bI"
]
9 0.06 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
10 0.11 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.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`, `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`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`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`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
11 0.07 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
12 0.05 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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
13 0.08 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`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` 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"Z:#~alF]×═─■&\x1Eì▒"
]
14 0.05 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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
15 0.03 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:
[]
16 0.05 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.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`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` 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`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` 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"\x03\x00\x7F{8cF┤âÉ®B£y└°"
  b"/¡#O¹\F¾‰±ç…[•AW"
  b"=4Õ všC‚§c —}éS\x07"
]
17 0.07 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`.`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`.`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`.`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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00"
]
18 0.08 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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦"
]
19 0.03 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"Z:#~alF]×═─■&\x1Eì▒"
]
20 0.48 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
21 0.10 ms
#cart-persister::load
                SELECT `cart`.`cart` as payload, `cart`.`rule_ids`, 0 as `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "SUiM9e0tNVNXYKITn9x0lVrd1JrWR4bI"
]
22 0.05 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
23 0.21 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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"€jU”FüD¬…éÜœƒ8\x07Ñ"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"Îi°ÄnóFÅ„³L 5g\x14¨"
  b"GööI=®F!¤sàv{¹^ö"
  b"\x00\r$óɹó3YóQŒ°o Ã"
  b"\x00'\x08cÄ$v▄ldgØ\[#V"
  b"\x00KkpÅ5”¡&χz=3Ú\x00"
  b"""
    \x01½\n
    #Eü\x0FU\x07┴ô~\x1E°AÖ
    """
  b"\x02*ÛëlÝÉ·Pþ̹³Ï9›"
  b"\x02Ñ0¡Õád±Ô\x1A&ar\x0F¡Ä"
  b"\x03;Gžië\x05ÍÎÕwðG1÷¸"
  b"\x03┘§'‗\x7F0|├\x17 ´\tÓ╩Å"
  b"\x04§±ÿ›Ÿ€Èâ\x1Ayárº¢0"
  b"\x04¤-Ë\x13ü┘zÐ-å3\x14Öà¨"
  b"\x05/`q\x12­é£ªŸß\x1Eµâ}r"
  b"\x06c¾ûæÓñcôdËà\x11¡ß›"
  b"\x06‰Œ~š£\x00G:²\x12½7RG\e"
  b"\x07\t\x17\x1E,—‘†’\x01h\x18Ö\x0E’T"
  b"\x07ŸNPÞïU©\r\x00±žüÒm"
  b"""
    \x08.ªv/±ÏÐ/%\n
    \x1E°‰íq
    """
  b"\x08>ΈhË*{>éªbüâù\x07"
  b"\x08UaÆQ.n5¾»ÇûlhÂÙ"
  b"\x08x╗©¤}~%╣º!\rì\x15L■"
  b"\x08žÖä.ôU½ø˜¬‡\x01\x08:""
  b"\t6'„±D\x13,€\töœ\r×#N"
  b"""
    \n
    €D¾õ0ۼΨîg\x1D€ü‰
    """
  b"""
    \n
    ¤Ñ§BÍ\‗\ú▓:¨ìÁø
    """
  b"\f\x0EÈ}È\x12?)ñ\rÁ\tÃeÒ<"
  b"\f!•\x15œ‚ãÓ_U]*Ý\x17\x12"
  b"\r‰Ïx7"{\x7FG0\x08¸žƒ\x08{"
  b"\r¨k«@œ\x06S9!Ž]+xø2"
  b"\r½D'nÕ—¯ìËf2ÐÊûê"
  b"\rÕ‘õÔ*»\x00˜&\e/pL³'"
  b"\x0EØ\ª¤S{│¦z_\x1AH\tñW"
  b"\x0FÅ’ÝE˜ë\x15ü÷ôoÿ¬Ðg"
  b"\x10ho*8ž©ÜÃÊk‡á\x12\x01Ï"
  b"\x10ÌÎqwg-┐ä±Öüß┼i£"
  b"\x11qmg¼¥\tzäWäüïÜÖ_"
  b"\x12\x02─$$N|p좡‗¤QÍ\x02"
  b"\x13$dÅ1\eôʲ¾\x10ê{%Ÿâ"
  b"\x13o&äÏ­@§6‘‹ÞS梸"
  b"\x13꣮襢»‚&\x12ô'f±¡"
  b"\x14\x12ì´–»\x11\x17ZÙû&÷DÙ~"
  b"\x15\x7FÐ.p;\x02*¤Ÿ'Ìæé]ú"
  b"\x15·®Êh<\x0604+\x1E÷±øÃj"
  b"\x18ƒŒKÇ\x17\t—«Å\x1FÚ\x05@¶ç"
  b"\x18˜„\x0FOû2K÷T~ú €»w"
  b"\x19*Ȳ¦þ\eZYØfMT¡Ù%"
  b"\x1A\x05îì&¼KJ`Â}»■è▒`"
  b"\x1AŽB\x1Dlœcú3[@ªB\x0F¤s"
  b"\x1A§´²È¬xÃӸÅ\x16nDn"
  b"""
    \ed╣╗@■.mïV\n
    a(ظ¿
    """
  b"\e«¾²{ú©¹\x04ói2ÿ8Êñ"
  b"\x1Dú¦)ä>^¶.J=>ïLÙƒ"
  b"\x1E»N\x15FNq¿&¯ð\x13XÄ;^"
  b" h■┬N)þvÉ┤!?.r<ë"
  b"#"ƒ\x17J\x05¬ÃJFœ\x04Þ7Õ'"
  b"#¨µæÁ#2´¤Ñܨì¾s;"
  b"$MÀI’\x04l&¥ø¦Ë\x03˜&e"
  b"%o5»)^§\rdCö\x07\x17\x1F"
  b"&8,ì_\x08°'tË[\x01ÜL~="
  b"&€&º,]u—Ô~-¸SžJ\x16"
  b"&κܧHè¨mÙd¼Å\x14ÍÒ"
  b"& ù\eÖ|9ÉK×P°ÛmßÎ"
  b"""
    '\n
    KáÌ5nSˆ•mATÅ-•
    """
  b"(§:i:5┴╗ìSÅ┐\x17:Å1"
  b"(ùS\x01¸\x1CÈÌx÷u“.,ÄŽ"
  b"(û5¯Ç9soBë•ÜÑm´\x01"
  b"\x06{>#“MvGÔ³¹6×\x1C"
  b"""
    *B\x1E\x1Fı ò@\n
    í\x0F\x1D║Å
    """
  b"+\x02-ýcò¼Úÿšo\x17Lå` "
  b"-N>Ë/\e<°Kq\x16…ùçÝæ"
  b"-▒█îôJ\x14üz▓¡BØR2¢"
  b"-┬üJµ"§u>Úf\x15Bø?u"
  b".Ñ╗¨ñ,┴\x12\x00\e\t║ªÅ\t"
  b".ºô²§\x1C¾H,í‘‘\x1E\x19;’"
  b"\x1F¿ù‚çªÖ\x1A\x1EŽ€K<"
  b"0\x0FiM\x03åJ@³¹±X\x04˜õ\x11"
  b"1;qj’*' ô\x00\x03¹Û~f:"
  b"\x10ülC¿ší:\\x16„HÎ\x1F"
  b"2\x11ÌÚÿ•\rs_áñ\x08$Ú”:"
  b"2³Å\x17\x7F\eˆ6\e,\eâ\x19\fþ"
  b"2ºŠÄ0Ü}­bàþ˜Aq\x128"
  b"\x18\x1C ±9’HGáåˆ\x17"
  b"3\x10W„q±•žLeAaTÿ­("
  b"3þ¤¥Å`6¤ü-\x13ðƒ0s¿"
  b"4‹š(Ú\tD1ž\eÁ¶§GÝ}"
  b"6Nm\x1EÕ‡'æ1¢¤\x14\rÙ®x"
  b"8[Í!ðᙺ’1u矃,†"
  b"97Aä\x7Fžh6û•Oômm¾Ö"
  b":¤¿ø”™ŽÖš\x08\x0E\x16\x02û"
  b"<=\x05£‚+X\x1C®†wxÕ—­}"
  b"=Dɽ\v©;ØTʧ]úÔE¹"
  b"=Lä2*\x02\x1E){}¿ü²=ÿ2"
  b">XżÞY#\x19)ÙÀMø4\x10\x1D"
  b">uIJûDwÙ‘ùù¬a©ò~"
  b"?.k¹lèwR1L”\fôÍ\x05z"
  b"?‡<ôø9pB¶é%T_‡.\x13"
  b"?╝qD\x1C¿\x06\x18bK┐(╠\x14üö"
  b"A »ƒp\x0E\x175Ó¼BÚÅó"
  b"AE¼h\eÇÒc"Òýçeì╝~"
  b"A¥_ïœt\x00Áô‡\x12\x14s/ƒ\x16"
  b"""
    B\x14|\n
    ØÐö0bÙ'Tú[B'
    """
  b"BA\x03í·nª—»’µòÿG\x02ˆ"
  b"BX ™kõÆoPºðŽ‘l\x19¬"
  b"EýÅ×"▀È3+ï┘æ╔-j "
  b"H<[ƒ1\x1CË îƒ\x1Eà─éì´"
  b"HX4‹ªl2¨FüU8Œ\x1Fæ>"
  b"H°¤Ése├\8R5PJ\x11EL"
  b"I.*Û¤ì鱉¨ti\x03Ì{¡"
  b"I˧\x04k\rZ»!Ü^C%²__"
  b"\x02/ñîÓã@‚jƒÖ´ýá"
  b"KrÅ"â\x1A\x11J«Òu}þþ3M"
  b"KÂY╣Xü'S¾Èznf_Ùf"
  b"KÂd\x00vÐûÿlœ\x049å9Áø"
  b"L£K/ØO%_UÀm]Ó(qk"
  b"M‡\fa°°^—ó0+«Ž»ñ:"
  b"""
    OÀP¿Ï\n
    J¿”KµxÄB5n
    """
  b"QGê\x02\x1Fø\x1FS^\x15%ŒžÑz9"
  b"""
    \x02Z\x0Eˆ\n
    yºù=ã¼¥q¼
    """
  b"Ràª9~&ÿ¯\x00Ñ™‚°ö“ "
  b"S\x02A┴=AAs$8ɪ\x08§ó2"
  b"S\x11š¸9«\x11.ã_XÉÎn)s"
  b"T\x0EzåõÐ╚ð°5ÉhdÞ²‗"
  b"TžR€@[ež¡¢½¾E\f¸V"
  b"VO$\r6\x06±RQàöÓz\x13°Ø"
  b"Vњ˗õ›CƺëMŸ\vÉJ"
  b"""
    W¬ëË_‗\rÛ┤\n
    D\x12Å╚ö|
    """
  b"W╗õEÞkÝ]▓Y■ôÅ║Z4"
  b"X.Çä\x1F€Ãjy›RµZ©öü"
  b"X·ó┌LÅliÜ×Ò}\x02\x03&?"
  b"[dD9?àž½šöR\x02\x04t"
  b"[Šn\x03ƒ»hI¿sÔzn‹¯u"
  b"\ñˆv\x02\x01\x04–-ø¡C#Æ3¥"
  b"^\x00\x0F½pì╔æ=Ïüïk\x19I3"
  b"^_2îµo\x141%B²T@ì¸["
  b"^úY÷¾N~„\f\x19\x06\x14oå›"
  b"_I\x10¡ÊnμkŸH(}í>J"
  b"_Õm€Š¨ ©ž³F_&Ç\x13Õ"
  b"_ÖDÂÑ7ä en\x13¡¸aœý"
  b"aÛü\x1F9±í«n\x16æ Ë‡6‰"
  b"b\x032ë?œ\x10-\x08vI!(\x03ña"
  b"b{ã,ñf¦Å\x12ÈO▒Ü\x1Aè]"
  b"c\eþ„\tbµî\x19@¬$N»¡ÿ"
  b"cØ¡u╠Î)4Òï\x01▓/¡╔õ"
  b"cß¹╩®U┬i\x1Dü>áÙ¿B¥"
  b"dÿ÷²ÊÓÉÙ?S\x08›nÅ‚\x00"
  b"eÊ9r5{ØË\x04µ╝0Ù╦║I"
  b"eÙµ¹Üä˜\x081-\S‚ò›"
  b"f$\vÍýé\x07{Ãåຄ\x08r\x1E"
  b"\x03■ƒÝAìp<]N*¤6O"
  b"gó1ZOÕa9ãLšÿ¾æE\x1A"
  b"hL\x1EkKªå¿}ö\x14â庀¨"
  b"h^ú½üèxª9¢q\x10Õ\x08ø{"
  b"h‘瑌Eû\x10\x1A‡=Øs°"
  b"\x15┐OH\x0EQ\¬Ø \x06┌³\x10"
  b"k43Ð▓Y8aÏ█ÔM\vÒ\x1DØ"
  b"l\x00þ¥ÊàÊX\x05‰ÝqŠI\x1Có"
  b"l@ü@ÇHxòBù\x03)Zñåž"
  b"l›\x16‘/›GMèÍ¢ë-\x02ss"
  b"lÞÑûi™\x00—ZÏ\x19\x1EK‰æ["
  b"\x03awÊÁ\x13j\x0EPj¤§—G"
  b"oN╗\x06õõ¶s■\x7FBT+ì=l"
  b"p╚Ñ\x170@Ù┘\x18¼C \x1CøÉL"
  b"q‚´\x1D@ôŽð\x08Í/NãXPu"
  b"qÐ*\x03u¯èÒóÈ5\x19®\x1D·\x1E"
  b"q×Iç\x02QÞÏž4ÖŒ\vä*‡"
  b"ræÕïêÿfàÚ[ìòd|ï\x01"
  b"s—«RO”wLôÑnÉÝÄb«"
  b"u\f8½¤ŸÔ\x05©\x11ˆ7A\x02©4"
  b"uãVÏ\tQ׃ž#òÌJä5½"
  b"v\x17$Î'\x03¾\x13Mï1¼Jö?a"
  b"w!©\x11\fJ\x18ã£Ç)ý75;ã"
  b"""
    \n
    HçNå¥;°\f›n\\x05u
    """
  b"xút¶\x00\tG\x1C¿žyõƒ‚„i"
  b"zDa¥KéÔVö€7Œl€*¯"
  b"zí¦úTž×"\x02öþ`ž³³I"
  b"züã\x07–Ñšo†\vsû¸_5\x07"
  b"{k'I\f\x1A\x16\tËÒS‡­È\x06Ä"
  b"|@JªbÇšíÄ\x02iÀ€u\x08¢"
  b"""
    }2\x1E#J‚!_eK›ÂE\n
    àÅ
    """
  b"}p¢¥\x1AÊ\x01ÒÉÐeèµ7ýð"
  b"~-\x00¾ïü}Ïò\x01t\x16Ë\x07"
  b"\x7F-½Ë¯*Õ\x1F└;ÉWà╔CÙ"
  b"\x7Fó¾«ÜêM\eÔÔ)‘šIpí"
  b"""
    üôÌC»}4\n
    \f«ä Å■Þ;
    """
  b"üßV\x1E\x14Ï\x07Ö<\x1Ef\x1E©\x1FR■"
  b"‚-¸¶!Ö¶Šd\x1D\tW`˜KM"
  b"‚êÎê¾H¥óÔ¶Š§â"µF"
  b"ƒ6öÂ.1ÚRÂÎqÅ@"
  b"ƒEO)¸\r\x13ñMÄ(\x15Õ9Q"
  b"âHíÎLıD╬ì\ró┐Y\x1A"
  b"\x1CÉèæ˜/ýºÒ\x16‘ÑüåŒ"
  b"„H«Y´³"kü€žl\x14ÔŠh"
  b"„u\x14~‡Í<‰Jô\x1F\x1Eê¬ÄÌ"
  b"„À>Åo\ecM\x14С=mÝê_"
  b"àÅ┴¡┐gxߨf·ìnó]#"
  b"…ǹ\x13–´û¬hÁaË£„ŒÃ"
  b"†“ì|î}ÿ4\x045AM§*ž¼"
  b"‡7\x1DÄ\x1F§I\x16c\x00Æðã\x19Yp"
  b"çU\x00£ÌO\x05àðhûmËÞ«ü"
  b"êK\x1A┬N&ú3\x15\x13ýW:ƒÅ"
  b"ˆT«àc9\x138³‡\x0ECŽR§\x07"
  b"ë!■BüÈæ¢░\t\x1E╦ù│v\"
  b"‰.Õ\x04`.Ûʦ&ê:\x19slm"
  b"è\x18¬+Éq\e±ªI┴Lª\x1Fç~"
  b"Š¥£€Á€GŽÎ9;\x18ÿBæ\x06"
  b"Šþ¥ÇɵñŽ:pRo\x04Ç€Z"
  b"‹R\x1Eo½ÝoÆy\fT,|>C_"
  b"‹áE<\eDA\x1C €¨\x18“š‚\x12"
  b"Œ‡I+.²£ÌüÞôë™Õ¤?"
  b"Œ§%ô\x1D/MM?ÈFóÆŽ´Í"
  b"ŒÎé„_§ÔÉ\x02J#\v\x0EE\x17ˆ"
  b"ìz\x1F K´·ÝDÏ ─a÷EP"
  b"ÄsëëÄ5ì▄▄a█=xÀ║Í"
  b"ŃX}ÞòSoGCH▒\x11¯┼Ú"
  b"""
    \x04Ÿ#L;`*ò\n
    ‡öšv à
    """
  b"‘:\vZÅ/¯67ý×ø\f“É•"
  b"‘‡h^³žQ¦ÏŒ\x0F}Ù|¦0"
  b"""
    æÒ\x1A½\n
    (l̃\x15LþöïEü
    """
  b"’³Õ£\x14|\x01µÓç.½‡#Æ\x13"
  b"’ÿ\x06S¬¼¸\x16\x03é.¦´~\r_"
  b"ô\x1Cb`¬×Ö\x1E[ì:■ëk▓6"
  b"òé>²3rQ.´\x19ÅLÇx\e\x12"
  b"—3Ë%Å…9íˆ\x04\eÀÝaE•"
  b"ùáRËü?\x00▄®pÑ@r│B¯"
  b"—ílùÐÿç\x7Fu[&&£“\x06"
  b"ÿ▄ì\x14D+\x16¥ïqk¬\x1FX!└"
  b"ÖwÐ5¤!,.g>JçÅ7┤»"
  b"øÉ▀\x05Â{×]r@\x12\x1Dz\x10ó\x15"
  b"""
    øãè\n
    Ó╩É\x1Df▀ÉcP\n
    dr
    """
  b"œx"Õ\x005*\x03]ŸôL\x0EÖ\x16~"
  b"Ø\x0EüU┤qÈ\x1AxhA│░ée\x03"
  b"ØWY^2ª║ÈdS\vÒx▓óæ"
  b"×V\e?╬\x04\x07ù\x0E┌GØ<9F]"
  b"Ÿ±\eºÕ3³Ñ|6údÓ‘už"
  b"Ÿëï%kÖ¹!€‡vj[°Ã@"
  b"""
    ƒ \n
    É+Ê<H╦Ç╚xeö┌\x13
    """
  b" G\x08ßÓVP\x05\x06Øs\x103“Ä­"
  b"¡u¢¡Cµ™üøH|Dz+§*"
  b"¢\x1DQêr±\x07Hµ*\x1A\x7F¡Ûãi"
  b"ú%╚mÐ*FSóü5ƒù¸d~"
  b"úë\x17>9äÕjCïªiÔ(=ü"
  b"¤ƒ4çáHQ4Ë\x0EV\x18âú`¹"
  b"ñØ\f\x1CFòMLá\x08Keå<Ù9"
  b"§ÿÑp¹pø¿íþ\x1FN¥èËK"
  b"©Ø;š˜­\x7F\x11¸7;)¶\eIj"
  b"½E▓%▓Å\x13\x0E\x11\x11¶§#òCþ"
  b"«‘H›{D+6ŠÕ\x12)™ŸWõ"
  b"¬Æ\x19|FœYøÞ—óÊz)à¹"
  b"¬Ò *òèzV×\x08\v\x17Êú}\x0F"
  b"­\x11v×ÿ\x1F¸\x03TÀÍí\x16¶:˜"
  b"®7¥U\x7F@ýFá1O¼R\x15Òà"
  b"®›î?\x1D\x1Ad.\x05e`‚ËY"
  b"¯nØÞ/Ù$wøÂ\x1FÜÄê¾B"
  b"°\e\x01\x04PíDUj[\f\x1Fõ"
  b"°4õm,²Ý}xìƒQºˆ\x0F6"
  b"░@H\x06\x12[\v▄Ûæ╔ÅE║ê\x0E"
  b"▒s\x11É{\x06╚åxo4Ê█ óR"
  b"""
    ±Æs;ôIÇ—X\n
    fžy½‘`
    """
  b"´È\x11ª´g¯ŒdìGH\x19\x1F³"
  b"µô‘„·_ÔïFR†ÊFœ\x08²"
  b"¶T¬å^´±%j\x01‹Xå¦_Y"
  b"""
    À\n
    ÅÝc├Ʋx?ìãè\x7FÖ┬
    """
  b"·³ªJÇ4ßšx¤“œ˜îlÙ"
  b"¸G%ó˜q"C\ù\fžOÏ¢-"
  b"""
    ¸”Ä\x1FÕ¯\n
    Á\x05\x18J܃—
    """
  b"¹*©€…œƒÙ\x19øÊTz¶vz"
  b"¹Ä\x14«”íäWð;£hsÅ|î"
  b"»m¡§]ŽÒ€(ï%_¿\@‡"
  b"»Å.(º\x7F-ì®!]dvîíä"
  b"\x08;îCõÖ╬É\x7Fߨ<\x01î)"
  b"╝Ç{[\x7F\x0EªF¤\x1Cd­ØÚ"
  b"¼—Ô·¾ÛÙsi‚‰\v茛\x1A"
  b"¢┤\x19ú\fÌÉÚËí┌«\x1Afг"
  b"""
    ½íB²‡\n
    Û–h’ë_.Ú‰Á
    """
  b"ÀÚ\x15ÁX\x17&yÙœËä±%7Ž"
  b"""
    ÀôÔ\eÓRT\n
    \x1C²ö)Ú@›Š
    """
  b"Á=Ž®»Ž~XÇk3W9B¸Â"
  b"Âu^k\tª…M'Ü£«~\f•Y"
  b"¶ÿíIÇÔ3\ed\x1Co39§s"
  b"ÃÞ\x14ðÀ\f2ô‚\x1FðlÕ¢*\x7F"
  b"┼E┬úý░\vY░╩øvÓ \x14ì"
  b"Å„\x07!7Ø› í1^\x1E\vQoé"
  b"ã\x08,9Ð╠«¯\x0F╠ì├FQû┴"
  b"Æd§0!ã\x06º¢ÖGaÌwåÊ"
  b"Ç\x03\x1Fo³—÷§ò\t\x05mY+™\n"
  b"Ç#!l6;<_%¨,0?\x1F.…"
  b"ǽa,Ë‚CâZ…t<’\x04"
  b"È\x17ÄÎF˜Cî<\x1E/ʨŸ¦ÿ"
  b"È•¦ý\vW›+]¶É\x18µ±>ã"
  b"Éj­…Õ9ãÅZñÐá#Aż"
  b"ÉÖ…UC$SÖmîÌøUÞ+ö"
  b"ËIbY À­›\x15\x1EdnL\x13øP"
  b"ËcË)g<­Áx‰»®…ó\x00ü"
  b"Ìo¦>Ù\x0E½\vR´"@\x18w\x7FÇ"
  b"Ì´Þ?g9M\x08öMRˆÉ²±÷"
  b"ÍR\x05\x00\x151P\x7FºËÂ@\x0Es¶Ž"
  b"Íš\x1D@ÞÇð<>\x0E0>o™\f^"
  b"""
    ÍÔX%‰t¿1J^—\v\n
    ¸\x08Ú
    """
  b"""
    ÎVCŠ2¾M%µ´\n
    4Œ%ol
    """
  b"Îim_©ïÉC¸~f\x12È-\x02X"
  b"ΗŠÛexv4£à\x19§;À×\x1E"
  b"Ð\x06\x1Dh2 /ñ\x00\x0E–ãµ,)E"
  b"Ð"O‹‚’\x0Fj4°öÊÈ\x15ü#"
  b"""
    ÑI#t\x04MJ¶\n
    xZy[ÿ6L
    """
  b"Ð|ýñ³b¦\x07ì8\x1C┐Ï┐Âp"
  b"ÑŒhlÿ¹<ÅQÃ\x15Ú­-÷"
  b"Ô\x02ðüÔˆw°ñ‘ÕðŽS\x02¥"
  b"ÔÓ´1s\x7F#y¸\x11´+U‡EÍ"
  b"×\x185‘\e\x0E\e\x10Â\x1DÿÑ<0†\x18"
  b"׫v8Õ‚âЮ\x1F\x17N¦Ü!\t"
  b"×È9Ì\x14ço»£0\x03¼DH\x15\x11"
  b"ØjtÈíÞ¦\x7F\x19±’'Qµø;"
  b"صL15®\x03%·ÃF€³\x00\x05"
  b"ØÚ@_gÒÁÓŒìn×GO{\x02"
  b"Ù7O}ÒÎq‚ %\x13¤KK:\x17"
  b"Ù´*ŠºÕ5ç\x7Fþòlz\x18\f"
  b"ÚÄ.Æ\x00\x1E<½õ]üÁÐ4p¿"
  b"Û\vÏ´§Àm~c\x02”?÷â\x1D."
  b"\x0Fa\eFËÉo:!\x00!8$íÙ"
  b"ÛDL\x15Ó§^Hø%\x7F\x00S}g‰"
  b"ÛH\x00½Ê'‘\x195º«õ“̾ä"
  b"Û_\x00µù§\nS*§œ\x1Aïnô3"
  b"▄ÅÅ\x18OJ/T\x1D\x14\x1E╠æª\t3"
  b"Ü÷µEµ<dú3#\x0Fv†\x05ñ1"
  b"ÝF¸N\x01æF÷…¸Db?8\x116"
  b"ÝL†ÝuNЪœ4ŽjR·ôå"
  b"Ýߘ\föò‰\t«˜U]/v„\x0E"
  b"ÝàŽ\x08­ 3g"¯™\x02\x19“·g"
  b"Ýõ~ñÄC—©j÷™Þ\x1Fß÷v"
  b"""
    Ì\x16ì¤)\x1C(æ`r\x1F\n
    ýP«á
    """
  b"ß¹™7\x14ùÝ}<ûÉG\x11“q\x03"
  b"à†ÈÑìËR§/M\x01‘‰#w!"
  b"à‘]”\x0ESYÏÒÁ#5ú[óg"
  b"áݱ\x01ó\x01¯0e[-™Q\x7Fpÿ"
  b"â\x1CuIœŸ\x00èid8À\x07M×”"
  b"â\x7F·ð°\vŸ ñWrrÉo\x10Ù"
  b"â±p%ÝÆu)}*1F>\rîF"
  b"âÊ3pEØ\x06e¾´l1ÏE^ä"
  b"Ò\x1AlØeý3\x0E\x18┤J■Í\x0F\v"
  b"Ò▓òNûÛü▒¡¸Ù%á¹Ä/"
  b"äP8ÀC®†í\x13Â\x01\x00”_\nù"
  b"ç\x08§LÜ–õå§Á0.\x18ÿÚ†"
  b"çzhñSLÿ`ö»ä¤\x13âa\f"
  b"è³íŽXr³˜\rýïa=gg¢"
  b"èѳí7ûâ\x03F»Û¨Œ$y–"
  b"ÛDºòo¾t╝!ÿèüç ├╝"
  b"Ûd`\x0E gÉ▒╣â²#╦\x15ãº"
  b"ê–˜ F\x1Am뼜¦%¸áÒ¨"
  b"Û¬▀╬öê©6Õ¯Rúã©Ø‗"
  b"ì8Ó\x08ï÷sI&\x11Õ~°ð\x17â"
  b"ìh>HG$5wHŒà±òMÕ”"
  b"ýu°MÖ╣ó MI\x04ü\x04¸¯2"
  b"ìØY<SQ\x07à Àè{Gæã’"
  b"ìþP59泂¥Yüvv\x1CC8"
  b"í@ÙÍX\x00äÞ¾ë°f`Ö6æ"
  b"íLMß\x08ÖëDL&Åj“F$©"
  b"Ý║\x1Eü)+\x19▓B\x16ªÇ■│╚;"
  b"Ý´¾ÍWÍ\t©ú·\x18\x02Dì╦╦"
  b"""
    ¯ÆRóØÇJ[{]╗½\n
    \Ѧ
    """
  b"îš±"¥'Q\x0F\vŒ­©¾\x1F"
  b"ïY\x18_òçµÙÕô·\x05tO\x07"
  b"ïø¬“´©i齋ú࿔í"
  b"ð—³ ž£Á“@‰m™c‘¸P"
  b"ñ\r\t߀R<„t\x1Em\x02ÎÞê¾"
  b"±Z{`▄▄\x15o¤üK¨|Õ§═"
  b"ó\x1C­\x072–Ð,ª\x00mTk¡àp"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
  b"õÒä"ŒkGIB0k0lÕ´Š"
  b"°╝Bw3¿Ü úìQ1┬&®0"
  b"øÇÄÜ\x1Eše×\e\x08\eÞê/çÁ"
  b"ù7û\x07!æðü\x15b`Î:"j§"
  b"ù‰ú>~\fnwíîj\x08úþ?ª"
  b"ù—ë§±t#d¤¾-¢ˆ\x17ïr"
  b"ùûFø\x1D\x04?\x15L8ΨˆEÓö"
  b"·9 \f¢\e Øö╚IÐ,┐ôÛ"
  b"úQ.é\x07\x18\x19\r5\x03÷Z\x16®"
  b"ú´§õÑdÈ‚ï\x02\x19"Ì%Ø\x15"
  b"û¢È…eÜë\x04w¼æ9€\x07¦‘"
  b"û³`løŽ‚&ض<\x1Dé}\x0Fq"
  b"³xtñÝÆ┬8^Éû\x1Fä2Û¸"
  b"þ\x03I9Íå\x17Ú%‹›æì-èÙ"
  b"\x107┤─üû°àƒ\x12\x13dxq$"
  b"þ‘‰uºpÕYÓ‹lóà1Rä"
  b"þêž!\x10þ¡]t4úw\x13&Š|"
]
24 0.14 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
25 0.10 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:
[]
26 0.09 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:
[]
27 0.09 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  b"Z:#~alF]×═─■&\x1Eì▒"
]
28 0.11 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
29 0.09 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.06 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.06 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
32 0.08 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`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` 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`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` 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"
  b";6\x1DÐcrKõéÂÌ\x06"ÅV5"
]
33 0.06 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
]
34 0.19 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`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`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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%"
  "%|b354c5c506a04847b4fe9fee984deaea|%"
  1
  5
]
35 0.09 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
36 0.08 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%"
  "%|b354c5c506a04847b4fe9fee984deaea|%"
  5
  true
  true
]
37 0.14 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`.`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`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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"³TÅÅ\x06 HG´þŸî˜Mêê"
]
38 0.18 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
39 0.18 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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
40 0.07 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
41 0.16 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦"
]
42 0.09 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
43 0.08 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:
[]
44 0.07 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:
[]
45 0.07 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
46 0.11 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`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`.`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`.`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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00"
]
47 0.07 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
48 0.03 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:
[]
49 0.02 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:
[]
50 0.64 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`.`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`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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 `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` 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"'>+\x0E~ø1\rº®&?–\x0EÒ’"
]
51 2.61 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`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` 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`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` 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"g\r¦┬RÑEáûÉ|ô]mt«"
]
52 1.30 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`.`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`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` 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`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` 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"g\r¦┬RÑEáûÉ|ô]mt«"
]
53 1.44 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`.`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`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` 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`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` 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"\x0FŠð\x03\e7JÆ‘ïŠv»PU-"
]
54 6.84 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`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` 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`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` 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"{X¤ÿúIJ+™/#á½Å¡…"
  b"òݱ¸?7Ea░\x14rà■\x16¢ì"
  b"¡4\x00 \x10ýLT¸\x15Ë,ª^c}"
]
55 0.70 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
]
56 1.18 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`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` 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"[\v,\x0Fg\x0EKT§ð\t\x1A&¨q;"
  b" xƦ\x13.O´¶×DîÊ7ÿo"
  b"íu*p<LA6ä\x0E\x19£õ£]É"
]
57 0.53 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformGravity"
]
58 1.32 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
59 0.07 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
60 0.46 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`.`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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"/hÿ║ÕOE┬ÉÛÌNÛ×é·"
  b"ËÏ\x15RIÌM\x1Fûi█OAÉn5"
  b"l\x12\x1DÅÙ¿Bãù█Vv+y®\x00"
]
61 0.14 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"'>+\x0E~ø1\rº®&?–\x0EÒ’"
]
62 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"'>+\x0E~ø1\rº®&?–\x0EÒ’"
]
63 475.60 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`.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_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.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` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 36
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
64 6.88 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`.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_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.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` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
65 6.26 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` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
66 0.44 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`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` 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`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` 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"`╬,\x7F^ý0À╝öç║Ñ_üí"
]
67 99.72 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
68 3.36 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 (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
  0
]
69 3.25 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 ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
  true
]
70 185.64 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` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
71 6.60 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` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
  null
]
72 0.36 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x06Aº$U–8\x1Až>ã€\x01<†¼"
  b"\x07"âêo&0ûØÒñiÃËa0"
  b"\x01›³*»è0\x19¦S#S“ˆ\tß"
  b"\x02\x16Ûåý$­ëø~U\x0EóÕ°ü"
  b"\vP4c│ßrHIÅÓO«î╩Q"
  b"\x06Òá╗\x03 │Ñ┌½ÀÉAýê,"
  b"6WÍr\x07\x7F8Ÿ«£_L‚=\x14"
]
73 0.47 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"/ß/Ñ@G4€³•oaÒ÷Ãn"
  b"\vÑ+o\x11B:qœô£Î·\x03ùã"
  b"H¦éÁë\x196@©Ò„\x1C\x050A€"
  b"?lKÖ\v<3“˜$¡\x1Dó}ÒÒ"
  b"i+›´c\r4û½-‚ý­´²\r"
]
74 0.44 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"H¦éÁë\x196@©Ò„\x1C\x050A€"
  b"\x07"âêo&0ûØÒñiÃËa0"
  b"/ß/Ñ@G4€³•oaÒ÷Ãn"
  b"\vÑ+o\x11B:qœô£Î·\x03ùã"
  b"\vP4c│ßrHIÅÓO«î╩Q"
  b"?lKÖ\v<3“˜$¡\x1Dó}ÒÒ"
  b"i+›´c\r4û½-‚ý­´²\r"
]
75 99.25 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`.`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`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `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`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `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`.`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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `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`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_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.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`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` 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`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` 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`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"H¦éÁë\x196@©Ò„\x1C\x050A€"
  b"\x07"âêo&0ûØÒñiÃËa0"
  b"/ß/Ñ@G4€³•oaÒ÷Ãn"
  b"\vÑ+o\x11B:qœô£Î·\x03ùã"
  b"\vP4c│ßrHIÅÓO«î╩Q"
  b"?lKÖ\v<3“˜$¡\x1Dó}ÒÒ"
  b"i+›´c\r4û½-‚ý­´²\r"
]
76 0.28 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
77 2.18 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` 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`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`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`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"+>_txu‰˜#\x05ƒ\x00ll]c"
]
78 0.60 ms
# product-listing-route::loading::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x07"âêo&0ûØÒñiÃËa0"
  b"\vP4c│ßrHIÅÓO«î╩Q"
  b"\vÑ+o\x11B:qœô£Î·\x03ùã"
  b"/ß/Ñ@G4€³•oaÒ÷Ãn"
  b"?lKÖ\v<3“˜$¡\x1Dó}ÒÒ"
  b"H¦éÁë\x196@©Ò„\x1C\x050A€"
  b"i+›´c\r4û½-‚ý­´²\r"
  b"Æ€š¯\x01]1콪Zð胲Ö"
  b"å­ŸÉÈ<<‚‡VÈ*tû&w"
]
79 24.82 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"\x07"âêo&0ûØÒñiÃËa0"
  b"\vP4c│ßrHIÅÓO«î╩Q"
  b"\vÑ+o\x11B:qœô£Î·\x03ùã"
  b"/ß/Ñ@G4€³•oaÒ÷Ãn"
  b"?lKÖ\v<3“˜$¡\x1Dó}ÒÒ"
  b"H¦éÁë\x196@©Ò„\x1C\x050A€"
  b"i+›´c\r4û½-‚ý­´²\r"
  b"Æ€š¯\x01]1콪Zð胲Ö"
  b"å­ŸÉÈ<<‚‡VÈ*tû&w"
]
80 0.10 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`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` 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`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` 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"
]
81 0.12 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
82 0.10 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:
[]
83 0.10 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:
[]
84 24.86 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"\x00b-Rõ\x1E²(\x04„“Ì;¾É…"
  b"\x01›‡vߦN­c\x03ìçðÃ;\r"
  b"\x02n?‡£\x020ÄTí©(„©¯à"
  b"\x05k÷Y‰4ûÔÞ\x11a\x7F\x00Ð"
  b"\t9\x04â´æ´g\x12Läü\x08«\x16\r"
  b"""
    \n
    ¶]·+ÅCl\x7F]à-Ù^bw
    """
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0E\vG\x05ö¹\x11¶bºdãèk–\x16"
  b"""
    \x0EÙŽÌ\n
    Þå\n
    {?…ω„ÍÙ
    """
  b"\x10ª\x04e[j\x17DÝ9˜båJ¯z"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\x16Tüå\x06=Ë╚ü\x00"'Õo▒┤"
  b"(‹Q*³‹-!;äY×ô'\x10°"
  b"(Ëç(mÍÈv£å╦jÑÅÇ4"
  b"*R╔Ø.¯d&yE■&þFƒE"
  b"+>_txu‰˜#\x05ƒ\x00ll]c"
  b"/±kEÕÉSd\x04@\x07äŠOšo"
  b"/ÈbC\em(3¤bö%Åâ6è"
  b"18\x03mûEµ·îG\eMþ»r\f"
  b"2\x0F †S6]‘\x14\x193€Ï.qÜ"
  b"3(ìƒ|>Jä:9ã¦çW^¥"
  b"5ôš7ߥ醿kª©^d\x04!"
  b"8’Fõ<?»-_Ï™Õí\x1A"
  b"9€NYÀßl9=쿇U0“ö"
  b";v' è$ŠÈQFJ¦’­Õ\x02"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b">]\x14;<œÕÜî’ÃÎÊ›Ñ@"
  b">hÆüå–ç>N÷d¢pÉhm"
  b"@ñ'\x14x%ªë\rë[}\x08SNì"
  b"C\x03T7•…ðÒS¥z\x00‰¬}M"
  b"GMB5‰6å®Çœ\Çd+¡Š"
  b"GkÊ”º¹dÌ "\x04Ëz\x05Îõ"
  b"G«ab\x07ˆÒ’@F2ñ7Õ"P"
  b"HÁßbMIŠÄ\x03\x07œÔ\x0E‰Þ·"
  b"OM…µ°E1ª¹]\x08Dƒ,\x0Fä"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"""
    P¯f$¨»>´¨\x1A[\n
    %.›9
    """
  b"PàE1ò‡ŠôÀXa\x04d¡$µ"
  b"""
    \n
    )~¾¦è\n
    ܶh\x10£Èú
    """
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"Ví5¦UþÑ\<\\x1C3%äãW"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"cþÄ®\r×]›õ!åðÝD¥a"
  b"eÓ¸÷·‰L_@úÍZ1*\x15k"
  b"hÏ2└óC\x04y‗6Å\ÙÉÜð"
  b"któ¾B\x7F*äP\x1A)6Z\x01Ra"
  b"nQŠÔ\x18]\x0E\x08\x02é—u"”…d"
  b"o\x1A\x19û\x05V/ÕZ-ö\x0ES\x07Àë"
  b"o%\x08É7®Îf \x0E¯>;ú┬û"
  b"oi—OC«\x13‹÷è,²\x16\tz{"
  b"qf\f\x1A6ðë7█ü¾╩Z¨-â"
  b"\x19™æfÙVwõy‡ÌÀˆh"
  b"rÛA\x0Eypo\x19êè\x1E<\x1DŠû;"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"tmÇ|\x12\x1AÍZ’r‹SÌ\rèô"
  b"tqÑÀRlë╝\x7FıÉÁ[╚w\x0F"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"vý¢½Ï4ï¡­'×_¼Ô-d"
  b"|WrM\e¯ç’\x1CY*\x13Tƒ“\x04"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"""
    àä\n
    íW^ D\vü}╦ÖEëG
    """
  b"…“èó…}\x10psú¨ÛYÁ~¼"
  b"†E%“î9÷!\x19"\x1Fü\x01_¡%"
  b"ˆ/}˜·Å˜\vû¬ê\r\x03§7ú"
  b"""
    ŽmÜ×È\x05b­~\n
    ëŠÑ-¸Q
    """
  b"Ä|X\x01Éß+ßâ\x7F=¬▀\x0Eæ\x07"
  b"“±¿ÁÙóv͹®-h‡\x145\x05"
  b"•8„ß\x19ä\x03\x18Ð^ZçH¡mz"
  b"òO¡#\x12ذ\x155┴\x18:ìÛiı"
  b"\x14®\x04ºa‘·2á]M9\x1A"
  b"›ß\v©rhxßȸöiAòž`"
  b"تy┬yV $▀,-E­\x17!;"
  b"žb³\x14–¼N,\x1EYp4ï‹r}"
  b"žÏ\x17iÄ¢ÈfE¾#ë@ÚÕ\x15"
  b"ŸÅnZ;˜†#GWÝ„w\x19â•"
  b"""
    £Ðã$8yø\x11x\n
    öL¿èP€
    """
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"""
    ¬%\n
    ôä–Ø{yÁ{Ül÷\f\x1C
    """
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"»Î+´OF1Ìkp&╠ÉM\x06ý"
  b"│'|\x02'õÒ\x03r?ì­UÕ¤="
  b"""
    ³7F\x10=œhœ\n
    ~ÞÓ¢\x12\x03Ÿ
    """
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"╣Q▓Î\x11¡╣┌Ù└ÊNìÝÊj"
  b"¼\x17½Ìg=úW„_Т?“ÉE"
  b"¿»õ\x12r¶d»|à\r'+0\x7F"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"Æ\x18—#*ƒÍ*P\x0Fƒr°ôÖÁ"
  b"Ϲ¯’‘;¡\9µ€B\x08åâD"
  b"Ð+\x05+\tZ”ò´\x15³\x05ŠëÝ""
  b"Ò(b\x16ŠäñZI’K•Aˆ\x15í"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Ö‹·ëc•\x06\x12\¦[Á;Ȇò"
  b"Î\x7FÀkø³%ÉPj\x18"ö¶Á]"
  b"Ù\x0F\x14åtë¨vÞp\x03o«G\x0EÝ"
  b"Ì┼ÓFî█\x1A8ÅÒ<Ì\x1D³Ìv"
  b"ßh\x1Fñ\x16wVwàa·\x15<W‹ü"
  b"àZ\rÛ\x19ºU\x19 \ó™|˜œë"
  b"àÀ…É\v\x1C\x01m\t\x08·\x01tKft"
  b"áÍl‚\vâ»Ë™|¢Ãv\x1A"
  b"â3zÄ'\x17\eq]\x045o§\x04"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"äüd{¥UJ&5\x0E]}XW!u"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"ê\x02=´¤:Ÿc?@Ùz{'\x07\x1C"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"‗áo┼ï²\x15÷Åá,Ý╣Û¹d"
  b"õD<c¦ä'¼\x10 xE·c3<"
  b"ù~aÖ\x156¨ÂáXùm2ÅýÙ"
  b"\x00\x05╩rÇ2=ÕØÃ┐'c┼╗ò"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00ÏPyk¦0 æÅZ´Q\x16"l"
  b"\x00¶ÿ\vÂ5?É©b\x03²'▀òl"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x00û¹‰¹ñ<§¤(( « &\x01"
  b"\x00ýCµdV1\x06ƒ•cͲ\r\x14E"
  b"\x01\x1C\x03ûWÆ?¹­Vˆ\x02=\t\x1E"
  b"\x01\x1Dı4®¢>ÿ®KÙ}wïÉe"
  b"\x01\x1FÚÎÒº6±†\x12¯83\x04ÄG"
  b"\x01&\x19Œm\x10<ȯmgQƒ\r"\x1E"
  b"\x010³n9Å03ñ:Å¡x╗╬ð"
  b"\x01AÐlš\x08?'¤\x0F§,éX‘Ž"
  b"\x01Jâ¡Ú3\x04¤€šü|í¤<"
  b"\x01X*Ø▄C;\x07¬â¿.H\x04┴)"
  b"\x01\x15\x0F5.¿M\x0F7–x¾ƒ"
  b"\x01Ô¸ıg,?║×Ó¿Ø¿¸Á╦"
  b"\x02\x08Ù”’º;(¿¬û©/\r¾\x05"
  b"\x02#YßMO3²¡÷\x0E,_š5R"
  b"\x02âdÎi²6DÅ\x02\x003)0á-"
  b"\x02\x7F█È[2Ú╣þê)ÈØ\tý"
  b"\x02óª—£:3€¥žÔÕ\x0F6e\x1E"
  b"\x02¹¾ O®1BÜB\x15¨üà4ô"
  b"\x03\x08¿\rå@:nìÁM\x06¤^PÌ"
  b"\x03\x18\tÕ\x01–.uª$èhaf"
  b"\x03\e¨4ÿ\x194̇‚¹¿îú¥\x1A"
  b"\x03\eĸmå<„¡Õ¸p¬)ÈŒ"
  b"\x03;\x07¤+█;┬Å|e$╗ ¿\n"
  b"\x03Ñ\x16w╚°8£Å█£sƒ┬ø\x07"
  b"\x03«ñì*╬9ñÜ[»{ö«¡\x0E"
  b"\x03³¥nÒ+0˜„ÌJ:ÔÅUb"
  b"\x03Ç&3å=7Ķ‹b³Ÿç²u"
  b"\x03Ônr\rº;–’…]êóÈÃ&"
  b"\x03ü¥WÒè3\Žº’þ\x0E4ñe"
  b"\x04\x1CàO± :2€°8y®(ËY"
  b"\x04:R ãè3\x02\x05Ï"_ÙÕà"
  b"\x04aµ•×þ2\x18’îcÄu]ßø"
  b"\x04à§ÞTú<¾ü&¶¼Ü5Q│"
  b"\x04›©Ê\x01Ÿ9¡¹&gY¼çw,"
  b"\x04ž¬fóª11†).£±OàÎ"
  b"\x04ÜÌnÜ‘5·”ùÌÕy\x13‰Ã"
  b"\x04÷&d%Ù:\x1D¬G\x14\x01\x01\x1F"
  b"\x05\x03 ñyq;<ì½Ù<\x15\r■■"
  b"\x05DÛÅ\rE?±ª_Ï─çü½º"
  b"\x05V╝êùG4AáÒÅØ©;Æñ"
  b"\x05“‡pN¡=¥¾?ÔºßiU1"
  b"\x05Ñ╗Àý└3ô┤┌\x04üª3ýÃ"
  b"\x05¯\vvF\x1C>ëŸ\x17¬Uâæî”"
  b"\x05°°\x1C)j\x1E\e\x12ÈûSoéÅ€"
  b"\x05Áa'Øý0…¬¹å\x14©È}h"
  b"\x05Ö]Hº+0\x1C `F”\x1CâO¨"
  b"\x06\x13„Wœ\v5\x12˜\x08‚ç¹\x00cB"
  b"\x06\x14kæÛð4\x7Fˆ¹“\x18=$Fë"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06\x1F \x11>éžö\x1DᣯµÅ"
  b"\x06X},§˜?\x02´Ï,;Z0“\n"
  b"\x06soñt"2\t¦\x1A€4/ƒƒË"
  b"\x06zZÁYîá'´‹B\x1C˜”êÁ"
  b"\x06ˆ¦ÖÀ°?Í‚`»\x05Á„”"
  b"\x06£üÞ0c1q│É\x01Æ╝\x1DT\x15"
  b"\x06Ýš˜æ&=\x18©ø\e6^*b¢"
  b"\x07)ŒÞ›š0Ä‘”œì)%\x06_"
  b"\x07█_╠ÂÉ2'Æ\x00▄·dõ│b"
  b"\x07ëc"{š<öºXV\x15=ù&ˆ"
  b"\x07ñëusê>T«/…\x14ø¶±˜"
  b"\x08\t ufƒ;¬‘Â!h¢Gq\x10"
  b"\x08\x15×['½1\x04³Ï®£xzvß"
  b"\x088ø·a›1‹‹j\rÐ/Ë.œ"
  b"\x08ZÒ■Ñß1\x00ü▀=4╠▄³\x7F"
  b"\x08Ù3ãff9‰†Ÿ\x01¸!¶2¿"
  b"\x08ãÓNÓ´9àŸj\x12\‰ÈÅ»"
  b"\t\x10üü‚Š9¯¦³B6âÿ’”"
  b"\t\x11Ý&ÉÂ9Ëâ\x13hÕºÊ"|"
  b"\t2×'Ñ 9\x1C\x0F\tåjj.ñ"
  b"\tDw`Oà9GÉÂò￸│="
  b"\tjwƒÓv4ç£&ŒÐÙ€’ª"
  b"\t\x7FªÉg±1yêÄ!£ƒ­■Ã"
  b"\t…R\v¬Ÿ:[£­\x04%!>;'"
  b"\tŒm6F\x059ô¹¶$Áò™\x1CÚ"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"""
    \n
    \x03i\x19´B>ʦÕrÆìP\x12Æ
    """
  b"""
    \n
    >îK7;;^‘ˆZSÉ/,´
    """
  b"""
    \n
    FpHF‡9\e“ár"ù¹ÓM
    """
  b"""
    \n
    |\x1C\x1D5k¥)”åyE\x11\x01
    """
  b"""
    \n
    Êÿ1{\e2\x01‚ÈO™R4ÖV
    """
  b"""
    \n
    È\x03¾Õ¤0\n
    ÅeY\x0F(¤S¡
    """
  b"""
    \n
    ßêoî>5k´\x11±è—0YB
    """
  b"\v\x05\x17╝=ÆØæ&e_úPq"
  b"\v\x08tÿgÇ2DZ¶í[*¢Õô"
  b"\v\x12e~\x001=\f \x17Ž_³º\x0E"
  b"\v}ð~ó&>#—R”8-Vi-"
  b"\v~dÿ@Ë0׿c\t\x11\x01´×V"
  b"\v¹öãQç96‘KT\x11wELº"
  b"\vË}›_†6í‘÷äù«öhÓ"
  b"\v¨─_┬D5u®¶Åes¶mC"
  b"\v³ä╗Q#:ëÀì9 Múb└"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f(§Äùq8NŸó‹Ëù*Ö#"
  b"\f<Bu\x10\x1D(2”0G¶0G¿º"
  b"\f>·e¾K8‰žÐ»ü¢gÍw"
  b"\f[V‡\và6¥ƒ\x11o4”3ÑM"
  b"\fp›“‹½1 ¿èÆ\x02ž\i\x16"
  b"""
    \f\x17¹Y>ŽŽŠ#‘ã>\n
    M
    """
  b"\f{\x08╩┴Û?\x11ÁÉoWI~~·"
  b"\f\x18:2k<o©‹\x11\x0F:&\x03Ê"
  b"\fÕFw\x13P1n€\x15µ$\fª`\x15"
  b"\fä¼NŠ;¾&\š=‚˜íó2"
  b"\fþíݶc5Áˆ*\x04÷RS¿Ý"
  b"\r\x1E\x06Úñ:þ¿Ì\x14ìµ┬®Ê"
  b"\rDÓ‘š\x071MŒq›×Û‰˜*"
  b"\rŠ«'Ù‰:{£—>Ój\x1E³©"
  b"\rú\x1A:µk6&üòvûbB­\x04"
  b"\r¬iŠÐ÷>²§æ—a²\C„"
  b"\r\x12¯ÏY4!ì®Ý█% \x15\v"
  b"\rÇ\x1EÊ"<8ì‡\x0Ez¤{ü¨l"
  b"""
    \rÓ.\n
    »¶?®¤<s'X\x12\x10
    """
  b"\rØHõcj>\x1D®y…\x18­ßY«"
  b"""
    \ríP;ëf5t•í\n
    –͹ð~
    """
  b"\x0E\x12zþ4\x12òÙþƒå<sî"
  b"\x0E8èÙn@3Ú£0ƒýCù±Ñ"
  b"\x0EpÈÈ£\e?¼´rwºÎT:d"
  b"\x0E†w¼X÷5×I\x1AE\x10I\x06Å"
  b"\x0E‘ÿŸ˜¹4>ŽâÈ#ƒ\x11g)"
  b"\x0EÀÒeß\x01>v¹dŠW&_?j"
  b"\x0E­=nìÛ8\x1Eô+)àN\x1A¨À"
  b"\x0F\x19ÉØÍ¢@±¬p"·Î(´ "
  b"\x0F#Ðc©\x075dŽÈÈ\x1EÒØ\v¦"
  b"""
    \x0Fxi;@O8ă¥\n
    9ö,Ý™
    """
  b"\x0F}ñyL\x00:;èì,äå!\e"
  b"\x0FìdÀâX=═ò~èÈ÷Åãs"
  b"\x0FÅÝVOX0ùÁ\v!V¼Gö¨"
  b"\x0F˜\x18ïx#0ižI%i\x04ö¢Ù"
  b"\x0F¡‗¹├ä6TÉþmDéoT\x1D"
  b"\x0Fº\x01(¢%3ã´´²\lwjê"
  b"\x0FáOÆ\x0189j¶ìõ\x14üñ`J"
  b"\x0Fèæƒ±h;÷Žå¼™”\x1C1‡"
  b"\x10\x17FàKl8º£¹¸3\mþ˜"
  b"\x10DÛ¯y█:É╗\x13ÈâÒ>Øv"
  b"\x10L▓FÓv9LÉ┘y³&ð╝¡"
  b"\x10x{DOV6▄ÅóF{├\x0F°e"
  b"\x10y<ŽiÎ8\x03™_ü\x1DUð¼H"
  b"\x10yˆ7@N;‰¸C¶ ÂØPx"
  b"\x10\x7Fœa²Ò97¹­œAbo«\x14"
  b"\x10äÎpÜü:âÁySÄ:\eÚü"
  b"\x10Žò-¾\v7V‘|–‡È\x1Dš¯"
  b"\x10É\x00"‗È8\x1FÉF·X|z\eZ"
  b"\x10Û\x19‘9\v90ƒçÓ\x141ðÇ‚"
  b"\x11\x1F£g\v^¡Ùª\x11¦ÔZÖÓE"
  b"\x11i5D0ô>£¶ \x1F\x05æ'3X"
  b"\x11kØ║\x1Fo6ÿÂA╚néË,┐"
  b"\x11\x12êÕs1;™W4Ƴ¿÷;"
  b"\x11›¢w7Û2_’|G‚u'Ö\x08"
  b"\x11ÀÈS^€?ó›óV|Ô\x01ƒð"
  b"\x11î\x15"4f<ݶ'¬Þ 1ÈÚ"
  b"\x11þë/Ññ2ŽŒ†qP*¸_•"
  b"\x12\x0E\x0FÉ\x1Dâ0(ø·░Þ└GÚ\x11"
  b"\x12\x13=ýôK6(´Q\x04 ¢Í¦ "
  b"\x12\x14\x10R£¬;Ž­ÒtX‡u\x05Ð"
  b"\x12\x16c\x01 \x045‡¹š>-Œã€Ý"
  b"\x12\x1DP´&P3b†‰q\x1AÓ\x14\vñ"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12J░ü▓Û=7Ö\x0Eý¥ƒ°§B"
  b"\x12P\x11\x13\rZ1W‚ŸN©¿f‡û"
  b"\x12║ØÔEW5,ïÞ$\x19p¤©l"
  b"""
    \x12ýv\n
    #"8,¡ÉÔ;\x1FìĽ
    """
  b"\x134<ñV¾1fÅÙ-Ìð¢¦\x0F"
  b"\x13L×ɲ¶6ߣ³$8üþܪ"
  b"\x13\x12©#I6ç·<Ôì5(µ,"
  b"\x13±aQã;>Ó¬\x19¶rj3ÌÇ"
  b"\x13Ão-┌'=cüí3«\x1El¾·"
  b"\x13ÙÎ(Q•3°¥ú”hÁŸÖÅ"
  b"\x13­£îúy:ËùÌÅF■iZb"
  b"""
    \x14\x01ùø0jŸh\x1F+o\n
    y›
    """
  b"\x14jõ¥Åñ=åŠ#ëÖ#SÒ\x16"
  b"""
    \x14u\x08R\f*8]ȍy\n
    EÃm›
    """
  b"\x14~7 ËT:Ý”Ÿh–ßd¾#"
  b"\x14~ÜŒ†Ò<°ƒ÷:?l\x17x'"
  b"\x14 ±é¯Ž9cª’P_“I“¶"
  b"\x14´õ`c±5W½Ÿª\v”I¤\x00"
  b"\x14Ý\x10u\x19Á2½ô5(üûû│\r"
  b"\x15\x18ïS_;5p²mpÞÓ£~Ò"
  b"\x15-ϬZ╔6k¥F└▀Å·oØ"
  b"\x15Rºi\rè3Ó´–\f ­ãíA"
  b"\x15\x0F´s>üóÚ"¢zC\ex"
  b"\x15‹'u\x07›?“†ë˜†¿»‰Ý"
  b"\x15™J¦]6=\x19œ\x1FZ–—St\x1E"
  b"\x15Ø0\x16Hë7êÑ\fs6~ËÐ═"
  b"\x15¬±‹É\x18<x™¿\x121-¥=æ"
  b"\x15È╗,ÝÔ<ÃØ>▀_\x03Ö■¦"
  b"\x15×¹ZÃb>†–½”è\x05kšo"
  b"\x15çÔ'¡“3´ž3ãçÀËOØ"
  b"\x15ùò8BC4@‰ºGp\x06Àgé"
  b"\x15þ\x0EWvØ3ŠºVE$\x0E\x00\x0EÀ"
  b"\x16\x16\x1E=┤Y8¹ä=\x0Eò╠É▀\x17"
  b"\x16\x13@\t5!²¦ºf=µÄH"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16{oìV¡0yïÍ╝\vû>\x14\x11"
  b"\x16|^AMq>b¤ÛábÛAÉ\x00"
  b"\x16“”ÂÊý4-†;]Ú½¦d "
  b"\x16¢ï¬:\x086ƒžêðd\x16ð-\x12"
  b"\x16´§cYm8©¿¾“’ý\fÿˆ"
  b"\x16Ð\x0EN\x18-5+‰m‡u¶ mV"
  b"\x17\x0F\x17\x02=@“Ý(¢ƒb\rd"
  b"\x17>U\x04?Ë6÷Ø\\x01\x11(┤«)"
  b"\x17FŠ€«Ð2Ø»ÂMé\x05¬-¸"
  b"\x17Lw‡ž®<:‹\x07î–Œ\x1F½-"
  b"\x17`KNœF5 ‚ŽbÃý—½¹"
  b"\x17†–³\x06¾1\x1C•(_\x10JÝlI"
  b"\x17•&oˆB>ª«éÆkÆ.\tÜ"
  b"\x17¾šêv\x07;= Ý)ôõ„\x17"
  b"\x17ç\x16'Íè=\x06¤…QX½V¼{"
  b"\x18\x17a\x1A#{>³ì\'&ƒÅ├@"
  b"\x18¬ÖÊÉ0>H║■Ißêáó┤"
  b"\x18░╠úS┐9÷ØN×ìÇ\e\x01¨"
  b"\x18┴ìp®64OöÐéT\e5¿1"
  b"\x19\fËzjÐ2A†\x1AÖ=\tbPŒ"
  b"\x19!B\t\x1D}:ì†@ªYUg1¹"
  b"\x19'ð7"[=l—\x04¸d\x14@çV"
  b"\x19,\x02_žg8$¦Ãa\x1EPVÀ®"
  b"\x190åÖÝ}:ó¯ë\x16\e\x14V\x15"
  b"\x197@Jìm:™ŽáÝøý™ù "
  b"\x19m┘\eêÕ3³ñðT\x1Cjü«ƒ"
  b"\x19┼«kØ×8G│æ\x03fa┘Bæ"
  b"\x19úbWuQ9,¡\r\x03'ëÌÞ¯"
  b"\x1A\x1FaYUå;T¤ÔÌš!B\x0E\x7F"
  b"\x1AQ\vRd\x017`¾x%\x01låt("
  b"\x1A~%˜]T6\x18°[”_×à»\x1A"
  b"\x1A–>’^‰2®˜\x06ƒ\x16禆\x17"
  b"\x1A╣ ö·Ò5@╝\x17áòãÅ{²"
  b"\x1A¿”\t<³<Ê…®-óé&_\x7F"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÏ£\En9ã’T*¥‘`‹="
  b"\x1AÒø(Ó”8\x1C³ú,\x17Ç\x1E@“"
  b"\x1AýÎÔ¹c1Àüú-²i¸î\x10"
  b"\e\x042“Ä­8êš–Óã„2½˜"
  b"\e\x19:Ó›_2;œ¾þØ'›Hg"
  b"\eÆ═²\x1F³:Ô┐A \x01\x05Å×L"
  b"\e·Ó±+ã3¬¬Ó^VÔ#àÒ"
  b"\e\x14QcÐ4/╗ÏÝ╝ÓzìS"
  b"\e╬øÚñÐ9ÍêÍx °Øhë"
  b"\e°RZªK9|¬\x10\x04q_Å\vu"
  b"\x1C/Ch0DK\x0F¢(O­\x1DÑ\x04Ì"
  b"\x1C2ösQr<ߺQ»‹Ò‚-\n"
  b"\x1CI'6AJ6I³ò\x03éBý&ï"
  b"\x1CL©nŽ\x107{‘VÒ×/í¯s"
  b"\x1CYÇkW¶5û±ôÖ×:»&"
  b"\x1C\x7FÄ/\x00Ç;\e¤ºÝ6rþ\x15ý"
  b"\x1CŠÌ¸+G7e„roE|N«\x03"
  b"\x1Cù\x12Q't=ØØÿ╠¼·D╣."
  b"\x1C·)™W\x076¸¥"1Êš‹üœ"
  b"\x1C·<65n9|ª\rLÒRL¦D"
  b"\x1CÌäÁ\eÂ3ü¡X\x0Frþ¥GÑ"
  b"\x1CøôY\x13y:\t ö–Ã}£fÚ"
  b"\x1Cÿ\x1518Á4üšþ{èW¬tæ"
  b"\x1D\x18àìåø14©+2¨p\r"
  b"\x1D?­#kÃ=Æ’•ˆŽ¹TÓJ"
  b"\x1D™Ðª×ë>‡ªº¦¿¤dkÇ"
  b"\x1D\x12åÿ\x0E0µîç#ìÃ{\r+"
  b"\x1Dú\x1D\r\x128Ó¢\x08T\x03jHO#"
  b"\x1Dþ\x14R¢¿1\x13²<Ûð¼r“\x07"
  b"\x1E<«ªFü1ñ©Ù¡>î▄ÊÙ"
  b"\x1E\░Éc×9AÿBM³░ë³{"
  b"\x1Ep-Zåî=N ZÝ]Ozôþ"
  b"\x1E‚:§˜\x03>4”°„«7C‹0"
  b"\x1EŒbu©M8x¾ÉÁÐI\x1AsG"
  b"\x1E’º³j¼?\x1F½t„v\x11Ú¥0"
  b"\x1EÜ\x1EÛ\x11ù<Oä{ؤ\x19¿Y$"
  b"\x1Eœ¥×\x15‰9ºº~îîH-vÐ"
  b"\x1E¡·qJ”2q¼'Â÷°‡\x1Cþ"
  b"\x1F\x18| ÷\t2Ý’“´n=\x14³W"
  b"\x1F\x15¬}2\x04–T¨¨h•cÓ"
  b"\x1FyNr­\x7F1?®\x12-àÕhçÚ"
  b"\x1F¾Ã\x08½s7è†47íW27–"
  b"\x1FÄÿÙ(n4ܲì\x06»¨·%…"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b"\x1F³x═NÚ;½ìv¸8╔Ë\x10Å"
  b" 1É$Kµ<WæÒîB─Õ1¸"
  b" kæ=¹!0™˜§Þ3[&ÓW"
  b" r\x1A=6²;´¶ñ§Åa7d'"
  b" Ô^╩ý\x04?7ôÍXfÅtj¦"
  b"!3gìð╔0¯øYÞ\x16¬]\x12¿"
  b"!I!£vÃ7£üÿ\x1Eç|▄ó\"
  b"!M\x17øTÒ=¼·­Ü=îzi\t"
  b"!]ïX½Þ=$░qÅF┴ b""
  b"!àGO║T1|âì\x00v§ùtB"
  b"!‰‰Q€D4â’+A-añ\x1C¬"
  b"!Š"ÞÆ-7Tƒ\x1DË«Ï@¾¬"
  b"!╚\x0F8\x15æ3Pâ▒ßOõ\tØF"
  b"!Éõ©´}0\x1E•á‚þ,\to\x06"
  b""\x03ÅÖi8<À¦á<³.\x07Ÿ\x05"
  b""\x121§µÓ5Γ‰»\x05S¨zÔ"
  b""<1\x00\nx78‘¿`Œœ¤)0"
  b""evþ¹Ê0ý¥âXŠã\x06à"
  b""eÌ·©M7\x14€hžZl”n–"
  b""o–çN"?–·Q\x7FïζµW"
  b""“̳”l;æ¹×àÏ\ÖRH"
  b""÷v\¸i1\x11œQTѤ؎Å"
  b"#\x1Cl£i\x1C9p…S¡¥7(Ê>"
  b"#+╗ưó;pÅ\x15Å\x10¨ì\x1E"
  b"#+è\f\x13Ð?Ê•ô_oÊ\x0E<\t"
  b"#I w’\x08;ð¹'\x007ÿ©¢‰"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#s\x102¿G:*Ø Õ?\x03YJ╣"
  b"\x04\x028Ò² j2÷ª¶½"
  b"#ÉᬷVk\x12tõêí\x19\x07"
  b"#Óøçö$7Ϥ0E/o¤\_"
  b"\x03ì]B?-²[¤.·\rú”"
  b"$\x005ûì…2\x14¾Ç–Ç\x08Øž™"
  b"$1\x05Ö©E3\x17®{© C.ož"
  b"$K░:H─=äÆãÿyq´\ì"
  b"""
    $LÑÿ/í7Ųh£uºÇ\n
    d
    """
  b"$‡¥\e¿ð4¶¶©Yé1šÓX"
  b"$æ┘\x05Å┤?b¼xí×C▄Ý\x07"
  b"$¤°Æ{"<Á¡G³dZ\x1C"
  b"$¯þŸq_0\x18Žö¯\e  ¥±"
  b"$Ð╬}pÉ<Y¥É┤i>¸j║"
  b"$Ù ÿ¹q6\Øÿ\vl÷/=ì"
  b"%\f\x1A\x02íç0šª³\x11+\x18\x1A,\x15"
  b"%Dä\x7F˜E34¯|¶\x10\vc{Û"
  b"%U¯]éå6Ž¿ü«@Î\x07ê:"
  b"%yyØ/z?JúüܬÕm\x0FQ"
  b"%¸Qç\x13«h—ÞH¬\x07)\eåý"
  b"%ºûùÀ0=Ú \x16š?ÀCW3"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ÌuZdI3…ŠeÆõÎíìú"
  b"\x17éÒ$3\x06ì┌a\x08┬ë┐÷"
  b"&\x15ø*þJ6¥€ áÿÕ\x08\x06"
  b"&\x1EØ\vH╠1\x1Eé=ó╠,/╦\f"
  b"&'ã¼±à;\x14žFäNfÐàu"
  b"&Lç¥\x0E\x0E;ƒéü┴\x18 zø\x12"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"&wÌùê▒=Àüñ¯lèìçt"
  b"&«9\x12~\v9(§\x0E\x0E« •:3"
  b"&¬­1YŸ3\x05½]ÄR\x0EkCº"
  b"'<ßw`¥ùé'½É7║T{³"
  b"'D ^\x03·3`±#¥ó•“˜)"
  b"""
    'N4¬]Ì7}¢¬U¯\n
    \x14’’
    """
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"\x1D|~«0ü╗Q┐î\x1C\x01ı‗"
  b"'¼Ðè²²7ã¬ó!Y\x0F謚"
  b"'è‰ÖE\x16>ƒ²×I8\x052ÖW"
  b"'ô“¶|D2=„j\x15äѼ\x12µ"
  b"(\x14½ Dÿ5\x06ò┬]║µØR\x10"
  b"(G•×3¡;5‹Bb\x03à–žÀ"
  b"(^D$a\x140\x1Cµ\x1A2›:bAÆ"
  b"(e7Ÿ‚‘6U¤^Ì¥\x01\x034T"
  b"(—ð3Ýð8(šC¿ŸÌ\x06"
  b"( îJðƒ0µ¾×\x19x\x07¿-\x13"
  b"\x0Eù†M0ø·ç\x127\x07k•ü"
  b"""
    (┬ΤµS1\x05ìò\x1FD\n
    Hýh
    """
  b"(Ã9ðÕ\x19<\x1D´ÅE̹\x12"
  b");]²kŸ0u¤“\x1E\x11ÖTØ›"
  b")}\x01^Ó–4ù›oÔð\x00ŒèÜ"
  b")¹nø0íì@·\x00­\r\x1A\x03"
  b")éW¼ÿU5õ¥—½"Þiïx"
  b")ë”aü\v\x1COI\x1AÊV·\x11íÚ"
  b"*\x1E¹VX\t6!Žq\x18²¥£Á«"
  b"*íö-[r=–…ûEZ%ÌÖö"
  b"*ñ†Ÿ€ã:\x00¾ßºr~û\x10ü"
  b"+\x08(én,=%½\rî ¶0A»"
  b"+\x11´ë\x0F26\x11­ô;õý\x12î¨"
  b"+E÷'د77©óá\x7F2›¥z"
  b"+FœEs\x066\x0Fº1õø'\x05Æ\"
  b"+L\x06¯€ 0\x0F¤CÞ\x19üÂ0u"
  b"+©Âzkÿ;l¬ù\r¤\x165H\t"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"+á5\x15+C0Õ•ƒÂ2\x18ûðQ"
  b",\x10\x00ûòæ=û³±^*n\x1A"
  b",\x13¿\x12y‡>(¹ac¤^œ2§"
  b",)(¾|g49Æ\x18<0▒Kìa"
  b",=n»¤_5žŸ\x1AÛ{\x14¨£Ž"
  b",H\x1CWáL2\x7F·°±\x04ÿñÇc"
  b",M\\x07°Ã0Nºò‚ص¯\vˆ"
  b",RPŸ\x1DŸ2\x0F®H0s½ýø•"
  b",RÎïþÁ0!²š»ñÑmGß"
  b",`ÅVÙ\x0E:\x12▒dð²¥Uÿù"
  b",¿é\v„h2\x1Eœy\x08ÀË\x11"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\x1F­?Þº\x03.\x11PØøp1Q›"
  b"-*SÎ\x1E?5²ŽáF¤Ms\x01\x16"
  b"-+\x1F‚gò7Ù‡Xݲ볱Ž"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-S&T┐.;L╗U┼\x03Bì°\x19"
  b"-░á\x1E݃0*ü8)¼ôÆpr"
  b"-├×0áç<\x07Åj¦\x0F|EÛÝ"
  b"-Í!Ô”Ö=~¡CeNÖ¤†\r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b".\x19m=üØ4ÃÂ/ı\x01%o®ö"
  b".,À½ì!>┴ô&\x04\fk_ͳ"
  b".4µæçP<ѯ‡[îOžX\x1F"
  b".I/╠ÜD0ÅüT.\x18î(]ä"
  b".es³.39ôèGùüJÑC,"
  b".p¿ÿ▒\x1E4üí©ôN\fØj\x14"
  b".p└┼i■9ÉÆ░Í\x03¨#C÷"
  b".‰cd«\x07;òžÊ­òÉbýG"
  b".ïÑÿÁ└9Ø£]øH[ÿ²ì"
  b".¼YÅãÁ4öØi)B \t"
  b".³2\x01öE:\x16§É\f¹©\x05çP"
  b".½Ž¸Ü\r7”¡\x16z­8e¢ˆ"
  b".æ;Éwj0`¥ö\v\ed%çö"
  b".çE\x18/+0\x05–ø9\x18d"Xµ"
  b"/8\eãµ·87¾?Šs«¨}X"
  b"/Es¢+o>zŠâ>–\x0Eùu\x10"
  b"""
    /W\n
    \n
    0D…Xi\x0E#ˆg0
    """
  b"/äCû¹J5ÿØ\x0E\x07fòù"
  b"/Ž?ÿŸÉ:B³‚Æ5\x1AŽi?"
  b"/¹Ž\x0Eàì;K“0—}“cý›"
  b"/Îèi\x08Ï: ½ÀÊQ­Â®s"
  b"/é(:7Á5D»È×¶\x08\x16"
  b"0\x19¥│\x07\x151öÉ~ü¼V0Åv"
  b"0$╦#4¾=süÄÞ|├l]_"
  b"0,î\x0ES3\x02÷Å\x04\x159³:”\x1F"
  b"0hÞÓüE0æ│S$h9\x06▓Å"
  b"0~ÃÍÄù6ó½Ü\x18ŠSbüø"
  b"0òèÛ┐ò5Áü╦õB¹.å`"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"0¢7\x03=r;⮳Såq\x1Cì¤"
  b"1\x14Ô\x19A9;~šDqLœO÷#"
  b"1=\x15³A'=í·ß¨Í{OÐÐ"
  b"""
    1I&uwú9< Ò…øo°\n
    Œ
    """
  b"1M¸â¬«7“¨ø×2ñ<¡4"
  b"1Xº‘©a<#½CNYiû×Ú"
  b"1Y]ü/ù0\x06ö\x1D┬8└V5\x1A"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1Ï+¦|[9\v¤—SòLw\x11é"
  b"2\x08À¢yf=á®\x1AbÝX-;\v"
  b"2\x1DQ`ã¬7R—\x07…"\vËȈ"
  b"2\x1DÖ¬Ïm0ošiÉ:3]L°"
  b"""
    2W½ÙWü;_¶\n
    \x17ä'Ù¢\x05
    """
  b"2oD¯¢×7·» wú_X\x7F("
  b"2q²╬ü\x017Áü^\x0E\x00ÕïÐ="
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"2±·\x04[Ù40½;›¦3äÃ\x19"
  b"""
    2Ù­ð\n
    ê▀ÍÍ=┴<│É-\x0E
    """
  b"3\x1E£èJÍ<€­Þ€M<—ðX"
  b"3%œ\x17fÏ<\v¦¸­ÆëXU$"
  b"3r°\x07³>6D˜p½\x01‡²w\v"
  b"3ð┬ÐgZ2ä¡\x01Þ8ÿ}┬Å"
  b"4\t¬±´>5É▒┼±3Ô³▒ı"
  b"4&fÑh\0Å·\x14|\x03G‘Hè"
  b"4D®uÑ\x1A8\eƒ(9µVË¿É"
  b"4\w\x15\x18Ø9”“9² 2e£é"
  b"4\z1┴ü7}¬Ã¥J\x0EÛøû"
  b"""
    4nî\n
    5\tÛ²\v¨…l4\x7F
    """
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"4æ«+┤ 4¨îõ╗ZmLþÉ"
  b"4”—ŸàÉ>>“\e\x03鱿÷Ç"
  b"4ªCÞ\x1D\x167┐¢¿\r\x07ƶ"
  b"4ıË?º<½ \x03|¾d®£<"
  b"4ÆbKvÎ9¿žÞîŠw²#z"
  b"""
    5'Ž\n
    „‚3û³ØŠ\t´‘}Î
    """
  b"5D7\x0FQ&< «\x02\x0E2'€©*"
  b"5EØ1$ý1W╝Uñ"×~¶Â"
  b"5b\x1ElCÔ5T‰Î‡û¢Ó¤Ê"
  b"\x1E}╚5>Êöcµ\x01\x14\x13µA"
  b"5”Èí¯\x19?±”\x081ø\\eÞÒ"
  b"5¦zV(S9’¶ìN\x02ÀëÊ="
  b"5¨jüíþ<\x15…˰\x1AüŽ\x11\x04"
  b"5Ã[øÐJ:`µ¾p…Ç\x02°´"
  b"5å§1"—5B¯sq.÷n‡Ã"
  b"6\x08`¸´}<┤Å;¹Í\x1A\t\x11"
  b"6\x1FïM)R>ꪛ\x15ˆ?MQÂ"
  b"6)╗Ä?£0ÞÀÅ\x006¹l─î"
  b"64¥█¤c<Ñü╚f\x0FÉ%bê"
  b"6r—Æ6u5 ¸\x1Av˜¾Â=G"
  b"6y«\x11û\x1C?1ö\x1CÍÔ*ãü├"
  b"6®b²ú˜8C¯ÿÃWn›^n"
  b"6¸FJ8??Ÿ£, py67@"
  b"6ÇBئ…?A…m_É5–*p"
  b"6ÈCtÞè?É╣Õÿ_ÄÐ▓\x1A"
  b"6þ║\v(Z?dé4\x02\x02Ë7▒É"
  b"\x0Fì˜@~²áÏöº©œõr"
  b"""
    \x1CÉð\n
    3jº┼?Ü═█'h
    """
  b"7\x10öÙÇË6ܬ•‰\x19á\x17\x13Î"
  b"7?bÌA–6ù˜ÝϪaä,|"
  b"7E?Yìß5{¾‡vʃwå_"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"7wêN\x17»=²˜©0\x010¢Ñy"
  b"7„?-\x1A&;f“`Çá—÷ˆ£"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7îéô}89ů³ï}áÝ?\x15"
  b"\v·Û»1ùùe6pwØè▄"
  b"7Õ§«xü:{«Ð¦\x01y3.U"
  b"7ïwoNm1â£=\x15D\x06߬\f"
  b"7öÏLøx?ó”~Ë\x01\t„6„"
  b"7øÉx¸g1>¹Ø«BU±è\x15"
  b"""
    8\n
    \x19ƒ›š9\v\x17Tʿ㈑
    """
  b"8<ŒŒ"Í9\t”$ÿl3Nß,"
  b"8["Û¬4ƒªK¶ÆÂB š"
  b"8b\x15©³Ï9`’g«³¿Ðš¾"
  b"8ii¤vb:àŒ#B\v„Á&Î"
  b"8q\x7Fþ™Ê8´®Â\x13Ϙr¿["
  b"\x12×ûè;\x06±gèì¯+†Á"
  b"8…µ:ØÀñóqÎ\e‹Ã,!¤"
  b"8˜ˆ\x17AK6h¸?FñtÛï˜"
  b"8­{W_í=÷¨\x00ê´4\x03ýq"
  b"\x02ÃG=1sˆ¡¾óY‘’"
  b"9\x11‹"Òb1ešSI5…äŠò"
  b"9U€{z§0yˆ\x00_«»&Æó"
  b"9l–Ly¡5î´2îµqÒ}N"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b"9ŽXmäê:vˆ†‡¾†\ms"
  b"9×Äo\x00®3G•M\ÀYu{°"
  b":\x088‰ž°0A°«ˆ~\x16ÝÍ•"
  b":\x08r\x1A€°<L¹""/ƒîàJ"
  b":C" PL52ê-Ð┘ÕÅhî"
  b":zNÎQÔ2Ü‚Ñïšf‘kg"
  b":èoìÍ┤:¯¿£¡È▄uÏÂ"
  b":ìY│4!;ϼ\eª¸╦ð┐ƒ"
  b"\x08nCš1‚˜ríG×9o\r"
  b"""
    ;\vjE=\n
    8d˜ºƒæ\x17/f\r
    """
  b";<±ç&j4Š¥\x06¶tìp\x1A^"
  b";B—Ó@9\x16¢h3Z&SÑÒ"
  b"""
    ;yO_\n
    ì0>┐êÄTëý#ô
    """
  b";ƒCž\x1A >ý´¶À]\x18ù%J"
  b";œ’©ž\x071€¥î¶Žî\x0F"
  b";Áv)3p3¼¢ÌSM>¬X\x7F"
  b";Åú+HØ4˜¼Ð\x10ª\x16\x1Eà~"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b";¯╚`6\x19È:x~Ò'nÀyü"
  b"\x00■=║2£ÿù:ì"zO½"
  b";²ÄhRØ82¼]R3│\x07HD"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<!¸\x01òd3@±P\t\x15îâ\x08ô"
  b"<b\x1Eè¢î1i…^IV\x04é™<"
  b"<s~äî\eL\x1FXÎßÑ‚ÏA?"
  b"<ž=0”\x045X¢ì|öºi•u"
  b"<ĵ&Ħ1p·\x7F\x1D=.\x10G'"
  b"<┌+┼\x01k6\fÆı\x1F>\x0EÉf\x01"
  b"<ÞjÁ\x1A\x1E<Ù¨å»ÏßZD""
  b"\x10inN4»™\x16^\r÷n\x0F\x1C"
  b"\v\x19³5ˆ¾’\x10º\x11\x04¡K"
  b"<¶¾╗\x02¸6Vû®¿Ø└╠#·"
  b"=\x0E¬)Çê2°™\tÞ³1pë\x08"
  b"=R¿µö˜</Œ²M±ìA\x10R"
  b"=zÉ\x11\x12f0Y®l3Ø╗¶|+"
  b"=Œ#‹:M6–§öE@€‰(`"
  b"=›D\x05j\x18?¯“ˆSÐCïå("
  b"=Ç Ö;s1C€P€´á+Ͱ"
  b">\x00·y$Ù2H‘uõž<\x10\x0EË"
  b">+▀û├­1Å£KñÄ;\x1A^┐"
  b">;;ì"ª3\x08¡d\x1F▀´─_╦"
  b">Wá<Du=zƒ\x16)ã/ôÏå"
  b"\v(k2=â¹\x7F\f\e\x13"
  b">ÆiÛ\x18„3·¹\x06\x16\v\x1EøU~"
  b"""
    \x1F\n
    \x16s5÷Ž\x19!JÖ\x14
    """
  b"\x00AJÌ=É—ÎL}pÙ\x18ô"
  b"?-ü“2Ÿ9óº\x02Õ\t\x19[ñR"
  b"?I┼>8\x0E<ÓÉsJ█ /LÏ"
  b"?Wä.\vò0é©ËPü╝Þ╠:"
  b"?é'É\x01Ø0^É0\x1DOZðD\x07"
  b"?·Øa\x13žÂP‡—ö|ÐOØ\x04"
  b"?ÛÊ•Su2e¿?Ï/gr¥%"
  b"""
    @\x1DÝé\x1388,ìë¨\n
    ıÏ┐Û
    """
  b"@aÀáß=TàÊbØêÛ¹ä"
  b"@jÛxs¹4#¤-ÚŒèIK)"
  b"@v4•ºš0ÄŠûª ^ç>~"
  b"@z\x08)U\x02=ˈ\x10Vjò£ Ò"
  b"@†;Su\x040ν´$×/ÀÛj"
  b"@ÉÍ$#­3'»)└\x05╚ae¿"
  b"@×ÃÀa31┴Åm\x1A:J*8ü"
  b"\e\x03h§6Y‹~Ä\x7F\x0FÈ\x10"
  b"@¼Ò2╩Í5çÖe`╗┌Kì\x08"
  b"AG7™hr3U”9¸–dk}\"
  b"A{ièØO8¯£«Š#v==\f"
  b"A{\x7F£\x10g4vàã█ùɽe"
  b"A¢šÞ"Ú9‹”,ôqò@ÍÃ"
  b"A»ˆ\x04ËB9k³|\f’/\x13#›"
  b"AÒC]¤ý;0®ãµRB§ý\x13"
  b"A¶F}LÑ1D╝└A\x1DmêÉô"
  b"B\x01ÃôŸK=ÁƒŸH\x18\x1E¿"
  b"""
    B\n
    #Ecx6èì½à'[¨\x19!
    """
  b"B\x10\x1FA_¼3ëì3Å»xzã|"
  b"BE_ª]15T \x13«ïŠ/QC"
  b"BG:Ë║¯:Å£\x0EØ├åÉ%f"
  b"Bi†%‘\x14?ö™¦’ |L÷¦"
  b"Bœ…rcP0®ƒµ‹fC \x0E×"
  b"\x02õV•þ©1ÜtÖ \x17ÃØ"
  b"C\x07\x1Dü@$4\x06øô\x19ýÂ\x0E"
  b"C\x134A(o8_»\x7F\x1Eµ°±ªi"
  b"C\x1Fc§Sß3Ø¥#Ìš\x02J„Ï"
  b"C)DR\x13Ë>ïƒ_é®\x04·Ts"
  b"C8§¶xx0v¾)ú,ÈÑõC"
  b"C=ì߯‗5W¬Õǵ=ié)"
  b"C?\x027]ƒ2ݪ*xàùŒ†é"
  b"Cd\\eK\x1E3Ó¤T¾!@\x11Õ\x11"
  b"CÍÇ▄╔I; ú'ÿ¾#ªÉ▒"
  b"C÷hØýÚ<è…b\x05R<ýž"
  b"D;\|~-3' ƒŽ]E9nÞ"
  b"DR(\x1Czê6Gš\x1DÁ–6ö€1"
  b"Dɶ׽ë6ãÀ¤\x18ë‗fço"
  b"D¥ü\rd\x08<§«Q4¨3\vî·"
  b"D»ŒÒ\x01Ïä¶#(³}ƒßŠ="
  b"D¼YOyB7®œcï\x11vÄЇ"
  b"DôžÚL\x063&ªàƒH¦Ó\\x19"
  b"E\x10\r¨Ôn1¿²è²÷n_}\x0F"
  b"ESÑ6\x1DÕ?;š\x10;àÇ\x1AŠi"
  b"Eóì\x1Ee©;ùózÞ§\x19±┘î"
  b"Eº9▓\x03{;hÉÂvrVÿ»E"
  b"EË‘‚O´0\x7F¥×\x05RZt³\x15"
  b"E§╣t\x1AL3│×Üx!É×╩ý"
  b"Eû¼€ê26£Œ¡¡¸„5ÿá"
  b"F5ÐTøU<\f╣ÅıáÝYþw"
  b"\x1E\x06S¥7vš{Ë\x13<£‘q"
  b"FåŒQ\x1A37µ¯\x02ß]¥¼Ÿ—"
  b"FóÎ4‡\x128à±2yü‰Ðè\x06"
  b"G\x18!ì¬"=Þöƒ\x01\x1A³\x06\x04y"
  b"""
    G\e"E\n
    \t:üœVl¯$\x18ªM
    """
  b"G l³Ð\x02?[»’—þ·ûYÖ"
  b"G#]EÑŸ?b£¹gzgSÖà"
  b"G@þ³[m35 \x15t{\x10ýþÝ"
  b"GhÂkÆÍ2l¹!\x1C\x1C¦\eÆâ"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"GçöVOÉ8ÞÄX╣ìÆ╩ãÃ"
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"GîÕ^\x15\x0E>ܪ̟ñ^D°£"
  b"H!° ûq2e¡\x06~\x11¯\x04"
  b"H@\f$F»9\x14µ^¡£@wåh"
  b"Hw6▄Õâ=~Ø"\x087ka4®"
  b"H~häw–9ͤâW%k¤.¹"
  b"Hª¯\x1En\x01=ú¬¢\x06─P6\x08Å"
  b"H­÷\x03* ;‘¨c†Ò\x1Eûc2"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"I\x10`ëÃp0Z·%Çÿ\x14¸Ñ`"
  b"I"zziª7A­7Õï?sT‚"
  b"I/<'\x19–4I·aw`›éÄá"
  b"IAœˆYû9y¼tn§çXyù"
  b"IT@-ƒã:\x1D±®]ærãp\v"
  b"IkÑ!zê5:½$|É©e]m"
  b"IïÉÖ!N5HÖ.nï¡==."
  b"IÜ╚ì\x12H2£ÀÅp\x1F|Öf>"
  b"I±Z\x12à7\x04¸;cÏ÷ÑŒD"
  b"I─e╠h|=K▓»¼▀Ñ┘ÒÅ"
  b"J\x1CÏ¡\e?0€¥'Ü˱û÷U"
  b"J5¯F┼`<mÅdê(▀°òÔ"
  b"JFïÍòJ2\x15”@5þ-uÉ|"
  b"J×dÉ░F5äì;\x7F╦s,&║"
  b"J¦×î°ë6È¡tÌÃïÊæM"
  b"JÂ║>êÇ7\x18çù░ìıK§s"
  b"JàÔcÿ96ØšØÛF›\x08W-"
  b"KP*nQt:˜ŒÆ\x1F¾ñ½±\e"
  b"K\x7FÜ7Ķ3M®ßÂ\x0E=mØA"
  b"K«gÙJ·2ô“­$¢2U8\t"
  b"""
    K»€MŸh6í¶ÚÔ^b\n
    Ê7
    """
  b"K¯¿!~Ó1ìå┤E├(ÅT▀"
  b"L\x19·ó©47¦ˆç%ÄI{B1"
  b"L\x1A║È┴t92É║\x19░KÞ¼&"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"LVéü\x17æ=\ä>2║û%\x16\x14"
  b"Llù¤¥\x15½a?\x19‰)V™\x0E8"
  b"LqÚYVQ9¢ -ÌÆ\x7F;é˜"
  b"Lyôofd3\r®7«‗ gTü"
  b"L{+!F°>x˜\x0EþÏ“«±m"
  b"L}±£ªß3í¶gÀ\x13Ñó\x1FÕ"
  b"L†ÞC'Ã1bžU£‰XŒÜ´"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"L’×ÔÌ}5Dˆè›fvÜÍ&"
  b"L¹r;ÃÚ?Ç¢Á#/Nµ\x07I"
  b"LÇc•óä;¤¢ú!¨yu\x14Ž"
  b"M\x10ÉïÎ`1\eÜÜdþ¯ ÎÌ"
  b"M!þ,\x17ˆ?Æ»[¶¦â\x18«b"
  b"M4âÑB\x119Ú‡?\rÝ'Þ±\x04"
  b"MC›ýQpÎÊ­üþ•(\x12\x183"
  b"MEBú%,:ˆµcˆ½¤Œ¾O"
  b"Mf°G\rR8é‚,Á•.©gÄ"
  b"M˜Â¦ó6:ß›Pý½"—›Z"
  b"M­"{\x14.2QŸü¨ç"ð§;"
  b"""
    M´{Ò×\n
    Ö<ëÄ@)ÐÏŸ?
    """
  b"M╠█t;v;÷Åf┼p8Y<À"
  b"MÕJ¾\x00Ý=J·è&\x16Ó\v˜ì"
  b"MïoI¾ê=m’2;ç+]HÞ"
  b"MúÄÓ…÷62®ýdÊpüZ€"
  b"N\x14Î\x06\x06×:fš¯w\fFú(Ë"
  b"N\e—kE¶Q+Ì,±AÕIk\x04"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"N”Ý™e\x015#‹¿\x010½A›Ô"
  b"Nøð'\x14+8hì╣H░ÜßâÐ"
  b"N«╦MDƒ=äÅïÆ[à=qÝ"
  b"N▀ï\x18‗Â6QÑ\x04ƒì╣‗"º"
  b"NäüV0â2b˜!9ÄÛ·ò%"
  b"NéiKâf<\v´Ã\x1F9U©\x1D"
  b"O\x04É■»ı6¨ÄëAyü╣;n"
  b"O\x15Ró–ˆ4Ü¡ñ¨"¨ô¨\x16"
  b"OX§Ó² 8)¬ÃºÃG÷.$"
  b"""
    OŒ½\x0EÜ1ºHÈ[\n
    t\x110^ì
    """
  b"O”Øôàº=~‹_\x02 ƒEÜ$"
  b"OÑÌW╔Í;aä\x1CKcì)º\r"
  b"O­¾R!k7ܳ<Y/ÖnÞ]"
  b"P!ªŸ4œ71¡Ì4\x1C<6\x1C²"
  b"P!µzyÅ7^ë\x00(A!Ñ─v"
  b"Pk<ž?É3c¾\x16[p\x1D\x14Ý\x08"
  b"Pz0€o­4F¸è!Ž\x7F‘9."
  b"Påº\x1C╝h3R▒¥ü╣°e¹/"
  b"PžÝ\x17íü3wœ0âtÜL^C"
  b"P§å\fÎõ7o\t"¡}åÍ»ö"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"\x0E„š\t=Q»wÂûÀ–ª$"
  b"""
    PÞ©Y\n
    \x12>r»æÅÚcÐì4
    """
  b"Q\x10¢ûæU8\x04ì/aó\x1E´²_"
  b"Q\eÓ²¤S=)£îä\x06\x1FÅK<"
  b"QVð‰%Ô0©“5º~˜…œ\x04"
  b"Q”=<\x1CŽ=Нö£³\x07»f¬"
  b"Qºµu┴Ü3ì¢ã*Ãr\f"
  b"Q┼█`þ┌4\x06øÖüC█~Ü┐"
  b"QÓ°=G\x198…¡Œ\ed>ô6•"
  b"Q³╔^▒?0ÕÉgæÞÓ═¿╬"
  b"R@ô)┐ê>ÀüÍv&┌┐Q-"
  b"RT¢©?ã4*•\e\x7F\x1Fy®W"
  b"Rf\x1F¢Zü;~®^\x1E▀_¼\x06$"
  b"R|ñ“AÂ<6Š‹½W[ƒÏâ"
  b"RŠ"b…À3d·þ\x13\x1Cù\x06"
  b"R‘ÊÍFyÉ\x13\x19<Þ,†¸\x05¹"
  b"\x19°áà5ÿ­q¡\x0EoÅZQ"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"RØ øy»9[š]pËqŸ5ð"
  b"Rµ°u¹Ý:Ø┐Zy\x03®▒üç"
  b"Rè·\x0Fú\x113а §@È\x0E"
  b"R÷×׆\x06;ÒŒ,Ù64C#¼"
  b"S\x06ô5 £3\eäI▓Ò(Ø┼."
  b"S“XØt¥=é·¥ýå,9=:"
  b"\v\x17;ë0R²$¥ÿ4&\x13£"
  b"\x0F` È?| g¼Z\e£-\x0E"
  b"SɪŠâÎ8Í„›S9rN\x14x"
  b"SîŽù#ü4=§\x16¦º³¦­Ž"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"T\x15\f£—=_¼8;gi\x05í,"
  b"T4˜¥l\x1D8àºfša\x1C i_"
  b"TWã:|ø?÷Å{ý\x1C¯%Xn"
  b"T^m\x107‚5”¨\x14ÌŒ:S\x1EU"
  b"Tp·®æÙk—\fqÊ Ùk^"
  b"T˜ø§Y»2`¼\x12í\x1EXÿYv"
  b"""
    TÑÆ■\n
    ¢7yÉþµ}3DȽ
    """
  b"""
    T¡E\n
    Èì2kóVd\J\rÂ3
    """
  b"U#×!\x03x?\x04“Ôd¥ÂÉŽ\x1F"
  b"U1ÀƒÉ³7ðöf_®$ÿXÓ"
  b"UMÆè§\x1E6ó ÌT´È\x7F}Q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"\x13bý71\x13‹Zí3ah"°"
  b"UÓã§Ô“:ϸ4‡…\x10\x17Æ"
  b"Uóˆ-¸H<UŸïìÜ\x17ޝ÷"
  b"U¹ÑJjù1\x01ínlÔÉ\e"
  b"V\x17Åܽò?þ│ø\x1E9╗Ê©à"
  b"V\x18Ô–is2•›`\x1D ›¦S\x07"
  b"V\e±(\x14L<ÒÁô\x1A\x1EÉı\x7F\x15"
  b"V-®.ßû9\x05„Ò}\—ˆ.þ"
  b"VD64Ɔ0\fº\x19G;õÀŸq"
  b"VLBu‰M6Ú¦È\f \x07–ÆÎ"
  b"Ve\x01qí§7­î┐í«¼`=ü"
  b"Vo\x04öîé>ËåsåRü╔\x00-"
  b"Vt\x16P!\t<ıüñ\x10«\x13qÚÌ"
  b"VŠÒæª#2?´é\x14¬”£×È"
  b"V‘{dCY9ý¡\x1Eö·§\x14?\x1E"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"VŸŒ4»"6\·Ë–@¤€\ƒ"
  b"V¯Ìq‘6òÿO)“ß§r\x17Þ"
  b"W.Dü…Ë0:½ŒÚíÔ\x03>V"
  b"WAB\x0FÀ#>Ò•¤‘´om½Û"
  b"Wk▓*zH=Øì╗p² Eñc"
  b"Wáý(=U3ŰŒÊ¸\x00íjE"
  b"X\x1Eå‘t@9*­Û–‡r\x1Eo…"
  b"XuÅë'À4f¬ 7À█}╚■"
  b"XvÒÿ‡¯?‰±ë\x14T§¿»Š"
  b"""
    Xž]˜î·?–¿5*jTD\n
    ë
    """
  b"Xñ▒┌X*=¡Éü#z®┌øä"
  b"X²'‗oå4\x03ç\x16╝|+{`ü"
  b"XýS¢Ïj9¶BVm+Ûuð"
  b"Y\x0EH%\x07 7l“7]\x1CJW\x0E"
  b"Y'à\x1A“B=Ò±ÔqL\x02¤'Ø"
  b"YK‘o;Ž>i¾¹cÀ­GÛ¡"
  b"Y`óõ¦;<õìÊ─2È█J¬"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"YÏš®Â\x038˜Œ/V\‹E†h"
  b"YäOj›93F‰ïß\x16Áy\x10'"
  b"Z\x02Zà4|7?Åe˳║p[7"
  b"Z!P{àƒ2r‰ùbrgL\tž"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"Z?\x1EñÂR8u—µí\x04\rO©¬"
  b"Z[œ\x7F¯“=»£NñÇî\föu"
  b"Z‰ê\x07#}:†‚æ¯Î¨¦£'"
  b"ZŽ?¥Ô\8 ‰•xØÀ?Äî"
  b"ZöìÕ▄l0tÂæ³ÆD§ë\r"
  b"Z©”\x7Få·2´Œ\tßÖÈѼ~"
  b"[4é\x03yÃ3?‚.ùŸõ›OÊ"
  b"[:╦\x0F\x1Cì4È«ò¬2┬\x12ò\x0E"
  b"[K\x14ÎЩ2>°\x1Fª½½Ç6â"
  b"[VCšo_9ß”²Sú‚L×L"
  b"[u\x07ùøÐ4&’ü1‹T¥æ\x01"
  b"\x18í’ï2:°Ã/ã×0“V"
  b"[░Ácb]1¢òÉ\x18Ðz▄7\x00"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"\;\x1CÇ}$=\r×└Ìüp╬dg"
  b"\nß\x08{Å>ÂÂÙ\x02▀¯¹\x04"
  b"\É┼«VÒ1Þ×{çã\t\tÝ("
  b"\fu ê:{ N¤óÒ€À\r"
  b"\█Ç^lÅ;)¬ßw╗\x00Ö8T"
  b"]\tnÈ`™9¸ºõ\x10#bÒ\'"
  b"]6æ\e\x7F\f<g@8¹pݶ"
  b"]fAÓÓ\>kó.x,ù£üT"
  b"]h³ø°O2þÀÃlP$þű"
  b"]o\x1E─Ì\x03<Ŭ<"W╠═0@"
  b"]p&MPv?\x05«!\x1A<\x07Aèô"
  b"]}\x13▄5\f8\x7Få{┘,\x0Eü~\x0F"
  b"]žj¤úŸ6]©06º\x07Ð;\x13"
  b"^\x01Õ\fõB0³¸þ˜bÕº·«"
  b"^\vøb}¹8ŽæH'Ÿ–j÷"
  b"""
    ^\x14┼▄\x18\r7\n
    ƒ8üh▀n\x03
    """
  b"^\e{\rØW8N╗\x1Dz<ð▀w┌"
  b"^VÔ¸ý|3\x1D©œu\x01[n!§"
  b"^jó\x15Æa2ŒŽÐøuÐð‰W"
  b"^l€ô˜è2ý«ƒ4\x18nuð~"
  b"^ª“MV+;C¹M0å_\x1E¡\x11"
  b"\x14Ém\v=¨»:È‹êí{."
  b"^úO¡\x0Fþ8¦¢"ÂZ\x05:7^"
  b"_\x06#ðk\x192\v‡&ä߯9Êð"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_j¡z\x17ó:ìÖ<üøÌ<c└"
  b"_éì#<l4A½§sNÙõ²?"
  b"_ï╣Æ \x06<\eúÍìÇev¹\x7F"
  b"_“B\x15–I5\x1D„Ô\•rpû."
  b"_Á-úks9¸Éÿ.r\e\x04"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_àÃ'-…0]˜Ã\x11E×=Ãv"
  b"`\x1C*Ç— 9Å©Çè=Nï8V"
  b"`+Sïç³2Ѫ³*W‹Ý\x08 "
  b"`;<x\x05Ô5k¸š\x1E£6…#¡"
  b"`Ñ ¸MÅ0\e½Uö└j\x0F▄╔"
  b"a\x08õ░HÂ7³ƒ`äÅxıÝ|"
  b"a\x1F[ª(q9¸Œ¹Š<ŒGd0"
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"a(*]ì“=\x13£C¹¨ø*<U"
  b"a4Ãi}\x1E8µü¤ï\x19×B/■"
  b"aFâè{ð1ä—\x1A±ûˆù\x02œ"
  b"aMø í&<÷¯\x1Aš\x13>öƒØ"
  b"aÊÆö\eË3/°:8µë±Y|"
  b"aÍl“Äî2®«\x10(KéKLU"
  b"aéf'•ã?¥†ø*..X\x02."
  b"\x7Fí°x8Ÿ‰ê\x17ã\x1Eü\x02"
  b"bBì└0²3ö½┴U;╔Xíª"
  b"bHkGØX4┼¡þX8^;Èö"
  b"bi╦\x08\x18ä>~ƒØ'\fËë▄Ü"
  b"bˆãê\x17]?¿“œ`ÄŽ \x152"
  b"b»©,Ô²2┼▒o┴ÉgôTÄ"
  b"b╗mïYà;\x16É©s\x01\x08sÚo"
  b"b𣙕Ù3ž˜¶–\tœd\x11Â"
  b"céå\x15ûe?>ƒ\x07d´I¥Ã•"
  b"d\fD\x7FÐ\x084\x1Cá╬¡½Ép└l"
  b"d\x14œÂ&º:T¹\x14U55\eÐ\r"
  b"d6Vnµ\x05;Ú°!|c³G76"
  b"dU¸`_µ?¦›ùÛe¥ñL\x0F"
  b"d[›™„å2¼¬#´Õ{Ôvõ"
  b"dn—œèR9`…\x17$:\x13\x15|%"
  b"\x17v╗ç1¸╗ö<É\e\x04B"
  b"d ÜÝ…@0ê„“”6´¯\x10\x0F"
  b"dã!ûCõ9█ÉÄC§e»pÃ"
  b"dÚÝðä\x16<列\x1EO™˜ ³"
  b"dô‰j\x05,0\x13“%\x16‘ÄKÊÀ"
  b"e\f\x1F¯˜+6Å–_\x0F[S\x02"
  b"e\eÀôÞÌ1‡‰Ú ÷µ“= "
  b"e%ó\x00ƒ/<╣üÃÔK\tyÙÛ"
  b"e,zí\ej?%øì¥²¥ñf©"
  b"eDºå¼T?çž\x1FI¨ÀX\x1Dr"
  b"e{4\x00&\x1F7*¯@hŒÖŸèƒ"
  b"eáms9Ñ2\r°\x1AŽ\x16±£8“"
  b"eéÂ3a\x184>–©’Yýõ½\x1D"
  b"f7º­§$5>¥\x1AsM¥Ék­"
  b"f?PawÞ:í«¸7\x00Œ¸Šµ"
  b"fz;m&Î7ÀØ âƒ½\x04¡C"
  b"fç³ pÑ?pÂåjB07Å×"
  b"f°éL,ó56±yè€\vmÈ'"
  b"\x1DS:¶61º3NL\x08Q“~"
  b"f╩£då├4Ñ╗5\x15]╔¦Å1"
  b"fÎ:´^í24“QØs\x19\x04å<"
  b"\x15f5Y4.†B\r_k\x1Eð©"
  b"fþö\x00((3ºªç§ÔÖtÉ/"
  b"fÛ·w§D0■Üʺé÷ìË÷"
  b"\r\x7F4›„|ÿPF€[W"
  b"g\x00 .J£3\x07ü‗▀:±╠"┌"
  b"g\x01ºÇ7G;=–]k\x16\x7F©À\x1D"
  b"g\x13\x187┼╬0Ì®S0┘ªÅ'╣"
  b"g#M\f†¹3=†IGÊo^Ħ"
  b"g▒7­ÓÉ5¤íâ$þ▓\x1Eé2"
  b"gÀáLRË5h›<Hlxi20"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"h\x02V\x06N(4Á ‹å z´àG"
  b"h\f\x17'\x1DÅ2³Š°j\x7FËð…\x7F"
  b"ha‘\x05»p7\x08º¾´X\vˆ¿J"
  b"hå¼Á├À2 Á6ì\x02ÉûY|"
  b"""
    h‘\x1DŒ~¬1Ã¥½ÌÈ™\n
    أ
    """
  b"hœSÄÏÿ<\t¥•Þ>RQÈ÷"
  b"h¤ù@R½9„¿5C^"\x07qM"
  b"h¼ÏöêŠ?ôœ\x11wªºò„ë"
  b"háÂYMG:D‡7ÑIùt>s"
  b"i\x0F!Cœì3® VñÁ\x02½\x0F\e"
  b"i(\x18•ÉK5n¹™"LŸó>˜"
  b"i~(<Æo3[£Ãv»\x06\v"
  b"iƒDµaø7¦²ø¡é²KCþ"
  b"i›\eÇ\rº0™“²;>¹\x1E¸}"
  b"i«ò.©E;N¢ª¹¹û”n*"
  b"iÁxi×ô9¢¨\x0E\få§SÁ\x15"
  b"ièÄ8`p;J´å\x03¤%åot"
  b"iïì%!X7¯¤Èϯ>¡¸&"
  b"j\r·I²¸6x¦ÂT-íëQ?"
  b"j\x18@ÿ¤Ø;ûº\x1Cj@ý<A3"
  b"j5┼Î=q?`╗ÿu³·¢╬Å"
  b"j\x7FwmZ\x117V²Æ~ù"O™\x02"
  b"j´¢€\fÌ5ñ½˜\x1EAÙQv`"
  b"jßóÆFÛ9­-U•ì-\x16Ö"
  b"k\x0Ez>‹\x130\x10º—NÌN´\x197"
  b"k\eÊEÂW4R„[©Ãº~>¯"
  b"k\x1FLÊ!\x188ù¯Ùøc2®À½"
  b"k0Õ,åÉ6yî┤½GßÌ®f"
  b"kFbZo\x063•– \x07”*}õ\f"
  b"k[#Ë\x10ß14¶¾ÅÙ«oK„"
  b"k^˜Œš\x01?Ÿ‚ž\rSDÑe\v"
  b"kfñÚ\x19d?Йí[ À\x00z\x1F"
  b"k|Àážå:“»ÈMÌ´àEk"
  b"""
    k…7òb\x06-„Bîe“²\n
    Á\x06
    """
  b"\x1Eœ)\x1E8X¦~ e\x18Ã.r"
  b"k³æ…àÔ22šQ‡Ç$Ë€Æ"
  b"\x02µ–^9¡¨8ëPÔX\x030"
  b"kæÀ?ße0‰¾øéÜ",û\x0E"
  b"kîxÖÁ§4Ÿ´*|}² \x19ö"
  b"k‗\x0E®r\x035éÑ»*dëÅÖð"
  b"küÿpxð0­®4ð*\x19â™X"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"l^¦£—Å4"½‘\x14+ûWy„"
  b"lë▓ÎÏ┘?²ìá'æÕVëR"
  b"lŽà\x12Ø\x1E:\x1E™$yñ8ûûŸ"
  b"lìp„Ч¡ÈÄ\x1E¤‚ï\x06´c"
  b"lÿ\x05\x08fh8ê²À[HOÇ\x14¸"
  b"m\vP¿Â·7a¿\Š\x07>Yï‘"
  b"muÄ\f3\x116yü'à-ö▓&["
  b"m‚\rÄ\x01‡5+˜vXày¦nÞ"
  b"mé˜ì\x12à38³¥ê&ʺ‹î"
  b"múï/Þ€>\x1A¥¦Ãä§ÃÇœ"
  b"n6ÊS\x10Î?ÔªXúõn¥Å#"
  b"nO+"3f:逜\váÔÏÒP"
  b"nO3ãf&;Ùš¸Ä\x0Eö͈n"
  b"nVô'Gš1ÞˆžPýe\x01 „"
  b"nwê\t5H3ܰíú˜Ó†‰\x01"
  b"n°Ý1½â;#œÌ§\x00\x06\µ†"
  b"n¾šìíÞ8»¹† ùGl<©"
  b"o\fû÷^H4»²\e‡û\x01É\x12F"
  b"oT£$"Ü8FŒæ3µC]ÿb"
  b"o}ï\x13j\x13<—¼Ÿ—P¶F«€"
  b"oä┼=\x0E²3¨¬\x07æÉ\w│*"
  b"p\x020Jú\x08;?§\x0E¿<g\x07÷´"
  b"p\e}\x06`\x022+Œ\x1A\x03ÄkgÌÜ"
  b"p;)‹bª:®«¾w¼¸Ñ=\x03"
  b"pO\x1Dê`═9ý½\x18\x1A¹C¯ü¾"
  b"pmüVi¼=╩׃©╣═NÓ\x10"
  b"pÜEùÚ\x021w¬•\x1FhoÈÑQ"
  b"\x0Fêlö¶`Ôr=\t\x16†Ùj"
  b"q\e\x04T;`4®è\eúW\\x06Ø\r"
  b"qP‹d.I0¦†Fe‚Yî¤è"
  b"q}y\x03\x062╔çØ\x11ÍÇCÛ─"
  b"qóÎüè\r7ØèÒ┘└½!\x0FÖ"
  b"q¨lÓÁ¯5¿‚\x00ÈG&\Ô¦"
  b"qÕò¿xÿ=ý’\x0F±\eï\vè9"
  b"qîùßÓø7\x03‘å(”i7n~"
  b"qûþC S?\r£\t­\x7Fœäh\x03"
  b"rMP$\x04├6\vÉ*â █n═Ë"
  b"rWj;\x07Ò0\x1Ašñ‡9\x03*q`"
  b"rž³Â4@>?˜7Òu%TÔ-"
  b"s$C·Ç&>\x14‹Z„\x16F¦°¹"
  b"s0l¹V>5\x12º`Û‡vûäh"
  b"sOÍ^çS1x´C\x002\x17—M\x01"
  b"\x10æñü7åê¾Áp\x04ð▓È"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"sÄÚù&;>‘¯â e’ˆúU"
  b"sã8Tf\x188”ƒú\x04éP"
  b"só»øté0º¬áDËO‡WW"
  b"t*}×¹|3\x1DéУúÎüÑl"
  b"tX8öcµ4Z…nwR®\x16"
  b"tl\x04¯û\x0E=ܺ\v-Yð@\x04`"
  b"tu-§S88±©€jtÚDRÎ"
  b"tìT¾‗ú:oÿÛTÞ!\³Z"
  b"\fÄ?g1`²èyì…°õû"
  b"u\x0E¹­Ò\x053µ¤ÌË@©Ä»½"
  b"u\x0F~M\x7F╠?Éøôe│Û╔Sg"
  b"uf\x1E\v,l6»Àiðø┌\x12Å%"
  b"uqrü┼\v7§ñúQüÈÉ.æ"
  b"uwÈ8\x13L8\x12´>l­1«#«"
  b"u‰ÅQÚŸ5Òº:é8à“õœ"
  b"uº¸òÿ<┘øyÓü?åê-"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"uõ1Ì[¨?˜ŸÞ¤\x19ó{ðz"
  b"v\x10=\x16WŒ:Ü’-´ªû\x1E"
  b"v)£éÄ":©µ\x10¤\e‡¿¿ý"
  b"vz$Áw’1ú£T\x008(sDÏ"
  b"""
    \x01«\n
    ¬=\x05½öͳ;¨Ì%
    """
  b"v¸™¼8À8ƒŒ&”ñ˜cÉ`"
  b"v¼w¢œ ?\x08»è8|B\fÚÀ"
  b"vØ"¯×¼;¤’Fjœ=,?M"
  b"""
    vÞÞ\x16¼þ4®¬dM”\n
    PxÕ
    """
  b"""
    w\n
    \x0E/\x1D£0딢ÒÍ,Í^\
    """
  b"w8ÉõàX>Ñ–\x15LE\x03µêß"
  b"wnÇ\x18¬Z7\x1C‚3€£í‹Ïë"
  b"w€\x7F`õg3-µMôt\x7FÚz "
  b"wŠÃ/\x18D0´¦ROÀ\x1F=;ï"
  b"w’OD*Ó6¯¤=z\e\x16>{z"
  b"wò%+\x00e6Íì9§\x16â·\n`"
  b"w´Ád¤é2=•: Úm\x1E\x1E0"
  b"wÇVdn];Êœ%‘|ss\x10ù"
  b"x\x1EÞ`Gù;kš\x08>ëëd<‡"
  b"xD2šóç?޾ßî\x1F/<¸A"
  b"x…ë£\e\x186"‹W(ÿU¼B—"
  b"xÅ©╠ð/9tæÙ\x18\x06╗5u"
  b"xùk▒\÷7eÀm┼LÑÝ#ü"
  b"x™Zf\x19ö5¦„ð×óމL6"
  b"x™¾Î:ñ>#½o—yxoNá"
  b"xÈ¡2Ń9!òçÖ)▒[8¶"
  b"xê/PŸ\7X«j»#¶—\x1Dg"
  b"y\x0E¼’…¹2,¿ùYTZÔYá"
  b"yHôK”Ð<ý•òiCź[Ë"
  b"y]\x06ø@\x1A>ñù\x16ÊsNn;Å"
  b"yh~|t‹7Û‚\"}\x7F¹0^"
  b"y®ª\x7F±O6µ¡Â¶\x1Cv”ôw"
  b"yíÆIGÔ5@ª!\x16n\x7F,’Z"
  b"z>Q\x07òÈ1ìÀ\x01▒Áv*&\x01"
  b"zs3ûAÆ<í§€¸ú(‰™""
  b"z’OaÔð<\x7Fœ%ñíyL\x06ˆ"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"\x02o\võ:Ñ€)ÚMÁò;O"
  b"z¨░°t¦2\x1D×d╠ùì╗Õ""
  b"\x14!Jƒ2W«^ æî\v"
  b"{\x1AN\x1Cdú5#–Á©6Xcð\x11"
  b"{)0:®ß7ê±æðp·bäç"
  b"{h{\v“1\x15¤ô¯®xލû"
  b"{q¬Å(ˆ6C·]…MŒs¹7"
  b"{£±║5u5▒æTr\x07ìë5ç"
  b"{Ø│¸Ù(5Ñ¿W\x0E<Û█\x19æ"
  b"{átú\x0F¯6Éïp┼AjýwØ"
  b"{Ö•"†ˆ8G±¢áËã@\x04\x1A"
  b"{æ¼Ó`\x182߈Á†v,eÊ\x1C"
  b"|\x16ptX’>Ê¥­JN;Å\x16\x11"
  b"|AO>\x1Aý▄\x16£^\fÅRGA\x13"
  b"|aU3% 0B‡ï-œùÞÂ\x1D"
  b"|\x7FLsý_2Ï‹ÝÈVÜêÇ3"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|¯ZøF±9#‹\x08\x1D;ii°"
  b"|³›éRÞ5ˆ¢Ó1‹VŠÍe"
  b"|×¾&\x0E<¬²¡5 Ìkº\x0E"
  b"|ßp&\x06þ=°¾2Å/óÑ4…"
  b"|äý\x10ÝE9í­Z\x05ý³Š²Þ"
  b"|ò›]Gæ:1½Q‚Uš´\x1C\x03"
  b"|ôX·âPD )‰<\x16Œa\x19½"
  b"}\t®•\vÃ9>•âc\x19\x1Df"
  b"}\x16“ê\x1A0=\x0F Z\x01R\x19X:í"
  b"};õ6çØ5(›¶a°äA9\x1A"
  b"}bL¾´+0\x02ŠnñM—«\x04\x1A"
  b"}üáM\x7F¸<4úR¸ıopOÙ"
  b"}˜ˆÉ\x1D‚=0—é ±_ \v\x10"
  b"}¢ÁŠàr>'™¤ûxí9ô\x01"
  b"}¿Ê?Ó*9(‘\vÁÎ\x1CåRB"
  b"}øá\x06&F>\rµÊæ'\x01\x06›d"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~&\x05%_d3Ý·Á'ŠÕE- "
  b"~'4 Êi53šKÆ\x15l?\x03Z"
  b"~7ˆ÷îN4Û‘\vZgÌ\x17Ï\x19"
  b"~Jß-©-9Mžb´]€“\vÀ"
  b"~L_·œ14þ†¥u<šS\x12m"
  b"~hù¬Ðµ;”›îvrFÊ\x19È"
  b"~{]µ▓m;C¡sÍIèÅ7""
  b"~¡Ó´×=5\t€rH©Õ\eÿJ"
  b"~╚░¾\x14Ø0ªªn░39\x0Eã7"
  b"~ÓB¡öA8–µ¯\x03\fÌÆÊ"
  b"~åT¢<"3-’^¸yü6qê"
  b"\x7F\x08ì¸q\x1D;~öÔs'\x07Ë ÷"
  b"\x7F7—c'‹1³Ž@9ИVÛ\x14"
  b"\x7Fg\t▓À¿8ÞÜüG\x1F;\x1Fñø"
  b"\x7F ŒP¯43d¹°ê‡cWS`"
  b"\x7Fñ@ç«?>#ÜËtÉÀî\f"
  b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»"
  b"Ç\x08RÉ~\x089´êOõ\x18Ä\x14Y\x17"
  b"€"cñ\x16"?µ¥\x11ÑÄH¥Æ\x06"
  b"Ç39I¼õ6├É\x02´ôãµÐP"
  b"€6bapúÄYíTmˆD±ü!"
  b"€Vˆf•\x0E8U¼…©\x02@ñø\x04"
  b"€i\x12XI¼:Œ‘W\x08Rè&Æà"
  b"€Ÿ°éÿ±èT‰ú>6Ú}¼k"
  b"Ç┐▀9eê:ÙØv^C\x7F\x17"
  b"€Ã\x13ó’ò?r¸ˆ \tG¥‘O"
  b"ü!xK>=7SÂ;▒Î3┴É3"
  b"""
    üQæà(®?\r½Ðö÷\n
    }\x15ç
    """
  b"üRHÒúd>┐üT\x0EÜ"\x07ó¹"
  b"üééBfµ< º¹Ms├óÕø"
  b"üæ═╣ks<ÞçO0\x040┤\x1F"
  b"üÿ}\x06°ï7\r£RBO■&Gy"
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü╔ÆK│91%ÄAv¸ë└qs"
  b"\x12µ?¥‹<¨††šÂŒ«öj"
  b"é aôØð?Ñ▓]ó▓▀£ûó"
  b"‚U\x12Û\x14y4ý¿œÜ³³5T_"
  b"‚ifµNÎ6ú±4²'åEy\x19"
  b"‚q7ã÷âÝ.G\x13—!+ÅU\x1C"
  b"‚Æ¿¦¨}=ߣҿNFÆvž"
  b"""
    ‚Ðä\x13\n
    C0¥¨¹@šfø•Ê
    """
  b"‚ÞC¨ðä5Ï íf­ð¶À."
  b"‚ß:\eÚu5\x1F¯—µ“^_Ó\x1E"
  b"‚å[@as1Õ»u\x1A\x16Úz’s"
  b"‚æ\x13‘Œ\x027ýŸ6\x1A\x04ØB\x00A"
  b"éÛ}i¯▓;¯üÅ\x1CµàÂEý"
  b"ƒpÝUÓ\x039ö–"°ÉüŒrP"
  b"""
    ƒv\x08êßó6V«\x1Eÿ¸Ä\n
    Àv
    """
  b"ƒ|7o-´=“ r\x05CÌeW9"
  b"ƒ tì\x19t>#¾ñØ1Hã)\x0F"
  b"ƒÇ)ˆ¹r6–¾\x15K\x02j3®u"
  b"ƒÎOƒ\x7FV;“”(1{Æ^Ì\x17"
  b"ƒã‹R¶¢9?¿¬„mYFÒ¬"
  b"âÙ|úHì8\eë└%─-QÓy"
  b"ƒîºÑ´˜2x¨\x02ºDFkÓÕ"
  b"\x16ªÊJM\x14Pÿ›aPÖ4c—"
  b"„"þé.\x193\x1C·ðëñu4Ší"
  b"„[\x14OÄ7;\x11‹ë[ @\fŒñ"
  b"äÉ\v²BK6Öá&6\x02&╝HW"
  b"„¦ˆ>¡Ò5›£\x7FË݃Bÿr"
  b"„Çu0Ä%<ó‹\x14ƒ/+^\e\x16"
  b"à\x1A/S5\x1D:│À«ª\x14Å\vÔ2"
  b"…#_óª¯="…8]ŒŸ Â\r"
  b"…Z¦t\x01#<}±r‰`\x7F)Ps"
  b"…ys\vˆÅ8Y•\x12ÖÅ9o\x136"
  b"…˜Îß-L>O¡ˆ\tøXÓw\x05"
  b"…ÊO~ƒ³=hŸÖIrƒ\x1Fo2"
  b"…ìØG€ú0ƒ¨áæ½ìƒ)]"
  b"å\x02\x16\x1CÅs6\x17¥\x12v-\x11>È<"
  b"\x10'\x15\x7FÔ0w§\r„&À‡ÔÍ"
  b"\x1AÓ\x0E„t=1Œ¯æsð´„¼"
  b"\x1C¢¸Fj3"´e\eh\x03pÝü"
  b"†(\x14ïÚ';\x1DŽ \\x1FZÆçF"
  b"å3[³í¢=pì┬?Ç\x10äòç"
  b"†VñÑ‹\04¡á9M\x1817þ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"åüÅfC\x173Îü8ºljÑZþ"
  b"†Ñ5‘Þc>É­óAº3Qêª"
  b"\tqðçÔ2\x17¦çs+\f¿Gã"
  b"ç\x1FYÜÙó1░┤{`E;ìUô"
  b"ç2┼û\v\x100Øí\x18õ3\x0Eßµ="
  b"‡lËᜄ3¹¹Áò¹zÇ:æ"
  b"ç|Ô│'24üæ´q&ı\x14£»"
  b"‡„£ËâI3½ ¶«jN`Üø"
  b"çí%▄Nz4Áû°ÍuÏØ!ï"
  b"ç«\tö┘R:ÏÖ╠üç®^Tƒ"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡Ùx½ýí6\x03·kˆé‹\x12"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"‡ýèÌèáõ÷tš\x15¯Ó*ŽC"
  b"ˆ=j!…ë3;¢&9\x17eÒŠã"
  b"ˆH|ÜïÑ?–¢Žqã’›V|"
  b"ˆ¸m®»u2“—8T¥ë(\x1D|"
  b"ê╠x£ü50,É\f«¿q─└\x02"
  b"ˆÔ)Ö‚jnö¤ï\x0F´0c¾±"
  b"ˆã‚e\x03U9>³\x0ERØG\x10E\x18"
  b"ˆí0\x0E±\x7F9KŒìQ©óa˜Ä"
  b"\x08[^¸ü6É®à5RFÿ¦\x1F"
  b"""
    \n
    .V8:3B¤Ð3ƅצÇ
    """
  b"\x18b_ç¶>z˜.\x01\x0FƒÔG½"
  b"‰3Ü p2ɦ\x19b¼‰;)\x12"
  b"‰WãŒX—?\x1D‡1¤å4¦>î"
  b"ëâÜÛkóF\x7Fü╣ã╠┬kD²"
  b"‰…Ø\t:?5&‚ySm–:q\r"
  b"‰‰Ò†[Ù8÷‹SþÒFz•Ó"
  b"‰˜1B\x15H7`¨Ž09L\x0FUa"
  b"‰¬"Þp¬7…¸ˆpig«©‹"
  b"‰Â¢1>F<™¯¨i\x08B™\?"
  b"ë╠6‗\x1AÁ5ì▓▀)\x1Cû#9µ"
  b"‰ã9`´Z8—¹¶äæWæ_¶"
  b"Šo;7ÖŒ>\n‹~t75\x00“l"
  b"Šw× ‚ÃÉ\x08"=;¢\x12„„W"
  b"ŠŠ1zÿM=\x1F¨‚\x15QÒªZú"
  b"ŠÁ'ùH»?Óˆ/\vKê’ŠÇ"
  b"ŠÅ×ÿ¢óó×Ôò¥º:ëK"
  b"Šè\x02ÎÁY=G™Ä{KãyF\x1D"
  b"ï\fÀÉè╩;cáI┌¶SÙôN"
  b"\x1DÌ[\x02´9¹¹^Çè\rsi—"
  b"ïëìIÝX<Uá× ╩▀¬i\x05"
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹Ó~\x1EÁ°<éŽÚPLÙ±\x01à"
  b"Œ PŠ}Û6‘‚×þŠãº\x7FA"
  b"ŒQÂ3T\x06=ö¦zÿ×U’€6"
  b"î_ÅGx9=ëó:³êY4°"
  b"ŒˆÕ5\x17Š;Åœ\v·²\x7Fw÷‹"
  b"Œ‘Ôúä–7Ì…@±²wJ-Ù"
  b"Œ²Â$mB3È’FYxS,‚Ò"
  b"ì\x1E\x17m\x1D╠:Ä╗╝ësÖq{ "
  b"ìCÉ$;©0°óä▓\rv\x17 \x08"
  b"ìPUF208Eø8Tù└º­ñ"
  b"ìaLAMÕ=╬ª─~w&s(="
  b"ìÜ<D\x00æ9Æ┤³èÅË╣Ê""
  b"ì£‗¤ÂI4MÅ8ìMæ?¼║"
  b"ìÞ®-ð±3;╗uê\x01Üfı\x02"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"Ža`\x0F÷}6\x1F¦þ\x19ì²×nø"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Äê÷]Õ\t8È┤┤|÷\x108ż"
  b"ŽŠh{ë»;ÁŽ—ã¸ URZ"
  b"Ž”\x0Fz\\f2g¨EÑ­ƒ2†â"
  b"ލØ\\x15Ý=®ƒ«?¦\rÅ\x01ó"
  b"ŽÓú$Y†7\v¢y§”ýf´}"
  b"Žíz—_wÿ}\x01xl#P2\x03Ò"
  b"Å\x0EºsÑ┘0█¥³\x00D¥áË\r"
  b"Å\x10ù\x02ıD9ãó®ÔjOO▒í"
  b"Å\x1Cê\x11ÛÙ9µÜ\x16\x12ÅÍ[é┼"
  b"Å\x1Fi½H#;┌åf═M²\²j"
  b"Å='F¢±5¾îPÍG╔Þ▒┌"
  b"Åc┬A┘F>`Ø>Yö═)ãº"
  b"ÅyT³\x11å<<¡£┘`\x12¨┐╣"
  b"Å{z\x0Fê'6Ö¼\x03ƒ¹G\x1FøK"
  b"ÅÔ.\x1Fȃ;©®ÒÎ_ ┐║r"
  b"É\x02\x01>)└;GØ╦\x0E\x11rÂ$»"
  b"É\x11\x7FÄ¥??l»þé6&Ë2\n"
  b"ÉLx┼ûÀ1ÝÆ[êRÍóI³"
  b"ÉuÉ@▒ç5ûöÙð5qÜ#└"
  b"Éww,\x15R8R£#0x'rþ\x1D"
  b"ÉçK\võ\x15=░î¾Í?"ê^Ù"
  b"Éï\x1Ayƒ╬9²æx·O╗│ë^"
  b"Éø¤‗3┴=\x17\x1FJ\x07=ú¥?"
  b"É┤Ì\rû\x16>═░.ìYT▒4D"
  b"ɧË\x14î[5.Ñ\x1A¨▒vV%Ü"
  b"É·â?4\t<5ªdóä×Ȳ\x03"
  b"æ\x10Ø?® ;ZÆ¥{$\f¡ÿ."
  b"‘"\x1CÂ.è<3£ª¿ÂgÜéy"
  b"""
    ‘-ß®ò°·Æž\n
    (ò?65
    """
  b"‘br¶„ã<\t»½\x0E§$í)N"
  b"‘y\x1Eï(40ï¡síy ðçp"
  b"æ┬BZÉ¡6SÁ┤6´Éù1Ý"
  b"‘ÛJ£\x16vÜDK—ëð!Ð8ü"
  b"\r‰¾£ª3ø¢þ®þj\x19"K"
  b"’'ù˜Ó†1N¶—õ<)\G "
  b"’C\x05\x17\eÆ>:œ}Ê*ç\x19U"
  b"’^í\x04ÇÌ0\x17¼hp,9©’›"
  b"’a\x00„‚/0\x1E¸´\x0Eƒ>¬í1"
  b"Æ®┘»─n3E¬`Úü&¿/©"
  b"’â\x18Ï\x1DNU®3X2»\x03íOÉ"
  b"""
    ’ìõzi\n
    8`£\x1Aí\x05Ð\x0E\x17Ç
    """
  b"’õ\x1AÆŸ³4\x18šò#-c€e°"
  b"’øíXÐÔ<˜œc˜Ù.±×$"
  b"\rŒ\©(<øª9݆§µÅQ"
  b"“hS.f-=ϯê\x19–ÝFÜj"
  b"“m¦•+õ½)Ž\x10™LÝÚõx"
  b"“{_–Æ„?6­\x1E\x1A™.o¶è"
  b"ôàù1ÛK2Àò¸¹‗×õÅ4"
  b"ö\x15┐LíÙ>=ç\x1Dý»Å▄G]"
  b"”$EçN|4¡7Lè'¨\x16¬"
  b"”+C[*r?š§ê\x08\x1AÄêìÕ"
  b"”+±¤µþ3wœ‹;3\x1ArÝä"
  b"”CÛä+×9f¼ál\x10p÷£5"
  b"”b\x10\vW’;ljíêÂpË¢Ž"
  b"”ºÉP,Ý8ú†Ý¼Û\x02²½\x12"
  b"”Ê®‘Ã#8›¾H·vR‚TX"
  b"""
    ”艫ÄÑ6´§\x05\n
    žë\tÀ\x19
    """
  b"""
    \n
    îrÍ\f:Á‡*\x07»Ã¨€„
    """
  b"\x0EJÄ'œ:Ž‚GšŠR¨Nj"
  b"•#&¸F\x1F:T”à"\x17Í=\x02Ê"
  b"•*boK\x151\e»hŸ:u\x1Cïv"
  b"•?Ù¨Œa7…½\x1Eã^'7)N"
  b"•K˜\x0FZ*2Ú \rL€\x1Fx_›"
  b"òeq¼¿I4èÿ\x14øÏLüE¾"
  b"•o¡ã\x00ò7j¬ú™›0+óö"
  b"•w\x02$\fÐ7\x1D€®”\x18aÄ’\x05"
  b"ò\x7FÉY═æ?\x07ï║K°©\¬1"
  b"•Þ¶¼(»=Ï•“02Æ“cŠ"
  b"•üroXHó©ÚÚ¨±·m\x08b"
  b"–aÜrËœ6ɸNæÿ(Þp™"
  b"–À;\è›1 œ‡Á‰D¢Ce"
  b"ù0╗ú|ª5]ÉwùËMA\x17v"
  b"ù<\x0E\x08=¥0PØÙþ]┬÷*À"
  b"—B¬ˆâ\x0F@æ£Å\x1F­\x1CšË®"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—b’6µä³â_ý&oB*àk"
  b"ù║┘ÙyM;Dó|«\x02░Åo)"
  b"—Ó\x16Žqî8ì¹±yw/N^²"
  b"—ÕAbC‡Ué>J0£Ÿò”¸"
  b"—ñ\x7FAÕR3Ò³ì\vo·4\x0Fò"
  b"—úò¾X¾9 ‘Ø)=Ž\x04"
  b"ÿ\fËì═t0\vè°│}<╦hÀ"
  b"˜\x18°,pN2;°¤\x1D¯)? @"
  b"˜+ÚEà 1²Š.Ùù*±t­"
  b"˜.ÏêcA9\x1C\x18–ŒÄj\x19§"
  b"ÿZ╩Q\x14Å:#ƒ"\x1A?$®¶\x15"
  b"ÿ\þ@\vâ1\x17àØ4»ìve\r"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"˜}\x04\x065¡·^ùÌ–ü‹µ"
  b"˜¦ªJ‘ú8"†8lÜJ4:\v"
  b"ÿÁ·ëØÒ4╩ùý}ÆÐVÃD"
  b"ÿ║Éà\x1E¥9ÏѨÊve\x0F¶K"
  b"˜ìë-~U=# ì\x02?-ÍþŽ"
  b"˜û#éî>6Hž+Çä˜\x0EÑ\x16"
  b"ÿ¹&ìÙ,8Ü║.6ã{%1ª"
  b"Ö\x03ñ═s·0_Â┤Ì│░‗ü┬"
  b"\e–d¡ç2»‘m¨ìä¤h›"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"Ö/rë┼Ø8µì\x18[‗P│ÛÅ"
  b"Ö:└H¸r6ÅâT\x01K╗zZ4"
  b"™<¡^7Ú<\fŠ“_"\x7F"öË"
  b"ÖE ¬D 3òÅÝ'▒üþá▄"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"Ök¤ÜxK26ÅBVs\x0F8╩¬"
  b"™mP\x10çL9–˜S¯{F¡{\t"
  b"™t>^y‘3Û¤r\x12Q›‡Õ¶"
  b"Öàgüí\x011nô\f\tþbãf┼"
  b"™«§Ô'•;Q‰o]·ò\x03¶1"
  b"™»àÄ\x1C°:\v‘¨\x1A\x06­B–˜"
  b"™Ã£Xo\0ϧΘ\x13Fu•£"
  b"Ö╦®│Ë\x138*Å-þ▒\x12{­W"
  b"Ö´x»=w©‗í£\x03Åí6C»"
  b"™ÿ]\x14òÄ<u’í\vø4àò "
  b"š\x01¶[7ê4Ÿžêù\t\x0Fw­f"
  b"š\x19\x01h7·º•„\x12íßÓÚ"
  b"Ü"]Ì╝¡?\x05ØòCP©\x17J│"
  b"š2tsi12jµ¡ƒ°˜Y?/"
  b"š3Èh\x03\x126ö¼Vu/>\n\x00t"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"š].9Ö•9?…®måóo&\x1D"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}5`…\x178κúø#?›A\x07"
  b"š ©êÌÕ1©²«Oü¾ÀÌ›"
  b"Ü┼▓\rü$8ƒî┼Vè5ú*■"
  b"ܶØÐq 5ÀÿÛè\x05\f\x1D▄Ç"
  b"""
    ܨ#\x11²¦6‗Ø▒'\n
    ¿¼ã¯
    """
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"›#\x0E’ù›6OŒzœÐ1\x03Úƒ"
  b"›MW)B©:£ºB§ †V\x05e"
  b"›XYY\eç=Pµ\«kâ¬zÍ"
  b"›m)jS±4\x06\x05,\x7Fõ²*\x05"
  b"›sìÉLLæ£ÝÓ\x13ðšQ0}"
  b"\x7F,2ª\x18<ÿ±B‡'8Ù\x00""
  b"›š$ïØs:Æ‹E³ÝcLþI"
  b"›¦¤l=\x052g—Ò\x03F¿H\x05ü"
  b"›Üƒçöq1‘¬­‚K´b?L"
  b"›áééêx=\x13…n\x15Ó\x11®\x02ü"
  b"›ð*\x7F±Ê7Z¼.\x04¾¨t†™"
  b"œ&Œ“[\x013“»¤Yã+¢l\"
  b"œQà¢c¦4›¹¸ÌjÒ=øÅ"
  b"œS\x160Žw?H¢•z\x18Ÿ™<£"
  b"œV5"ò€5/ŠÆ5l6G-\x07"
  b"œi[¼\x7F‚?>™£e›GtU*"
  b"""
    œrÂ\x1A\n
    22ü²;š-öëÚY
    """
  b"£ÇÉB┴Ë8¿¢4e§Âõ¶©"
  b"£¼`HEø;ÚØƒsã─‗Wd"
  b"œ·˜RjÊ;д\x0E0®]^\x03î"
  b"£ÎOC┤╔1¤æ:ÅsHÛ\x01"
  b"Ø\rEgÿl68│═ƒg´\x0EÎH"
  b"ØC\x11\va╦;±▓░╚ð×!Àä"
  b"ØZêXËm1Û¿·´¤òõ o"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"ØðñÜsx?Tæõóuz7¤\x15"
  b"ؾll\r─;G·l.Êm\x12h"
  b"عKYd¹3┌½ï¸ÓÓ¨\x12I"
  b"س§■ÕÆ7>éÇÆ\\x1ExgK"
  b"ž8X“¬ª8§€L¹j)Ý\r\x1C"
  b"ž†×X\x07\r=ÉŸU:Ñ\x10\x1C\x07š"
  b"שôØÑk0Ò░'oñJ°Ò│"
  b"×µÓR´P1}Øñ\x17\pÒ,á"
  b"Ÿ\x1C¢VR“0—§å\é=j{ÿ"
  b"ƒb▄\x1FÝé0_ì*┘äah▒i"
  b"Ÿšnã°®=<–(ãÈ©ž_ì"
  b"Ÿ Ny&*2‡™UÈ\rå{,:"
  b"Ÿ§A\x14(\x7F:à¥Má€í¥}D"
  b"""
    Ÿ´\x15AýÑ;q‡†\x17\n
    ã²\x18R
    """
  b"ƒÐÃÈ\x19Õ:лÝsúÉê█×"
  b"Ÿû¾PK\x165M²Ôi\x13\x04a¤í"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" tlŠŽï<y›HhÂÌíuy"
  b"áç3Ø0+8\x17¼╝·î\x11<É╩"
  b" ŽÙoj\x03=#‹]k˜ó–¥z"
  b"áÅÙ\x16Uh=[¬OD¶'µ\x1Dp"
  b" œ\x18IW(*\x00C\x14wøÓ=š‹"
  b" ð\x0Eo\@;\x15Žjú#XÀEJ"
  b"á±Õ%Ý¿5\x1EØe!0k┐¹Ý"
  b"¡\x03GQ®\x038\x05¯\x04ŽOðá«ý"
  b"¡\x0EYı\e1\x19žè0¦Îu\x1D$"
  b"¡"O\x04 £0\x16”@s,KD,ß"
  b"¡#õ|<ø4í¹\x06éo'¥þ«"
  b"í(\x0F[ß┐:üøÆ£Î©={G"
  b"¡qØ~tš7ÒºN¹B\x19rð£"
  b"¡y„>MŸ2Ý›‚c-Q\x03³ñ"
  b"¡z'ûRÓ7.ºÍµ²n»™\x08"
  b"¡”\x00žéq0‹‡g°×Jó¥^"
  b"í²\x1Dx┼ì<á©9öX$\x18Å«"
  b"¢#azå¤4)‘`ìŽ\x05ÓÑÌ"
  b"""
    ¢%|)˜é2òŸ”1ÕÝS\n
    «
    """
  b"¢DS\x1D\x17Ì0‚ˆ\x04ø\x06 pÀN"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"óéþÉ╣d0Ú©E%}Ä üó"
  b"""
    ¢á\n
    :4ƒ8†‚Ž\x04Á\x14cpø
    """
  b"¢âb2_¨2?†Þm7\x1Dºñý"
  b"ú\x02SçÁA4kÖ\x18Å\x13{╔Îd"
  b"""
    £\t\n
    `Ý:?¶üãîR•\x06¥
    """
  b"£\r\x13w>¢©Z”Xè \e\x17"
  b"£\x1Cí\x1F¡§:n ~Z@épOÁ"
  b"ú\x1E\x7F8é=×é¦+\x08{;ØP"
  b"ú)ÖMe%ªÒ:Å"­1u)▒"
  b"£.Äš6º<ý \x7FJ†bAëR"
  b"£]Èû;=8\x16—ët8ݺr["
  b"£ns£íS3\x01¢ú,Í#?ŠÄ"
  b"úüº]®<2åé¡?\x16á¤dÐ"
  b"£§7\x19A|0[…|ˆ7¦>Èü"
  b"£¼ÒÀ·Ÿ7ž˜J°ð‚B<!"
  b"£ÜJì]ð= •Ó#)ñË\x1Fj"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"ñ\x07ÇpzO5ÛØ4FO░ãg6"
  b"¤\x19‰5/×9ŽŸUý\x07ô¼Q¤"
  b"¤LÝÕ+”4H‚Õ[Ôç`\x0Eò"
  b"¤T*Q¯ß0\x15¨.iø–j|Ë"
  b"¤_O¢2A<-ºdX³û5®\x06"
  b"ñb¥┴>õ2\eÉìöÓ´^┘P"
  b"¤„Ad\x13Í6“©¤¸`Zò:ì"
  b"""
    ñï\x1F.\x18▒=5Ép\n
    i0¿\t
    """
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"ñá\x06§╠Ø3ìÆ╚K@ÿ\x19äò"
  b"ñ‗ÿxMÅ;f╣B½3\x04\2\x03"
  b"¥\x00Cü¡Ê<\x07°ó«P\x12\nèÅ"
  b"""
    ¥\vÿè\fø0s†i\n
    \x05àµÿÚ
    """
  b"¥\x1E¿ˆ8,4=¯Ï{™`>ôÐ"
  b"Ñ&\x18];Þ0ÅÑ ë&åÎn\x17"
  b"¥&US·²7ÆŠ©\f\x18ƒãÙ§"
  b"¥'Ôà˜W>Ì”mÅk„\x16¢\x01"
  b"¥.Ÿ„HV>\x13¡>RÜ0/s…"
  b"¥O\x1Cñû’<0Šm=’Ìv\x05l"
  b"¥Vð\x1E\x04|2k¬ægý\x1Edq×"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"""
    ¥‚_‡217‘½\n
    ‹v¢¹zS
    """
  b"¥žVOÍWk:u½Çw\rO\ü"
  b"¥³úM^Ï1¤‚$óé%IrE"
  b"Ñ▄║K\x0FM0·êÅ└ép¹$ä"
  b"¥ï;\x01\x13¾Mæï\x02ûãr×q˜"
  b"ªBûâw-;ZØ0á}¦'▀ù"
  b"¦i\x01<û®2úžA*¥Çìö\x18"
  b"ªÉòt└Ó5\vû4¸çXó¹│"
  b"¦¿›{±\v>r¬¤ÊîM+Š\x00"
  b"¦æë\x18kH7ë¨V\x02\x06d\x14"
  b"§/ÿ“N\x117¦“A¥:§\x1D›."
  b"§?Íí8©:̇<\x12ý\x13y}0"
  b"ºfiü¬¬:@ö³\x1E4È¢ò¥"
  b"§‚c·x#3-š´ò íÒ~À"
  b"§Ê:-\f³6\x0F£ùM\x13\x16º\f-"
  b"¿*└=Þa;\x05ïÉ╩vJ²└\x18"
  b"¨Gf«:S˜j ±,ví­±"
  b"¨S®®\x0858¢‰ÛiGf‘”\x05"
  b"¨Åø«ï\v<g¯ƒŸ‹JL³Í"
  b"¨æ\x19$K˜7l“ú\x0E+4˜~\x05"
  b"¨ýÎ8Ÿ\x124ú¢-¾0!\x04ÝL"
  b"©\x03\x06Hu—;Í—Ï7Œ—*ÌI"
  b"©9Ö±m.<\x04ˆw]\x1A©mÏo"
  b"©d`µ³–=pŽb\x1E"\x19g­Ð"
  b"®É\x03èƒa;rª²\©AAı]"
  b"®òÅ\t"5:¬Â©öç\x7FÑy®"
  b"ª\x10\x03«Í»2R™t@UÇ çv"
  b"ª\x1F@×Bå7r‰á-\x16‘T\x04\e"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"ª4CÒuã2!§ÿgAüÖ$…"
  b"ªL},Ó11{®×\x03Cs\x01"
  b"ªk,½M¦3ã¾\x1Fè;½^¹"
  b"""
    ªÓÇõ¶?1\n
    ›´“F,ë’‹
    """
  b"ªí\x02|*^1\e¬÷êqaàÞ’"
  b"¬÷ü2þ\x1E8.ï█q╔n¬3Ü"
  b"«\x1E:—\x17a:Ú”º\x1C_†2²¤"
  b"«Ba³ÔõïÑ»‹¥\x07¹q~Ê"
  b"«C{\tR|9ô‹8µ‘ê\x05\x05\x1E"
  b"«\x7F…œÂµÑ\x1E¹>À‚Ãy }"
  b"«‡Š!¸ \x11\ý/=îÙü’ˆ"
  b"½ÅIÖzp7d»▒ã<═*ÉQ"
  b"«šæY(·1˯“*\x05´üÿH"
  b"«°]XØÂ5i‚­À$fÂÝo"
  b"«Ø\x11,*¾6\x11°]kç;j¸ä"
  b"¼\x06ád\x0Fë3╦ÿ╚äüf\x19"
  b"¬\x1FQÏ_f6þ‡&Ê]A£|Í"
  b"¼&£X5H=H¼\x05Eüuz7L"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¼_═·┬(=╝Å┘\fè░.[r"
  b"¼m\x19ü▄ª5"ÿ\x1E\x07`N9m\r"
  b"¬ÇÆ•q|>\x08¹\x17ä6«\x11\x04ø"
  b"­Px\x0FÚ@=½¬ƒÚžö\r"
  b"­_Á{\vk:p¢µ…S鵸\n"
  b"¡ì╬]%ı>õñ\x01\_«┘g1"
  b"­ïr¥N ?\x08š×µl.Ѫ<"
  b"­ò'^ÑÁ<­¸%\x16\x06/Ê7"
  b"«\x1Cç■*ù3t¬tü(tH;!"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"®zÄ(lö=\x1CˆˆzÔÎU=*"
  b"®ª€.O»8Ïž¹]Ø\x01Œ™¤"
  b"®Äy\x1Aé]7\x0F˜Ï6Æ—ÔÑ0"
  b"®ÉZò\x03±9y€§"P"\v\r\x01"
  b"®Ë‰û=‹7#¹f4ŒoÜJ™"
  b"«ÈÌHÞð<┌ÆxÅß▀55è"
  b"»P‗±H\x167┘½­O­│$Øù"
  b"¯r‡ñÚf:a™Â\x04•ü$(Ö"
  b"»ô´t1J:ç׺qà\x17a#ü"
  b"»Ö╩pÉf2r│ðs2eÚD¿"
  b"¯¶¤‹%X<þ¥Àõ<’Yùf"
  b"¯Ä\x7Fê\x02\x13?+²ƒ‹$©M\x13¯"
  b"»■ûËÆÉ2─Á\x14ıÿ\eþ\x04ò"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"░&+■zK5pº)RƒÅÖ┐â"
  b"°7–\x01[Ï>[œÓV«œ7¬0"
  b"°NòùyÎ4—š?þ\x11N>-¼"
  b"°•fcêš:8‹ì.º\x12Ïjg"
  b"°¬Áì\x01Ä>\x1A¤\x0ElF\v\x11õE"
  b"""
    °¿0(€ß:²†p}\x0F(\n
    3c
    """
  b"°Ûw}ö€:\x02…o·kYoê°"
  b"±\x18Ï5ä\x1D;ò²àµm[ò\x10°"
  b"±~ªÒD÷5_»ºöÄÕ3â3"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±µ\x15‚i™2Û½½”\x1C‡Bãê"
  b"±âpÌ%Ç?U¢fÖ+'r@B"
  b"±ôèöD{7x‡ð\f?2Vù$"
  b"\x0EQg7\x08=áì,À­2\tÇm"
  b"²B\x7Fwû‘<\x1CŠëÞ O÷Ѱ"
  b"▓OüR½?5èÅ$øÝÿmÈp"
  b"²`—\x1EA\x172вA!É\x13\x00‘–"
  b"²`º7Ư:\x10¢«\x15¼\x1CŶ—"
  b"▓×g/üt1hå1pÉÑT┌\x15"
  b"²«y\x1DãG<9«¼ØW6Õ³s"
  b"²ÎfQ\x02A6i‡_\x14ì9~2Û"
  b"²Ö(¡'\x034Ö²ä=c9d);"
  b"""
    ²à|KP\n
    <6š\v\x17(\fÔ\x1A¿
    """
  b"²ó5Tü\x1A1M§&\x1E‰¦Õ¼E"
  b"\x01É\x01#\x0E30ù)Ì└\x06\x03"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"³\x1FòIßÞ0³¬®k™\x08ÞfN"
  b"³$\x02Ï–\x0F31µDnAãü\x17Q"
  b"³SœŸ:æ</ƒp%Ü·9f\x06"
  b"³m»Ä5k4©šnðÓ–\x1C\x01"
  b"³¦1õG\x135ô†+½\x12ª?Ï{"
  b"³±¡\x04Û÷;†›6.äñ¾»\x00"
  b"³È\x141\x7F32©§)ѲÓ\x17ò\x04"
  b"³Ð\x11)D5<à¿øô^“?\Ù"
  b"³Ù\x100èŠ;B€á0ÿÛ¥˜Ã"
  b"³ò\x08(2ñ5P’\t·z>\x13ñ5"
  b"┤2\x1Ac6\x0E;/Ø6┌õ2ô╚ª"
  b"´@fé7­3®»ÌV½GŠép"
  b"´F\x14÷Aj`§\x1Ej\vlú,ô\"
  b"""
    ┤üKÈ9Á?Ý¢-¡\n
    ®qÿb
    """
  b"´¯æL–È?V¬…Ù¤\vÞÒ\x00"
  b"┤ýh└0í6öÉ╝\x01?f\x01"
  b"µ2œ:§*=¦«S%y²]•\x17"
  b"µp8½Ãø3Õ©S^Ýlê_½"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µŒ—ÁÂù1iŒ?m;Ž\x1FÎî"
  b"µÀ0žb;3±•)&\rGÐÄë"
  b"µÄÄíÆ‘5{žd#îýÊv,"
  b"\x08B{Š¡<ã‡_S\x13…QÊ”"
  b"\x19FQÔ8?8„ç\x07øóʦØ"
  b"¶"Uªý\x140¿¶¯|¼ìáõß"
  b"¶:Q¸t÷0î…ë\x132¬+´'"
  b"¶TñÝÃð;J½zºÏÚ!µ\x16"
  b"Â×o╩\x11a9\x05ó┬\x0E┐àðìá"
  b"¶»¯Ñö†0ã¶'ê\v%tì›"
  b"Â╝5ÂÄÂ9ÏæùþTÇ%Éá"
  b"·#·Ë¯¢?m´â\x14ƒÊúf/"
  b"·=ê[†Ö:Q•>RXc’&U"
  b"·Š¸í‡B4Ò‡\x07Õ²¼`^b"
  b"ÀØ▄ñ{\x044^£ëï¿;ºı~"
  b"·¦‘E³ 3q§à\x02.nJPM"
  b"··Ï…m—Òq¨Ø©…?s»ð"
  b"·Ã¶\x05R›=\x1E\x7FYó¤\x19\vó"
  b"·æj\x12ÆÑ?B”Ù\x01\x1AÃN"
  b"·ôïV?>2\x03¹Êå\x07\x19t"
  b"¸\x01¼ªZv1\x1A¼íŽ)}þqO"
  b"¸\x03Ìz/É=²µWc‹\x0EÔ.r"
  b"¸$ð$œ\x1D;\e¸¹ÉMˆgÛI"
  b"©*üFí~:Tâv£UËD£{"
  b"""
    ¸6qèßÈ5G³\x7F\n
    Þø­
    """
  b"©p█àï╣5±ØwWkZ\x16╩¹"
  b"¸‰Þf:>=²«)³°’˜Ã\x03"
  b"¸°R°ih–;\e}NP½ëš¨"
  b"¸´ÃUȶ8I¨'y(Òí«§"
  b"╣ج:¡c9^ó║¥¥ú┘Ê¥"
  b"¹ŸReÆ^3·„éò1„ß#œ"
  b"¹Ø\x0FÅ\x11C:Š¥Ä÷²$q¥="
  b"º1¬¸›¶=땘q»q:|‘"
  b"║6YDu43²ºEƒÐj¥¦É"
  b"º9˜†ŸŸ9ä¸h\x1A\tå ´Æ"
  b"║s÷▄YD?µÑ3ü▒LKÇñ"
  b"║y5>\x03Ö<·óöÁıÅ!\x1E·"
  b"º™·^Då9\x07ŠÕeB„èS#"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"ºúƒAi<1\x1F¥|•üQ\x13"
  b"»\x14ºö\x00\x142§²6м\x14Ùo®"
  b"»8Sç\x19\x08;L©œ„&6Õµ%"
  b"»m\f©ä:5-«34gúíu|"
  b"»Ž‚Œ´b:\x7F­K,@úig\x1F"
  b"»¨¢ÃØ\6·¦#œ{~P´\x15"
  b"»Å‰Dro6-³­žÂèÚ|Ý"
  b"╗ÃWåç\x071ıåcÅÚ8¶\x1F"
  b"\f4Ç<4?\x01¬/ãôɸı\x08"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼$‰FKp6ºº1Åø¤\x7FF7"
  b"¼V…\x0E\x1E\x12=Ï–\fÀ!e:S\x00"
  b"¼Š­\x18&\x164$·)ˆ\x17Q… ô"
  b"¼‹}ô:.8l¡Ðç¡\x13¾x\e"
  b"¼ª:w¨ 2£ ÎñÄeF™s"
  b"¼ØïÕ\x08R>\x1D•ñ18¬¦9ó"
  b"¼ÛfÈñî0͘R¥\x1Ay\x7FIK"
  b"╝ÞüG5┴5\x08åð▓EÆP╬\x19"
  b"¼ôgB4\x1A:›«¥:®T\x14"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½\t¼\v¦6Ù—ì¡m‡üÚÿ"
  b"""
    ¢dÉ©\x03.;¶áÙ\x7Fı«¿\n
    \x13
    """
  b"½iO¥¯‰0\e£\eÀ\x116<lt"
  b"½—1\x00á–6\x15€Óݼ\x1E\e"
  b"½¦l/$–4N€\x7F ÄM¼öÙ"
  b"½Ç÷q­Ì5$¤Ë]”ÑÍ\x1Eû"
  b"½Í{\x16Ë2; –Íç¼F4;%"
  b"¢ıwg▄Úðg¶s╦}É BÞ"
  b"""
    ½Öîs\n
    á3'º7À¶\x11¨Ä“
    """
  b"¢¨¦ÇVÖ4¿ü▒ı6ÌH#ì"
  b"¥"Ô\x11\x13µ;áì!xpN­ùå"
  b"¾*Q–\x02°>v“Ù¢_ 3¯3"
  b"¾?ÿ\f\x1D_3_¾OÆxª'ŸÀ"
  b"¾€€”Ò°1v®4þÈ\x11­z "
  b"¥ô§ÌÝ(62üj┤nØY_E"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¾¶UɾŒ0â‚ÓS\x0FkÒÀ¼"
  b"¾ðó“0Ü7i™¯‹p\x07ⳃ"
  b"¿\x10%™˜°7C Q7AøåÜ„"
  b"¿ Š\x01¦\x0E8ùŸ\x1AjÞÆz+¨"
  b"¿7½\x14Rx?ª¤uïùoóyi"
  b"┐@9øªÅ>7é\x1FVÔ¹6\x1D\x00"
  b"¿Z‡ÄÕ¨<B«Ê\x1A®Š\x17"
  b"┐ÖFh·Ó?>úüÿ[S5╝t"
  b"┐½üfÂ<3ÞÜ\x12tîY¢!ù"
  b"""
    ¿·`\x1A§#7ð¢\n
    wÁq«e°
    """
  b"¿àÆ@&\x0479“¸P\x146÷6\x08"
  b"\x01¾1\rq<┌ÆÅuY9,░█"
  b"└+ôbX\f>§îa|ò$.uÉ"
  b"└,oüU│=!á(²Ò%úå)"
  b"ÀsQ\x03YW9y¼wP^3M‘?"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"À¬‹zÔ>6üŸG\e`6X•ô"
  b"└╣{$\t\r<SÀf?ÊI,Åt"
  b"ÀÔˆ\eé;8Û«AäÓš\x1Dù‰"
  b"\x02AFÅñ9½ÿ3É0h÷8T"
  b"Á\x10ö–~Í3ö‚³•ùL\x15P\x17"
  b"Á\e®Š™`4ˆ³n½\t\x03&UB"
  b"┴#,‗\â0ïºWü2Ô!\x07l"
  b"Á7ËÚá˜>A™"ЦfÌ-€"
  b"ÁFã\f¿ï>›ª½\x17/Q>µT"
  b"Á—á Œ&5+ªÍyÐŽ¯T%"
  b"Á¢þòLíV‰€(X¼zË\e¸"
  b"Á°íü]¥;P¹rL,ª£Õ‰"
  b"Áºã=n>3éŽvL§ý+vã"
  b"Áè\x04Qwd;›²âoY¹èX‚"
  b"Áò\v\x121Q™ŠJDòͳ®"
  b"┴¾<gb‗>Døì#í8±eÄ"
  b"Â\x0802Üa5U‰†i³b¿SQ"
  b"Â\x10\x16é!8;?ŒÊÖŸ‘ÇbD"
  b"┬$¯Å┐Ç4héèáõ·Úi░"
  b"┬Ge\f2Þ9ü▒?\x14Yc┼ì)"
  b"Â[é5‚wç\x19®O:³-ŇC"
  b"┬å\v a╔3\fÀÉıXjA*("
  b"‡Ӻ\x1A½=]ŒV\x1DQNø³8"
  b"–A\tâÒÛ \x02ö}J\eF´›"
  b"žµæÃÅ<׫Š5áf¾'V"
  b"žÙÓ¶Õ2"œ¦[]÷È<Ô"
  b"ÂÏØeÓ[3ø»‹œÉ*_ív"
  b"ÂÙÈbü)1\x1F·\x006(\x0Erìb"
  b"ÂÜ•3b\x1F1âƒ1:¨Xj¦\x07"
  b"Ã\f\x03xŠý:A¿x\x02jcѹf"
  b"×Ɣ¹à\t"#š\fÆ»¯q¶"
  b"Ûçß•Ë7|˜oT‡Ã8 ‚"
  b"├└E Ký4<Åı\x14aÕ_n©"
  b"ÃÜcv'C0Å€µ\x01]Xw\x10("
  b"Ä\x08ùÌØ$4ݯ·}8Xö¬\x18"
  b"─,d´èı8õ░üÊåÔÞ┼E"
  b"Ä8•\x1Fßýð}}á\x14é\\x7Fín"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"Ä<⬥Ï0ö¥ìÉ$ƒ7\x1D?"
  b"Ä„<:\x08\f6\x03¸Û0{‚'\x05i"
  b"Ä¿‰SìÆ<ï’ê™ÂyñÁ]"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼"a\x14<,;Òæ\f▒uñØ!©"
  b"ÅAÔ3.­0q˜‰y¯K†xÊ"
  b"ÅFѽ4Å69’7»þÛ\v±Ê"
  b"ÅO‚—„‚>͉À\x01‘À$r%"
  b"ÅZ\ŠïX=§ºjîåp\x06}\r"
  b"ÆA§\x06DÁ10¯\x04Õ©;ÖMð"
  b"ãaÒÌ\x17¤1«É┤D-¥O«\r"
  b"ãü¾j `7-ö«eÊ?pd%"
  b"Æ™\eÌÕå;N–eZë\x04õÒP"
  b"Æ©MáÈ(9\x11¿>VG!U{\x00"
  b"ã║ı4Éã3}ü▄©öó\e"
  b"ÆÊ˜åNy7. M\x0FÔuù#–"
  b"ãÊ/Y\x1A\f4UìLvF]«1¹"
  b"Ç\x01×›\Ê0\x03«Î7k6È®~"
  b"Ã:þ¶[~7\x19Å\x16\t[B^▀┴"
  b"Ç;s\x19\x01<4舃7wìQ«\x07"
  b"ÇE˜òLƒ„ÖX\x01¤¸\x11s\x03Ï"
  b"Ãa╩dØq1║¡ gü¿{┐M"
  b"Çqöh¸\x116+’怴-z\x15L"
  b"Çz2À\e\x14:j‘$›\x0E\x16\x16(\f"
  b"Ç|þ··d9£¯>M¸Œj‚;"
  b"ÇŠÕ\x195î;4²7yâ1Qqc"
  b"\x1EÁ┼ÿ>3|ùÑQbSü^Ë"
  b"╚"XZ┘M;\x1Cì,#`ä▄¬8"
  b"È'8¸e7?\rŠ4Êï\x18Zö¹"
  b"È+8¶3\x1D0s•Œ\x19æ¶\x03"
  b"ÈI‰\x1DÁ$4\t§{ìõµÎ\x15\f"
  b"ÈSÇ­ 38¦¨1;\x16ˆ7Ïw"
  b"È_ó"?‘6ý¬[R—%þ‚¢"
  b"È€6\x02˜L;İ=†88Œ@V"
  b"È€£»GÚ7'­êõíæJª\x12"
  b"Èè\x15i\v’8Xµîæl€¢¯*"
  b"ÈøñÔÍZ4X‡"àJ°*Û„"
  b"É\vz:â"8m…°a'\x0E´Uê"
  b"\x15#\x18\x05a0\x7FÅı¹ô3¾Õ\x18"
  b"""
    \x1AÊÇ904|¿Àt×Å\n
    
    """
  b"É3¿¿Éæ>ú°\x1EŒ\x1C&-\x1C\x15"
  b"Éd÷ñ‘b.`Ìo/qä9¶Ã"
  b"É…L\x00C®9g„éröe?Ñp"
  b"ÉÈ7ñHÜ0BƒxÐ;¿wA\x7F"
  b"ÉÏÙMuî3pŽÖüZˆhŒª"
  b"ÉÕš}€é>w«‚YH»Ð}›"
  b"Ê\x06\vôgÔ:IŸ>68\x08¦e\r"
  b"\x19ÊßU\x190\x1Aº¶\x1EµOüÌA"
  b"╩>Ì\x03µI:qØßK═\f\x0E╚~"
  b"ÊWŠ˜\x00L1‡¶ÜÅÁº\f3H"
  b"""
    ÊqJñ9Ó;b­›\n
    ‹¹\x13\x7F\x1F
    """
  b"╩ÆÆ²L╚;lì■Áû\x13° ð"
  b"╩├\x0E®▄Ê1~Á\x1A\x0E÷·ükp"
  b"ÊÕ\x08Æë\x198–ˆ«o¾‘Å!\x1C"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"ÊÞ½B`å:\t¼¥‘\x12ÅŠL\x7F"
  b"Ë$Åè¨`3–ƒ\x02f\x02qÈÁ."
  b"Ë'È+Úw6&£×0GV¶üa"
  b"Ë5ž\x17i=6D“öX™Š\x10\x1Fw"
  b"Ë9A\x15žÎ7ðŒ\x1DÎ…³&\x0E½"
  b"Ë}Zî\x19½7˜“£Òò|\x08p="
  b"Ë®\x19øÄ®;ý‹¾#ôf\x19ÿE"
  b"˳áÆ^ð8…­Å\x13-\x02\x18ˆ¼"
  b"""
    ˸\n
    \x148Ü‘B–âÒn\x7FS
    """
  b"╦¥MM(Ø>­ÿs£¿\x1F╩}ø"
  b"ËçÏÉz½1ã«„¦>ÞéRç"
  b"Ì-ÄbÆh59¥\x02dŸØ\x17:<"
  b"Ì9µ1õ\x08:k–\x0F\x06\x05PŽjÓ"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì›R\f&™;Gª\x1CÊ\x02*É”ï"
  b"̳Zèˆþ2¸·DTìðot²"
  b"╠ßæ\x19▄▒5ºì2╔EâíÐë"
  b"\fðºaî<\x19ì┐@░│ýíö"
  b"Í/¯ó¾0>ÆŠ?yÓß\x08³·"
  b"Í}wÉËé5^§êM‡c¿¯>"
  b"Í‚!½VD05§ºä¶\x14p2k"
  b"Í’Ë$ŒO3 ¶f\x15DžnK€"
  b"Íœ³…Î"?<£ÞU<qÙlï"
  b";’“¬õ0¼º²€\x10¾R\x15ä"
  b"\tâ&P³7Øñ┐§┌þı\x04\x0F"
  b"Î\x16õ&5^3z²òd Àç\x13ù"
  b"╬,*z~åx¥åe¤X-Å=ã"
  b"""
    Î-\x06r±Þ?\n
     ]´§=â"˜
    """
  b"╬u\x13èGç?ßï\x12úDÅMg¹"
  b"ΊP\x0Eþ­7ì›7Îâ\r(\x1E\"
  b"╬Ä8`Ø%=ª½v╚ÿEÎ#ç"
  b"ι\x19³iñ>Ý“·ßvŸ\x1A9M"
  b"ÎçÈx»{:\x1F–~\x11–ds›N"
  b"Îèèëï¯<$’1NI¸²i."
  b"Îøû€Ô}5n²·÷!‹\x01#€"
  b"Ï3¾q©]<R±ÝúÀ2χ¸"
  b"""
    Ï?tÀ¹[:…¿\n
    ŠêS3ø0
    """
  b"¤p*=vo=sü3æX¶m\x1E"
  b"Ϭý,ì—8MŒæ•®²Y\x1Cm"
  b"Ï®É]Ú‹=º®ˆ¨áSô»¬"
  b"ðUeósÖ3>è\x10ÅrÆ«┴%"
  b"Л&âé\x134\vªb^\x17.“wà"
  b"ðÏøú\x01\x150væ╦ÝÎ.Å╠D"
  b"""
    Ðä\n
    \x0E×k1%—\x18í\x10µy\x01œ
    """
  b"Ðêàóÿm;s”\x1DD4ÑáJ%"
  b"ð°²ý┐¿>═Å╔╚³ÉDÑ£"
  b"Ñ\x08ï\e\fÿMˆô®Qm@7>}"
  b"Ñ\x10ë¬íS6 ´N•'šò\x1C"
  b"Ð=█┘\x19â=Èü'/ƒ.ÓÜ´"
  b"ÑXn¶\x1C¸78ˆW¼˜\væ}'"
  b"Ѹ‘`ñ¬3eŸ¬³å9Û’)"
  b"ÑÞ‰¦èð4ÂŽðYKا¶\x10"
  b"Ò\v¾¥ÛÛ3\x03£cX¼%>ÈU"
  b"Ê\x13ãÕlX2éÉ\x17\x17┤E\f"
  b"Ò<·1Â\x129aœ‡‹ÝÙ_Ô\x07"
  b"ÊF«³\x1F╔9u┐ÉiIVÄHR"
  b"Êä+├\vª1PÁûü»\x17\x7F$\x07"
  b"ÒÍ+Œan:4‘j9U\x06¸\x14\e"
  b"ÊÐ&<┬Ö>Yíç=5oìÂL"
  b"Òä@º¥½<“Ÿ*\x1DˆÂù¨è"
  b"Ó\x02˜\x07\x06–?ë˜q6"‘\x07"
  b"Ó\x05QþFÂ3­¯â—gù\x02æk"
  b"ÓV¸óÛ\t6e¸\x12Ã_þHÂÚ"
  b"Óp³dvõËóØ­ˆ0|}Þˆ"
  b"Ó˜¼ ›\x038J–¦Ô<šø6š"
  b"""
    Ó¥7¾²\x148\n
    ¡\x08>bËÜc\x13
    """
  b"Ë─╝\x1E‗â1úì\x0E&cµPE³"
  b"Óõ\f¦’\r=F¥\x01\x7F\x16!*\x14³"
  b"ÓúŠè\x0Ep?ç’@¤ë€)U="
  b"Ô\x14\x02–:\x11…Ï\x01º×ò\x1D`"
  b"Ô\x18ì¥at?Ú»#&NPè\x1C"
  b"Ô5µDN®2Œ¢}WäTÉëß"
  b"ÈJ\x02ÁµÎ=ØäQ├i\x1DO§d"
  b"ÔSJÕ†Õ6„‹êKæ}\x1Cåâ"
  b"ÈU│\e\x0Ex=C╝H"ï¬ÚÉg"
  b"ÈvTõãO;ýªið·©Øz╝"
  b"""
    Ô­?\n
    ÇK5¾šò@‹;÷\.
    """
  b"Èý|=ª\x001Êñô÷\t°XÅ\x13"
  b"ÔîÃÊܯ5í¼võ¿œ,ùA"
  b"ı\x1F$6^×4ìáƒs~褹ã"
  b"ıDm,#F7M┤ZâRbÅzN"
  b"ıî$ïç│8Ò▒ü■1îÖ┼è"
  b"Õéãä™\x1461´µ†Ü\x11‰–p"
  b"Ö\x16Mò\x036Û´6Ç<ÖD\x0E?"
  b"Í-┌ÅRÖ5á┤ÍÿQ\x03┤d¤"
  b"Ö;_ÉþZ<\x02©Å\t§í¼5{"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖH#\x08\x1D1pª^Ø\x1E—†\eÜö"
  b"ÖH9¹¢a=*±o?\x03!¡ë\x03"
  b"ÖU.­ø\x1C2ºˆ‘\x1C.ž/\x12"
  b"Ö†æSâ<=Œ„¦\x1Cµž\x1F‚¹"
  b"Ö¥p&àe1‰¯Md—¯[ð‹"
  b"ÖÎc—½*0}‡kš½Ån¹\v"
  b"×\x1DŽóY>=û´“ð&“Ú£\x17"
  b"×!\x19T]^1¨²ã_Àð\x07Éñ"
  b"×*R[ëY>\x06«…\x19Â\f8£×"
  b"Î<┴Øÿ\x124ZÆÆFh6\x04┘q"
  b"×WÓ`ׂ5,‚„³\x05\x19”©Ÿ"
  b"ÎóM\x1AK¼;'ókÜéµy▓Ø"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"βf*¸ñ0░ØÌ<╩E\x7F,\x13"
  b"Ø\x0E\x15†3¸•ÒaPeç0à"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"ÏH[\x18\x103\x13Á║É;n║\x11ø"
  b"ØI>\úâ6\x1A´\x1DF˜Ù“£Š"
  b"ØT=`O\x083À¹0omÏqY…"
  b"Øtê¶ô/3ŒŠô†í*‡Ù^"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"Ø“ƒ=²k:ß«\x01¶ïù\x01”á"
  b"ÏÖXüC®<½áË‗!\x03╬y\x10"
  b"ÏØâ UØ;úºÈ-ø±g(]"
  b"بÌÚz^2ò–Õ\x1CóI»â\v"
  b"زêN”Z1̆ú.páÒ¤ò"
  b"ØÆ“tsª8þ¸j›\v\v܃ "
  b"ØîÕâ2$9Èœ8äUi\x08—i"
  b"Ù'/Ä\x1E\x180\x04§\x14¾[GoŽÃ"
  b"ÙKØŽ\f/4‹¼\x1EÕçMìs&"
  b"ÙXu‹yßqÈö\x0Ec\rKŒCˆ"
  b"Ù¡\x14ÖrÞ=$º…zLÂ\t"
  b"Ù¸„˜³\x180Ü»|[¡[Jƒ²"
  b"ÙÂ߈Há0¶š£º•A2Åö"
  b"┘╬°dµ~=ÇêÇYSì■#ô"
  b"ÙÐŒõ¶—2o™9\x7FØéo'\x14"
  b"ÙÓ™ì!#7#œ—Ö\f\x1E¾M{"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"ÙçLvµï3¯žÉ›ÿ$sǶ"
  b"Ú9œ?\x12£9G¿¨ÿ•\x11Ý\x1CW"
  b"Ú<¥-Bá8‚§Ò$­gØÈú"
  b"┌L╗|┼ä7í¬mX¯[bhü"
  b"Úf”"½á6»¤\x19{ü|É…Ã"
  b"Úg\x02tC,1a¦dG=\e\x08ð)"
  b"┌ÉT»øþ6AªP6\e\x08H%┼"
  b"Ú‘‡»½G3ö¢„~}¥\x07Ñ\x1E"
  b"Ú©)´#S8ž…qc\x05ïSVÜ"
  b"┌┐\x16¯▒å6ÉÁ,Ûu░▄#?"
  b"Ú΃ý:\x06>tŒ‰ÇµÔ’Ä\x1C"
  b"Úÿ†\x1EB\x187߆\vN\x1FÓøÃC"
  b"Û'\v²ÞG7’!jÊ!Vå\x0Fô"
  b"Ûcª2ê#>9„ï\x1F/ }Ç‚"
  b"█{ø\x11Ø&4#áÀÎÚë]e["
  b"ÛµU”å¿3O®[aÃX'\x02ê"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"█¶c┐m»5jØ«æ¶\x7Fþ\x19F"
  b"\x11Xª½┴=┘ëÉ_E\x15òLO"
  b"""
    ▄F┘n\n
    à7­ëù#ØÌ\x11
    """
  b"Ü^ÛôÛ”4Eª¢”lÖó \x0F"
  b"ÜlC»\x1Aí=ι1Y¢\x18ù$—"
  b"Üv-N^Ñ0Õº«ã37G´N"
  b"ÜÍ\x1Dï\t†:l±\x1F\x01n¬h’3"
  b"Üû¤ã\x14r1é€r„‰\x01ý;\x1E"
  b"ÝXd†\x12þ5åš<a²ž°îE"
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"""
    ¦~¯Çƒ┴?X½<\x14ÅüB\n
    x
    """
  b"Ý£\x07/rg9\f­ä`bÊ‹\x00J"
  b"""
    ¦├û\x02ج>▄Å\n
    b\rTàb>
    """
  b"Þ/„’Ÿø4²´ã†”€Îèß"
  b"ÌTôËN41▒ØûA\v\rÅh|"
  b"ÞgÊÓ°$9«®¸\x08\x05÷\x03ƒø"
  b"Ìok\x1Aè{;-ü\x19\x15í£ó7*"
  b"Þp¦á<Ú9S†kìšõ\x16Ê\f"
  b"Þ~¿•£´?¥ŒÉÅÕ.NVÑ"
  b"Þ\x7F\x11\x06xõ1%’—3îš«ç\x08"
  b"ÌüR´B╠5tª\x14\x15ðb└½═"
  b"Þ›\x04²\x1D÷:Õ”a°î¶OËm"
  b"Þœ\v\x17\x7F«2ݘÁÅìÛ~`ÿ"
  b"޺塢/?Y‹î¯ \x01³F$"
  b"̳Ì44)9b½úÏb[Ô\x13ì"
  b"Þý2&'Z7’›$ä‡JWh­"
  b"ß'\x19aŸ}:¹œÝWß­°ùº"
  b"ß0-ˆ\t¤7ϳ¶²Aƒ*[\v"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"ßÝë¼\x19ý01¸\x19dDƒù4H"
  b"▀ýÉ §§2.┐ïÑbg®òï"
  b"à\x05Ç\v²&=\e”âhßçí5K"
  b"""
    à1‚“¸\x11:¸•×\n
    ÍåJQ:
    """
  b"à;_¼—y2[€ß\x0Eô·ŸIí"
  b"Óbkß\x01¼6▒ì█&ü\x11Ø┴t"
  b"à\x7Ff,$·0Ѫí(\x0FDèß\x00"
  b"""
    ÓæßReñ?▀ïÅ.\n
    ÿÖüA
    """
  b"࡞Kö¹4Õ‡òl‡m¢Ì´"
  b"àÅxí'r8t®Å0¥‚væ\x03"
  b"Ó´╣\fÑR7wì\h─³$I¼"
  b"á6¶\x10à)3½+¤É›\x17"
  b"áKT´÷À7\tªòÛ…8 E¹"
  b"á~\x06LdU9&“fàýˆÎå\x03"
  b"á•z\r\x10&?¢–Åï^\x17º\x12["
  b"áŸúcÃE5Ô­9Ër8Ü”j"
  b"ß¿ü}½B6░Ä\x1E\x7F3OÛ╬"
  b"á«ò\x1EÞØ;)«‹É\x02\x04í:•"
  b"áÔ\x02`M‚:@¸œ\x05\x15”ºV¢"
  b"â\x04¨$\x1CÂ0Წ@K}ü…õ"
  b"Ô\t¿¶\x07`<§Å7Ú*ÀAë\x07"
  b"âV÷ú„\x18>–„ó9Æ\x0F-\x05""
  b"â’O\x13k¶0‚›·µ†uw\x1Aš"
  b"âÏOÝ'ñ7“›E\x19…ð\x0EüO"
  b"âÐ"\x19¤\x037n—ô”U)×kª"
  b"âùè¸:›<w£þd.w=ðö"
  b"âû—6O\x1E:ešŒöœÝúŸ­"
  b"Ô 0â¡t6:úWY\f¾ì}s"
  b"ã\x0EO{Ëf6§Ž ‘ƒ\e®ê6"
  b"ã\x10jPFv8ޏ¦ŸÃâ\x02"
  b"ã)Õ\x13éí61“‰oÌRtçÞ"
  b"""
    ãe\n
    õøÿ<胯šAsp$O
    """
  b"ãªLðt\x005T¹®ÐØÜý}"
  b"ã¶oc\x02¹4„ƒŒ®>wDL_"
  b"ãÝsªïþ8Rž5@…ûÁ˜ô"
  b"äM¹Êÿ¨:›Œ‘X‚¹î®x"
  b"ähÊê\x14Ð1\x05…7hMœ\x04¦æ"
  b"älÑ!ãH=߬±\x0FZôž\x12\x1D"
  b"äoÇÆ\x02Ê3D¥Ý·á™zKú"
  b"ä‘Û+çã:×±,ânb „D"
  b"ä°{ml>6\x0EŒÇwŒ÷ޱ’"
  b"äÎ\x01ïj\x7F2@–º+½BI±é"
  b"äïO>NÎ=§Ÿ QߌrΨ"
  b"ÕMCRO\x17=\x10æ!ÉÈÌ=\x1F´"
  b"原\x11Ò\x118<“ò\x19\x17.%t\x10"
  b"å—ÔÚ^\x15:Ù°µF\x00Êm­Õ"
  b"åÉ#À"Ê6²¥Â1aà(¥ž"
  b"æ/0SŒò0Ë».ùIãŠ@¯"
  b"æˆý=Ì13D’\x19`“ÀPM§"
  b"æ— Ýq–>§³ú\x19q¹EÊP"
  b"æÍÊKÐ\x164ÉŸ¡ög³.Õà"
  b"þPïıØú7Ñ░³3Ʊ¸┴│"
  b"çyÊ\x05~L8”°¸½óüT\x05\n"
  b"þôø{N#9-ìLI\tÁ╝x*"
  b"ç–\tã´B<E¨\rý7\x04Kàò"
  b"ç¡îe¶\x078É»\x02$\x15\x02ÊÕ\x1F"
  b"ç¦)W\x18Þ:\x18®wÉ==R~ÿ"
  b"þ├ÜÉ\f*2½¢§╠‗ÊÈ`â"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"çíî_»¹5Qˆî\x1E;L–\x10A"
  b"þ ÎØ0e2┼åû┘V½┐È-"
  b"è\x06\x14|W®0|¾,;\x03îª%H"
  b"Þ\x19▄ÕIµ0H®üÝ\x11\x7F▓ÿü"
  b"è.ͱè鿇¯j\tqƒà?Ž"
  b"ÞT»úâo?Yî\x12Шì¸`█"
  b"èbà³³^;\x04¿ë×ï\x1Eù¬]"
  b"è›×\f\x07+=J¹\x7FÒZ'¹Z,"
  b"è¡\x03ùÕi;m§lU$òq¶Æ"
  b"è·EÈ •=qµJ\x10ÙÒÕoù"
  b"Þß\x18K4Ï1bªü_õãxý\x02"
  b"Þµ~ëÄö5³ë╚o└#/\x14ü"
  b"èæŽpá¦0¥¸yFÔæ\x15`z"
  b"èæö2w41­½ž¶‰A`\fd"
  b"èý¬Øm\x162:¾·ß)ç·…Ä"
  b"é\x00\x04˜Ã,7˜‚ùÁ\x1EéÚîÁ"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"Ú4─¬ÛÉ<u▒\x15v┴┴¥\x11¾"
  b"Ú4µÍfý8■ä±ü┤Ù\x05}("
  b"é=¯ÐgÁ<c—µP,«svÿ"
  b"é>\x03XxÕ¤ÖÙaÂ[`÷íf"
  b"éo\x181Çü8D©Åüý{À’¬"
  b"é“fñ·s9Á—\x18\x14DfÉ,3"
  b"é£\x0E–ji;øŽ\x1F\x01×@ƒ"
  b"é«Lö÷&6\x04»ðÞ8”/\x0Fö"
  b"éê M¤¸0}½ì7ñäR_ÿ"
  b"éîÂ'\x10\x08>6¹Ž<\x03ÂÕ=¸"
  b"ê\x16kTôý:Ü¥igs'Ç·Ý"
  b"Û)ÉÌõ91ùôù1BTaá`"
  b"Û5Â(Ȳ0Cز▀»ÅS}┐"
  b"ê6T¬|\x00>µ¢ÒØÈoua¿"
  b"êZŸ²e³9\x14¾ Vÿ\x1DDùï"
  b"ê^&TO\x1D6Û“”®³^R\x10J"
  b"ên8Vø'3Œ¸ˆ\x15\x10È,\x1F"
  b"ꆉ°â—?’†Éª“V0ã\"
  b"ë\x08ô{\x11Æ6’²J2\fÖsµA"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ëI\TSê9h¶á\x18M³!¾H"
  b"ëSˈ¬þ3á©4%r§Þ<\x12"
  b"ëwæØ°Ä0»«b^²¾Iu°"
  b"ëˆWÆ»™8a›÷1^\eºšp"
  b"ëäù\x01&g>£³[žDq1ê´"
  b"ëîÞ@Pû<B¸l]˺\@C"
  b"ý\x03ÅÀI\x139]░J"+Ò¥þ¼"
  b"ýXϤ Õ>²ØÜïÁæth\x12"
  b"ýìB(ÿ#6ðö█Ï═æñÝ┐"
  b"ì˜} ¿_2¥ªèü#ðFèÒ"
  b"ì§Dé•G9Ò¶wÓPŸ\tÏ2"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"ýþ\x18Ø┐u7¸ç$pph¿DÒ"
  b"íQ›E$Õ4pƒ1×¶\x13SΦ"
  b"íZ¸žüÉ0§¿Ê0ú†»J"
  b"í_\x14Ô[£9\x0E©NuGñð\x00'"
  b"""
    íéiScœ6_¢\tg‹\n
    ¯Ÿ¡
    """
  b"î@ï<Þ\x192,»·=\x047bŒ$"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"î^Z=@';¸™õœ©\f›ô#"
  b"îk!û„\x010V¬Ü$禘¶8"
  b"îp\x06ñq€8U‰D¸pA·Þ\x02"
  b"¯Øf}╝Ï=bâ-N8&XÌó"
  b"îž5‡£‰?N°–b\x1F\vS°¸"
  b"¯╔âã§28:ÉðûmHÒk\r"
  b"ï ´\x11•>9ÿ¼ñ´`Ûùx\t"
  b"´3Ó╔5\x198ßç\x13┌اYû\n"
  b"ï4,\x15Óö>÷¹\x18™·ÂOºe"
  b"ïTV\x16è)7å³´ð´³¹°õ"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ð\x00Ø!œ\e:Nšr€QV°®\x17"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"ð›))k=6¶ŸXÓ\x183êGô"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ\x07\x11J`\x14:í‡0n\r|Ûòw"
  b"ñ+%¯s¯1\x00µÓ\x15¿»ç¹v"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"±cÃu=±0ê┤|Ö4ì¬▓▀"
  b"ñe\x18”ï¶<Ï–ªBÊoTt­"
  b"ñmð®î\x175O¹g\‹«©\f"
  b"ñ|cÏÒF9ë½Î<^Ïæä®"
  b"òR¯QØ08`µöƒ8Î>Èš"
  b"ògOL²\x05:Óœ]«½È\x07«>"
  b"ò|Bç±\x05<ö½#†_!ýòÙ"
  b"ò†\r\2\x1F9*¡'© ‰0•o"
  b"‗┌À÷ÔÌ26åß\x1D\feO\x14ì"
  b"ó ïCt%=u‡ºlHR\x11wÿ"
  b"¾.od¬║;Öæùü4ƒVEO"
  b"""
    ¾2\n
    0)┤9\x08ö#gSì5êB
    """
  b"ó…\x1E–uP?ʶûå\x0E\x0E\x0E"
  b"¾ë\v?ÍH0\x17ºq\x01═ ì┘\x03"
  b"¾£Ýä?ù1íØ\x06\x06¢Jç█ı"
  b"¾ËË╗Öì>ð¢ªå│▓\x1Fz┌"
  b"óÙíî¿\\x01m­¡,\gy¦¸"
  b"¾▄Äo╦þyó®¦ÝØ│5-M"
  b"óâ\x1A\x00(`9ù²îlÖUmJ¶"
  b"óñ÷=¼M1Ƽ²ƒ|XöÄù"
  b"ô\x18dž½×=ÿ¤æç,ÝF‘ "
  b"ô9\x0FJ.\x021\x1A¢–ùÊØYÔm"
  b"ôA\f®1)=ã‚T:‹@¯=t"
  b"ôS¨ÉýÑ6,ˆJb1´ýò"
  b"¶a│\x1ErÛ?ËÅù7"\x1E0TÅ"
  b"¶j┤Dà*>\x17ºq█\x00\x05Jü░"
  b"¶ÄÅåáv=Á¿s▀|\x1A³ÜF"
  b"¶æ<\x0F§ü4@ï\x0FÛ\t╬ \x14Ý"
  b"ô¡ \x1E©\x0F<X¤N<\x07kTC\x07"
  b"ôÂ5Š%î0ûª9)¸\x07¢ÃÉ"
  b"¶╔O(¥ì<┌╗\r°µßµÊÒ"
  b"ôæ\x06né'?G¸\f•I˜Hüc"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"õ0lM©´4Zªè¸}‹XÝ·"
  b"õ<l’â54µµ‡Q»Ñ`NG"
  b"õAS\x15’‚3?ª¯ª\x04¡mOW"
  b"õƒÁ\x7F¢o>u¯\x1C«Qe´Ùæ"
  b"§┐a Àj=ÅögÎ▒Q\v»="
  b"õÐ|¼eâ2)†ÖáO\x15ÓJ "
  b"""
    õÞ*ÛŒ\n
    4Ñ¥§ž ß‹a“
    """
  b"ö\x11ê\x00·º=¬‚\x03#’XAê›"
  b"÷\x12ÝìÂ├5ÇÀ─H\tU­0µ"
  b"ö+–²|­7+”\x00LÇPþ\x14°"
  b"÷ÄÇì½%5'ƒ■¢\x1A▒t\x11§"
  b"ö¶ˆ½\x04Â4-¤\\x14/°N{?"
  b"÷╔┼îƒ┘?K«¡µüÁ¯ZÂ"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"÷ÒêÏ\x1Cg:Ïêã!ÉX\x1A"
  b"öëgUuá3בœ\x0F\x14\x01Á„“"
  b"÷\x02\x04'=ž¡\x14‘o{¨–`"
  b"÷\x17P!\x07(=q¢¶èÛ›Ñ\x05÷"
  b"÷6[\r’j9q•ñUÍÝ'Þ¸"
  b"÷GBà\x13–9"¾Ì¿îJ'? "
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"÷w"t„\t:]©~#„à¼ãn"
  b"÷x¿\x04ú³=ø±×Î\x1A\x07ÆÁÏ"
  b"¸ô&(\x0EV4¿üX*ç╚\x0E«"
  b"÷«M\x17E\x17>M²Re/“\x11À½"
  b"÷¸ãÙõŒ:\x05•5“\x00¦ð´L"
  b"÷Æ\x0Ežçó0í¢ZWh‘RÀ±"
  b"÷ñúz$x2ù¶bQ\x1AsÆ®c"
  b"ø\fûuiQ6(žzzXæ–\x12'"
  b"°Iñ¯5\x00=‗ØÔC┤ó¬s\x1D"
  b"øz\x08¨–j1‹³¶ô®x\x12Ý""
  b"°éÝ╠hì<äÉJu▀ÐM│µ"
  b"øÎb\x02˜„9jµ‹KåöÒ{r"
  b"¨+ª╔ƒ&8làã\x12á\x05Ì%ì"
  b"ùZ›\x11\x05419Ž ^ãÊ\x03Òr"
  b"¨ììê%░:╔¢┐§5\x12▒*V"
  b"""
    ù½\n
    \x1FĹ<L¹\x07i‰<w–Í
    """
  b"¨┼üx:Í>\x08ÉD0(\x15&ÑÙ"
  b"ùÇoîY\x16?Q¾`ÿ\x1DYS¨ä"
  b"""
    ùÓµšÜ~1b£»Ê¾K\n
    ·I
    """
  b"·\x05 \x03ÿé2░É2Á(ðWÞ9"
  b"ú3Iÿ’Ã9Ë´kué­j\x0Fm"
  b"·>?ë=©29ìÛ§ÛÎÑ|\x04"
  b"úNl~\x06\x7F7\e¬\x13ðÉÑú\x11"
  b"·¡¡w£T8{╣¿¶÷┼ü£þ"
  b"·║¤7¹98É¿£D┴'Dº9"
  b"úÃñ¾™ò9\x0E»Tqy±w—\x11"
  b"úå8DqN3†¶Â1ž:ƒ‹ö"
  b"úö\x04SÀŠ>­¢ñm”à‡~\x1E"
  b"""
    û›\x16\n
    w‘8ü¦õn\x1Azû:„
    """
  b"û¤ä?d\x024_‘XØ£ÞbåA"
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"ûÝÙŸ\x07³6‡¦÷³7E˜\x1C`"
  b"ûã9¥ëä7Õ¤\t‰â\x01±W\f"
  b"ûé\˜\x14X<«€vòÔ\x17X«K"
  b"""
    ¹Ù±5┘\n
    ?\x14à\x15‗·ìÍ_5
    """
  b"ü'cؼ 4ÿ…ènÓ'³‡1"
  b"³;‗Øñ├0█ï─æHK\x18ÄÎ"
  b"üP2"Eð2#‚\x1CÅ“6\x11"
  b"üvE\x16tÍ;ÍŠS÷E; +["
  b"³å¿\x15Ž4«òp¨J@\x11tV"
  b"ü±’œ&h:;°xò\x05\f¥\x14L"
  b"ü»\rñ\x08W4㘦Êßqç~\x03"
  b"üõ\x19nÁä2U´äÝ¡%\x1Dª÷"
  b"ý$C\x14\x08´:Vœ˜oªÌ3õ±"
  b"ýS¸)@¿=v›\x16EšØ\x12ÛÐ"
  b"ý‚-mt÷3˜ˆgQnO]\t"
  b"ýÂ,jû\x10>=´ÂŸ]#éí\x03"
  b"²õu[Eì4M┤iµñu°´ñ"
  b"ýí9ýJm?á™âùM3c°i"
  b"""
    þ\n
    "=½11\x1E†X>.B’\x1AQ
    """
  b"þ;¢OŸ57%¶\x11·§×^Ú!"
  b"þJ¨”ßD:«Ÿ4Ð¥'ŸAJ"
  b"þq}"*”8\x0E”æÑŠY³%ï"
  b"■vp1üa92à─Íñ<Ó¤r"
  b"þxn\#ø8.’\x01[\x14\x03hW¨"
  b"■~\x08é╬ú8%¼Øé\x1E&3'p"
  b"■ü\x1D\x13├â0\x1Eê#█ÙÌ?\x05Ê"
  b"■Å \x16¦Ê;\x07æ.i\x11§\fK\x08"
  b"■¬\x1Aì@ª3&ñ»MÐÆ▓èÓ"
  b"þ¹šO§Å?•”X.ú\x04HB\f"
  b"þÑ6\x1EX¯0\x12†Ä†•6V6,"
  b"þäÒñŒ>5¿“™Ó\x7F\x12$ì†"
  b"þçl¡c–çPÍ.µLPzû\t"
  b" \x13ÌìÅ‗?┘â\x1Ez2*$/}"
  b" "Â\x7F\x17ä?üºÁË┼Ùüa¾"
  b" êOĽÅ>╚ÿbªZë\x01\x07"
  b"ÿ¼Å·@\f4s¾Ù\x10ß\x18\x1D"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
  b"ÿä"Ûëg33œó3\x0F\x06åù\x10"
  b"ÿú\x1Fðº32vŽ…"\x1Ft1Ôþ"
]
85 60.05 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`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `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`.`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`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` 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`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` 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 `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.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`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` 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`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` 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"\x00L²lé…5$œ~~»L¡…–"
  b"\x00b-Rõ\x1E²(\x04„“Ì;¾É…"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x00û¹‰¹ñ<§¤(( « &\x01"
  b"\x00ýCµdV1\x06ƒ•cͲ\r\x14E"
  b"\x010³n9Å03ñ:Å¡x╗╬ð"
  b"\x01AÐlš\x08?'¤\x0F§,éX‘Ž"
  b"\x01X*Ø▄C;\x07¬â¿.H\x04┴)"
  b"\x01›‡vߦN­c\x03ìçðÃ;\r"
  b"\x02n?‡£\x020ÄTí©(„©¯à"
  b"\x02¹¾ O®1BÜB\x15¨üà4ô"
  b"\x03\x18\tÕ\x01–.uª$èhaf"
  b"\x04aµ•×þ2\x18’îcÄu]ßø"
  b"\x05k÷Y‰4ûÔÞ\x11a\x7F\x00Ð"
  b"\x05°°\x1C)j\x1E\e\x12ÈûSoéÅ€"
  b"\x05Ö]Hº+0\x1C `F”\x1CâO¨"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06\x1F \x11>éžö\x1DᣯµÅ"
  b"\x06zZÁYîá'´‹B\x1C˜”êÁ"
  b"\x08Ù3ãff9‰†Ÿ\x01¸!¶2¿"
  b"\t2×'Ñ 9\x1C\x0F\tåjj.ñ"
  b"\t9\x04â´æ´g\x12Läü\x08«\x16\r"
  b"\tjwƒÓv4ç£&ŒÐÙ€’ª"
  b"\t\x7FªÉg±1yêÄ!£ƒ­■Ã"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"""
    \n
    ¶]·+ÅCl\x7F]à-Ù^bw
    """
  b"""
    \n
    È\x03¾Õ¤0\n
    ÅeY\x0F(¤S¡
    """
  b"\v}ð~ó&>#—R”8-Vi-"
  b"\vË}›_†6í‘÷äù«öhÓ"
  b"\v³ä╗Q#:ëÀì9 Múb└"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\f<Bu\x10\x1D(2”0G¶0G¿º"
  b"\fä¼NŠ;¾&\š=‚˜íó2"
  b"\fþíݶc5Áˆ*\x04÷RS¿Ý"
  b"\rØHõcj>\x1D®y…\x18­ßY«"
  b"\x0E\vG\x05ö¹\x11¶bºdãèk–\x16"
  b"\x0E\x12zþ4\x12òÙþƒå<sî"
  b"""
    \x0EÙŽÌ\n
    Þå\n
    {?…ω„ÍÙ
    """
  b"\x0F\x19ÉØÍ¢@±¬p"·Î(´ "
  b"\x0F#Ðc©\x075dŽÈÈ\x1EÒØ\v¦"
  b"\x0F}ñyL\x00:;èì,äå!\e"
  b"\x0Fº\x01(¢%3ã´´²\lwjê"
  b"\x0Fèæƒ±h;÷Žå¼™”\x1C1‡"
  b"\x10\x17FàKl8º£¹¸3\mþ˜"
  b"\x10L▓FÓv9LÉ┘y³&ð╝¡"
  b"\x10Žò-¾\v7V‘|–‡È\x1Dš¯"
  b"\x10ª\x04e[j\x17DÝ9˜båJ¯z"
  b"\x10Û\x19‘9\v90ƒçÓ\x141ðÇ‚"
  b"\x11\x1F£g\v^¡Ùª\x11¦ÔZÖÓE"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x11î\x15"4f<ݶ'¬Þ 1ÈÚ"
  b"\x11þë/Ññ2ŽŒ†qP*¸_•"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\x14´õ`c±5W½Ÿª\v”I¤\x00"
  b"\x15-ϬZ╔6k¥F└▀Å·oØ"
  b"\x16\x16\x1E=┤Y8¹ä=\x0Eò╠É▀\x17"
  b"\x16Tüå\x06=Ë╚ü\x00"'Õo▒┤"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16“”ÂÊý4-†;]Ú½¦d "
  b"\x16´§cYm8©¿¾“’ý\fÿˆ"
  b"\x17\x0F\x17\x02=@“Ý(¢ƒb\rd"
  b"\x19'ð7"[=l—\x04¸d\x14@çV"
  b"\x1A\x1FaYUå;T¤ÔÌš!B\x0E\x7F"
  b"\x1A–>’^‰2®˜\x06ƒ\x16禆\x17"
  b"\x1A╣ ö·Ò5@╝\x17áòãÅ{²"
  b"\x1A¿”\t<³<Ê…®-óé&_\x7F"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\e\x042“Ä­8êš–Óã„2½˜"
  b"\e\x14QcÐ4/╗ÏÝ╝ÓzìS"
  b"\x1C/Ch0DK\x0F¢(O­\x1DÑ\x04Ì"
  b"\x1CÌäÁ\eÂ3ü¡X\x0Frþ¥GÑ"
  b"\x1D™Ðª×ë>‡ªº¦¿¤dkÇ"
  b"\x1E<«ªFü1ñ©Ù¡>î▄ÊÙ"
  b"\x1EÜ\x1EÛ\x11ù<Oä{ؤ\x19¿Y$"
  b"\x1FyNr­\x7F1?®\x12-àÕhçÚ"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b" kæ=¹!0™˜§Þ3[&ÓW"
  b"!3gìð╔0¯øYÞ\x16¬]\x12¿"
  b"!I!£vÃ7£üÿ\x1Eç|▄ó\"
  b"!‰‰Q€D4â’+A-añ\x1C¬"
  b""evþ¹Ê0ý¥âXŠã\x06à"
  b""eÌ·©M7\x14€hžZl”n–"
  b"#+╗ưó;pÅ\x15Å\x10¨ì\x1E"
  b"#I w’\x08;ð¹'\x007ÿ©¢‰"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#ÉᬷVk\x12tõêí\x19\x07"
  b"$K░:H─=äÆãÿyq´\ì"
  b"$æ┘\x05Å┤?b¼xí×C▄Ý\x07"
  b"$¤°Æ{"<Á¡G³dZ\x1C"
  b"$¯þŸq_0\x18Žö¯\e  ¥±"
  b"$Ù ÿ¹q6\Øÿ\vl÷/=ì"
  b"%U¯]éå6Ž¿ü«@Î\x07ê:"
  b"%yyØ/z?JúüܬÕm\x0FQ"
  b"%¸Qç\x13«h—ÞH¬\x07)\eåý"
  b"%ºûùÀ0=Ú \x16š?ÀCW3"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"'<ßw`¥ùé'½É7║T{³"
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"'ô“¶|D2=„j\x15äѼ\x12µ"
  b"(‹Q*³‹-!;äY×ô'\x10°"
  b"(—ð3Ýð8(šC¿ŸÌ\x06"
  b"(Ëç(mÍÈv£å╦jÑÅÇ4"
  b")}\x01^Ó–4ù›oÔð\x00ŒèÜ"
  b")¹nø0íì@·\x00­\r\x1A\x03"
  b")ë”aü\v\x1COI\x1AÊV·\x11íÚ"
  b"*R╔Ø.¯d&yE■&þFƒE"
  b"*ñ†Ÿ€ã:\x00¾ßºr~û\x10ü"
  b"+>_txu‰˜#\x05ƒ\x00ll]c"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b",\x10\x00ûòæ=û³±^*n\x1A"
  b",H\x1CWáL2\x7F·°±\x04ÿñÇc"
  b",RPŸ\x1DŸ2\x0F®H0s½ýø•"
  b",`ÅVÙ\x0E:\x12▒dð²¥Uÿù"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\x1F­?Þº\x03.\x11PØøp1Q›"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-S&T┐.;L╗U┼\x03Bì°\x19"
  b"-░á\x1E݃0*ü8)¼ôÆpr"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b".4µæçP<ѯ‡[îOžX\x1F"
  b".es³.39ôèGùüJÑC,"
  b".p¿ÿ▒\x1E4üí©ôN\fØj\x14"
  b".½Ž¸Ü\r7”¡\x16z­8e¢ˆ"
  b"/8\eãµ·87¾?Šs«¨}X"
  b"/Es¢+o>zŠâ>–\x0Eùu\x10"
  b"/äCû¹J5ÿØ\x0E\x07fòù"
  b"/±kEÕÉSd\x04@\x07äŠOšo"
  b"/ÈbC\em(3¤bö%Åâ6è"
  b"0,î\x0ES3\x02÷Å\x04\x159³:”\x1F"
  b"0òèÛ┐ò5Áü╦õB¹.å`"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"18\x03mûEµ·îG\eMþ»r\f"
  b"""
    1I&uwú9< Ò…øo°\n
    Œ
    """
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"2\x0F †S6]‘\x14\x193€Ï.qÜ"
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"""
    2Ù­ð\n
    ê▀ÍÍ=┴<│É-\x0E
    """
  b"3\x1E£èJÍ<€­Þ€M<—ðX"
  b"3%œ\x17fÏ<\v¦¸­ÆëXU$"
  b"3(ìƒ|>Jä:9ã¦çW^¥"
  b"4\w\x15\x18Ø9”“9² 2e£é"
  b"""
    4nî\n
    5\tÛ²\v¨…l4\x7F
    """
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"5D7\x0FQ&< «\x02\x0E2'€©*"
  b"5”Èí¯\x19?±”\x081ø\\eÞÒ"
  b"5ôš7ߥ醿kª©^d\x04!"
  b"6r—Æ6u5 ¸\x1Av˜¾Â=G"
  b"6þ║\v(Z?dé4\x02\x02Ë7▒É"
  b"\x0Fì˜@~²áÏöº©œõr"
  b"7?bÌA–6ù˜ÝϪaä,|"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7îéô}89ů³ï}áÝ?\x15"
  b"7öÏLøx?ó”~Ë\x01\t„6„"
  b"8…µ:ØÀñóqÎ\e‹Ã,!¤"
  b"8’Fõ<?»-_Ï™Õí\x1A"
  b"8­{W_í=÷¨\x00ê´4\x03ýq"
  b"9€NYÀßl9=쿇U0“ö"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b":\x088‰ž°0A°«ˆ~\x16ÝÍ•"
  b";B—Ó@9\x16¢h3Z&SÑÒ"
  b";v' è$ŠÈQFJ¦’­Õ\x02"
  b";œ’©ž\x071€¥î¶Žî\x0F"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b";¯╚`6\x19È:x~Ò'nÀyü"
  b"\x00■=║2£ÿù:ì"zO½"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<!¸\x01òd3@±P\t\x15îâ\x08ô"
  b"<b\x1Eè¢î1i…^IV\x04é™<"
  b"<s~äî\eL\x1FXÎßÑ‚ÏA?"
  b"<ĵ&Ħ1p·\x7F\x1D=.\x10G'"
  b"=R¿µö˜</Œ²M±ìA\x10R"
  b"=›D\x05j\x18?¯“ˆSÐCïå("
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b">Wá<Du=zƒ\x16)ã/ôÏå"
  b">]\x14;<œÕÜî’ÃÎÊ›Ñ@"
  b">hÆüå–ç>N÷d¢pÉhm"
  b">ÆiÛ\x18„3·¹\x06\x16\v\x1EøU~"
  b"?·Øa\x13žÂP‡—ö|ÐOØ\x04"
  b"?ÛÊ•Su2e¿?Ï/gr¥%"
  b"""
    @\x1DÝé\x1388,ìë¨\n
    ıÏ┐Û
    """
  b"@jÛxs¹4#¤-ÚŒèIK)"
  b"@v4•ºš0ÄŠûª ^ç>~"
  b"@z\x08)U\x02=ˈ\x10Vjò£ Ò"
  b"@†;Su\x040ν´$×/ÀÛj"
  b"\e\x03h§6Y‹~Ä\x7F\x0FÈ\x10"
  b"@ñ'\x14x%ªë\rë[}\x08SNì"
  b"@¼Ò2╩Í5çÖe`╗┌Kì\x08"
  b"AG7™hr3U”9¸–dk}\"
  b"A{ièØO8¯£«Š#v==\f"
  b"AÒC]¤ý;0®ãµRB§ý\x13"
  b"B\x10\x1FA_¼3ëì3Å»xzã|"
  b"Bœ…rcP0®ƒµ‹fC \x0E×"
  b"\x02õV•þ©1ÜtÖ \x17ÃØ"
  b"C\x03T7•…ðÒS¥z\x00‰¬}M"
  b"C\x1Fc§Sß3Ø¥#Ìš\x02J„Ï"
  b"CÍÇ▄╔I; ú'ÿ¾#ªÉ▒"
  b"D»ŒÒ\x01Ïä¶#(³}ƒßŠ="
  b"Eóì\x1Ee©;ùózÞ§\x19±┘î"
  b"E§╣t\x1AL3│×Üx!É×╩ý"
  b"G@þ³[m35 \x15t{\x10ýþÝ"
  b"GMB5‰6å®Çœ\Çd+¡Š"
  b"GkÊ”º¹dÌ "\x04Ëz\x05Îõ"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"G«ab\x07ˆÒ’@F2ñ7Õ"P"
  b"GîÕ^\x15\x0E>ܪ̟ñ^D°£"
  b"Hw6▄Õâ=~Ø"\x087ka4®"
  b"HÁßbMIŠÄ\x03\x07œÔ\x0E‰Þ·"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"K\x7FÜ7Ķ3M®ßÂ\x0E=mØA"
  b"""
    K»€MŸh6í¶ÚÔ^b\n
    Ê7
    """
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"Llù¤¥\x15½a?\x19‰)V™\x0E8"
  b"LqÚYVQ9¢ -ÌÆ\x7F;é˜"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"L’×ÔÌ}5Dˆè›fvÜÍ&"
  b"M!þ,\x17ˆ?Æ»[¶¦â\x18«b"
  b"M4âÑB\x119Ú‡?\rÝ'Þ±\x04"
  b"MC›ýQpÎÊ­üþ•(\x12\x183"
  b"M­"{\x14.2QŸü¨ç"ð§;"
  b"""
    M´{Ò×\n
    Ö<ëÄ@)ÐÏŸ?
    """
  b"M╠█t;v;÷Åf┼p8Y<À"
  b"N\e—kE¶Q+Ì,±AÕIk\x04"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"OM…µ°E1ª¹]\x08Dƒ,\x0Fä"
  b"""
    OŒ½\x0EÜ1ºHÈ[\n
    t\x110^ì
    """
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"P!ªŸ4œ71¡Ì4\x1C<6\x1C²"
  b"P!µzyÅ7^ë\x00(A!Ñ─v"
  b"P§å\fÎõ7o\t"¡}åÍ»ö"
  b"""
    P¯f$¨»>´¨\x1A[\n
    %.›9
    """
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"PàE1ò‡ŠôÀXa\x04d¡$µ"
  b"\x0E„š\t=Q»wÂûÀ–ª$"
  b"QVð‰%Ô0©“5º~˜…œ\x04"
  b"Q┼█`þ┌4\x06øÖüC█~Ü┐"
  b"R|ñ“AÂ<6Š‹½W[ƒÏâ"
  b"R‘ÊÍFyÉ\x13\x19<Þ,†¸\x05¹"
  b"\x19°áà5ÿ­q¡\x0EoÅZQ"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"""
    \n
    )~¾¦è\n
    ܶh\x10£Èú
    """
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"T4˜¥l\x1D8àºfša\x1C i_"
  b"TWã:|ø?÷Å{ý\x1C¯%Xn"
  b"Tp·®æÙk—\fqÊ Ùk^"
  b"UMÆè§\x1E6ó ÌT´È\x7F}Q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"UÓã§Ô“:ϸ4‡…\x10\x17Æ"
  b"VLBu‰M6Ú¦È\f \x07–ÆÎ"
  b"VŠÒæª#2?´é\x14¬”£×È"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"V¯Ìq‘6òÿO)“ß§r\x17Þ"
  b"Ví5¦UþÑ\<\\x1C3%äãW"
  b"WAB\x0FÀ#>Ò•¤‘´om½Û"
  b"Wáý(=U3ŰŒÊ¸\x00íjE"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"XvÒÿ‡¯?‰±ë\x14T§¿»Š"
  b"Y'à\x1A“B=Ò±ÔqL\x02¤'Ø"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"YÏš®Â\x038˜Œ/V\‹E†h"
  b"Z\x02Zà4|7?Åe˳║p[7"
  b"Z!P{àƒ2r‰ùbrgL\tž"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"Z[œ\x7F¯“=»£NñÇî\föu"
  b"ZŽ?¥Ô\8 ‰•xØÀ?Äî"
  b"[u\x07ùøÐ4&’ü1‹T¥æ\x01"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"]\tnÈ`™9¸ºõ\x10#bÒ\'"
  b"]6æ\e\x7F\f<g@8¹pݶ"
  b"]}\x13▄5\f8\x7Få{┘,\x0Eü~\x0F"
  b"]žj¤úŸ6]©06º\x07Ð;\x13"
  b"^ª“MV+;C¹M0å_\x1E¡\x11"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_àÃ'-…0]˜Ã\x11E×=Ãv"
  b"`+Sïç³2Ѫ³*W‹Ý\x08 "
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"aMø í&<÷¯\x1Aš\x13>öƒØ"
  b"aÊÆö\eË3/°:8µë±Y|"
  b"aéf'•ã?¥†ø*..X\x02."
  b"bBì└0²3ö½┴U;╔Xíª"
  b"céå\x15ûe?>ƒ\x07d´I¥Ã•"
  b"cþÄ®\r×]›õ!åðÝD¥a"
  b"d\fD\x7FÐ\x084\x1Cá╬¡½Ép└l"
  b"dU¸`_µ?¦›ùÛe¥ñL\x0F"
  b"eÓ¸÷·‰L_@úÍZ1*\x15k"
  b"eáms9Ñ2\r°\x1AŽ\x16±£8“"
  b"\x1DS:¶61º3NL\x08Q“~"
  b"f╩£då├4Ñ╗5\x15]╔¦Å1"
  b"\x15f5Y4.†B\r_k\x1Eð©"
  b"g\x00 .J£3\x07ü‗▀:±╠"┌"
  b"g\x01ºÇ7G;=–]k\x16\x7F©À\x1D"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"ha‘\x05»p7\x08º¾´X\vˆ¿J"
  b"""
    h‘\x1DŒ~¬1Ã¥½ÌÈ™\n
    أ
    """
  b"hÏ2└óC\x04y‗6Å\ÙÉÜð"
  b"i~(<Æo3[£Ãv»\x06\v"
  b"i«ò.©E;N¢ª¹¹û”n*"
  b"ièÄ8`p;J´å\x03¤%åot"
  b"j\r·I²¸6x¦ÂT-íëQ?"
  b"j5┼Î=q?`╗ÿu³·¢╬Å"
  b"któ¾B\x7F*äP\x1A)6Z\x01Ra"
  b"""
    k…7òb\x06-„Bîe“²\n
    Á\x06
    """
  b"\x1Eœ)\x1E8X¦~ e\x18Ã.r"
  b"\x02µ–^9¡¨8ëPÔX\x030"
  b"kæÀ?ße0‰¾øéÜ",û\x0E"
  b"kîxÖÁ§4Ÿ´*|}² \x19ö"
  b"küÿpxð0­®4ð*\x19â™X"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"l^¦£—Å4"½‘\x14+ûWy„"
  b"lë▓ÎÏ┘?²ìá'æÕVëR"
  b"lŽà\x12Ø\x1E:\x1E™$yñ8ûûŸ"
  b"lìp„Ч¡ÈÄ\x1E¤‚ï\x06´c"
  b"nO3ãf&;Ùš¸Ä\x0Eö͈n"
  b"nQŠÔ\x18]\x0E\x08\x02é—u"”…d"
  b"n°Ý1½â;#œÌ§\x00\x06\µ†"
  b"n¾šìíÞ8»¹† ùGl<©"
  b"o\fû÷^H4»²\e‡û\x01É\x12F"
  b"o\x1A\x19û\x05V/ÕZ-ö\x0ES\x07Àë"
  b"o%\x08É7®Îf \x0E¯>;ú┬û"
  b"oi—OC«\x13‹÷è,²\x16\tz{"
  b"o}ï\x13j\x13<—¼Ÿ—P¶F«€"
  b"oä┼=\x0E²3¨¬\x07æÉ\w│*"
  b"p\x020Jú\x08;?§\x0E¿<g\x07÷´"
  b"pÜEùÚ\x021w¬•\x1FhoÈÑQ"
  b"\x0Fêlö¶`Ôr=\t\x16†Ùj"
  b"qf\f\x1A6ðë7█ü¾╩Z¨-â"
  b"qóÎüè\r7ØèÒ┘└½!\x0FÖ"
  b"qÕò¿xÿ=ý’\x0F±\eï\vè9"
  b"rMP$\x04├6\vÉ*â █n═Ë"
  b"rž³Â4@>?˜7Òu%TÔ-"
  b"\x19™æfÙVwõy‡ÌÀˆh"
  b"rÛA\x0Eypo\x19êè\x1E<\x1DŠû;"
  b"s$C·Ç&>\x14‹Z„\x16F¦°¹"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"só»øté0º¬áDËO‡WW"
  b"t*}×¹|3\x1DéУúÎüÑl"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"tmÇ|\x12\x1AÍZ’r‹SÌ\rèô"
  b"tqÑÀRlë╝\x7FıÉÁ[╚w\x0F"
  b"u‰ÅQÚŸ5Òº:é8à“õœ"
  b"uº¸òÿ<┘øyÓü?åê-"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"vz$Áw’1ú£T\x008(sDÏ"
  b"vØ"¯×¼;¤’Fjœ=,?M"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"""
    vÞÞ\x16¼þ4®¬dM”\n
    PxÕ
    """
  b"vý¢½Ï4ï¡­'×_¼Ô-d"
  b"""
    w\n
    \x0E/\x1D£0딢ÒÍ,Í^\
    """
  b"w€\x7F`õg3-µMôt\x7FÚz "
  b"wò%+\x00e6Íì9§\x16â·\n`"
  b"x\x1EÞ`Gù;kš\x08>ëëd<‡"
  b"xÈ¡2Ń9!òçÖ)▒[8¶"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"{q¬Å(ˆ6C·]…MŒs¹7"
  b"{Ø│¸Ù(5Ñ¿W\x0E<Û█\x19æ"
  b"{æ¼Ó`\x182߈Á†v,eÊ\x1C"
  b"|AO>\x1Aý▄\x16£^\fÅRGA\x13"
  b"|WrM\e¯ç’\x1CY*\x13Tƒ“\x04"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|¯ZøF±9#‹\x08\x1D;ii°"
  b"|³›éRÞ5ˆ¢Ó1‹VŠÍe"
  b"|×¾&\x0E<¬²¡5 Ìkº\x0E"
  b"|ßp&\x06þ=°¾2Å/óÑ4…"
  b"|ò›]Gæ:1½Q‚Uš´\x1C\x03"
  b"|ôX·âPD )‰<\x16Œa\x19½"
  b"};õ6çØ5(›¶a°äA9\x1A"
  b"}˜ˆÉ\x1D‚=0—é ±_ \v\x10"
  b"}øá\x06&F>\rµÊæ'\x01\x06›d"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~&\x05%_d3Ý·Á'ŠÕE- "
  b"~L_·œ14þ†¥u<šS\x12m"
  b"~╚░¾\x14Ø0ªªn░39\x0Eã7"
  b"\x7F\x08ì¸q\x1D;~öÔs'\x07Ë ÷"
  b"\x7F7—c'‹1³Ž@9ИVÛ\x14"
  b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»"
  b"€6bapúÄYíTmˆD±ü!"
  b"€i\x12XI¼:Œ‘W\x08Rè&Æà"
  b"€Ÿ°éÿ±èT‰ú>6Ú}¼k"
  b"Ç┐▀9eê:ÙØv^C\x7F\x17"
  b"üééBfµ< º¹Ms├óÕø"
  b"üæ═╣ks<ÞçO0\x040┤\x1F"
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"‚U\x12Û\x14y4ý¿œÜ³³5T_"
  b"‚q7ã÷âÝ.G\x13—!+ÅU\x1C"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"‚Æ¿¦¨}=ߣҿNFÆvž"
  b"‚å[@as1Õ»u\x1A\x16Úz’s"
  b"""
    ƒv\x08êßó6V«\x1Eÿ¸Ä\n
    Àv
    """
  b"ƒÇ)ˆ¹r6–¾\x15K\x02j3®u"
  b"âÙ|úHì8\eë└%─-QÓy"
  b"\x16ªÊJM\x14Pÿ›aPÖ4c—"
  b"""
    àä\n
    íW^ D\vü}╦ÖEëG
    """
  b"…“èó…}\x10psú¨ÛYÁ~¼"
  b"†E%“î9÷!\x19"\x1Fü\x01_¡%"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"\tqðçÔ2\x17¦çs+\f¿Gã"
  b"ç\x1FYÜÙó1░┤{`E;ìUô"
  b"çí%▄Nz4Áû°ÍuÏØ!ï"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"‡ýèÌèáõ÷tš\x15¯Ó*ŽC"
  b"ˆ/}˜·Å˜\vû¬ê\r\x03§7ú"
  b"ˆ¸m®»u2“—8T¥ë(\x1D|"
  b"ˆÔ)Ö‚jnö¤ï\x0F´0c¾±"
  b"ˆã‚e\x03U9>³\x0ERØG\x10E\x18"
  b"ëâÜÛkóF\x7Fü╣ã╠┬kD²"
  b"Šw× ‚ÃÉ\x08"=;¢\x12„„W"
  b"ŠÁ'ùH»?Óˆ/\vKê’ŠÇ"
  b"ŠÅ×ÿ¢óó×Ôò¥º:ëK"
  b"Šè\x02ÎÁY=G™Ä{KãyF\x1D"
  b"\x1DÌ[\x02´9¹¹^Çè\rsi—"
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹Ó~\x1EÁ°<éŽÚPLÙ±\x01à"
  b"ŒQÂ3T\x06=ö¦zÿ×U’€6"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"""
    ŽmÜ×È\x05b­~\n
    ëŠÑ-¸Q
    """
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Ä|X\x01Éß+ßâ\x7F=¬▀\x0Eæ\x07"
  b"ŽŠh{ë»;ÁŽ—ã¸ URZ"
  b"Ž”\x0Fz\\f2g¨EÑ­ƒ2†â"
  b"Žíz—_wÿ}\x01xl#P2\x03Ò"
  b"Å\x10ù\x02ıD9ãó®ÔjOO▒í"
  b"""
    ‘-ß®ò°·Æž\n
    (ò?65
    """
  b"‘ÛJ£\x16vÜDK—ëð!Ð8ü"
  b"’'ù˜Ó†1N¶—õ<)\G "
  b"’^í\x04ÇÌ0\x17¼hp,9©’›"
  b"’â\x18Ï\x1DNU®3X2»\x03íOÉ"
  b"""
    ’ìõzi\n
    8`£\x1Aí\x05Ð\x0E\x17Ç
    """
  b"’øíXÐÔ<˜œc˜Ù.±×$"
  b"“hS.f-=ϯê\x19–ÝFÜj"
  b"“m¦•+õ½)Ž\x10™LÝÚõx"
  b"“±¿ÁÙóv͹®-h‡\x145\x05"
  b"""
    \n
    îrÍ\f:Á‡*\x07»Ã¨€„
    """
  b"•8„ß\x19ä\x03\x18Ð^ZçH¡mz"
  b"òO¡#\x12ذ\x155┴\x18:ìÛiı"
  b"•üroXHó©ÚÚ¨±·m\x08b"
  b"–aÜrËœ6ɸNæÿ(Þp™"
  b"–À;\è›1 œ‡Á‰D¢Ce"
  b"—B¬ˆâ\x0F@æ£Å\x1F­\x1CšË®"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—b’6µä³â_ý&oB*àk"
  b"—ÕAbC‡Ué>J0£Ÿò”¸"
  b"˜+ÚEà 1²Š.Ùù*±t­"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"Ö:└H¸r6ÅâT\x01K╗zZ4"
  b"ÖE ¬D 3òÅÝ'▒üþá▄"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"™»àÄ\x1C°:\v‘¨\x1A\x06­B–˜"
  b"Ö´x»=w©‗í£\x03Åí6C»"
  b"š\x01¶[7ê4Ÿžêù\t\x0Fw­f"
  b"Ü"]Ì╝¡?\x05ØòCP©\x17J│"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"\x14®\x04ºa‘·2á]M9\x1A"
  b"›sìÉLLæ£ÝÓ\x13ðšQ0}"
  b"›š$ïØs:Æ‹E³ÝcLþI"
  b"›ß\v©rhxßȸöiAòž`"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"تy┬yV $▀,-E­\x17!;"
  b"س§■ÕÆ7>éÇÆ\\x1ExgK"
  b"žb³\x14–¼N,\x1EYp4ï‹r}"
  b"žÏ\x17iÄ¢ÈfE¾#ë@ÚÕ\x15"
  b"Ÿ§A\x14(\x7F:à¥Má€í¥}D"
  b"""
    Ÿ´\x15AýÑ;q‡†\x17\n
    ã²\x18R
    """
  b"ŸÅnZ;˜†#GWÝ„w\x19â•"
  b"ƒÐÃÈ\x19Õ:лÝsúÉê█×"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" tlŠŽï<y›HhÂÌíuy"
  b"áç3Ø0+8\x17¼╝·î\x11<É╩"
  b" ŽÙoj\x03=#‹]k˜ó–¥z"
  b" œ\x18IW(*\x00C\x14wøÓ=š‹"
  b" ð\x0Eo\@;\x15Žjú#XÀEJ"
  b"¡"O\x04 £0\x16”@s,KD,ß"
  b"¡#õ|<ø4í¹\x06éo'¥þ«"
  b"¡”\x00žéq0‹‡g°×Jó¥^"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"""
    £\t\n
    `Ý:?¶üãîR•\x06¥
    """
  b"£\x1Cí\x1F¡§:n ~Z@épOÁ"
  b"ú)ÖMe%ªÒ:Å"­1u)▒"
  b"£]Èû;=8\x16—ët8ݺr["
  b"£ns£íS3\x01¢ú,Í#?ŠÄ"
  b"""
    £Ðã$8yø\x11x\n
    öL¿èP€
    """
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"¤LÝÕ+”4H‚Õ[Ôç`\x0Eò"
  b"¤T*Q¯ß0\x15¨.iø–j|Ë"
  b"ñb¥┴>õ2\eÉìöÓ´^┘P"
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"ñá\x06§╠Ø3ìÆ╚K@ÿ\x19äò"
  b"Ñ&\x18];Þ0ÅÑ ë&åÎn\x17"
]
86 13.17 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"\x00b-Rõ\x1E²(\x04„“Ì;¾É…"
  b"\x01›‡vߦN­c\x03ìçðÃ;\r"
  b"\x02n?‡£\x020ÄTí©(„©¯à"
  b"\x05k÷Y‰4ûÔÞ\x11a\x7F\x00Ð"
  b"\t9\x04â´æ´g\x12Läü\x08«\x16\r"
  b"""
    \n
    ¶]·+ÅCl\x7F]à-Ù^bw
    """
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0E\vG\x05ö¹\x11¶bºdãèk–\x16"
  b"""
    \x0EÙŽÌ\n
    Þå\n
    {?…ω„ÍÙ
    """
  b"\x10ª\x04e[j\x17DÝ9˜båJ¯z"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\x16Tüå\x06=Ë╚ü\x00"'Õo▒┤"
  b"(‹Q*³‹-!;äY×ô'\x10°"
  b"(Ëç(mÍÈv£å╦jÑÅÇ4"
  b"*R╔Ø.¯d&yE■&þFƒE"
  b"+>_txu‰˜#\x05ƒ\x00ll]c"
  b"/±kEÕÉSd\x04@\x07äŠOšo"
  b"/ÈbC\em(3¤bö%Åâ6è"
  b"18\x03mûEµ·îG\eMþ»r\f"
  b"2\x0F †S6]‘\x14\x193€Ï.qÜ"
  b"3(ìƒ|>Jä:9ã¦çW^¥"
  b"5ôš7ߥ醿kª©^d\x04!"
  b"8’Fõ<?»-_Ï™Õí\x1A"
  b"9€NYÀßl9=쿇U0“ö"
  b";v' è$ŠÈQFJ¦’­Õ\x02"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b">]\x14;<œÕÜî’ÃÎÊ›Ñ@"
  b">hÆüå–ç>N÷d¢pÉhm"
  b"@ñ'\x14x%ªë\rë[}\x08SNì"
  b"C\x03T7•…ðÒS¥z\x00‰¬}M"
  b"GMB5‰6å®Çœ\Çd+¡Š"
  b"GkÊ”º¹dÌ "\x04Ëz\x05Îõ"
  b"G«ab\x07ˆÒ’@F2ñ7Õ"P"
  b"HÁßbMIŠÄ\x03\x07œÔ\x0E‰Þ·"
  b"OM…µ°E1ª¹]\x08Dƒ,\x0Fä"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"""
    P¯f$¨»>´¨\x1A[\n
    %.›9
    """
  b"PàE1ò‡ŠôÀXa\x04d¡$µ"
  b"""
    \n
    )~¾¦è\n
    ܶh\x10£Èú
    """
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"Ví5¦UþÑ\<\\x1C3%äãW"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"cþÄ®\r×]›õ!åðÝD¥a"
  b"eÓ¸÷·‰L_@úÍZ1*\x15k"
  b"hÏ2└óC\x04y‗6Å\ÙÉÜð"
  b"któ¾B\x7F*äP\x1A)6Z\x01Ra"
  b"nQŠÔ\x18]\x0E\x08\x02é—u"”…d"
  b"o\x1A\x19û\x05V/ÕZ-ö\x0ES\x07Àë"
  b"o%\x08É7®Îf \x0E¯>;ú┬û"
  b"oi—OC«\x13‹÷è,²\x16\tz{"
  b"qf\f\x1A6ðë7█ü¾╩Z¨-â"
  b"\x19™æfÙVwõy‡ÌÀˆh"
  b"rÛA\x0Eypo\x19êè\x1E<\x1DŠû;"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"tmÇ|\x12\x1AÍZ’r‹SÌ\rèô"
  b"tqÑÀRlë╝\x7FıÉÁ[╚w\x0F"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"vý¢½Ï4ï¡­'×_¼Ô-d"
  b"|WrM\e¯ç’\x1CY*\x13Tƒ“\x04"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"""
    àä\n
    íW^ D\vü}╦ÖEëG
    """
  b"…“èó…}\x10psú¨ÛYÁ~¼"
  b"†E%“î9÷!\x19"\x1Fü\x01_¡%"
  b"ˆ/}˜·Å˜\vû¬ê\r\x03§7ú"
  b"""
    ŽmÜ×È\x05b­~\n
    ëŠÑ-¸Q
    """
  b"Ä|X\x01Éß+ßâ\x7F=¬▀\x0Eæ\x07"
  b"“±¿ÁÙóv͹®-h‡\x145\x05"
  b"•8„ß\x19ä\x03\x18Ð^ZçH¡mz"
  b"òO¡#\x12ذ\x155┴\x18:ìÛiı"
  b"\x14®\x04ºa‘·2á]M9\x1A"
  b"›ß\v©rhxßȸöiAòž`"
  b"تy┬yV $▀,-E­\x17!;"
  b"žb³\x14–¼N,\x1EYp4ï‹r}"
  b"žÏ\x17iÄ¢ÈfE¾#ë@ÚÕ\x15"
  b"ŸÅnZ;˜†#GWÝ„w\x19â•"
  b"""
    £Ðã$8yø\x11x\n
    öL¿èP€
    """
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"""
    ¬%\n
    ôä–Ø{yÁ{Ül÷\f\x1C
    """
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"»Î+´OF1Ìkp&╠ÉM\x06ý"
  b"│'|\x02'õÒ\x03r?ì­UÕ¤="
  b"""
    ³7F\x10=œhœ\n
    ~ÞÓ¢\x12\x03Ÿ
    """
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"╣Q▓Î\x11¡╣┌Ù└ÊNìÝÊj"
  b"¼\x17½Ìg=úW„_Т?“ÉE"
  b"¿»õ\x12r¶d»|à\r'+0\x7F"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"Æ\x18—#*ƒÍ*P\x0Fƒr°ôÖÁ"
  b"Ϲ¯’‘;¡\9µ€B\x08åâD"
  b"Ð+\x05+\tZ”ò´\x15³\x05ŠëÝ""
  b"Ò(b\x16ŠäñZI’K•Aˆ\x15í"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Ö‹·ëc•\x06\x12\¦[Á;Ȇò"
  b"Î\x7FÀkø³%ÉPj\x18"ö¶Á]"
  b"Ù\x0F\x14åtë¨vÞp\x03o«G\x0EÝ"
  b"Ì┼ÓFî█\x1A8ÅÒ<Ì\x1D³Ìv"
  b"ßh\x1Fñ\x16wVwàa·\x15<W‹ü"
  b"àZ\rÛ\x19ºU\x19 \ó™|˜œë"
  b"àÀ…É\v\x1C\x01m\t\x08·\x01tKft"
  b"áÍl‚\vâ»Ë™|¢Ãv\x1A"
  b"â3zÄ'\x17\eq]\x045o§\x04"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"äüd{¥UJ&5\x0E]}XW!u"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"ê\x02=´¤:Ÿc?@Ùz{'\x07\x1C"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"‗áo┼ï²\x15÷Åá,Ý╣Û¹d"
  b"õD<c¦ä'¼\x10 xE·c3<"
  b"ù~aÖ\x156¨ÂáXùm2ÅýÙ"
  b"\x00\x05╩rÇ2=ÕØÃ┐'c┼╗ò"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00ÏPyk¦0 æÅZ´Q\x16"l"
  b"\x00¶ÿ\vÂ5?É©b\x03²'▀òl"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x00û¹‰¹ñ<§¤(( « &\x01"
  b"\x00ýCµdV1\x06ƒ•cͲ\r\x14E"
  b"\x01\x1C\x03ûWÆ?¹­Vˆ\x02=\t\x1E"
  b"\x01\x1Dı4®¢>ÿ®KÙ}wïÉe"
  b"\x01\x1FÚÎÒº6±†\x12¯83\x04ÄG"
  b"\x01&\x19Œm\x10<ȯmgQƒ\r"\x1E"
  b"\x010³n9Å03ñ:Å¡x╗╬ð"
  b"\x01AÐlš\x08?'¤\x0F§,éX‘Ž"
  b"\x01Jâ¡Ú3\x04¤€šü|í¤<"
  b"\x01X*Ø▄C;\x07¬â¿.H\x04┴)"
  b"\x01\x15\x0F5.¿M\x0F7–x¾ƒ"
  b"\x01Ô¸ıg,?║×Ó¿Ø¿¸Á╦"
  b"\x02\x08Ù”’º;(¿¬û©/\r¾\x05"
  b"\x02#YßMO3²¡÷\x0E,_š5R"
  b"\x02âdÎi²6DÅ\x02\x003)0á-"
  b"\x02\x7F█È[2Ú╣þê)ÈØ\tý"
  b"\x02óª—£:3€¥žÔÕ\x0F6e\x1E"
  b"\x02¹¾ O®1BÜB\x15¨üà4ô"
  b"\x03\x08¿\rå@:nìÁM\x06¤^PÌ"
  b"\x03\x18\tÕ\x01–.uª$èhaf"
  b"\x03\e¨4ÿ\x194̇‚¹¿îú¥\x1A"
  b"\x03\eĸmå<„¡Õ¸p¬)ÈŒ"
  b"\x03;\x07¤+█;┬Å|e$╗ ¿\n"
  b"\x03Ñ\x16w╚°8£Å█£sƒ┬ø\x07"
  b"\x03«ñì*╬9ñÜ[»{ö«¡\x0E"
  b"\x03³¥nÒ+0˜„ÌJ:ÔÅUb"
  b"\x03Ç&3å=7Ķ‹b³Ÿç²u"
  b"\x03Ônr\rº;–’…]êóÈÃ&"
  b"\x03ü¥WÒè3\Žº’þ\x0E4ñe"
  b"\x04\x1CàO± :2€°8y®(ËY"
  b"\x04:R ãè3\x02\x05Ï"_ÙÕà"
  b"\x04aµ•×þ2\x18’îcÄu]ßø"
  b"\x04à§ÞTú<¾ü&¶¼Ü5Q│"
  b"\x04›©Ê\x01Ÿ9¡¹&gY¼çw,"
  b"\x04ž¬fóª11†).£±OàÎ"
  b"\x04ÜÌnÜ‘5·”ùÌÕy\x13‰Ã"
  b"\x04÷&d%Ù:\x1D¬G\x14\x01\x01\x1F"
  b"\x05\x03 ñyq;<ì½Ù<\x15\r■■"
  b"\x05DÛÅ\rE?±ª_Ï─çü½º"
  b"\x05V╝êùG4AáÒÅØ©;Æñ"
  b"\x05“‡pN¡=¥¾?ÔºßiU1"
  b"\x05Ñ╗Àý└3ô┤┌\x04üª3ýÃ"
  b"\x05¯\vvF\x1C>ëŸ\x17¬Uâæî”"
  b"\x05°°\x1C)j\x1E\e\x12ÈûSoéÅ€"
  b"\x05Áa'Øý0…¬¹å\x14©È}h"
  b"\x05Ö]Hº+0\x1C `F”\x1CâO¨"
  b"\x06\x13„Wœ\v5\x12˜\x08‚ç¹\x00cB"
  b"\x06\x14kæÛð4\x7Fˆ¹“\x18=$Fë"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06\x1F \x11>éžö\x1DᣯµÅ"
  b"\x06X},§˜?\x02´Ï,;Z0“\n"
  b"\x06soñt"2\t¦\x1A€4/ƒƒË"
  b"\x06zZÁYîá'´‹B\x1C˜”êÁ"
  b"\x06ˆ¦ÖÀ°?Í‚`»\x05Á„”"
  b"\x06£üÞ0c1q│É\x01Æ╝\x1DT\x15"
  b"\x06Ýš˜æ&=\x18©ø\e6^*b¢"
  b"\x07)ŒÞ›š0Ä‘”œì)%\x06_"
  b"\x07█_╠ÂÉ2'Æ\x00▄·dõ│b"
  b"\x07ëc"{š<öºXV\x15=ù&ˆ"
  b"\x07ñëusê>T«/…\x14ø¶±˜"
  b"\x08\t ufƒ;¬‘Â!h¢Gq\x10"
  b"\x08\x15×['½1\x04³Ï®£xzvß"
  b"\x088ø·a›1‹‹j\rÐ/Ë.œ"
  b"\x08ZÒ■Ñß1\x00ü▀=4╠▄³\x7F"
  b"\x08Ù3ãff9‰†Ÿ\x01¸!¶2¿"
  b"\x08ãÓNÓ´9àŸj\x12\‰ÈÅ»"
  b"\t\x10üü‚Š9¯¦³B6âÿ’”"
  b"\t\x11Ý&ÉÂ9Ëâ\x13hÕºÊ"|"
  b"\t2×'Ñ 9\x1C\x0F\tåjj.ñ"
  b"\tDw`Oà9GÉÂò￸│="
  b"\tjwƒÓv4ç£&ŒÐÙ€’ª"
  b"\t\x7FªÉg±1yêÄ!£ƒ­■Ã"
  b"\t…R\v¬Ÿ:[£­\x04%!>;'"
  b"\tŒm6F\x059ô¹¶$Áò™\x1CÚ"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"""
    \n
    \x03i\x19´B>ʦÕrÆìP\x12Æ
    """
  b"""
    \n
    >îK7;;^‘ˆZSÉ/,´
    """
  b"""
    \n
    FpHF‡9\e“ár"ù¹ÓM
    """
  b"""
    \n
    |\x1C\x1D5k¥)”åyE\x11\x01
    """
  b"""
    \n
    Êÿ1{\e2\x01‚ÈO™R4ÖV
    """
  b"""
    \n
    È\x03¾Õ¤0\n
    ÅeY\x0F(¤S¡
    """
  b"""
    \n
    ßêoî>5k´\x11±è—0YB
    """
  b"\v\x05\x17╝=ÆØæ&e_úPq"
  b"\v\x08tÿgÇ2DZ¶í[*¢Õô"
  b"\v\x12e~\x001=\f \x17Ž_³º\x0E"
  b"\v}ð~ó&>#—R”8-Vi-"
  b"\v~dÿ@Ë0׿c\t\x11\x01´×V"
  b"\v¹öãQç96‘KT\x11wELº"
  b"\vË}›_†6í‘÷äù«öhÓ"
  b"\v¨─_┬D5u®¶Åes¶mC"
  b"\v³ä╗Q#:ëÀì9 Múb└"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f(§Äùq8NŸó‹Ëù*Ö#"
  b"\f<Bu\x10\x1D(2”0G¶0G¿º"
  b"\f>·e¾K8‰žÐ»ü¢gÍw"
  b"\f[V‡\và6¥ƒ\x11o4”3ÑM"
  b"\fp›“‹½1 ¿èÆ\x02ž\i\x16"
  b"""
    \f\x17¹Y>ŽŽŠ#‘ã>\n
    M
    """
  b"\f{\x08╩┴Û?\x11ÁÉoWI~~·"
  b"\f\x18:2k<o©‹\x11\x0F:&\x03Ê"
  b"\fÕFw\x13P1n€\x15µ$\fª`\x15"
  b"\fä¼NŠ;¾&\š=‚˜íó2"
  b"\fþíݶc5Áˆ*\x04÷RS¿Ý"
  b"\r\x1E\x06Úñ:þ¿Ì\x14ìµ┬®Ê"
  b"\rDÓ‘š\x071MŒq›×Û‰˜*"
  b"\rŠ«'Ù‰:{£—>Ój\x1E³©"
  b"\rú\x1A:µk6&üòvûbB­\x04"
  b"\r¬iŠÐ÷>²§æ—a²\C„"
  b"\r\x12¯ÏY4!ì®Ý█% \x15\v"
  b"\rÇ\x1EÊ"<8ì‡\x0Ez¤{ü¨l"
  b"""
    \rÓ.\n
    »¶?®¤<s'X\x12\x10
    """
  b"\rØHõcj>\x1D®y…\x18­ßY«"
  b"""
    \ríP;ëf5t•í\n
    –͹ð~
    """
  b"\x0E\x12zþ4\x12òÙþƒå<sî"
  b"\x0E8èÙn@3Ú£0ƒýCù±Ñ"
  b"\x0EpÈÈ£\e?¼´rwºÎT:d"
  b"\x0E†w¼X÷5×I\x1AE\x10I\x06Å"
  b"\x0E‘ÿŸ˜¹4>ŽâÈ#ƒ\x11g)"
  b"\x0EÀÒeß\x01>v¹dŠW&_?j"
  b"\x0E­=nìÛ8\x1Eô+)àN\x1A¨À"
  b"\x0F\x19ÉØÍ¢@±¬p"·Î(´ "
  b"\x0F#Ðc©\x075dŽÈÈ\x1EÒØ\v¦"
  b"""
    \x0Fxi;@O8ă¥\n
    9ö,Ý™
    """
  b"\x0F}ñyL\x00:;èì,äå!\e"
  b"\x0FìdÀâX=═ò~èÈ÷Åãs"
  b"\x0FÅÝVOX0ùÁ\v!V¼Gö¨"
  b"\x0F˜\x18ïx#0ižI%i\x04ö¢Ù"
  b"\x0F¡‗¹├ä6TÉþmDéoT\x1D"
  b"\x0Fº\x01(¢%3ã´´²\lwjê"
  b"\x0FáOÆ\x0189j¶ìõ\x14üñ`J"
  b"\x0Fèæƒ±h;÷Žå¼™”\x1C1‡"
  b"\x10\x17FàKl8º£¹¸3\mþ˜"
  b"\x10DÛ¯y█:É╗\x13ÈâÒ>Øv"
  b"\x10L▓FÓv9LÉ┘y³&ð╝¡"
  b"\x10x{DOV6▄ÅóF{├\x0F°e"
  b"\x10y<ŽiÎ8\x03™_ü\x1DUð¼H"
  b"\x10yˆ7@N;‰¸C¶ ÂØPx"
  b"\x10\x7Fœa²Ò97¹­œAbo«\x14"
  b"\x10äÎpÜü:âÁySÄ:\eÚü"
  b"\x10Žò-¾\v7V‘|–‡È\x1Dš¯"
  b"\x10É\x00"‗È8\x1FÉF·X|z\eZ"
  b"\x10Û\x19‘9\v90ƒçÓ\x141ðÇ‚"
  b"\x11\x1F£g\v^¡Ùª\x11¦ÔZÖÓE"
  b"\x11i5D0ô>£¶ \x1F\x05æ'3X"
  b"\x11kØ║\x1Fo6ÿÂA╚néË,┐"
  b"\x11\x12êÕs1;™W4Ƴ¿÷;"
  b"\x11›¢w7Û2_’|G‚u'Ö\x08"
  b"\x11ÀÈS^€?ó›óV|Ô\x01ƒð"
  b"\x11î\x15"4f<ݶ'¬Þ 1ÈÚ"
  b"\x11þë/Ññ2ŽŒ†qP*¸_•"
  b"\x12\x0E\x0FÉ\x1Dâ0(ø·░Þ└GÚ\x11"
  b"\x12\x13=ýôK6(´Q\x04 ¢Í¦ "
  b"\x12\x14\x10R£¬;Ž­ÒtX‡u\x05Ð"
  b"\x12\x16c\x01 \x045‡¹š>-Œã€Ý"
  b"\x12\x1DP´&P3b†‰q\x1AÓ\x14\vñ"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12J░ü▓Û=7Ö\x0Eý¥ƒ°§B"
  b"\x12P\x11\x13\rZ1W‚ŸN©¿f‡û"
  b"\x12║ØÔEW5,ïÞ$\x19p¤©l"
  b"""
    \x12ýv\n
    #"8,¡ÉÔ;\x1FìĽ
    """
  b"\x134<ñV¾1fÅÙ-Ìð¢¦\x0F"
  b"\x13L×ɲ¶6ߣ³$8üþܪ"
  b"\x13\x12©#I6ç·<Ôì5(µ,"
  b"\x13±aQã;>Ó¬\x19¶rj3ÌÇ"
  b"\x13Ão-┌'=cüí3«\x1El¾·"
  b"\x13ÙÎ(Q•3°¥ú”hÁŸÖÅ"
  b"\x13­£îúy:ËùÌÅF■iZb"
  b"""
    \x14\x01ùø0jŸh\x1F+o\n
    y›
    """
  b"\x14jõ¥Åñ=åŠ#ëÖ#SÒ\x16"
  b"""
    \x14u\x08R\f*8]ȍy\n
    EÃm›
    """
  b"\x14~7 ËT:Ý”Ÿh–ßd¾#"
  b"\x14~ÜŒ†Ò<°ƒ÷:?l\x17x'"
  b"\x14 ±é¯Ž9cª’P_“I“¶"
  b"\x14´õ`c±5W½Ÿª\v”I¤\x00"
  b"\x14Ý\x10u\x19Á2½ô5(üûû│\r"
  b"\x15\x18ïS_;5p²mpÞÓ£~Ò"
  b"\x15-ϬZ╔6k¥F└▀Å·oØ"
  b"\x15Rºi\rè3Ó´–\f ­ãíA"
  b"\x15\x0F´s>üóÚ"¢zC\ex"
  b"\x15‹'u\x07›?“†ë˜†¿»‰Ý"
  b"\x15™J¦]6=\x19œ\x1FZ–—St\x1E"
  b"\x15Ø0\x16Hë7êÑ\fs6~ËÐ═"
  b"\x15¬±‹É\x18<x™¿\x121-¥=æ"
  b"\x15È╗,ÝÔ<ÃØ>▀_\x03Ö■¦"
  b"\x15×¹ZÃb>†–½”è\x05kšo"
  b"\x15çÔ'¡“3´ž3ãçÀËOØ"
  b"\x15ùò8BC4@‰ºGp\x06Àgé"
  b"\x15þ\x0EWvØ3ŠºVE$\x0E\x00\x0EÀ"
  b"\x16\x16\x1E=┤Y8¹ä=\x0Eò╠É▀\x17"
  b"\x16\x13@\t5!²¦ºf=µÄH"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16{oìV¡0yïÍ╝\vû>\x14\x11"
  b"\x16|^AMq>b¤ÛábÛAÉ\x00"
  b"\x16“”ÂÊý4-†;]Ú½¦d "
  b"\x16¢ï¬:\x086ƒžêðd\x16ð-\x12"
  b"\x16´§cYm8©¿¾“’ý\fÿˆ"
  b"\x16Ð\x0EN\x18-5+‰m‡u¶ mV"
  b"\x17\x0F\x17\x02=@“Ý(¢ƒb\rd"
  b"\x17>U\x04?Ë6÷Ø\\x01\x11(┤«)"
  b"\x17FŠ€«Ð2Ø»ÂMé\x05¬-¸"
  b"\x17Lw‡ž®<:‹\x07î–Œ\x1F½-"
  b"\x17`KNœF5 ‚ŽbÃý—½¹"
  b"\x17†–³\x06¾1\x1C•(_\x10JÝlI"
  b"\x17•&oˆB>ª«éÆkÆ.\tÜ"
  b"\x17¾šêv\x07;= Ý)ôõ„\x17"
  b"\x17ç\x16'Íè=\x06¤…QX½V¼{"
  b"\x18\x17a\x1A#{>³ì\'&ƒÅ├@"
  b"\x18¬ÖÊÉ0>H║■Ißêáó┤"
  b"\x18░╠úS┐9÷ØN×ìÇ\e\x01¨"
  b"\x18┴ìp®64OöÐéT\e5¿1"
  b"\x19\fËzjÐ2A†\x1AÖ=\tbPŒ"
  b"\x19!B\t\x1D}:ì†@ªYUg1¹"
  b"\x19'ð7"[=l—\x04¸d\x14@çV"
  b"\x19,\x02_žg8$¦Ãa\x1EPVÀ®"
  b"\x190åÖÝ}:ó¯ë\x16\e\x14V\x15"
  b"\x197@Jìm:™ŽáÝøý™ù "
  b"\x19m┘\eêÕ3³ñðT\x1Cjü«ƒ"
  b"\x19┼«kØ×8G│æ\x03fa┘Bæ"
  b"\x19úbWuQ9,¡\r\x03'ëÌÞ¯"
  b"\x1A\x1FaYUå;T¤ÔÌš!B\x0E\x7F"
  b"\x1AQ\vRd\x017`¾x%\x01låt("
  b"\x1A~%˜]T6\x18°[”_×à»\x1A"
  b"\x1A–>’^‰2®˜\x06ƒ\x16禆\x17"
  b"\x1A╣ ö·Ò5@╝\x17áòãÅ{²"
  b"\x1A¿”\t<³<Ê…®-óé&_\x7F"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÏ£\En9ã’T*¥‘`‹="
  b"\x1AÒø(Ó”8\x1C³ú,\x17Ç\x1E@“"
  b"\x1AýÎÔ¹c1Àüú-²i¸î\x10"
  b"\e\x042“Ä­8êš–Óã„2½˜"
  b"\e\x19:Ó›_2;œ¾þØ'›Hg"
  b"\eÆ═²\x1F³:Ô┐A \x01\x05Å×L"
  b"\e·Ó±+ã3¬¬Ó^VÔ#àÒ"
  b"\e\x14QcÐ4/╗ÏÝ╝ÓzìS"
  b"\e╬øÚñÐ9ÍêÍx °Øhë"
  b"\e°RZªK9|¬\x10\x04q_Å\vu"
  b"\x1C/Ch0DK\x0F¢(O­\x1DÑ\x04Ì"
  b"\x1C2ösQr<ߺQ»‹Ò‚-\n"
  b"\x1CI'6AJ6I³ò\x03éBý&ï"
  b"\x1CL©nŽ\x107{‘VÒ×/í¯s"
  b"\x1CYÇkW¶5û±ôÖ×:»&"
  b"\x1C\x7FÄ/\x00Ç;\e¤ºÝ6rþ\x15ý"
  b"\x1CŠÌ¸+G7e„roE|N«\x03"
  b"\x1Cù\x12Q't=ØØÿ╠¼·D╣."
  b"\x1C·)™W\x076¸¥"1Êš‹üœ"
  b"\x1C·<65n9|ª\rLÒRL¦D"
  b"\x1CÌäÁ\eÂ3ü¡X\x0Frþ¥GÑ"
  b"\x1CøôY\x13y:\t ö–Ã}£fÚ"
  b"\x1Cÿ\x1518Á4üšþ{èW¬tæ"
  b"\x1D\x18àìåø14©+2¨p\r"
  b"\x1D?­#kÃ=Æ’•ˆŽ¹TÓJ"
  b"\x1D™Ðª×ë>‡ªº¦¿¤dkÇ"
  b"\x1D\x12åÿ\x0E0µîç#ìÃ{\r+"
  b"\x1Dú\x1D\r\x128Ó¢\x08T\x03jHO#"
  b"\x1Dþ\x14R¢¿1\x13²<Ûð¼r“\x07"
  b"\x1E<«ªFü1ñ©Ù¡>î▄ÊÙ"
  b"\x1E\░Éc×9AÿBM³░ë³{"
  b"\x1Ep-Zåî=N ZÝ]Ozôþ"
  b"\x1E‚:§˜\x03>4”°„«7C‹0"
  b"\x1EŒbu©M8x¾ÉÁÐI\x1AsG"
  b"\x1E’º³j¼?\x1F½t„v\x11Ú¥0"
  b"\x1EÜ\x1EÛ\x11ù<Oä{ؤ\x19¿Y$"
  b"\x1Eœ¥×\x15‰9ºº~îîH-vÐ"
  b"\x1E¡·qJ”2q¼'Â÷°‡\x1Cþ"
  b"\x1F\x18| ÷\t2Ý’“´n=\x14³W"
  b"\x1F\x15¬}2\x04–T¨¨h•cÓ"
  b"\x1FyNr­\x7F1?®\x12-àÕhçÚ"
  b"\x1F¾Ã\x08½s7è†47íW27–"
  b"\x1FÄÿÙ(n4ܲì\x06»¨·%…"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b"\x1F³x═NÚ;½ìv¸8╔Ë\x10Å"
  b" 1É$Kµ<WæÒîB─Õ1¸"
  b" kæ=¹!0™˜§Þ3[&ÓW"
  b" r\x1A=6²;´¶ñ§Åa7d'"
  b" Ô^╩ý\x04?7ôÍXfÅtj¦"
  b"!3gìð╔0¯øYÞ\x16¬]\x12¿"
  b"!I!£vÃ7£üÿ\x1Eç|▄ó\"
  b"!M\x17øTÒ=¼·­Ü=îzi\t"
  b"!]ïX½Þ=$░qÅF┴ b""
  b"!àGO║T1|âì\x00v§ùtB"
  b"!‰‰Q€D4â’+A-añ\x1C¬"
  b"!Š"ÞÆ-7Tƒ\x1DË«Ï@¾¬"
  b"!╚\x0F8\x15æ3Pâ▒ßOõ\tØF"
  b"!Éõ©´}0\x1E•á‚þ,\to\x06"
  b""\x03ÅÖi8<À¦á<³.\x07Ÿ\x05"
  b""\x121§µÓ5Γ‰»\x05S¨zÔ"
  b""<1\x00\nx78‘¿`Œœ¤)0"
  b""evþ¹Ê0ý¥âXŠã\x06à"
  b""eÌ·©M7\x14€hžZl”n–"
  b""o–çN"?–·Q\x7FïζµW"
  b""“̳”l;æ¹×àÏ\ÖRH"
  b""÷v\¸i1\x11œQTѤ؎Å"
  b"#\x1Cl£i\x1C9p…S¡¥7(Ê>"
  b"#+╗ưó;pÅ\x15Å\x10¨ì\x1E"
  b"#+è\f\x13Ð?Ê•ô_oÊ\x0E<\t"
  b"#I w’\x08;ð¹'\x007ÿ©¢‰"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#s\x102¿G:*Ø Õ?\x03YJ╣"
  b"\x04\x028Ò² j2÷ª¶½"
  b"#ÉᬷVk\x12tõêí\x19\x07"
  b"#Óøçö$7Ϥ0E/o¤\_"
  b"\x03ì]B?-²[¤.·\rú”"
  b"$\x005ûì…2\x14¾Ç–Ç\x08Øž™"
  b"$1\x05Ö©E3\x17®{© C.ož"
  b"$K░:H─=äÆãÿyq´\ì"
  b"""
    $LÑÿ/í7Ųh£uºÇ\n
    d
    """
  b"$‡¥\e¿ð4¶¶©Yé1šÓX"
  b"$æ┘\x05Å┤?b¼xí×C▄Ý\x07"
  b"$¤°Æ{"<Á¡G³dZ\x1C"
  b"$¯þŸq_0\x18Žö¯\e  ¥±"
  b"$Ð╬}pÉ<Y¥É┤i>¸j║"
  b"$Ù ÿ¹q6\Øÿ\vl÷/=ì"
  b"%\f\x1A\x02íç0šª³\x11+\x18\x1A,\x15"
  b"%Dä\x7F˜E34¯|¶\x10\vc{Û"
  b"%U¯]éå6Ž¿ü«@Î\x07ê:"
  b"%yyØ/z?JúüܬÕm\x0FQ"
  b"%¸Qç\x13«h—ÞH¬\x07)\eåý"
  b"%ºûùÀ0=Ú \x16š?ÀCW3"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ÌuZdI3…ŠeÆõÎíìú"
  b"\x17éÒ$3\x06ì┌a\x08┬ë┐÷"
  b"&\x15ø*þJ6¥€ áÿÕ\x08\x06"
  b"&\x1EØ\vH╠1\x1Eé=ó╠,/╦\f"
  b"&'ã¼±à;\x14žFäNfÐàu"
  b"&Lç¥\x0E\x0E;ƒéü┴\x18 zø\x12"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"&wÌùê▒=Àüñ¯lèìçt"
  b"&«9\x12~\v9(§\x0E\x0E« •:3"
  b"&¬­1YŸ3\x05½]ÄR\x0EkCº"
  b"'<ßw`¥ùé'½É7║T{³"
  b"'D ^\x03·3`±#¥ó•“˜)"
  b"""
    'N4¬]Ì7}¢¬U¯\n
    \x14’’
    """
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"\x1D|~«0ü╗Q┐î\x1C\x01ı‗"
  b"'¼Ðè²²7ã¬ó!Y\x0F謚"
  b"'è‰ÖE\x16>ƒ²×I8\x052ÖW"
  b"'ô“¶|D2=„j\x15äѼ\x12µ"
  b"(\x14½ Dÿ5\x06ò┬]║µØR\x10"
  b"(G•×3¡;5‹Bb\x03à–žÀ"
  b"(^D$a\x140\x1Cµ\x1A2›:bAÆ"
  b"(e7Ÿ‚‘6U¤^Ì¥\x01\x034T"
  b"(—ð3Ýð8(šC¿ŸÌ\x06"
  b"( îJðƒ0µ¾×\x19x\x07¿-\x13"
  b"\x0Eù†M0ø·ç\x127\x07k•ü"
  b"""
    (┬ΤµS1\x05ìò\x1FD\n
    Hýh
    """
  b"(Ã9ðÕ\x19<\x1D´ÅE̹\x12"
  b");]²kŸ0u¤“\x1E\x11ÖTØ›"
  b")}\x01^Ó–4ù›oÔð\x00ŒèÜ"
  b")¹nø0íì@·\x00­\r\x1A\x03"
  b")éW¼ÿU5õ¥—½"Þiïx"
  b")ë”aü\v\x1COI\x1AÊV·\x11íÚ"
  b"*\x1E¹VX\t6!Žq\x18²¥£Á«"
  b"*íö-[r=–…ûEZ%ÌÖö"
  b"*ñ†Ÿ€ã:\x00¾ßºr~û\x10ü"
  b"+\x08(én,=%½\rî ¶0A»"
  b"+\x11´ë\x0F26\x11­ô;õý\x12î¨"
  b"+E÷'د77©óá\x7F2›¥z"
  b"+FœEs\x066\x0Fº1õø'\x05Æ\"
  b"+L\x06¯€ 0\x0F¤CÞ\x19üÂ0u"
  b"+©Âzkÿ;l¬ù\r¤\x165H\t"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"+á5\x15+C0Õ•ƒÂ2\x18ûðQ"
  b",\x10\x00ûòæ=û³±^*n\x1A"
  b",\x13¿\x12y‡>(¹ac¤^œ2§"
  b",)(¾|g49Æ\x18<0▒Kìa"
  b",=n»¤_5žŸ\x1AÛ{\x14¨£Ž"
  b",H\x1CWáL2\x7F·°±\x04ÿñÇc"
  b",M\\x07°Ã0Nºò‚ص¯\vˆ"
  b",RPŸ\x1DŸ2\x0F®H0s½ýø•"
  b",RÎïþÁ0!²š»ñÑmGß"
  b",`ÅVÙ\x0E:\x12▒dð²¥Uÿù"
  b",¿é\v„h2\x1Eœy\x08ÀË\x11"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\x1F­?Þº\x03.\x11PØøp1Q›"
  b"-*SÎ\x1E?5²ŽáF¤Ms\x01\x16"
  b"-+\x1F‚gò7Ù‡Xݲ볱Ž"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-S&T┐.;L╗U┼\x03Bì°\x19"
  b"-░á\x1E݃0*ü8)¼ôÆpr"
  b"-├×0áç<\x07Åj¦\x0F|EÛÝ"
  b"-Í!Ô”Ö=~¡CeNÖ¤†\r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b".\x19m=üØ4ÃÂ/ı\x01%o®ö"
  b".,À½ì!>┴ô&\x04\fk_ͳ"
  b".4µæçP<ѯ‡[îOžX\x1F"
  b".I/╠ÜD0ÅüT.\x18î(]ä"
  b".es³.39ôèGùüJÑC,"
  b".p¿ÿ▒\x1E4üí©ôN\fØj\x14"
  b".p└┼i■9ÉÆ░Í\x03¨#C÷"
  b".‰cd«\x07;òžÊ­òÉbýG"
  b".ïÑÿÁ└9Ø£]øH[ÿ²ì"
  b".¼YÅãÁ4öØi)B \t"
  b".³2\x01öE:\x16§É\f¹©\x05çP"
  b".½Ž¸Ü\r7”¡\x16z­8e¢ˆ"
  b".æ;Éwj0`¥ö\v\ed%çö"
  b".çE\x18/+0\x05–ø9\x18d"Xµ"
  b"/8\eãµ·87¾?Šs«¨}X"
  b"/Es¢+o>zŠâ>–\x0Eùu\x10"
  b"""
    /W\n
    \n
    0D…Xi\x0E#ˆg0
    """
  b"/äCû¹J5ÿØ\x0E\x07fòù"
  b"/Ž?ÿŸÉ:B³‚Æ5\x1AŽi?"
  b"/¹Ž\x0Eàì;K“0—}“cý›"
  b"/Îèi\x08Ï: ½ÀÊQ­Â®s"
  b"/é(:7Á5D»È×¶\x08\x16"
  b"0\x19¥│\x07\x151öÉ~ü¼V0Åv"
  b"0$╦#4¾=süÄÞ|├l]_"
  b"0,î\x0ES3\x02÷Å\x04\x159³:”\x1F"
  b"0hÞÓüE0æ│S$h9\x06▓Å"
  b"0~ÃÍÄù6ó½Ü\x18ŠSbüø"
  b"0òèÛ┐ò5Áü╦õB¹.å`"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"0¢7\x03=r;⮳Såq\x1Cì¤"
  b"1\x14Ô\x19A9;~šDqLœO÷#"
  b"1=\x15³A'=í·ß¨Í{OÐÐ"
  b"""
    1I&uwú9< Ò…øo°\n
    Œ
    """
  b"1M¸â¬«7“¨ø×2ñ<¡4"
  b"1Xº‘©a<#½CNYiû×Ú"
  b"1Y]ü/ù0\x06ö\x1D┬8└V5\x1A"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1Ï+¦|[9\v¤—SòLw\x11é"
  b"2\x08À¢yf=á®\x1AbÝX-;\v"
  b"2\x1DQ`ã¬7R—\x07…"\vËȈ"
  b"2\x1DÖ¬Ïm0ošiÉ:3]L°"
  b"""
    2W½ÙWü;_¶\n
    \x17ä'Ù¢\x05
    """
  b"2oD¯¢×7·» wú_X\x7F("
  b"2q²╬ü\x017Áü^\x0E\x00ÕïÐ="
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"2±·\x04[Ù40½;›¦3äÃ\x19"
  b"""
    2Ù­ð\n
    ê▀ÍÍ=┴<│É-\x0E
    """
  b"3\x1E£èJÍ<€­Þ€M<—ðX"
  b"3%œ\x17fÏ<\v¦¸­ÆëXU$"
  b"3r°\x07³>6D˜p½\x01‡²w\v"
  b"3ð┬ÐgZ2ä¡\x01Þ8ÿ}┬Å"
  b"4\t¬±´>5É▒┼±3Ô³▒ı"
  b"4&fÑh\0Å·\x14|\x03G‘Hè"
  b"4D®uÑ\x1A8\eƒ(9µVË¿É"
  b"4\w\x15\x18Ø9”“9² 2e£é"
  b"4\z1┴ü7}¬Ã¥J\x0EÛøû"
  b"""
    4nî\n
    5\tÛ²\v¨…l4\x7F
    """
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"4æ«+┤ 4¨îõ╗ZmLþÉ"
  b"4”—ŸàÉ>>“\e\x03鱿÷Ç"
  b"4ªCÞ\x1D\x167┐¢¿\r\x07ƶ"
  b"4ıË?º<½ \x03|¾d®£<"
  b"4ÆbKvÎ9¿žÞîŠw²#z"
  b"""
    5'Ž\n
    „‚3û³ØŠ\t´‘}Î
    """
  b"5D7\x0FQ&< «\x02\x0E2'€©*"
  b"5EØ1$ý1W╝Uñ"×~¶Â"
  b"5b\x1ElCÔ5T‰Î‡û¢Ó¤Ê"
  b"\x1E}╚5>Êöcµ\x01\x14\x13µA"
  b"5”Èí¯\x19?±”\x081ø\\eÞÒ"
  b"5¦zV(S9’¶ìN\x02ÀëÊ="
  b"5¨jüíþ<\x15…˰\x1AüŽ\x11\x04"
  b"5Ã[øÐJ:`µ¾p…Ç\x02°´"
  b"5å§1"—5B¯sq.÷n‡Ã"
  b"6\x08`¸´}<┤Å;¹Í\x1A\t\x11"
  b"6\x1FïM)R>ꪛ\x15ˆ?MQÂ"
  b"6)╗Ä?£0ÞÀÅ\x006¹l─î"
  b"64¥█¤c<Ñü╚f\x0FÉ%bê"
  b"6r—Æ6u5 ¸\x1Av˜¾Â=G"
  b"6y«\x11û\x1C?1ö\x1CÍÔ*ãü├"
  b"6®b²ú˜8C¯ÿÃWn›^n"
  b"6¸FJ8??Ÿ£, py67@"
  b"6ÇBئ…?A…m_É5–*p"
  b"6ÈCtÞè?É╣Õÿ_ÄÐ▓\x1A"
  b"6þ║\v(Z?dé4\x02\x02Ë7▒É"
  b"\x0Fì˜@~²áÏöº©œõr"
  b"""
    \x1CÉð\n
    3jº┼?Ü═█'h
    """
  b"7\x10öÙÇË6ܬ•‰\x19á\x17\x13Î"
  b"7?bÌA–6ù˜ÝϪaä,|"
  b"7E?Yìß5{¾‡vʃwå_"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"7wêN\x17»=²˜©0\x010¢Ñy"
  b"7„?-\x1A&;f“`Çá—÷ˆ£"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7îéô}89ů³ï}áÝ?\x15"
  b"\v·Û»1ùùe6pwØè▄"
  b"7Õ§«xü:{«Ð¦\x01y3.U"
  b"7ïwoNm1â£=\x15D\x06߬\f"
  b"7öÏLøx?ó”~Ë\x01\t„6„"
  b"7øÉx¸g1>¹Ø«BU±è\x15"
  b"""
    8\n
    \x19ƒ›š9\v\x17Tʿ㈑
    """
  b"8<ŒŒ"Í9\t”$ÿl3Nß,"
  b"8["Û¬4ƒªK¶ÆÂB š"
  b"8b\x15©³Ï9`’g«³¿Ðš¾"
  b"8ii¤vb:àŒ#B\v„Á&Î"
  b"8q\x7Fþ™Ê8´®Â\x13Ϙr¿["
  b"\x12×ûè;\x06±gèì¯+†Á"
  b"8…µ:ØÀñóqÎ\e‹Ã,!¤"
  b"8˜ˆ\x17AK6h¸?FñtÛï˜"
  b"8­{W_í=÷¨\x00ê´4\x03ýq"
  b"\x02ÃG=1sˆ¡¾óY‘’"
  b"9\x11‹"Òb1ešSI5…äŠò"
  b"9U€{z§0yˆ\x00_«»&Æó"
  b"9l–Ly¡5î´2îµqÒ}N"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b"9ŽXmäê:vˆ†‡¾†\ms"
  b"9×Äo\x00®3G•M\ÀYu{°"
  b":\x088‰ž°0A°«ˆ~\x16ÝÍ•"
  b":\x08r\x1A€°<L¹""/ƒîàJ"
  b":C" PL52ê-Ð┘ÕÅhî"
  b":zNÎQÔ2Ü‚Ñïšf‘kg"
  b":èoìÍ┤:¯¿£¡È▄uÏÂ"
  b":ìY│4!;ϼ\eª¸╦ð┐ƒ"
  b"\x08nCš1‚˜ríG×9o\r"
  b"""
    ;\vjE=\n
    8d˜ºƒæ\x17/f\r
    """
  b";<±ç&j4Š¥\x06¶tìp\x1A^"
  b";B—Ó@9\x16¢h3Z&SÑÒ"
  b"""
    ;yO_\n
    ì0>┐êÄTëý#ô
    """
  b";ƒCž\x1A >ý´¶À]\x18ù%J"
  b";œ’©ž\x071€¥î¶Žî\x0F"
  b";Áv)3p3¼¢ÌSM>¬X\x7F"
  b";Åú+HØ4˜¼Ð\x10ª\x16\x1Eà~"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b";¯╚`6\x19È:x~Ò'nÀyü"
  b"\x00■=║2£ÿù:ì"zO½"
  b";²ÄhRØ82¼]R3│\x07HD"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<!¸\x01òd3@±P\t\x15îâ\x08ô"
  b"<b\x1Eè¢î1i…^IV\x04é™<"
  b"<s~äî\eL\x1FXÎßÑ‚ÏA?"
  b"<ž=0”\x045X¢ì|öºi•u"
  b"<ĵ&Ħ1p·\x7F\x1D=.\x10G'"
  b"<┌+┼\x01k6\fÆı\x1F>\x0EÉf\x01"
  b"<ÞjÁ\x1A\x1E<Ù¨å»ÏßZD""
  b"\x10inN4»™\x16^\r÷n\x0F\x1C"
  b"\v\x19³5ˆ¾’\x10º\x11\x04¡K"
  b"<¶¾╗\x02¸6Vû®¿Ø└╠#·"
  b"=\x0E¬)Çê2°™\tÞ³1pë\x08"
  b"=R¿µö˜</Œ²M±ìA\x10R"
  b"=zÉ\x11\x12f0Y®l3Ø╗¶|+"
  b"=Œ#‹:M6–§öE@€‰(`"
  b"=›D\x05j\x18?¯“ˆSÐCïå("
  b"=Ç Ö;s1C€P€´á+Ͱ"
  b">\x00·y$Ù2H‘uõž<\x10\x0EË"
  b">+▀û├­1Å£KñÄ;\x1A^┐"
  b">;;ì"ª3\x08¡d\x1F▀´─_╦"
  b">Wá<Du=zƒ\x16)ã/ôÏå"
  b"\v(k2=â¹\x7F\f\e\x13"
  b">ÆiÛ\x18„3·¹\x06\x16\v\x1EøU~"
  b"""
    \x1F\n
    \x16s5÷Ž\x19!JÖ\x14
    """
  b"\x00AJÌ=É—ÎL}pÙ\x18ô"
  b"?-ü“2Ÿ9óº\x02Õ\t\x19[ñR"
  b"?I┼>8\x0E<ÓÉsJ█ /LÏ"
  b"?Wä.\vò0é©ËPü╝Þ╠:"
  b"?é'É\x01Ø0^É0\x1DOZðD\x07"
  b"?·Øa\x13žÂP‡—ö|ÐOØ\x04"
  b"?ÛÊ•Su2e¿?Ï/gr¥%"
  b"""
    @\x1DÝé\x1388,ìë¨\n
    ıÏ┐Û
    """
  b"@aÀáß=TàÊbØêÛ¹ä"
  b"@jÛxs¹4#¤-ÚŒèIK)"
  b"@v4•ºš0ÄŠûª ^ç>~"
  b"@z\x08)U\x02=ˈ\x10Vjò£ Ò"
  b"@†;Su\x040ν´$×/ÀÛj"
  b"@ÉÍ$#­3'»)└\x05╚ae¿"
  b"@×ÃÀa31┴Åm\x1A:J*8ü"
  b"\e\x03h§6Y‹~Ä\x7F\x0FÈ\x10"
  b"@¼Ò2╩Í5çÖe`╗┌Kì\x08"
  b"AG7™hr3U”9¸–dk}\"
  b"A{ièØO8¯£«Š#v==\f"
  b"A{\x7F£\x10g4vàã█ùɽe"
  b"A¢šÞ"Ú9‹”,ôqò@ÍÃ"
  b"A»ˆ\x04ËB9k³|\f’/\x13#›"
  b"AÒC]¤ý;0®ãµRB§ý\x13"
  b"A¶F}LÑ1D╝└A\x1DmêÉô"
  b"B\x01ÃôŸK=ÁƒŸH\x18\x1E¿"
  b"""
    B\n
    #Ecx6èì½à'[¨\x19!
    """
  b"B\x10\x1FA_¼3ëì3Å»xzã|"
  b"BE_ª]15T \x13«ïŠ/QC"
  b"BG:Ë║¯:Å£\x0EØ├åÉ%f"
  b"Bi†%‘\x14?ö™¦’ |L÷¦"
  b"Bœ…rcP0®ƒµ‹fC \x0E×"
  b"\x02õV•þ©1ÜtÖ \x17ÃØ"
  b"C\x07\x1Dü@$4\x06øô\x19ýÂ\x0E"
  b"C\x134A(o8_»\x7F\x1Eµ°±ªi"
  b"C\x1Fc§Sß3Ø¥#Ìš\x02J„Ï"
  b"C)DR\x13Ë>ïƒ_é®\x04·Ts"
  b"C8§¶xx0v¾)ú,ÈÑõC"
  b"C=ì߯‗5W¬Õǵ=ié)"
  b"C?\x027]ƒ2ݪ*xàùŒ†é"
  b"Cd\\eK\x1E3Ó¤T¾!@\x11Õ\x11"
  b"CÍÇ▄╔I; ú'ÿ¾#ªÉ▒"
  b"C÷hØýÚ<è…b\x05R<ýž"
  b"D;\|~-3' ƒŽ]E9nÞ"
  b"DR(\x1Czê6Gš\x1DÁ–6ö€1"
  b"Dɶ׽ë6ãÀ¤\x18ë‗fço"
  b"D¥ü\rd\x08<§«Q4¨3\vî·"
  b"D»ŒÒ\x01Ïä¶#(³}ƒßŠ="
  b"D¼YOyB7®œcï\x11vÄЇ"
  b"DôžÚL\x063&ªàƒH¦Ó\\x19"
  b"E\x10\r¨Ôn1¿²è²÷n_}\x0F"
  b"ESÑ6\x1DÕ?;š\x10;àÇ\x1AŠi"
  b"Eóì\x1Ee©;ùózÞ§\x19±┘î"
  b"Eº9▓\x03{;hÉÂvrVÿ»E"
  b"EË‘‚O´0\x7F¥×\x05RZt³\x15"
  b"E§╣t\x1AL3│×Üx!É×╩ý"
  b"Eû¼€ê26£Œ¡¡¸„5ÿá"
  b"F5ÐTøU<\f╣ÅıáÝYþw"
  b"\x1E\x06S¥7vš{Ë\x13<£‘q"
  b"FåŒQ\x1A37µ¯\x02ß]¥¼Ÿ—"
  b"FóÎ4‡\x128à±2yü‰Ðè\x06"
  b"G\x18!ì¬"=Þöƒ\x01\x1A³\x06\x04y"
  b"""
    G\e"E\n
    \t:üœVl¯$\x18ªM
    """
  b"G l³Ð\x02?[»’—þ·ûYÖ"
  b"G#]EÑŸ?b£¹gzgSÖà"
  b"G@þ³[m35 \x15t{\x10ýþÝ"
  b"GhÂkÆÍ2l¹!\x1C\x1C¦\eÆâ"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"GçöVOÉ8ÞÄX╣ìÆ╩ãÃ"
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"GîÕ^\x15\x0E>ܪ̟ñ^D°£"
  b"H!° ûq2e¡\x06~\x11¯\x04"
  b"H@\f$F»9\x14µ^¡£@wåh"
  b"Hw6▄Õâ=~Ø"\x087ka4®"
  b"H~häw–9ͤâW%k¤.¹"
  b"Hª¯\x1En\x01=ú¬¢\x06─P6\x08Å"
  b"H­÷\x03* ;‘¨c†Ò\x1Eûc2"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"I\x10`ëÃp0Z·%Çÿ\x14¸Ñ`"
  b"I"zziª7A­7Õï?sT‚"
  b"I/<'\x19–4I·aw`›éÄá"
  b"IAœˆYû9y¼tn§çXyù"
  b"IT@-ƒã:\x1D±®]ærãp\v"
  b"IkÑ!zê5:½$|É©e]m"
  b"IïÉÖ!N5HÖ.nï¡==."
  b"IÜ╚ì\x12H2£ÀÅp\x1F|Öf>"
  b"I±Z\x12à7\x04¸;cÏ÷ÑŒD"
  b"I─e╠h|=K▓»¼▀Ñ┘ÒÅ"
  b"J\x1CÏ¡\e?0€¥'Ü˱û÷U"
  b"J5¯F┼`<mÅdê(▀°òÔ"
  b"JFïÍòJ2\x15”@5þ-uÉ|"
  b"J×dÉ░F5äì;\x7F╦s,&║"
  b"J¦×î°ë6È¡tÌÃïÊæM"
  b"JÂ║>êÇ7\x18çù░ìıK§s"
  b"JàÔcÿ96ØšØÛF›\x08W-"
  b"KP*nQt:˜ŒÆ\x1F¾ñ½±\e"
  b"K\x7FÜ7Ķ3M®ßÂ\x0E=mØA"
  b"K«gÙJ·2ô“­$¢2U8\t"
  b"""
    K»€MŸh6í¶ÚÔ^b\n
    Ê7
    """
  b"K¯¿!~Ó1ìå┤E├(ÅT▀"
  b"L\x19·ó©47¦ˆç%ÄI{B1"
  b"L\x1A║È┴t92É║\x19░KÞ¼&"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"LVéü\x17æ=\ä>2║û%\x16\x14"
  b"Llù¤¥\x15½a?\x19‰)V™\x0E8"
  b"LqÚYVQ9¢ -ÌÆ\x7F;é˜"
  b"Lyôofd3\r®7«‗ gTü"
  b"L{+!F°>x˜\x0EþÏ“«±m"
  b"L}±£ªß3í¶gÀ\x13Ñó\x1FÕ"
  b"L†ÞC'Ã1bžU£‰XŒÜ´"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"L’×ÔÌ}5Dˆè›fvÜÍ&"
  b"L¹r;ÃÚ?Ç¢Á#/Nµ\x07I"
  b"LÇc•óä;¤¢ú!¨yu\x14Ž"
  b"M\x10ÉïÎ`1\eÜÜdþ¯ ÎÌ"
  b"M!þ,\x17ˆ?Æ»[¶¦â\x18«b"
  b"M4âÑB\x119Ú‡?\rÝ'Þ±\x04"
  b"MC›ýQpÎÊ­üþ•(\x12\x183"
  b"MEBú%,:ˆµcˆ½¤Œ¾O"
  b"Mf°G\rR8é‚,Á•.©gÄ"
  b"M˜Â¦ó6:ß›Pý½"—›Z"
  b"M­"{\x14.2QŸü¨ç"ð§;"
  b"""
    M´{Ò×\n
    Ö<ëÄ@)ÐÏŸ?
    """
  b"M╠█t;v;÷Åf┼p8Y<À"
  b"MÕJ¾\x00Ý=J·è&\x16Ó\v˜ì"
  b"MïoI¾ê=m’2;ç+]HÞ"
  b"MúÄÓ…÷62®ýdÊpüZ€"
  b"N\x14Î\x06\x06×:fš¯w\fFú(Ë"
  b"N\e—kE¶Q+Ì,±AÕIk\x04"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"N”Ý™e\x015#‹¿\x010½A›Ô"
  b"Nøð'\x14+8hì╣H░ÜßâÐ"
  b"N«╦MDƒ=äÅïÆ[à=qÝ"
  b"N▀ï\x18‗Â6QÑ\x04ƒì╣‗"º"
  b"NäüV0â2b˜!9ÄÛ·ò%"
  b"NéiKâf<\v´Ã\x1F9U©\x1D"
  b"O\x04É■»ı6¨ÄëAyü╣;n"
  b"O\x15Ró–ˆ4Ü¡ñ¨"¨ô¨\x16"
  b"OX§Ó² 8)¬ÃºÃG÷.$"
  b"""
    OŒ½\x0EÜ1ºHÈ[\n
    t\x110^ì
    """
  b"O”Øôàº=~‹_\x02 ƒEÜ$"
  b"OÑÌW╔Í;aä\x1CKcì)º\r"
  b"O­¾R!k7ܳ<Y/ÖnÞ]"
  b"P!ªŸ4œ71¡Ì4\x1C<6\x1C²"
  b"P!µzyÅ7^ë\x00(A!Ñ─v"
  b"Pk<ž?É3c¾\x16[p\x1D\x14Ý\x08"
  b"Pz0€o­4F¸è!Ž\x7F‘9."
  b"Påº\x1C╝h3R▒¥ü╣°e¹/"
  b"PžÝ\x17íü3wœ0âtÜL^C"
  b"P§å\fÎõ7o\t"¡}åÍ»ö"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"\x0E„š\t=Q»wÂûÀ–ª$"
  b"""
    PÞ©Y\n
    \x12>r»æÅÚcÐì4
    """
  b"Q\x10¢ûæU8\x04ì/aó\x1E´²_"
  b"Q\eÓ²¤S=)£îä\x06\x1FÅK<"
  b"QVð‰%Ô0©“5º~˜…œ\x04"
  b"Q”=<\x1CŽ=Нö£³\x07»f¬"
  b"Qºµu┴Ü3ì¢ã*Ãr\f"
  b"Q┼█`þ┌4\x06øÖüC█~Ü┐"
  b"QÓ°=G\x198…¡Œ\ed>ô6•"
  b"Q³╔^▒?0ÕÉgæÞÓ═¿╬"
  b"R@ô)┐ê>ÀüÍv&┌┐Q-"
  b"RT¢©?ã4*•\e\x7F\x1Fy®W"
  b"Rf\x1F¢Zü;~®^\x1E▀_¼\x06$"
  b"R|ñ“AÂ<6Š‹½W[ƒÏâ"
  b"RŠ"b…À3d·þ\x13\x1Cù\x06"
  b"R‘ÊÍFyÉ\x13\x19<Þ,†¸\x05¹"
  b"\x19°áà5ÿ­q¡\x0EoÅZQ"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"RØ øy»9[š]pËqŸ5ð"
  b"Rµ°u¹Ý:Ø┐Zy\x03®▒üç"
  b"Rè·\x0Fú\x113а §@È\x0E"
  b"R÷×׆\x06;ÒŒ,Ù64C#¼"
  b"S\x06ô5 £3\eäI▓Ò(Ø┼."
  b"S“XØt¥=é·¥ýå,9=:"
  b"\v\x17;ë0R²$¥ÿ4&\x13£"
  b"\x0F` È?| g¼Z\e£-\x0E"
  b"SɪŠâÎ8Í„›S9rN\x14x"
  b"SîŽù#ü4=§\x16¦º³¦­Ž"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"T\x15\f£—=_¼8;gi\x05í,"
  b"T4˜¥l\x1D8àºfša\x1C i_"
  b"TWã:|ø?÷Å{ý\x1C¯%Xn"
  b"T^m\x107‚5”¨\x14ÌŒ:S\x1EU"
  b"Tp·®æÙk—\fqÊ Ùk^"
  b"T˜ø§Y»2`¼\x12í\x1EXÿYv"
  b"""
    TÑÆ■\n
    ¢7yÉþµ}3DȽ
    """
  b"""
    T¡E\n
    Èì2kóVd\J\rÂ3
    """
  b"U#×!\x03x?\x04“Ôd¥ÂÉŽ\x1F"
  b"U1ÀƒÉ³7ðöf_®$ÿXÓ"
  b"UMÆè§\x1E6ó ÌT´È\x7F}Q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"\x13bý71\x13‹Zí3ah"°"
  b"UÓã§Ô“:ϸ4‡…\x10\x17Æ"
  b"Uóˆ-¸H<UŸïìÜ\x17ޝ÷"
  b"U¹ÑJjù1\x01ínlÔÉ\e"
  b"V\x17Åܽò?þ│ø\x1E9╗Ê©à"
  b"V\x18Ô–is2•›`\x1D ›¦S\x07"
  b"V\e±(\x14L<ÒÁô\x1A\x1EÉı\x7F\x15"
  b"V-®.ßû9\x05„Ò}\—ˆ.þ"
  b"VD64Ɔ0\fº\x19G;õÀŸq"
  b"VLBu‰M6Ú¦È\f \x07–ÆÎ"
  b"Ve\x01qí§7­î┐í«¼`=ü"
  b"Vo\x04öîé>ËåsåRü╔\x00-"
  b"Vt\x16P!\t<ıüñ\x10«\x13qÚÌ"
  b"VŠÒæª#2?´é\x14¬”£×È"
  b"V‘{dCY9ý¡\x1Eö·§\x14?\x1E"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"VŸŒ4»"6\·Ë–@¤€\ƒ"
  b"V¯Ìq‘6òÿO)“ß§r\x17Þ"
  b"W.Dü…Ë0:½ŒÚíÔ\x03>V"
  b"WAB\x0FÀ#>Ò•¤‘´om½Û"
  b"Wk▓*zH=Øì╗p² Eñc"
  b"Wáý(=U3ŰŒÊ¸\x00íjE"
  b"X\x1Eå‘t@9*­Û–‡r\x1Eo…"
  b"XuÅë'À4f¬ 7À█}╚■"
  b"XvÒÿ‡¯?‰±ë\x14T§¿»Š"
  b"""
    Xž]˜î·?–¿5*jTD\n
    ë
    """
  b"Xñ▒┌X*=¡Éü#z®┌øä"
  b"X²'‗oå4\x03ç\x16╝|+{`ü"
  b"XýS¢Ïj9¶BVm+Ûuð"
  b"Y\x0EH%\x07 7l“7]\x1CJW\x0E"
  b"Y'à\x1A“B=Ò±ÔqL\x02¤'Ø"
  b"YK‘o;Ž>i¾¹cÀ­GÛ¡"
  b"Y`óõ¦;<õìÊ─2È█J¬"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"YÏš®Â\x038˜Œ/V\‹E†h"
  b"YäOj›93F‰ïß\x16Áy\x10'"
  b"Z\x02Zà4|7?Åe˳║p[7"
  b"Z!P{àƒ2r‰ùbrgL\tž"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"Z?\x1EñÂR8u—µí\x04\rO©¬"
  b"Z[œ\x7F¯“=»£NñÇî\föu"
  b"Z‰ê\x07#}:†‚æ¯Î¨¦£'"
  b"ZŽ?¥Ô\8 ‰•xØÀ?Äî"
  b"ZöìÕ▄l0tÂæ³ÆD§ë\r"
  b"Z©”\x7Få·2´Œ\tßÖÈѼ~"
  b"[4é\x03yÃ3?‚.ùŸõ›OÊ"
  b"[:╦\x0F\x1Cì4È«ò¬2┬\x12ò\x0E"
  b"[K\x14ÎЩ2>°\x1Fª½½Ç6â"
  b"[VCšo_9ß”²Sú‚L×L"
  b"[u\x07ùøÐ4&’ü1‹T¥æ\x01"
  b"\x18í’ï2:°Ã/ã×0“V"
  b"[░Ácb]1¢òÉ\x18Ðz▄7\x00"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"\;\x1CÇ}$=\r×└Ìüp╬dg"
  b"\nß\x08{Å>ÂÂÙ\x02▀¯¹\x04"
  b"\É┼«VÒ1Þ×{çã\t\tÝ("
  b"\fu ê:{ N¤óÒ€À\r"
  b"\█Ç^lÅ;)¬ßw╗\x00Ö8T"
  b"]\tnÈ`™9¸ºõ\x10#bÒ\'"
  b"]6æ\e\x7F\f<g@8¹pݶ"
  b"]fAÓÓ\>kó.x,ù£üT"
  b"]h³ø°O2þÀÃlP$þű"
  b"]o\x1E─Ì\x03<Ŭ<"W╠═0@"
  b"]p&MPv?\x05«!\x1A<\x07Aèô"
  b"]}\x13▄5\f8\x7Få{┘,\x0Eü~\x0F"
  b"]žj¤úŸ6]©06º\x07Ð;\x13"
  b"^\x01Õ\fõB0³¸þ˜bÕº·«"
  b"^\vøb}¹8ŽæH'Ÿ–j÷"
  b"""
    ^\x14┼▄\x18\r7\n
    ƒ8üh▀n\x03
    """
  b"^\e{\rØW8N╗\x1Dz<ð▀w┌"
  b"^VÔ¸ý|3\x1D©œu\x01[n!§"
  b"^jó\x15Æa2ŒŽÐøuÐð‰W"
  b"^l€ô˜è2ý«ƒ4\x18nuð~"
  b"^ª“MV+;C¹M0å_\x1E¡\x11"
  b"\x14Ém\v=¨»:È‹êí{."
  b"^úO¡\x0Fþ8¦¢"ÂZ\x05:7^"
  b"_\x06#ðk\x192\v‡&ä߯9Êð"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_j¡z\x17ó:ìÖ<üøÌ<c└"
  b"_éì#<l4A½§sNÙõ²?"
  b"_ï╣Æ \x06<\eúÍìÇev¹\x7F"
  b"_“B\x15–I5\x1D„Ô\•rpû."
  b"_Á-úks9¸Éÿ.r\e\x04"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_àÃ'-…0]˜Ã\x11E×=Ãv"
  b"`\x1C*Ç— 9Å©Çè=Nï8V"
  b"`+Sïç³2Ѫ³*W‹Ý\x08 "
  b"`;<x\x05Ô5k¸š\x1E£6…#¡"
  b"`Ñ ¸MÅ0\e½Uö└j\x0F▄╔"
  b"a\x08õ░HÂ7³ƒ`äÅxıÝ|"
  b"a\x1F[ª(q9¸Œ¹Š<ŒGd0"
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"a(*]ì“=\x13£C¹¨ø*<U"
  b"a4Ãi}\x1E8µü¤ï\x19×B/■"
  b"aFâè{ð1ä—\x1A±ûˆù\x02œ"
  b"aMø í&<÷¯\x1Aš\x13>öƒØ"
  b"aÊÆö\eË3/°:8µë±Y|"
  b"aÍl“Äî2®«\x10(KéKLU"
  b"aéf'•ã?¥†ø*..X\x02."
  b"\x7Fí°x8Ÿ‰ê\x17ã\x1Eü\x02"
  b"bBì└0²3ö½┴U;╔Xíª"
  b"bHkGØX4┼¡þX8^;Èö"
  b"bi╦\x08\x18ä>~ƒØ'\fËë▄Ü"
  b"bˆãê\x17]?¿“œ`ÄŽ \x152"
  b"b»©,Ô²2┼▒o┴ÉgôTÄ"
  b"b╗mïYà;\x16É©s\x01\x08sÚo"
  b"b𣙕Ù3ž˜¶–\tœd\x11Â"
  b"céå\x15ûe?>ƒ\x07d´I¥Ã•"
  b"d\fD\x7FÐ\x084\x1Cá╬¡½Ép└l"
  b"d\x14œÂ&º:T¹\x14U55\eÐ\r"
  b"d6Vnµ\x05;Ú°!|c³G76"
  b"dU¸`_µ?¦›ùÛe¥ñL\x0F"
  b"d[›™„å2¼¬#´Õ{Ôvõ"
  b"dn—œèR9`…\x17$:\x13\x15|%"
  b"\x17v╗ç1¸╗ö<É\e\x04B"
  b"d ÜÝ…@0ê„“”6´¯\x10\x0F"
  b"dã!ûCõ9█ÉÄC§e»pÃ"
  b"dÚÝðä\x16<列\x1EO™˜ ³"
  b"dô‰j\x05,0\x13“%\x16‘ÄKÊÀ"
  b"e\f\x1F¯˜+6Å–_\x0F[S\x02"
  b"e\eÀôÞÌ1‡‰Ú ÷µ“= "
  b"e%ó\x00ƒ/<╣üÃÔK\tyÙÛ"
  b"e,zí\ej?%øì¥²¥ñf©"
  b"eDºå¼T?çž\x1FI¨ÀX\x1Dr"
  b"e{4\x00&\x1F7*¯@hŒÖŸèƒ"
  b"eáms9Ñ2\r°\x1AŽ\x16±£8“"
  b"eéÂ3a\x184>–©’Yýõ½\x1D"
  b"f7º­§$5>¥\x1AsM¥Ék­"
  b"f?PawÞ:í«¸7\x00Œ¸Šµ"
  b"fz;m&Î7ÀØ âƒ½\x04¡C"
  b"fç³ pÑ?pÂåjB07Å×"
  b"f°éL,ó56±yè€\vmÈ'"
  b"\x1DS:¶61º3NL\x08Q“~"
  b"f╩£då├4Ñ╗5\x15]╔¦Å1"
  b"fÎ:´^í24“QØs\x19\x04å<"
  b"\x15f5Y4.†B\r_k\x1Eð©"
  b"fþö\x00((3ºªç§ÔÖtÉ/"
  b"fÛ·w§D0■Üʺé÷ìË÷"
  b"\r\x7F4›„|ÿPF€[W"
  b"g\x00 .J£3\x07ü‗▀:±╠"┌"
  b"g\x01ºÇ7G;=–]k\x16\x7F©À\x1D"
  b"g\x13\x187┼╬0Ì®S0┘ªÅ'╣"
  b"g#M\f†¹3=†IGÊo^Ħ"
  b"g▒7­ÓÉ5¤íâ$þ▓\x1Eé2"
  b"gÀáLRË5h›<Hlxi20"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"h\x02V\x06N(4Á ‹å z´àG"
  b"h\f\x17'\x1DÅ2³Š°j\x7FËð…\x7F"
  b"ha‘\x05»p7\x08º¾´X\vˆ¿J"
  b"hå¼Á├À2 Á6ì\x02ÉûY|"
  b"""
    h‘\x1DŒ~¬1Ã¥½ÌÈ™\n
    أ
    """
  b"hœSÄÏÿ<\t¥•Þ>RQÈ÷"
  b"h¤ù@R½9„¿5C^"\x07qM"
  b"h¼ÏöêŠ?ôœ\x11wªºò„ë"
  b"háÂYMG:D‡7ÑIùt>s"
  b"i\x0F!Cœì3® VñÁ\x02½\x0F\e"
  b"i(\x18•ÉK5n¹™"LŸó>˜"
  b"i~(<Æo3[£Ãv»\x06\v"
  b"iƒDµaø7¦²ø¡é²KCþ"
  b"i›\eÇ\rº0™“²;>¹\x1E¸}"
  b"i«ò.©E;N¢ª¹¹û”n*"
  b"iÁxi×ô9¢¨\x0E\få§SÁ\x15"
  b"ièÄ8`p;J´å\x03¤%åot"
  b"iïì%!X7¯¤Èϯ>¡¸&"
  b"j\r·I²¸6x¦ÂT-íëQ?"
  b"j\x18@ÿ¤Ø;ûº\x1Cj@ý<A3"
  b"j5┼Î=q?`╗ÿu³·¢╬Å"
  b"j\x7FwmZ\x117V²Æ~ù"O™\x02"
  b"j´¢€\fÌ5ñ½˜\x1EAÙQv`"
  b"jßóÆFÛ9­-U•ì-\x16Ö"
  b"k\x0Ez>‹\x130\x10º—NÌN´\x197"
  b"k\eÊEÂW4R„[©Ãº~>¯"
  b"k\x1FLÊ!\x188ù¯Ùøc2®À½"
  b"k0Õ,åÉ6yî┤½GßÌ®f"
  b"kFbZo\x063•– \x07”*}õ\f"
  b"k[#Ë\x10ß14¶¾ÅÙ«oK„"
  b"k^˜Œš\x01?Ÿ‚ž\rSDÑe\v"
  b"kfñÚ\x19d?Йí[ À\x00z\x1F"
  b"k|Àážå:“»ÈMÌ´àEk"
  b"""
    k…7òb\x06-„Bîe“²\n
    Á\x06
    """
  b"\x1Eœ)\x1E8X¦~ e\x18Ã.r"
  b"k³æ…àÔ22šQ‡Ç$Ë€Æ"
  b"\x02µ–^9¡¨8ëPÔX\x030"
  b"kæÀ?ße0‰¾øéÜ",û\x0E"
  b"kîxÖÁ§4Ÿ´*|}² \x19ö"
  b"k‗\x0E®r\x035éÑ»*dëÅÖð"
  b"küÿpxð0­®4ð*\x19â™X"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"l^¦£—Å4"½‘\x14+ûWy„"
  b"lë▓ÎÏ┘?²ìá'æÕVëR"
  b"lŽà\x12Ø\x1E:\x1E™$yñ8ûûŸ"
  b"lìp„Ч¡ÈÄ\x1E¤‚ï\x06´c"
  b"lÿ\x05\x08fh8ê²À[HOÇ\x14¸"
  b"m\vP¿Â·7a¿\Š\x07>Yï‘"
  b"muÄ\f3\x116yü'à-ö▓&["
  b"m‚\rÄ\x01‡5+˜vXày¦nÞ"
  b"mé˜ì\x12à38³¥ê&ʺ‹î"
  b"múï/Þ€>\x1A¥¦Ãä§ÃÇœ"
  b"n6ÊS\x10Î?ÔªXúõn¥Å#"
  b"nO+"3f:逜\váÔÏÒP"
  b"nO3ãf&;Ùš¸Ä\x0Eö͈n"
  b"nVô'Gš1ÞˆžPýe\x01 „"
  b"nwê\t5H3ܰíú˜Ó†‰\x01"
  b"n°Ý1½â;#œÌ§\x00\x06\µ†"
  b"n¾šìíÞ8»¹† ùGl<©"
  b"o\fû÷^H4»²\e‡û\x01É\x12F"
  b"oT£$"Ü8FŒæ3µC]ÿb"
  b"o}ï\x13j\x13<—¼Ÿ—P¶F«€"
  b"oä┼=\x0E²3¨¬\x07æÉ\w│*"
  b"p\x020Jú\x08;?§\x0E¿<g\x07÷´"
  b"p\e}\x06`\x022+Œ\x1A\x03ÄkgÌÜ"
  b"p;)‹bª:®«¾w¼¸Ñ=\x03"
  b"pO\x1Dê`═9ý½\x18\x1A¹C¯ü¾"
  b"pmüVi¼=╩׃©╣═NÓ\x10"
  b"pÜEùÚ\x021w¬•\x1FhoÈÑQ"
  b"\x0Fêlö¶`Ôr=\t\x16†Ùj"
  b"q\e\x04T;`4®è\eúW\\x06Ø\r"
  b"qP‹d.I0¦†Fe‚Yî¤è"
  b"q}y\x03\x062╔çØ\x11ÍÇCÛ─"
  b"qóÎüè\r7ØèÒ┘└½!\x0FÖ"
  b"q¨lÓÁ¯5¿‚\x00ÈG&\Ô¦"
  b"qÕò¿xÿ=ý’\x0F±\eï\vè9"
  b"qîùßÓø7\x03‘å(”i7n~"
  b"qûþC S?\r£\t­\x7Fœäh\x03"
  b"rMP$\x04├6\vÉ*â █n═Ë"
  b"rWj;\x07Ò0\x1Ašñ‡9\x03*q`"
  b"rž³Â4@>?˜7Òu%TÔ-"
  b"s$C·Ç&>\x14‹Z„\x16F¦°¹"
  b"s0l¹V>5\x12º`Û‡vûäh"
  b"sOÍ^çS1x´C\x002\x17—M\x01"
  b"\x10æñü7åê¾Áp\x04ð▓È"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"sÄÚù&;>‘¯â e’ˆúU"
  b"sã8Tf\x188”ƒú\x04éP"
  b"só»øté0º¬áDËO‡WW"
  b"t*}×¹|3\x1DéУúÎüÑl"
  b"tX8öcµ4Z…nwR®\x16"
  b"tl\x04¯û\x0E=ܺ\v-Yð@\x04`"
  b"tu-§S88±©€jtÚDRÎ"
  b"tìT¾‗ú:oÿÛTÞ!\³Z"
  b"\fÄ?g1`²èyì…°õû"
  b"u\x0E¹­Ò\x053µ¤ÌË@©Ä»½"
  b"u\x0F~M\x7F╠?Éøôe│Û╔Sg"
  b"uf\x1E\v,l6»Àiðø┌\x12Å%"
  b"uqrü┼\v7§ñúQüÈÉ.æ"
  b"uwÈ8\x13L8\x12´>l­1«#«"
  b"u‰ÅQÚŸ5Òº:é8à“õœ"
  b"uº¸òÿ<┘øyÓü?åê-"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"uõ1Ì[¨?˜ŸÞ¤\x19ó{ðz"
  b"v\x10=\x16WŒ:Ü’-´ªû\x1E"
  b"v)£éÄ":©µ\x10¤\e‡¿¿ý"
  b"vz$Áw’1ú£T\x008(sDÏ"
  b"""
    \x01«\n
    ¬=\x05½öͳ;¨Ì%
    """
  b"v¸™¼8À8ƒŒ&”ñ˜cÉ`"
  b"v¼w¢œ ?\x08»è8|B\fÚÀ"
  b"vØ"¯×¼;¤’Fjœ=,?M"
  b"""
    vÞÞ\x16¼þ4®¬dM”\n
    PxÕ
    """
  b"""
    w\n
    \x0E/\x1D£0딢ÒÍ,Í^\
    """
  b"w8ÉõàX>Ñ–\x15LE\x03µêß"
  b"wnÇ\x18¬Z7\x1C‚3€£í‹Ïë"
  b"w€\x7F`õg3-µMôt\x7FÚz "
  b"wŠÃ/\x18D0´¦ROÀ\x1F=;ï"
  b"w’OD*Ó6¯¤=z\e\x16>{z"
  b"wò%+\x00e6Íì9§\x16â·\n`"
  b"w´Ád¤é2=•: Úm\x1E\x1E0"
  b"wÇVdn];Êœ%‘|ss\x10ù"
  b"x\x1EÞ`Gù;kš\x08>ëëd<‡"
  b"xD2šóç?޾ßî\x1F/<¸A"
  b"x…ë£\e\x186"‹W(ÿU¼B—"
  b"xÅ©╠ð/9tæÙ\x18\x06╗5u"
  b"xùk▒\÷7eÀm┼LÑÝ#ü"
  b"x™Zf\x19ö5¦„ð×óމL6"
  b"x™¾Î:ñ>#½o—yxoNá"
  b"xÈ¡2Ń9!òçÖ)▒[8¶"
  b"xê/PŸ\7X«j»#¶—\x1Dg"
  b"y\x0E¼’…¹2,¿ùYTZÔYá"
  b"yHôK”Ð<ý•òiCź[Ë"
  b"y]\x06ø@\x1A>ñù\x16ÊsNn;Å"
  b"yh~|t‹7Û‚\"}\x7F¹0^"
  b"y®ª\x7F±O6µ¡Â¶\x1Cv”ôw"
  b"yíÆIGÔ5@ª!\x16n\x7F,’Z"
  b"z>Q\x07òÈ1ìÀ\x01▒Áv*&\x01"
  b"zs3ûAÆ<í§€¸ú(‰™""
  b"z’OaÔð<\x7Fœ%ñíyL\x06ˆ"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"\x02o\võ:Ñ€)ÚMÁò;O"
  b"z¨░°t¦2\x1D×d╠ùì╗Õ""
  b"\x14!Jƒ2W«^ æî\v"
  b"{\x1AN\x1Cdú5#–Á©6Xcð\x11"
  b"{)0:®ß7ê±æðp·bäç"
  b"{h{\v“1\x15¤ô¯®xލû"
  b"{q¬Å(ˆ6C·]…MŒs¹7"
  b"{£±║5u5▒æTr\x07ìë5ç"
  b"{Ø│¸Ù(5Ñ¿W\x0E<Û█\x19æ"
  b"{átú\x0F¯6Éïp┼AjýwØ"
  b"{Ö•"†ˆ8G±¢áËã@\x04\x1A"
  b"{æ¼Ó`\x182߈Á†v,eÊ\x1C"
  b"|\x16ptX’>Ê¥­JN;Å\x16\x11"
  b"|AO>\x1Aý▄\x16£^\fÅRGA\x13"
  b"|aU3% 0B‡ï-œùÞÂ\x1D"
  b"|\x7FLsý_2Ï‹ÝÈVÜêÇ3"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|¯ZøF±9#‹\x08\x1D;ii°"
  b"|³›éRÞ5ˆ¢Ó1‹VŠÍe"
  b"|×¾&\x0E<¬²¡5 Ìkº\x0E"
  b"|ßp&\x06þ=°¾2Å/óÑ4…"
  b"|äý\x10ÝE9í­Z\x05ý³Š²Þ"
  b"|ò›]Gæ:1½Q‚Uš´\x1C\x03"
  b"|ôX·âPD )‰<\x16Œa\x19½"
  b"}\t®•\vÃ9>•âc\x19\x1Df"
  b"}\x16“ê\x1A0=\x0F Z\x01R\x19X:í"
  b"};õ6çØ5(›¶a°äA9\x1A"
  b"}bL¾´+0\x02ŠnñM—«\x04\x1A"
  b"}üáM\x7F¸<4úR¸ıopOÙ"
  b"}˜ˆÉ\x1D‚=0—é ±_ \v\x10"
  b"}¢ÁŠàr>'™¤ûxí9ô\x01"
  b"}¿Ê?Ó*9(‘\vÁÎ\x1CåRB"
  b"}øá\x06&F>\rµÊæ'\x01\x06›d"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~&\x05%_d3Ý·Á'ŠÕE- "
  b"~'4 Êi53šKÆ\x15l?\x03Z"
  b"~7ˆ÷îN4Û‘\vZgÌ\x17Ï\x19"
  b"~Jß-©-9Mžb´]€“\vÀ"
  b"~L_·œ14þ†¥u<šS\x12m"
  b"~hù¬Ðµ;”›îvrFÊ\x19È"
  b"~{]µ▓m;C¡sÍIèÅ7""
  b"~¡Ó´×=5\t€rH©Õ\eÿJ"
  b"~╚░¾\x14Ø0ªªn░39\x0Eã7"
  b"~ÓB¡öA8–µ¯\x03\fÌÆÊ"
  b"~åT¢<"3-’^¸yü6qê"
  b"\x7F\x08ì¸q\x1D;~öÔs'\x07Ë ÷"
  b"\x7F7—c'‹1³Ž@9ИVÛ\x14"
  b"\x7Fg\t▓À¿8ÞÜüG\x1F;\x1Fñø"
  b"\x7F ŒP¯43d¹°ê‡cWS`"
  b"\x7Fñ@ç«?>#ÜËtÉÀî\f"
  b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»"
  b"Ç\x08RÉ~\x089´êOõ\x18Ä\x14Y\x17"
  b"€"cñ\x16"?µ¥\x11ÑÄH¥Æ\x06"
  b"Ç39I¼õ6├É\x02´ôãµÐP"
  b"€6bapúÄYíTmˆD±ü!"
  b"€Vˆf•\x0E8U¼…©\x02@ñø\x04"
  b"€i\x12XI¼:Œ‘W\x08Rè&Æà"
  b"€Ÿ°éÿ±èT‰ú>6Ú}¼k"
  b"Ç┐▀9eê:ÙØv^C\x7F\x17"
  b"€Ã\x13ó’ò?r¸ˆ \tG¥‘O"
  b"ü!xK>=7SÂ;▒Î3┴É3"
  b"""
    üQæà(®?\r½Ðö÷\n
    }\x15ç
    """
  b"üRHÒúd>┐üT\x0EÜ"\x07ó¹"
  b"üééBfµ< º¹Ms├óÕø"
  b"üæ═╣ks<ÞçO0\x040┤\x1F"
  b"üÿ}\x06°ï7\r£RBO■&Gy"
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü╔ÆK│91%ÄAv¸ë└qs"
  b"\x12µ?¥‹<¨††šÂŒ«öj"
  b"é aôØð?Ñ▓]ó▓▀£ûó"
  b"‚U\x12Û\x14y4ý¿œÜ³³5T_"
  b"‚ifµNÎ6ú±4²'åEy\x19"
  b"‚q7ã÷âÝ.G\x13—!+ÅU\x1C"
  b"‚Æ¿¦¨}=ߣҿNFÆvž"
  b"""
    ‚Ðä\x13\n
    C0¥¨¹@šfø•Ê
    """
  b"‚ÞC¨ðä5Ï íf­ð¶À."
  b"‚ß:\eÚu5\x1F¯—µ“^_Ó\x1E"
  b"‚å[@as1Õ»u\x1A\x16Úz’s"
  b"‚æ\x13‘Œ\x027ýŸ6\x1A\x04ØB\x00A"
  b"éÛ}i¯▓;¯üÅ\x1CµàÂEý"
  b"ƒpÝUÓ\x039ö–"°ÉüŒrP"
  b"""
    ƒv\x08êßó6V«\x1Eÿ¸Ä\n
    Àv
    """
  b"ƒ|7o-´=“ r\x05CÌeW9"
  b"ƒ tì\x19t>#¾ñØ1Hã)\x0F"
  b"ƒÇ)ˆ¹r6–¾\x15K\x02j3®u"
  b"ƒÎOƒ\x7FV;“”(1{Æ^Ì\x17"
  b"ƒã‹R¶¢9?¿¬„mYFÒ¬"
  b"âÙ|úHì8\eë└%─-QÓy"
  b"ƒîºÑ´˜2x¨\x02ºDFkÓÕ"
  b"\x16ªÊJM\x14Pÿ›aPÖ4c—"
  b"„"þé.\x193\x1C·ðëñu4Ší"
  b"„[\x14OÄ7;\x11‹ë[ @\fŒñ"
  b"äÉ\v²BK6Öá&6\x02&╝HW"
  b"„¦ˆ>¡Ò5›£\x7FË݃Bÿr"
  b"„Çu0Ä%<ó‹\x14ƒ/+^\e\x16"
  b"à\x1A/S5\x1D:│À«ª\x14Å\vÔ2"
  b"…#_óª¯="…8]ŒŸ Â\r"
  b"…Z¦t\x01#<}±r‰`\x7F)Ps"
  b"…ys\vˆÅ8Y•\x12ÖÅ9o\x136"
  b"…˜Îß-L>O¡ˆ\tøXÓw\x05"
  b"…ÊO~ƒ³=hŸÖIrƒ\x1Fo2"
  b"…ìØG€ú0ƒ¨áæ½ìƒ)]"
  b"å\x02\x16\x1CÅs6\x17¥\x12v-\x11>È<"
  b"\x10'\x15\x7FÔ0w§\r„&À‡ÔÍ"
  b"\x1AÓ\x0E„t=1Œ¯æsð´„¼"
  b"\x1C¢¸Fj3"´e\eh\x03pÝü"
  b"†(\x14ïÚ';\x1DŽ \\x1FZÆçF"
  b"å3[³í¢=pì┬?Ç\x10äòç"
  b"†VñÑ‹\04¡á9M\x1817þ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"åüÅfC\x173Îü8ºljÑZþ"
  b"†Ñ5‘Þc>É­óAº3Qêª"
  b"\tqðçÔ2\x17¦çs+\f¿Gã"
  b"ç\x1FYÜÙó1░┤{`E;ìUô"
  b"ç2┼û\v\x100Øí\x18õ3\x0Eßµ="
  b"‡lËᜄ3¹¹Áò¹zÇ:æ"
  b"ç|Ô│'24üæ´q&ı\x14£»"
  b"‡„£ËâI3½ ¶«jN`Üø"
  b"çí%▄Nz4Áû°ÍuÏØ!ï"
  b"ç«\tö┘R:ÏÖ╠üç®^Tƒ"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡Ùx½ýí6\x03·kˆé‹\x12"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"‡ýèÌèáõ÷tš\x15¯Ó*ŽC"
  b"ˆ=j!…ë3;¢&9\x17eÒŠã"
  b"ˆH|ÜïÑ?–¢Žqã’›V|"
  b"ˆ¸m®»u2“—8T¥ë(\x1D|"
  b"ê╠x£ü50,É\f«¿q─└\x02"
  b"ˆÔ)Ö‚jnö¤ï\x0F´0c¾±"
  b"ˆã‚e\x03U9>³\x0ERØG\x10E\x18"
  b"ˆí0\x0E±\x7F9KŒìQ©óa˜Ä"
  b"\x08[^¸ü6É®à5RFÿ¦\x1F"
  b"""
    \n
    .V8:3B¤Ð3ƅצÇ
    """
  b"\x18b_ç¶>z˜.\x01\x0FƒÔG½"
  b"‰3Ü p2ɦ\x19b¼‰;)\x12"
  b"‰WãŒX—?\x1D‡1¤å4¦>î"
  b"ëâÜÛkóF\x7Fü╣ã╠┬kD²"
  b"‰…Ø\t:?5&‚ySm–:q\r"
  b"‰‰Ò†[Ù8÷‹SþÒFz•Ó"
  b"‰˜1B\x15H7`¨Ž09L\x0FUa"
  b"‰¬"Þp¬7…¸ˆpig«©‹"
  b"‰Â¢1>F<™¯¨i\x08B™\?"
  b"ë╠6‗\x1AÁ5ì▓▀)\x1Cû#9µ"
  b"‰ã9`´Z8—¹¶äæWæ_¶"
  b"Šo;7ÖŒ>\n‹~t75\x00“l"
  b"Šw× ‚ÃÉ\x08"=;¢\x12„„W"
  b"ŠŠ1zÿM=\x1F¨‚\x15QÒªZú"
  b"ŠÁ'ùH»?Óˆ/\vKê’ŠÇ"
  b"ŠÅ×ÿ¢óó×Ôò¥º:ëK"
  b"Šè\x02ÎÁY=G™Ä{KãyF\x1D"
  b"ï\fÀÉè╩;cáI┌¶SÙôN"
  b"\x1DÌ[\x02´9¹¹^Çè\rsi—"
  b"ïëìIÝX<Uá× ╩▀¬i\x05"
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹Ó~\x1EÁ°<éŽÚPLÙ±\x01à"
  b"Œ PŠ}Û6‘‚×þŠãº\x7FA"
  b"ŒQÂ3T\x06=ö¦zÿ×U’€6"
  b"î_ÅGx9=ëó:³êY4°"
  b"ŒˆÕ5\x17Š;Åœ\v·²\x7Fw÷‹"
  b"Œ‘Ôúä–7Ì…@±²wJ-Ù"
  b"Œ²Â$mB3È’FYxS,‚Ò"
  b"ì\x1E\x17m\x1D╠:Ä╗╝ësÖq{ "
  b"ìCÉ$;©0°óä▓\rv\x17 \x08"
  b"ìPUF208Eø8Tù└º­ñ"
  b"ìaLAMÕ=╬ª─~w&s(="
  b"ìÜ<D\x00æ9Æ┤³èÅË╣Ê""
  b"ì£‗¤ÂI4MÅ8ìMæ?¼║"
  b"ìÞ®-ð±3;╗uê\x01Üfı\x02"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"Ža`\x0F÷}6\x1F¦þ\x19ì²×nø"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Äê÷]Õ\t8È┤┤|÷\x108ż"
  b"ŽŠh{ë»;ÁŽ—ã¸ URZ"
  b"Ž”\x0Fz\\f2g¨EÑ­ƒ2†â"
  b"ލØ\\x15Ý=®ƒ«?¦\rÅ\x01ó"
  b"ŽÓú$Y†7\v¢y§”ýf´}"
  b"Žíz—_wÿ}\x01xl#P2\x03Ò"
  b"Å\x0EºsÑ┘0█¥³\x00D¥áË\r"
  b"Å\x10ù\x02ıD9ãó®ÔjOO▒í"
  b"Å\x1Cê\x11ÛÙ9µÜ\x16\x12ÅÍ[é┼"
  b"Å\x1Fi½H#;┌åf═M²\²j"
  b"Å='F¢±5¾îPÍG╔Þ▒┌"
  b"Åc┬A┘F>`Ø>Yö═)ãº"
  b"ÅyT³\x11å<<¡£┘`\x12¨┐╣"
  b"Å{z\x0Fê'6Ö¼\x03ƒ¹G\x1FøK"
  b"ÅÔ.\x1Fȃ;©®ÒÎ_ ┐║r"
  b"É\x02\x01>)└;GØ╦\x0E\x11rÂ$»"
  b"É\x11\x7FÄ¥??l»þé6&Ë2\n"
  b"ÉLx┼ûÀ1ÝÆ[êRÍóI³"
  b"ÉuÉ@▒ç5ûöÙð5qÜ#└"
  b"Éww,\x15R8R£#0x'rþ\x1D"
  b"ÉçK\võ\x15=░î¾Í?"ê^Ù"
  b"Éï\x1Ayƒ╬9²æx·O╗│ë^"
  b"Éø¤‗3┴=\x17\x1FJ\x07=ú¥?"
  b"É┤Ì\rû\x16>═░.ìYT▒4D"
  b"ɧË\x14î[5.Ñ\x1A¨▒vV%Ü"
  b"É·â?4\t<5ªdóä×Ȳ\x03"
  b"æ\x10Ø?® ;ZÆ¥{$\f¡ÿ."
  b"‘"\x1CÂ.è<3£ª¿ÂgÜéy"
  b"""
    ‘-ß®ò°·Æž\n
    (ò?65
    """
  b"‘br¶„ã<\t»½\x0E§$í)N"
  b"‘y\x1Eï(40ï¡síy ðçp"
  b"æ┬BZÉ¡6SÁ┤6´Éù1Ý"
  b"‘ÛJ£\x16vÜDK—ëð!Ð8ü"
  b"\r‰¾£ª3ø¢þ®þj\x19"K"
  b"’'ù˜Ó†1N¶—õ<)\G "
  b"’C\x05\x17\eÆ>:œ}Ê*ç\x19U"
  b"’^í\x04ÇÌ0\x17¼hp,9©’›"
  b"’a\x00„‚/0\x1E¸´\x0Eƒ>¬í1"
  b"Æ®┘»─n3E¬`Úü&¿/©"
  b"’â\x18Ï\x1DNU®3X2»\x03íOÉ"
  b"""
    ’ìõzi\n
    8`£\x1Aí\x05Ð\x0E\x17Ç
    """
  b"’õ\x1AÆŸ³4\x18šò#-c€e°"
  b"’øíXÐÔ<˜œc˜Ù.±×$"
  b"\rŒ\©(<øª9݆§µÅQ"
  b"“hS.f-=ϯê\x19–ÝFÜj"
  b"“m¦•+õ½)Ž\x10™LÝÚõx"
  b"“{_–Æ„?6­\x1E\x1A™.o¶è"
  b"ôàù1ÛK2Àò¸¹‗×õÅ4"
  b"ö\x15┐LíÙ>=ç\x1Dý»Å▄G]"
  b"”$EçN|4¡7Lè'¨\x16¬"
  b"”+C[*r?š§ê\x08\x1AÄêìÕ"
  b"”+±¤µþ3wœ‹;3\x1ArÝä"
  b"”CÛä+×9f¼ál\x10p÷£5"
  b"”b\x10\vW’;ljíêÂpË¢Ž"
  b"”ºÉP,Ý8ú†Ý¼Û\x02²½\x12"
  b"”Ê®‘Ã#8›¾H·vR‚TX"
  b"""
    ”艫ÄÑ6´§\x05\n
    žë\tÀ\x19
    """
  b"""
    \n
    îrÍ\f:Á‡*\x07»Ã¨€„
    """
  b"\x0EJÄ'œ:Ž‚GšŠR¨Nj"
  b"•#&¸F\x1F:T”à"\x17Í=\x02Ê"
  b"•*boK\x151\e»hŸ:u\x1Cïv"
  b"•?Ù¨Œa7…½\x1Eã^'7)N"
  b"•K˜\x0FZ*2Ú \rL€\x1Fx_›"
  b"òeq¼¿I4èÿ\x14øÏLüE¾"
  b"•o¡ã\x00ò7j¬ú™›0+óö"
  b"•w\x02$\fÐ7\x1D€®”\x18aÄ’\x05"
  b"ò\x7FÉY═æ?\x07ï║K°©\¬1"
  b"•Þ¶¼(»=Ï•“02Æ“cŠ"
  b"•üroXHó©ÚÚ¨±·m\x08b"
  b"–aÜrËœ6ɸNæÿ(Þp™"
  b"–À;\è›1 œ‡Á‰D¢Ce"
  b"ù0╗ú|ª5]ÉwùËMA\x17v"
  b"ù<\x0E\x08=¥0PØÙþ]┬÷*À"
  b"—B¬ˆâ\x0F@æ£Å\x1F­\x1CšË®"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—b’6µä³â_ý&oB*àk"
  b"ù║┘ÙyM;Dó|«\x02░Åo)"
  b"—Ó\x16Žqî8ì¹±yw/N^²"
  b"—ÕAbC‡Ué>J0£Ÿò”¸"
  b"—ñ\x7FAÕR3Ò³ì\vo·4\x0Fò"
  b"—úò¾X¾9 ‘Ø)=Ž\x04"
  b"ÿ\fËì═t0\vè°│}<╦hÀ"
  b"˜\x18°,pN2;°¤\x1D¯)? @"
  b"˜+ÚEà 1²Š.Ùù*±t­"
  b"˜.ÏêcA9\x1C\x18–ŒÄj\x19§"
  b"ÿZ╩Q\x14Å:#ƒ"\x1A?$®¶\x15"
  b"ÿ\þ@\vâ1\x17àØ4»ìve\r"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"˜}\x04\x065¡·^ùÌ–ü‹µ"
  b"˜¦ªJ‘ú8"†8lÜJ4:\v"
  b"ÿÁ·ëØÒ4╩ùý}ÆÐVÃD"
  b"ÿ║Éà\x1E¥9ÏѨÊve\x0F¶K"
  b"˜ìë-~U=# ì\x02?-ÍþŽ"
  b"˜û#éî>6Hž+Çä˜\x0EÑ\x16"
  b"ÿ¹&ìÙ,8Ü║.6ã{%1ª"
  b"Ö\x03ñ═s·0_Â┤Ì│░‗ü┬"
  b"\e–d¡ç2»‘m¨ìä¤h›"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"Ö/rë┼Ø8µì\x18[‗P│ÛÅ"
  b"Ö:└H¸r6ÅâT\x01K╗zZ4"
  b"™<¡^7Ú<\fŠ“_"\x7F"öË"
  b"ÖE ¬D 3òÅÝ'▒üþá▄"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"Ök¤ÜxK26ÅBVs\x0F8╩¬"
  b"™mP\x10çL9–˜S¯{F¡{\t"
  b"™t>^y‘3Û¤r\x12Q›‡Õ¶"
  b"Öàgüí\x011nô\f\tþbãf┼"
  b"™«§Ô'•;Q‰o]·ò\x03¶1"
  b"™»àÄ\x1C°:\v‘¨\x1A\x06­B–˜"
  b"™Ã£Xo\0ϧΘ\x13Fu•£"
  b"Ö╦®│Ë\x138*Å-þ▒\x12{­W"
  b"Ö´x»=w©‗í£\x03Åí6C»"
  b"™ÿ]\x14òÄ<u’í\vø4àò "
  b"š\x01¶[7ê4Ÿžêù\t\x0Fw­f"
  b"š\x19\x01h7·º•„\x12íßÓÚ"
  b"Ü"]Ì╝¡?\x05ØòCP©\x17J│"
  b"š2tsi12jµ¡ƒ°˜Y?/"
  b"š3Èh\x03\x126ö¼Vu/>\n\x00t"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"š].9Ö•9?…®måóo&\x1D"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}5`…\x178κúø#?›A\x07"
  b"š ©êÌÕ1©²«Oü¾ÀÌ›"
  b"Ü┼▓\rü$8ƒî┼Vè5ú*■"
  b"ܶØÐq 5ÀÿÛè\x05\f\x1D▄Ç"
  b"""
    ܨ#\x11²¦6‗Ø▒'\n
    ¿¼ã¯
    """
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"›#\x0E’ù›6OŒzœÐ1\x03Úƒ"
  b"›MW)B©:£ºB§ †V\x05e"
  b"›XYY\eç=Pµ\«kâ¬zÍ"
  b"›m)jS±4\x06\x05,\x7Fõ²*\x05"
  b"›sìÉLLæ£ÝÓ\x13ðšQ0}"
  b"\x7F,2ª\x18<ÿ±B‡'8Ù\x00""
  b"›š$ïØs:Æ‹E³ÝcLþI"
  b"›¦¤l=\x052g—Ò\x03F¿H\x05ü"
  b"›Üƒçöq1‘¬­‚K´b?L"
  b"›áééêx=\x13…n\x15Ó\x11®\x02ü"
  b"›ð*\x7F±Ê7Z¼.\x04¾¨t†™"
  b"œ&Œ“[\x013“»¤Yã+¢l\"
  b"œQà¢c¦4›¹¸ÌjÒ=øÅ"
  b"œS\x160Žw?H¢•z\x18Ÿ™<£"
  b"œV5"ò€5/ŠÆ5l6G-\x07"
  b"œi[¼\x7F‚?>™£e›GtU*"
  b"""
    œrÂ\x1A\n
    22ü²;š-öëÚY
    """
  b"£ÇÉB┴Ë8¿¢4e§Âõ¶©"
  b"£¼`HEø;ÚØƒsã─‗Wd"
  b"œ·˜RjÊ;д\x0E0®]^\x03î"
  b"£ÎOC┤╔1¤æ:ÅsHÛ\x01"
  b"Ø\rEgÿl68│═ƒg´\x0EÎH"
  b"ØC\x11\va╦;±▓░╚ð×!Àä"
  b"ØZêXËm1Û¿·´¤òõ o"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"ØðñÜsx?Tæõóuz7¤\x15"
  b"ؾll\r─;G·l.Êm\x12h"
  b"عKYd¹3┌½ï¸ÓÓ¨\x12I"
  b"س§■ÕÆ7>éÇÆ\\x1ExgK"
  b"ž8X“¬ª8§€L¹j)Ý\r\x1C"
  b"ž†×X\x07\r=ÉŸU:Ñ\x10\x1C\x07š"
  b"שôØÑk0Ò░'oñJ°Ò│"
  b"×µÓR´P1}Øñ\x17\pÒ,á"
  b"Ÿ\x1C¢VR“0—§å\é=j{ÿ"
  b"ƒb▄\x1FÝé0_ì*┘äah▒i"
  b"Ÿšnã°®=<–(ãÈ©ž_ì"
  b"Ÿ Ny&*2‡™UÈ\rå{,:"
  b"Ÿ§A\x14(\x7F:à¥Má€í¥}D"
  b"""
    Ÿ´\x15AýÑ;q‡†\x17\n
    ã²\x18R
    """
  b"ƒÐÃÈ\x19Õ:лÝsúÉê█×"
  b"Ÿû¾PK\x165M²Ôi\x13\x04a¤í"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" tlŠŽï<y›HhÂÌíuy"
  b"áç3Ø0+8\x17¼╝·î\x11<É╩"
  b" ŽÙoj\x03=#‹]k˜ó–¥z"
  b"áÅÙ\x16Uh=[¬OD¶'µ\x1Dp"
  b" œ\x18IW(*\x00C\x14wøÓ=š‹"
  b" ð\x0Eo\@;\x15Žjú#XÀEJ"
  b"á±Õ%Ý¿5\x1EØe!0k┐¹Ý"
  b"¡\x03GQ®\x038\x05¯\x04ŽOðá«ý"
  b"¡\x0EYı\e1\x19žè0¦Îu\x1D$"
  b"¡"O\x04 £0\x16”@s,KD,ß"
  b"¡#õ|<ø4í¹\x06éo'¥þ«"
  b"í(\x0F[ß┐:üøÆ£Î©={G"
  b"¡qØ~tš7ÒºN¹B\x19rð£"
  b"¡y„>MŸ2Ý›‚c-Q\x03³ñ"
  b"¡z'ûRÓ7.ºÍµ²n»™\x08"
  b"¡”\x00žéq0‹‡g°×Jó¥^"
  b"í²\x1Dx┼ì<á©9öX$\x18Å«"
  b"¢#azå¤4)‘`ìŽ\x05ÓÑÌ"
  b"""
    ¢%|)˜é2òŸ”1ÕÝS\n
    «
    """
  b"¢DS\x1D\x17Ì0‚ˆ\x04ø\x06 pÀN"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"óéþÉ╣d0Ú©E%}Ä üó"
  b"""
    ¢á\n
    :4ƒ8†‚Ž\x04Á\x14cpø
    """
  b"¢âb2_¨2?†Þm7\x1Dºñý"
  b"ú\x02SçÁA4kÖ\x18Å\x13{╔Îd"
  b"""
    £\t\n
    `Ý:?¶üãîR•\x06¥
    """
  b"£\r\x13w>¢©Z”Xè \e\x17"
  b"£\x1Cí\x1F¡§:n ~Z@épOÁ"
  b"ú\x1E\x7F8é=×é¦+\x08{;ØP"
  b"ú)ÖMe%ªÒ:Å"­1u)▒"
  b"£.Äš6º<ý \x7FJ†bAëR"
  b"£]Èû;=8\x16—ët8ݺr["
  b"£ns£íS3\x01¢ú,Í#?ŠÄ"
  b"úüº]®<2åé¡?\x16á¤dÐ"
  b"£§7\x19A|0[…|ˆ7¦>Èü"
  b"£¼ÒÀ·Ÿ7ž˜J°ð‚B<!"
  b"£ÜJì]ð= •Ó#)ñË\x1Fj"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"ñ\x07ÇpzO5ÛØ4FO░ãg6"
  b"¤\x19‰5/×9ŽŸUý\x07ô¼Q¤"
  b"¤LÝÕ+”4H‚Õ[Ôç`\x0Eò"
  b"¤T*Q¯ß0\x15¨.iø–j|Ë"
  b"¤_O¢2A<-ºdX³û5®\x06"
  b"ñb¥┴>õ2\eÉìöÓ´^┘P"
  b"¤„Ad\x13Í6“©¤¸`Zò:ì"
  b"""
    ñï\x1F.\x18▒=5Ép\n
    i0¿\t
    """
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"ñá\x06§╠Ø3ìÆ╚K@ÿ\x19äò"
  b"ñ‗ÿxMÅ;f╣B½3\x04\2\x03"
  b"¥\x00Cü¡Ê<\x07°ó«P\x12\nèÅ"
  b"""
    ¥\vÿè\fø0s†i\n
    \x05àµÿÚ
    """
  b"¥\x1E¿ˆ8,4=¯Ï{™`>ôÐ"
  b"Ñ&\x18];Þ0ÅÑ ë&åÎn\x17"
  b"¥&US·²7ÆŠ©\f\x18ƒãÙ§"
  b"¥'Ôà˜W>Ì”mÅk„\x16¢\x01"
  b"¥.Ÿ„HV>\x13¡>RÜ0/s…"
  b"¥O\x1Cñû’<0Šm=’Ìv\x05l"
  b"¥Vð\x1E\x04|2k¬ægý\x1Edq×"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"""
    ¥‚_‡217‘½\n
    ‹v¢¹zS
    """
  b"¥žVOÍWk:u½Çw\rO\ü"
  b"¥³úM^Ï1¤‚$óé%IrE"
  b"Ñ▄║K\x0FM0·êÅ└ép¹$ä"
  b"¥ï;\x01\x13¾Mæï\x02ûãr×q˜"
  b"ªBûâw-;ZØ0á}¦'▀ù"
  b"¦i\x01<û®2úžA*¥Çìö\x18"
  b"ªÉòt└Ó5\vû4¸çXó¹│"
  b"¦¿›{±\v>r¬¤ÊîM+Š\x00"
  b"¦æë\x18kH7ë¨V\x02\x06d\x14"
  b"§/ÿ“N\x117¦“A¥:§\x1D›."
  b"§?Íí8©:̇<\x12ý\x13y}0"
  b"ºfiü¬¬:@ö³\x1E4È¢ò¥"
  b"§‚c·x#3-š´ò íÒ~À"
  b"§Ê:-\f³6\x0F£ùM\x13\x16º\f-"
  b"¿*└=Þa;\x05ïÉ╩vJ²└\x18"
  b"¨Gf«:S˜j ±,ví­±"
  b"¨S®®\x0858¢‰ÛiGf‘”\x05"
  b"¨Åø«ï\v<g¯ƒŸ‹JL³Í"
  b"¨æ\x19$K˜7l“ú\x0E+4˜~\x05"
  b"¨ýÎ8Ÿ\x124ú¢-¾0!\x04ÝL"
  b"©\x03\x06Hu—;Í—Ï7Œ—*ÌI"
  b"©9Ö±m.<\x04ˆw]\x1A©mÏo"
  b"©d`µ³–=pŽb\x1E"\x19g­Ð"
  b"®É\x03èƒa;rª²\©AAı]"
  b"®òÅ\t"5:¬Â©öç\x7FÑy®"
  b"ª\x10\x03«Í»2R™t@UÇ çv"
  b"ª\x1F@×Bå7r‰á-\x16‘T\x04\e"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"ª4CÒuã2!§ÿgAüÖ$…"
  b"ªL},Ó11{®×\x03Cs\x01"
  b"ªk,½M¦3ã¾\x1Fè;½^¹"
  b"""
    ªÓÇõ¶?1\n
    ›´“F,ë’‹
    """
  b"ªí\x02|*^1\e¬÷êqaàÞ’"
  b"¬÷ü2þ\x1E8.ï█q╔n¬3Ü"
  b"«\x1E:—\x17a:Ú”º\x1C_†2²¤"
  b"«Ba³ÔõïÑ»‹¥\x07¹q~Ê"
  b"«C{\tR|9ô‹8µ‘ê\x05\x05\x1E"
  b"«\x7F…œÂµÑ\x1E¹>À‚Ãy }"
  b"«‡Š!¸ \x11\ý/=îÙü’ˆ"
  b"½ÅIÖzp7d»▒ã<═*ÉQ"
  b"«šæY(·1˯“*\x05´üÿH"
  b"«°]XØÂ5i‚­À$fÂÝo"
  b"«Ø\x11,*¾6\x11°]kç;j¸ä"
  b"¼\x06ád\x0Fë3╦ÿ╚äüf\x19"
  b"¬\x1FQÏ_f6þ‡&Ê]A£|Í"
  b"¼&£X5H=H¼\x05Eüuz7L"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¼_═·┬(=╝Å┘\fè░.[r"
  b"¼m\x19ü▄ª5"ÿ\x1E\x07`N9m\r"
  b"¬ÇÆ•q|>\x08¹\x17ä6«\x11\x04ø"
  b"­Px\x0FÚ@=½¬ƒÚžö\r"
  b"­_Á{\vk:p¢µ…S鵸\n"
  b"¡ì╬]%ı>õñ\x01\_«┘g1"
  b"­ïr¥N ?\x08š×µl.Ѫ<"
  b"­ò'^ÑÁ<­¸%\x16\x06/Ê7"
  b"«\x1Cç■*ù3t¬tü(tH;!"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"®zÄ(lö=\x1CˆˆzÔÎU=*"
  b"®ª€.O»8Ïž¹]Ø\x01Œ™¤"
  b"®Äy\x1Aé]7\x0F˜Ï6Æ—ÔÑ0"
  b"®ÉZò\x03±9y€§"P"\v\r\x01"
  b"®Ë‰û=‹7#¹f4ŒoÜJ™"
  b"«ÈÌHÞð<┌ÆxÅß▀55è"
  b"»P‗±H\x167┘½­O­│$Øù"
  b"¯r‡ñÚf:a™Â\x04•ü$(Ö"
  b"»ô´t1J:ç׺qà\x17a#ü"
  b"»Ö╩pÉf2r│ðs2eÚD¿"
  b"¯¶¤‹%X<þ¥Àõ<’Yùf"
  b"¯Ä\x7Fê\x02\x13?+²ƒ‹$©M\x13¯"
  b"»■ûËÆÉ2─Á\x14ıÿ\eþ\x04ò"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"░&+■zK5pº)RƒÅÖ┐â"
  b"°7–\x01[Ï>[œÓV«œ7¬0"
  b"°NòùyÎ4—š?þ\x11N>-¼"
  b"°•fcêš:8‹ì.º\x12Ïjg"
  b"°¬Áì\x01Ä>\x1A¤\x0ElF\v\x11õE"
  b"""
    °¿0(€ß:²†p}\x0F(\n
    3c
    """
  b"°Ûw}ö€:\x02…o·kYoê°"
  b"±\x18Ï5ä\x1D;ò²àµm[ò\x10°"
  b"±~ªÒD÷5_»ºöÄÕ3â3"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±µ\x15‚i™2Û½½”\x1C‡Bãê"
  b"±âpÌ%Ç?U¢fÖ+'r@B"
  b"±ôèöD{7x‡ð\f?2Vù$"
  b"\x0EQg7\x08=áì,À­2\tÇm"
  b"²B\x7Fwû‘<\x1CŠëÞ O÷Ѱ"
  b"▓OüR½?5èÅ$øÝÿmÈp"
  b"²`—\x1EA\x172вA!É\x13\x00‘–"
  b"²`º7Ư:\x10¢«\x15¼\x1CŶ—"
  b"▓×g/üt1hå1pÉÑT┌\x15"
  b"²«y\x1DãG<9«¼ØW6Õ³s"
  b"²ÎfQ\x02A6i‡_\x14ì9~2Û"
  b"²Ö(¡'\x034Ö²ä=c9d);"
  b"""
    ²à|KP\n
    <6š\v\x17(\fÔ\x1A¿
    """
  b"²ó5Tü\x1A1M§&\x1E‰¦Õ¼E"
  b"\x01É\x01#\x0E30ù)Ì└\x06\x03"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"³\x1FòIßÞ0³¬®k™\x08ÞfN"
  b"³$\x02Ï–\x0F31µDnAãü\x17Q"
  b"³SœŸ:æ</ƒp%Ü·9f\x06"
  b"³m»Ä5k4©šnðÓ–\x1C\x01"
  b"³¦1õG\x135ô†+½\x12ª?Ï{"
  b"³±¡\x04Û÷;†›6.äñ¾»\x00"
  b"³È\x141\x7F32©§)ѲÓ\x17ò\x04"
  b"³Ð\x11)D5<à¿øô^“?\Ù"
  b"³Ù\x100èŠ;B€á0ÿÛ¥˜Ã"
  b"³ò\x08(2ñ5P’\t·z>\x13ñ5"
  b"┤2\x1Ac6\x0E;/Ø6┌õ2ô╚ª"
  b"´@fé7­3®»ÌV½GŠép"
  b"´F\x14÷Aj`§\x1Ej\vlú,ô\"
  b"""
    ┤üKÈ9Á?Ý¢-¡\n
    ®qÿb
    """
  b"´¯æL–È?V¬…Ù¤\vÞÒ\x00"
  b"┤ýh└0í6öÉ╝\x01?f\x01"
  b"µ2œ:§*=¦«S%y²]•\x17"
  b"µp8½Ãø3Õ©S^Ýlê_½"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µŒ—ÁÂù1iŒ?m;Ž\x1FÎî"
  b"µÀ0žb;3±•)&\rGÐÄë"
  b"µÄÄíÆ‘5{žd#îýÊv,"
  b"\x08B{Š¡<ã‡_S\x13…QÊ”"
  b"\x19FQÔ8?8„ç\x07øóʦØ"
  b"¶"Uªý\x140¿¶¯|¼ìáõß"
  b"¶:Q¸t÷0î…ë\x132¬+´'"
  b"¶TñÝÃð;J½zºÏÚ!µ\x16"
  b"Â×o╩\x11a9\x05ó┬\x0E┐àðìá"
  b"¶»¯Ñö†0ã¶'ê\v%tì›"
  b"Â╝5ÂÄÂ9ÏæùþTÇ%Éá"
  b"·#·Ë¯¢?m´â\x14ƒÊúf/"
  b"·=ê[†Ö:Q•>RXc’&U"
  b"·Š¸í‡B4Ò‡\x07Õ²¼`^b"
  b"ÀØ▄ñ{\x044^£ëï¿;ºı~"
  b"·¦‘E³ 3q§à\x02.nJPM"
  b"··Ï…m—Òq¨Ø©…?s»ð"
  b"·Ã¶\x05R›=\x1E\x7FYó¤\x19\vó"
  b"·æj\x12ÆÑ?B”Ù\x01\x1AÃN"
  b"·ôïV?>2\x03¹Êå\x07\x19t"
  b"¸\x01¼ªZv1\x1A¼íŽ)}þqO"
  b"¸\x03Ìz/É=²µWc‹\x0EÔ.r"
  b"¸$ð$œ\x1D;\e¸¹ÉMˆgÛI"
  b"©*üFí~:Tâv£UËD£{"
  b"""
    ¸6qèßÈ5G³\x7F\n
    Þø­
    """
  b"©p█àï╣5±ØwWkZ\x16╩¹"
  b"¸‰Þf:>=²«)³°’˜Ã\x03"
  b"¸°R°ih–;\e}NP½ëš¨"
  b"¸´ÃUȶ8I¨'y(Òí«§"
  b"╣ج:¡c9^ó║¥¥ú┘Ê¥"
  b"¹ŸReÆ^3·„éò1„ß#œ"
  b"¹Ø\x0FÅ\x11C:Š¥Ä÷²$q¥="
  b"º1¬¸›¶=땘q»q:|‘"
  b"║6YDu43²ºEƒÐj¥¦É"
  b"º9˜†ŸŸ9ä¸h\x1A\tå ´Æ"
  b"║s÷▄YD?µÑ3ü▒LKÇñ"
  b"║y5>\x03Ö<·óöÁıÅ!\x1E·"
  b"º™·^Då9\x07ŠÕeB„èS#"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"ºúƒAi<1\x1F¥|•üQ\x13"
  b"»\x14ºö\x00\x142§²6м\x14Ùo®"
  b"»8Sç\x19\x08;L©œ„&6Õµ%"
  b"»m\f©ä:5-«34gúíu|"
  b"»Ž‚Œ´b:\x7F­K,@úig\x1F"
  b"»¨¢ÃØ\6·¦#œ{~P´\x15"
  b"»Å‰Dro6-³­žÂèÚ|Ý"
  b"╗ÃWåç\x071ıåcÅÚ8¶\x1F"
  b"\f4Ç<4?\x01¬/ãôɸı\x08"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼$‰FKp6ºº1Åø¤\x7FF7"
  b"¼V…\x0E\x1E\x12=Ï–\fÀ!e:S\x00"
  b"¼Š­\x18&\x164$·)ˆ\x17Q… ô"
  b"¼‹}ô:.8l¡Ðç¡\x13¾x\e"
  b"¼ª:w¨ 2£ ÎñÄeF™s"
  b"¼ØïÕ\x08R>\x1D•ñ18¬¦9ó"
  b"¼ÛfÈñî0͘R¥\x1Ay\x7FIK"
  b"╝ÞüG5┴5\x08åð▓EÆP╬\x19"
  b"¼ôgB4\x1A:›«¥:®T\x14"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½\t¼\v¦6Ù—ì¡m‡üÚÿ"
  b"""
    ¢dÉ©\x03.;¶áÙ\x7Fı«¿\n
    \x13
    """
  b"½iO¥¯‰0\e£\eÀ\x116<lt"
  b"½—1\x00á–6\x15€Óݼ\x1E\e"
  b"½¦l/$–4N€\x7F ÄM¼öÙ"
  b"½Ç÷q­Ì5$¤Ë]”ÑÍ\x1Eû"
  b"½Í{\x16Ë2; –Íç¼F4;%"
  b"¢ıwg▄Úðg¶s╦}É BÞ"
  b"""
    ½Öîs\n
    á3'º7À¶\x11¨Ä“
    """
  b"¢¨¦ÇVÖ4¿ü▒ı6ÌH#ì"
  b"¥"Ô\x11\x13µ;áì!xpN­ùå"
  b"¾*Q–\x02°>v“Ù¢_ 3¯3"
  b"¾?ÿ\f\x1D_3_¾OÆxª'ŸÀ"
  b"¾€€”Ò°1v®4þÈ\x11­z "
  b"¥ô§ÌÝ(62üj┤nØY_E"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¾¶UɾŒ0â‚ÓS\x0FkÒÀ¼"
  b"¾ðó“0Ü7i™¯‹p\x07ⳃ"
  b"¿\x10%™˜°7C Q7AøåÜ„"
  b"¿ Š\x01¦\x0E8ùŸ\x1AjÞÆz+¨"
  b"¿7½\x14Rx?ª¤uïùoóyi"
  b"┐@9øªÅ>7é\x1FVÔ¹6\x1D\x00"
  b"¿Z‡ÄÕ¨<B«Ê\x1A®Š\x17"
  b"┐ÖFh·Ó?>úüÿ[S5╝t"
  b"┐½üfÂ<3ÞÜ\x12tîY¢!ù"
  b"""
    ¿·`\x1A§#7ð¢\n
    wÁq«e°
    """
  b"¿àÆ@&\x0479“¸P\x146÷6\x08"
  b"\x01¾1\rq<┌ÆÅuY9,░█"
  b"└+ôbX\f>§îa|ò$.uÉ"
  b"└,oüU│=!á(²Ò%úå)"
  b"ÀsQ\x03YW9y¼wP^3M‘?"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"À¬‹zÔ>6üŸG\e`6X•ô"
  b"└╣{$\t\r<SÀf?ÊI,Åt"
  b"ÀÔˆ\eé;8Û«AäÓš\x1Dù‰"
  b"\x02AFÅñ9½ÿ3É0h÷8T"
  b"Á\x10ö–~Í3ö‚³•ùL\x15P\x17"
  b"Á\e®Š™`4ˆ³n½\t\x03&UB"
  b"┴#,‗\â0ïºWü2Ô!\x07l"
  b"Á7ËÚá˜>A™"ЦfÌ-€"
  b"ÁFã\f¿ï>›ª½\x17/Q>µT"
  b"Á—á Œ&5+ªÍyÐŽ¯T%"
  b"Á¢þòLíV‰€(X¼zË\e¸"
  b"Á°íü]¥;P¹rL,ª£Õ‰"
  b"Áºã=n>3éŽvL§ý+vã"
  b"Áè\x04Qwd;›²âoY¹èX‚"
  b"Áò\v\x121Q™ŠJDòͳ®"
  b"┴¾<gb‗>Døì#í8±eÄ"
  b"Â\x0802Üa5U‰†i³b¿SQ"
  b"Â\x10\x16é!8;?ŒÊÖŸ‘ÇbD"
  b"┬$¯Å┐Ç4héèáõ·Úi░"
  b"┬Ge\f2Þ9ü▒?\x14Yc┼ì)"
  b"Â[é5‚wç\x19®O:³-ŇC"
  b"┬å\v a╔3\fÀÉıXjA*("
  b"‡Ӻ\x1A½=]ŒV\x1DQNø³8"
  b"–A\tâÒÛ \x02ö}J\eF´›"
  b"žµæÃÅ<׫Š5áf¾'V"
  b"žÙÓ¶Õ2"œ¦[]÷È<Ô"
  b"ÂÏØeÓ[3ø»‹œÉ*_ív"
  b"ÂÙÈbü)1\x1F·\x006(\x0Erìb"
  b"ÂÜ•3b\x1F1âƒ1:¨Xj¦\x07"
  b"Ã\f\x03xŠý:A¿x\x02jcѹf"
  b"×Ɣ¹à\t"#š\fÆ»¯q¶"
  b"Ûçß•Ë7|˜oT‡Ã8 ‚"
  b"├└E Ký4<Åı\x14aÕ_n©"
  b"ÃÜcv'C0Å€µ\x01]Xw\x10("
  b"Ä\x08ùÌØ$4ݯ·}8Xö¬\x18"
  b"─,d´èı8õ░üÊåÔÞ┼E"
  b"Ä8•\x1Fßýð}}á\x14é\\x7Fín"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"Ä<⬥Ï0ö¥ìÉ$ƒ7\x1D?"
  b"Ä„<:\x08\f6\x03¸Û0{‚'\x05i"
  b"Ä¿‰SìÆ<ï’ê™ÂyñÁ]"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼"a\x14<,;Òæ\f▒uñØ!©"
  b"ÅAÔ3.­0q˜‰y¯K†xÊ"
  b"ÅFѽ4Å69’7»þÛ\v±Ê"
  b"ÅO‚—„‚>͉À\x01‘À$r%"
  b"ÅZ\ŠïX=§ºjîåp\x06}\r"
  b"ÆA§\x06DÁ10¯\x04Õ©;ÖMð"
  b"ãaÒÌ\x17¤1«É┤D-¥O«\r"
  b"ãü¾j `7-ö«eÊ?pd%"
  b"Æ™\eÌÕå;N–eZë\x04õÒP"
  b"Æ©MáÈ(9\x11¿>VG!U{\x00"
  b"ã║ı4Éã3}ü▄©öó\e"
  b"ÆÊ˜åNy7. M\x0FÔuù#–"
  b"ãÊ/Y\x1A\f4UìLvF]«1¹"
  b"Ç\x01×›\Ê0\x03«Î7k6È®~"
  b"Ã:þ¶[~7\x19Å\x16\t[B^▀┴"
  b"Ç;s\x19\x01<4舃7wìQ«\x07"
  b"ÇE˜òLƒ„ÖX\x01¤¸\x11s\x03Ï"
  b"Ãa╩dØq1║¡ gü¿{┐M"
  b"Çqöh¸\x116+’怴-z\x15L"
  b"Çz2À\e\x14:j‘$›\x0E\x16\x16(\f"
  b"Ç|þ··d9£¯>M¸Œj‚;"
  b"ÇŠÕ\x195î;4²7yâ1Qqc"
  b"\x1EÁ┼ÿ>3|ùÑQbSü^Ë"
  b"╚"XZ┘M;\x1Cì,#`ä▄¬8"
  b"È'8¸e7?\rŠ4Êï\x18Zö¹"
  b"È+8¶3\x1D0s•Œ\x19æ¶\x03"
  b"ÈI‰\x1DÁ$4\t§{ìõµÎ\x15\f"
  b"ÈSÇ­ 38¦¨1;\x16ˆ7Ïw"
  b"È_ó"?‘6ý¬[R—%þ‚¢"
  b"È€6\x02˜L;İ=†88Œ@V"
  b"È€£»GÚ7'­êõíæJª\x12"
  b"Èè\x15i\v’8Xµîæl€¢¯*"
  b"ÈøñÔÍZ4X‡"àJ°*Û„"
  b"É\vz:â"8m…°a'\x0E´Uê"
  b"\x15#\x18\x05a0\x7FÅı¹ô3¾Õ\x18"
  b"""
    \x1AÊÇ904|¿Àt×Å\n
    
    """
  b"É3¿¿Éæ>ú°\x1EŒ\x1C&-\x1C\x15"
  b"Éd÷ñ‘b.`Ìo/qä9¶Ã"
  b"É…L\x00C®9g„éröe?Ñp"
  b"ÉÈ7ñHÜ0BƒxÐ;¿wA\x7F"
  b"ÉÏÙMuî3pŽÖüZˆhŒª"
  b"ÉÕš}€é>w«‚YH»Ð}›"
  b"Ê\x06\vôgÔ:IŸ>68\x08¦e\r"
  b"\x19ÊßU\x190\x1Aº¶\x1EµOüÌA"
  b"╩>Ì\x03µI:qØßK═\f\x0E╚~"
  b"ÊWŠ˜\x00L1‡¶ÜÅÁº\f3H"
  b"""
    ÊqJñ9Ó;b­›\n
    ‹¹\x13\x7F\x1F
    """
  b"╩ÆÆ²L╚;lì■Áû\x13° ð"
  b"╩├\x0E®▄Ê1~Á\x1A\x0E÷·ükp"
  b"ÊÕ\x08Æë\x198–ˆ«o¾‘Å!\x1C"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"ÊÞ½B`å:\t¼¥‘\x12ÅŠL\x7F"
  b"Ë$Åè¨`3–ƒ\x02f\x02qÈÁ."
  b"Ë'È+Úw6&£×0GV¶üa"
  b"Ë5ž\x17i=6D“öX™Š\x10\x1Fw"
  b"Ë9A\x15žÎ7ðŒ\x1DÎ…³&\x0E½"
  b"Ë}Zî\x19½7˜“£Òò|\x08p="
  b"Ë®\x19øÄ®;ý‹¾#ôf\x19ÿE"
  b"˳áÆ^ð8…­Å\x13-\x02\x18ˆ¼"
  b"""
    ˸\n
    \x148Ü‘B–âÒn\x7FS
    """
  b"╦¥MM(Ø>­ÿs£¿\x1F╩}ø"
  b"ËçÏÉz½1ã«„¦>ÞéRç"
  b"Ì-ÄbÆh59¥\x02dŸØ\x17:<"
  b"Ì9µ1õ\x08:k–\x0F\x06\x05PŽjÓ"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì›R\f&™;Gª\x1CÊ\x02*É”ï"
  b"̳Zèˆþ2¸·DTìðot²"
  b"╠ßæ\x19▄▒5ºì2╔EâíÐë"
  b"\fðºaî<\x19ì┐@░│ýíö"
  b"Í/¯ó¾0>ÆŠ?yÓß\x08³·"
  b"Í}wÉËé5^§êM‡c¿¯>"
  b"Í‚!½VD05§ºä¶\x14p2k"
  b"Í’Ë$ŒO3 ¶f\x15DžnK€"
  b"Íœ³…Î"?<£ÞU<qÙlï"
  b";’“¬õ0¼º²€\x10¾R\x15ä"
  b"\tâ&P³7Øñ┐§┌þı\x04\x0F"
  b"Î\x16õ&5^3z²òd Àç\x13ù"
  b"╬,*z~åx¥åe¤X-Å=ã"
  b"""
    Î-\x06r±Þ?\n
     ]´§=â"˜
    """
  b"╬u\x13èGç?ßï\x12úDÅMg¹"
  b"ΊP\x0Eþ­7ì›7Îâ\r(\x1E\"
  b"╬Ä8`Ø%=ª½v╚ÿEÎ#ç"
  b"ι\x19³iñ>Ý“·ßvŸ\x1A9M"
  b"ÎçÈx»{:\x1F–~\x11–ds›N"
  b"Îèèëï¯<$’1NI¸²i."
  b"Îøû€Ô}5n²·÷!‹\x01#€"
  b"Ï3¾q©]<R±ÝúÀ2χ¸"
  b"""
    Ï?tÀ¹[:…¿\n
    ŠêS3ø0
    """
  b"¤p*=vo=sü3æX¶m\x1E"
  b"Ϭý,ì—8MŒæ•®²Y\x1Cm"
  b"Ï®É]Ú‹=º®ˆ¨áSô»¬"
  b"ðUeósÖ3>è\x10ÅrÆ«┴%"
  b"Л&âé\x134\vªb^\x17.“wà"
  b"ðÏøú\x01\x150væ╦ÝÎ.Å╠D"
  b"""
    Ðä\n
    \x0E×k1%—\x18í\x10µy\x01œ
    """
  b"Ðêàóÿm;s”\x1DD4ÑáJ%"
  b"ð°²ý┐¿>═Å╔╚³ÉDÑ£"
  b"Ñ\x08ï\e\fÿMˆô®Qm@7>}"
  b"Ñ\x10ë¬íS6 ´N•'šò\x1C"
  b"Ð=█┘\x19â=Èü'/ƒ.ÓÜ´"
  b"ÑXn¶\x1C¸78ˆW¼˜\væ}'"
  b"Ѹ‘`ñ¬3eŸ¬³å9Û’)"
  b"ÑÞ‰¦èð4ÂŽðYKا¶\x10"
  b"Ò\v¾¥ÛÛ3\x03£cX¼%>ÈU"
  b"Ê\x13ãÕlX2éÉ\x17\x17┤E\f"
  b"Ò<·1Â\x129aœ‡‹ÝÙ_Ô\x07"
  b"ÊF«³\x1F╔9u┐ÉiIVÄHR"
  b"Êä+├\vª1PÁûü»\x17\x7F$\x07"
  b"ÒÍ+Œan:4‘j9U\x06¸\x14\e"
  b"ÊÐ&<┬Ö>Yíç=5oìÂL"
  b"Òä@º¥½<“Ÿ*\x1DˆÂù¨è"
  b"Ó\x02˜\x07\x06–?ë˜q6"‘\x07"
  b"Ó\x05QþFÂ3­¯â—gù\x02æk"
  b"ÓV¸óÛ\t6e¸\x12Ã_þHÂÚ"
  b"Óp³dvõËóØ­ˆ0|}Þˆ"
  b"Ó˜¼ ›\x038J–¦Ô<šø6š"
  b"""
    Ó¥7¾²\x148\n
    ¡\x08>bËÜc\x13
    """
  b"Ë─╝\x1E‗â1úì\x0E&cµPE³"
  b"Óõ\f¦’\r=F¥\x01\x7F\x16!*\x14³"
  b"ÓúŠè\x0Ep?ç’@¤ë€)U="
  b"Ô\x14\x02–:\x11…Ï\x01º×ò\x1D`"
  b"Ô\x18ì¥at?Ú»#&NPè\x1C"
  b"Ô5µDN®2Œ¢}WäTÉëß"
  b"ÈJ\x02ÁµÎ=ØäQ├i\x1DO§d"
  b"ÔSJÕ†Õ6„‹êKæ}\x1Cåâ"
  b"ÈU│\e\x0Ex=C╝H"ï¬ÚÉg"
  b"ÈvTõãO;ýªið·©Øz╝"
  b"""
    Ô­?\n
    ÇK5¾šò@‹;÷\.
    """
  b"Èý|=ª\x001Êñô÷\t°XÅ\x13"
  b"ÔîÃÊܯ5í¼võ¿œ,ùA"
  b"ı\x1F$6^×4ìáƒs~褹ã"
  b"ıDm,#F7M┤ZâRbÅzN"
  b"ıî$ïç│8Ò▒ü■1îÖ┼è"
  b"Õéãä™\x1461´µ†Ü\x11‰–p"
  b"Ö\x16Mò\x036Û´6Ç<ÖD\x0E?"
  b"Í-┌ÅRÖ5á┤ÍÿQ\x03┤d¤"
  b"Ö;_ÉþZ<\x02©Å\t§í¼5{"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖH#\x08\x1D1pª^Ø\x1E—†\eÜö"
  b"ÖH9¹¢a=*±o?\x03!¡ë\x03"
  b"ÖU.­ø\x1C2ºˆ‘\x1C.ž/\x12"
  b"Ö†æSâ<=Œ„¦\x1Cµž\x1F‚¹"
  b"Ö¥p&àe1‰¯Md—¯[ð‹"
  b"ÖÎc—½*0}‡kš½Ån¹\v"
  b"×\x1DŽóY>=û´“ð&“Ú£\x17"
  b"×!\x19T]^1¨²ã_Àð\x07Éñ"
  b"×*R[ëY>\x06«…\x19Â\f8£×"
  b"Î<┴Øÿ\x124ZÆÆFh6\x04┘q"
  b"×WÓ`ׂ5,‚„³\x05\x19”©Ÿ"
  b"ÎóM\x1AK¼;'ókÜéµy▓Ø"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"βf*¸ñ0░ØÌ<╩E\x7F,\x13"
  b"Ø\x0E\x15†3¸•ÒaPeç0à"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"ÏH[\x18\x103\x13Á║É;n║\x11ø"
  b"ØI>\úâ6\x1A´\x1DF˜Ù“£Š"
  b"ØT=`O\x083À¹0omÏqY…"
  b"Øtê¶ô/3ŒŠô†í*‡Ù^"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"Ø“ƒ=²k:ß«\x01¶ïù\x01”á"
  b"ÏÖXüC®<½áË‗!\x03╬y\x10"
  b"ÏØâ UØ;úºÈ-ø±g(]"
  b"بÌÚz^2ò–Õ\x1CóI»â\v"
  b"زêN”Z1̆ú.páÒ¤ò"
  b"ØÆ“tsª8þ¸j›\v\v܃ "
  b"ØîÕâ2$9Èœ8äUi\x08—i"
  b"Ù'/Ä\x1E\x180\x04§\x14¾[GoŽÃ"
  b"ÙKØŽ\f/4‹¼\x1EÕçMìs&"
  b"ÙXu‹yßqÈö\x0Ec\rKŒCˆ"
  b"Ù¡\x14ÖrÞ=$º…zLÂ\t"
  b"Ù¸„˜³\x180Ü»|[¡[Jƒ²"
  b"ÙÂ߈Há0¶š£º•A2Åö"
  b"┘╬°dµ~=ÇêÇYSì■#ô"
  b"ÙÐŒõ¶—2o™9\x7FØéo'\x14"
  b"ÙÓ™ì!#7#œ—Ö\f\x1E¾M{"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"ÙçLvµï3¯žÉ›ÿ$sǶ"
  b"Ú9œ?\x12£9G¿¨ÿ•\x11Ý\x1CW"
  b"Ú<¥-Bá8‚§Ò$­gØÈú"
  b"┌L╗|┼ä7í¬mX¯[bhü"
  b"Úf”"½á6»¤\x19{ü|É…Ã"
  b"Úg\x02tC,1a¦dG=\e\x08ð)"
  b"┌ÉT»øþ6AªP6\e\x08H%┼"
  b"Ú‘‡»½G3ö¢„~}¥\x07Ñ\x1E"
  b"Ú©)´#S8ž…qc\x05ïSVÜ"
  b"┌┐\x16¯▒å6ÉÁ,Ûu░▄#?"
  b"Ú΃ý:\x06>tŒ‰ÇµÔ’Ä\x1C"
  b"Úÿ†\x1EB\x187߆\vN\x1FÓøÃC"
  b"Û'\v²ÞG7’!jÊ!Vå\x0Fô"
  b"Ûcª2ê#>9„ï\x1F/ }Ç‚"
  b"█{ø\x11Ø&4#áÀÎÚë]e["
  b"ÛµU”å¿3O®[aÃX'\x02ê"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"█¶c┐m»5jØ«æ¶\x7Fþ\x19F"
  b"\x11Xª½┴=┘ëÉ_E\x15òLO"
  b"""
    ▄F┘n\n
    à7­ëù#ØÌ\x11
    """
  b"Ü^ÛôÛ”4Eª¢”lÖó \x0F"
  b"ÜlC»\x1Aí=ι1Y¢\x18ù$—"
  b"Üv-N^Ñ0Õº«ã37G´N"
  b"ÜÍ\x1Dï\t†:l±\x1F\x01n¬h’3"
  b"Üû¤ã\x14r1é€r„‰\x01ý;\x1E"
  b"ÝXd†\x12þ5åš<a²ž°îE"
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"""
    ¦~¯Çƒ┴?X½<\x14ÅüB\n
    x
    """
  b"Ý£\x07/rg9\f­ä`bÊ‹\x00J"
  b"""
    ¦├û\x02ج>▄Å\n
    b\rTàb>
    """
  b"Þ/„’Ÿø4²´ã†”€Îèß"
  b"ÌTôËN41▒ØûA\v\rÅh|"
  b"ÞgÊÓ°$9«®¸\x08\x05÷\x03ƒø"
  b"Ìok\x1Aè{;-ü\x19\x15í£ó7*"
  b"Þp¦á<Ú9S†kìšõ\x16Ê\f"
  b"Þ~¿•£´?¥ŒÉÅÕ.NVÑ"
  b"Þ\x7F\x11\x06xõ1%’—3îš«ç\x08"
  b"ÌüR´B╠5tª\x14\x15ðb└½═"
  b"Þ›\x04²\x1D÷:Õ”a°î¶OËm"
  b"Þœ\v\x17\x7F«2ݘÁÅìÛ~`ÿ"
  b"޺塢/?Y‹î¯ \x01³F$"
  b"̳Ì44)9b½úÏb[Ô\x13ì"
  b"Þý2&'Z7’›$ä‡JWh­"
  b"ß'\x19aŸ}:¹œÝWß­°ùº"
  b"ß0-ˆ\t¤7ϳ¶²Aƒ*[\v"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"ßÝë¼\x19ý01¸\x19dDƒù4H"
  b"▀ýÉ §§2.┐ïÑbg®òï"
  b"à\x05Ç\v²&=\e”âhßçí5K"
  b"""
    à1‚“¸\x11:¸•×\n
    ÍåJQ:
    """
  b"à;_¼—y2[€ß\x0Eô·ŸIí"
  b"Óbkß\x01¼6▒ì█&ü\x11Ø┴t"
  b"à\x7Ff,$·0Ѫí(\x0FDèß\x00"
  b"""
    ÓæßReñ?▀ïÅ.\n
    ÿÖüA
    """
  b"࡞Kö¹4Õ‡òl‡m¢Ì´"
  b"àÅxí'r8t®Å0¥‚væ\x03"
  b"Ó´╣\fÑR7wì\h─³$I¼"
  b"á6¶\x10à)3½+¤É›\x17"
  b"áKT´÷À7\tªòÛ…8 E¹"
  b"á~\x06LdU9&“fàýˆÎå\x03"
  b"á•z\r\x10&?¢–Åï^\x17º\x12["
  b"áŸúcÃE5Ô­9Ër8Ü”j"
  b"ß¿ü}½B6░Ä\x1E\x7F3OÛ╬"
  b"á«ò\x1EÞØ;)«‹É\x02\x04í:•"
  b"áÔ\x02`M‚:@¸œ\x05\x15”ºV¢"
  b"â\x04¨$\x1CÂ0Წ@K}ü…õ"
  b"Ô\t¿¶\x07`<§Å7Ú*ÀAë\x07"
  b"âV÷ú„\x18>–„ó9Æ\x0F-\x05""
  b"â’O\x13k¶0‚›·µ†uw\x1Aš"
  b"âÏOÝ'ñ7“›E\x19…ð\x0EüO"
  b"âÐ"\x19¤\x037n—ô”U)×kª"
  b"âùè¸:›<w£þd.w=ðö"
  b"âû—6O\x1E:ešŒöœÝúŸ­"
  b"Ô 0â¡t6:úWY\f¾ì}s"
  b"ã\x0EO{Ëf6§Ž ‘ƒ\e®ê6"
  b"ã\x10jPFv8ޏ¦ŸÃâ\x02"
  b"ã)Õ\x13éí61“‰oÌRtçÞ"
  b"""
    ãe\n
    õøÿ<胯šAsp$O
    """
  b"ãªLðt\x005T¹®ÐØÜý}"
  b"ã¶oc\x02¹4„ƒŒ®>wDL_"
  b"ãÝsªïþ8Rž5@…ûÁ˜ô"
  b"äM¹Êÿ¨:›Œ‘X‚¹î®x"
  b"ähÊê\x14Ð1\x05…7hMœ\x04¦æ"
  b"älÑ!ãH=߬±\x0FZôž\x12\x1D"
  b"äoÇÆ\x02Ê3D¥Ý·á™zKú"
  b"ä‘Û+çã:×±,ânb „D"
  b"ä°{ml>6\x0EŒÇwŒ÷ޱ’"
  b"äÎ\x01ïj\x7F2@–º+½BI±é"
  b"äïO>NÎ=§Ÿ QߌrΨ"
  b"ÕMCRO\x17=\x10æ!ÉÈÌ=\x1F´"
  b"原\x11Ò\x118<“ò\x19\x17.%t\x10"
  b"å—ÔÚ^\x15:Ù°µF\x00Êm­Õ"
  b"åÉ#À"Ê6²¥Â1aà(¥ž"
  b"æ/0SŒò0Ë».ùIãŠ@¯"
  b"æˆý=Ì13D’\x19`“ÀPM§"
  b"æ— Ýq–>§³ú\x19q¹EÊP"
  b"æÍÊKÐ\x164ÉŸ¡ög³.Õà"
  b"þPïıØú7Ñ░³3Ʊ¸┴│"
  b"çyÊ\x05~L8”°¸½óüT\x05\n"
  b"þôø{N#9-ìLI\tÁ╝x*"
  b"ç–\tã´B<E¨\rý7\x04Kàò"
  b"ç¡îe¶\x078É»\x02$\x15\x02ÊÕ\x1F"
  b"ç¦)W\x18Þ:\x18®wÉ==R~ÿ"
  b"þ├ÜÉ\f*2½¢§╠‗ÊÈ`â"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"çíî_»¹5Qˆî\x1E;L–\x10A"
  b"þ ÎØ0e2┼åû┘V½┐È-"
  b"è\x06\x14|W®0|¾,;\x03îª%H"
  b"Þ\x19▄ÕIµ0H®üÝ\x11\x7F▓ÿü"
  b"è.ͱè鿇¯j\tqƒà?Ž"
  b"ÞT»úâo?Yî\x12Шì¸`█"
  b"èbà³³^;\x04¿ë×ï\x1Eù¬]"
  b"è›×\f\x07+=J¹\x7FÒZ'¹Z,"
  b"è¡\x03ùÕi;m§lU$òq¶Æ"
  b"è·EÈ •=qµJ\x10ÙÒÕoù"
  b"Þß\x18K4Ï1bªü_õãxý\x02"
  b"Þµ~ëÄö5³ë╚o└#/\x14ü"
  b"èæŽpá¦0¥¸yFÔæ\x15`z"
  b"èæö2w41­½ž¶‰A`\fd"
  b"èý¬Øm\x162:¾·ß)ç·…Ä"
  b"é\x00\x04˜Ã,7˜‚ùÁ\x1EéÚîÁ"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"Ú4─¬ÛÉ<u▒\x15v┴┴¥\x11¾"
  b"Ú4µÍfý8■ä±ü┤Ù\x05}("
  b"é=¯ÐgÁ<c—µP,«svÿ"
  b"é>\x03XxÕ¤ÖÙaÂ[`÷íf"
  b"éo\x181Çü8D©Åüý{À’¬"
  b"é“fñ·s9Á—\x18\x14DfÉ,3"
  b"é£\x0E–ji;øŽ\x1F\x01×@ƒ"
  b"é«Lö÷&6\x04»ðÞ8”/\x0Fö"
  b"éê M¤¸0}½ì7ñäR_ÿ"
  b"éîÂ'\x10\x08>6¹Ž<\x03ÂÕ=¸"
  b"ê\x16kTôý:Ü¥igs'Ç·Ý"
  b"Û)ÉÌõ91ùôù1BTaá`"
  b"Û5Â(Ȳ0Cز▀»ÅS}┐"
  b"ê6T¬|\x00>µ¢ÒØÈoua¿"
  b"êZŸ²e³9\x14¾ Vÿ\x1DDùï"
  b"ê^&TO\x1D6Û“”®³^R\x10J"
  b"ên8Vø'3Œ¸ˆ\x15\x10È,\x1F"
  b"ꆉ°â—?’†Éª“V0ã\"
  b"ë\x08ô{\x11Æ6’²J2\fÖsµA"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ëI\TSê9h¶á\x18M³!¾H"
  b"ëSˈ¬þ3á©4%r§Þ<\x12"
  b"ëwæØ°Ä0»«b^²¾Iu°"
  b"ëˆWÆ»™8a›÷1^\eºšp"
  b"ëäù\x01&g>£³[žDq1ê´"
  b"ëîÞ@Pû<B¸l]˺\@C"
  b"ý\x03ÅÀI\x139]░J"+Ò¥þ¼"
  b"ýXϤ Õ>²ØÜïÁæth\x12"
  b"ýìB(ÿ#6ðö█Ï═æñÝ┐"
  b"ì˜} ¿_2¥ªèü#ðFèÒ"
  b"ì§Dé•G9Ò¶wÓPŸ\tÏ2"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"ýþ\x18Ø┐u7¸ç$pph¿DÒ"
  b"íQ›E$Õ4pƒ1×¶\x13SΦ"
  b"íZ¸žüÉ0§¿Ê0ú†»J"
  b"í_\x14Ô[£9\x0E©NuGñð\x00'"
  b"""
    íéiScœ6_¢\tg‹\n
    ¯Ÿ¡
    """
  b"î@ï<Þ\x192,»·=\x047bŒ$"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"î^Z=@';¸™õœ©\f›ô#"
  b"îk!û„\x010V¬Ü$禘¶8"
  b"îp\x06ñq€8U‰D¸pA·Þ\x02"
  b"¯Øf}╝Ï=bâ-N8&XÌó"
  b"îž5‡£‰?N°–b\x1F\vS°¸"
  b"¯╔âã§28:ÉðûmHÒk\r"
  b"ï ´\x11•>9ÿ¼ñ´`Ûùx\t"
  b"´3Ó╔5\x198ßç\x13┌اYû\n"
  b"ï4,\x15Óö>÷¹\x18™·ÂOºe"
  b"ïTV\x16è)7å³´ð´³¹°õ"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ð\x00Ø!œ\e:Nšr€QV°®\x17"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"ð›))k=6¶ŸXÓ\x183êGô"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ\x07\x11J`\x14:í‡0n\r|Ûòw"
  b"ñ+%¯s¯1\x00µÓ\x15¿»ç¹v"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"±cÃu=±0ê┤|Ö4ì¬▓▀"
  b"ñe\x18”ï¶<Ï–ªBÊoTt­"
  b"ñmð®î\x175O¹g\‹«©\f"
  b"ñ|cÏÒF9ë½Î<^Ïæä®"
  b"òR¯QØ08`µöƒ8Î>Èš"
  b"ògOL²\x05:Óœ]«½È\x07«>"
  b"ò|Bç±\x05<ö½#†_!ýòÙ"
  b"ò†\r\2\x1F9*¡'© ‰0•o"
  b"‗┌À÷ÔÌ26åß\x1D\feO\x14ì"
  b"ó ïCt%=u‡ºlHR\x11wÿ"
  b"¾.od¬║;Öæùü4ƒVEO"
  b"""
    ¾2\n
    0)┤9\x08ö#gSì5êB
    """
  b"ó…\x1E–uP?ʶûå\x0E\x0E\x0E"
  b"¾ë\v?ÍH0\x17ºq\x01═ ì┘\x03"
  b"¾£Ýä?ù1íØ\x06\x06¢Jç█ı"
  b"¾ËË╗Öì>ð¢ªå│▓\x1Fz┌"
  b"óÙíî¿\\x01m­¡,\gy¦¸"
  b"¾▄Äo╦þyó®¦ÝØ│5-M"
  b"óâ\x1A\x00(`9ù²îlÖUmJ¶"
  b"óñ÷=¼M1Ƽ²ƒ|XöÄù"
  b"ô\x18dž½×=ÿ¤æç,ÝF‘ "
  b"ô9\x0FJ.\x021\x1A¢–ùÊØYÔm"
  b"ôA\f®1)=ã‚T:‹@¯=t"
  b"ôS¨ÉýÑ6,ˆJb1´ýò"
  b"¶a│\x1ErÛ?ËÅù7"\x1E0TÅ"
  b"¶j┤Dà*>\x17ºq█\x00\x05Jü░"
  b"¶ÄÅåáv=Á¿s▀|\x1A³ÜF"
  b"¶æ<\x0F§ü4@ï\x0FÛ\t╬ \x14Ý"
  b"ô¡ \x1E©\x0F<X¤N<\x07kTC\x07"
  b"ôÂ5Š%î0ûª9)¸\x07¢ÃÉ"
  b"¶╔O(¥ì<┌╗\r°µßµÊÒ"
  b"ôæ\x06né'?G¸\f•I˜Hüc"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"õ0lM©´4Zªè¸}‹XÝ·"
  b"õ<l’â54µµ‡Q»Ñ`NG"
  b"õAS\x15’‚3?ª¯ª\x04¡mOW"
  b"õƒÁ\x7F¢o>u¯\x1C«Qe´Ùæ"
  b"§┐a Àj=ÅögÎ▒Q\v»="
  b"õÐ|¼eâ2)†ÖáO\x15ÓJ "
  b"""
    õÞ*ÛŒ\n
    4Ñ¥§ž ß‹a“
    """
  b"ö\x11ê\x00·º=¬‚\x03#’XAê›"
  b"÷\x12ÝìÂ├5ÇÀ─H\tU­0µ"
  b"ö+–²|­7+”\x00LÇPþ\x14°"
  b"÷ÄÇì½%5'ƒ■¢\x1A▒t\x11§"
  b"ö¶ˆ½\x04Â4-¤\\x14/°N{?"
  b"÷╔┼îƒ┘?K«¡µüÁ¯ZÂ"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"÷ÒêÏ\x1Cg:Ïêã!ÉX\x1A"
  b"öëgUuá3בœ\x0F\x14\x01Á„“"
  b"÷\x02\x04'=ž¡\x14‘o{¨–`"
  b"÷\x17P!\x07(=q¢¶èÛ›Ñ\x05÷"
  b"÷6[\r’j9q•ñUÍÝ'Þ¸"
  b"÷GBà\x13–9"¾Ì¿îJ'? "
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"÷w"t„\t:]©~#„à¼ãn"
  b"÷x¿\x04ú³=ø±×Î\x1A\x07ÆÁÏ"
  b"¸ô&(\x0EV4¿üX*ç╚\x0E«"
  b"÷«M\x17E\x17>M²Re/“\x11À½"
  b"÷¸ãÙõŒ:\x05•5“\x00¦ð´L"
  b"÷Æ\x0Ežçó0í¢ZWh‘RÀ±"
  b"÷ñúz$x2ù¶bQ\x1AsÆ®c"
  b"ø\fûuiQ6(žzzXæ–\x12'"
  b"°Iñ¯5\x00=‗ØÔC┤ó¬s\x1D"
  b"øz\x08¨–j1‹³¶ô®x\x12Ý""
  b"°éÝ╠hì<äÉJu▀ÐM│µ"
  b"øÎb\x02˜„9jµ‹KåöÒ{r"
  b"¨+ª╔ƒ&8làã\x12á\x05Ì%ì"
  b"ùZ›\x11\x05419Ž ^ãÊ\x03Òr"
  b"¨ììê%░:╔¢┐§5\x12▒*V"
  b"""
    ù½\n
    \x1FĹ<L¹\x07i‰<w–Í
    """
  b"¨┼üx:Í>\x08ÉD0(\x15&ÑÙ"
  b"ùÇoîY\x16?Q¾`ÿ\x1DYS¨ä"
  b"""
    ùÓµšÜ~1b£»Ê¾K\n
    ·I
    """
  b"·\x05 \x03ÿé2░É2Á(ðWÞ9"
  b"ú3Iÿ’Ã9Ë´kué­j\x0Fm"
  b"·>?ë=©29ìÛ§ÛÎÑ|\x04"
  b"úNl~\x06\x7F7\e¬\x13ðÉÑú\x11"
  b"·¡¡w£T8{╣¿¶÷┼ü£þ"
  b"·║¤7¹98É¿£D┴'Dº9"
  b"úÃñ¾™ò9\x0E»Tqy±w—\x11"
  b"úå8DqN3†¶Â1ž:ƒ‹ö"
  b"úö\x04SÀŠ>­¢ñm”à‡~\x1E"
  b"""
    û›\x16\n
    w‘8ü¦õn\x1Azû:„
    """
  b"û¤ä?d\x024_‘XØ£ÞbåA"
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"ûÝÙŸ\x07³6‡¦÷³7E˜\x1C`"
  b"ûã9¥ëä7Õ¤\t‰â\x01±W\f"
  b"ûé\˜\x14X<«€vòÔ\x17X«K"
  b"""
    ¹Ù±5┘\n
    ?\x14à\x15‗·ìÍ_5
    """
  b"ü'cؼ 4ÿ…ènÓ'³‡1"
  b"³;‗Øñ├0█ï─æHK\x18ÄÎ"
  b"üP2"Eð2#‚\x1CÅ“6\x11"
  b"üvE\x16tÍ;ÍŠS÷E; +["
  b"³å¿\x15Ž4«òp¨J@\x11tV"
  b"ü±’œ&h:;°xò\x05\f¥\x14L"
  b"ü»\rñ\x08W4㘦Êßqç~\x03"
  b"üõ\x19nÁä2U´äÝ¡%\x1Dª÷"
  b"ý$C\x14\x08´:Vœ˜oªÌ3õ±"
  b"ýS¸)@¿=v›\x16EšØ\x12ÛÐ"
  b"ý‚-mt÷3˜ˆgQnO]\t"
  b"ýÂ,jû\x10>=´ÂŸ]#éí\x03"
  b"²õu[Eì4M┤iµñu°´ñ"
  b"ýí9ýJm?á™âùM3c°i"
  b"""
    þ\n
    "=½11\x1E†X>.B’\x1AQ
    """
  b"þ;¢OŸ57%¶\x11·§×^Ú!"
  b"þJ¨”ßD:«Ÿ4Ð¥'ŸAJ"
  b"þq}"*”8\x0E”æÑŠY³%ï"
  b"■vp1üa92à─Íñ<Ó¤r"
  b"þxn\#ø8.’\x01[\x14\x03hW¨"
  b"■~\x08é╬ú8%¼Øé\x1E&3'p"
  b"■ü\x1D\x13├â0\x1Eê#█ÙÌ?\x05Ê"
  b"■Å \x16¦Ê;\x07æ.i\x11§\fK\x08"
  b"■¬\x1Aì@ª3&ñ»MÐÆ▓èÓ"
  b"þ¹šO§Å?•”X.ú\x04HB\f"
  b"þÑ6\x1EX¯0\x12†Ä†•6V6,"
  b"þäÒñŒ>5¿“™Ó\x7F\x12$ì†"
  b"þçl¡c–çPÍ.µLPzû\t"
  b" \x13ÌìÅ‗?┘â\x1Ez2*$/}"
  b" "Â\x7F\x17ä?üºÁË┼Ùüa¾"
  b" êOĽÅ>╚ÿbªZë\x01\x07"
  b"ÿ¼Å·@\f4s¾Ù\x10ß\x18\x1D"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
  b"ÿä"Ûëg33œó3\x0F\x06åù\x10"
  b"ÿú\x1Fðº32vŽ…"\x1Ft1Ôþ"
]
87 15.11 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`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `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`.`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`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` 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`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` 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 `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.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`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` 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`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` 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"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"¥žVOÍWk:u½Çw\rO\ü"
  b"¥ï;\x01\x13¾Mæï\x02ûãr×q˜"
  b"¦æë\x18kH7ë¨V\x02\x06d\x14"
  b"¨Gf«:S˜j ±,ví­±"
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"¨æ\x19$K˜7l“ú\x0E+4˜~\x05"
  b"¨ýÎ8Ÿ\x124ú¢-¾0!\x04ÝL"
  b"©9Ö±m.<\x04ˆw]\x1A©mÏo"
  b"®òÅ\t"5:¬Â©öç\x7FÑy®"
  b"ª\x10\x03«Í»2R™t@UÇ çv"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"ªk,½M¦3ã¾\x1Fè;½^¹"
  b"«Ba³ÔõïÑ»‹¥\x07¹q~Ê"
  b"«\x7F…œÂµÑ\x1E¹>À‚Ãy }"
  b"«‡Š!¸ \x11\ý/=îÙü’ˆ"
  b"½ÅIÖzp7d»▒ã<═*ÉQ"
  b"¼\x06ád\x0Fë3╦ÿ╚äüf\x19"
  b"""
    ¬%\n
    ôä–Ø{yÁ{Ül÷\f\x1C
    """
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¼_═·┬(=╝Å┘\fè░.[r"
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"¬ÇÆ•q|>\x08¹\x17ä6«\x11\x04ø"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"®ÉZò\x03±9y€§"P"\v\r\x01"
  b"®Ë‰û=‹7#¹f4ŒoÜJ™"
  b"¯r‡ñÚf:a™Â\x04•ü$(Ö"
  b"¯¶¤‹%X<þ¥Àõ<’Yùf"
  b"»Î+´OF1Ìkp&╠ÉM\x06ý"
  b"»■ûËÆÉ2─Á\x14ıÿ\eþ\x04ò"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"±\x18Ï5ä\x1D;ò²àµm[ò\x10°"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±âpÌ%Ç?U¢fÖ+'r@B"
  b"▓OüR½?5èÅ$øÝÿmÈp"
  b"²«y\x1DãG<9«¼ØW6Õ³s"
  b"\x01É\x01#\x0E30ù)Ì└\x06\x03"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"³\x1FòIßÞ0³¬®k™\x08ÞfN"
  b"│'|\x02'õÒ\x03r?ì­UÕ¤="
  b"""
    ³7F\x10=œhœ\n
    ~ÞÓ¢\x12\x03Ÿ
    """
  b"³Ð\x11)D5<à¿øô^“?\Ù"
  b"´F\x14÷Aj`§\x1Ej\vlú,ô\"
  b"µp8½Ãø3Õ©S^Ýlê_½"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µÄÄíÆ‘5{žd#îýÊv,"
  b"\x19FQÔ8?8„ç\x07øóʦØ"
  b"¶»¯Ñö†0ã¶'ê\v%tì›"
  b"·#·Ë¯¢?m´â\x14ƒÊúf/"
  b"·Š¸í‡B4Ò‡\x07Õ²¼`^b"
  b"··Ï…m—Òq¨Ø©…?s»ð"
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"¸\x03Ìz/É=²µWc‹\x0EÔ.r"
  b"¸$ð$œ\x1D;\e¸¹ÉMˆgÛI"
  b"¸°R°ih–;\e}NP½ëš¨"
  b"¸´ÃUȶ8I¨'y(Òí«§"
  b"╣Q▓Î\x11¡╣┌Ù└ÊNìÝÊj"
  b"¹ŸReÆ^3·„éò1„ß#œ"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"»\x14ºö\x00\x142§²6м\x14Ùo®"
  b"»Ž‚Œ´b:\x7F­K,@úig\x1F"
  b"\f4Ç<4?\x01¬/ãôɸı\x08"
  b"¼\x17½Ìg=úW„_Т?“ÉE"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼V…\x0E\x1E\x12=Ï–\fÀ!e:S\x00"
  b"¼Š­\x18&\x164$·)ˆ\x17Q… ô"
  b"¼ØïÕ\x08R>\x1D•ñ18¬¦9ó"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½iO¥¯‰0\e£\eÀ\x116<lt"
  b"½—1\x00á–6\x15€Óݼ\x1E\e"
  b"½Í{\x16Ë2; –Íç¼F4;%"
  b"¢ıwg▄Úðg¶s╦}É BÞ"
  b"¾*Q–\x02°>v“Ù¢_ 3¯3"
  b"¾€€”Ò°1v®4þÈ\x11­z "
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¿\x10%™˜°7C Q7AøåÜ„"
  b"¿ Š\x01¦\x0E8ùŸ\x1AjÞÆz+¨"
  b"¿Z‡ÄÕ¨<B«Ê\x1A®Š\x17"
  b"¿»õ\x12r¶d»|à\r'+0\x7F"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"└╣{$\t\r<SÀf?ÊI,Åt"
  b"\x02AFÅñ9½ÿ3É0h÷8T"
  b"Á\x10ö–~Í3ö‚³•ùL\x15P\x17"
  b"ÁFã\f¿ï>›ª½\x17/Q>µT"
  b"Á¢þòLíV‰€(X¼zË\e¸"
  b"┬$¯Å┐Ç4héèáõ·Úi░"
  b"┬Ge\f2Þ9ü▒?\x14Yc┼ì)"
  b"Â[é5‚wç\x19®O:³-ŇC"
  b"–A\tâÒÛ \x02ö}J\eF´›"
  b"ÂÏØeÓ[3ø»‹œÉ*_ív"
  b"ÂÙÈbü)1\x1F·\x006(\x0Erìb"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"×Ɣ¹à\t"#š\fÆ»¯q¶"
  b"Ä8•\x1Fßýð}}á\x14é\\x7Fín"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"Ä¿‰SìÆ<ï’ê™ÂyñÁ]"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"ÅAÔ3.­0q˜‰y¯K†xÊ"
  b"ÅFѽ4Å69’7»þÛ\v±Ê"
  b"Æ\x18—#*ƒÍ*P\x0Fƒr°ôÖÁ"
  b"Æ™\eÌÕå;N–eZë\x04õÒP"
  b"ã║ı4Éã3}ü▄©öó\e"
  b"Ç\x01×›\Ê0\x03«Î7k6È®~"
  b"Ã:þ¶[~7\x19Å\x16\t[B^▀┴"
  b"ÇE˜òLƒ„ÖX\x01¤¸\x11s\x03Ï"
  b"Ãa╩dØq1║¡ gü¿{┐M"
  b"Çz2À\e\x14:j‘$›\x0E\x16\x16(\f"
  b"ÇŠÕ\x195î;4²7yâ1Qqc"
  b"È+8¶3\x1D0s•Œ\x19æ¶\x03"
  b"Éd÷ñ‘b.`Ìo/qä9¶Ã"
  b"ÊWŠ˜\x00L1‡¶ÜÅÁº\f3H"
  b"""
    ÊqJñ9Ó;b­›\n
    ‹¹\x13\x7F\x1F
    """
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"Ë}Zî\x19½7˜“£Òò|\x08p="
  b"Ë®\x19øÄ®;ý‹¾#ôf\x19ÿE"
  b"╦¥MM(Ø>­ÿs£¿\x1F╩}ø"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì›R\f&™;Gª\x1CÊ\x02*É”ï"
  b"Í}wÉËé5^§êM‡c¿¯>"
  b"Í’Ë$ŒO3 ¶f\x15DžnK€"
  b"╬,*z~åx¥åe¤X-Å=ã"
  b"""
    Î-\x06r±Þ?\n
     ]´§=â"˜
    """
  b"ι\x19³iñ>Ý“·ßvŸ\x1A9M"
  b"Îøû€Ô}5n²·÷!‹\x01#€"
  b"""
    Ï?tÀ¹[:…¿\n
    ŠêS3ø0
    """
  b"Ϲ¯’‘;¡\9µ€B\x08åâD"
  b"Ð+\x05+\tZ”ò´\x15³\x05ŠëÝ""
  b"Ñ\x08ï\e\fÿMˆô®Qm@7>}"
  b"Ñ\x10ë¬íS6 ´N•'šò\x1C"
  b"Ò(b\x16ŠäñZI’K•Aˆ\x15í"
  b"ÒÍ+Œan:4‘j9U\x06¸\x14\e"
  b"Óp³dvõËóØ­ˆ0|}Þˆ"
  b"Ô\x18ì¥at?Ú»#&NPè\x1C"
  b"ÈJ\x02ÁµÎ=ØäQ├i\x1DO§d"
  b"""
    Ô­?\n
    ÇK5¾šò@‹;÷\.
    """
  b"ı\x1F$6^×4ìáƒs~褹ã"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Í-┌ÅRÖ5á┤ÍÿQ\x03┤d¤"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖH#\x08\x1D1pª^Ø\x1E—†\eÜö"
  b"ÖH9¹¢a=*±o?\x03!¡ë\x03"
  b"Ö‹·ëc•\x06\x12\¦[Á;Ȇò"
  b"×\x1DŽóY>=û´“ð&“Ú£\x17"
  b"Î\x7FÀkø³%ÉPj\x18"ö¶Á]"
  b"ÎóM\x1AK¼;'ókÜéµy▓Ø"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"βf*¸ñ0░ØÌ<╩E\x7F,\x13"
  b"Ø\x0E\x15†3¸•ÒaPeç0à"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"ÏH[\x18\x103\x13Á║É;n║\x11ø"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"ØîÕâ2$9Èœ8äUi\x08—i"
  b"Ù\x0F\x14åtë¨vÞp\x03o«G\x0EÝ"
  b"ÙXu‹yßqÈö\x0Ec\rKŒCˆ"
  b"ÙÐŒõ¶—2o™9\x7FØéo'\x14"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"ÙçLvµï3¯žÉ›ÿ$sǶ"
  b"Úg\x02tC,1a¦dG=\e\x08ð)"
  b"Ú‘‡»½G3ö¢„~}¥\x07Ñ\x1E"
  b"Ú©)´#S8ž…qc\x05ïSVÜ"
  b"Û'\v²ÞG7’!jÊ!Vå\x0Fô"
  b"█{ø\x11Ø&4#áÀÎÚë]e["
  b"ÛµU”å¿3O®[aÃX'\x02ê"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"""
    ▄F┘n\n
    à7­ëù#ØÌ\x11
    """
  b"Üv-N^Ñ0Õº«ã37G´N"
  b"Üû¤ã\x14r1é€r„‰\x01ý;\x1E"
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"Þ~¿•£´?¥ŒÉÅÕ.NVÑ"
  b"޺塢/?Y‹î¯ \x01³F$"
  b"Ì┼ÓFî█\x1A8ÅÒ<Ì\x1D³Ìv"
  b"ßh\x1Fñ\x16wVwàa·\x15<W‹ü"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"ßÝë¼\x19ý01¸\x19dDƒù4H"
  b"àZ\rÛ\x19ºU\x19 \ó™|˜œë"
  b"àÀ…É\v\x1C\x01m\t\x08·\x01tKft"
  b"Ó´╣\fÑR7wì\h─³$I¼"
  b"áKT´÷À7\tªòÛ…8 E¹"
  b"á•z\r\x10&?¢–Åï^\x17º\x12["
  b"áŸúcÃE5Ô­9Ër8Ü”j"
  b"áÍl‚\vâ»Ë™|¢Ãv\x1A"
  b"â3zÄ'\x17\eq]\x045o§\x04"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"ã)Õ\x13éí61“‰oÌRtçÞ"
  b"äM¹Êÿ¨:›Œ‘X‚¹î®x"
  b"älÑ!ãH=߬±\x0FZôž\x12\x1D"
  b"äüd{¥UJ&5\x0E]}XW!u"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"åÉ#À"Ê6²¥Â1aà(¥ž"
  b"þôø{N#9-ìLI\tÁ╝x*"
  b"ç¦)W\x18Þ:\x18®wÉ==R~ÿ"
  b"þ├ÜÉ\f*2½¢§╠‗ÊÈ`â"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"þ ÎØ0e2┼åû┘V½┐È-"
  b"è.ͱè鿇¯j\tqƒà?Ž"
  b"è¡\x03ùÕi;m§lU$òq¶Æ"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"é=¯ÐgÁ<c—µP,«svÿ"
  b"é>\x03XxÕ¤ÖÙaÂ[`÷íf"
  b"é“fñ·s9Á—\x18\x14DfÉ,3"
  b"ê\x02=´¤:Ÿc?@Ùz{'\x07\x1C"
  b"ê\x16kTôý:Ü¥igs'Ç·Ý"
  b"ê^&TO\x1D6Û“”®³^R\x10J"
  b"ë\x08ô{\x11Æ6’²J2\fÖsµA"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ëäù\x01&g>£³[žDq1ê´"
  b"ì§Dé•G9Ò¶wÓPŸ\tÏ2"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"ð\x00Ø!œ\e:Nšr€QV°®\x17"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"ñe\x18”ï¶<Ï–ªBÊoTt­"
  b"ñ|cÏÒF9ë½Î<^Ïæä®"
  b"òR¯QØ08`µöƒ8Î>Èš"
  b"‗áo┼ï²\x15÷Åá,Ý╣Û¹d"
  b"‗┌À÷ÔÌ26åß\x1D\feO\x14ì"
  b"ó…\x1E–uP?ʶûå\x0E\x0E\x0E"
  b"¾ë\v?ÍH0\x17ºq\x01═ ì┘\x03"
  b"¾ËË╗Öì>ð¢ªå│▓\x1Fz┌"
  b"óÙíî¿\\x01m­¡,\gy¦¸"
  b"¾▄Äo╦þyó®¦ÝØ│5-M"
  b"óâ\x1A\x00(`9ù²îlÖUmJ¶"
  b"ô9\x0FJ.\x021\x1A¢–ùÊØYÔm"
  b"¶æ<\x0F§ü4@ï\x0FÛ\t╬ \x14Ý"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"õ<l’â54µµ‡Q»Ñ`NG"
  b"õD<c¦ä'¼\x10 xE·c3<"
  b"ö\x11ê\x00·º=¬‚\x03#’XAê›"
  b"÷ÄÇì½%5'ƒ■¢\x1A▒t\x11§"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"÷ÒêÏ\x1Cg:Ïêã!ÉX\x1A"
  b"÷\x02\x04'=ž¡\x14‘o{¨–`"
  b"÷GBà\x13–9"¾Ì¿îJ'? "
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"÷¸ãÙõŒ:\x05•5“\x00¦ð´L"
  b"÷ñúz$x2ù¶bQ\x1AsÆ®c"
  b"¨+ª╔ƒ&8làã\x12á\x05Ì%ì"
  b"ù~aÖ\x156¨ÂáXùm2ÅýÙ"
  b"¨ììê%░:╔¢┐§5\x12▒*V"
  b"úÃñ¾™ò9\x0E»Tqy±w—\x11"
  b"úå8DqN3†¶Â1ž:ƒ‹ö"
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"üvE\x16tÍ;ÍŠS÷E; +["
  b"ý‚-mt÷3˜ˆgQnO]\t"
  b"■vp1üa92à─Íñ<Ó¤r"
  b"þ¹šO§Å?•”X.ú\x04HB\f"
  b"þçl¡c–çPÍ.µLPzû\t"
  b"ÿ¼Å·@\f4s¾Ù\x10ß\x18\x1D"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
  b"ÿä"Ûëg33œó3\x0F\x06åù\x10"
]
88 15.29 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 1000
Parameters:
[
  true
  b"\x00b-Rõ\x1E²(\x04„“Ì;¾É…"
  b"\x01›‡vߦN­c\x03ìçðÃ;\r"
  b"\x02n?‡£\x020ÄTí©(„©¯à"
  b"\x05k÷Y‰4ûÔÞ\x11a\x7F\x00Ð"
  b"\t9\x04â´æ´g\x12Läü\x08«\x16\r"
  b"""
    \n
    ¶]·+ÅCl\x7F]à-Ù^bw
    """
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0E\vG\x05ö¹\x11¶bºdãèk–\x16"
  b"""
    \x0EÙŽÌ\n
    Þå\n
    {?…ω„ÍÙ
    """
  b"\x10ª\x04e[j\x17DÝ9˜båJ¯z"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\x16Tüå\x06=Ë╚ü\x00"'Õo▒┤"
  b"(‹Q*³‹-!;äY×ô'\x10°"
  b"(Ëç(mÍÈv£å╦jÑÅÇ4"
  b"*R╔Ø.¯d&yE■&þFƒE"
  b"+>_txu‰˜#\x05ƒ\x00ll]c"
  b"/±kEÕÉSd\x04@\x07äŠOšo"
  b"/ÈbC\em(3¤bö%Åâ6è"
  b"18\x03mûEµ·îG\eMþ»r\f"
  b"2\x0F †S6]‘\x14\x193€Ï.qÜ"
  b"3(ìƒ|>Jä:9ã¦çW^¥"
  b"5ôš7ߥ醿kª©^d\x04!"
  b"8’Fõ<?»-_Ï™Õí\x1A"
  b"9€NYÀßl9=쿇U0“ö"
  b";v' è$ŠÈQFJ¦’­Õ\x02"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b">]\x14;<œÕÜî’ÃÎÊ›Ñ@"
  b">hÆüå–ç>N÷d¢pÉhm"
  b"@ñ'\x14x%ªë\rë[}\x08SNì"
  b"C\x03T7•…ðÒS¥z\x00‰¬}M"
  b"GMB5‰6å®Çœ\Çd+¡Š"
  b"GkÊ”º¹dÌ "\x04Ëz\x05Îõ"
  b"G«ab\x07ˆÒ’@F2ñ7Õ"P"
  b"HÁßbMIŠÄ\x03\x07œÔ\x0E‰Þ·"
  b"OM…µ°E1ª¹]\x08Dƒ,\x0Fä"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"""
    P¯f$¨»>´¨\x1A[\n
    %.›9
    """
  b"PàE1ò‡ŠôÀXa\x04d¡$µ"
  b"""
    \n
    )~¾¦è\n
    ܶh\x10£Èú
    """
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"Ví5¦UþÑ\<\\x1C3%äãW"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"cþÄ®\r×]›õ!åðÝD¥a"
  b"eÓ¸÷·‰L_@úÍZ1*\x15k"
  b"hÏ2└óC\x04y‗6Å\ÙÉÜð"
  b"któ¾B\x7F*äP\x1A)6Z\x01Ra"
  b"nQŠÔ\x18]\x0E\x08\x02é—u"”…d"
  b"o\x1A\x19û\x05V/ÕZ-ö\x0ES\x07Àë"
  b"o%\x08É7®Îf \x0E¯>;ú┬û"
  b"oi—OC«\x13‹÷è,²\x16\tz{"
  b"qf\f\x1A6ðë7█ü¾╩Z¨-â"
  b"\x19™æfÙVwõy‡ÌÀˆh"
  b"rÛA\x0Eypo\x19êè\x1E<\x1DŠû;"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"tmÇ|\x12\x1AÍZ’r‹SÌ\rèô"
  b"tqÑÀRlë╝\x7FıÉÁ[╚w\x0F"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"vý¢½Ï4ï¡­'×_¼Ô-d"
  b"|WrM\e¯ç’\x1CY*\x13Tƒ“\x04"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"""
    àä\n
    íW^ D\vü}╦ÖEëG
    """
  b"…“èó…}\x10psú¨ÛYÁ~¼"
  b"†E%“î9÷!\x19"\x1Fü\x01_¡%"
  b"ˆ/}˜·Å˜\vû¬ê\r\x03§7ú"
  b"""
    ŽmÜ×È\x05b­~\n
    ëŠÑ-¸Q
    """
  b"Ä|X\x01Éß+ßâ\x7F=¬▀\x0Eæ\x07"
  b"“±¿ÁÙóv͹®-h‡\x145\x05"
  b"•8„ß\x19ä\x03\x18Ð^ZçH¡mz"
  b"òO¡#\x12ذ\x155┴\x18:ìÛiı"
  b"\x14®\x04ºa‘·2á]M9\x1A"
  b"›ß\v©rhxßȸöiAòž`"
  b"تy┬yV $▀,-E­\x17!;"
  b"žb³\x14–¼N,\x1EYp4ï‹r}"
  b"žÏ\x17iÄ¢ÈfE¾#ë@ÚÕ\x15"
  b"ŸÅnZ;˜†#GWÝ„w\x19â•"
  b"""
    £Ðã$8yø\x11x\n
    öL¿èP€
    """
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"""
    ¬%\n
    ôä–Ø{yÁ{Ül÷\f\x1C
    """
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"»Î+´OF1Ìkp&╠ÉM\x06ý"
  b"│'|\x02'õÒ\x03r?ì­UÕ¤="
  b"""
    ³7F\x10=œhœ\n
    ~ÞÓ¢\x12\x03Ÿ
    """
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"╣Q▓Î\x11¡╣┌Ù└ÊNìÝÊj"
  b"¼\x17½Ìg=úW„_Т?“ÉE"
  b"¿»õ\x12r¶d»|à\r'+0\x7F"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"Æ\x18—#*ƒÍ*P\x0Fƒr°ôÖÁ"
  b"Ϲ¯’‘;¡\9µ€B\x08åâD"
  b"Ð+\x05+\tZ”ò´\x15³\x05ŠëÝ""
  b"Ò(b\x16ŠäñZI’K•Aˆ\x15í"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Ö‹·ëc•\x06\x12\¦[Á;Ȇò"
  b"Î\x7FÀkø³%ÉPj\x18"ö¶Á]"
  b"Ù\x0F\x14åtë¨vÞp\x03o«G\x0EÝ"
  b"Ì┼ÓFî█\x1A8ÅÒ<Ì\x1D³Ìv"
  b"ßh\x1Fñ\x16wVwàa·\x15<W‹ü"
  b"àZ\rÛ\x19ºU\x19 \ó™|˜œë"
  b"àÀ…É\v\x1C\x01m\t\x08·\x01tKft"
  b"áÍl‚\vâ»Ë™|¢Ãv\x1A"
  b"â3zÄ'\x17\eq]\x045o§\x04"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"äüd{¥UJ&5\x0E]}XW!u"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"ê\x02=´¤:Ÿc?@Ùz{'\x07\x1C"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"‗áo┼ï²\x15÷Åá,Ý╣Û¹d"
  b"õD<c¦ä'¼\x10 xE·c3<"
  b"ù~aÖ\x156¨ÂáXùm2ÅýÙ"
  b"\x00\x05╩rÇ2=ÕØÃ┐'c┼╗ò"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00ÏPyk¦0 æÅZ´Q\x16"l"
  b"\x00¶ÿ\vÂ5?É©b\x03²'▀òl"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x00û¹‰¹ñ<§¤(( « &\x01"
  b"\x00ýCµdV1\x06ƒ•cͲ\r\x14E"
  b"\x01\x1C\x03ûWÆ?¹­Vˆ\x02=\t\x1E"
  b"\x01\x1Dı4®¢>ÿ®KÙ}wïÉe"
  b"\x01\x1FÚÎÒº6±†\x12¯83\x04ÄG"
  b"\x01&\x19Œm\x10<ȯmgQƒ\r"\x1E"
  b"\x010³n9Å03ñ:Å¡x╗╬ð"
  b"\x01AÐlš\x08?'¤\x0F§,éX‘Ž"
  b"\x01Jâ¡Ú3\x04¤€šü|í¤<"
  b"\x01X*Ø▄C;\x07¬â¿.H\x04┴)"
  b"\x01\x15\x0F5.¿M\x0F7–x¾ƒ"
  b"\x01Ô¸ıg,?║×Ó¿Ø¿¸Á╦"
  b"\x02\x08Ù”’º;(¿¬û©/\r¾\x05"
  b"\x02#YßMO3²¡÷\x0E,_š5R"
  b"\x02âdÎi²6DÅ\x02\x003)0á-"
  b"\x02\x7F█È[2Ú╣þê)ÈØ\tý"
  b"\x02óª—£:3€¥žÔÕ\x0F6e\x1E"
  b"\x02¹¾ O®1BÜB\x15¨üà4ô"
  b"\x03\x08¿\rå@:nìÁM\x06¤^PÌ"
  b"\x03\x18\tÕ\x01–.uª$èhaf"
  b"\x03\e¨4ÿ\x194̇‚¹¿îú¥\x1A"
  b"\x03\eĸmå<„¡Õ¸p¬)ÈŒ"
  b"\x03;\x07¤+█;┬Å|e$╗ ¿\n"
  b"\x03Ñ\x16w╚°8£Å█£sƒ┬ø\x07"
  b"\x03«ñì*╬9ñÜ[»{ö«¡\x0E"
  b"\x03³¥nÒ+0˜„ÌJ:ÔÅUb"
  b"\x03Ç&3å=7Ķ‹b³Ÿç²u"
  b"\x03Ônr\rº;–’…]êóÈÃ&"
  b"\x03ü¥WÒè3\Žº’þ\x0E4ñe"
  b"\x04\x1CàO± :2€°8y®(ËY"
  b"\x04:R ãè3\x02\x05Ï"_ÙÕà"
  b"\x04aµ•×þ2\x18’îcÄu]ßø"
  b"\x04à§ÞTú<¾ü&¶¼Ü5Q│"
  b"\x04›©Ê\x01Ÿ9¡¹&gY¼çw,"
  b"\x04ž¬fóª11†).£±OàÎ"
  b"\x04ÜÌnÜ‘5·”ùÌÕy\x13‰Ã"
  b"\x04÷&d%Ù:\x1D¬G\x14\x01\x01\x1F"
  b"\x05\x03 ñyq;<ì½Ù<\x15\r■■"
  b"\x05DÛÅ\rE?±ª_Ï─çü½º"
  b"\x05V╝êùG4AáÒÅØ©;Æñ"
  b"\x05“‡pN¡=¥¾?ÔºßiU1"
  b"\x05Ñ╗Àý└3ô┤┌\x04üª3ýÃ"
  b"\x05¯\vvF\x1C>ëŸ\x17¬Uâæî”"
  b"\x05°°\x1C)j\x1E\e\x12ÈûSoéÅ€"
  b"\x05Áa'Øý0…¬¹å\x14©È}h"
  b"\x05Ö]Hº+0\x1C `F”\x1CâO¨"
  b"\x06\x13„Wœ\v5\x12˜\x08‚ç¹\x00cB"
  b"\x06\x14kæÛð4\x7Fˆ¹“\x18=$Fë"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06\x1F \x11>éžö\x1DᣯµÅ"
  b"\x06X},§˜?\x02´Ï,;Z0“\n"
  b"\x06soñt"2\t¦\x1A€4/ƒƒË"
  b"\x06zZÁYîá'´‹B\x1C˜”êÁ"
  b"\x06ˆ¦ÖÀ°?Í‚`»\x05Á„”"
  b"\x06£üÞ0c1q│É\x01Æ╝\x1DT\x15"
  b"\x06Ýš˜æ&=\x18©ø\e6^*b¢"
  b"\x07)ŒÞ›š0Ä‘”œì)%\x06_"
  b"\x07█_╠ÂÉ2'Æ\x00▄·dõ│b"
  b"\x07ëc"{š<öºXV\x15=ù&ˆ"
  b"\x07ñëusê>T«/…\x14ø¶±˜"
  b"\x08\t ufƒ;¬‘Â!h¢Gq\x10"
  b"\x08\x15×['½1\x04³Ï®£xzvß"
  b"\x088ø·a›1‹‹j\rÐ/Ë.œ"
  b"\x08ZÒ■Ñß1\x00ü▀=4╠▄³\x7F"
  b"\x08Ù3ãff9‰†Ÿ\x01¸!¶2¿"
  b"\x08ãÓNÓ´9àŸj\x12\‰ÈÅ»"
  b"\t\x10üü‚Š9¯¦³B6âÿ’”"
  b"\t\x11Ý&ÉÂ9Ëâ\x13hÕºÊ"|"
  b"\t2×'Ñ 9\x1C\x0F\tåjj.ñ"
  b"\tDw`Oà9GÉÂò￸│="
  b"\tjwƒÓv4ç£&ŒÐÙ€’ª"
  b"\t\x7FªÉg±1yêÄ!£ƒ­■Ã"
  b"\t…R\v¬Ÿ:[£­\x04%!>;'"
  b"\tŒm6F\x059ô¹¶$Áò™\x1CÚ"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"""
    \n
    \x03i\x19´B>ʦÕrÆìP\x12Æ
    """
  b"""
    \n
    >îK7;;^‘ˆZSÉ/,´
    """
  b"""
    \n
    FpHF‡9\e“ár"ù¹ÓM
    """
  b"""
    \n
    |\x1C\x1D5k¥)”åyE\x11\x01
    """
  b"""
    \n
    Êÿ1{\e2\x01‚ÈO™R4ÖV
    """
  b"""
    \n
    È\x03¾Õ¤0\n
    ÅeY\x0F(¤S¡
    """
  b"""
    \n
    ßêoî>5k´\x11±è—0YB
    """
  b"\v\x05\x17╝=ÆØæ&e_úPq"
  b"\v\x08tÿgÇ2DZ¶í[*¢Õô"
  b"\v\x12e~\x001=\f \x17Ž_³º\x0E"
  b"\v}ð~ó&>#—R”8-Vi-"
  b"\v~dÿ@Ë0׿c\t\x11\x01´×V"
  b"\v¹öãQç96‘KT\x11wELº"
  b"\vË}›_†6í‘÷äù«öhÓ"
  b"\v¨─_┬D5u®¶Åes¶mC"
  b"\v³ä╗Q#:ëÀì9 Múb└"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f(§Äùq8NŸó‹Ëù*Ö#"
  b"\f<Bu\x10\x1D(2”0G¶0G¿º"
  b"\f>·e¾K8‰žÐ»ü¢gÍw"
  b"\f[V‡\và6¥ƒ\x11o4”3ÑM"
  b"\fp›“‹½1 ¿èÆ\x02ž\i\x16"
  b"""
    \f\x17¹Y>ŽŽŠ#‘ã>\n
    M
    """
  b"\f{\x08╩┴Û?\x11ÁÉoWI~~·"
  b"\f\x18:2k<o©‹\x11\x0F:&\x03Ê"
  b"\fÕFw\x13P1n€\x15µ$\fª`\x15"
  b"\fä¼NŠ;¾&\š=‚˜íó2"
  b"\fþíݶc5Áˆ*\x04÷RS¿Ý"
  b"\r\x1E\x06Úñ:þ¿Ì\x14ìµ┬®Ê"
  b"\rDÓ‘š\x071MŒq›×Û‰˜*"
  b"\rŠ«'Ù‰:{£—>Ój\x1E³©"
  b"\rú\x1A:µk6&üòvûbB­\x04"
  b"\r¬iŠÐ÷>²§æ—a²\C„"
  b"\r\x12¯ÏY4!ì®Ý█% \x15\v"
  b"\rÇ\x1EÊ"<8ì‡\x0Ez¤{ü¨l"
  b"""
    \rÓ.\n
    »¶?®¤<s'X\x12\x10
    """
  b"\rØHõcj>\x1D®y…\x18­ßY«"
  b"""
    \ríP;ëf5t•í\n
    –͹ð~
    """
  b"\x0E\x12zþ4\x12òÙþƒå<sî"
  b"\x0E8èÙn@3Ú£0ƒýCù±Ñ"
  b"\x0EpÈÈ£\e?¼´rwºÎT:d"
  b"\x0E†w¼X÷5×I\x1AE\x10I\x06Å"
  b"\x0E‘ÿŸ˜¹4>ŽâÈ#ƒ\x11g)"
  b"\x0EÀÒeß\x01>v¹dŠW&_?j"
  b"\x0E­=nìÛ8\x1Eô+)àN\x1A¨À"
  b"\x0F\x19ÉØÍ¢@±¬p"·Î(´ "
  b"\x0F#Ðc©\x075dŽÈÈ\x1EÒØ\v¦"
  b"""
    \x0Fxi;@O8ă¥\n
    9ö,Ý™
    """
  b"\x0F}ñyL\x00:;èì,äå!\e"
  b"\x0FìdÀâX=═ò~èÈ÷Åãs"
  b"\x0FÅÝVOX0ùÁ\v!V¼Gö¨"
  b"\x0F˜\x18ïx#0ižI%i\x04ö¢Ù"
  b"\x0F¡‗¹├ä6TÉþmDéoT\x1D"
  b"\x0Fº\x01(¢%3ã´´²\lwjê"
  b"\x0FáOÆ\x0189j¶ìõ\x14üñ`J"
  b"\x0Fèæƒ±h;÷Žå¼™”\x1C1‡"
  b"\x10\x17FàKl8º£¹¸3\mþ˜"
  b"\x10DÛ¯y█:É╗\x13ÈâÒ>Øv"
  b"\x10L▓FÓv9LÉ┘y³&ð╝¡"
  b"\x10x{DOV6▄ÅóF{├\x0F°e"
  b"\x10y<ŽiÎ8\x03™_ü\x1DUð¼H"
  b"\x10yˆ7@N;‰¸C¶ ÂØPx"
  b"\x10\x7Fœa²Ò97¹­œAbo«\x14"
  b"\x10äÎpÜü:âÁySÄ:\eÚü"
  b"\x10Žò-¾\v7V‘|–‡È\x1Dš¯"
  b"\x10É\x00"‗È8\x1FÉF·X|z\eZ"
  b"\x10Û\x19‘9\v90ƒçÓ\x141ðÇ‚"
  b"\x11\x1F£g\v^¡Ùª\x11¦ÔZÖÓE"
  b"\x11i5D0ô>£¶ \x1F\x05æ'3X"
  b"\x11kØ║\x1Fo6ÿÂA╚néË,┐"
  b"\x11\x12êÕs1;™W4Ƴ¿÷;"
  b"\x11›¢w7Û2_’|G‚u'Ö\x08"
  b"\x11ÀÈS^€?ó›óV|Ô\x01ƒð"
  b"\x11î\x15"4f<ݶ'¬Þ 1ÈÚ"
  b"\x11þë/Ññ2ŽŒ†qP*¸_•"
  b"\x12\x0E\x0FÉ\x1Dâ0(ø·░Þ└GÚ\x11"
  b"\x12\x13=ýôK6(´Q\x04 ¢Í¦ "
  b"\x12\x14\x10R£¬;Ž­ÒtX‡u\x05Ð"
  b"\x12\x16c\x01 \x045‡¹š>-Œã€Ý"
  b"\x12\x1DP´&P3b†‰q\x1AÓ\x14\vñ"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12J░ü▓Û=7Ö\x0Eý¥ƒ°§B"
  b"\x12P\x11\x13\rZ1W‚ŸN©¿f‡û"
  b"\x12║ØÔEW5,ïÞ$\x19p¤©l"
  b"""
    \x12ýv\n
    #"8,¡ÉÔ;\x1FìĽ
    """
  b"\x134<ñV¾1fÅÙ-Ìð¢¦\x0F"
  b"\x13L×ɲ¶6ߣ³$8üþܪ"
  b"\x13\x12©#I6ç·<Ôì5(µ,"
  b"\x13±aQã;>Ó¬\x19¶rj3ÌÇ"
  b"\x13Ão-┌'=cüí3«\x1El¾·"
  b"\x13ÙÎ(Q•3°¥ú”hÁŸÖÅ"
  b"\x13­£îúy:ËùÌÅF■iZb"
  b"""
    \x14\x01ùø0jŸh\x1F+o\n
    y›
    """
  b"\x14jõ¥Åñ=åŠ#ëÖ#SÒ\x16"
  b"""
    \x14u\x08R\f*8]ȍy\n
    EÃm›
    """
  b"\x14~7 ËT:Ý”Ÿh–ßd¾#"
  b"\x14~ÜŒ†Ò<°ƒ÷:?l\x17x'"
  b"\x14 ±é¯Ž9cª’P_“I“¶"
  b"\x14´õ`c±5W½Ÿª\v”I¤\x00"
  b"\x14Ý\x10u\x19Á2½ô5(üûû│\r"
  b"\x15\x18ïS_;5p²mpÞÓ£~Ò"
  b"\x15-ϬZ╔6k¥F└▀Å·oØ"
  b"\x15Rºi\rè3Ó´–\f ­ãíA"
  b"\x15\x0F´s>üóÚ"¢zC\ex"
  b"\x15‹'u\x07›?“†ë˜†¿»‰Ý"
  b"\x15™J¦]6=\x19œ\x1FZ–—St\x1E"
  b"\x15Ø0\x16Hë7êÑ\fs6~ËÐ═"
  b"\x15¬±‹É\x18<x™¿\x121-¥=æ"
  b"\x15È╗,ÝÔ<ÃØ>▀_\x03Ö■¦"
  b"\x15×¹ZÃb>†–½”è\x05kšo"
  b"\x15çÔ'¡“3´ž3ãçÀËOØ"
  b"\x15ùò8BC4@‰ºGp\x06Àgé"
  b"\x15þ\x0EWvØ3ŠºVE$\x0E\x00\x0EÀ"
  b"\x16\x16\x1E=┤Y8¹ä=\x0Eò╠É▀\x17"
  b"\x16\x13@\t5!²¦ºf=µÄH"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16{oìV¡0yïÍ╝\vû>\x14\x11"
  b"\x16|^AMq>b¤ÛábÛAÉ\x00"
  b"\x16“”ÂÊý4-†;]Ú½¦d "
  b"\x16¢ï¬:\x086ƒžêðd\x16ð-\x12"
  b"\x16´§cYm8©¿¾“’ý\fÿˆ"
  b"\x16Ð\x0EN\x18-5+‰m‡u¶ mV"
  b"\x17\x0F\x17\x02=@“Ý(¢ƒb\rd"
  b"\x17>U\x04?Ë6÷Ø\\x01\x11(┤«)"
  b"\x17FŠ€«Ð2Ø»ÂMé\x05¬-¸"
  b"\x17Lw‡ž®<:‹\x07î–Œ\x1F½-"
  b"\x17`KNœF5 ‚ŽbÃý—½¹"
  b"\x17†–³\x06¾1\x1C•(_\x10JÝlI"
  b"\x17•&oˆB>ª«éÆkÆ.\tÜ"
  b"\x17¾šêv\x07;= Ý)ôõ„\x17"
  b"\x17ç\x16'Íè=\x06¤…QX½V¼{"
  b"\x18\x17a\x1A#{>³ì\'&ƒÅ├@"
  b"\x18¬ÖÊÉ0>H║■Ißêáó┤"
  b"\x18░╠úS┐9÷ØN×ìÇ\e\x01¨"
  b"\x18┴ìp®64OöÐéT\e5¿1"
  b"\x19\fËzjÐ2A†\x1AÖ=\tbPŒ"
  b"\x19!B\t\x1D}:ì†@ªYUg1¹"
  b"\x19'ð7"[=l—\x04¸d\x14@çV"
  b"\x19,\x02_žg8$¦Ãa\x1EPVÀ®"
  b"\x190åÖÝ}:ó¯ë\x16\e\x14V\x15"
  b"\x197@Jìm:™ŽáÝøý™ù "
  b"\x19m┘\eêÕ3³ñðT\x1Cjü«ƒ"
  b"\x19┼«kØ×8G│æ\x03fa┘Bæ"
  b"\x19úbWuQ9,¡\r\x03'ëÌÞ¯"
  b"\x1A\x1FaYUå;T¤ÔÌš!B\x0E\x7F"
  b"\x1AQ\vRd\x017`¾x%\x01låt("
  b"\x1A~%˜]T6\x18°[”_×à»\x1A"
  b"\x1A–>’^‰2®˜\x06ƒ\x16禆\x17"
  b"\x1A╣ ö·Ò5@╝\x17áòãÅ{²"
  b"\x1A¿”\t<³<Ê…®-óé&_\x7F"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÏ£\En9ã’T*¥‘`‹="
  b"\x1AÒø(Ó”8\x1C³ú,\x17Ç\x1E@“"
  b"\x1AýÎÔ¹c1Àüú-²i¸î\x10"
  b"\e\x042“Ä­8êš–Óã„2½˜"
  b"\e\x19:Ó›_2;œ¾þØ'›Hg"
  b"\eÆ═²\x1F³:Ô┐A \x01\x05Å×L"
  b"\e·Ó±+ã3¬¬Ó^VÔ#àÒ"
  b"\e\x14QcÐ4/╗ÏÝ╝ÓzìS"
  b"\e╬øÚñÐ9ÍêÍx °Øhë"
  b"\e°RZªK9|¬\x10\x04q_Å\vu"
  b"\x1C/Ch0DK\x0F¢(O­\x1DÑ\x04Ì"
  b"\x1C2ösQr<ߺQ»‹Ò‚-\n"
  b"\x1CI'6AJ6I³ò\x03éBý&ï"
  b"\x1CL©nŽ\x107{‘VÒ×/í¯s"
  b"\x1CYÇkW¶5û±ôÖ×:»&"
  b"\x1C\x7FÄ/\x00Ç;\e¤ºÝ6rþ\x15ý"
  b"\x1CŠÌ¸+G7e„roE|N«\x03"
  b"\x1Cù\x12Q't=ØØÿ╠¼·D╣."
  b"\x1C·)™W\x076¸¥"1Êš‹üœ"
  b"\x1C·<65n9|ª\rLÒRL¦D"
  b"\x1CÌäÁ\eÂ3ü¡X\x0Frþ¥GÑ"
  b"\x1CøôY\x13y:\t ö–Ã}£fÚ"
  b"\x1Cÿ\x1518Á4üšþ{èW¬tæ"
  b"\x1D\x18àìåø14©+2¨p\r"
  b"\x1D?­#kÃ=Æ’•ˆŽ¹TÓJ"
  b"\x1D™Ðª×ë>‡ªº¦¿¤dkÇ"
  b"\x1D\x12åÿ\x0E0µîç#ìÃ{\r+"
  b"\x1Dú\x1D\r\x128Ó¢\x08T\x03jHO#"
  b"\x1Dþ\x14R¢¿1\x13²<Ûð¼r“\x07"
  b"\x1E<«ªFü1ñ©Ù¡>î▄ÊÙ"
  b"\x1E\░Éc×9AÿBM³░ë³{"
  b"\x1Ep-Zåî=N ZÝ]Ozôþ"
  b"\x1E‚:§˜\x03>4”°„«7C‹0"
  b"\x1EŒbu©M8x¾ÉÁÐI\x1AsG"
  b"\x1E’º³j¼?\x1F½t„v\x11Ú¥0"
  b"\x1EÜ\x1EÛ\x11ù<Oä{ؤ\x19¿Y$"
  b"\x1Eœ¥×\x15‰9ºº~îîH-vÐ"
  b"\x1E¡·qJ”2q¼'Â÷°‡\x1Cþ"
  b"\x1F\x18| ÷\t2Ý’“´n=\x14³W"
  b"\x1F\x15¬}2\x04–T¨¨h•cÓ"
  b"\x1FyNr­\x7F1?®\x12-àÕhçÚ"
  b"\x1F¾Ã\x08½s7è†47íW27–"
  b"\x1FÄÿÙ(n4ܲì\x06»¨·%…"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b"\x1F³x═NÚ;½ìv¸8╔Ë\x10Å"
  b" 1É$Kµ<WæÒîB─Õ1¸"
  b" kæ=¹!0™˜§Þ3[&ÓW"
  b" r\x1A=6²;´¶ñ§Åa7d'"
  b" Ô^╩ý\x04?7ôÍXfÅtj¦"
  b"!3gìð╔0¯øYÞ\x16¬]\x12¿"
  b"!I!£vÃ7£üÿ\x1Eç|▄ó\"
  b"!M\x17øTÒ=¼·­Ü=îzi\t"
  b"!]ïX½Þ=$░qÅF┴ b""
  b"!àGO║T1|âì\x00v§ùtB"
  b"!‰‰Q€D4â’+A-añ\x1C¬"
  b"!Š"ÞÆ-7Tƒ\x1DË«Ï@¾¬"
  b"!╚\x0F8\x15æ3Pâ▒ßOõ\tØF"
  b"!Éõ©´}0\x1E•á‚þ,\to\x06"
  b""\x03ÅÖi8<À¦á<³.\x07Ÿ\x05"
  b""\x121§µÓ5Γ‰»\x05S¨zÔ"
  b""<1\x00\nx78‘¿`Œœ¤)0"
  b""evþ¹Ê0ý¥âXŠã\x06à"
  b""eÌ·©M7\x14€hžZl”n–"
  b""o–çN"?–·Q\x7FïζµW"
  b""“̳”l;æ¹×àÏ\ÖRH"
  b""÷v\¸i1\x11œQTѤ؎Å"
  b"#\x1Cl£i\x1C9p…S¡¥7(Ê>"
  b"#+╗ưó;pÅ\x15Å\x10¨ì\x1E"
  b"#+è\f\x13Ð?Ê•ô_oÊ\x0E<\t"
  b"#I w’\x08;ð¹'\x007ÿ©¢‰"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#s\x102¿G:*Ø Õ?\x03YJ╣"
  b"\x04\x028Ò² j2÷ª¶½"
  b"#ÉᬷVk\x12tõêí\x19\x07"
  b"#Óøçö$7Ϥ0E/o¤\_"
  b"\x03ì]B?-²[¤.·\rú”"
  b"$\x005ûì…2\x14¾Ç–Ç\x08Øž™"
  b"$1\x05Ö©E3\x17®{© C.ož"
  b"$K░:H─=äÆãÿyq´\ì"
  b"""
    $LÑÿ/í7Ųh£uºÇ\n
    d
    """
  b"$‡¥\e¿ð4¶¶©Yé1šÓX"
  b"$æ┘\x05Å┤?b¼xí×C▄Ý\x07"
  b"$¤°Æ{"<Á¡G³dZ\x1C"
  b"$¯þŸq_0\x18Žö¯\e  ¥±"
  b"$Ð╬}pÉ<Y¥É┤i>¸j║"
  b"$Ù ÿ¹q6\Øÿ\vl÷/=ì"
  b"%\f\x1A\x02íç0šª³\x11+\x18\x1A,\x15"
  b"%Dä\x7F˜E34¯|¶\x10\vc{Û"
  b"%U¯]éå6Ž¿ü«@Î\x07ê:"
  b"%yyØ/z?JúüܬÕm\x0FQ"
  b"%¸Qç\x13«h—ÞH¬\x07)\eåý"
  b"%ºûùÀ0=Ú \x16š?ÀCW3"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ÌuZdI3…ŠeÆõÎíìú"
  b"\x17éÒ$3\x06ì┌a\x08┬ë┐÷"
  b"&\x15ø*þJ6¥€ áÿÕ\x08\x06"
  b"&\x1EØ\vH╠1\x1Eé=ó╠,/╦\f"
  b"&'ã¼±à;\x14žFäNfÐàu"
  b"&Lç¥\x0E\x0E;ƒéü┴\x18 zø\x12"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"&wÌùê▒=Àüñ¯lèìçt"
  b"&«9\x12~\v9(§\x0E\x0E« •:3"
  b"&¬­1YŸ3\x05½]ÄR\x0EkCº"
  b"'<ßw`¥ùé'½É7║T{³"
  b"'D ^\x03·3`±#¥ó•“˜)"
  b"""
    'N4¬]Ì7}¢¬U¯\n
    \x14’’
    """
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"\x1D|~«0ü╗Q┐î\x1C\x01ı‗"
  b"'¼Ðè²²7ã¬ó!Y\x0F謚"
  b"'è‰ÖE\x16>ƒ²×I8\x052ÖW"
  b"'ô“¶|D2=„j\x15äѼ\x12µ"
  b"(\x14½ Dÿ5\x06ò┬]║µØR\x10"
  b"(G•×3¡;5‹Bb\x03à–žÀ"
  b"(^D$a\x140\x1Cµ\x1A2›:bAÆ"
  b"(e7Ÿ‚‘6U¤^Ì¥\x01\x034T"
  b"(—ð3Ýð8(šC¿ŸÌ\x06"
  b"( îJðƒ0µ¾×\x19x\x07¿-\x13"
  b"\x0Eù†M0ø·ç\x127\x07k•ü"
  b"""
    (┬ΤµS1\x05ìò\x1FD\n
    Hýh
    """
  b"(Ã9ðÕ\x19<\x1D´ÅE̹\x12"
  b");]²kŸ0u¤“\x1E\x11ÖTØ›"
  b")}\x01^Ó–4ù›oÔð\x00ŒèÜ"
  b")¹nø0íì@·\x00­\r\x1A\x03"
  b")éW¼ÿU5õ¥—½"Þiïx"
  b")ë”aü\v\x1COI\x1AÊV·\x11íÚ"
  b"*\x1E¹VX\t6!Žq\x18²¥£Á«"
  b"*íö-[r=–…ûEZ%ÌÖö"
  b"*ñ†Ÿ€ã:\x00¾ßºr~û\x10ü"
  b"+\x08(én,=%½\rî ¶0A»"
  b"+\x11´ë\x0F26\x11­ô;õý\x12î¨"
  b"+E÷'د77©óá\x7F2›¥z"
  b"+FœEs\x066\x0Fº1õø'\x05Æ\"
  b"+L\x06¯€ 0\x0F¤CÞ\x19üÂ0u"
  b"+©Âzkÿ;l¬ù\r¤\x165H\t"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"+á5\x15+C0Õ•ƒÂ2\x18ûðQ"
  b",\x10\x00ûòæ=û³±^*n\x1A"
  b",\x13¿\x12y‡>(¹ac¤^œ2§"
  b",)(¾|g49Æ\x18<0▒Kìa"
  b",=n»¤_5žŸ\x1AÛ{\x14¨£Ž"
  b",H\x1CWáL2\x7F·°±\x04ÿñÇc"
  b",M\\x07°Ã0Nºò‚ص¯\vˆ"
  b",RPŸ\x1DŸ2\x0F®H0s½ýø•"
  b",RÎïþÁ0!²š»ñÑmGß"
  b",`ÅVÙ\x0E:\x12▒dð²¥Uÿù"
  b",¿é\v„h2\x1Eœy\x08ÀË\x11"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\x1F­?Þº\x03.\x11PØøp1Q›"
  b"-*SÎ\x1E?5²ŽáF¤Ms\x01\x16"
  b"-+\x1F‚gò7Ù‡Xݲ볱Ž"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-S&T┐.;L╗U┼\x03Bì°\x19"
  b"-░á\x1E݃0*ü8)¼ôÆpr"
  b"-├×0áç<\x07Åj¦\x0F|EÛÝ"
  b"-Í!Ô”Ö=~¡CeNÖ¤†\r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b".\x19m=üØ4ÃÂ/ı\x01%o®ö"
  b".,À½ì!>┴ô&\x04\fk_ͳ"
  b".4µæçP<ѯ‡[îOžX\x1F"
  b".I/╠ÜD0ÅüT.\x18î(]ä"
  b".es³.39ôèGùüJÑC,"
  b".p¿ÿ▒\x1E4üí©ôN\fØj\x14"
  b".p└┼i■9ÉÆ░Í\x03¨#C÷"
  b".‰cd«\x07;òžÊ­òÉbýG"
  b".ïÑÿÁ└9Ø£]øH[ÿ²ì"
  b".¼YÅãÁ4öØi)B \t"
  b".³2\x01öE:\x16§É\f¹©\x05çP"
  b".½Ž¸Ü\r7”¡\x16z­8e¢ˆ"
  b".æ;Éwj0`¥ö\v\ed%çö"
  b".çE\x18/+0\x05–ø9\x18d"Xµ"
  b"/8\eãµ·87¾?Šs«¨}X"
  b"/Es¢+o>zŠâ>–\x0Eùu\x10"
  b"""
    /W\n
    \n
    0D…Xi\x0E#ˆg0
    """
  b"/äCû¹J5ÿØ\x0E\x07fòù"
  b"/Ž?ÿŸÉ:B³‚Æ5\x1AŽi?"
  b"/¹Ž\x0Eàì;K“0—}“cý›"
  b"/Îèi\x08Ï: ½ÀÊQ­Â®s"
  b"/é(:7Á5D»È×¶\x08\x16"
  b"0\x19¥│\x07\x151öÉ~ü¼V0Åv"
  b"0$╦#4¾=süÄÞ|├l]_"
  b"0,î\x0ES3\x02÷Å\x04\x159³:”\x1F"
  b"0hÞÓüE0æ│S$h9\x06▓Å"
  b"0~ÃÍÄù6ó½Ü\x18ŠSbüø"
  b"0òèÛ┐ò5Áü╦õB¹.å`"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"0¢7\x03=r;⮳Såq\x1Cì¤"
  b"1\x14Ô\x19A9;~šDqLœO÷#"
  b"1=\x15³A'=í·ß¨Í{OÐÐ"
  b"""
    1I&uwú9< Ò…øo°\n
    Œ
    """
  b"1M¸â¬«7“¨ø×2ñ<¡4"
  b"1Xº‘©a<#½CNYiû×Ú"
  b"1Y]ü/ù0\x06ö\x1D┬8└V5\x1A"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1Ï+¦|[9\v¤—SòLw\x11é"
  b"2\x08À¢yf=á®\x1AbÝX-;\v"
  b"2\x1DQ`ã¬7R—\x07…"\vËȈ"
  b"2\x1DÖ¬Ïm0ošiÉ:3]L°"
  b"""
    2W½ÙWü;_¶\n
    \x17ä'Ù¢\x05
    """
  b"2oD¯¢×7·» wú_X\x7F("
  b"2q²╬ü\x017Áü^\x0E\x00ÕïÐ="
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"2±·\x04[Ù40½;›¦3äÃ\x19"
  b"""
    2Ù­ð\n
    ê▀ÍÍ=┴<│É-\x0E
    """
  b"3\x1E£èJÍ<€­Þ€M<—ðX"
  b"3%œ\x17fÏ<\v¦¸­ÆëXU$"
  b"3r°\x07³>6D˜p½\x01‡²w\v"
  b"3ð┬ÐgZ2ä¡\x01Þ8ÿ}┬Å"
  b"4\t¬±´>5É▒┼±3Ô³▒ı"
  b"4&fÑh\0Å·\x14|\x03G‘Hè"
  b"4D®uÑ\x1A8\eƒ(9µVË¿É"
  b"4\w\x15\x18Ø9”“9² 2e£é"
  b"4\z1┴ü7}¬Ã¥J\x0EÛøû"
  b"""
    4nî\n
    5\tÛ²\v¨…l4\x7F
    """
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"4æ«+┤ 4¨îõ╗ZmLþÉ"
  b"4”—ŸàÉ>>“\e\x03鱿÷Ç"
  b"4ªCÞ\x1D\x167┐¢¿\r\x07ƶ"
  b"4ıË?º<½ \x03|¾d®£<"
  b"4ÆbKvÎ9¿žÞîŠw²#z"
  b"""
    5'Ž\n
    „‚3û³ØŠ\t´‘}Î
    """
  b"5D7\x0FQ&< «\x02\x0E2'€©*"
  b"5EØ1$ý1W╝Uñ"×~¶Â"
  b"5b\x1ElCÔ5T‰Î‡û¢Ó¤Ê"
  b"\x1E}╚5>Êöcµ\x01\x14\x13µA"
  b"5”Èí¯\x19?±”\x081ø\\eÞÒ"
  b"5¦zV(S9’¶ìN\x02ÀëÊ="
  b"5¨jüíþ<\x15…˰\x1AüŽ\x11\x04"
  b"5Ã[øÐJ:`µ¾p…Ç\x02°´"
  b"5å§1"—5B¯sq.÷n‡Ã"
  b"6\x08`¸´}<┤Å;¹Í\x1A\t\x11"
  b"6\x1FïM)R>ꪛ\x15ˆ?MQÂ"
  b"6)╗Ä?£0ÞÀÅ\x006¹l─î"
  b"64¥█¤c<Ñü╚f\x0FÉ%bê"
  b"6r—Æ6u5 ¸\x1Av˜¾Â=G"
  b"6y«\x11û\x1C?1ö\x1CÍÔ*ãü├"
  b"6®b²ú˜8C¯ÿÃWn›^n"
  b"6¸FJ8??Ÿ£, py67@"
  b"6ÇBئ…?A…m_É5–*p"
  b"6ÈCtÞè?É╣Õÿ_ÄÐ▓\x1A"
  b"6þ║\v(Z?dé4\x02\x02Ë7▒É"
  b"\x0Fì˜@~²áÏöº©œõr"
  b"""
    \x1CÉð\n
    3jº┼?Ü═█'h
    """
  b"7\x10öÙÇË6ܬ•‰\x19á\x17\x13Î"
  b"7?bÌA–6ù˜ÝϪaä,|"
  b"7E?Yìß5{¾‡vʃwå_"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"7wêN\x17»=²˜©0\x010¢Ñy"
  b"7„?-\x1A&;f“`Çá—÷ˆ£"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7îéô}89ů³ï}áÝ?\x15"
  b"\v·Û»1ùùe6pwØè▄"
  b"7Õ§«xü:{«Ð¦\x01y3.U"
  b"7ïwoNm1â£=\x15D\x06߬\f"
  b"7öÏLøx?ó”~Ë\x01\t„6„"
  b"7øÉx¸g1>¹Ø«BU±è\x15"
  b"""
    8\n
    \x19ƒ›š9\v\x17Tʿ㈑
    """
  b"8<ŒŒ"Í9\t”$ÿl3Nß,"
  b"8["Û¬4ƒªK¶ÆÂB š"
  b"8b\x15©³Ï9`’g«³¿Ðš¾"
  b"8ii¤vb:àŒ#B\v„Á&Î"
  b"8q\x7Fþ™Ê8´®Â\x13Ϙr¿["
  b"\x12×ûè;\x06±gèì¯+†Á"
  b"8…µ:ØÀñóqÎ\e‹Ã,!¤"
  b"8˜ˆ\x17AK6h¸?FñtÛï˜"
  b"8­{W_í=÷¨\x00ê´4\x03ýq"
  b"\x02ÃG=1sˆ¡¾óY‘’"
  b"9\x11‹"Òb1ešSI5…äŠò"
  b"9U€{z§0yˆ\x00_«»&Æó"
  b"9l–Ly¡5î´2îµqÒ}N"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b"9ŽXmäê:vˆ†‡¾†\ms"
  b"9×Äo\x00®3G•M\ÀYu{°"
  b":\x088‰ž°0A°«ˆ~\x16ÝÍ•"
  b":\x08r\x1A€°<L¹""/ƒîàJ"
  b":C" PL52ê-Ð┘ÕÅhî"
  b":zNÎQÔ2Ü‚Ñïšf‘kg"
  b":èoìÍ┤:¯¿£¡È▄uÏÂ"
  b":ìY│4!;ϼ\eª¸╦ð┐ƒ"
  b"\x08nCš1‚˜ríG×9o\r"
  b"""
    ;\vjE=\n
    8d˜ºƒæ\x17/f\r
    """
  b";<±ç&j4Š¥\x06¶tìp\x1A^"
  b";B—Ó@9\x16¢h3Z&SÑÒ"
  b"""
    ;yO_\n
    ì0>┐êÄTëý#ô
    """
  b";ƒCž\x1A >ý´¶À]\x18ù%J"
  b";œ’©ž\x071€¥î¶Žî\x0F"
  b";Áv)3p3¼¢ÌSM>¬X\x7F"
  b";Åú+HØ4˜¼Ð\x10ª\x16\x1Eà~"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b";¯╚`6\x19È:x~Ò'nÀyü"
  b"\x00■=║2£ÿù:ì"zO½"
  b";²ÄhRØ82¼]R3│\x07HD"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<!¸\x01òd3@±P\t\x15îâ\x08ô"
  b"<b\x1Eè¢î1i…^IV\x04é™<"
  b"<s~äî\eL\x1FXÎßÑ‚ÏA?"
  b"<ž=0”\x045X¢ì|öºi•u"
  b"<ĵ&Ħ1p·\x7F\x1D=.\x10G'"
  b"<┌+┼\x01k6\fÆı\x1F>\x0EÉf\x01"
  b"<ÞjÁ\x1A\x1E<Ù¨å»ÏßZD""
  b"\x10inN4»™\x16^\r÷n\x0F\x1C"
  b"\v\x19³5ˆ¾’\x10º\x11\x04¡K"
  b"<¶¾╗\x02¸6Vû®¿Ø└╠#·"
  b"=\x0E¬)Çê2°™\tÞ³1pë\x08"
  b"=R¿µö˜</Œ²M±ìA\x10R"
  b"=zÉ\x11\x12f0Y®l3Ø╗¶|+"
  b"=Œ#‹:M6–§öE@€‰(`"
  b"=›D\x05j\x18?¯“ˆSÐCïå("
  b"=Ç Ö;s1C€P€´á+Ͱ"
  b">\x00·y$Ù2H‘uõž<\x10\x0EË"
  b">+▀û├­1Å£KñÄ;\x1A^┐"
  b">;;ì"ª3\x08¡d\x1F▀´─_╦"
  b">Wá<Du=zƒ\x16)ã/ôÏå"
  b"\v(k2=â¹\x7F\f\e\x13"
  b">ÆiÛ\x18„3·¹\x06\x16\v\x1EøU~"
  b"""
    \x1F\n
    \x16s5÷Ž\x19!JÖ\x14
    """
  b"\x00AJÌ=É—ÎL}pÙ\x18ô"
  b"?-ü“2Ÿ9óº\x02Õ\t\x19[ñR"
  b"?I┼>8\x0E<ÓÉsJ█ /LÏ"
  b"?Wä.\vò0é©ËPü╝Þ╠:"
  b"?é'É\x01Ø0^É0\x1DOZðD\x07"
  b"?·Øa\x13žÂP‡—ö|ÐOØ\x04"
  b"?ÛÊ•Su2e¿?Ï/gr¥%"
  b"""
    @\x1DÝé\x1388,ìë¨\n
    ıÏ┐Û
    """
  b"@aÀáß=TàÊbØêÛ¹ä"
  b"@jÛxs¹4#¤-ÚŒèIK)"
  b"@v4•ºš0ÄŠûª ^ç>~"
  b"@z\x08)U\x02=ˈ\x10Vjò£ Ò"
  b"@†;Su\x040ν´$×/ÀÛj"
  b"@ÉÍ$#­3'»)└\x05╚ae¿"
  b"@×ÃÀa31┴Åm\x1A:J*8ü"
  b"\e\x03h§6Y‹~Ä\x7F\x0FÈ\x10"
  b"@¼Ò2╩Í5çÖe`╗┌Kì\x08"
  b"AG7™hr3U”9¸–dk}\"
  b"A{ièØO8¯£«Š#v==\f"
  b"A{\x7F£\x10g4vàã█ùɽe"
  b"A¢šÞ"Ú9‹”,ôqò@ÍÃ"
  b"A»ˆ\x04ËB9k³|\f’/\x13#›"
  b"AÒC]¤ý;0®ãµRB§ý\x13"
  b"A¶F}LÑ1D╝└A\x1DmêÉô"
  b"B\x01ÃôŸK=ÁƒŸH\x18\x1E¿"
  b"""
    B\n
    #Ecx6èì½à'[¨\x19!
    """
  b"B\x10\x1FA_¼3ëì3Å»xzã|"
  b"BE_ª]15T \x13«ïŠ/QC"
  b"BG:Ë║¯:Å£\x0EØ├åÉ%f"
  b"Bi†%‘\x14?ö™¦’ |L÷¦"
  b"Bœ…rcP0®ƒµ‹fC \x0E×"
  b"\x02õV•þ©1ÜtÖ \x17ÃØ"
  b"C\x07\x1Dü@$4\x06øô\x19ýÂ\x0E"
  b"C\x134A(o8_»\x7F\x1Eµ°±ªi"
  b"C\x1Fc§Sß3Ø¥#Ìš\x02J„Ï"
  b"C)DR\x13Ë>ïƒ_é®\x04·Ts"
  b"C8§¶xx0v¾)ú,ÈÑõC"
  b"C=ì߯‗5W¬Õǵ=ié)"
  b"C?\x027]ƒ2ݪ*xàùŒ†é"
  b"Cd\\eK\x1E3Ó¤T¾!@\x11Õ\x11"
  b"CÍÇ▄╔I; ú'ÿ¾#ªÉ▒"
  b"C÷hØýÚ<è…b\x05R<ýž"
  b"D;\|~-3' ƒŽ]E9nÞ"
  b"DR(\x1Czê6Gš\x1DÁ–6ö€1"
  b"Dɶ׽ë6ãÀ¤\x18ë‗fço"
  b"D¥ü\rd\x08<§«Q4¨3\vî·"
  b"D»ŒÒ\x01Ïä¶#(³}ƒßŠ="
  b"D¼YOyB7®œcï\x11vÄЇ"
  b"DôžÚL\x063&ªàƒH¦Ó\\x19"
  b"E\x10\r¨Ôn1¿²è²÷n_}\x0F"
  b"ESÑ6\x1DÕ?;š\x10;àÇ\x1AŠi"
  b"Eóì\x1Ee©;ùózÞ§\x19±┘î"
  b"Eº9▓\x03{;hÉÂvrVÿ»E"
  b"EË‘‚O´0\x7F¥×\x05RZt³\x15"
  b"E§╣t\x1AL3│×Üx!É×╩ý"
  b"Eû¼€ê26£Œ¡¡¸„5ÿá"
  b"F5ÐTøU<\f╣ÅıáÝYþw"
  b"\x1E\x06S¥7vš{Ë\x13<£‘q"
  b"FåŒQ\x1A37µ¯\x02ß]¥¼Ÿ—"
  b"FóÎ4‡\x128à±2yü‰Ðè\x06"
  b"G\x18!ì¬"=Þöƒ\x01\x1A³\x06\x04y"
  b"""
    G\e"E\n
    \t:üœVl¯$\x18ªM
    """
  b"G l³Ð\x02?[»’—þ·ûYÖ"
  b"G#]EÑŸ?b£¹gzgSÖà"
  b"G@þ³[m35 \x15t{\x10ýþÝ"
  b"GhÂkÆÍ2l¹!\x1C\x1C¦\eÆâ"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"GçöVOÉ8ÞÄX╣ìÆ╩ãÃ"
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"GîÕ^\x15\x0E>ܪ̟ñ^D°£"
  b"H!° ûq2e¡\x06~\x11¯\x04"
  b"H@\f$F»9\x14µ^¡£@wåh"
  b"Hw6▄Õâ=~Ø"\x087ka4®"
  b"H~häw–9ͤâW%k¤.¹"
  b"Hª¯\x1En\x01=ú¬¢\x06─P6\x08Å"
  b"H­÷\x03* ;‘¨c†Ò\x1Eûc2"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"I\x10`ëÃp0Z·%Çÿ\x14¸Ñ`"
  b"I"zziª7A­7Õï?sT‚"
  b"I/<'\x19–4I·aw`›éÄá"
  b"IAœˆYû9y¼tn§çXyù"
  b"IT@-ƒã:\x1D±®]ærãp\v"
  b"IkÑ!zê5:½$|É©e]m"
  b"IïÉÖ!N5HÖ.nï¡==."
  b"IÜ╚ì\x12H2£ÀÅp\x1F|Öf>"
  b"I±Z\x12à7\x04¸;cÏ÷ÑŒD"
  b"I─e╠h|=K▓»¼▀Ñ┘ÒÅ"
  b"J\x1CÏ¡\e?0€¥'Ü˱û÷U"
  b"J5¯F┼`<mÅdê(▀°òÔ"
  b"JFïÍòJ2\x15”@5þ-uÉ|"
  b"J×dÉ░F5äì;\x7F╦s,&║"
  b"J¦×î°ë6È¡tÌÃïÊæM"
  b"JÂ║>êÇ7\x18çù░ìıK§s"
  b"JàÔcÿ96ØšØÛF›\x08W-"
  b"KP*nQt:˜ŒÆ\x1F¾ñ½±\e"
  b"K\x7FÜ7Ķ3M®ßÂ\x0E=mØA"
  b"K«gÙJ·2ô“­$¢2U8\t"
  b"""
    K»€MŸh6í¶ÚÔ^b\n
    Ê7
    """
  b"K¯¿!~Ó1ìå┤E├(ÅT▀"
  b"L\x19·ó©47¦ˆç%ÄI{B1"
  b"L\x1A║È┴t92É║\x19░KÞ¼&"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"LVéü\x17æ=\ä>2║û%\x16\x14"
  b"Llù¤¥\x15½a?\x19‰)V™\x0E8"
  b"LqÚYVQ9¢ -ÌÆ\x7F;é˜"
  b"Lyôofd3\r®7«‗ gTü"
  b"L{+!F°>x˜\x0EþÏ“«±m"
  b"L}±£ªß3í¶gÀ\x13Ñó\x1FÕ"
  b"L†ÞC'Ã1bžU£‰XŒÜ´"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"L’×ÔÌ}5Dˆè›fvÜÍ&"
  b"L¹r;ÃÚ?Ç¢Á#/Nµ\x07I"
  b"LÇc•óä;¤¢ú!¨yu\x14Ž"
  b"M\x10ÉïÎ`1\eÜÜdþ¯ ÎÌ"
  b"M!þ,\x17ˆ?Æ»[¶¦â\x18«b"
  b"M4âÑB\x119Ú‡?\rÝ'Þ±\x04"
  b"MC›ýQpÎÊ­üþ•(\x12\x183"
  b"MEBú%,:ˆµcˆ½¤Œ¾O"
  b"Mf°G\rR8é‚,Á•.©gÄ"
  b"M˜Â¦ó6:ß›Pý½"—›Z"
  b"M­"{\x14.2QŸü¨ç"ð§;"
  b"""
    M´{Ò×\n
    Ö<ëÄ@)ÐÏŸ?
    """
  b"M╠█t;v;÷Åf┼p8Y<À"
  b"MÕJ¾\x00Ý=J·è&\x16Ó\v˜ì"
  b"MïoI¾ê=m’2;ç+]HÞ"
  b"MúÄÓ…÷62®ýdÊpüZ€"
  b"N\x14Î\x06\x06×:fš¯w\fFú(Ë"
  b"N\e—kE¶Q+Ì,±AÕIk\x04"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"N”Ý™e\x015#‹¿\x010½A›Ô"
  b"Nøð'\x14+8hì╣H░ÜßâÐ"
  b"N«╦MDƒ=äÅïÆ[à=qÝ"
  b"N▀ï\x18‗Â6QÑ\x04ƒì╣‗"º"
  b"NäüV0â2b˜!9ÄÛ·ò%"
  b"NéiKâf<\v´Ã\x1F9U©\x1D"
  b"O\x04É■»ı6¨ÄëAyü╣;n"
  b"O\x15Ró–ˆ4Ü¡ñ¨"¨ô¨\x16"
  b"OX§Ó² 8)¬ÃºÃG÷.$"
  b"""
    OŒ½\x0EÜ1ºHÈ[\n
    t\x110^ì
    """
  b"O”Øôàº=~‹_\x02 ƒEÜ$"
  b"OÑÌW╔Í;aä\x1CKcì)º\r"
  b"O­¾R!k7ܳ<Y/ÖnÞ]"
  b"P!ªŸ4œ71¡Ì4\x1C<6\x1C²"
  b"P!µzyÅ7^ë\x00(A!Ñ─v"
  b"Pk<ž?É3c¾\x16[p\x1D\x14Ý\x08"
  b"Pz0€o­4F¸è!Ž\x7F‘9."
  b"Påº\x1C╝h3R▒¥ü╣°e¹/"
  b"PžÝ\x17íü3wœ0âtÜL^C"
  b"P§å\fÎõ7o\t"¡}åÍ»ö"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"\x0E„š\t=Q»wÂûÀ–ª$"
  b"""
    PÞ©Y\n
    \x12>r»æÅÚcÐì4
    """
  b"Q\x10¢ûæU8\x04ì/aó\x1E´²_"
  b"Q\eÓ²¤S=)£îä\x06\x1FÅK<"
  b"QVð‰%Ô0©“5º~˜…œ\x04"
  b"Q”=<\x1CŽ=Нö£³\x07»f¬"
  b"Qºµu┴Ü3ì¢ã*Ãr\f"
  b"Q┼█`þ┌4\x06øÖüC█~Ü┐"
  b"QÓ°=G\x198…¡Œ\ed>ô6•"
  b"Q³╔^▒?0ÕÉgæÞÓ═¿╬"
  b"R@ô)┐ê>ÀüÍv&┌┐Q-"
  b"RT¢©?ã4*•\e\x7F\x1Fy®W"
  b"Rf\x1F¢Zü;~®^\x1E▀_¼\x06$"
  b"R|ñ“AÂ<6Š‹½W[ƒÏâ"
  b"RŠ"b…À3d·þ\x13\x1Cù\x06"
  b"R‘ÊÍFyÉ\x13\x19<Þ,†¸\x05¹"
  b"\x19°áà5ÿ­q¡\x0EoÅZQ"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"RØ øy»9[š]pËqŸ5ð"
  b"Rµ°u¹Ý:Ø┐Zy\x03®▒üç"
  b"Rè·\x0Fú\x113а §@È\x0E"
  b"R÷×׆\x06;ÒŒ,Ù64C#¼"
  b"S\x06ô5 £3\eäI▓Ò(Ø┼."
  b"S“XØt¥=é·¥ýå,9=:"
  b"\v\x17;ë0R²$¥ÿ4&\x13£"
  b"\x0F` È?| g¼Z\e£-\x0E"
  b"SɪŠâÎ8Í„›S9rN\x14x"
  b"SîŽù#ü4=§\x16¦º³¦­Ž"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"T\x15\f£—=_¼8;gi\x05í,"
  b"T4˜¥l\x1D8àºfša\x1C i_"
  b"TWã:|ø?÷Å{ý\x1C¯%Xn"
  b"T^m\x107‚5”¨\x14ÌŒ:S\x1EU"
  b"Tp·®æÙk—\fqÊ Ùk^"
  b"T˜ø§Y»2`¼\x12í\x1EXÿYv"
  b"""
    TÑÆ■\n
    ¢7yÉþµ}3DȽ
    """
  b"""
    T¡E\n
    Èì2kóVd\J\rÂ3
    """
  b"U#×!\x03x?\x04“Ôd¥ÂÉŽ\x1F"
  b"U1ÀƒÉ³7ðöf_®$ÿXÓ"
  b"UMÆè§\x1E6ó ÌT´È\x7F}Q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"\x13bý71\x13‹Zí3ah"°"
  b"UÓã§Ô“:ϸ4‡…\x10\x17Æ"
  b"Uóˆ-¸H<UŸïìÜ\x17ޝ÷"
  b"U¹ÑJjù1\x01ínlÔÉ\e"
  b"V\x17Åܽò?þ│ø\x1E9╗Ê©à"
  b"V\x18Ô–is2•›`\x1D ›¦S\x07"
  b"V\e±(\x14L<ÒÁô\x1A\x1EÉı\x7F\x15"
  b"V-®.ßû9\x05„Ò}\—ˆ.þ"
  b"VD64Ɔ0\fº\x19G;õÀŸq"
  b"VLBu‰M6Ú¦È\f \x07–ÆÎ"
  b"Ve\x01qí§7­î┐í«¼`=ü"
  b"Vo\x04öîé>ËåsåRü╔\x00-"
  b"Vt\x16P!\t<ıüñ\x10«\x13qÚÌ"
  b"VŠÒæª#2?´é\x14¬”£×È"
  b"V‘{dCY9ý¡\x1Eö·§\x14?\x1E"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"VŸŒ4»"6\·Ë–@¤€\ƒ"
  b"V¯Ìq‘6òÿO)“ß§r\x17Þ"
  b"W.Dü…Ë0:½ŒÚíÔ\x03>V"
  b"WAB\x0FÀ#>Ò•¤‘´om½Û"
  b"Wk▓*zH=Øì╗p² Eñc"
  b"Wáý(=U3ŰŒÊ¸\x00íjE"
  b"X\x1Eå‘t@9*­Û–‡r\x1Eo…"
  b"XuÅë'À4f¬ 7À█}╚■"
  b"XvÒÿ‡¯?‰±ë\x14T§¿»Š"
  b"""
    Xž]˜î·?–¿5*jTD\n
    ë
    """
  b"Xñ▒┌X*=¡Éü#z®┌øä"
  b"X²'‗oå4\x03ç\x16╝|+{`ü"
  b"XýS¢Ïj9¶BVm+Ûuð"
  b"Y\x0EH%\x07 7l“7]\x1CJW\x0E"
  b"Y'à\x1A“B=Ò±ÔqL\x02¤'Ø"
  b"YK‘o;Ž>i¾¹cÀ­GÛ¡"
  b"Y`óõ¦;<õìÊ─2È█J¬"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"YÏš®Â\x038˜Œ/V\‹E†h"
  b"YäOj›93F‰ïß\x16Áy\x10'"
  b"Z\x02Zà4|7?Åe˳║p[7"
  b"Z!P{àƒ2r‰ùbrgL\tž"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"Z?\x1EñÂR8u—µí\x04\rO©¬"
  b"Z[œ\x7F¯“=»£NñÇî\föu"
  b"Z‰ê\x07#}:†‚æ¯Î¨¦£'"
  b"ZŽ?¥Ô\8 ‰•xØÀ?Äî"
  b"ZöìÕ▄l0tÂæ³ÆD§ë\r"
  b"Z©”\x7Få·2´Œ\tßÖÈѼ~"
  b"[4é\x03yÃ3?‚.ùŸõ›OÊ"
  b"[:╦\x0F\x1Cì4È«ò¬2┬\x12ò\x0E"
  b"[K\x14ÎЩ2>°\x1Fª½½Ç6â"
  b"[VCšo_9ß”²Sú‚L×L"
  b"[u\x07ùøÐ4&’ü1‹T¥æ\x01"
  b"\x18í’ï2:°Ã/ã×0“V"
  b"[░Ácb]1¢òÉ\x18Ðz▄7\x00"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"\;\x1CÇ}$=\r×└Ìüp╬dg"
  b"\nß\x08{Å>ÂÂÙ\x02▀¯¹\x04"
  b"\É┼«VÒ1Þ×{çã\t\tÝ("
  b"\fu ê:{ N¤óÒ€À\r"
  b"\█Ç^lÅ;)¬ßw╗\x00Ö8T"
  b"]\tnÈ`™9¸ºõ\x10#bÒ\'"
  b"]6æ\e\x7F\f<g@8¹pݶ"
  b"]fAÓÓ\>kó.x,ù£üT"
  b"]h³ø°O2þÀÃlP$þű"
  b"]o\x1E─Ì\x03<Ŭ<"W╠═0@"
  b"]p&MPv?\x05«!\x1A<\x07Aèô"
  b"]}\x13▄5\f8\x7Få{┘,\x0Eü~\x0F"
  b"]žj¤úŸ6]©06º\x07Ð;\x13"
  b"^\x01Õ\fõB0³¸þ˜bÕº·«"
  b"^\vøb}¹8ŽæH'Ÿ–j÷"
  b"""
    ^\x14┼▄\x18\r7\n
    ƒ8üh▀n\x03
    """
  b"^\e{\rØW8N╗\x1Dz<ð▀w┌"
  b"^VÔ¸ý|3\x1D©œu\x01[n!§"
  b"^jó\x15Æa2ŒŽÐøuÐð‰W"
  b"^l€ô˜è2ý«ƒ4\x18nuð~"
  b"^ª“MV+;C¹M0å_\x1E¡\x11"
  b"\x14Ém\v=¨»:È‹êí{."
  b"^úO¡\x0Fþ8¦¢"ÂZ\x05:7^"
  b"_\x06#ðk\x192\v‡&ä߯9Êð"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_j¡z\x17ó:ìÖ<üøÌ<c└"
  b"_éì#<l4A½§sNÙõ²?"
  b"_ï╣Æ \x06<\eúÍìÇev¹\x7F"
  b"_“B\x15–I5\x1D„Ô\•rpû."
  b"_Á-úks9¸Éÿ.r\e\x04"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_àÃ'-…0]˜Ã\x11E×=Ãv"
  b"`\x1C*Ç— 9Å©Çè=Nï8V"
  b"`+Sïç³2Ѫ³*W‹Ý\x08 "
  b"`;<x\x05Ô5k¸š\x1E£6…#¡"
  b"`Ñ ¸MÅ0\e½Uö└j\x0F▄╔"
  b"a\x08õ░HÂ7³ƒ`äÅxıÝ|"
  b"a\x1F[ª(q9¸Œ¹Š<ŒGd0"
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"a(*]ì“=\x13£C¹¨ø*<U"
  b"a4Ãi}\x1E8µü¤ï\x19×B/■"
  b"aFâè{ð1ä—\x1A±ûˆù\x02œ"
  b"aMø í&<÷¯\x1Aš\x13>öƒØ"
  b"aÊÆö\eË3/°:8µë±Y|"
  b"aÍl“Äî2®«\x10(KéKLU"
  b"aéf'•ã?¥†ø*..X\x02."
  b"\x7Fí°x8Ÿ‰ê\x17ã\x1Eü\x02"
  b"bBì└0²3ö½┴U;╔Xíª"
  b"bHkGØX4┼¡þX8^;Èö"
  b"bi╦\x08\x18ä>~ƒØ'\fËë▄Ü"
  b"bˆãê\x17]?¿“œ`ÄŽ \x152"
  b"b»©,Ô²2┼▒o┴ÉgôTÄ"
  b"b╗mïYà;\x16É©s\x01\x08sÚo"
  b"b𣙕Ù3ž˜¶–\tœd\x11Â"
  b"céå\x15ûe?>ƒ\x07d´I¥Ã•"
  b"d\fD\x7FÐ\x084\x1Cá╬¡½Ép└l"
  b"d\x14œÂ&º:T¹\x14U55\eÐ\r"
  b"d6Vnµ\x05;Ú°!|c³G76"
  b"dU¸`_µ?¦›ùÛe¥ñL\x0F"
  b"d[›™„å2¼¬#´Õ{Ôvõ"
  b"dn—œèR9`…\x17$:\x13\x15|%"
  b"\x17v╗ç1¸╗ö<É\e\x04B"
  b"d ÜÝ…@0ê„“”6´¯\x10\x0F"
  b"dã!ûCõ9█ÉÄC§e»pÃ"
  b"dÚÝðä\x16<列\x1EO™˜ ³"
  b"dô‰j\x05,0\x13“%\x16‘ÄKÊÀ"
  b"e\f\x1F¯˜+6Å–_\x0F[S\x02"
  b"e\eÀôÞÌ1‡‰Ú ÷µ“= "
  b"e%ó\x00ƒ/<╣üÃÔK\tyÙÛ"
  b"e,zí\ej?%øì¥²¥ñf©"
  b"eDºå¼T?çž\x1FI¨ÀX\x1Dr"
  b"e{4\x00&\x1F7*¯@hŒÖŸèƒ"
  b"eáms9Ñ2\r°\x1AŽ\x16±£8“"
  b"eéÂ3a\x184>–©’Yýõ½\x1D"
  b"f7º­§$5>¥\x1AsM¥Ék­"
  b"f?PawÞ:í«¸7\x00Œ¸Šµ"
  b"fz;m&Î7ÀØ âƒ½\x04¡C"
  b"fç³ pÑ?pÂåjB07Å×"
  b"f°éL,ó56±yè€\vmÈ'"
  b"\x1DS:¶61º3NL\x08Q“~"
  b"f╩£då├4Ñ╗5\x15]╔¦Å1"
  b"fÎ:´^í24“QØs\x19\x04å<"
  b"\x15f5Y4.†B\r_k\x1Eð©"
  b"fþö\x00((3ºªç§ÔÖtÉ/"
  b"fÛ·w§D0■Üʺé÷ìË÷"
  b"\r\x7F4›„|ÿPF€[W"
  b"g\x00 .J£3\x07ü‗▀:±╠"┌"
  b"g\x01ºÇ7G;=–]k\x16\x7F©À\x1D"
  b"g\x13\x187┼╬0Ì®S0┘ªÅ'╣"
  b"g#M\f†¹3=†IGÊo^Ħ"
  b"g▒7­ÓÉ5¤íâ$þ▓\x1Eé2"
  b"gÀáLRË5h›<Hlxi20"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"h\x02V\x06N(4Á ‹å z´àG"
  b"h\f\x17'\x1DÅ2³Š°j\x7FËð…\x7F"
  b"ha‘\x05»p7\x08º¾´X\vˆ¿J"
  b"hå¼Á├À2 Á6ì\x02ÉûY|"
  b"""
    h‘\x1DŒ~¬1Ã¥½ÌÈ™\n
    أ
    """
  b"hœSÄÏÿ<\t¥•Þ>RQÈ÷"
  b"h¤ù@R½9„¿5C^"\x07qM"
  b"h¼ÏöêŠ?ôœ\x11wªºò„ë"
  b"háÂYMG:D‡7ÑIùt>s"
  b"i\x0F!Cœì3® VñÁ\x02½\x0F\e"
  b"i(\x18•ÉK5n¹™"LŸó>˜"
  b"i~(<Æo3[£Ãv»\x06\v"
  b"iƒDµaø7¦²ø¡é²KCþ"
  b"i›\eÇ\rº0™“²;>¹\x1E¸}"
  b"i«ò.©E;N¢ª¹¹û”n*"
  b"iÁxi×ô9¢¨\x0E\få§SÁ\x15"
  b"ièÄ8`p;J´å\x03¤%åot"
  b"iïì%!X7¯¤Èϯ>¡¸&"
  b"j\r·I²¸6x¦ÂT-íëQ?"
  b"j\x18@ÿ¤Ø;ûº\x1Cj@ý<A3"
  b"j5┼Î=q?`╗ÿu³·¢╬Å"
  b"j\x7FwmZ\x117V²Æ~ù"O™\x02"
  b"j´¢€\fÌ5ñ½˜\x1EAÙQv`"
  b"jßóÆFÛ9­-U•ì-\x16Ö"
  b"k\x0Ez>‹\x130\x10º—NÌN´\x197"
  b"k\eÊEÂW4R„[©Ãº~>¯"
  b"k\x1FLÊ!\x188ù¯Ùøc2®À½"
  b"k0Õ,åÉ6yî┤½GßÌ®f"
  b"kFbZo\x063•– \x07”*}õ\f"
  b"k[#Ë\x10ß14¶¾ÅÙ«oK„"
  b"k^˜Œš\x01?Ÿ‚ž\rSDÑe\v"
  b"kfñÚ\x19d?Йí[ À\x00z\x1F"
  b"k|Àážå:“»ÈMÌ´àEk"
  b"""
    k…7òb\x06-„Bîe“²\n
    Á\x06
    """
  b"\x1Eœ)\x1E8X¦~ e\x18Ã.r"
  b"k³æ…àÔ22šQ‡Ç$Ë€Æ"
  b"\x02µ–^9¡¨8ëPÔX\x030"
  b"kæÀ?ße0‰¾øéÜ",û\x0E"
  b"kîxÖÁ§4Ÿ´*|}² \x19ö"
  b"k‗\x0E®r\x035éÑ»*dëÅÖð"
  b"küÿpxð0­®4ð*\x19â™X"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"l^¦£—Å4"½‘\x14+ûWy„"
  b"lë▓ÎÏ┘?²ìá'æÕVëR"
  b"lŽà\x12Ø\x1E:\x1E™$yñ8ûûŸ"
  b"lìp„Ч¡ÈÄ\x1E¤‚ï\x06´c"
  b"lÿ\x05\x08fh8ê²À[HOÇ\x14¸"
  b"m\vP¿Â·7a¿\Š\x07>Yï‘"
  b"muÄ\f3\x116yü'à-ö▓&["
  b"m‚\rÄ\x01‡5+˜vXày¦nÞ"
  b"mé˜ì\x12à38³¥ê&ʺ‹î"
  b"múï/Þ€>\x1A¥¦Ãä§ÃÇœ"
  b"n6ÊS\x10Î?ÔªXúõn¥Å#"
  b"nO+"3f:逜\váÔÏÒP"
  b"nO3ãf&;Ùš¸Ä\x0Eö͈n"
  b"nVô'Gš1ÞˆžPýe\x01 „"
  b"nwê\t5H3ܰíú˜Ó†‰\x01"
  b"n°Ý1½â;#œÌ§\x00\x06\µ†"
  b"n¾šìíÞ8»¹† ùGl<©"
  b"o\fû÷^H4»²\e‡û\x01É\x12F"
  b"oT£$"Ü8FŒæ3µC]ÿb"
  b"o}ï\x13j\x13<—¼Ÿ—P¶F«€"
  b"oä┼=\x0E²3¨¬\x07æÉ\w│*"
  b"p\x020Jú\x08;?§\x0E¿<g\x07÷´"
  b"p\e}\x06`\x022+Œ\x1A\x03ÄkgÌÜ"
  b"p;)‹bª:®«¾w¼¸Ñ=\x03"
  b"pO\x1Dê`═9ý½\x18\x1A¹C¯ü¾"
  b"pmüVi¼=╩׃©╣═NÓ\x10"
  b"pÜEùÚ\x021w¬•\x1FhoÈÑQ"
  b"\x0Fêlö¶`Ôr=\t\x16†Ùj"
  b"q\e\x04T;`4®è\eúW\\x06Ø\r"
  b"qP‹d.I0¦†Fe‚Yî¤è"
  b"q}y\x03\x062╔çØ\x11ÍÇCÛ─"
  b"qóÎüè\r7ØèÒ┘└½!\x0FÖ"
  b"q¨lÓÁ¯5¿‚\x00ÈG&\Ô¦"
  b"qÕò¿xÿ=ý’\x0F±\eï\vè9"
  b"qîùßÓø7\x03‘å(”i7n~"
  b"qûþC S?\r£\t­\x7Fœäh\x03"
  b"rMP$\x04├6\vÉ*â █n═Ë"
  b"rWj;\x07Ò0\x1Ašñ‡9\x03*q`"
  b"rž³Â4@>?˜7Òu%TÔ-"
  b"s$C·Ç&>\x14‹Z„\x16F¦°¹"
  b"s0l¹V>5\x12º`Û‡vûäh"
  b"sOÍ^çS1x´C\x002\x17—M\x01"
  b"\x10æñü7åê¾Áp\x04ð▓È"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"sÄÚù&;>‘¯â e’ˆúU"
  b"sã8Tf\x188”ƒú\x04éP"
  b"só»øté0º¬áDËO‡WW"
  b"t*}×¹|3\x1DéУúÎüÑl"
  b"tX8öcµ4Z…nwR®\x16"
  b"tl\x04¯û\x0E=ܺ\v-Yð@\x04`"
  b"tu-§S88±©€jtÚDRÎ"
  b"tìT¾‗ú:oÿÛTÞ!\³Z"
  b"\fÄ?g1`²èyì…°õû"
  b"u\x0E¹­Ò\x053µ¤ÌË@©Ä»½"
  b"u\x0F~M\x7F╠?Éøôe│Û╔Sg"
  b"uf\x1E\v,l6»Àiðø┌\x12Å%"
  b"uqrü┼\v7§ñúQüÈÉ.æ"
  b"uwÈ8\x13L8\x12´>l­1«#«"
  b"u‰ÅQÚŸ5Òº:é8à“õœ"
  b"uº¸òÿ<┘øyÓü?åê-"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"uõ1Ì[¨?˜ŸÞ¤\x19ó{ðz"
  b"v\x10=\x16WŒ:Ü’-´ªû\x1E"
  b"v)£éÄ":©µ\x10¤\e‡¿¿ý"
  b"vz$Áw’1ú£T\x008(sDÏ"
  b"""
    \x01«\n
    ¬=\x05½öͳ;¨Ì%
    """
  b"v¸™¼8À8ƒŒ&”ñ˜cÉ`"
  b"v¼w¢œ ?\x08»è8|B\fÚÀ"
  b"vØ"¯×¼;¤’Fjœ=,?M"
  b"""
    vÞÞ\x16¼þ4®¬dM”\n
    PxÕ
    """
  b"""
    w\n
    \x0E/\x1D£0딢ÒÍ,Í^\
    """
  b"w8ÉõàX>Ñ–\x15LE\x03µêß"
  b"wnÇ\x18¬Z7\x1C‚3€£í‹Ïë"
  b"w€\x7F`õg3-µMôt\x7FÚz "
  b"wŠÃ/\x18D0´¦ROÀ\x1F=;ï"
  b"w’OD*Ó6¯¤=z\e\x16>{z"
  b"wò%+\x00e6Íì9§\x16â·\n`"
  b"w´Ád¤é2=•: Úm\x1E\x1E0"
  b"wÇVdn];Êœ%‘|ss\x10ù"
  b"x\x1EÞ`Gù;kš\x08>ëëd<‡"
  b"xD2šóç?޾ßî\x1F/<¸A"
  b"x…ë£\e\x186"‹W(ÿU¼B—"
  b"xÅ©╠ð/9tæÙ\x18\x06╗5u"
  b"xùk▒\÷7eÀm┼LÑÝ#ü"
  b"x™Zf\x19ö5¦„ð×óމL6"
  b"x™¾Î:ñ>#½o—yxoNá"
  b"xÈ¡2Ń9!òçÖ)▒[8¶"
  b"xê/PŸ\7X«j»#¶—\x1Dg"
  b"y\x0E¼’…¹2,¿ùYTZÔYá"
  b"yHôK”Ð<ý•òiCź[Ë"
  b"y]\x06ø@\x1A>ñù\x16ÊsNn;Å"
  b"yh~|t‹7Û‚\"}\x7F¹0^"
  b"y®ª\x7F±O6µ¡Â¶\x1Cv”ôw"
  b"yíÆIGÔ5@ª!\x16n\x7F,’Z"
  b"z>Q\x07òÈ1ìÀ\x01▒Áv*&\x01"
  b"zs3ûAÆ<í§€¸ú(‰™""
  b"z’OaÔð<\x7Fœ%ñíyL\x06ˆ"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"\x02o\võ:Ñ€)ÚMÁò;O"
  b"z¨░°t¦2\x1D×d╠ùì╗Õ""
  b"\x14!Jƒ2W«^ æî\v"
  b"{\x1AN\x1Cdú5#–Á©6Xcð\x11"
  b"{)0:®ß7ê±æðp·bäç"
  b"{h{\v“1\x15¤ô¯®xލû"
  b"{q¬Å(ˆ6C·]…MŒs¹7"
  b"{£±║5u5▒æTr\x07ìë5ç"
  b"{Ø│¸Ù(5Ñ¿W\x0E<Û█\x19æ"
  b"{átú\x0F¯6Éïp┼AjýwØ"
  b"{Ö•"†ˆ8G±¢áËã@\x04\x1A"
  b"{æ¼Ó`\x182߈Á†v,eÊ\x1C"
  b"|\x16ptX’>Ê¥­JN;Å\x16\x11"
  b"|AO>\x1Aý▄\x16£^\fÅRGA\x13"
  b"|aU3% 0B‡ï-œùÞÂ\x1D"
  b"|\x7FLsý_2Ï‹ÝÈVÜêÇ3"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|¯ZøF±9#‹\x08\x1D;ii°"
  b"|³›éRÞ5ˆ¢Ó1‹VŠÍe"
  b"|×¾&\x0E<¬²¡5 Ìkº\x0E"
  b"|ßp&\x06þ=°¾2Å/óÑ4…"
  b"|äý\x10ÝE9í­Z\x05ý³Š²Þ"
  b"|ò›]Gæ:1½Q‚Uš´\x1C\x03"
  b"|ôX·âPD )‰<\x16Œa\x19½"
  b"}\t®•\vÃ9>•âc\x19\x1Df"
  b"}\x16“ê\x1A0=\x0F Z\x01R\x19X:í"
  b"};õ6çØ5(›¶a°äA9\x1A"
  b"}bL¾´+0\x02ŠnñM—«\x04\x1A"
  b"}üáM\x7F¸<4úR¸ıopOÙ"
  b"}˜ˆÉ\x1D‚=0—é ±_ \v\x10"
  b"}¢ÁŠàr>'™¤ûxí9ô\x01"
  b"}¿Ê?Ó*9(‘\vÁÎ\x1CåRB"
  b"}øá\x06&F>\rµÊæ'\x01\x06›d"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~&\x05%_d3Ý·Á'ŠÕE- "
  b"~'4 Êi53šKÆ\x15l?\x03Z"
  b"~7ˆ÷îN4Û‘\vZgÌ\x17Ï\x19"
  b"~Jß-©-9Mžb´]€“\vÀ"
  b"~L_·œ14þ†¥u<šS\x12m"
  b"~hù¬Ðµ;”›îvrFÊ\x19È"
  b"~{]µ▓m;C¡sÍIèÅ7""
  b"~¡Ó´×=5\t€rH©Õ\eÿJ"
  b"~╚░¾\x14Ø0ªªn░39\x0Eã7"
  b"~ÓB¡öA8–µ¯\x03\fÌÆÊ"
  b"~åT¢<"3-’^¸yü6qê"
  b"\x7F\x08ì¸q\x1D;~öÔs'\x07Ë ÷"
  b"\x7F7—c'‹1³Ž@9ИVÛ\x14"
  b"\x7Fg\t▓À¿8ÞÜüG\x1F;\x1Fñø"
  b"\x7F ŒP¯43d¹°ê‡cWS`"
  b"\x7Fñ@ç«?>#ÜËtÉÀî\f"
  b"\x7FÏ“êÞ\x12:\x11¾ó\x08+NÇÇ»"
  b"Ç\x08RÉ~\x089´êOõ\x18Ä\x14Y\x17"
  b"€"cñ\x16"?µ¥\x11ÑÄH¥Æ\x06"
  b"Ç39I¼õ6├É\x02´ôãµÐP"
  b"€6bapúÄYíTmˆD±ü!"
  b"€Vˆf•\x0E8U¼…©\x02@ñø\x04"
  b"€i\x12XI¼:Œ‘W\x08Rè&Æà"
  b"€Ÿ°éÿ±èT‰ú>6Ú}¼k"
  b"Ç┐▀9eê:ÙØv^C\x7F\x17"
  b"€Ã\x13ó’ò?r¸ˆ \tG¥‘O"
  b"ü!xK>=7SÂ;▒Î3┴É3"
  b"""
    üQæà(®?\r½Ðö÷\n
    }\x15ç
    """
  b"üRHÒúd>┐üT\x0EÜ"\x07ó¹"
  b"üééBfµ< º¹Ms├óÕø"
  b"üæ═╣ks<ÞçO0\x040┤\x1F"
  b"üÿ}\x06°ï7\r£RBO■&Gy"
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü╔ÆK│91%ÄAv¸ë└qs"
  b"\x12µ?¥‹<¨††šÂŒ«öj"
  b"é aôØð?Ñ▓]ó▓▀£ûó"
  b"‚U\x12Û\x14y4ý¿œÜ³³5T_"
  b"‚ifµNÎ6ú±4²'åEy\x19"
  b"‚q7ã÷âÝ.G\x13—!+ÅU\x1C"
  b"‚Æ¿¦¨}=ߣҿNFÆvž"
  b"""
    ‚Ðä\x13\n
    C0¥¨¹@šfø•Ê
    """
  b"‚ÞC¨ðä5Ï íf­ð¶À."
  b"‚ß:\eÚu5\x1F¯—µ“^_Ó\x1E"
  b"‚å[@as1Õ»u\x1A\x16Úz’s"
  b"‚æ\x13‘Œ\x027ýŸ6\x1A\x04ØB\x00A"
  b"éÛ}i¯▓;¯üÅ\x1CµàÂEý"
  b"ƒpÝUÓ\x039ö–"°ÉüŒrP"
  b"""
    ƒv\x08êßó6V«\x1Eÿ¸Ä\n
    Àv
    """
  b"ƒ|7o-´=“ r\x05CÌeW9"
  b"ƒ tì\x19t>#¾ñØ1Hã)\x0F"
  b"ƒÇ)ˆ¹r6–¾\x15K\x02j3®u"
  b"ƒÎOƒ\x7FV;“”(1{Æ^Ì\x17"
  b"ƒã‹R¶¢9?¿¬„mYFÒ¬"
  b"âÙ|úHì8\eë└%─-QÓy"
  b"ƒîºÑ´˜2x¨\x02ºDFkÓÕ"
  b"\x16ªÊJM\x14Pÿ›aPÖ4c—"
  b"„"þé.\x193\x1C·ðëñu4Ší"
  b"„[\x14OÄ7;\x11‹ë[ @\fŒñ"
  b"äÉ\v²BK6Öá&6\x02&╝HW"
  b"„¦ˆ>¡Ò5›£\x7FË݃Bÿr"
  b"„Çu0Ä%<ó‹\x14ƒ/+^\e\x16"
  b"à\x1A/S5\x1D:│À«ª\x14Å\vÔ2"
  b"…#_óª¯="…8]ŒŸ Â\r"
  b"…Z¦t\x01#<}±r‰`\x7F)Ps"
  b"…ys\vˆÅ8Y•\x12ÖÅ9o\x136"
  b"…˜Îß-L>O¡ˆ\tøXÓw\x05"
  b"…ÊO~ƒ³=hŸÖIrƒ\x1Fo2"
  b"…ìØG€ú0ƒ¨áæ½ìƒ)]"
  b"å\x02\x16\x1CÅs6\x17¥\x12v-\x11>È<"
  b"\x10'\x15\x7FÔ0w§\r„&À‡ÔÍ"
  b"\x1AÓ\x0E„t=1Œ¯æsð´„¼"
  b"\x1C¢¸Fj3"´e\eh\x03pÝü"
  b"†(\x14ïÚ';\x1DŽ \\x1FZÆçF"
  b"å3[³í¢=pì┬?Ç\x10äòç"
  b"†VñÑ‹\04¡á9M\x1817þ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"åüÅfC\x173Îü8ºljÑZþ"
  b"†Ñ5‘Þc>É­óAº3Qêª"
  b"\tqðçÔ2\x17¦çs+\f¿Gã"
  b"ç\x1FYÜÙó1░┤{`E;ìUô"
  b"ç2┼û\v\x100Øí\x18õ3\x0Eßµ="
  b"‡lËᜄ3¹¹Áò¹zÇ:æ"
  b"ç|Ô│'24üæ´q&ı\x14£»"
  b"‡„£ËâI3½ ¶«jN`Üø"
  b"çí%▄Nz4Áû°ÍuÏØ!ï"
  b"ç«\tö┘R:ÏÖ╠üç®^Tƒ"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡Ùx½ýí6\x03·kˆé‹\x12"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"‡ýèÌèáõ÷tš\x15¯Ó*ŽC"
  b"ˆ=j!…ë3;¢&9\x17eÒŠã"
  b"ˆH|ÜïÑ?–¢Žqã’›V|"
  b"ˆ¸m®»u2“—8T¥ë(\x1D|"
  b"ê╠x£ü50,É\f«¿q─└\x02"
  b"ˆÔ)Ö‚jnö¤ï\x0F´0c¾±"
  b"ˆã‚e\x03U9>³\x0ERØG\x10E\x18"
  b"ˆí0\x0E±\x7F9KŒìQ©óa˜Ä"
  b"\x08[^¸ü6É®à5RFÿ¦\x1F"
  b"""
    \n
    .V8:3B¤Ð3ƅצÇ
    """
  b"\x18b_ç¶>z˜.\x01\x0FƒÔG½"
  b"‰3Ü p2ɦ\x19b¼‰;)\x12"
  b"‰WãŒX—?\x1D‡1¤å4¦>î"
  b"ëâÜÛkóF\x7Fü╣ã╠┬kD²"
  b"‰…Ø\t:?5&‚ySm–:q\r"
  b"‰‰Ò†[Ù8÷‹SþÒFz•Ó"
  b"‰˜1B\x15H7`¨Ž09L\x0FUa"
  b"‰¬"Þp¬7…¸ˆpig«©‹"
  b"‰Â¢1>F<™¯¨i\x08B™\?"
  b"ë╠6‗\x1AÁ5ì▓▀)\x1Cû#9µ"
  b"‰ã9`´Z8—¹¶äæWæ_¶"
  b"Šo;7ÖŒ>\n‹~t75\x00“l"
  b"Šw× ‚ÃÉ\x08"=;¢\x12„„W"
  b"ŠŠ1zÿM=\x1F¨‚\x15QÒªZú"
  b"ŠÁ'ùH»?Óˆ/\vKê’ŠÇ"
  b"ŠÅ×ÿ¢óó×Ôò¥º:ëK"
  b"Šè\x02ÎÁY=G™Ä{KãyF\x1D"
  b"ï\fÀÉè╩;cáI┌¶SÙôN"
  b"\x1DÌ[\x02´9¹¹^Çè\rsi—"
  b"ïëìIÝX<Uá× ╩▀¬i\x05"
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹Ó~\x1EÁ°<éŽÚPLÙ±\x01à"
  b"Œ PŠ}Û6‘‚×þŠãº\x7FA"
  b"ŒQÂ3T\x06=ö¦zÿ×U’€6"
  b"î_ÅGx9=ëó:³êY4°"
  b"ŒˆÕ5\x17Š;Åœ\v·²\x7Fw÷‹"
  b"Œ‘Ôúä–7Ì…@±²wJ-Ù"
  b"Œ²Â$mB3È’FYxS,‚Ò"
  b"ì\x1E\x17m\x1D╠:Ä╗╝ësÖq{ "
  b"ìCÉ$;©0°óä▓\rv\x17 \x08"
  b"ìPUF208Eø8Tù└º­ñ"
  b"ìaLAMÕ=╬ª─~w&s(="
  b"ìÜ<D\x00æ9Æ┤³èÅË╣Ê""
  b"ì£‗¤ÂI4MÅ8ìMæ?¼║"
  b"ìÞ®-ð±3;╗uê\x01Üfı\x02"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"Ža`\x0F÷}6\x1F¦þ\x19ì²×nø"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Äê÷]Õ\t8È┤┤|÷\x108ż"
  b"ŽŠh{ë»;ÁŽ—ã¸ URZ"
  b"Ž”\x0Fz\\f2g¨EÑ­ƒ2†â"
  b"ލØ\\x15Ý=®ƒ«?¦\rÅ\x01ó"
  b"ŽÓú$Y†7\v¢y§”ýf´}"
  b"Žíz—_wÿ}\x01xl#P2\x03Ò"
  b"Å\x0EºsÑ┘0█¥³\x00D¥áË\r"
  b"Å\x10ù\x02ıD9ãó®ÔjOO▒í"
  b"Å\x1Cê\x11ÛÙ9µÜ\x16\x12ÅÍ[é┼"
  b"Å\x1Fi½H#;┌åf═M²\²j"
  b"Å='F¢±5¾îPÍG╔Þ▒┌"
  b"Åc┬A┘F>`Ø>Yö═)ãº"
  b"ÅyT³\x11å<<¡£┘`\x12¨┐╣"
  b"Å{z\x0Fê'6Ö¼\x03ƒ¹G\x1FøK"
  b"ÅÔ.\x1Fȃ;©®ÒÎ_ ┐║r"
  b"É\x02\x01>)└;GØ╦\x0E\x11rÂ$»"
  b"É\x11\x7FÄ¥??l»þé6&Ë2\n"
  b"ÉLx┼ûÀ1ÝÆ[êRÍóI³"
  b"ÉuÉ@▒ç5ûöÙð5qÜ#└"
  b"Éww,\x15R8R£#0x'rþ\x1D"
  b"ÉçK\võ\x15=░î¾Í?"ê^Ù"
  b"Éï\x1Ayƒ╬9²æx·O╗│ë^"
  b"Éø¤‗3┴=\x17\x1FJ\x07=ú¥?"
  b"É┤Ì\rû\x16>═░.ìYT▒4D"
  b"ɧË\x14î[5.Ñ\x1A¨▒vV%Ü"
  b"É·â?4\t<5ªdóä×Ȳ\x03"
  b"æ\x10Ø?® ;ZÆ¥{$\f¡ÿ."
  b"‘"\x1CÂ.è<3£ª¿ÂgÜéy"
  b"""
    ‘-ß®ò°·Æž\n
    (ò?65
    """
  b"‘br¶„ã<\t»½\x0E§$í)N"
  b"‘y\x1Eï(40ï¡síy ðçp"
  b"æ┬BZÉ¡6SÁ┤6´Éù1Ý"
  b"‘ÛJ£\x16vÜDK—ëð!Ð8ü"
  b"\r‰¾£ª3ø¢þ®þj\x19"K"
  b"’'ù˜Ó†1N¶—õ<)\G "
  b"’C\x05\x17\eÆ>:œ}Ê*ç\x19U"
  b"’^í\x04ÇÌ0\x17¼hp,9©’›"
  b"’a\x00„‚/0\x1E¸´\x0Eƒ>¬í1"
  b"Æ®┘»─n3E¬`Úü&¿/©"
  b"’â\x18Ï\x1DNU®3X2»\x03íOÉ"
  b"""
    ’ìõzi\n
    8`£\x1Aí\x05Ð\x0E\x17Ç
    """
  b"’õ\x1AÆŸ³4\x18šò#-c€e°"
  b"’øíXÐÔ<˜œc˜Ù.±×$"
  b"\rŒ\©(<øª9݆§µÅQ"
  b"“hS.f-=ϯê\x19–ÝFÜj"
  b"“m¦•+õ½)Ž\x10™LÝÚõx"
  b"“{_–Æ„?6­\x1E\x1A™.o¶è"
  b"ôàù1ÛK2Àò¸¹‗×õÅ4"
  b"ö\x15┐LíÙ>=ç\x1Dý»Å▄G]"
  b"”$EçN|4¡7Lè'¨\x16¬"
  b"”+C[*r?š§ê\x08\x1AÄêìÕ"
  b"”+±¤µþ3wœ‹;3\x1ArÝä"
  b"”CÛä+×9f¼ál\x10p÷£5"
  b"”b\x10\vW’;ljíêÂpË¢Ž"
  b"”ºÉP,Ý8ú†Ý¼Û\x02²½\x12"
  b"”Ê®‘Ã#8›¾H·vR‚TX"
  b"""
    ”艫ÄÑ6´§\x05\n
    žë\tÀ\x19
    """
  b"""
    \n
    îrÍ\f:Á‡*\x07»Ã¨€„
    """
  b"\x0EJÄ'œ:Ž‚GšŠR¨Nj"
  b"•#&¸F\x1F:T”à"\x17Í=\x02Ê"
  b"•*boK\x151\e»hŸ:u\x1Cïv"
  b"•?Ù¨Œa7…½\x1Eã^'7)N"
  b"•K˜\x0FZ*2Ú \rL€\x1Fx_›"
  b"òeq¼¿I4èÿ\x14øÏLüE¾"
  b"•o¡ã\x00ò7j¬ú™›0+óö"
  b"•w\x02$\fÐ7\x1D€®”\x18aÄ’\x05"
  b"ò\x7FÉY═æ?\x07ï║K°©\¬1"
  b"•Þ¶¼(»=Ï•“02Æ“cŠ"
  b"•üroXHó©ÚÚ¨±·m\x08b"
  b"–aÜrËœ6ɸNæÿ(Þp™"
  b"–À;\è›1 œ‡Á‰D¢Ce"
  b"ù0╗ú|ª5]ÉwùËMA\x17v"
  b"ù<\x0E\x08=¥0PØÙþ]┬÷*À"
  b"—B¬ˆâ\x0F@æ£Å\x1F­\x1CšË®"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—b’6µä³â_ý&oB*àk"
  b"ù║┘ÙyM;Dó|«\x02░Åo)"
  b"—Ó\x16Žqî8ì¹±yw/N^²"
  b"—ÕAbC‡Ué>J0£Ÿò”¸"
  b"—ñ\x7FAÕR3Ò³ì\vo·4\x0Fò"
  b"—úò¾X¾9 ‘Ø)=Ž\x04"
  b"ÿ\fËì═t0\vè°│}<╦hÀ"
  b"˜\x18°,pN2;°¤\x1D¯)? @"
  b"˜+ÚEà 1²Š.Ùù*±t­"
  b"˜.ÏêcA9\x1C\x18–ŒÄj\x19§"
  b"ÿZ╩Q\x14Å:#ƒ"\x1A?$®¶\x15"
  b"ÿ\þ@\vâ1\x17àØ4»ìve\r"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"˜}\x04\x065¡·^ùÌ–ü‹µ"
  b"˜¦ªJ‘ú8"†8lÜJ4:\v"
  b"ÿÁ·ëØÒ4╩ùý}ÆÐVÃD"
  b"ÿ║Éà\x1E¥9ÏѨÊve\x0F¶K"
  b"˜ìë-~U=# ì\x02?-ÍþŽ"
  b"˜û#éî>6Hž+Çä˜\x0EÑ\x16"
  b"ÿ¹&ìÙ,8Ü║.6ã{%1ª"
  b"Ö\x03ñ═s·0_Â┤Ì│░‗ü┬"
  b"\e–d¡ç2»‘m¨ìä¤h›"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"Ö/rë┼Ø8µì\x18[‗P│ÛÅ"
  b"Ö:└H¸r6ÅâT\x01K╗zZ4"
  b"™<¡^7Ú<\fŠ“_"\x7F"öË"
  b"ÖE ¬D 3òÅÝ'▒üþá▄"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"Ök¤ÜxK26ÅBVs\x0F8╩¬"
  b"™mP\x10çL9–˜S¯{F¡{\t"
  b"™t>^y‘3Û¤r\x12Q›‡Õ¶"
  b"Öàgüí\x011nô\f\tþbãf┼"
  b"™«§Ô'•;Q‰o]·ò\x03¶1"
  b"™»àÄ\x1C°:\v‘¨\x1A\x06­B–˜"
  b"™Ã£Xo\0ϧΘ\x13Fu•£"
  b"Ö╦®│Ë\x138*Å-þ▒\x12{­W"
  b"Ö´x»=w©‗í£\x03Åí6C»"
  b"™ÿ]\x14òÄ<u’í\vø4àò "
  b"š\x01¶[7ê4Ÿžêù\t\x0Fw­f"
  b"š\x19\x01h7·º•„\x12íßÓÚ"
  b"Ü"]Ì╝¡?\x05ØòCP©\x17J│"
  b"š2tsi12jµ¡ƒ°˜Y?/"
  b"š3Èh\x03\x126ö¼Vu/>\n\x00t"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"š].9Ö•9?…®måóo&\x1D"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}5`…\x178κúø#?›A\x07"
  b"š ©êÌÕ1©²«Oü¾ÀÌ›"
  b"Ü┼▓\rü$8ƒî┼Vè5ú*■"
  b"ܶØÐq 5ÀÿÛè\x05\f\x1D▄Ç"
  b"""
    ܨ#\x11²¦6‗Ø▒'\n
    ¿¼ã¯
    """
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"›#\x0E’ù›6OŒzœÐ1\x03Úƒ"
  b"›MW)B©:£ºB§ †V\x05e"
  b"›XYY\eç=Pµ\«kâ¬zÍ"
  b"›m)jS±4\x06\x05,\x7Fõ²*\x05"
  b"›sìÉLLæ£ÝÓ\x13ðšQ0}"
  b"\x7F,2ª\x18<ÿ±B‡'8Ù\x00""
  b"›š$ïØs:Æ‹E³ÝcLþI"
  b"›¦¤l=\x052g—Ò\x03F¿H\x05ü"
  b"›Üƒçöq1‘¬­‚K´b?L"
  b"›áééêx=\x13…n\x15Ó\x11®\x02ü"
  b"›ð*\x7F±Ê7Z¼.\x04¾¨t†™"
  b"œ&Œ“[\x013“»¤Yã+¢l\"
  b"œQà¢c¦4›¹¸ÌjÒ=øÅ"
  b"œS\x160Žw?H¢•z\x18Ÿ™<£"
  b"œV5"ò€5/ŠÆ5l6G-\x07"
  b"œi[¼\x7F‚?>™£e›GtU*"
  b"""
    œrÂ\x1A\n
    22ü²;š-öëÚY
    """
  b"£ÇÉB┴Ë8¿¢4e§Âõ¶©"
  b"£¼`HEø;ÚØƒsã─‗Wd"
  b"œ·˜RjÊ;д\x0E0®]^\x03î"
  b"£ÎOC┤╔1¤æ:ÅsHÛ\x01"
  b"Ø\rEgÿl68│═ƒg´\x0EÎH"
  b"ØC\x11\va╦;±▓░╚ð×!Àä"
  b"ØZêXËm1Û¿·´¤òõ o"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"ØðñÜsx?Tæõóuz7¤\x15"
  b"ؾll\r─;G·l.Êm\x12h"
  b"عKYd¹3┌½ï¸ÓÓ¨\x12I"
  b"س§■ÕÆ7>éÇÆ\\x1ExgK"
  b"ž8X“¬ª8§€L¹j)Ý\r\x1C"
  b"ž†×X\x07\r=ÉŸU:Ñ\x10\x1C\x07š"
  b"שôØÑk0Ò░'oñJ°Ò│"
  b"×µÓR´P1}Øñ\x17\pÒ,á"
  b"Ÿ\x1C¢VR“0—§å\é=j{ÿ"
  b"ƒb▄\x1FÝé0_ì*┘äah▒i"
  b"Ÿšnã°®=<–(ãÈ©ž_ì"
  b"Ÿ Ny&*2‡™UÈ\rå{,:"
  b"Ÿ§A\x14(\x7F:à¥Má€í¥}D"
  b"""
    Ÿ´\x15AýÑ;q‡†\x17\n
    ã²\x18R
    """
  b"ƒÐÃÈ\x19Õ:лÝsúÉê█×"
  b"Ÿû¾PK\x165M²Ôi\x13\x04a¤í"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" tlŠŽï<y›HhÂÌíuy"
  b"áç3Ø0+8\x17¼╝·î\x11<É╩"
  b" ŽÙoj\x03=#‹]k˜ó–¥z"
  b"áÅÙ\x16Uh=[¬OD¶'µ\x1Dp"
  b" œ\x18IW(*\x00C\x14wøÓ=š‹"
  b" ð\x0Eo\@;\x15Žjú#XÀEJ"
  b"á±Õ%Ý¿5\x1EØe!0k┐¹Ý"
  b"¡\x03GQ®\x038\x05¯\x04ŽOðá«ý"
  b"¡\x0EYı\e1\x19žè0¦Îu\x1D$"
  b"¡"O\x04 £0\x16”@s,KD,ß"
  b"¡#õ|<ø4í¹\x06éo'¥þ«"
  b"í(\x0F[ß┐:üøÆ£Î©={G"
  b"¡qØ~tš7ÒºN¹B\x19rð£"
  b"¡y„>MŸ2Ý›‚c-Q\x03³ñ"
  b"¡z'ûRÓ7.ºÍµ²n»™\x08"
  b"¡”\x00žéq0‹‡g°×Jó¥^"
  b"í²\x1Dx┼ì<á©9öX$\x18Å«"
  b"¢#azå¤4)‘`ìŽ\x05ÓÑÌ"
  b"""
    ¢%|)˜é2òŸ”1ÕÝS\n
    «
    """
  b"¢DS\x1D\x17Ì0‚ˆ\x04ø\x06 pÀN"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"óéþÉ╣d0Ú©E%}Ä üó"
  b"""
    ¢á\n
    :4ƒ8†‚Ž\x04Á\x14cpø
    """
  b"¢âb2_¨2?†Þm7\x1Dºñý"
  b"ú\x02SçÁA4kÖ\x18Å\x13{╔Îd"
  b"""
    £\t\n
    `Ý:?¶üãîR•\x06¥
    """
  b"£\r\x13w>¢©Z”Xè \e\x17"
  b"£\x1Cí\x1F¡§:n ~Z@épOÁ"
  b"ú\x1E\x7F8é=×é¦+\x08{;ØP"
  b"ú)ÖMe%ªÒ:Å"­1u)▒"
  b"£.Äš6º<ý \x7FJ†bAëR"
  b"£]Èû;=8\x16—ët8ݺr["
  b"£ns£íS3\x01¢ú,Í#?ŠÄ"
  b"úüº]®<2åé¡?\x16á¤dÐ"
  b"£§7\x19A|0[…|ˆ7¦>Èü"
  b"£¼ÒÀ·Ÿ7ž˜J°ð‚B<!"
  b"£ÜJì]ð= •Ó#)ñË\x1Fj"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"ñ\x07ÇpzO5ÛØ4FO░ãg6"
  b"¤\x19‰5/×9ŽŸUý\x07ô¼Q¤"
  b"¤LÝÕ+”4H‚Õ[Ôç`\x0Eò"
  b"¤T*Q¯ß0\x15¨.iø–j|Ë"
  b"¤_O¢2A<-ºdX³û5®\x06"
  b"ñb¥┴>õ2\eÉìöÓ´^┘P"
  b"¤„Ad\x13Í6“©¤¸`Zò:ì"
  b"""
    ñï\x1F.\x18▒=5Ép\n
    i0¿\t
    """
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"ñá\x06§╠Ø3ìÆ╚K@ÿ\x19äò"
  b"ñ‗ÿxMÅ;f╣B½3\x04\2\x03"
  b"¥\x00Cü¡Ê<\x07°ó«P\x12\nèÅ"
  b"""
    ¥\vÿè\fø0s†i\n
    \x05àµÿÚ
    """
  b"¥\x1E¿ˆ8,4=¯Ï{™`>ôÐ"
  b"Ñ&\x18];Þ0ÅÑ ë&åÎn\x17"
  b"¥&US·²7ÆŠ©\f\x18ƒãÙ§"
  b"¥'Ôà˜W>Ì”mÅk„\x16¢\x01"
  b"¥.Ÿ„HV>\x13¡>RÜ0/s…"
  b"¥O\x1Cñû’<0Šm=’Ìv\x05l"
  b"¥Vð\x1E\x04|2k¬ægý\x1Edq×"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"""
    ¥‚_‡217‘½\n
    ‹v¢¹zS
    """
  b"¥žVOÍWk:u½Çw\rO\ü"
  b"¥³úM^Ï1¤‚$óé%IrE"
  b"Ñ▄║K\x0FM0·êÅ└ép¹$ä"
  b"¥ï;\x01\x13¾Mæï\x02ûãr×q˜"
  b"ªBûâw-;ZØ0á}¦'▀ù"
  b"¦i\x01<û®2úžA*¥Çìö\x18"
  b"ªÉòt└Ó5\vû4¸çXó¹│"
  b"¦¿›{±\v>r¬¤ÊîM+Š\x00"
  b"¦æë\x18kH7ë¨V\x02\x06d\x14"
  b"§/ÿ“N\x117¦“A¥:§\x1D›."
  b"§?Íí8©:̇<\x12ý\x13y}0"
  b"ºfiü¬¬:@ö³\x1E4È¢ò¥"
  b"§‚c·x#3-š´ò íÒ~À"
  b"§Ê:-\f³6\x0F£ùM\x13\x16º\f-"
  b"¿*└=Þa;\x05ïÉ╩vJ²└\x18"
  b"¨Gf«:S˜j ±,ví­±"
  b"¨S®®\x0858¢‰ÛiGf‘”\x05"
  b"¨Åø«ï\v<g¯ƒŸ‹JL³Í"
  b"¨æ\x19$K˜7l“ú\x0E+4˜~\x05"
  b"¨ýÎ8Ÿ\x124ú¢-¾0!\x04ÝL"
  b"©\x03\x06Hu—;Í—Ï7Œ—*ÌI"
  b"©9Ö±m.<\x04ˆw]\x1A©mÏo"
  b"©d`µ³–=pŽb\x1E"\x19g­Ð"
  b"®É\x03èƒa;rª²\©AAı]"
  b"®òÅ\t"5:¬Â©öç\x7FÑy®"
  b"ª\x10\x03«Í»2R™t@UÇ çv"
  b"ª\x1F@×Bå7r‰á-\x16‘T\x04\e"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"ª4CÒuã2!§ÿgAüÖ$…"
  b"ªL},Ó11{®×\x03Cs\x01"
  b"ªk,½M¦3ã¾\x1Fè;½^¹"
  b"""
    ªÓÇõ¶?1\n
    ›´“F,ë’‹
    """
  b"ªí\x02|*^1\e¬÷êqaàÞ’"
  b"¬÷ü2þ\x1E8.ï█q╔n¬3Ü"
  b"«\x1E:—\x17a:Ú”º\x1C_†2²¤"
  b"«Ba³ÔõïÑ»‹¥\x07¹q~Ê"
  b"«C{\tR|9ô‹8µ‘ê\x05\x05\x1E"
  b"«\x7F…œÂµÑ\x1E¹>À‚Ãy }"
  b"«‡Š!¸ \x11\ý/=îÙü’ˆ"
  b"½ÅIÖzp7d»▒ã<═*ÉQ"
  b"«šæY(·1˯“*\x05´üÿH"
  b"«°]XØÂ5i‚­À$fÂÝo"
  b"«Ø\x11,*¾6\x11°]kç;j¸ä"
  b"¼\x06ád\x0Fë3╦ÿ╚äüf\x19"
  b"¬\x1FQÏ_f6þ‡&Ê]A£|Í"
  b"¼&£X5H=H¼\x05Eüuz7L"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¼_═·┬(=╝Å┘\fè░.[r"
  b"¼m\x19ü▄ª5"ÿ\x1E\x07`N9m\r"
  b"¬ÇÆ•q|>\x08¹\x17ä6«\x11\x04ø"
  b"­Px\x0FÚ@=½¬ƒÚžö\r"
  b"­_Á{\vk:p¢µ…S鵸\n"
  b"¡ì╬]%ı>õñ\x01\_«┘g1"
  b"­ïr¥N ?\x08š×µl.Ѫ<"
  b"­ò'^ÑÁ<­¸%\x16\x06/Ê7"
  b"«\x1Cç■*ù3t¬tü(tH;!"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"®zÄ(lö=\x1CˆˆzÔÎU=*"
  b"®ª€.O»8Ïž¹]Ø\x01Œ™¤"
  b"®Äy\x1Aé]7\x0F˜Ï6Æ—ÔÑ0"
  b"®ÉZò\x03±9y€§"P"\v\r\x01"
  b"®Ë‰û=‹7#¹f4ŒoÜJ™"
  b"«ÈÌHÞð<┌ÆxÅß▀55è"
  b"»P‗±H\x167┘½­O­│$Øù"
  b"¯r‡ñÚf:a™Â\x04•ü$(Ö"
  b"»ô´t1J:ç׺qà\x17a#ü"
  b"»Ö╩pÉf2r│ðs2eÚD¿"
  b"¯¶¤‹%X<þ¥Àõ<’Yùf"
  b"¯Ä\x7Fê\x02\x13?+²ƒ‹$©M\x13¯"
  b"»■ûËÆÉ2─Á\x14ıÿ\eþ\x04ò"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"░&+■zK5pº)RƒÅÖ┐â"
  b"°7–\x01[Ï>[œÓV«œ7¬0"
  b"°NòùyÎ4—š?þ\x11N>-¼"
  b"°•fcêš:8‹ì.º\x12Ïjg"
  b"°¬Áì\x01Ä>\x1A¤\x0ElF\v\x11õE"
  b"""
    °¿0(€ß:²†p}\x0F(\n
    3c
    """
  b"°Ûw}ö€:\x02…o·kYoê°"
  b"±\x18Ï5ä\x1D;ò²àµm[ò\x10°"
  b"±~ªÒD÷5_»ºöÄÕ3â3"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±µ\x15‚i™2Û½½”\x1C‡Bãê"
  b"±âpÌ%Ç?U¢fÖ+'r@B"
  b"±ôèöD{7x‡ð\f?2Vù$"
  b"\x0EQg7\x08=áì,À­2\tÇm"
  b"²B\x7Fwû‘<\x1CŠëÞ O÷Ѱ"
  b"▓OüR½?5èÅ$øÝÿmÈp"
  b"²`—\x1EA\x172вA!É\x13\x00‘–"
  b"²`º7Ư:\x10¢«\x15¼\x1CŶ—"
  b"▓×g/üt1hå1pÉÑT┌\x15"
  b"²«y\x1DãG<9«¼ØW6Õ³s"
  b"²ÎfQ\x02A6i‡_\x14ì9~2Û"
  b"²Ö(¡'\x034Ö²ä=c9d);"
  b"""
    ²à|KP\n
    <6š\v\x17(\fÔ\x1A¿
    """
  b"²ó5Tü\x1A1M§&\x1E‰¦Õ¼E"
  b"\x01É\x01#\x0E30ù)Ì└\x06\x03"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"³\x1FòIßÞ0³¬®k™\x08ÞfN"
  b"³$\x02Ï–\x0F31µDnAãü\x17Q"
  b"³SœŸ:æ</ƒp%Ü·9f\x06"
  b"³m»Ä5k4©šnðÓ–\x1C\x01"
  b"³¦1õG\x135ô†+½\x12ª?Ï{"
  b"³±¡\x04Û÷;†›6.äñ¾»\x00"
  b"³È\x141\x7F32©§)ѲÓ\x17ò\x04"
  b"³Ð\x11)D5<à¿øô^“?\Ù"
  b"³Ù\x100èŠ;B€á0ÿÛ¥˜Ã"
  b"³ò\x08(2ñ5P’\t·z>\x13ñ5"
  b"┤2\x1Ac6\x0E;/Ø6┌õ2ô╚ª"
  b"´@fé7­3®»ÌV½GŠép"
  b"´F\x14÷Aj`§\x1Ej\vlú,ô\"
  b"""
    ┤üKÈ9Á?Ý¢-¡\n
    ®qÿb
    """
  b"´¯æL–È?V¬…Ù¤\vÞÒ\x00"
  b"┤ýh└0í6öÉ╝\x01?f\x01"
  b"µ2œ:§*=¦«S%y²]•\x17"
  b"µp8½Ãø3Õ©S^Ýlê_½"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µŒ—ÁÂù1iŒ?m;Ž\x1FÎî"
  b"µÀ0žb;3±•)&\rGÐÄë"
  b"µÄÄíÆ‘5{žd#îýÊv,"
  b"\x08B{Š¡<ã‡_S\x13…QÊ”"
  b"\x19FQÔ8?8„ç\x07øóʦØ"
  b"¶"Uªý\x140¿¶¯|¼ìáõß"
  b"¶:Q¸t÷0î…ë\x132¬+´'"
  b"¶TñÝÃð;J½zºÏÚ!µ\x16"
  b"Â×o╩\x11a9\x05ó┬\x0E┐àðìá"
  b"¶»¯Ñö†0ã¶'ê\v%tì›"
  b"Â╝5ÂÄÂ9ÏæùþTÇ%Éá"
  b"·#·Ë¯¢?m´â\x14ƒÊúf/"
  b"·=ê[†Ö:Q•>RXc’&U"
  b"·Š¸í‡B4Ò‡\x07Õ²¼`^b"
  b"ÀØ▄ñ{\x044^£ëï¿;ºı~"
  b"·¦‘E³ 3q§à\x02.nJPM"
  b"··Ï…m—Òq¨Ø©…?s»ð"
  b"·Ã¶\x05R›=\x1E\x7FYó¤\x19\vó"
  b"·æj\x12ÆÑ?B”Ù\x01\x1AÃN"
  b"·ôïV?>2\x03¹Êå\x07\x19t"
  b"¸\x01¼ªZv1\x1A¼íŽ)}þqO"
  b"¸\x03Ìz/É=²µWc‹\x0EÔ.r"
  b"¸$ð$œ\x1D;\e¸¹ÉMˆgÛI"
  b"©*üFí~:Tâv£UËD£{"
  b"""
    ¸6qèßÈ5G³\x7F\n
    Þø­
    """
  b"©p█àï╣5±ØwWkZ\x16╩¹"
  b"¸‰Þf:>=²«)³°’˜Ã\x03"
  b"¸°R°ih–;\e}NP½ëš¨"
  b"¸´ÃUȶ8I¨'y(Òí«§"
  b"╣ج:¡c9^ó║¥¥ú┘Ê¥"
  b"¹ŸReÆ^3·„éò1„ß#œ"
  b"¹Ø\x0FÅ\x11C:Š¥Ä÷²$q¥="
  b"º1¬¸›¶=땘q»q:|‘"
  b"║6YDu43²ºEƒÐj¥¦É"
  b"º9˜†ŸŸ9ä¸h\x1A\tå ´Æ"
  b"║s÷▄YD?µÑ3ü▒LKÇñ"
  b"║y5>\x03Ö<·óöÁıÅ!\x1E·"
  b"º™·^Då9\x07ŠÕeB„èS#"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"ºúƒAi<1\x1F¥|•üQ\x13"
  b"»\x14ºö\x00\x142§²6м\x14Ùo®"
  b"»8Sç\x19\x08;L©œ„&6Õµ%"
  b"»m\f©ä:5-«34gúíu|"
  b"»Ž‚Œ´b:\x7F­K,@úig\x1F"
  b"»¨¢ÃØ\6·¦#œ{~P´\x15"
  b"»Å‰Dro6-³­žÂèÚ|Ý"
  b"╗ÃWåç\x071ıåcÅÚ8¶\x1F"
  b"\f4Ç<4?\x01¬/ãôɸı\x08"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼$‰FKp6ºº1Åø¤\x7FF7"
  b"¼V…\x0E\x1E\x12=Ï–\fÀ!e:S\x00"
  b"¼Š­\x18&\x164$·)ˆ\x17Q… ô"
  b"¼‹}ô:.8l¡Ðç¡\x13¾x\e"
  b"¼ª:w¨ 2£ ÎñÄeF™s"
  b"¼ØïÕ\x08R>\x1D•ñ18¬¦9ó"
  b"¼ÛfÈñî0͘R¥\x1Ay\x7FIK"
  b"╝ÞüG5┴5\x08åð▓EÆP╬\x19"
  b"¼ôgB4\x1A:›«¥:®T\x14"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½\t¼\v¦6Ù—ì¡m‡üÚÿ"
  b"""
    ¢dÉ©\x03.;¶áÙ\x7Fı«¿\n
    \x13
    """
  b"½iO¥¯‰0\e£\eÀ\x116<lt"
  b"½—1\x00á–6\x15€Óݼ\x1E\e"
  b"½¦l/$–4N€\x7F ÄM¼öÙ"
  b"½Ç÷q­Ì5$¤Ë]”ÑÍ\x1Eû"
  b"½Í{\x16Ë2; –Íç¼F4;%"
  b"¢ıwg▄Úðg¶s╦}É BÞ"
  b"""
    ½Öîs\n
    á3'º7À¶\x11¨Ä“
    """
  b"¢¨¦ÇVÖ4¿ü▒ı6ÌH#ì"
  b"¥"Ô\x11\x13µ;áì!xpN­ùå"
  b"¾*Q–\x02°>v“Ù¢_ 3¯3"
  b"¾?ÿ\f\x1D_3_¾OÆxª'ŸÀ"
  b"¾€€”Ò°1v®4þÈ\x11­z "
  b"¥ô§ÌÝ(62üj┤nØY_E"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¾¶UɾŒ0â‚ÓS\x0FkÒÀ¼"
  b"¾ðó“0Ü7i™¯‹p\x07ⳃ"
  b"¿\x10%™˜°7C Q7AøåÜ„"
  b"¿ Š\x01¦\x0E8ùŸ\x1AjÞÆz+¨"
  b"¿7½\x14Rx?ª¤uïùoóyi"
  b"┐@9øªÅ>7é\x1FVÔ¹6\x1D\x00"
  b"¿Z‡ÄÕ¨<B«Ê\x1A®Š\x17"
  b"┐ÖFh·Ó?>úüÿ[S5╝t"
  b"┐½üfÂ<3ÞÜ\x12tîY¢!ù"
  b"""
    ¿·`\x1A§#7ð¢\n
    wÁq«e°
    """
  b"¿àÆ@&\x0479“¸P\x146÷6\x08"
  b"\x01¾1\rq<┌ÆÅuY9,░█"
  b"└+ôbX\f>§îa|ò$.uÉ"
  b"└,oüU│=!á(²Ò%úå)"
  b"ÀsQ\x03YW9y¼wP^3M‘?"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"À¬‹zÔ>6üŸG\e`6X•ô"
  b"└╣{$\t\r<SÀf?ÊI,Åt"
  b"ÀÔˆ\eé;8Û«AäÓš\x1Dù‰"
  b"\x02AFÅñ9½ÿ3É0h÷8T"
  b"Á\x10ö–~Í3ö‚³•ùL\x15P\x17"
  b"Á\e®Š™`4ˆ³n½\t\x03&UB"
  b"┴#,‗\â0ïºWü2Ô!\x07l"
  b"Á7ËÚá˜>A™"ЦfÌ-€"
  b"ÁFã\f¿ï>›ª½\x17/Q>µT"
  b"Á—á Œ&5+ªÍyÐŽ¯T%"
  b"Á¢þòLíV‰€(X¼zË\e¸"
  b"Á°íü]¥;P¹rL,ª£Õ‰"
  b"Áºã=n>3éŽvL§ý+vã"
  b"Áè\x04Qwd;›²âoY¹èX‚"
  b"Áò\v\x121Q™ŠJDòͳ®"
  b"┴¾<gb‗>Døì#í8±eÄ"
  b"Â\x0802Üa5U‰†i³b¿SQ"
  b"Â\x10\x16é!8;?ŒÊÖŸ‘ÇbD"
  b"┬$¯Å┐Ç4héèáõ·Úi░"
  b"┬Ge\f2Þ9ü▒?\x14Yc┼ì)"
  b"Â[é5‚wç\x19®O:³-ŇC"
  b"┬å\v a╔3\fÀÉıXjA*("
  b"‡Ӻ\x1A½=]ŒV\x1DQNø³8"
  b"–A\tâÒÛ \x02ö}J\eF´›"
  b"žµæÃÅ<׫Š5áf¾'V"
  b"žÙÓ¶Õ2"œ¦[]÷È<Ô"
  b"ÂÏØeÓ[3ø»‹œÉ*_ív"
  b"ÂÙÈbü)1\x1F·\x006(\x0Erìb"
  b"ÂÜ•3b\x1F1âƒ1:¨Xj¦\x07"
  b"Ã\f\x03xŠý:A¿x\x02jcѹf"
  b"×Ɣ¹à\t"#š\fÆ»¯q¶"
  b"Ûçß•Ë7|˜oT‡Ã8 ‚"
  b"├└E Ký4<Åı\x14aÕ_n©"
  b"ÃÜcv'C0Å€µ\x01]Xw\x10("
  b"Ä\x08ùÌØ$4ݯ·}8Xö¬\x18"
  b"─,d´èı8õ░üÊåÔÞ┼E"
  b"Ä8•\x1Fßýð}}á\x14é\\x7Fín"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"Ä<⬥Ï0ö¥ìÉ$ƒ7\x1D?"
  b"Ä„<:\x08\f6\x03¸Û0{‚'\x05i"
  b"Ä¿‰SìÆ<ï’ê™ÂyñÁ]"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼"a\x14<,;Òæ\f▒uñØ!©"
  b"ÅAÔ3.­0q˜‰y¯K†xÊ"
  b"ÅFѽ4Å69’7»þÛ\v±Ê"
  b"ÅO‚—„‚>͉À\x01‘À$r%"
  b"ÅZ\ŠïX=§ºjîåp\x06}\r"
  b"ÆA§\x06DÁ10¯\x04Õ©;ÖMð"
  b"ãaÒÌ\x17¤1«É┤D-¥O«\r"
  b"ãü¾j `7-ö«eÊ?pd%"
  b"Æ™\eÌÕå;N–eZë\x04õÒP"
  b"Æ©MáÈ(9\x11¿>VG!U{\x00"
  b"ã║ı4Éã3}ü▄©öó\e"
  b"ÆÊ˜åNy7. M\x0FÔuù#–"
  b"ãÊ/Y\x1A\f4UìLvF]«1¹"
  b"Ç\x01×›\Ê0\x03«Î7k6È®~"
  b"Ã:þ¶[~7\x19Å\x16\t[B^▀┴"
  b"Ç;s\x19\x01<4舃7wìQ«\x07"
  b"ÇE˜òLƒ„ÖX\x01¤¸\x11s\x03Ï"
  b"Ãa╩dØq1║¡ gü¿{┐M"
  b"Çqöh¸\x116+’怴-z\x15L"
  b"Çz2À\e\x14:j‘$›\x0E\x16\x16(\f"
  b"Ç|þ··d9£¯>M¸Œj‚;"
  b"ÇŠÕ\x195î;4²7yâ1Qqc"
  b"\x1EÁ┼ÿ>3|ùÑQbSü^Ë"
  b"╚"XZ┘M;\x1Cì,#`ä▄¬8"
  b"È'8¸e7?\rŠ4Êï\x18Zö¹"
  b"È+8¶3\x1D0s•Œ\x19æ¶\x03"
  b"ÈI‰\x1DÁ$4\t§{ìõµÎ\x15\f"
  b"ÈSÇ­ 38¦¨1;\x16ˆ7Ïw"
  b"È_ó"?‘6ý¬[R—%þ‚¢"
  b"È€6\x02˜L;İ=†88Œ@V"
  b"È€£»GÚ7'­êõíæJª\x12"
  b"Èè\x15i\v’8Xµîæl€¢¯*"
  b"ÈøñÔÍZ4X‡"àJ°*Û„"
  b"É\vz:â"8m…°a'\x0E´Uê"
  b"\x15#\x18\x05a0\x7FÅı¹ô3¾Õ\x18"
  b"""
    \x1AÊÇ904|¿Àt×Å\n
    
    """
  b"É3¿¿Éæ>ú°\x1EŒ\x1C&-\x1C\x15"
  b"Éd÷ñ‘b.`Ìo/qä9¶Ã"
  b"É…L\x00C®9g„éröe?Ñp"
  b"ÉÈ7ñHÜ0BƒxÐ;¿wA\x7F"
  b"ÉÏÙMuî3pŽÖüZˆhŒª"
  b"ÉÕš}€é>w«‚YH»Ð}›"
  b"Ê\x06\vôgÔ:IŸ>68\x08¦e\r"
  b"\x19ÊßU\x190\x1Aº¶\x1EµOüÌA"
  b"╩>Ì\x03µI:qØßK═\f\x0E╚~"
  b"ÊWŠ˜\x00L1‡¶ÜÅÁº\f3H"
  b"""
    ÊqJñ9Ó;b­›\n
    ‹¹\x13\x7F\x1F
    """
  b"╩ÆÆ²L╚;lì■Áû\x13° ð"
  b"╩├\x0E®▄Ê1~Á\x1A\x0E÷·ükp"
  b"ÊÕ\x08Æë\x198–ˆ«o¾‘Å!\x1C"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"ÊÞ½B`å:\t¼¥‘\x12ÅŠL\x7F"
  b"Ë$Åè¨`3–ƒ\x02f\x02qÈÁ."
  b"Ë'È+Úw6&£×0GV¶üa"
  b"Ë5ž\x17i=6D“öX™Š\x10\x1Fw"
  b"Ë9A\x15žÎ7ðŒ\x1DÎ…³&\x0E½"
  b"Ë}Zî\x19½7˜“£Òò|\x08p="
  b"Ë®\x19øÄ®;ý‹¾#ôf\x19ÿE"
  b"˳áÆ^ð8…­Å\x13-\x02\x18ˆ¼"
  b"""
    ˸\n
    \x148Ü‘B–âÒn\x7FS
    """
  b"╦¥MM(Ø>­ÿs£¿\x1F╩}ø"
  b"ËçÏÉz½1ã«„¦>ÞéRç"
  b"Ì-ÄbÆh59¥\x02dŸØ\x17:<"
  b"Ì9µ1õ\x08:k–\x0F\x06\x05PŽjÓ"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì›R\f&™;Gª\x1CÊ\x02*É”ï"
  b"̳Zèˆþ2¸·DTìðot²"
  b"╠ßæ\x19▄▒5ºì2╔EâíÐë"
  b"\fðºaî<\x19ì┐@░│ýíö"
  b"Í/¯ó¾0>ÆŠ?yÓß\x08³·"
  b"Í}wÉËé5^§êM‡c¿¯>"
  b"Í‚!½VD05§ºä¶\x14p2k"
  b"Í’Ë$ŒO3 ¶f\x15DžnK€"
  b"Íœ³…Î"?<£ÞU<qÙlï"
  b";’“¬õ0¼º²€\x10¾R\x15ä"
  b"\tâ&P³7Øñ┐§┌þı\x04\x0F"
  b"Î\x16õ&5^3z²òd Àç\x13ù"
  b"╬,*z~åx¥åe¤X-Å=ã"
  b"""
    Î-\x06r±Þ?\n
     ]´§=â"˜
    """
  b"╬u\x13èGç?ßï\x12úDÅMg¹"
  b"ΊP\x0Eþ­7ì›7Îâ\r(\x1E\"
  b"╬Ä8`Ø%=ª½v╚ÿEÎ#ç"
  b"ι\x19³iñ>Ý“·ßvŸ\x1A9M"
  b"ÎçÈx»{:\x1F–~\x11–ds›N"
  b"Îèèëï¯<$’1NI¸²i."
  b"Îøû€Ô}5n²·÷!‹\x01#€"
  b"Ï3¾q©]<R±ÝúÀ2χ¸"
  b"""
    Ï?tÀ¹[:…¿\n
    ŠêS3ø0
    """
  b"¤p*=vo=sü3æX¶m\x1E"
  b"Ϭý,ì—8MŒæ•®²Y\x1Cm"
  b"Ï®É]Ú‹=º®ˆ¨áSô»¬"
  b"ðUeósÖ3>è\x10ÅrÆ«┴%"
  b"Л&âé\x134\vªb^\x17.“wà"
  b"ðÏøú\x01\x150væ╦ÝÎ.Å╠D"
  b"""
    Ðä\n
    \x0E×k1%—\x18í\x10µy\x01œ
    """
  b"Ðêàóÿm;s”\x1DD4ÑáJ%"
  b"ð°²ý┐¿>═Å╔╚³ÉDÑ£"
  b"Ñ\x08ï\e\fÿMˆô®Qm@7>}"
  b"Ñ\x10ë¬íS6 ´N•'šò\x1C"
  b"Ð=█┘\x19â=Èü'/ƒ.ÓÜ´"
  b"ÑXn¶\x1C¸78ˆW¼˜\væ}'"
  b"Ѹ‘`ñ¬3eŸ¬³å9Û’)"
  b"ÑÞ‰¦èð4ÂŽðYKا¶\x10"
  b"Ò\v¾¥ÛÛ3\x03£cX¼%>ÈU"
  b"Ê\x13ãÕlX2éÉ\x17\x17┤E\f"
  b"Ò<·1Â\x129aœ‡‹ÝÙ_Ô\x07"
  b"ÊF«³\x1F╔9u┐ÉiIVÄHR"
  b"Êä+├\vª1PÁûü»\x17\x7F$\x07"
  b"ÒÍ+Œan:4‘j9U\x06¸\x14\e"
  b"ÊÐ&<┬Ö>Yíç=5oìÂL"
  b"Òä@º¥½<“Ÿ*\x1DˆÂù¨è"
  b"Ó\x02˜\x07\x06–?ë˜q6"‘\x07"
  b"Ó\x05QþFÂ3­¯â—gù\x02æk"
  b"ÓV¸óÛ\t6e¸\x12Ã_þHÂÚ"
  b"Óp³dvõËóØ­ˆ0|}Þˆ"
  b"Ó˜¼ ›\x038J–¦Ô<šø6š"
  b"""
    Ó¥7¾²\x148\n
    ¡\x08>bËÜc\x13
    """
  b"Ë─╝\x1E‗â1úì\x0E&cµPE³"
  b"Óõ\f¦’\r=F¥\x01\x7F\x16!*\x14³"
  b"ÓúŠè\x0Ep?ç’@¤ë€)U="
  b"Ô\x14\x02–:\x11…Ï\x01º×ò\x1D`"
  b"Ô\x18ì¥at?Ú»#&NPè\x1C"
  b"Ô5µDN®2Œ¢}WäTÉëß"
  b"ÈJ\x02ÁµÎ=ØäQ├i\x1DO§d"
  b"ÔSJÕ†Õ6„‹êKæ}\x1Cåâ"
  b"ÈU│\e\x0Ex=C╝H"ï¬ÚÉg"
  b"ÈvTõãO;ýªið·©Øz╝"
  b"""
    Ô­?\n
    ÇK5¾šò@‹;÷\.
    """
  b"Èý|=ª\x001Êñô÷\t°XÅ\x13"
  b"ÔîÃÊܯ5í¼võ¿œ,ùA"
  b"ı\x1F$6^×4ìáƒs~褹ã"
  b"ıDm,#F7M┤ZâRbÅzN"
  b"ıî$ïç│8Ò▒ü■1îÖ┼è"
  b"Õéãä™\x1461´µ†Ü\x11‰–p"
  b"Ö\x16Mò\x036Û´6Ç<ÖD\x0E?"
  b"Í-┌ÅRÖ5á┤ÍÿQ\x03┤d¤"
  b"Ö;_ÉþZ<\x02©Å\t§í¼5{"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖH#\x08\x1D1pª^Ø\x1E—†\eÜö"
  b"ÖH9¹¢a=*±o?\x03!¡ë\x03"
  b"ÖU.­ø\x1C2ºˆ‘\x1C.ž/\x12"
  b"Ö†æSâ<=Œ„¦\x1Cµž\x1F‚¹"
  b"Ö¥p&àe1‰¯Md—¯[ð‹"
  b"ÖÎc—½*0}‡kš½Ån¹\v"
  b"×\x1DŽóY>=û´“ð&“Ú£\x17"
  b"×!\x19T]^1¨²ã_Àð\x07Éñ"
  b"×*R[ëY>\x06«…\x19Â\f8£×"
  b"Î<┴Øÿ\x124ZÆÆFh6\x04┘q"
  b"×WÓ`ׂ5,‚„³\x05\x19”©Ÿ"
  b"ÎóM\x1AK¼;'ókÜéµy▓Ø"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"βf*¸ñ0░ØÌ<╩E\x7F,\x13"
  b"Ø\x0E\x15†3¸•ÒaPeç0à"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"ÏH[\x18\x103\x13Á║É;n║\x11ø"
  b"ØI>\úâ6\x1A´\x1DF˜Ù“£Š"
  b"ØT=`O\x083À¹0omÏqY…"
  b"Øtê¶ô/3ŒŠô†í*‡Ù^"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"Ø“ƒ=²k:ß«\x01¶ïù\x01”á"
  b"ÏÖXüC®<½áË‗!\x03╬y\x10"
  b"ÏØâ UØ;úºÈ-ø±g(]"
  b"بÌÚz^2ò–Õ\x1CóI»â\v"
  b"زêN”Z1̆ú.páÒ¤ò"
  b"ØÆ“tsª8þ¸j›\v\v܃ "
  b"ØîÕâ2$9Èœ8äUi\x08—i"
  b"Ù'/Ä\x1E\x180\x04§\x14¾[GoŽÃ"
  b"ÙKØŽ\f/4‹¼\x1EÕçMìs&"
  b"ÙXu‹yßqÈö\x0Ec\rKŒCˆ"
  b"Ù¡\x14ÖrÞ=$º…zLÂ\t"
  b"Ù¸„˜³\x180Ü»|[¡[Jƒ²"
  b"ÙÂ߈Há0¶š£º•A2Åö"
  b"┘╬°dµ~=ÇêÇYSì■#ô"
  b"ÙÐŒõ¶—2o™9\x7FØéo'\x14"
  b"ÙÓ™ì!#7#œ—Ö\f\x1E¾M{"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"ÙçLvµï3¯žÉ›ÿ$sǶ"
  b"Ú9œ?\x12£9G¿¨ÿ•\x11Ý\x1CW"
  b"Ú<¥-Bá8‚§Ò$­gØÈú"
  b"┌L╗|┼ä7í¬mX¯[bhü"
  b"Úf”"½á6»¤\x19{ü|É…Ã"
  b"Úg\x02tC,1a¦dG=\e\x08ð)"
  b"┌ÉT»øþ6AªP6\e\x08H%┼"
  b"Ú‘‡»½G3ö¢„~}¥\x07Ñ\x1E"
  b"Ú©)´#S8ž…qc\x05ïSVÜ"
  b"┌┐\x16¯▒å6ÉÁ,Ûu░▄#?"
  b"Ú΃ý:\x06>tŒ‰ÇµÔ’Ä\x1C"
  b"Úÿ†\x1EB\x187߆\vN\x1FÓøÃC"
  b"Û'\v²ÞG7’!jÊ!Vå\x0Fô"
  b"Ûcª2ê#>9„ï\x1F/ }Ç‚"
  b"█{ø\x11Ø&4#áÀÎÚë]e["
  b"ÛµU”å¿3O®[aÃX'\x02ê"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"█¶c┐m»5jØ«æ¶\x7Fþ\x19F"
  b"\x11Xª½┴=┘ëÉ_E\x15òLO"
  b"""
    ▄F┘n\n
    à7­ëù#ØÌ\x11
    """
  b"Ü^ÛôÛ”4Eª¢”lÖó \x0F"
  b"ÜlC»\x1Aí=ι1Y¢\x18ù$—"
  b"Üv-N^Ñ0Õº«ã37G´N"
  b"ÜÍ\x1Dï\t†:l±\x1F\x01n¬h’3"
  b"Üû¤ã\x14r1é€r„‰\x01ý;\x1E"
  b"ÝXd†\x12þ5åš<a²ž°îE"
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"""
    ¦~¯Çƒ┴?X½<\x14ÅüB\n
    x
    """
  b"Ý£\x07/rg9\f­ä`bÊ‹\x00J"
  b"""
    ¦├û\x02ج>▄Å\n
    b\rTàb>
    """
  b"Þ/„’Ÿø4²´ã†”€Îèß"
  b"ÌTôËN41▒ØûA\v\rÅh|"
  b"ÞgÊÓ°$9«®¸\x08\x05÷\x03ƒø"
  b"Ìok\x1Aè{;-ü\x19\x15í£ó7*"
  b"Þp¦á<Ú9S†kìšõ\x16Ê\f"
  b"Þ~¿•£´?¥ŒÉÅÕ.NVÑ"
  b"Þ\x7F\x11\x06xõ1%’—3îš«ç\x08"
  b"ÌüR´B╠5tª\x14\x15ðb└½═"
  b"Þ›\x04²\x1D÷:Õ”a°î¶OËm"
  b"Þœ\v\x17\x7F«2ݘÁÅìÛ~`ÿ"
  b"޺塢/?Y‹î¯ \x01³F$"
  b"̳Ì44)9b½úÏb[Ô\x13ì"
  b"Þý2&'Z7’›$ä‡JWh­"
  b"ß'\x19aŸ}:¹œÝWß­°ùº"
  b"ß0-ˆ\t¤7ϳ¶²Aƒ*[\v"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"ßÝë¼\x19ý01¸\x19dDƒù4H"
  b"▀ýÉ §§2.┐ïÑbg®òï"
  b"à\x05Ç\v²&=\e”âhßçí5K"
  b"""
    à1‚“¸\x11:¸•×\n
    ÍåJQ:
    """
  b"à;_¼—y2[€ß\x0Eô·ŸIí"
  b"Óbkß\x01¼6▒ì█&ü\x11Ø┴t"
  b"à\x7Ff,$·0Ѫí(\x0FDèß\x00"
  b"""
    ÓæßReñ?▀ïÅ.\n
    ÿÖüA
    """
  b"࡞Kö¹4Õ‡òl‡m¢Ì´"
  b"àÅxí'r8t®Å0¥‚væ\x03"
  b"Ó´╣\fÑR7wì\h─³$I¼"
  b"á6¶\x10à)3½+¤É›\x17"
  b"áKT´÷À7\tªòÛ…8 E¹"
  b"á~\x06LdU9&“fàýˆÎå\x03"
  b"á•z\r\x10&?¢–Åï^\x17º\x12["
  b"áŸúcÃE5Ô­9Ër8Ü”j"
  b"ß¿ü}½B6░Ä\x1E\x7F3OÛ╬"
  b"á«ò\x1EÞØ;)«‹É\x02\x04í:•"
  b"áÔ\x02`M‚:@¸œ\x05\x15”ºV¢"
  b"â\x04¨$\x1CÂ0Წ@K}ü…õ"
  b"Ô\t¿¶\x07`<§Å7Ú*ÀAë\x07"
  b"âV÷ú„\x18>–„ó9Æ\x0F-\x05""
  b"â’O\x13k¶0‚›·µ†uw\x1Aš"
  b"âÏOÝ'ñ7“›E\x19…ð\x0EüO"
  b"âÐ"\x19¤\x037n—ô”U)×kª"
  b"âùè¸:›<w£þd.w=ðö"
  b"âû—6O\x1E:ešŒöœÝúŸ­"
  b"Ô 0â¡t6:úWY\f¾ì}s"
  b"ã\x0EO{Ëf6§Ž ‘ƒ\e®ê6"
  b"ã\x10jPFv8ޏ¦ŸÃâ\x02"
  b"ã)Õ\x13éí61“‰oÌRtçÞ"
  b"""
    ãe\n
    õøÿ<胯šAsp$O
    """
  b"ãªLðt\x005T¹®ÐØÜý}"
  b"ã¶oc\x02¹4„ƒŒ®>wDL_"
  b"ãÝsªïþ8Rž5@…ûÁ˜ô"
  b"äM¹Êÿ¨:›Œ‘X‚¹î®x"
  b"ähÊê\x14Ð1\x05…7hMœ\x04¦æ"
  b"älÑ!ãH=߬±\x0FZôž\x12\x1D"
  b"äoÇÆ\x02Ê3D¥Ý·á™zKú"
  b"ä‘Û+çã:×±,ânb „D"
  b"ä°{ml>6\x0EŒÇwŒ÷ޱ’"
  b"äÎ\x01ïj\x7F2@–º+½BI±é"
  b"äïO>NÎ=§Ÿ QߌrΨ"
  b"ÕMCRO\x17=\x10æ!ÉÈÌ=\x1F´"
  b"原\x11Ò\x118<“ò\x19\x17.%t\x10"
  b"å—ÔÚ^\x15:Ù°µF\x00Êm­Õ"
  b"åÉ#À"Ê6²¥Â1aà(¥ž"
  b"æ/0SŒò0Ë».ùIãŠ@¯"
  b"æˆý=Ì13D’\x19`“ÀPM§"
  b"æ— Ýq–>§³ú\x19q¹EÊP"
  b"æÍÊKÐ\x164ÉŸ¡ög³.Õà"
  b"þPïıØú7Ñ░³3Ʊ¸┴│"
  b"çyÊ\x05~L8”°¸½óüT\x05\n"
  b"þôø{N#9-ìLI\tÁ╝x*"
  b"ç–\tã´B<E¨\rý7\x04Kàò"
  b"ç¡îe¶\x078É»\x02$\x15\x02ÊÕ\x1F"
  b"ç¦)W\x18Þ:\x18®wÉ==R~ÿ"
  b"þ├ÜÉ\f*2½¢§╠‗ÊÈ`â"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"çíî_»¹5Qˆî\x1E;L–\x10A"
  b"þ ÎØ0e2┼åû┘V½┐È-"
  b"è\x06\x14|W®0|¾,;\x03îª%H"
  b"Þ\x19▄ÕIµ0H®üÝ\x11\x7F▓ÿü"
  b"è.ͱè鿇¯j\tqƒà?Ž"
  b"ÞT»úâo?Yî\x12Шì¸`█"
  b"èbà³³^;\x04¿ë×ï\x1Eù¬]"
  b"è›×\f\x07+=J¹\x7FÒZ'¹Z,"
  b"è¡\x03ùÕi;m§lU$òq¶Æ"
  b"è·EÈ •=qµJ\x10ÙÒÕoù"
  b"Þß\x18K4Ï1bªü_õãxý\x02"
  b"Þµ~ëÄö5³ë╚o└#/\x14ü"
  b"èæŽpá¦0¥¸yFÔæ\x15`z"
  b"èæö2w41­½ž¶‰A`\fd"
  b"èý¬Øm\x162:¾·ß)ç·…Ä"
  b"é\x00\x04˜Ã,7˜‚ùÁ\x1EéÚîÁ"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"Ú4─¬ÛÉ<u▒\x15v┴┴¥\x11¾"
  b"Ú4µÍfý8■ä±ü┤Ù\x05}("
  b"é=¯ÐgÁ<c—µP,«svÿ"
  b"é>\x03XxÕ¤ÖÙaÂ[`÷íf"
  b"éo\x181Çü8D©Åüý{À’¬"
  b"é“fñ·s9Á—\x18\x14DfÉ,3"
  b"é£\x0E–ji;øŽ\x1F\x01×@ƒ"
  b"é«Lö÷&6\x04»ðÞ8”/\x0Fö"
  b"éê M¤¸0}½ì7ñäR_ÿ"
  b"éîÂ'\x10\x08>6¹Ž<\x03ÂÕ=¸"
  b"ê\x16kTôý:Ü¥igs'Ç·Ý"
  b"Û)ÉÌõ91ùôù1BTaá`"
  b"Û5Â(Ȳ0Cز▀»ÅS}┐"
  b"ê6T¬|\x00>µ¢ÒØÈoua¿"
  b"êZŸ²e³9\x14¾ Vÿ\x1DDùï"
  b"ê^&TO\x1D6Û“”®³^R\x10J"
  b"ên8Vø'3Œ¸ˆ\x15\x10È,\x1F"
  b"ꆉ°â—?’†Éª“V0ã\"
  b"ë\x08ô{\x11Æ6’²J2\fÖsµA"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ëI\TSê9h¶á\x18M³!¾H"
  b"ëSˈ¬þ3á©4%r§Þ<\x12"
  b"ëwæØ°Ä0»«b^²¾Iu°"
  b"ëˆWÆ»™8a›÷1^\eºšp"
  b"ëäù\x01&g>£³[žDq1ê´"
  b"ëîÞ@Pû<B¸l]˺\@C"
  b"ý\x03ÅÀI\x139]░J"+Ò¥þ¼"
  b"ýXϤ Õ>²ØÜïÁæth\x12"
  b"ýìB(ÿ#6ðö█Ï═æñÝ┐"
  b"ì˜} ¿_2¥ªèü#ðFèÒ"
  b"ì§Dé•G9Ò¶wÓPŸ\tÏ2"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"ýþ\x18Ø┐u7¸ç$pph¿DÒ"
  b"íQ›E$Õ4pƒ1×¶\x13SΦ"
  b"íZ¸žüÉ0§¿Ê0ú†»J"
  b"í_\x14Ô[£9\x0E©NuGñð\x00'"
  b"""
    íéiScœ6_¢\tg‹\n
    ¯Ÿ¡
    """
  b"î@ï<Þ\x192,»·=\x047bŒ$"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"î^Z=@';¸™õœ©\f›ô#"
  b"îk!û„\x010V¬Ü$禘¶8"
  b"îp\x06ñq€8U‰D¸pA·Þ\x02"
  b"¯Øf}╝Ï=bâ-N8&XÌó"
  b"îž5‡£‰?N°–b\x1F\vS°¸"
  b"¯╔âã§28:ÉðûmHÒk\r"
  b"ï ´\x11•>9ÿ¼ñ´`Ûùx\t"
  b"´3Ó╔5\x198ßç\x13┌اYû\n"
  b"ï4,\x15Óö>÷¹\x18™·ÂOºe"
  b"ïTV\x16è)7å³´ð´³¹°õ"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ð\x00Ø!œ\e:Nšr€QV°®\x17"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"ð›))k=6¶ŸXÓ\x183êGô"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ\x07\x11J`\x14:í‡0n\r|Ûòw"
  b"ñ+%¯s¯1\x00µÓ\x15¿»ç¹v"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"±cÃu=±0ê┤|Ö4ì¬▓▀"
  b"ñe\x18”ï¶<Ï–ªBÊoTt­"
  b"ñmð®î\x175O¹g\‹«©\f"
  b"ñ|cÏÒF9ë½Î<^Ïæä®"
  b"òR¯QØ08`µöƒ8Î>Èš"
  b"ògOL²\x05:Óœ]«½È\x07«>"
  b"ò|Bç±\x05<ö½#†_!ýòÙ"
  b"ò†\r\2\x1F9*¡'© ‰0•o"
  b"‗┌À÷ÔÌ26åß\x1D\feO\x14ì"
  b"ó ïCt%=u‡ºlHR\x11wÿ"
  b"¾.od¬║;Öæùü4ƒVEO"
  b"""
    ¾2\n
    0)┤9\x08ö#gSì5êB
    """
  b"ó…\x1E–uP?ʶûå\x0E\x0E\x0E"
  b"¾ë\v?ÍH0\x17ºq\x01═ ì┘\x03"
  b"¾£Ýä?ù1íØ\x06\x06¢Jç█ı"
  b"¾ËË╗Öì>ð¢ªå│▓\x1Fz┌"
  b"óÙíî¿\\x01m­¡,\gy¦¸"
  b"¾▄Äo╦þyó®¦ÝØ│5-M"
  b"óâ\x1A\x00(`9ù²îlÖUmJ¶"
  b"óñ÷=¼M1Ƽ²ƒ|XöÄù"
  b"ô\x18dž½×=ÿ¤æç,ÝF‘ "
  b"ô9\x0FJ.\x021\x1A¢–ùÊØYÔm"
  b"ôA\f®1)=ã‚T:‹@¯=t"
  b"ôS¨ÉýÑ6,ˆJb1´ýò"
  b"¶a│\x1ErÛ?ËÅù7"\x1E0TÅ"
  b"¶j┤Dà*>\x17ºq█\x00\x05Jü░"
  b"¶ÄÅåáv=Á¿s▀|\x1A³ÜF"
  b"¶æ<\x0F§ü4@ï\x0FÛ\t╬ \x14Ý"
  b"ô¡ \x1E©\x0F<X¤N<\x07kTC\x07"
  b"ôÂ5Š%î0ûª9)¸\x07¢ÃÉ"
  b"¶╔O(¥ì<┌╗\r°µßµÊÒ"
  b"ôæ\x06né'?G¸\f•I˜Hüc"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"õ0lM©´4Zªè¸}‹XÝ·"
  b"õ<l’â54µµ‡Q»Ñ`NG"
  b"õAS\x15’‚3?ª¯ª\x04¡mOW"
  b"õƒÁ\x7F¢o>u¯\x1C«Qe´Ùæ"
  b"§┐a Àj=ÅögÎ▒Q\v»="
  b"õÐ|¼eâ2)†ÖáO\x15ÓJ "
  b"""
    õÞ*ÛŒ\n
    4Ñ¥§ž ß‹a“
    """
  b"ö\x11ê\x00·º=¬‚\x03#’XAê›"
  b"÷\x12ÝìÂ├5ÇÀ─H\tU­0µ"
  b"ö+–²|­7+”\x00LÇPþ\x14°"
  b"÷ÄÇì½%5'ƒ■¢\x1A▒t\x11§"
  b"ö¶ˆ½\x04Â4-¤\\x14/°N{?"
  b"÷╔┼îƒ┘?K«¡µüÁ¯ZÂ"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"÷ÒêÏ\x1Cg:Ïêã!ÉX\x1A"
  b"öëgUuá3בœ\x0F\x14\x01Á„“"
  b"÷\x02\x04'=ž¡\x14‘o{¨–`"
  b"÷\x17P!\x07(=q¢¶èÛ›Ñ\x05÷"
  b"÷6[\r’j9q•ñUÍÝ'Þ¸"
  b"÷GBà\x13–9"¾Ì¿îJ'? "
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"÷w"t„\t:]©~#„à¼ãn"
  b"÷x¿\x04ú³=ø±×Î\x1A\x07ÆÁÏ"
  b"¸ô&(\x0EV4¿üX*ç╚\x0E«"
  b"÷«M\x17E\x17>M²Re/“\x11À½"
  b"÷¸ãÙõŒ:\x05•5“\x00¦ð´L"
  b"÷Æ\x0Ežçó0í¢ZWh‘RÀ±"
  b"÷ñúz$x2ù¶bQ\x1AsÆ®c"
  b"ø\fûuiQ6(žzzXæ–\x12'"
  b"°Iñ¯5\x00=‗ØÔC┤ó¬s\x1D"
  b"øz\x08¨–j1‹³¶ô®x\x12Ý""
  b"°éÝ╠hì<äÉJu▀ÐM│µ"
  b"øÎb\x02˜„9jµ‹KåöÒ{r"
  b"¨+ª╔ƒ&8làã\x12á\x05Ì%ì"
  b"ùZ›\x11\x05419Ž ^ãÊ\x03Òr"
  b"¨ììê%░:╔¢┐§5\x12▒*V"
  b"""
    ù½\n
    \x1FĹ<L¹\x07i‰<w–Í
    """
  b"¨┼üx:Í>\x08ÉD0(\x15&ÑÙ"
  b"ùÇoîY\x16?Q¾`ÿ\x1DYS¨ä"
  b"""
    ùÓµšÜ~1b£»Ê¾K\n
    ·I
    """
  b"·\x05 \x03ÿé2░É2Á(ðWÞ9"
  b"ú3Iÿ’Ã9Ë´kué­j\x0Fm"
  b"·>?ë=©29ìÛ§ÛÎÑ|\x04"
  b"úNl~\x06\x7F7\e¬\x13ðÉÑú\x11"
  b"·¡¡w£T8{╣¿¶÷┼ü£þ"
  b"·║¤7¹98É¿£D┴'Dº9"
  b"úÃñ¾™ò9\x0E»Tqy±w—\x11"
  b"úå8DqN3†¶Â1ž:ƒ‹ö"
  b"úö\x04SÀŠ>­¢ñm”à‡~\x1E"
  b"""
    û›\x16\n
    w‘8ü¦õn\x1Azû:„
    """
  b"û¤ä?d\x024_‘XØ£ÞbåA"
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"ûÝÙŸ\x07³6‡¦÷³7E˜\x1C`"
  b"ûã9¥ëä7Õ¤\t‰â\x01±W\f"
  b"ûé\˜\x14X<«€vòÔ\x17X«K"
  b"""
    ¹Ù±5┘\n
    ?\x14à\x15‗·ìÍ_5
    """
  b"ü'cؼ 4ÿ…ènÓ'³‡1"
  b"³;‗Øñ├0█ï─æHK\x18ÄÎ"
  b"üP2"Eð2#‚\x1CÅ“6\x11"
  b"üvE\x16tÍ;ÍŠS÷E; +["
  b"³å¿\x15Ž4«òp¨J@\x11tV"
  b"ü±’œ&h:;°xò\x05\f¥\x14L"
  b"ü»\rñ\x08W4㘦Êßqç~\x03"
  b"üõ\x19nÁä2U´äÝ¡%\x1Dª÷"
  b"ý$C\x14\x08´:Vœ˜oªÌ3õ±"
  b"ýS¸)@¿=v›\x16EšØ\x12ÛÐ"
  b"ý‚-mt÷3˜ˆgQnO]\t"
  b"ýÂ,jû\x10>=´ÂŸ]#éí\x03"
  b"²õu[Eì4M┤iµñu°´ñ"
  b"ýí9ýJm?á™âùM3c°i"
  b"""
    þ\n
    "=½11\x1E†X>.B’\x1AQ
    """
  b"þ;¢OŸ57%¶\x11·§×^Ú!"
  b"þJ¨”ßD:«Ÿ4Ð¥'ŸAJ"
  b"þq}"*”8\x0E”æÑŠY³%ï"
  b"■vp1üa92à─Íñ<Ó¤r"
  b"þxn\#ø8.’\x01[\x14\x03hW¨"
  b"■~\x08é╬ú8%¼Øé\x1E&3'p"
  b"■ü\x1D\x13├â0\x1Eê#█ÙÌ?\x05Ê"
  b"■Å \x16¦Ê;\x07æ.i\x11§\fK\x08"
  b"■¬\x1Aì@ª3&ñ»MÐÆ▓èÓ"
  b"þ¹šO§Å?•”X.ú\x04HB\f"
  b"þÑ6\x1EX¯0\x12†Ä†•6V6,"
  b"þäÒñŒ>5¿“™Ó\x7F\x12$ì†"
  b"þçl¡c–çPÍ.µLPzû\t"
  b" \x13ÌìÅ‗?┘â\x1Ez2*$/}"
  b" "Â\x7F\x17ä?üºÁË┼Ùüa¾"
  b" êOĽÅ>╚ÿbªZë\x01\x07"
  b"ÿ¼Å·@\f4s¾Ù\x10ß\x18\x1D"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
  b"ÿä"Ûëg33œó3\x0F\x06åù\x10"
  b"ÿú\x1Fðº32vŽ…"\x1Ft1Ôþ"
]
89 0.10 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
90 0.04 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:
[]
91 0.03 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:
[]
92 0.05 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:
[]
93 1.27 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
94 0.62 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`.`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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"=î/¬\HC╣ØÚ¹ãHêüH"
]
95 0.06 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
96 0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"Ca~d\x01╠Lì▓ÄIA┌)\x03"
]
97 0.03 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
98 0.04 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
99 0.06 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"Ca~d\x01╠Lì▓ÄIA┌)\x03"
]
100 0.83 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `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`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` 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"™È\x10¨üÞ:䦟ƒ0\x1E€Š˜"
  b"¹ì²åØ\x084i—co'(ƒ±’"
  b"?ƒóûØâ9r║>└J{=r═"
  b"'>+\x0E~ø1\rº®&?–\x0EÒ’"
]
101 64.49 ms
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[
  "/navigation/273e2b0e7ef8310dbaae263f960ed292"
  "/navigation/99c810a8fcde3ae4a69f83301e808a98"
  "/navigation/b9ecb2e5d808346997636f272883b192"
  "/navigation/ea0100f34d3832c586f2fc543aa707a5"
  "/navigation/69db25793d0c33afbd61653fd7d1a8ed"
  "/navigation/1fd1f0e45b613fb688d2787c9b8177df"
  "/navigation/fb2b9ee997903f0b80fd5b6264c4d2c3"
  "/navigation/02a49671b8bd3771b4d230654332dbfa"
  "/navigation/ee20ad3f46333401a7b34c4d0210cba9"
  "/navigation/4bc0dd1bc8f93b9b92e47c438d699efe"
  "/navigation/6ecbf5d03f6536b7983862c6f46e93d9"
  "/navigation/a0c70996590e3c5ba4fe80ded59535f0"
  "/navigation/c3490384794c325e93ba96be02c6ce9e"
  "/navigation/f45c6568b49a34798feaf0628fedeac7"
  "/navigation/996017561c3a3ded8f2110cc95c50967"
  "/navigation/0e2978c6cf7a37ec88cb13b1a7fcbf6b"
  "/navigation/3f9fa2969d833972ba3ec04a7b3d72cd"
  "/navigation/a134553c512b3512adebdfc609b69081"
  "/navigation/61d49bea020f345cbe1e8d05f61e899d"
  "/navigation/e53e7e77a9ec37eeb47c7a1b98f07416"
  "/navigation/6129ef7a36d73851936da7c1e93a1b76"
  "/navigation/642d6ed7b19f3f70bd8af1775481525a"
  "/navigation/3a684c3bcd3f336fb3a0a792da353f82"
  "/navigation/12a65d1b06933a2da8657c6357d4bc4e"
  "/navigation/5e859863990c36ce8dd7ee59d9f90ed3"
  "/navigation/fd4a6b835d2a34648f064610584b932d"
  "/navigation/ff966bb5db513439ac76171b82b4ee2e"
  "/navigation/770443c5bf923a779b61c7a496980cee"
  "/navigation/89130563e0e13abdb4f235de414bf390"
  "/navigation/9929c147d34d3a4cad11fbb4401d8913"
  "/navigation/a153deecedc73865bb0eeb9fa8229552"
  "/navigation/6d983a29e89231a3aba85c7c8eb0f2cc"
  "/navigation/26350cb75b62356ca5da6f402783d749"
  "/navigation/9a8a0a9eda2c3b7eaa476c2d6d3229ab"
  "/navigation/1e8266f34fa832e68443f0e7e11342e0"
  "/navigation/dab2cc762cf335879241484e9d0b0428"
  "/navigation/d380c592ac053c8780373621c53c0905"
  "/navigation/99a8e174649e349ea0f3af9858a5d79e"
  "/navigation/565c9044a34534db8448284dfb523733"
  "/navigation/850155c674653355a3a05667341e33dd"
  "/navigation/2c64b93b49193679ad44e612a6c1796d"
  "/navigation/34ebcef0ddfa3085be11a6b3dee7116c"
  "/navigation/dcf4759f7eb83169927642f62b56d945"
  "/navigation/4fafea52d53f3866b9cd8a295b390815"
  "/navigation/154df2f85c3533ee9b68beeb002ac2b3"
  "/navigation/fb34018223d537e28df69e0706e43314"
  "/navigation/61918fa57da336d98cb881b774f445a9"
  "/navigation/92bb7d4c36713afeb2e1c98150479ae2"
  "/navigation/8974017b8b8438a98353a6710e309c79"
  "/navigation/f8f3476a387938aaae13cf8b8f20cadd"
  "/navigation/e6b47db614033da8a01faaa42a0ff220"
  "/navigation/498d7b828d103206899ed2d7885dff16"
  "/navigation/a46e35d0a00738b59c12d93d6bad08a3"
  "/navigation/1660672f22e836ec91f0a251e0b02347"
  "/navigation/61ede7a8592e3cb2a69e2e46a785975a"
  "/navigation/aad72f58f54c358b954e4689e9de23da"
  "/navigation/3fbc87d7deb835ecab10bd323f8e8d34"
  "/navigation/1c2fbbf3141a35949241fc63ad745a65"
  "/navigation/3059425a157c381185b39db97bd80c70"
  "/navigation/6e8c58f1a4f93e29b0acac315fd43b57"
  "/navigation/102ea4c371cd303dad05953309ad8247"
  "/navigation/90376df44783334b84f0a0907f1eee84"
  "/navigation/213630dc1fc73721b95b3d9b97015af8"
  "/navigation/320420f91c3033cba3f478f898ecf689"
  "/navigation/4cd546da2d473412abe2249ff018cab0"
  "/navigation/3d59d275f0b436b5b646747040db30af"
  "/navigation/8f59ecead94c3857b1ac0337131f4b24"
  "/navigation/1219414aff3b39509c48f90bb18568f6"
  "/navigation/904895db190137c39d7c232fe4412f18"
  "/navigation/91379a0118cf30078dc8b8808c74a838"
  "/navigation/87841a697e6f3cd380ba735df2c8395d"
  "/navigation/eb0a7027553b3094895647a6ae1c8a38"
  "/navigation/fc0dee50f0e33e79b02fc3d067ac7997"
  "/navigation/dd57369da1cd32f598606df232904979"
  "/navigation/aadf53758ffb383e9b0bb6b0fc5d3f60"
  "/navigation/816d470e6cea374abb27bbbb1be49d16"
  "/navigation/2088a35b6c943648a4bce4d77592628f"
  "/navigation/a75499b09abe3189ac35cee35cd2d3b7"
  "/navigation/a4ec3f6c2fcc3633b18f3141035e5013"
  "/navigation/5d87ece43383392a875d734e89db1a45"
  "/navigation/99c0a1e888cf383f94d60f7cc002b5a3"
  "/navigation/67d7b4ffcd4d391fa52283fa3871fd15"
  "/navigation/e2dcb9dcd374342084642742c670c212"
  "/navigation/f38c923b02e03f3daed92d700ec545ab"
  "/navigation/d8d475917bde3b20ba445b6f4d158f3a"
  "/navigation/591af7c793933d89b447dc1f8d03b2f0"
  "/navigation/9d9bb1f814be3bd9a394b071187f4b9c"
  "/navigation/a63d8cee931f34f4a8dcb322198fa334"
  "/navigation/c150229b4bd539e692ff11d3e677d64c"
  "/navigation/ff021e18cb88358796657191fe977ad5"
  "/navigation/d1fe32e933433ae49ef866534d80ce18"
  "/navigation/7a4396e2dbff372ebc99a0c9f7022dad"
  "/navigation/d1b9b730b3f434b98351ed53d39a0fb2"
  "/navigation/f45f0261047d3947b64ee5fb390f9ba8"
  "/navigation/c3d9bc3b82443ffe850820bcc2054cb2"
  "/navigation/e2392ef33b4737f6a6e49606588da207"
  "/navigation/1f5c268b3ab531e2b2c4aab4fe9985f5"
  "/navigation/32ba096b59803ddea65d20e5ba19b450"
  "/navigation/2d1c638f723434e5beb731f6bc80da8a"
  "/navigation/001a5cc006ef374f8804f0aad4c01607"
  "/navigation/5521a13632e93e37b8ee9afb6d7f0a2b"
  "/navigation/6f1f33dfd45c3e23bca7f9e184da8261"
  "/navigation/40debcb1f7c731bfb3897422539c9dec"
  "/navigation/7e59af1b8d583d69b3b31a8d296124c2"
  "/navigation/d5238b8fe4643dfa84c6593bc84911ef"
  "/navigation/3a1d34d073b03e3c973be1de1ccb1dd3"
  "/navigation/429b816b02b533d2b1a70c41cd655ab9"
  "/navigation/31109e6a747532e48a66f8ac4758a9b4"
  "/navigation/a639576494f93446b170c09365d7edeb"
  "/navigation/ed9f665e02b13d01aae8d0432b7bd2a5"
  "/navigation/76ef7775fb2936d8b885f9a24d8d2844"
  "/navigation/dfbeb09f9c1d3be19e11768dcb0327c4"
  "/navigation/27723bc4ac0f35929a5369fd77a0c2dd"
  "/navigation/06fc171642293162a574b7941bf49cf8"
  "/navigation/1b27a5a02a6d3e03ad2e722326a01dbb"
  "/navigation/0cbb132e05f6388f9171c4566a5a8020"
  "/navigation/ce49a27ea23c3b3a9daad4f35f9ab5fd"
  "/navigation/1a27c9ec23b63f60b3f138fefa30877d"
  "/navigation/b17aba3ef4b13df98cf8033c6726d969"
  "/navigation/4005b576fcc432f09b84c29895afb643"
  "/navigation/9f06dbf7fd243b81b50e712e5201aaaf"
  "/navigation/486131dfec67315e8b488097190a5c7b"
  "/navigation/505e54c2af833031a039f73c57f376d9"
  "/navigation/81233ed801cd3c2bbcc4a95ec5e881d0"
  "/navigation/6d0a96fea0dd32a6b2ebacfbff7a0657"
  "/navigation/8a32f8eaad113371ac99925d921df725"
  "/navigation/a54fdcc278a53dca99dca1b02c2d4781"
  "/navigation/c79538911dd53b90b06aeebe9837a39b"
  "/navigation/b836f4b0a40c3d8ea29b37d49b6172cf"
  "/navigation/47c1d76038ad327dbcedc8a3e1e0661b"
  "/navigation/f68ea73402ee3c3bac9745da7cc24103"
  "/navigation/2144f1e70e8132e6bd20f43718752dd4"
  "/navigation/6e12a1a3f1883566afaecb0f83f26c10"
  "/navigation/6ab8cd9c91fd33c28dd95d93b688fcd0"
  "/navigation/4f8ef89c10653bebaa99647c9a8c078c"
  "/navigation/c1c70b8d1e2d35efa73a35baa0c81f5a"
  "/navigation/efe98b7f10f63244ba403e78023659a9"
  "/navigation/4eb1b6df3c533f29ba8d4d378a9fbf0e"
  "/navigation/26365228e7a432c4b287ba0054b519a6"
  "/navigation/f2126840a34a30ccb3975db7f5a89a8a"
  "/navigation/9dbce4d3864a393daec43294530d83d3"
  "/navigation/129a932d7801309a9dfb048beefe94e8"
  "/navigation/1c0dd4a1ecfc3eb48c21dde06c31dca4"
  "/navigation/d6181012fad53ca9b4bffa3f0edd4774"
  "/navigation/c8f140de9e483de8b0d3ec24b1b27d75"
  "/navigation/fbd77d80fed43d56b062d848af661dc5"
  "/navigation/3e67eee6e6bb3d138bebc36ce95478e3"
  "/navigation/b1d3a8c97d443b4da83d6afcdefffe36"
  "/navigation/47083f3a95193f3ab9f0cf70c3d7eb9a"
  "/navigation/f73789304ec5339e95ff1c09a12f2618"
  "/navigation/4372a67e926a322392c69aa6ff481972"
  "/navigation/9882aff1b1933b59a426f7c6605268d3"
  "/navigation/16d58404d28a33ec805b41e20ccac2b1"
  "/navigation/fd5de55984953218ab7a753fea92d3a5"
  "/navigation/cb4ffcaa43c639209c06d94f83b2efe7"
  "/navigation/1be0f7d609693e4c98505b4efc6979b1"
  "/navigation/66fd8b40046634c6a306eeb3f916f9b1"
  "/navigation/2bf4db60938e3f6cba30aae41babbc33"
  "/navigation/dc64fa61b42330a78d2ef5a01444b3a2"
  "/navigation/be521908034b3e5c9fa37d035834fb44"
  "/navigation/c21105c0054432c38470a0491e64e4d2"
  "/navigation/f8637cb09ac43dc7b718763ec7aef877"
  "/navigation/c592f5159cc53f38aada5fe3daf4afc8"
  "/navigation/671bf139cccc35ca836af2eec45643cc"
  "/navigation/6bf42cbccecc373e8b21cfbac8a2486a"
  "/navigation/fa39bf73997a319bbb811277a07e2772"
  "/navigation/8422a184bda936c68acda1f150e9a757"
  "/navigation/135b50c3b67734159e4c3cfb33ccffa3"
  "/navigation/c60c12b4c6a03af8bf68ff4349531404"
  "/navigation/ffa966fd272430419541e610352ad9c6"
  "/navigation/e47a350c01773622856c6dd936a1dc84"
  "/navigation/f2483b49d9ca30f281478d12585a6c1c"
  "/navigation/3057b106dc2f3c939c2f34610e8056e5"
  "/navigation/25fc1e9ad3863d92a2e7dc818889455c"
  "/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa"
  "/navigation/728277c1e5cc32aab06e254326b324bc"
  "/navigation/175e4df6b6f23d44acebf5aef8314674"
  "/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f"
  "/navigation/393d456f4a613bd8821913c0ea573bde"
  "/navigation/0bb232a0a70538d3bb5532359eb11d35"
  "/navigation/47099dfa8e4a3198ad6cf49e42be6fe8"
  "/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0"
  "/navigation/761e4840c817341e8ad40a3d8831fea1"
  "/navigation/850df1df0d0839569b9414f6990ff34b"
  "/navigation/cfde4946b7de31b383279cdcfd5dc259"
  "/navigation/705bf018d3623b00894508ac0f2b17d2"
  "/navigation/5e3286fd47823e2b928ca52cbec7622e"
  "/navigation/4aaa61ddefca39678b32a5f951e25416"
  "/navigation/776b31ee46ce3558bfe6b5728b6684ba"
  "/navigation/3512a2d5811e37c2bfd8f1155f401385"
  "/navigation/ad17fc972262366fa7bcc37fb3edec82"
  "/navigation/95cf49a61c8838d4bdd013b83679342d"
  "/navigation/ff58fda691353846936ad21ba39c0f49"
  "/navigation/d4954e6a2df63b9293e462743f49b126"
  "/navigation/b21ed040596d3a5497f2bf9d4a947d49"
  "/navigation/63eb82335f503c8ea40e06709b9bf03f"
  "/navigation/5882dd9891e93222adddd4be25611f08"
  "/navigation/4f3a64a6a44f38138db3bfcac8333219"
  "/navigation/cc72b6aca49333a1918a37c0159ed615"
  "/navigation/4b4a02d133ae3d0e93e7c0ea304946bd"
  "/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad"
  "/navigation/bd21cf7b23e63939a5c0d433f9167c65"
  "/navigation/80a2db7463933324a83161dffe2e8cf2"
  "/navigation/20bbd9fe646b375fbb3ac174b87a8134"
  "/navigation/ce703a3762363713a7bd41345dfbf225"
  "/navigation/c486f659897e341ab89852f00a38c0df"
  "/navigation/6573ee472d7d3361945450175fa2f317"
  "/navigation/030e4d9a126a37c2929e7969765dadc6"
  "/navigation/e60502a93e6c3feeba7b0890ebb71997"
  "/navigation/c41fe71616253cf99e76024a397e53e2"
  "/navigation/718cce5ace4835bd8438cf8c8a71b22e"
  "/navigation/42cae68e75343eafbd9f4dc0d68acd16"
  "/navigation/466d1d5922cd3d1aa471ad5436576ee3"
  "/navigation/d4a11e7b234d34f88d0f47f7743fabf2"
  "/navigation/14415687e7a13e87814199ab2dffc119"
  "/navigation/1280deba45e03160bafacdb10cc6d2dd"
  "/navigation/7ea71dee706f3502a3d8eea5c84d9b91"
  "/navigation/5c2136c083d83720b90378184c4668d6"
  "/navigation/f1983abe5bf036e998247eb1f8f92597"
  "/navigation/c3b2ff8967bc3bf7932bfd7daba485cf"
  "/navigation/8198923f57ea3084a370e96abffe4f8c"
  "/navigation/07e796058b5d37b9a0ed2a009d59b774"
  "/navigation/f7532b3f892a3739a8864a5c89267f0f"
  "/navigation/3ede7c9c478733c796434be423dc438a"
  "/navigation/cadcc36730f0303c91bf27b47e3720b0"
  "/navigation/c17b0a437051388c8125043e9b51a0ed"
  "/navigation/d9893db556be35fe9008d200f0992f05"
  "/navigation/0ff213cd9c1030178e736950315a5eb8"
  "/navigation/e586fe57528430b4ac9a97374cbcaa65"
  "/navigation/e0138e4375e83d3b9c282a8ab031f580"
  "/navigation/7f8b1a8a813e3c77b892c7ac10475bd3"
  "/navigation/74253864d3953b14b9e3fe4bc87b692f"
  "/navigation/1d372710e1ec31a2a0fef5e3d7480017"
  "/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d"
  "/navigation/148b6e9309dd38b5936f0b232fe72d0a"
  "/navigation/d10e747e34e937b68de6b98db535131a"
  "/navigation/bd40db757d7631dd8af05aede6b2d07e"
  "/navigation/94eba224822b3281894ad5431108d60c"
  "/navigation/f8c9e7c712113abc8f927056a76ce37a"
  "/navigation/b5809e4e0e2c3167ac04b78d48dd7183"
  "/navigation/f2f440f9367736ff8d01ace324cd9017"
  "/navigation/97341cc356b834f18021882de1751fec"
  "/navigation/aad83743597d33b8a5b6f87709536c92"
  "/navigation/aecdb0229f6c3a52a3c9256dda84c972"
  "/navigation/56af68e261b23472bb7687963ebd8567"
  "/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e"
  "/navigation/2c9844303e6436f98ecde25bb6bd599f"
  "/navigation/abb6507bcaa23d21b575e3b0126384c9"
  "/navigation/b6b73d315a683e8db0cb452519e1f600"
  "/navigation/88c4eba60f87388d92022aafbda71ec7"
  "/navigation/0cad8db96a6f37139e45400b7a4fa913"
  "/navigation/663c09e8e2513ec484a63a13fda39723"
  "/navigation/77dec9353e3236b0a8ef86a082fac137"
  "/navigation/665c882761bd34c8bb547d57b623f747"
  "/navigation/52aa122273bd3260afda533e15635b16"
  "/navigation/dd11829d103538a780652033e5475501"
  "/navigation/8a10cc82e5963a0da99755dfa0ad97e6"
  "/navigation/e864b27f6f5f322685595804989678bb"
  "/navigation/1d9b9401241a33c18c20593c5022118a"
  "/navigation/8255690942f8340ba8eb050a6c569e59"
  "/navigation/2935f81dd2dd3c2cb9772147c9efc1e0"
  "/navigation/c9d20bc8b6553a5ab2f66cb965df1157"
  "/navigation/e2212c2302d734eab7c5cf25e7818bd4"
  "/navigation/c60b96e54f5d3894bc0f760479c2f6a4"
  "/navigation/1f431bde1a213bd0810414800a045ba7"
  "/navigation/49899019c6773a31a29e9c570047f5e1"
  "/navigation/259e40b784203a42b03da7978304e1dc"
  "/navigation/416ff8ad916835a9a4d33ff140bbc451"
  "/navigation/bc0c3aa4ad2839f7889af97edc3bec05"
  "/navigation/b1c228ef21653092a1a0709321ee37bd"
  "/navigation/a57e5486737939a2989e3cb8e577b972"
  "/navigation/873445446c6931998386625203c7ab86"
  "/navigation/43d5682be20f313a95638081ccfe1f55"
  "/navigation/80fe5994464b3fc699dcd61675833629"
  "/navigation/a634de8c7d6c32328ea88217bd734644"
  "/navigation/a81e9737be5d3a3fba219d611f76f9da"
  "/navigation/5e7cccdb4eb4360f9ed16a2b73809b44"
  "/navigation/d61333f5d1e634219d96cff245878cbb"
  "/navigation/690eed01488f380089af80d7d0a05ca1"
  "/navigation/256ed76fb69537ce84dde7a8d376b51c"
  "/navigation/4d12d87a965634b8af913182b57656d5"
  "/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b"
  "/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc"
  "/navigation/dbde9c03a83b34b98cc8accef652baf3"
  "/navigation/e801cf56e6ae3483a27f0256fa087b9b"
  "/navigation/c5bc63034bc332f3b13833f9498548ba"
  "/navigation/38299800a86b3e27b829ad3e592235a2"
  "/navigation/1c572db2001a37d1a06678af17a7942e"
  "/navigation/03998c3b40e83fe3acd4c4e13032f0ee"
  "/detail/48a6e9c1eb193640a9d2841c05304180"
  "/detail/072283886f2630969de3a469c7d36130"
  "/detail/2fdf2fd140473480b3956f61d2f7c36e"
  "/detail/0bd12b6f11423a719cf4a3ceb703f9e3"
  "/detail/0b503463b3e17248498fe04fae8cca51"
  "/detail/3f6c4bd60b3c33939824a11df37dd2d2"
  "/detail/692b9bb4630d34fbbd2d82fdadb4b20d"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
102 0.07 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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.