@pronto-tools-and-more/files 12.41.0 → 12.43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/files/framework/src/default/storefront/buildInfo.json +4 -4
- package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
- package/files/framework/src/default/storefront/index.html +2 -2
- package/files/framework/src/default/storefront/modules/common.js +1 -1201
- package/files/framework/src/default/storefront/modules/main.js +1 -1
- package/files/framework/src/default/storefront/modules/styles.css +1 -1
- package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
- package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
- package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
- package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
- package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
- package/files/framework-latest/src/default/content/assets/logo.png +0 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
- package/files/framework-latest/src/default/content/core.css +29 -0
- package/files/framework-latest/src/default/content/core.js +10896 -0
- package/files/framework-latest/src/default/content/functions.css +2 -0
- package/files/framework-latest/src/default/content/functions.js +1 -0
- package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
- package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
- package/files/framework-latest/src/default/content/resources.json +1 -0
- package/files/framework-latest/src/default/content/theme.css +16 -0
- package/files/framework-latest/src/default/content/theme.js +720 -0
- package/files/framework-latest/src/default/content/tts.css +7 -0
- package/files/framework-latest/src/default/content/tts.js +5 -0
- package/files/framework-latest/src/default/content/uag.css +20 -0
- package/files/framework-latest/src/default/content/uag.js +166 -0
- package/files/framework-latest/src/default/info/css/style.css +328 -0
- package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
- package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
- package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
- package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
- package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
- package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
- package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
- package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
- package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
- package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
- package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
- package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
- package/files/framework-latest/src/default/info/img/banner.png +0 -0
- package/files/framework-latest/src/default/info/index.html +94 -0
- package/files/framework-latest/src/default/info/theme.css +181 -0
- package/files/framework-latest/src/default/menuicons/account.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/info.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/settings.png +0 -0
- package/files/framework-latest/src/default/menuicons/share.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
- package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
- package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
- package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
- package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
- package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
- package/files/framework-latest/src/default/onboarding/index.html +15 -0
- package/files/framework-latest/src/default/onboarding/main.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
- package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
- package/files/framework-latest/src/default/onboarding/styles.css +1 -0
- package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
- package/files/framework-latest/src/default/readmode/custom.js +40 -0
- package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
- package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
- package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
- package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
- package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
- package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
- package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
- package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
- package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
- package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
- package/files/framework-latest/src/default/storefront/index.html +22 -0
- package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
- package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["default-projects_storefront_src_app_component_content_content_module_ts"],{7808:(H,L,g)=>{g.d(L,{B:()=>an});var x=g(467),d=g(9379),e=g(177),t=g(4438),D=g(4404),M=g(5964),R=g(5343),F=g(6354),P=g(6697),S=g(6843),w=g(4452),I=g(8179),k=g(5102),X=g(9745),y=g(4945),T=g(8251),u=g(5706),A=g(7879),O=g(8890),z=g(1210),B=g(4365),j=g(2085),Z=g(362),W=g.n(Z),J=g(4622),Q=g(1739),q=g(4004),Y=g(2932),tt=g(610),U=g(8091),K=g(3092),G=g(4608),et=g(20),nt=g(8004),ot=g(9516),at=g(244),pt=g(1652),ct=g(5820),rt=g(4748),it=g(6350),st=g(5927),lt=g(7350),gt=g(680),dt=g(8909),_t=g(7240),mt=g(6962),xt=g(395),ft=g(4336),ht=g(1302),ut=g(2914),Ct=g(2813);const $=r=>[r],vt=r=>({path:r}),bt=()=>({path:""}),yt=()=>[];function Et(r,l){if(1&r){const p=t.RV6();t.j41(0,"div",9),t.nrm(1,"span",10),t.j41(2,"button",11),t.bIt("click",function(){t.eBV(p);const n=t.XpG(2);return t.Njj(n.reload())}),t.k0s()()}if(2&r){const p=t.XpG(2);t.R7$(),t.Y8G("storefrontTranslateArgs",t.eq3(1,$,p.dataSourceError.code))}}function Dt(r,l){if(1&r&&(t.qex(0),t.j41(1,"div",3),t.nrm(2,"storefront-image",4),t.k0s(),t.j41(3,"div",5),t.nrm(4,"h3",6)(5,"div",7),t.k0s(),t.DNE(6,Et,3,3,"div",8),t.bVm()),2&r){const p=t.XpG();t.R7$(2),t.Y8G("height","FIXED"),t.R7$(4),t.Y8G("ngIf",p.dataSourceError)}}function Tt(r,l){1&r&&t.eu8(0)}function It(r,l){if(1&r){const p=t.RV6();t.j41(0,"a",14),t.nI1(1,"urlTransform"),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickCover(n))}),t.DNE(2,Tt,1,0,"ng-container",15),t.k0s()}if(2&r){t.XpG(2);const p=t.sdS(4),o=t.XpG();t.Y8G("href",t.i5U(1,2,o.contentPath(),o.context),t.B4B),t.R7$(2),t.Y8G("ngTemplateOutlet",p)}}function Rt(r,l){1&r&&t.eu8(0)}function At(r,l){if(1&r){const p=t.RV6();t.j41(0,"a",16),t.nI1(1,"urlTransform"),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickContent(n))}),t.DNE(2,Rt,1,0,"ng-container",17),t.k0s()}if(2&r){t.XpG(2);const p=t.sdS(6),o=t.XpG();t.AVh("expanded",o.descriptionExpanded),t.Y8G("href",t.i5U(1,5,o.contentPath(),o.context),t.B4B),t.R7$(2),t.Y8G("ngTemplateOutlet",p)("ngTemplateOutletContext",t.eq3(8,vt,o.contentPath()))}}function kt(r,l){if(1&r&&t.DNE(0,It,3,5,"a",12)(1,At,3,10,"a",13),2&r){const p=t.XpG(2);t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.cover),t.R7$(),t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.allData)}}function Ot(r,l){1&r&&t.eu8(0)}function Lt(r,l){if(1&r){const p=t.RV6();t.j41(0,"div",20),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickCover(n))}),t.DNE(1,Ot,1,0,"ng-container",15),t.k0s()}if(2&r){t.XpG(2);const p=t.sdS(4);t.R7$(),t.Y8G("ngTemplateOutlet",p)}}function Xt(r,l){if(1&r){const p=t.RV6();t.j41(0,"div",21),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickContent(n))}),t.eu8(1,22),t.k0s()}if(2&r){t.XpG(2);const p=t.sdS(6),o=t.XpG();t.AVh("expanded",o.descriptionExpanded),t.R7$(),t.Y8G("ngTemplateOutlet",p)("ngTemplateOutletContext",t.lJ4(4,bt))}}function Pt(r,l){if(1&r&&t.DNE(0,Lt,2,1,"div",18)(1,Xt,2,5,"div",19),2&r){const p=t.XpG(2);t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.cover),t.R7$(),t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.allData)}}function Bt(r,l){if(1&r&&t.nrm(0,"div",23),2&r){const p=t.XpG(3);t.Y8G("lcpPrioritized",0===(null==p.context?null:p.context.entryIndex)&&(null==p.config?null:p.config.lcpPrioritized))("src",p.content.thumbnails&&p.content.thumbnails.default)("imageResolutionStrategy",null==p.config?null:p.config.imageResolutionStrategy)("height",p.getImageHeight())("extendedThumbnail",null==p.content||null==p.content.thumbnailsExtended?null:p.content.thumbnailsExtended.default)("label",null==p.content?null:p.content.name)}}function Gt(r,l){if(1&r&&t.nrm(0,"storefront-image",24),2&r){const p=t.XpG(3);t.Y8G("lcpPrioritized",0===(null==p.context?null:p.context.entryIndex)&&(null==p.config?null:p.config.lcpPrioritized))("src",p.content.thumbnails&&p.content.thumbnails.default)("imageResolutionStrategy",null==p.config?null:p.config.imageResolutionStrategy)("height",p.getImageHeight())("extendedThumbnail",null==p.content||null==p.content.thumbnailsExtended?null:p.content.thumbnailsExtended.default)("label",null==p.content?null:p.content.name)}}function Nt(r,l){1&r&&t.nrm(0,"div",26)}function Mt(r,l){1&r&&t.nrm(0,"storefront-spinner")}function Ft(r,l){if(1&r&&t.DNE(0,Nt,1,0,"div",26)(1,Mt,1,0,"storefront-spinner"),2&r){const p=t.XpG(3);t.vxM(p.domHelper.leanDom?0:1)}}function St(r,l){1&r&&(t.j41(0,"div",27),t.nrm(1,"span",28),t.k0s())}function wt(r,l){if(1&r&&t.nrm(0,"div",29),2&r){const p=t.XpG(4);t.Y8G("type",p.getProgressType())("progress",p.installState.progress)}}function Ut(r,l){if(1&r&&t.nrm(0,"storefront-progress",30),2&r){const p=t.XpG(4);t.Y8G("type",p.getProgressType())("progress",p.installState.progress)}}function $t(r,l){if(1&r&&t.DNE(0,wt,1,2,"div",29)(1,Ut,1,2,"storefront-progress",30),2&r){const p=t.XpG(3);t.vxM(p.domHelper.leanDom?0:1)}}function jt(r,l){if(1&r&&t.DNE(0,Bt,1,6,"div",23)(1,Gt,1,6,"storefront-image",24)(2,Ft,2,1)(3,St,2,0,"div",25)(4,$t,2,1),2&r){const p=t.XpG(2);t.vxM(p.domHelper.leanDom?0:1),t.R7$(2),t.vxM(p.coverLoading?2:-1),t.R7$(),t.Y8G("ngIf",p.showUpdateBehavior()),t.R7$(),t.vxM(p.isDownloadInProgress()?4:-1)}}function Yt(r,l){if(1&r){const p=t.RV6();t.j41(0,"h3",48),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickCover(n))}),t.nrm(1,"span",49),t.k0s()}if(2&r){const p=t.XpG(3);t.R7$(),t.Y8G("storefrontTranslate",p.config.publicationTitleMessage)("storefrontTranslateArgs",t.eq3(2,$,p.publication&&p.publication.name))}}function Kt(r,l){if(1&r){const p=t.RV6();t.j41(0,"h3",50),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickCover(n))}),t.nrm(1,"span",49),t.k0s()}if(2&r){const p=t.XpG(3);t.R7$(),t.Y8G("storefrontTranslate",p.config.titleMessage)("storefrontTranslateArgs",t.eq3(2,$,p.content.name))}}function Vt(r,l){1&r&&t.nrm(0,"i",51)}function Ht(r,l){if(1&r&&(t.j41(0,"div",52),t.EFF(1),t.nI1(2,"storefrontDate"),t.k0s()),2&r){const p=t.XpG(3);t.R7$(),t.SpI(" ",t.bMT(2,1,p.content.publicationDate)," ")}}function Wt(r,l){if(1&r&&t.nrm(0,"div",53),2&r){const p=t.XpG(3);t.Y8G("storefrontTranslate",p.config.descriptionMessage)("storefrontTranslateArgs",t.eq3(2,$,p.content.description))}}function zt(r,l){if(1&r){const p=t.RV6();t.j41(0,"span",54),t.bIt("click",function(){t.eBV(p);const n=t.XpG(3);return t.Njj(n.descriptionExpanded=!n.descriptionExpanded)}),t.nrm(1,"span",55)(2,"i",56),t.k0s()}if(2&r){const p=t.XpG(3);t.R7$(),t.Y8G("storefrontTranslate",p.descriptionExpanded?"CONTENT_DESCRIPTION_TOGGLE_COLLAPSE":"CONTENT_DESCRIPTION_TOGGLE_EXPAND")}}function Zt(r,l){if(1&r&&(t.j41(0,"div")(1,"span"),t.EFF(2),t.k0s(),t.nrm(3,"i"),t.k0s()),2&r){const p=l.$implicit;t.ZWY("content-property content-property-",p.key," content-property-",p.key,"-",p.value,""),t.R7$(2),t.JRh(p.value),t.R7$(),t.ee0("'icon icon-",p.key," icon-",p.value," icon-",p.key,"-",p.value,"")}}function Jt(r,l){if(1&r&&(t.j41(0,"div",57),t.DNE(1,Zt,4,12,"div",58),t.k0s()),2&r){const p=t.XpG(3);t.R7$(),t.Y8G("ngForOf",p.visibleProperties)("ngForTrackBy",p.trackByProperty)}}function Qt(r,l){if(1&r&&(t.j41(0,"div",61)(1,"span"),t.EFF(2),t.k0s(),t.nrm(3,"i"),t.k0s()),2&r){const p=l.$implicit;t.ZvI("content-category content-category-",p.id,""),t.R7$(2),t.JRh(p.name||p.id),t.R7$(),t.ZvI("icon icon-",p.id,"")}}function qt(r,l){if(1&r&&(t.j41(0,"div",59),t.DNE(1,Qt,4,7,"div",60),t.k0s()),2&r){const p=t.XpG(3);t.R7$(),t.Y8G("ngForOf",p.displayedCategories)("ngForTrackBy",p.trackByCategory)}}function te(r,l){if(1&r&&(t.j41(0,"div")(1,"span"),t.EFF(2),t.k0s(),t.nrm(3,"i"),t.k0s()),2&r){const p=l.$implicit;t.ZvI("content-tag content-tag-",p,""),t.R7$(2),t.JRh(p),t.R7$(),t.ZvI("icon icon-",p,"")}}function ee(r,l){if(1&r&&(t.j41(0,"div",62),t.DNE(1,te,4,7,"div",58),t.k0s()),2&r){const p=t.XpG(3);t.R7$(),t.Y8G("ngForOf",p.tags)("ngForTrackBy",p.trackByTag)}}function ne(r,l){if(1&r&&t.nrm(0,"div",49),2&r){const p=l.$implicit;t.ZvI("content-custom-message ",p.class||"",""),t.Y8G("storefrontTranslate",p.message)("storefrontTranslateArgs",p.variables||t.lJ4(5,yt))}}function oe(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",63),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickShare(n))}),t.k0s()}}function ae(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",64),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickBookmark(n))}),t.k0s()}if(2&r){const p=t.XpG(3);t.ZvI("icon ",p.bookmark?"icon-bookmark-active":"icon-bookmark","")}}function pe(r,l){1&r&&t.nrm(0,"div",67)}function ce(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function re(r,l){if(1&r&&t.DNE(0,pe,1,0,"div",67)(1,ce,1,0,"storefront-spinner",68),2&r){const p=t.XpG(4);t.vxM(p.domHelper.leanDom?0:1)}}function ie(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",65),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickRead(n))}),t.nrm(1,"span",66),t.DNE(2,re,2,1),t.k0s()}if(2&r){const p=t.XpG(3);t.Y8G("disabled",p.openLoading),t.R7$(2),t.vxM(p.openLoading?2:-1)}}function se(r,l){1&r&&t.nrm(0,"div",67)}function le(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function ge(r,l){if(1&r&&t.DNE(0,se,1,0,"div",67)(1,le,1,0,"storefront-spinner",68),2&r){const p=t.XpG(4);t.vxM(p.domHelper.leanDom?0:1)}}function de(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",69),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(3);return t.Njj(i.onClickPreview(n))}),t.nrm(1,"span",70),t.DNE(2,ge,2,1),t.k0s()}if(2&r){const p=t.XpG(3);t.Y8G("disabled",p.previewLoading),t.R7$(2),t.vxM(p.previewLoading?2:-1)}}function _e(r,l){1&r&&t.nrm(0,"div",67)}function me(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function xe(r,l){if(1&r&&t.DNE(0,_e,1,0,"div",67)(1,me,1,0,"storefront-spinner",68),2&r){const p=t.XpG(7);t.vxM(p.domHelper.leanDom?0:1)}}function fe(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",74),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(6);return t.Njj(i.onClickCancel(n))}),t.nrm(1,"span",75),t.DNE(2,xe,2,1),t.k0s()}if(2&r){const p=t.XpG(6);t.Y8G("disabled",p.deleteLoading),t.R7$(2),t.vxM(p.deleteLoading?2:-1)}}function he(r,l){if(1&r&&(t.qex(0),t.DNE(1,fe,3,2,"button",73),t.bVm()),2&r){const p=t.XpG(5);t.R7$(),t.Y8G("ngIf",p.isDownloadCancelable())}}function ue(r,l){1&r&&t.nrm(0,"div",67)}function Ce(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function ve(r,l){if(1&r&&t.DNE(0,ue,1,0,"div",67)(1,Ce,1,0,"storefront-spinner",68),2&r){const p=t.XpG(6);t.vxM(p.domHelper.leanDom?0:1)}}function be(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",76),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(5);return t.Njj(i.onClickDownload(n))}),t.nrm(1,"span",77),t.DNE(2,ve,2,1),t.k0s()}if(2&r){const p=t.XpG(5);t.Y8G("disabled",p.downloadLoading),t.R7$(2),t.vxM(p.downloadLoading?2:-1)}}function ye(r,l){1&r&&t.nrm(0,"div",67)}function Ee(r,l){if(1&r&&t.DNE(0,ye,1,0,"div",67),2&r){const p=t.XpG(6);t.vxM(p.deleteLoading?0:-1)}}function De(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function Te(r,l){if(1&r&&t.DNE(0,De,1,0,"storefront-spinner",68),2&r){const p=t.XpG(6);t.vxM(p.deleteLoading?0:-1)}}function Ie(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",78),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(5);return t.Njj(i.onClickDelete(n))}),t.nrm(1,"span",79),t.DNE(2,Ee,1,1)(3,Te,1,1),t.k0s()}if(2&r){const p=t.XpG(5);t.Y8G("disabled",p.deleteLoading),t.R7$(2),t.vxM(p.domHelper.leanDom?2:3)}}function Re(r,l){if(1&r&&(t.qex(0),t.DNE(1,he,2,1,"ng-container",2)(2,be,3,2,"button",71)(3,Ie,4,2,"button",72),t.bVm()),2&r){const p=t.XpG(4);t.R7$(),t.Y8G("ngIf",p.installState.downloading),t.R7$(),t.Y8G("ngIf",!p.installState.downloading&&"COMPLETE"!==p.installState.installState&&!p.deleteLoading),t.R7$(),t.Y8G("ngIf",p.isDownloadDeletable())}}function Ae(r,l){1&r&&t.nrm(0,"div",67)}function c(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function s(r,l){if(1&r&&t.DNE(0,Ae,1,0,"div",67)(1,c,1,0,"storefront-spinner",68),2&r){const p=t.XpG(6);t.vxM(p.domHelper.leanDom?0:1)}}function a(r,l){1&r&&t.nrm(0,"div",81)}function f(r,l){if(1&r&&t.nrm(0,"storefront-progress",82),2&r){const p=t.XpG(7);t.Y8G("type",p.getProgressType())("progress",p.installState.progress)}}function m(r,l){if(1&r&&t.DNE(0,a,1,0,"div",81)(1,f,1,2,"storefront-progress",82),2&r){const p=t.XpG(6);t.vxM(p.domHelper.leanDom?0:1)}}function h(r,l){if(1&r&&(t.j41(0,"p",83),t.EFF(1),t.k0s()),2&r){const p=t.XpG(6);t.R7$(),t.SpI(" ",p.installState.progress,"% ")}}function Oe(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",64),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(5);return t.Njj(i.onClickState(n))}),t.nrm(1,"span",55),t.DNE(2,s,2,1)(3,m,2,1)(4,h,2,1,"p",80),t.k0s()}if(2&r){const p=t.XpG(5);t.ZWY("button-state action-button ",p.installState.downloading?"button-state-downloading":""," ","button-state-"+p.installState.installState," ",p.deleteLoading||p.downloadLoading?"button-state-loading":"",""),t.R7$(),t.Y8G("storefrontTranslate",p.getStateText()),t.R7$(),t.vxM(p.deleteLoading||p.downloadLoading?2:-1),t.R7$(),t.vxM(p.isDownloadInProgress(!0)?3:-1),t.R7$(),t.Y8G("ngIf",p.isDownloadInProgress(!0))}}function Le(r,l){if(1&r&&(t.qex(0),t.DNE(1,Oe,5,9,"button",43),t.bVm()),2&r){const p=t.XpG(4);t.R7$(),t.Y8G("ngIf",p.isDownloadable())}}function Xe(r,l){if(1&r&&(t.qex(0),t.DNE(1,Re,4,3,"ng-container",2)(2,Le,2,1,"ng-container",2),t.bVm()),2&r){const p=t.XpG(3);t.R7$(),t.Y8G("ngIf","MULTI"===p.downloadOptions.buttonType),t.R7$(),t.Y8G("ngIf","SINGLE"===p.downloadOptions.buttonType)}}function Pe(r,l){1&r&&t.nrm(0,"span",92)}function Be(r,l){1&r&&t.nrm(0,"span",93)}function Ge(r,l){if(1&r&&t.nrm(0,"span",94),2&r){const p=t.XpG(5);t.Y8G("storefrontTranslateArgs",t.eq3(1,$,p.price&&p.price.formattedPrice))}}function Ne(r,l){1&r&&t.nrm(0,"div",67)}function Me(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function Fe(r,l){if(1&r&&t.DNE(0,Ne,1,0,"div",67)(1,Me,1,0,"storefront-spinner",68),2&r){const p=t.XpG(5);t.vxM(p.domHelper.leanDom?0:1)}}function Se(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",88),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickPurchase(n))}),t.DNE(1,Pe,1,0,"span",89)(2,Be,1,0,"span",90)(3,Ge,1,3,"span",91)(4,Fe,2,1),t.k0s()}if(2&r){const p=t.XpG(4);t.Y8G("ngClass",p.getPriceState())("disabled",!p.price||p.purchaseLoading),t.R7$(),t.Y8G("ngIf",!p.visible||p.priceLoading),t.R7$(),t.Y8G("ngIf",p.visible&&!p.priceLoading&&!p.price),t.R7$(),t.Y8G("ngIf",p.price),t.R7$(),t.vxM(p.purchaseLoading?4:-1)}}function we(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",95),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickSubscribe(n))}),t.k0s()}}function Ue(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",96),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickLogin(n))}),t.k0s()}}function $e(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",97),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickCoupon(n))}),t.k0s()}}function je(r,l){if(1&r&&(t.qex(0),t.DNE(1,Se,5,6,"button",84)(2,we,1,0,"button",85)(3,Ue,1,0,"button",86)(4,$e,1,0,"button",87),t.bVm()),2&r){const p=t.XpG(3);t.R7$(),t.Y8G("ngIf",p.purchaseOptions.purchase),t.R7$(),t.Y8G("ngIf",p.purchaseOptions.subscribe),t.R7$(),t.Y8G("ngIf",!p.loggedIn&&p.purchaseOptions.login),t.R7$(),t.Y8G("ngIf",p.purchaseOptions.coupon)}}function Ye(r,l){if(1&r&&t.nrm(0,"div",98),2&r){const p=t.XpG().$implicit,o=t.XpG(3);t.Y8G("baseConfig",p)("disableAnchor",!0)("baseContext",o.context)}}function Ke(r,l){if(1&r&&t.nrm(0,"storefront-button",99),2&r){const p=t.XpG().$implicit,o=t.XpG(3);t.Y8G("baseConfig",p)("disableAnchor",!0)("baseContext",o.context)}}function Ve(r,l){if(1&r&&(t.qex(0),t.DNE(1,Ye,1,3,"div",98)(2,Ke,1,3,"storefront-button",99),t.bVm()),2&r){const p=t.XpG(3);t.R7$(),t.vxM(p.domHelper.leanDom?1:2)}}function He(r,l){if(1&r&&t.nrm(0,"div",103),2&r){const p=t.XpG(5);t.Y8G("progress",p.installState.progress)("type",p.getProgressType())("showBorder",!0)}}function We(r,l){if(1&r&&t.nrm(0,"storefront-progress",104),2&r){const p=t.XpG(5);t.Y8G("progress",p.installState.progress)("type",p.getProgressType())("showBorder",!0)}}function ze(r,l){if(1&r&&t.DNE(0,He,1,3,"div",103)(1,We,1,3,"storefront-progress",104),2&r){const p=t.XpG(4);t.vxM(p.domHelper.leanDom?0:1)}}function Ze(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",105),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickDownload(n))}),t.k0s()}if(2&r){const p=t.XpG(4);t.Y8G("disabled",p.downloadLoading)}}function Je(r,l){if(1&r){const p=t.RV6();t.j41(0,"button",106),t.bIt("click",function(n){t.eBV(p);const i=t.XpG(4);return t.Njj(i.onClickDelete(n))}),t.k0s()}if(2&r){const p=t.XpG(4);t.Y8G("disabled",p.deleteLoading)}}function Qe(r,l){1&r&&t.nrm(0,"div",67)}function qe(r,l){1&r&&t.nrm(0,"storefront-spinner",68)}function tn(r,l){if(1&r&&t.DNE(0,Qe,1,0,"div",67)(1,qe,1,0,"storefront-spinner",68),2&r){const p=t.XpG(4);t.vxM(p.domHelper.leanDom?0:1)}}function en(r,l){if(1&r&&(t.j41(0,"div",100),t.DNE(1,ze,2,1)(2,Ze,1,1,"button",101)(3,Je,1,1,"button",102)(4,tn,2,1),t.k0s()),2&r){const p=t.XpG(3);t.R7$(),t.vxM(p.isDownloadInProgress(!0)?1:-1),t.R7$(),t.Y8G("ngIf",!p.locked&&"COMPLETE"!==p.installState.installState&&!p.installState.downloading&&!p.downloadLoading),t.R7$(),t.Y8G("ngIf",p.isDownloadDeletable()||p.isDownloadCancelable()),t.R7$(),t.vxM(p.downloadLoading?4:-1)}}function nn(r,l){if(1&r&&(t.DNE(0,Yt,2,4,"h3",31)(1,Kt,2,4,"h3",32)(2,Vt,1,0,"i",33)(3,Ht,3,3,"div",34)(4,Wt,1,4,"div",35)(5,zt,3,1,"span",36)(6,Jt,2,2,"div",37)(7,qt,2,2,"div",38)(8,ee,2,2,"div",39)(9,ne,1,6,"div",40),t.j41(10,"div",41),t.DNE(11,oe,1,0,"button",42)(12,ae,1,3,"button",43)(13,ie,3,2,"button",44)(14,de,3,2,"button",45)(15,Xe,3,2,"ng-container",2)(16,je,5,4,"ng-container",2)(17,Ve,3,1,"ng-container",46),t.k0s(),t.DNE(18,en,5,4,"div",47)),2&r){const p=t.XpG(2);t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.publication),t.R7$(),t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.title),t.R7$(),t.Y8G("ngIf",p.isDownloadFinished()),t.R7$(),t.Y8G("ngIf",p.content.publicationDate&&(!p.config.hideComponents||!p.config.hideComponents.publicationDate)),t.R7$(),t.Y8G("ngIf",p.content.description&&(!p.config.hideComponents||!p.config.hideComponents.description)),t.R7$(),t.Y8G("ngIf",p.content.description&&(!p.config.hideComponents||!p.config.hideComponents.description)),t.R7$(),t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.properties),t.R7$(),t.Y8G("ngIf",!(p.config.displayCategories&&"NOTHING"===p.config.displayCategories.mode||p.config.hideComponents&&p.config.hideComponents.categories)),t.R7$(),t.Y8G("ngIf",!p.config.hideComponents||!p.config.hideComponents.tags),t.R7$(),t.Y8G("ngForOf",p.customMessages)("ngForTrackBy",p.trackByMessage),t.R7$(2),t.Y8G("ngIf",p.config.sharing),t.R7$(),t.Y8G("ngIf",p.config.bookmark),t.R7$(),t.Y8G("ngIf",!p.locked),t.R7$(),t.Y8G("ngIf",p.locked&&p.hasPreview()),t.R7$(),t.Y8G("ngIf",p.downloadOptions&&!p.locked),t.R7$(),t.Y8G("ngIf",p.purchaseOptions&&p.locked),t.R7$(),t.Y8G("ngForOf",p.customButtons)("ngForTrackBy",p.trackByButton),t.R7$(),t.Y8G("ngIf",p.installState)}}function on(r,l){if(1&r&&(t.qex(0),t.DNE(1,kt,2,2)(2,Pt,2,2)(3,jt,5,4,"ng-template",null,0,t.C5r)(5,nn,19,20,"ng-template",null,1,t.C5r),t.bVm()),2&r){const p=t.XpG();t.R7$(),t.vxM(p.contentPath()?1:2)}}let an=(()=>{var r;class l extends z.${constructor(o,n,i,_,C,v,b,N,V,pn,cn,ke,rn,sn,ln,gn){super(C,o,b,V,ke),this.elementRef=o,this.ngZone=n,this.store=i,this.dialog=_,this.injector=C,this.eventActionService=v,this.contextService=b,this.cleanUpService=N,this.document=V,this.purpleEnv=pn,this.purpleService=cn,this.globalService=ke,this.anchorService=rn,this.ssrService=sn,this.cacheService=ln,this.domHelper=gn,this.defaultConfig=(0,d.A)({},j.o9),this.priceLoading=!1,this.purchaseLoading=!1,this.downloadLoading=!1,this.deleteLoading=!1,this.openLoading=!1,this.previewLoading=!1,this.coverLoading=!1,this.bookmarkLoading=!1,this.descriptionExpanded=!1,this.downloadError=null,this.dataSourceError=null,this.visible=!1,this.anchorFeatureEnabled=!1,this.anchorPathCover=null,this.visibleProperties=[],this.contentPath=(0,t.vPA)(null),this.purchaseConfig=(0,d.A)({},B.Rp),this.isDownloadEnabled=(0,u.xl)(this.content)||(0,A.E7)(window.purple.content,{major:1,minor:6},D.IntOperation.GREATER_THAN)}get purchasable(){var o;return(null===(o=this.content)||void 0===o?void 0:o.access)===D.Access.PURCHASABLE}get hasError(){var o;return!(!this.dataSourceError||null!==(o=this.dataSource)&&void 0!==o&&o.hasData())}get contentType(){var o;return null===(o=this.content)||void 0===o?void 0:o.contentType}get regularContentType(){return this.domHelper.regularSelector(this.contentType)}get prefixedContentType(){return this.domHelper.prefixedSelector(this.contentType)}get postType(){return this.content&&(0,u.mF)(this.content)?this.content.postType:void 0}get regularPostType(){return this.domHelper.regularSelector(this.postType)}get prefixedPostType(){return this.domHelper.prefixedSelector(this.postType)}get contextKey(){var o,n,i;return null!==(o=null!==(n=null===(i=this.config)||void 0===i?void 0:i.contentContextKey)&&void 0!==n?n:this.baseConfig.contentContextKey)&&void 0!==o?o:l.type}get contextContent(){return this.context[this.contextKey]}get taxonomies(){var o;return null!==(o=this.content.taxonomies)&&void 0!==o?o:[]}get categories(){return this.taxonomies.filter(o=>"category"===o.type).map(o=>o.id)}get tags(){return this.taxonomies.filter(o=>"tag"===o.type).map(o=>o.id)}ngOnInit(){this.anchorFeatureEnabled=this.anchorService.isAnchorFeatureEnabled(),super.ngOnInit(),this.store.select((0,y.jZ)(S.O.DOWNLOAD_OPTIONS),o=>this.updateBehavior=null==o?void 0:o.autoUpdateBehavior)}ngOnDestroy(){super.ngOnDestroy(),this.downloadHandler&&this.ngZone.runOutsideAngular(()=>{setTimeout(()=>this.purpleService.destroyDownloadHandler(this.downloadHandler),1e3)}),this.dataSource&&this.contextService.unregisterDataSource(this.dataSource),this.trackingObserver&&this.trackingObserver.disconnect()}onConfigChanges(){var o=this;return(0,x.A)(function*(){var n;const i=o.content,_=(0,I.v3)(o.config.dataSource),C=(0,d.A)((0,d.A)({},_),{},{limit:1});if(o.loggedIn=!!o.context[D.METADATA_KEY.ENTITLEMENT_TOKEN],o.dataSource&&!o.dataSource.hasConfigChanged(C)&&o.content)return o.context[o.contextKey]=i,void o.updateConfig(i);if(_)delete o.content,delete o.dataSourceError,o.changeDetectorRef.detectChanges(),o.dataSource=(0,w.O8)(o.injector,C,o.elementRef.nativeElement,o.document),o.store.subscribe(o.dataSource.data$.pipe((0,M.p)(v=>v&&!!v[0])),v=>{const b=o.content;o.content=v[0],(0,k.GA)(o.content,o.purpleService).then(N=>o.locked=N),o.context[o.contextKey]=o.content,o.updateConfig(b)},R.l,R.l,"data"),o.store.subscribe(o.dataSource.error$,v=>o.dataSourceError=v,R.l,R.l,"error"),yield o.dataSource.loadData();else{const v=o.contextContent;"object"!=typeof v||o.content&&(!v||o.purchaseLoading)?o.context[o.contextKey]=o.content:(o.content=v,(0,k.GA)(o.content,o.purpleService).then(b=>o.locked=b)),o.updateConfig(i)}void 0===o.content&&(null===(n=o.baseContext)||void 0===n||!n.isGhost)&&(0,e.UE)(o.platformId)&&o.ngZone.runOutsideAngular(()=>{setTimeout(()=>{void 0===o.content&&o.ngZone.run(()=>o.dataSourceError={code:D.ERROR_CODE.ISSUE_NOT_FOUND})},1e3)})})()}updateConfig(o){var n=this;return(0,x.A)(function*(){var i;const _=(0,d.A)({},n.context);_.publication||(_.publication=n.publication),n.config=(0,I.uQ)((0,d.A)((0,d.A)({},j.o9),n.baseConfig),_,n.contextService.$functions,n.globalService.getGlobalData());const C=(0,I.v3)(n.config.purchaseOptions);C&&(n.purchaseOptions=Object.keys(C).reduce((b,N)=>(0,d.A)((0,d.A)({},b),{},{[N]:(0,I.v3)(C[N])}),{}),n.purchaseOptions.purchase&&"object"==typeof n.purchaseOptions.purchase&&(n.purchaseConfig=(0,d.A)((0,d.A)({},B.Rp),n.purchaseOptions.purchase))),n.anchorFeatureEnabled&&n.handleAnchorTags();const v={buttonClass:"action-button"};n.customButtons=n.config.customButtons.filter(b=>(0,I.Ol)(b)).map(b=>(0,I.v3)(b)).map(b=>(0,d.A)((0,d.A)((0,d.A)({},v),b),{},{buttonClass:b.buttonClass?v.buttonClass.concat(" ",b.buttonClass):v.buttonClass})),n.customMessages=n.config.customMessages.filter(b=>(0,I.Ol)(b)).map(b=>(0,I.v3)(b)),n.downloadOptions=(0,I.v3)(n.config.downloadOptions),JSON.stringify(o)!==JSON.stringify(n.content)&&n.loadOnVisible(),n.visibleProperties=(null!==(i=n.config.renderProperties)&&void 0!==i?i:[]).map(b=>(0,I.v3)(b)).filter(b=>!!b&&void 0!==n.content.properties[b]).map(b=>({key:b,value:n.content.properties[b]})),n.content&&n.setDisplayCategories(),n.changeDetectorRef.markForCheck()})()}setDisplayCategories(){var o,n;switch(null!==(o=null===(n=this.config.displayCategories)||void 0===n?void 0:n.mode)&&void 0!==o?o:"SLUG"){case"SLUG":this.displayedCategories=this.taxonomies.filter(_=>"category"===_.type).map(_=>({id:_.id}));break;case"NAME":this.displayedCategories=this.taxonomies.filter(_=>"category"===_.type)}}handleAnchorTags(){var o=this;return(0,x.A)(function*(){o.anchorPathCover=o.anchorService.getAnchorPathForEventAction(o.config.tapCover,o.context);const n=o.anchorService.getAnchorPathForEventAction(o.config.tapContent,o.context);if(n)o.purpleEnv.isUniversal&&o.contentPath.set(n);else{const i=yield o.anchorService.getAnchorPathForContent(o.content);i&&o.contentPath.set(i)}})()}loadOnVisible(){var o=this;if(this.installState=null,this.price=null,this.deleteLoading=!1,this.downloadLoading=!1,this.purchaseLoading=!1,this.previewLoading=!1,this.priceLoading=!1,this.openLoading=!1,this.bookmarkLoading=!1,!this.isGhost()){if(this.config.trackVisible){const i=!0===this.config.trackVisible?0:this.config.trackVisible.trackDelay;let C,v=b=>{b[0].isIntersecting?C=setTimeout(()=>{this.getDownloadHandler().then(function(){var N=(0,x.A)(function*(V){o.publication||(yield o.loadPublication()),o.handleTrackAction("VISIBLE",V)});return function(V){return N.apply(this,arguments)}}())},i):clearTimeout(C)};this.trackingObserver=new IntersectionObserver(v,{rootMargin:"0px",threshold:!0===this.config.trackVisible?1:this.config.trackVisible.minContentVisibility}),this.trackingObserver.observe(this.elementRef.nativeElement)}this.store.subscribe((0,O.eh)(this,this.elementRef,{skipWait:this.purpleEnv.isUniversal&&!this.ssrService.currentPrebootStatus}),n=>{this.visible=!0,this.loadIssueState(),this.loadPublication(),this.loadPrice(),this.loadBookmark(),this.purpleService.addInvalidationListener((0,x.A)(function*(){o.dataSource&&(o.content=yield o.purpleService.getIssue(o.content.id).catch(()=>null),o.locked=yield(0,k.GA)(o.content,o.purpleService),o.context[o.contextKey]=o.content,o.updateConfig(o.content)),o.loadPrice()}))},R.l,R.l,"visible")}}loadIssueState(){var o=this;return(0,x.A)(function*(){!o.content||!o.downloadOptions||(yield o.getDownloadHandler(),o.downloadHandler&&(o.store.subscribe(o.downloadHandler.updates$,n=>{o.installState=n,n&&n.error&&!o.downloadError&&(o.downloadError=n.error),o.changeDetectorRef.detectChanges()},R.l,R.l,"installState"),o.downloadHandler.autoUpdate&&o.downloadHandler.downloadStarted&&o.downloadHandler.update()),o.changeDetectorRef.detectChanges())})()}loadPrice(){var o=this;return(0,x.A)(function*(){if(o.purchaseOptions&&o.locked){var n;o.priceLoading=!0;const i=o.content.productId||(null===(n=yield o.purpleService.getRepeatablePublicationProductByPublicationId(o.content.publicationId))||void 0===n?void 0:n.productId);i?(o.store.select((0,J.Zt)(i),_=>{(0,Q.b)(_)||(o.price=_),o.priceLoading=!1}),o.store.dispatch((0,q.qF)({productId:i}))):o.priceLoading=!1}})()}loadPublication(){var o=this;return(0,x.A)(function*(){if(o.content)try{const n=o.content.publicationId,i=(0,t.zw6)("publication_".concat(n));o.transferState.hasKey(i)?(o.publication=o.transferState.get(i,null),(0,e.UE)(o.platformId)&&o.transferState.remove(i)):(o.publication=yield o.purpleService.getPublication(n),(0,e.Vy)(o.platformId)&&o.transferState.onSerialize(i,()=>o.publication)),yield o.updateConfig(o.content),o.changeDetectorRef.detectChanges()}catch(n){console.log("error loading publication for content",o)}})()}loadBookmark(){var o=this;return(0,x.A)(function*(){o.config.bookmark&&o.store.subscribe(o.purpleService.bookmarks$.pipe((0,F.T)(n=>n.find(i=>i.contentId===o.content.id))),n=>o.bookmark=n,R.l,R.l,"bookmark")})()}getData(){return this.content}getImageHeight(){return this.config.coverHeight||this.getDefaultImageHeight()}hasPreview(){return(0,u.xl)(this.content)?!!this.content.previewIssue:!(0,u.mF)(this.content)&&!(0,u.G4)(this.content)&&void 0}getDefaultImageHeight(){return this.template===j.qc.DETAILS?Y.q.AUTO:Y.q.FIXED}handleCacheDownload(){var o=this;return(0,x.A)(function*(){(0,u.G4)(o.content)?yield o.downloadBundle():(0,u.mF)(o.content)&&(yield o.downloadPost(o.content)),o.cacheService.serializeCachedRequests()})()}onClickDownload(o){var n=this;return(0,x.A)(function*(){o.stopPropagation(),yield n.handleCacheDownload(),n.downloadLoading=!0,delete n.downloadError,n.changeDetectorRef.detectChanges();const i=yield n.getDownloadHandler();if(n.handleTrackAction("DOWNLOAD_CLICKED",i),i){if(n.purpleService.downloadOptions.showConfirmDownloadDialog){const _={content:n.content,download:{totalSize:-1}};try{yield n.dialog.confirm({text:"ISSUE_DOWNLOAD_CONFIRM_MESSAGE",args:[_]},{text:"ISSUE_DOWNLOAD_CONFIRM_TITLE",args:[_]},"ISSUE_DOWNLOAD_CONFIRM_OK","ISSUE_DOWNLOAD_CONFIRM_CANCEL")}catch(C){return n.handleTrackAction("DOWNLOAD_CONFIRM_CANCELLED",i,void 0,"_COLLECTION"),void(n.downloadLoading=!1)}}try{yield i.download(),n.cleanUpService.addIssue(n.content.id),n.installState.downloading=!0,n.installState.installState=D.ContentInstallState.INCOMPLETE,n.installState.progress=0}catch(_){console.error(_),_.code===D.ERROR_CODE.PAYMENT_REQUIRED&&n.purpleService.invalidate()}}n.downloadLoading=!1,n.changeDetectorRef.detectChanges()})()}downloadPost(o,n=0){var i=this;return(0,x.A)(function*(){yield i.purpleService.getOptionalData(o,(0,d.A)((0,d.A)({},(0,u.ci)(i.config,i.purpleEnv)),{},{downloadedById:o.id}),n),i.downloadLoading=!1,i.changeDetectorRef.detectChanges()})()}downloadBundle(){var o=this;return(0,x.A)(function*(){const n={first:24,contentFilter:{properties:{key:"slug",value:o.content.properties.slug}},fetchOptions:{downloadedById:o.content.id}};yield o.purpleService.getCatalogContents(n),o.content=yield o.purpleService.getCatalogContent(o.content.id,!1,{includeBundledContent:!0,downloadedById:o.content.id}),(0,u.Ig)(o.content).forEach(function(){var _=(0,x.A)(function*(C,v){yield o.downloadPost(C,v)});return function(C,v){return _.apply(this,arguments)}}())})()}getBundleDeleteParams(){return[{first:1,fetchOptions:{includeBundledContent:!0},contentFilter:{id:{value:this.content.id}}},{first:24,contentFilter:{properties:{key:"slug",value:this.content.properties.slug}}}]}deleteBundleEntriesFromCache(o){var n=this;return(0,x.A)(function*(){const i=n.getBundleDeleteParams();let _=[{cacheName:G.B.PURPLE_CONTENT_CACHE,cacheEntry:n.content.id},{cacheName:G.B.PURPLE_OPTIONAL_CACHE,cacheEntry:n.content.id}];for(const C of i){const v="".concat(o,":").concat(JSON.stringify(C));_.push({cacheName:G.B.PURPLE_API_CACHE,cacheEntry:v})}for(const C of _)yield n.cacheService.handleDeleteOnDownloadedCache(C.cacheName,C.cacheEntry,n.content.id)})()}deleteCache(){var o=this;return(0,x.A)(function*(){const n="getContents";(0,u.mF)(o.content)?yield o.deletePost(n,o.content.id):(0,u.G4)(o.content)&&(yield o.deleteBundle(n))})()}deleteBundle(o){var n=this;return(0,x.A)(function*(){yield n.deleteBundleEntriesFromCache(o);let i=(0,u.Ig)(n.content);for(const _ of i)yield n.deletePost(o,_.id)})()}deletePost(o,n){var i=this;return(0,x.A)(function*(){const _={first:1,fetchOptions:(0,u.ci)(i.config,i.purpleEnv),contentFilter:{id:{value:n}}},C=[{cacheName:G.B.PURPLE_API_CACHE,cacheEntry:"".concat(o,":").concat(JSON.stringify(_))},{cacheName:G.B.PURPLE_CONTENT_CACHE,cacheEntry:n},{cacheName:G.B.PURPLE_OPTIONAL_CACHE,cacheEntry:n}];for(const v of C)yield i.cacheService.handleDeleteOnDownloadedCache(v.cacheName,v.cacheEntry,i.content.id)})()}onClickDelete(o){var n=this;return(0,x.A)(function*(){if(o.stopPropagation(),n.config.deleteConfirm)try{yield n.dialog.confirm({text:"ISSUE_DELETE_MESSAGE",args:[n.content.name]},"ISSUE_DELETE_TITLE","ISSUE_DELETE_CONFIRM","ISSUE_DELETE_CANCEL"),yield n.deleteIssue()}catch(i){}else yield n.deleteIssue();yield n.deleteCache()})()}onClickCancel(o){var n=this;return(0,x.A)(function*(){if(o.stopPropagation(),!n.deleteLoading)try{n.deleteLoading=!0,delete n.downloadError,n.changeDetectorRef.detectChanges(),n.getDownloadHandler().then(i=>n.handleTrackAction("CANCEL_CLICKED",i)),n.cleanUpService.removeIssue(n.content.id),n.downloadHandler&&(yield n.downloadHandler.delete()),n.deleteLoading=!1,n.changeDetectorRef.detectChanges(),n.delete.emit(n.content)}catch(i){console.log(i),n.deleteLoading=!1,n.changeDetectorRef.detectChanges()}})()}onClickRead(o){var n=this;return(0,x.A)(function*(){n.contextService.closeModal(n.elementRef.nativeElement),n.contextService.closeModalSubject.observers.length>0?n.contextService.closeModalCompleteSubject.pipe((0,P.s)(n.contextService.closeModalSubject.observers.length)).subscribe(()=>{},()=>{},(0,x.A)(function*(){return n.openContent("READ_CLICKED")})):n.openContent("READ_CLICKED")})()}onClickPurchase(o){var n=this;return(0,x.A)(function*(){var i;o.stopPropagation(),n.purchaseLoading=!0,n.changeDetectorRef.detectChanges();const _=(0,d.A)((0,d.A)({},n.purchaseConfig),{},{productId:n.price.productId,price:n.price.price,currency:n.price.currency});n.content.productId!==(null===(i=n.price)||void 0===i?void 0:i.productId)&&(_.consumeOptions={issueIds:[],contentIds:[n.content.id]}),yield n.eventActionService.processPurchaseAction(_,n),n.purchaseLoading=!1,n.changeDetectorRef.detectChanges()})()}onClickPreview(o){var n=this;return(0,x.A)(function*(){n.contextService.closeModal(n.elementRef.nativeElement),n.contextService.closeModalSubject.observers.length>0?n.contextService.closeModalCompleteSubject.pipe((0,P.s)(n.contextService.closeModalSubject.observers.length)).subscribe(()=>{},()=>{},(0,x.A)(function*(){return n.openContent("PREVIEW_CLICKED")})):n.openContent("PREVIEW_CLICKED")})()}onClickSubscribe(o){o.stopPropagation(),this.getDownloadHandler().then(n=>this.handleTrackAction("SUBSCRIBE_CLICKED",n)),this.eventActionService.processEventAction({type:X.H.SUBSCRIPTIONS,params:{content:this.content.id,publication:this.content.publicationId}},this)}onClickLogin(o){o.stopPropagation(),this.getDownloadHandler().then(n=>this.handleTrackAction("LOGIN_CLICKED",n)),this.eventActionService.processEventAction({type:X.H.LOGIN,params:{content:this.content.id,publication:this.content.publicationId}},this)}onClickCoupon(o){o.stopPropagation(),this.getDownloadHandler().then(n=>this.handleTrackAction("COUPON_CLICKED",n)),this.eventActionService.processEventAction({type:X.H.COUPON,params:{content:this.content.id,publication:this.content.publicationId}},this)}getId(){return this.content&&this.content.id}getTrackingBaseKey(o,n){return this.elementId||o&&"".concat(o.getContentType(n))||this.getType()}getTrackingParams(o){const n=(0,A.bJ)(this.content,this.publication,this.price),i=o&&(0,A.Gw)(o.getContentType())?(0,A.VP)(o.content,o.publication,this.price,"SOURCE_"):{};return(0,d.A)((0,d.A)({},i),n)}handleTrackAction(o,n,i,_){if(!n)return;const C="".concat(this.getTrackingBaseKey(n,_),"_").concat(o);let v=i?(0,A.aM)(i):{};v=(0,d.A)((0,d.A)({},v),this.getTrackingParams(n)),this.store.dispatch((0,tt.k4)({url:this.document.location.href,key:C,params:v}))}onClickCover(o){this.clickContentAction(o,"tapCover","COVER_CLICKED")}onClickContent(o){this.clickContentAction(o,"tapContent","ISSUE_CLICKED")}clickContentAction(o,n,i){var _=this;return(0,x.A)(function*(){_.anchorFeatureEnabled&&o.preventDefault();const C=(0,I.v3)(_.config[n]);if(C){if(o.stopPropagation(),_.coverLoading)return;_.coverLoading=!0,_.changeDetectorRef.detectChanges(),_.getDownloadHandler().then(v=>_.handleTrackAction(i,v)),yield _.eventActionService.processEventAction(C,_),_.coverLoading=!1,_.changeDetectorRef.detectChanges()}})()}isGhost(){return!(this.content&&this.content.id||this.dataSourceError)}onClickState(o){var n=this;return(0,x.A)(function*(){if(o.stopPropagation(),n.installState)return n.installState.downloading?n.onClickCancel(o):n.installState.installState===D.ContentInstallState.COMPLETE?n.onClickDelete(o):n.onClickDownload(o)})()}onClickBookmark(o){var n=this;return(0,x.A)(function*(){if(o.stopPropagation(),!n.bookmarkLoading){if(n.bookmarkLoading=!0,n.bookmark){n.config.bookmark&&"boolean"!=typeof n.config.bookmark&&n.config.bookmark.deleteConfirm&&(yield n.dialog.confirm(n.bookmark.title?{text:"BOOKMARK_DELETE_MESSAGE_WITH_TITLE",args:[n.bookmark.title]}:"BOOKMARK_DELETE_MESSAGE","BOOKMARK_DELETE_TITLE","BOOKMARK_DELETE_CONFIRM","BOOKMARK_DELETE_CANCEL")),n.getDownloadHandler().then(i=>n.handleTrackAction("BOOKMARK_DELETE_CLICKED",i,n.bookmark));try{yield n.purpleService.deleteBookmark({id:n.bookmark.id}),n.getDownloadHandler().then(i=>n.handleTrackAction("BOOKMARK_DELETED",i,n.bookmark))}catch(i){n.dialog.alert(n.bookmark.title?{text:"ERROR_DELETE_BOOKMARK_WITH_TITLE",args:(0,U._3)((0,U.E2)(i,n.contextService),n.bookmark)}:{text:"ERROR_DELETE_BOOKMARK",args:[(0,U.E2)(i,n.contextService)]},"DIALOG_ERROR"),n.getDownloadHandler().then(_=>n.handleTrackAction("BOOKMARK_DELETE_FAILED",_,n.bookmark))}}else{n.getDownloadHandler().then(_=>n.handleTrackAction("BOOKMARK_ADD_CLICKED",_,n.bookmark));let i={title:n.content.name,description:n.content.description,issueId:n.content.id,customData:{contentType:n.content.contentType}};n.content.thumbnails&&n.content.thumbnails.default&&(i.thumbnailURL=n.content.thumbnails.default),"object"==typeof n.config.bookmark&&(i=(0,d.A)((0,d.A)({},i),n.config.bookmark));try{yield n.purpleService.createBookmark(i),n.getDownloadHandler().then(_=>n.handleTrackAction("BOOKMARK_ADDED",_,n.bookmark))}catch(_){n.getDownloadHandler().then(C=>n.handleTrackAction("BOOKMARK_ADD_FAILED",C,n.bookmark)),n.dialog.alert({text:"ERROR_ADD_BOOKMARK",args:n.getErrorDialogArgs(_)},"DIALOG_ERROR")}}n.bookmarkLoading=!1,n.changeDetectorRef.detectChanges()}})()}onClickShare(o){var n=this;return(0,x.A)(function*(){o.stopPropagation(),n.getDownloadHandler().then(_=>n.handleTrackAction("SHARE_CLICKED",_));let i={text:n.content.name,url:n.getSharingUrl()};"object"==typeof n.config.sharing&&(i=(0,d.A)((0,d.A)({},i),n.config.sharing));try{yield n.purpleService.share(i),n.getDownloadHandler().then(_=>n.handleTrackAction("SHARED",_))}catch(_){n.getDownloadHandler().then(C=>n.handleTrackAction("SHARE_FAILED",C)),n.dialog.alert("ERROR_SHARE","DIALOG_ERROR")}})()}getSharingUrl(){return"".concat(this.context[D.METADATA_KEY.MANAGER_BASE_URL],"/i/").concat(this.context[D.METADATA_KEY.APP_ID],"/").concat(this.content.id,"?preview=").concat(this.contextService.isPreview())}getStateText(){return this.downloadLoading||this.deleteLoading?" ":this.installState?this.installState.downloading?"ISSUE_ACTION_CANCEL":this.installState.installState===D.ContentInstallState.COMPLETE?"ISSUE_ACTION_DELETE":"ISSUE_ACTION_DOWNLOAD":void 0}getPriceState(){return this.priceLoading?"price-loading":this.priceLoading||this.price?this.price?"price-available":"":"price-unavailable"}getConfigEscapeProperties(){return[...super.getConfigEscapeProperties(),"downloadOptions","customButtons","customMessages"]}getDownloadHandler(){var o=this;return(0,x.A)(function*(){return(0,e.Vy)(o.platformId)?null:((!o.downloadHandler||o.downloadHandler.content.id!==o.content.id)&&(o.downloadHandler&&(yield o.purpleService.destroyDownloadHandler(o.downloadHandler)),o.downloadHandler=yield o.purpleService.getDownloadHandler(o.content,o.dialog)),o.downloadHandler)})()}isDownloadable(){return this.isDownloadEnabled&&this.installState}isDownloadInProgress(o=!1){return!this.deleteLoading&&!this.downloadLoading&&this.installState&&this.installState.downloading&&!(this.installState.updating&&this.updateBehavior===B.FZ.SILENT)&&(o||"MULTI"===this.downloadOptions.buttonType)}isDownloadCancelable(){return!!this.isDownloadEnabled&&!this.downloadLoading&&this.installState.downloading&&!(this.installState.updating&&this.updateBehavior===B.FZ.SILENT)}isDownloadDeletable(){return!!this.isDownloadEnabled&&!this.downloadLoading&&this.installState.installState!==D.ContentInstallState.NOT_INSTALLED&&(!this.installState.downloading||this.installState.updating&&this.updateBehavior===B.FZ.SILENT)}isDownloadFinished(){return!!this.isDownloadEnabled&&this.downloadOptions&&this.downloadOptions.statusIndicator&&this.installState&&(this.installState.installState===D.ContentInstallState.COMPLETE&&!this.locked||this.installState.updating&&this.updateBehavior===B.FZ.SILENT)}showUpdateBehavior(){if(this.installState)return(0,k.YH)(this.installState,this.content.contentType===D.CatalogContentType.ISSUE)}reload(){window.location.reload()}hasContextChanged(o){var n;return!(null!==(n=this.config)&&void 0!==n&&n.dataSource)&&!W()(this.contextContent,this.content)||!W()(o[D.METADATA_KEY.ENTITLEMENT_TOKEN],this.context[D.METADATA_KEY.ENTITLEMENT_TOKEN])||super.hasContextChanged(o)}deleteIssue(){var o=this;return(0,x.A)(function*(){if(!o.deleteLoading)try{o.deleteLoading=!0,delete o.downloadError,o.changeDetectorRef.detectChanges(),o.getDownloadHandler().then(n=>o.handleTrackAction("DELETE_CLICKED",n)),o.cleanUpService.removeIssue(o.content.id),o.downloadHandler&&(yield o.downloadHandler.delete()),o.deleteLoading=!1,o.changeDetectorRef.detectChanges(),o.delete.emit(o.content)}catch(n){console.log(n),o.deleteLoading=!1,o.changeDetectorRef.detectChanges()}})()}getProgressType(){const n=(this.config||this.baseConfig).downloadOptions;return n.progressType?n.progressType:this.template===j.qc.COVER?K.s.RADIAL:K.s.BAR}getErrorDialogArgs(o){return(0,U.$C)((0,U.E2)(o,this.contextService),this.content)}trackByProperty(o,n){var i;return null!==(i=null==n?void 0:n.key)&&void 0!==i?i:o}trackByCategory(o,n){var i;return null!==(i=null==n?void 0:n.id)&&void 0!==i?i:o}trackByTag(o,n){return null!=n?n:o}trackByMessage(o,n){var i;return null!==(i=null==n?void 0:n.message)&&void 0!==i?i:o}trackByButton(o,n){var i;return null!==(i=null==n?void 0:n.id)&&void 0!==i?i:o}openContent(o){var n=this;return(0,x.A)(function*(){n.openLoading=!0,n.changeDetectorRef.detectChanges(),n.getDownloadHandler().then(i=>n.handleTrackAction(o,i)),yield n.eventActionService.processOpenContentAction((0,d.A)({type:X.H.OPEN_CONTENT},n.config.openContent),n),n.openLoading=!1,n.changeDetectorRef.detectChanges()})()}getContextKey(){return this.contextKey}}return(r=l).type="content",r.\u0275fac=function(o){return new(o||r)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(T.B),t.rXU(et.o),t.rXU(t.zZn),t.rXU(nt.G),t.rXU(ot.V),t.rXU(at.I),t.rXU(e.qQ),t.rXU(A.r6),t.rXU(k.Wj),t.rXU(pt.d),t.rXU(ct.X),t.rXU(rt.i),t.rXU(it._),t.rXU(st.S))},r.\u0275cmp=t.VBU({type:r,selectors:[["storefront-content"]],hostVars:10,hostBindings:function(o,n){2&o&&(t.BMQ("content-type",n.regularContentType)("data-pxp-content-type",n.prefixedContentType)("post-type",n.regularPostType)("data-pxp-post-type",n.prefixedPostType),t.AVh("locked",n.locked)("purchasable",n.purchasable)("error",n.hasError))},standalone:!1,features:[t.Jv_([T.B]),t.Vt3],decls:2,vars:2,consts:[["imageTemplate",""],["contentData",""],[4,"ngIf"],[1,"content-image"],[3,"height"],[1,"content-data"],[1,"content-title"],[1,"content-description"],["class","content-error",4,"ngIf"],[1,"content-error"],["storefrontTranslate","CONTENT_ERROR",3,"storefrontTranslateArgs"],["storefrontTranslate","CONTENT_ERROR_BUTTON",1,"action-button",3,"click"],["class","content-image",3,"href","click",4,"ngIf"],["class","content-data",3,"href","expanded","click",4,"ngIf"],[1,"content-image",3,"click","href"],[4,"ngTemplateOutlet"],[1,"content-data",3,"click","href"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],["class","content-image",3,"click",4,"ngIf"],["class","content-data",3,"expanded","click",4,"ngIf"],[1,"content-image",3,"click"],[1,"content-data",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"pxp-image",3,"lcpPrioritized","src","imageResolutionStrategy","height","extendedThumbnail","label"],[3,"lcpPrioritized","src","imageResolutionStrategy","height","extendedThumbnail","label"],["class","content-update-badge",4,"ngIf"],[1,"pxp-spinner"],[1,"content-update-badge"],["storefrontTranslate","CONTENT_UPDATE_BADGE_MESSAGE"],[1,"pxp-progress",3,"type","progress"],[3,"type","progress"],["class","content-publication-title",3,"click",4,"ngIf"],["class","content-title",3,"click",4,"ngIf"],["class","icon icon-check-bg",4,"ngIf"],["class","content-pub-date",4,"ngIf"],["class","content-description","storefrontCheckOverflow","vertical","storefrontCheckOverflowTarget","self",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],["class","content-description-expand-toggle",3,"click",4,"ngIf"],["class","content-properties",4,"ngIf"],["class","content-categories",4,"ngIf"],["class","content-tags",4,"ngIf"],[3,"class","storefrontTranslate","storefrontTranslateArgs",4,"ngFor","ngForOf","ngForTrackBy"],[1,"content-actions"],["class","icon icon-share",3,"click",4,"ngIf"],[3,"class","click",4,"ngIf"],["class","button-read action-button",3,"disabled","click",4,"ngIf"],["class","button-preview action-button",3,"disabled","click",4,"ngIf"],[4,"ngFor","ngForOf","ngForTrackBy"],["class","content-state",4,"ngIf"],[1,"content-publication-title",3,"click"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"content-title",3,"click"],[1,"icon","icon-check-bg"],[1,"content-pub-date"],["storefrontCheckOverflow","vertical","storefrontCheckOverflowTarget","self",1,"content-description",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"content-description-expand-toggle",3,"click"],[3,"storefrontTranslate"],[1,"icon","icon-arrow-down"],[1,"content-properties"],[3,"class",4,"ngFor","ngForOf","ngForTrackBy"],[1,"content-categories"],["purpleColorize","accent","purpleColorizeProps","background-color",3,"class",4,"ngFor","ngForOf","ngForTrackBy"],["purpleColorize","accent","purpleColorizeProps","background-color"],[1,"content-tags"],[1,"icon","icon-share",3,"click"],[3,"click"],[1,"button-read","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_READ"],[1,"pxp-spinner","button-spinner"],[1,"button-spinner"],[1,"button-preview","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_PREVIEW"],["class","button-download action-button",3,"disabled","click",4,"ngIf"],["class","button-delete action-button",3,"disabled","click",4,"ngIf"],["class","button-cancel action-button",3,"disabled","click",4,"ngIf"],[1,"button-cancel","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_CANCEL"],[1,"button-download","action-button",3,"click","disabled"],["storefrontTranslate","ISSUE_ACTION_DOWNLOAD"],[1,"button-delete","action-button",3,"click","disabled"],["storefrontTranslate","ISSUE_ACTION_DELETE"],["class","progress-percentage",4,"ngIf"],[1,"pxp-progress"],["message","",3,"type","progress"],[1,"progress-percentage"],["class","button-purchase action-button",3,"ngClass","disabled","click",4,"ngIf"],["class","button-subscribe action-button","storefrontTranslate","CONTENT_ACTION_SUBSCRIBE",3,"click",4,"ngIf"],["class","button-login action-button","storefrontTranslate","CONTENT_ACTION_LOGIN",3,"click",4,"ngIf"],["class","button-coupon action-button","storefrontTranslate","CONTENT_ACTION_COUPON",3,"click",4,"ngIf"],[1,"button-purchase","action-button",3,"click","ngClass","disabled"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_LOADING",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_UNAVAILABLE",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE",3,"storefrontTranslateArgs",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_LOADING"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_UNAVAILABLE"],["storefrontTranslate","CONTENT_ACTION_PURCHASE",3,"storefrontTranslateArgs"],["storefrontTranslate","CONTENT_ACTION_SUBSCRIBE",1,"button-subscribe","action-button",3,"click"],["storefrontTranslate","CONTENT_ACTION_LOGIN",1,"button-login","action-button",3,"click"],["storefrontTranslate","CONTENT_ACTION_COUPON",1,"button-coupon","action-button",3,"click"],[1,"pxp-button","button-custom",3,"baseConfig","disableAnchor","baseContext"],[1,"button-custom",3,"baseConfig","disableAnchor","baseContext"],[1,"content-state"],["class","icon icon-download-circle",3,"disabled","click",4,"ngIf"],["class","icon icon-delete",3,"disabled","click",4,"ngIf"],[1,"pxp-progress",3,"progress","type","showBorder"],[3,"progress","type","showBorder"],[1,"icon","icon-download-circle",3,"click","disabled"],[1,"icon","icon-delete",3,"click","disabled"]],template:function(o,n){1&o&&t.DNE(0,Dt,7,2,"ng-container",2)(1,on,7,1,"ng-container",2),2&o&&(t.Y8G("ngIf",!n.content||n.dataSourceError),t.R7$(),t.Y8G("ngIf",n.content&&n.config&&!n.dataSourceError))},dependencies:[e.YU,e.Sq,e.bT,e.T3,K.X,lt.R,gt.G,dt.M,_t.t,mt.n,xt.Q,ft.U,Y.h,ht.x,ut.w,Ct.Z],styles:['.aspectRatioBase{position:relative;display:block}.aspectRatioBase:before{content:"";position:relative;display:block}.aspectRatioBase>*{position:absolute}storefront-content,.pxp-content{display:flex;flex-direction:column;position:relative}storefront-content .content-image,.pxp-content .content-image{position:relative;overflow:hidden}storefront-content .content-image storefront-spinner,storefront-content .content-image .pxp-spinner,.pxp-content .content-image storefront-spinner,.pxp-content .content-image .pxp-spinner{position:absolute;top:0;height:100%;width:100%;background-color:#0000001a}storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--paddingVert: .25em;--fontSize: .8em;--width: 200%;--offset: calc(var(--fontSize) * 3);position:absolute;top:calc(var(--fontSize) + var(--paddingVert));left:calc(var(--width) / -2 + var(--offset));display:flex;justify-content:center;width:var(--width);padding:var(--paddingVert) 0;background:var(--contentUpdateBadgeBgColor);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}@media (max-width: 767px) and (orientation: portrait){storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--fontSize: .6em}}@media (max-width: 330px) and (orientation: portrait){storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--fontSize: .6em}}storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:80px;text-align:center;font-size:var(--fontSize);color:var(--contentUpdateBadgeColor);-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;overflow:hidden}@media (max-width: 767px) and (orientation: portrait){storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:60px}}@media (max-width: 330px) and (orientation: portrait){storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:60px}}storefront-content storefront-progress[type=BAR],storefront-content .pxp-progress[type=BAR],storefront-content storefront-progress[data-pxp-type=BAR],storefront-content .pxp-progress[data-pxp-type=BAR],.pxp-content storefront-progress[type=BAR],.pxp-content .pxp-progress[type=BAR],.pxp-content storefront-progress[data-pxp-type=BAR],.pxp-content .pxp-progress[data-pxp-type=BAR]{display:none;position:absolute;background-color:var(--contentProgressBgColor);border-radius:var(--borderRadius);overflow:hidden;text-align:center;padding:var(--contentProgressPaddingVert) var(--contentProgressPaddingHoriz);z-index:0;bottom:0;left:0;right:0;top:0}storefront-content .content-image storefront-progress[type=BAR],storefront-content .content-image .pxp-progress[type=BAR],storefront-content .content-image storefront-progress[data-pxp-type=BAR],storefront-content .content-image .pxp-progress[data-pxp-type=BAR],.pxp-content .content-image storefront-progress[type=BAR],.pxp-content .content-image .pxp-progress[type=BAR],.pxp-content .content-image storefront-progress[data-pxp-type=BAR],.pxp-content .content-image .pxp-progress[data-pxp-type=BAR]{top:auto;bottom:var(--contentProgressMarginVert);left:var(--contentProgressMarginHoriz);right:var(--contentProgressMarginHoriz)}storefront-content .content-data,.pxp-content .content-data{display:flex;flex-direction:column;overflow:hidden;flex-grow:1}storefront-content .content-data .content-description-expand-toggle,.pxp-content .content-data .content-description-expand-toggle{display:none}storefront-content .content-data .content-description-expand-toggle i,.pxp-content .content-data .content-description-expand-toggle i{display:inline-block;transition:transform .3s ease;font-size:12px;padding:0 4px}storefront-content .content-title,.pxp-content .content-title{margin:.5em 0}storefront-content .content-description,.pxp-content .content-description{color:var(--secondaryTextColor);width:100%;white-space:pre-wrap}storefront-content .content-custom-message,.pxp-content .content-custom-message{color:var(--textColor)}storefront-content storefront-image,storefront-content .pxp-image,.pxp-content storefront-image,.pxp-content .pxp-image{width:100%}storefront-content .content-actions,.pxp-content .content-actions{display:none;justify-content:space-between;z-index:1}storefront-content .content-actions button,.pxp-content .content-actions button{color:#fff;background-color:var(--secondaryColor);padding:0}storefront-content .content-actions button.button-purchase,storefront-content .content-actions button.button-subscribe,storefront-content .content-actions button.button-download,storefront-content .content-actions button.button-read,.pxp-content .content-actions button.button-purchase,.pxp-content .content-actions button.button-subscribe,.pxp-content .content-actions button.button-download,.pxp-content .content-actions button.button-read{background-color:var(--primaryColor)}storefront-content .content-actions button.button-state-downloading.button-state-INCOMPLETE .progress-percentage,.pxp-content .content-actions button.button-state-downloading.button-state-INCOMPLETE .progress-percentage{display:none}storefront-content .content-actions button[disabled],.pxp-content .content-actions button[disabled]{opacity:.5}storefront-content .content-actions button span,.pxp-content .content-actions button span{position:relative;z-index:1}storefront-content .content-actions button.icon,.pxp-content .content-actions button.icon{color:var(--primaryColor);background-color:transparent;width:1.4em;height:1.4em;font-size:1.4em}storefront-content .content-state,.pxp-content .content-state{display:none}storefront-content .content-error .action-button,.pxp-content .content-error .action-button{background-color:var(--secondaryColor);color:#fff;display:block}storefront-content[template=cover] .content-image,storefront-content[data-pxp-template=cover] .content-image,.pxp-content[template=cover] .content-image,.pxp-content[data-pxp-template=cover] .content-image{width:100%}storefront-content[template=cover] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=cover] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=cover] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=cover] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=cover] .content-data,storefront-content[data-pxp-template=cover] .content-data,.pxp-content[template=cover] .content-data,.pxp-content[data-pxp-template=cover] .content-data{flex-direction:row;align-items:center}storefront-content[template=cover] .content-data>i,storefront-content[template=cover] .content-data .content-state i,storefront-content[template=cover] .content-data .content-state button,storefront-content[template=cover] .content-data .content-state storefront-progress,storefront-content[template=cover] .content-data .content-state storefront-spinner,storefront-content[template=cover] .content-data .content-state .pxp-progress,storefront-content[template=cover] .content-data .content-state .pxp-spinner,storefront-content[data-pxp-template=cover] .content-data>i,storefront-content[data-pxp-template=cover] .content-data .content-state i,storefront-content[data-pxp-template=cover] .content-data .content-state button,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner,.pxp-content[template=cover] .content-data>i,.pxp-content[template=cover] .content-data .content-state i,.pxp-content[template=cover] .content-data .content-state button,.pxp-content[template=cover] .content-data .content-state storefront-progress,.pxp-content[template=cover] .content-data .content-state storefront-spinner,.pxp-content[template=cover] .content-data .content-state .pxp-progress,.pxp-content[template=cover] .content-data .content-state .pxp-spinner,.pxp-content[data-pxp-template=cover] .content-data>i,.pxp-content[data-pxp-template=cover] .content-data .content-state i,.pxp-content[data-pxp-template=cover] .content-data .content-state button,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner{font-size:21px;height:22px;width:22px;color:var(--secondaryColor)}storefront-content[template=cover] .content-data>i.icon-delete,storefront-content[template=cover] .content-data .content-state i.icon-delete,storefront-content[template=cover] .content-data .content-state button.icon-delete,storefront-content[template=cover] .content-data .content-state storefront-progress.icon-delete,storefront-content[template=cover] .content-data .content-state storefront-spinner.icon-delete,storefront-content[template=cover] .content-data .content-state .pxp-progress.icon-delete,storefront-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete,storefront-content[data-pxp-template=cover] .content-data>i.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state i.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state button.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete,.pxp-content[template=cover] .content-data>i.icon-delete,.pxp-content[template=cover] .content-data .content-state i.icon-delete,.pxp-content[template=cover] .content-data .content-state button.icon-delete,.pxp-content[template=cover] .content-data .content-state storefront-progress.icon-delete,.pxp-content[template=cover] .content-data .content-state storefront-spinner.icon-delete,.pxp-content[template=cover] .content-data .content-state .pxp-progress.icon-delete,.pxp-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete,.pxp-content[data-pxp-template=cover] .content-data>i.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state i.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state button.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete{width:42px;height:42px;position:absolute;top:-20px;right:-20px;border-radius:100%;font-size:10px;color:#fff;padding:10px}storefront-content[template=cover] .content-data>i.icon-delete:after,storefront-content[template=cover] .content-data .content-state i.icon-delete:after,storefront-content[template=cover] .content-data .content-state button.icon-delete:after,storefront-content[template=cover] .content-data .content-state storefront-progress.icon-delete:after,storefront-content[template=cover] .content-data .content-state storefront-spinner.icon-delete:after,storefront-content[template=cover] .content-data .content-state .pxp-progress.icon-delete:after,storefront-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data>i.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state i.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state button.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,.pxp-content[template=cover] .content-data>i.icon-delete:after,.pxp-content[template=cover] .content-data .content-state i.icon-delete:after,.pxp-content[template=cover] .content-data .content-state button.icon-delete:after,.pxp-content[template=cover] .content-data .content-state storefront-progress.icon-delete:after,.pxp-content[template=cover] .content-data .content-state storefront-spinner.icon-delete:after,.pxp-content[template=cover] .content-data .content-state .pxp-progress.icon-delete:after,.pxp-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data>i.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state i.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state button.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete:after{background-color:var(--secondaryColor);width:22px;height:22px;border-radius:100%;display:flex;justify-content:center;align-items:center}storefront-content[template=cover] .content-state,storefront-content[data-pxp-template=cover] .content-state,.pxp-content[template=cover] .content-state,.pxp-content[data-pxp-template=cover] .content-state{display:flex;right:0;bottom:0}storefront-content[template=cover] .content-state storefront-spinner,storefront-content[template=cover] .content-state .pxp-spinner,storefront-content[data-pxp-template=cover] .content-state storefront-spinner,storefront-content[data-pxp-template=cover] .content-state .pxp-spinner,.pxp-content[template=cover] .content-state storefront-spinner,.pxp-content[template=cover] .content-state .pxp-spinner,.pxp-content[data-pxp-template=cover] .content-state storefront-spinner,.pxp-content[data-pxp-template=cover] .content-state .pxp-spinner{position:relative;z-index:1;--spinnerColor: var(--secondaryColor);background-color:transparent;padding:0}storefront-content[template=cover] .content-title,storefront-content[data-pxp-template=cover] .content-title,.pxp-content[template=cover] .content-title,.pxp-content[data-pxp-template=cover] .content-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}storefront-content[template=cover] .content-publication-title,storefront-content[template=cover] .content-description,storefront-content[template=cover] .content-categories,storefront-content[template=cover] .content-tags,storefront-content[template=cover] .content-pub-date,storefront-content[template=cover] .content-properties,storefront-content[template=cover] .content-custom-message,storefront-content[data-pxp-template=cover] .content-publication-title,storefront-content[data-pxp-template=cover] .content-description,storefront-content[data-pxp-template=cover] .content-categories,storefront-content[data-pxp-template=cover] .content-tags,storefront-content[data-pxp-template=cover] .content-pub-date,storefront-content[data-pxp-template=cover] .content-properties,storefront-content[data-pxp-template=cover] .content-custom-message,.pxp-content[template=cover] .content-publication-title,.pxp-content[template=cover] .content-description,.pxp-content[template=cover] .content-categories,.pxp-content[template=cover] .content-tags,.pxp-content[template=cover] .content-pub-date,.pxp-content[template=cover] .content-properties,.pxp-content[template=cover] .content-custom-message,.pxp-content[data-pxp-template=cover] .content-publication-title,.pxp-content[data-pxp-template=cover] .content-description,.pxp-content[data-pxp-template=cover] .content-categories,.pxp-content[data-pxp-template=cover] .content-tags,.pxp-content[data-pxp-template=cover] .content-pub-date,.pxp-content[data-pxp-template=cover] .content-properties,.pxp-content[data-pxp-template=cover] .content-custom-message{display:none}storefront-content[template=cover] .content-publication-title .content-tag,storefront-content[template=cover] .content-publication-title .content-category,storefront-content[template=cover] .content-description .content-tag,storefront-content[template=cover] .content-description .content-category,storefront-content[template=cover] .content-categories .content-tag,storefront-content[template=cover] .content-categories .content-category,storefront-content[template=cover] .content-tags .content-tag,storefront-content[template=cover] .content-tags .content-category,storefront-content[template=cover] .content-pub-date .content-tag,storefront-content[template=cover] .content-pub-date .content-category,storefront-content[template=cover] .content-properties .content-tag,storefront-content[template=cover] .content-properties .content-category,storefront-content[template=cover] .content-custom-message .content-tag,storefront-content[template=cover] .content-custom-message .content-category,storefront-content[data-pxp-template=cover] .content-publication-title .content-tag,storefront-content[data-pxp-template=cover] .content-publication-title .content-category,storefront-content[data-pxp-template=cover] .content-description .content-tag,storefront-content[data-pxp-template=cover] .content-description .content-category,storefront-content[data-pxp-template=cover] .content-categories .content-tag,storefront-content[data-pxp-template=cover] .content-categories .content-category,storefront-content[data-pxp-template=cover] .content-tags .content-tag,storefront-content[data-pxp-template=cover] .content-tags .content-category,storefront-content[data-pxp-template=cover] .content-pub-date .content-tag,storefront-content[data-pxp-template=cover] .content-pub-date .content-category,storefront-content[data-pxp-template=cover] .content-properties .content-tag,storefront-content[data-pxp-template=cover] .content-properties .content-category,storefront-content[data-pxp-template=cover] .content-custom-message .content-tag,storefront-content[data-pxp-template=cover] .content-custom-message .content-category,.pxp-content[template=cover] .content-publication-title .content-tag,.pxp-content[template=cover] .content-publication-title .content-category,.pxp-content[template=cover] .content-description .content-tag,.pxp-content[template=cover] .content-description .content-category,.pxp-content[template=cover] .content-categories .content-tag,.pxp-content[template=cover] .content-categories .content-category,.pxp-content[template=cover] .content-tags .content-tag,.pxp-content[template=cover] .content-tags .content-category,.pxp-content[template=cover] .content-pub-date .content-tag,.pxp-content[template=cover] .content-pub-date .content-category,.pxp-content[template=cover] .content-properties .content-tag,.pxp-content[template=cover] .content-properties .content-category,.pxp-content[template=cover] .content-custom-message .content-tag,.pxp-content[template=cover] .content-custom-message .content-category,.pxp-content[data-pxp-template=cover] .content-publication-title .content-tag,.pxp-content[data-pxp-template=cover] .content-publication-title .content-category,.pxp-content[data-pxp-template=cover] .content-description .content-tag,.pxp-content[data-pxp-template=cover] .content-description .content-category,.pxp-content[data-pxp-template=cover] .content-categories .content-tag,.pxp-content[data-pxp-template=cover] .content-categories .content-category,.pxp-content[data-pxp-template=cover] .content-tags .content-tag,.pxp-content[data-pxp-template=cover] .content-tags .content-category,.pxp-content[data-pxp-template=cover] .content-pub-date .content-tag,.pxp-content[data-pxp-template=cover] .content-pub-date .content-category,.pxp-content[data-pxp-template=cover] .content-properties .content-tag,.pxp-content[data-pxp-template=cover] .content-properties .content-category,.pxp-content[data-pxp-template=cover] .content-custom-message .content-tag,.pxp-content[data-pxp-template=cover] .content-custom-message .content-category{display:none}storefront-content[template=card],storefront-content[data-pxp-template=card],.pxp-content[template=card],.pxp-content[data-pxp-template=card]{padding-bottom:var(--gutter);overflow:hidden;background-color:#fff}storefront-content[template=card] storefront-image[height-strategy=FIXED],storefront-content[template=card] .pxp-image[height-strategy=FIXED],storefront-content[template=card] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=card] storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=card] storefront-image[height-strategy=FIXED],.pxp-content[template=card] .pxp-image[height-strategy=FIXED],.pxp-content[template=card] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=card] storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:75%}storefront-content[template=card] storefront-image[height-strategy=FIXED]>img,storefront-content[template=card] .pxp-image[height-strategy=FIXED]>img,storefront-content[template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] storefront-image[height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[template=card] storefront-image[height-strategy=FIXED]>img,.pxp-content[template=card] .pxp-image[height-strategy=FIXED]>img,.pxp-content[template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] storefront-image[height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img{object-fit:cover;width:100%}storefront-content[template=card] .content-title,storefront-content[template=card] .content-pub-date,storefront-content[template=card] .content-description,storefront-content[data-pxp-template=card] .content-title,storefront-content[data-pxp-template=card] .content-pub-date,storefront-content[data-pxp-template=card] .content-description,.pxp-content[template=card] .content-title,.pxp-content[template=card] .content-pub-date,.pxp-content[template=card] .content-description,.pxp-content[data-pxp-template=card] .content-title,.pxp-content[data-pxp-template=card] .content-pub-date,.pxp-content[data-pxp-template=card] .content-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-left:calc(var(--gutter) / 2);margin-right:calc(var(--gutter) / 2);width:initial}storefront-content[template=card] .content-publication-title,storefront-content[template=card] .content-categories,storefront-content[template=card] .content-tags,storefront-content[template=card] .content-properties,storefront-content[template=card] .content-custom-message,storefront-content[data-pxp-template=card] .content-publication-title,storefront-content[data-pxp-template=card] .content-categories,storefront-content[data-pxp-template=card] .content-tags,storefront-content[data-pxp-template=card] .content-properties,storefront-content[data-pxp-template=card] .content-custom-message,.pxp-content[template=card] .content-publication-title,.pxp-content[template=card] .content-categories,.pxp-content[template=card] .content-tags,.pxp-content[template=card] .content-properties,.pxp-content[template=card] .content-custom-message,.pxp-content[data-pxp-template=card] .content-publication-title,.pxp-content[data-pxp-template=card] .content-categories,.pxp-content[data-pxp-template=card] .content-tags,.pxp-content[data-pxp-template=card] .content-properties,.pxp-content[data-pxp-template=card] .content-custom-message{display:none}storefront-content[template=card] .content-publication-title .content-tag,storefront-content[template=card] .content-publication-title .content-category,storefront-content[template=card] .content-categories .content-tag,storefront-content[template=card] .content-categories .content-category,storefront-content[template=card] .content-tags .content-tag,storefront-content[template=card] .content-tags .content-category,storefront-content[template=card] .content-properties .content-tag,storefront-content[template=card] .content-properties .content-category,storefront-content[template=card] .content-custom-message .content-tag,storefront-content[template=card] .content-custom-message .content-category,storefront-content[data-pxp-template=card] .content-publication-title .content-tag,storefront-content[data-pxp-template=card] .content-publication-title .content-category,storefront-content[data-pxp-template=card] .content-categories .content-tag,storefront-content[data-pxp-template=card] .content-categories .content-category,storefront-content[data-pxp-template=card] .content-tags .content-tag,storefront-content[data-pxp-template=card] .content-tags .content-category,storefront-content[data-pxp-template=card] .content-properties .content-tag,storefront-content[data-pxp-template=card] .content-properties .content-category,storefront-content[data-pxp-template=card] .content-custom-message .content-tag,storefront-content[data-pxp-template=card] .content-custom-message .content-category,.pxp-content[template=card] .content-publication-title .content-tag,.pxp-content[template=card] .content-publication-title .content-category,.pxp-content[template=card] .content-categories .content-tag,.pxp-content[template=card] .content-categories .content-category,.pxp-content[template=card] .content-tags .content-tag,.pxp-content[template=card] .content-tags .content-category,.pxp-content[template=card] .content-properties .content-tag,.pxp-content[template=card] .content-properties .content-category,.pxp-content[template=card] .content-custom-message .content-tag,.pxp-content[template=card] .content-custom-message .content-category,.pxp-content[data-pxp-template=card] .content-publication-title .content-tag,.pxp-content[data-pxp-template=card] .content-publication-title .content-category,.pxp-content[data-pxp-template=card] .content-categories .content-tag,.pxp-content[data-pxp-template=card] .content-categories .content-category,.pxp-content[data-pxp-template=card] .content-tags .content-tag,.pxp-content[data-pxp-template=card] .content-tags .content-category,.pxp-content[data-pxp-template=card] .content-properties .content-tag,.pxp-content[data-pxp-template=card] .content-properties .content-category,.pxp-content[data-pxp-template=card] .content-custom-message .content-tag,.pxp-content[data-pxp-template=card] .content-custom-message .content-category{display:none}storefront-content[template=highlight],storefront-content[data-pxp-template=highlight],.pxp-content[template=highlight],.pxp-content[data-pxp-template=highlight]{flex-direction:row;padding:calc(var(--gutter) / 2);width:100%}storefront-content[template=highlight] .content-image,storefront-content[data-pxp-template=highlight] .content-image,.pxp-content[template=highlight] .content-image,.pxp-content[data-pxp-template=highlight] .content-image{width:calc(43% - var(--gutter) / 2);margin-right:var(--gutter);flex-shrink:0;align-self:flex-end}storefront-content[template=highlight] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=highlight] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=highlight] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=highlight] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}@media (max-width: 533px) and (orientation: portrait),(max-height: 533px) and (orientation: landscape){storefront-content[template=highlight] .content-image,storefront-content[data-pxp-template=highlight] .content-image,.pxp-content[template=highlight] .content-image,.pxp-content[data-pxp-template=highlight] .content-image{width:calc(50% - (var(--gutter)))}}storefront-content[template=highlight] storefront-progress[type=BAR],storefront-content[template=highlight] .pxp-progress[type=BAR],storefront-content[template=highlight] storefront-progress[data-pxp-type=BAR],storefront-content[template=highlight] .pxp-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=highlight] storefront-progress[type=BAR],storefront-content[data-pxp-template=highlight] .pxp-progress[type=BAR],storefront-content[data-pxp-template=highlight] storefront-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=highlight] .pxp-progress[data-pxp-type=BAR],.pxp-content[template=highlight] storefront-progress[type=BAR],.pxp-content[template=highlight] .pxp-progress[type=BAR],.pxp-content[template=highlight] storefront-progress[data-pxp-type=BAR],.pxp-content[template=highlight] .pxp-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=highlight] storefront-progress[type=BAR],.pxp-content[data-pxp-template=highlight] .pxp-progress[type=BAR],.pxp-content[data-pxp-template=highlight] storefront-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=highlight] .pxp-progress[data-pxp-type=BAR]{display:block}storefront-content[template=highlight] .content-data,storefront-content[data-pxp-template=highlight] .content-data,.pxp-content[template=highlight] .content-data,.pxp-content[data-pxp-template=highlight] .content-data{margin-left:var(--gutter)}storefront-content[template=highlight] .content-title,storefront-content[data-pxp-template=highlight] .content-title,.pxp-content[template=highlight] .content-title,.pxp-content[data-pxp-template=highlight] .content-title{font-size:2em;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}storefront-content[template=highlight] .content-publication-title,storefront-content[template=highlight] .content-pub-date,storefront-content[template=highlight] .content-properties,storefront-content[template=highlight] .content-categories,storefront-content[template=highlight] .content-tags,storefront-content[data-pxp-template=highlight] .content-publication-title,storefront-content[data-pxp-template=highlight] .content-pub-date,storefront-content[data-pxp-template=highlight] .content-properties,storefront-content[data-pxp-template=highlight] .content-categories,storefront-content[data-pxp-template=highlight] .content-tags,.pxp-content[template=highlight] .content-publication-title,.pxp-content[template=highlight] .content-pub-date,.pxp-content[template=highlight] .content-properties,.pxp-content[template=highlight] .content-categories,.pxp-content[template=highlight] .content-tags,.pxp-content[data-pxp-template=highlight] .content-publication-title,.pxp-content[data-pxp-template=highlight] .content-pub-date,.pxp-content[data-pxp-template=highlight] .content-properties,.pxp-content[data-pxp-template=highlight] .content-categories,.pxp-content[data-pxp-template=highlight] .content-tags{display:none}storefront-content[template=highlight] .content-publication-title .content-tag,storefront-content[template=highlight] .content-publication-title .content-category,storefront-content[template=highlight] .content-pub-date .content-tag,storefront-content[template=highlight] .content-pub-date .content-category,storefront-content[template=highlight] .content-properties .content-tag,storefront-content[template=highlight] .content-properties .content-category,storefront-content[template=highlight] .content-categories .content-tag,storefront-content[template=highlight] .content-categories .content-category,storefront-content[template=highlight] .content-tags .content-tag,storefront-content[template=highlight] .content-tags .content-category,storefront-content[data-pxp-template=highlight] .content-publication-title .content-tag,storefront-content[data-pxp-template=highlight] .content-publication-title .content-category,storefront-content[data-pxp-template=highlight] .content-pub-date .content-tag,storefront-content[data-pxp-template=highlight] .content-pub-date .content-category,storefront-content[data-pxp-template=highlight] .content-properties .content-tag,storefront-content[data-pxp-template=highlight] .content-properties .content-category,storefront-content[data-pxp-template=highlight] .content-categories .content-tag,storefront-content[data-pxp-template=highlight] .content-categories .content-category,storefront-content[data-pxp-template=highlight] .content-tags .content-tag,storefront-content[data-pxp-template=highlight] .content-tags .content-category,.pxp-content[template=highlight] .content-publication-title .content-tag,.pxp-content[template=highlight] .content-publication-title .content-category,.pxp-content[template=highlight] .content-pub-date .content-tag,.pxp-content[template=highlight] .content-pub-date .content-category,.pxp-content[template=highlight] .content-properties .content-tag,.pxp-content[template=highlight] .content-properties .content-category,.pxp-content[template=highlight] .content-categories .content-tag,.pxp-content[template=highlight] .content-categories .content-category,.pxp-content[template=highlight] .content-tags .content-tag,.pxp-content[template=highlight] .content-tags .content-category,.pxp-content[data-pxp-template=highlight] .content-publication-title .content-tag,.pxp-content[data-pxp-template=highlight] .content-publication-title .content-category,.pxp-content[data-pxp-template=highlight] .content-pub-date .content-tag,.pxp-content[data-pxp-template=highlight] .content-pub-date .content-category,.pxp-content[data-pxp-template=highlight] .content-properties .content-tag,.pxp-content[data-pxp-template=highlight] .content-properties .content-category,.pxp-content[data-pxp-template=highlight] .content-categories .content-tag,.pxp-content[data-pxp-template=highlight] .content-categories .content-category,.pxp-content[data-pxp-template=highlight] .content-tags .content-tag,.pxp-content[data-pxp-template=highlight] .content-tags .content-category{display:none}storefront-content[template=highlight] .content-custom-message,storefront-content[data-pxp-template=highlight] .content-custom-message,.pxp-content[template=highlight] .content-custom-message,.pxp-content[data-pxp-template=highlight] .content-custom-message{margin:var(--gutter) 0}storefront-content[template=highlight] .content-actions,storefront-content[data-pxp-template=highlight] .content-actions,.pxp-content[template=highlight] .content-actions,.pxp-content[data-pxp-template=highlight] .content-actions{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}storefront-content[template=highlight] .content-actions storefront-button button,storefront-content[template=highlight] .content-actions .pxp-button button,storefront-content[data-pxp-template=highlight] .content-actions storefront-button button,storefront-content[data-pxp-template=highlight] .content-actions .pxp-button button,.pxp-content[template=highlight] .content-actions storefront-button button,.pxp-content[template=highlight] .content-actions .pxp-button button,.pxp-content[data-pxp-template=highlight] .content-actions storefront-button button,.pxp-content[data-pxp-template=highlight] .content-actions .pxp-button button{width:100%}storefront-content[template=details] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=details] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=details] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=details] .content-data,storefront-content[data-pxp-template=details] .content-data,.pxp-content[template=details] .content-data,.pxp-content[data-pxp-template=details] .content-data{align-items:center}storefront-content[template=details] .content-data.expanded .content-description,storefront-content[data-pxp-template=details] .content-data.expanded .content-description,.pxp-content[template=details] .content-data.expanded .content-description,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description{-webkit-line-clamp:unset}storefront-content[template=details] .content-data.expanded .content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle,.pxp-content[template=details] .content-data.expanded .content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle{display:block}storefront-content[template=details] .content-data.expanded .content-description-expand-toggle i,storefront-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle i,.pxp-content[template=details] .content-data.expanded .content-description-expand-toggle i,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle i{transform:rotate(180deg)}storefront-content[template=details] .content-data .content-publication-title,storefront-content[template=details] .content-data .content-properties,storefront-content[template=details] .content-data .content-categories,storefront-content[template=details] .content-data .content-tags,storefront-content[data-pxp-template=details] .content-data .content-publication-title,storefront-content[data-pxp-template=details] .content-data .content-properties,storefront-content[data-pxp-template=details] .content-data .content-categories,storefront-content[data-pxp-template=details] .content-data .content-tags,.pxp-content[template=details] .content-data .content-publication-title,.pxp-content[template=details] .content-data .content-properties,.pxp-content[template=details] .content-data .content-categories,.pxp-content[template=details] .content-data .content-tags,.pxp-content[data-pxp-template=details] .content-data .content-publication-title,.pxp-content[data-pxp-template=details] .content-data .content-properties,.pxp-content[data-pxp-template=details] .content-data .content-categories,.pxp-content[data-pxp-template=details] .content-data .content-tags{display:none}storefront-content[template=details] .content-data .content-publication-title .content-tag,storefront-content[template=details] .content-data .content-publication-title .content-category,storefront-content[template=details] .content-data .content-publication-title .content-property,storefront-content[template=details] .content-data .content-properties .content-tag,storefront-content[template=details] .content-data .content-properties .content-category,storefront-content[template=details] .content-data .content-properties .content-property,storefront-content[template=details] .content-data .content-categories .content-tag,storefront-content[template=details] .content-data .content-categories .content-category,storefront-content[template=details] .content-data .content-categories .content-property,storefront-content[template=details] .content-data .content-tags .content-tag,storefront-content[template=details] .content-data .content-tags .content-category,storefront-content[template=details] .content-data .content-tags .content-property,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-tag,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-category,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-property,storefront-content[data-pxp-template=details] .content-data .content-properties .content-tag,storefront-content[data-pxp-template=details] .content-data .content-properties .content-category,storefront-content[data-pxp-template=details] .content-data .content-properties .content-property,storefront-content[data-pxp-template=details] .content-data .content-categories .content-tag,storefront-content[data-pxp-template=details] .content-data .content-categories .content-category,storefront-content[data-pxp-template=details] .content-data .content-categories .content-property,storefront-content[data-pxp-template=details] .content-data .content-tags .content-tag,storefront-content[data-pxp-template=details] .content-data .content-tags .content-category,storefront-content[data-pxp-template=details] .content-data .content-tags .content-property,.pxp-content[template=details] .content-data .content-publication-title .content-tag,.pxp-content[template=details] .content-data .content-publication-title .content-category,.pxp-content[template=details] .content-data .content-publication-title .content-property,.pxp-content[template=details] .content-data .content-properties .content-tag,.pxp-content[template=details] .content-data .content-properties .content-category,.pxp-content[template=details] .content-data .content-properties .content-property,.pxp-content[template=details] .content-data .content-categories .content-tag,.pxp-content[template=details] .content-data .content-categories .content-category,.pxp-content[template=details] .content-data .content-categories .content-property,.pxp-content[template=details] .content-data .content-tags .content-tag,.pxp-content[template=details] .content-data .content-tags .content-category,.pxp-content[template=details] .content-data .content-tags .content-property,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-category,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-property,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-category,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-property,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-category,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-property,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-category,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-property{display:none}storefront-content[template=details] storefront-image[height-strategy=FIXED],storefront-content[template=details] .pxp-image[height-strategy=FIXED],storefront-content[template=details] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=details] .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] storefront-image[height-strategy=FIXED],.pxp-content[template=details] .pxp-image[height-strategy=FIXED],.pxp-content[template=details] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=details] storefront-progress[type=BAR],storefront-content[template=details] .pxp-progress[type=BAR],storefront-content[template=details] storefront-progress[data-pxp-type=BAR],storefront-content[template=details] .pxp-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=details] storefront-progress[type=BAR],storefront-content[data-pxp-template=details] .pxp-progress[type=BAR],storefront-content[data-pxp-template=details] storefront-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=details] .pxp-progress[data-pxp-type=BAR],.pxp-content[template=details] storefront-progress[type=BAR],.pxp-content[template=details] .pxp-progress[type=BAR],.pxp-content[template=details] storefront-progress[data-pxp-type=BAR],.pxp-content[template=details] .pxp-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=details] storefront-progress[type=BAR],.pxp-content[data-pxp-template=details] .pxp-progress[type=BAR],.pxp-content[data-pxp-template=details] storefront-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=details] .pxp-progress[data-pxp-type=BAR]{display:block}storefront-content[template=details] .content-pub-date,storefront-content[data-pxp-template=details] .content-pub-date,.pxp-content[template=details] .content-pub-date,.pxp-content[data-pxp-template=details] .content-pub-date{display:none}storefront-content[template=details] .content-description,storefront-content[data-pxp-template=details] .content-description,.pxp-content[template=details] .content-description,.pxp-content[data-pxp-template=details] .content-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;overflow:hidden}storefront-content[template=details] .content-description.scrollable-vert+.content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-description.scrollable-vert+.content-description-expand-toggle,.pxp-content[template=details] .content-description.scrollable-vert+.content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-description.scrollable-vert+.content-description-expand-toggle{display:flex}storefront-content[template=details] .content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-description-expand-toggle,.pxp-content[template=details] .content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-description-expand-toggle{align-self:flex-start}storefront-content[template=details] .content-custom-message,storefront-content[data-pxp-template=details] .content-custom-message,.pxp-content[template=details] .content-custom-message,.pxp-content[data-pxp-template=details] .content-custom-message{margin-top:var(--gutter)}storefront-content[template=details] .content-actions,storefront-content[data-pxp-template=details] .content-actions,.pxp-content[template=details] .content-actions,.pxp-content[data-pxp-template=details] .content-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-column-gap:var(--gutter);margin-top:var(--gutter)}storefront-content[template=details] .content-actions>button:nth-child(odd):last-child,storefront-content[template=details] .content-actions>storefront-button:nth-child(odd):last-child,storefront-content[template=details] .content-actions>.pxp-button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>storefront-button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>.pxp-button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>storefront-button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>.pxp-button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>storefront-button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>.pxp-button:nth-child(odd):last-child{grid-column:1/3}storefront-content[template=details] .content-actions storefront-button button,storefront-content[template=details] .content-actions .pxp-button button,storefront-content[data-pxp-template=details] .content-actions storefront-button button,storefront-content[data-pxp-template=details] .content-actions .pxp-button button,.pxp-content[template=details] .content-actions storefront-button button,.pxp-content[template=details] .content-actions .pxp-button button,.pxp-content[data-pxp-template=details] .content-actions storefront-button button,.pxp-content[data-pxp-template=details] .content-actions .pxp-button button{width:100%}storefront-content[template=group],storefront-content[data-pxp-template=group],.pxp-content[template=group],.pxp-content[data-pxp-template=group]{flex-direction:row}storefront-content[template=group] .content-image,storefront-content[data-pxp-template=group] .content-image,.pxp-content[template=group] .content-image,.pxp-content[data-pxp-template=group] .content-image{width:100%}storefront-content[template=group] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=group] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=group] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=group] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=group] .content-data,storefront-content[data-pxp-template=group] .content-data,.pxp-content[template=group] .content-data,.pxp-content[data-pxp-template=group] .content-data{flex-direction:column}storefront-content[template=group] .content-title,storefront-content[data-pxp-template=group] .content-title,.pxp-content[template=group] .content-title,.pxp-content[data-pxp-template=group] .content-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}storefront-content[template=group] .content-actions,storefront-content[data-pxp-template=group] .content-actions,.pxp-content[template=group] .content-actions,.pxp-content[data-pxp-template=group] .content-actions{display:flex;justify-content:flex-start}storefront-content[template=group] .content-actions>button,storefront-content[data-pxp-template=group] .content-actions>button,.pxp-content[template=group] .content-actions>button,.pxp-content[data-pxp-template=group] .content-actions>button{display:none}storefront-content[template=group] i,storefront-content[template=group] .content-publication-title,storefront-content[template=group] .content-pub-date,storefront-content[template=group] .content-description,storefront-content[template=group] .content-description-expand-toggle,storefront-content[template=group] .content-properties,storefront-content[template=group] .content-categories,storefront-content[template=group] .content-tags,storefront-content[template=group] .content-state,storefront-content[template=group] .content-update-badge,storefront-content[data-pxp-template=group] i,storefront-content[data-pxp-template=group] .content-publication-title,storefront-content[data-pxp-template=group] .content-pub-date,storefront-content[data-pxp-template=group] .content-description,storefront-content[data-pxp-template=group] .content-description-expand-toggle,storefront-content[data-pxp-template=group] .content-properties,storefront-content[data-pxp-template=group] .content-categories,storefront-content[data-pxp-template=group] .content-tags,storefront-content[data-pxp-template=group] .content-state,storefront-content[data-pxp-template=group] .content-update-badge,.pxp-content[template=group] i,.pxp-content[template=group] .content-publication-title,.pxp-content[template=group] .content-pub-date,.pxp-content[template=group] .content-description,.pxp-content[template=group] .content-description-expand-toggle,.pxp-content[template=group] .content-properties,.pxp-content[template=group] .content-categories,.pxp-content[template=group] .content-tags,.pxp-content[template=group] .content-state,.pxp-content[template=group] .content-update-badge,.pxp-content[data-pxp-template=group] i,.pxp-content[data-pxp-template=group] .content-publication-title,.pxp-content[data-pxp-template=group] .content-pub-date,.pxp-content[data-pxp-template=group] .content-description,.pxp-content[data-pxp-template=group] .content-description-expand-toggle,.pxp-content[data-pxp-template=group] .content-properties,.pxp-content[data-pxp-template=group] .content-categories,.pxp-content[data-pxp-template=group] .content-tags,.pxp-content[data-pxp-template=group] .content-state,.pxp-content[data-pxp-template=group] .content-update-badge{display:none}storefront-content[template=group] i .content-tag,storefront-content[template=group] i .content-category,storefront-content[template=group] .content-publication-title .content-tag,storefront-content[template=group] .content-publication-title .content-category,storefront-content[template=group] .content-pub-date .content-tag,storefront-content[template=group] .content-pub-date .content-category,storefront-content[template=group] .content-description .content-tag,storefront-content[template=group] .content-description .content-category,storefront-content[template=group] .content-description-expand-toggle .content-tag,storefront-content[template=group] .content-description-expand-toggle .content-category,storefront-content[template=group] .content-properties .content-tag,storefront-content[template=group] .content-properties .content-category,storefront-content[template=group] .content-categories .content-tag,storefront-content[template=group] .content-categories .content-category,storefront-content[template=group] .content-tags .content-tag,storefront-content[template=group] .content-tags .content-category,storefront-content[template=group] .content-state .content-tag,storefront-content[template=group] .content-state .content-category,storefront-content[template=group] .content-update-badge .content-tag,storefront-content[template=group] .content-update-badge .content-category,storefront-content[data-pxp-template=group] i .content-tag,storefront-content[data-pxp-template=group] i .content-category,storefront-content[data-pxp-template=group] .content-publication-title .content-tag,storefront-content[data-pxp-template=group] .content-publication-title .content-category,storefront-content[data-pxp-template=group] .content-pub-date .content-tag,storefront-content[data-pxp-template=group] .content-pub-date .content-category,storefront-content[data-pxp-template=group] .content-description .content-tag,storefront-content[data-pxp-template=group] .content-description .content-category,storefront-content[data-pxp-template=group] .content-description-expand-toggle .content-tag,storefront-content[data-pxp-template=group] .content-description-expand-toggle .content-category,storefront-content[data-pxp-template=group] .content-properties .content-tag,storefront-content[data-pxp-template=group] .content-properties .content-category,storefront-content[data-pxp-template=group] .content-categories .content-tag,storefront-content[data-pxp-template=group] .content-categories .content-category,storefront-content[data-pxp-template=group] .content-tags .content-tag,storefront-content[data-pxp-template=group] .content-tags .content-category,storefront-content[data-pxp-template=group] .content-state .content-tag,storefront-content[data-pxp-template=group] .content-state .content-category,storefront-content[data-pxp-template=group] .content-update-badge .content-tag,storefront-content[data-pxp-template=group] .content-update-badge .content-category,.pxp-content[template=group] i .content-tag,.pxp-content[template=group] i .content-category,.pxp-content[template=group] .content-publication-title .content-tag,.pxp-content[template=group] .content-publication-title .content-category,.pxp-content[template=group] .content-pub-date .content-tag,.pxp-content[template=group] .content-pub-date .content-category,.pxp-content[template=group] .content-description .content-tag,.pxp-content[template=group] .content-description .content-category,.pxp-content[template=group] .content-description-expand-toggle .content-tag,.pxp-content[template=group] .content-description-expand-toggle .content-category,.pxp-content[template=group] .content-properties .content-tag,.pxp-content[template=group] .content-properties .content-category,.pxp-content[template=group] .content-categories .content-tag,.pxp-content[template=group] .content-categories .content-category,.pxp-content[template=group] .content-tags .content-tag,.pxp-content[template=group] .content-tags .content-category,.pxp-content[template=group] .content-state .content-tag,.pxp-content[template=group] .content-state .content-category,.pxp-content[template=group] .content-update-badge .content-tag,.pxp-content[template=group] .content-update-badge .content-category,.pxp-content[data-pxp-template=group] i .content-tag,.pxp-content[data-pxp-template=group] i .content-category,.pxp-content[data-pxp-template=group] .content-publication-title .content-tag,.pxp-content[data-pxp-template=group] .content-publication-title .content-category,.pxp-content[data-pxp-template=group] .content-pub-date .content-tag,.pxp-content[data-pxp-template=group] .content-pub-date .content-category,.pxp-content[data-pxp-template=group] .content-description .content-tag,.pxp-content[data-pxp-template=group] .content-description .content-category,.pxp-content[data-pxp-template=group] .content-description-expand-toggle .content-tag,.pxp-content[data-pxp-template=group] .content-description-expand-toggle .content-category,.pxp-content[data-pxp-template=group] .content-properties .content-tag,.pxp-content[data-pxp-template=group] .content-properties .content-category,.pxp-content[data-pxp-template=group] .content-categories .content-tag,.pxp-content[data-pxp-template=group] .content-categories .content-category,.pxp-content[data-pxp-template=group] .content-tags .content-tag,.pxp-content[data-pxp-template=group] .content-tags .content-category,.pxp-content[data-pxp-template=group] .content-state .content-tag,.pxp-content[data-pxp-template=group] .content-state .content-category,.pxp-content[data-pxp-template=group] .content-update-badge .content-tag,.pxp-content[data-pxp-template=group] .content-update-badge .content-category{display:none}storefront-content.locked .content-actions button.icon-share,.pxp-content.locked .content-actions button.icon-share{display:none}storefront-content.ghost,.pxp-content.ghost{pointer-events:none}storefront-content.ghost .content-image,.pxp-content.ghost .content-image{animation:ghost-opacity 2s infinite linear;background-color:var(--ghostColor);margin-bottom:var(--gutter)}storefront-content.ghost .content-image storefront-image,storefront-content.ghost .content-image .pxp-image,.pxp-content.ghost .content-image storefront-image,.pxp-content.ghost .content-image .pxp-image{background-color:transparent}storefront-content.ghost[template=highlight]>.content-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image,.pxp-content.ghost[template=highlight]>.content-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image{margin-bottom:0}storefront-content.ghost[template=highlight]>.content-image>storefront-image,storefront-content.ghost[template=highlight]>.content-image>.pxp-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image>storefront-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image>.pxp-image,.pxp-content.ghost[template=highlight]>.content-image>storefront-image,.pxp-content.ghost[template=highlight]>.content-image>.pxp-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image>storefront-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image>.pxp-image{margin-bottom:0}storefront-content.ghost[template=highlight] .content-description,storefront-content.ghost[template=highlight] .content-title,storefront-content.ghost[data-pxp-template=highlight] .content-description,storefront-content.ghost[data-pxp-template=highlight] .content-title,.pxp-content.ghost[template=highlight] .content-description,.pxp-content.ghost[template=highlight] .content-title,.pxp-content.ghost[data-pxp-template=highlight] .content-description,.pxp-content.ghost[data-pxp-template=highlight] .content-title{width:100%;margin-bottom:0}storefront-content.ghost[template=cover] storefront-image,storefront-content.ghost[template=cover] .pxp-image,storefront-content.ghost[data-pxp-template=cover] storefront-image,storefront-content.ghost[data-pxp-template=cover] .pxp-image,.pxp-content.ghost[template=cover] storefront-image,.pxp-content.ghost[template=cover] .pxp-image,.pxp-content.ghost[data-pxp-template=cover] storefront-image,.pxp-content.ghost[data-pxp-template=cover] .pxp-image{padding-top:133%}storefront-content.ghost[template=card] storefront-image,storefront-content.ghost[template=card] .pxp-image,storefront-content.ghost[data-pxp-template=card] storefront-image,storefront-content.ghost[data-pxp-template=card] .pxp-image,.pxp-content.ghost[template=card] storefront-image,.pxp-content.ghost[template=card] .pxp-image,.pxp-content.ghost[data-pxp-template=card] storefront-image,.pxp-content.ghost[data-pxp-template=card] .pxp-image{padding-top:75%}storefront-content.ghost .content-description,storefront-content.ghost .content-title,.pxp-content.ghost .content-description,.pxp-content.ghost .content-title{background-color:var(--ghostColor);color:transparent;border-radius:4px;width:90%;height:1.2em;margin-bottom:calc(var(--gutter) / 2)!important;background-image:linear-gradient(90deg,var(--ghostColor) 0px,rgb(236,236,236) 40px,var(--ghostColor) 80px);background-size:80vw;animation:ghost-lines 2s infinite linear}storefront-content.ghost .content-description,.pxp-content.ghost .content-description{height:3em}storefront-content.error .content-data,.pxp-content.error .content-data{display:none}storefront-content.error[template=cover] .content-error,storefront-content.error[data-pxp-template=cover] .content-error,storefront-content.error[template=card] .content-error,storefront-content.error[data-pxp-template=card] .content-error,storefront-content.error[template=details] .content-error,storefront-content.error[data-pxp-template=details] .content-error,.pxp-content.error[template=cover] .content-error,.pxp-content.error[data-pxp-template=cover] .content-error,.pxp-content.error[template=card] .content-error,.pxp-content.error[data-pxp-template=card] .content-error,.pxp-content.error[template=details] .content-error,.pxp-content.error[data-pxp-template=details] .content-error{margin-top:var(--gutter)}\n'],encapsulation:2}),l})()},2085:(H,L,g)=>{g.d(L,{o9:()=>D,qc:()=>t});var x=g(4404),t=function(E){return E.COVER="cover",E.CARD="card",E.HIGHLIGHT="highlight",E.DETAILS="details",E.GROUP="group",E}(t||{});const D={template:t.CARD,openContent:{mode:x.DisplayMode.MODAL,titleBar:!0},downloadOptions:null,customButtons:[],customMessages:[],titleMessage:"CONTENT_TITLE",descriptionMessage:"CONTENT_DESCRIPTION",publicationTitleMessage:"CONTENT_PUBLICATION_TITLE"}},8490:(H,L,g)=>{g.d(L,{x:()=>Ae});var x=g(8251),d=g(7808),e=g(4438),t=g(177),D=g(3092),E=g(7350),M=g(680),R=g(8909),F=g(7240),P=g(6962),S=g(395),w=g(4336),I=g(2932),k=g(1302),X=g(2914),y=g(2813);const T=["class","pxp-content"],u=c=>[c],A=c=>({path:c}),O=()=>({path:""}),z=()=>[];function B(c,s){if(1&c){const a=e.RV6();e.j41(0,"div",9),e.nrm(1,"span",10),e.j41(2,"button",11),e.bIt("click",function(){e.eBV(a);const m=e.XpG(2);return e.Njj(m.reload())}),e.k0s()()}if(2&c){const a=e.XpG(2);e.R7$(),e.Y8G("storefrontTranslateArgs",e.eq3(1,u,a.dataSourceError.code))}}function j(c,s){if(1&c&&(e.qex(0),e.j41(1,"div",3),e.nrm(2,"storefront-image",4),e.k0s(),e.j41(3,"div",5),e.nrm(4,"h3",6)(5,"div",7),e.k0s(),e.DNE(6,B,3,3,"div",8),e.bVm()),2&c){const a=e.XpG();e.R7$(2),e.Y8G("height","FIXED"),e.R7$(4),e.Y8G("ngIf",a.dataSourceError)}}function Z(c,s){1&c&&e.eu8(0)}function W(c,s){if(1&c){const a=e.RV6();e.j41(0,"a",14),e.nI1(1,"urlTransform"),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickCover(m))}),e.DNE(2,Z,1,0,"ng-container",15),e.k0s()}if(2&c){e.XpG(2);const a=e.sdS(4),f=e.XpG();e.Y8G("href",e.i5U(1,2,f.contentPath(),f.context),e.B4B),e.R7$(2),e.Y8G("ngTemplateOutlet",a)}}function J(c,s){1&c&&e.eu8(0)}function Q(c,s){if(1&c){const a=e.RV6();e.j41(0,"a",16),e.nI1(1,"urlTransform"),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickContent(m))}),e.DNE(2,J,1,0,"ng-container",17),e.k0s()}if(2&c){e.XpG(2);const a=e.sdS(6),f=e.XpG();e.AVh("expanded",f.descriptionExpanded),e.Y8G("href",e.i5U(1,5,f.contentPath(),f.context),e.B4B),e.R7$(2),e.Y8G("ngTemplateOutlet",a)("ngTemplateOutletContext",e.eq3(8,A,f.contentPath()))}}function q(c,s){if(1&c&&e.DNE(0,W,3,5,"a",12)(1,Q,3,10,"a",13),2&c){const a=e.XpG(2);e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.cover),e.R7$(),e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.allData)}}function Y(c,s){1&c&&e.eu8(0)}function tt(c,s){if(1&c){const a=e.RV6();e.j41(0,"div",20),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickCover(m))}),e.DNE(1,Y,1,0,"ng-container",15),e.k0s()}if(2&c){e.XpG(2);const a=e.sdS(4);e.R7$(),e.Y8G("ngTemplateOutlet",a)}}function U(c,s){if(1&c){const a=e.RV6();e.j41(0,"div",21),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickContent(m))}),e.eu8(1,22),e.k0s()}if(2&c){e.XpG(2);const a=e.sdS(6),f=e.XpG();e.AVh("expanded",f.descriptionExpanded),e.R7$(),e.Y8G("ngTemplateOutlet",a)("ngTemplateOutletContext",e.lJ4(4,O))}}function K(c,s){if(1&c&&e.DNE(0,tt,2,1,"div",18)(1,U,2,5,"div",19),2&c){const a=e.XpG(2);e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.cover),e.R7$(),e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.allData)}}function G(c,s){if(1&c&&e.nrm(0,"div",23),2&c){const a=e.XpG(3);e.Y8G("lcpPrioritized",0===(null==a.context?null:a.context.entryIndex)&&(null==a.config?null:a.config.lcpPrioritized))("src",a.content.thumbnails&&a.content.thumbnails.default)("imageResolutionStrategy",null==a.config?null:a.config.imageResolutionStrategy)("height",a.getImageHeight())("extendedThumbnail",null==a.content||null==a.content.thumbnailsExtended?null:a.content.thumbnailsExtended.default)("label",null==a.content?null:a.content.name)}}function et(c,s){if(1&c&&e.nrm(0,"storefront-image",24),2&c){const a=e.XpG(3);e.Y8G("lcpPrioritized",0===(null==a.context?null:a.context.entryIndex)&&(null==a.config?null:a.config.lcpPrioritized))("src",a.content.thumbnails&&a.content.thumbnails.default)("imageResolutionStrategy",null==a.config?null:a.config.imageResolutionStrategy)("height",a.getImageHeight())("extendedThumbnail",null==a.content||null==a.content.thumbnailsExtended?null:a.content.thumbnailsExtended.default)("label",null==a.content?null:a.content.name)}}function nt(c,s){1&c&&e.nrm(0,"div",26)}function ot(c,s){1&c&&e.nrm(0,"storefront-spinner")}function at(c,s){if(1&c&&e.DNE(0,nt,1,0,"div",26)(1,ot,1,0,"storefront-spinner"),2&c){const a=e.XpG(3);e.vxM(a.domHelper.leanDom?0:1)}}function pt(c,s){1&c&&(e.j41(0,"div",27),e.nrm(1,"span",28),e.k0s())}function ct(c,s){if(1&c&&e.nrm(0,"div",29),2&c){const a=e.XpG(4);e.Y8G("type",a.getProgressType())("progress",a.installState.progress)}}function rt(c,s){if(1&c&&e.nrm(0,"storefront-progress",30),2&c){const a=e.XpG(4);e.Y8G("type",a.getProgressType())("progress",a.installState.progress)}}function it(c,s){if(1&c&&e.DNE(0,ct,1,2,"div",29)(1,rt,1,2,"storefront-progress",30),2&c){const a=e.XpG(3);e.vxM(a.domHelper.leanDom?0:1)}}function st(c,s){if(1&c&&e.DNE(0,G,1,6,"div",23)(1,et,1,6,"storefront-image",24)(2,at,2,1)(3,pt,2,0,"div",25)(4,it,2,1),2&c){const a=e.XpG(2);e.vxM(a.domHelper.leanDom?0:1),e.R7$(2),e.vxM(a.coverLoading?2:-1),e.R7$(),e.Y8G("ngIf",a.showUpdateBehavior()),e.R7$(),e.vxM(a.isDownloadInProgress()?4:-1)}}function lt(c,s){if(1&c){const a=e.RV6();e.j41(0,"h3",48),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickCover(m))}),e.nrm(1,"span",49),e.k0s()}if(2&c){const a=e.XpG(3);e.R7$(),e.Y8G("storefrontTranslate",a.config.publicationTitleMessage)("storefrontTranslateArgs",e.eq3(2,u,a.publication&&a.publication.name))}}function gt(c,s){if(1&c){const a=e.RV6();e.j41(0,"h3",50),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickCover(m))}),e.nrm(1,"span",49),e.k0s()}if(2&c){const a=e.XpG(3);e.R7$(),e.Y8G("storefrontTranslate",a.config.titleMessage)("storefrontTranslateArgs",e.eq3(2,u,a.content.name))}}function dt(c,s){1&c&&e.nrm(0,"i",51)}function _t(c,s){if(1&c&&(e.j41(0,"div",52),e.EFF(1),e.nI1(2,"storefrontDate"),e.k0s()),2&c){const a=e.XpG(3);e.R7$(),e.SpI(" ",e.bMT(2,1,a.content.publicationDate)," ")}}function mt(c,s){if(1&c&&e.nrm(0,"div",53),2&c){const a=e.XpG(3);e.Y8G("storefrontTranslate",a.config.descriptionMessage)("storefrontTranslateArgs",e.eq3(2,u,a.content.description))}}function xt(c,s){if(1&c){const a=e.RV6();e.j41(0,"span",54),e.bIt("click",function(){e.eBV(a);const m=e.XpG(3);return e.Njj(m.descriptionExpanded=!m.descriptionExpanded)}),e.nrm(1,"span",55)(2,"i",56),e.k0s()}if(2&c){const a=e.XpG(3);e.R7$(),e.Y8G("storefrontTranslate",a.descriptionExpanded?"CONTENT_DESCRIPTION_TOGGLE_COLLAPSE":"CONTENT_DESCRIPTION_TOGGLE_EXPAND")}}function ft(c,s){if(1&c&&(e.j41(0,"div")(1,"span"),e.EFF(2),e.k0s(),e.nrm(3,"i"),e.k0s()),2&c){const a=s.$implicit;e.ZWY("content-property content-property-",a.key," content-property-",a.key,"-",a.value,""),e.R7$(2),e.JRh(a.value),e.R7$(),e.ee0("'icon icon-",a.key," icon-",a.value," icon-",a.key,"-",a.value,"")}}function ht(c,s){if(1&c&&(e.j41(0,"div",57),e.DNE(1,ft,4,12,"div",58),e.k0s()),2&c){const a=e.XpG(3);e.R7$(),e.Y8G("ngForOf",a.visibleProperties)("ngForTrackBy",a.trackByProperty)}}function ut(c,s){if(1&c&&(e.j41(0,"div",61)(1,"span"),e.EFF(2),e.k0s(),e.nrm(3,"i"),e.k0s()),2&c){const a=s.$implicit;e.ZvI("content-category content-category-",a.id,""),e.R7$(2),e.JRh(a.name||a.id),e.R7$(),e.ZvI("icon icon-",a.id,"")}}function Ct(c,s){if(1&c&&(e.j41(0,"div",59),e.DNE(1,ut,4,7,"div",60),e.k0s()),2&c){const a=e.XpG(3);e.R7$(),e.Y8G("ngForOf",a.displayedCategories)("ngForTrackBy",a.trackByCategory)}}function $(c,s){if(1&c&&(e.j41(0,"div")(1,"span"),e.EFF(2),e.k0s(),e.nrm(3,"i"),e.k0s()),2&c){const a=s.$implicit;e.ZvI("content-tag content-tag-",a,""),e.R7$(2),e.JRh(a),e.R7$(),e.ZvI("icon icon-",a,"")}}function vt(c,s){if(1&c&&(e.j41(0,"div",62),e.DNE(1,$,4,7,"div",58),e.k0s()),2&c){const a=e.XpG(3);e.R7$(),e.Y8G("ngForOf",a.tags)("ngForTrackBy",a.trackByTag)}}function bt(c,s){if(1&c&&e.nrm(0,"div",49),2&c){const a=s.$implicit;e.ZvI("content-custom-message ",a.class||"",""),e.Y8G("storefrontTranslate",a.message)("storefrontTranslateArgs",a.variables||e.lJ4(5,z))}}function yt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",63),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickShare(m))}),e.k0s()}}function Et(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",64),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickBookmark(m))}),e.k0s()}if(2&c){const a=e.XpG(3);e.ZvI("icon ",a.bookmark?"icon-bookmark-active":"icon-bookmark","")}}function Dt(c,s){1&c&&e.nrm(0,"div",67)}function Tt(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function It(c,s){if(1&c&&e.DNE(0,Dt,1,0,"div",67)(1,Tt,1,0,"storefront-spinner",68),2&c){const a=e.XpG(4);e.vxM(a.domHelper.leanDom?0:1)}}function Rt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",65),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickRead(m))}),e.nrm(1,"span",66),e.DNE(2,It,2,1),e.k0s()}if(2&c){const a=e.XpG(3);e.Y8G("disabled",a.openLoading),e.R7$(2),e.vxM(a.openLoading?2:-1)}}function At(c,s){1&c&&e.nrm(0,"div",67)}function kt(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function Ot(c,s){if(1&c&&e.DNE(0,At,1,0,"div",67)(1,kt,1,0,"storefront-spinner",68),2&c){const a=e.XpG(4);e.vxM(a.domHelper.leanDom?0:1)}}function Lt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",69),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(3);return e.Njj(h.onClickPreview(m))}),e.nrm(1,"span",70),e.DNE(2,Ot,2,1),e.k0s()}if(2&c){const a=e.XpG(3);e.Y8G("disabled",a.previewLoading),e.R7$(2),e.vxM(a.previewLoading?2:-1)}}function Xt(c,s){1&c&&e.nrm(0,"div",67)}function Pt(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function Bt(c,s){if(1&c&&e.DNE(0,Xt,1,0,"div",67)(1,Pt,1,0,"storefront-spinner",68),2&c){const a=e.XpG(7);e.vxM(a.domHelper.leanDom?0:1)}}function Gt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",74),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(6);return e.Njj(h.onClickCancel(m))}),e.nrm(1,"span",75),e.DNE(2,Bt,2,1),e.k0s()}if(2&c){const a=e.XpG(6);e.Y8G("disabled",a.deleteLoading),e.R7$(2),e.vxM(a.deleteLoading?2:-1)}}function Nt(c,s){if(1&c&&(e.qex(0),e.DNE(1,Gt,3,2,"button",73),e.bVm()),2&c){const a=e.XpG(5);e.R7$(),e.Y8G("ngIf",a.isDownloadCancelable())}}function Mt(c,s){1&c&&e.nrm(0,"div",67)}function Ft(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function St(c,s){if(1&c&&e.DNE(0,Mt,1,0,"div",67)(1,Ft,1,0,"storefront-spinner",68),2&c){const a=e.XpG(6);e.vxM(a.domHelper.leanDom?0:1)}}function wt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",76),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(5);return e.Njj(h.onClickDownload(m))}),e.nrm(1,"span",77),e.DNE(2,St,2,1),e.k0s()}if(2&c){const a=e.XpG(5);e.Y8G("disabled",a.downloadLoading),e.R7$(2),e.vxM(a.downloadLoading?2:-1)}}function Ut(c,s){1&c&&e.nrm(0,"div",67)}function $t(c,s){if(1&c&&e.DNE(0,Ut,1,0,"div",67),2&c){const a=e.XpG(6);e.vxM(a.deleteLoading?0:-1)}}function jt(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function Yt(c,s){if(1&c&&e.DNE(0,jt,1,0,"storefront-spinner",68),2&c){const a=e.XpG(6);e.vxM(a.deleteLoading?0:-1)}}function Kt(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",78),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(5);return e.Njj(h.onClickDelete(m))}),e.nrm(1,"span",79),e.DNE(2,$t,1,1)(3,Yt,1,1),e.k0s()}if(2&c){const a=e.XpG(5);e.Y8G("disabled",a.deleteLoading),e.R7$(2),e.vxM(a.domHelper.leanDom?2:3)}}function Vt(c,s){if(1&c&&(e.qex(0),e.DNE(1,Nt,2,1,"ng-container",2)(2,wt,3,2,"button",71)(3,Kt,4,2,"button",72),e.bVm()),2&c){const a=e.XpG(4);e.R7$(),e.Y8G("ngIf",a.installState.downloading),e.R7$(),e.Y8G("ngIf",!a.installState.downloading&&"COMPLETE"!==a.installState.installState&&!a.deleteLoading),e.R7$(),e.Y8G("ngIf",a.isDownloadDeletable())}}function Ht(c,s){1&c&&e.nrm(0,"div",67)}function Wt(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function zt(c,s){if(1&c&&e.DNE(0,Ht,1,0,"div",67)(1,Wt,1,0,"storefront-spinner",68),2&c){const a=e.XpG(6);e.vxM(a.domHelper.leanDom?0:1)}}function Zt(c,s){1&c&&e.nrm(0,"div",81)}function Jt(c,s){if(1&c&&e.nrm(0,"storefront-progress",82),2&c){const a=e.XpG(7);e.Y8G("type",a.getProgressType())("progress",a.installState.progress)}}function Qt(c,s){if(1&c&&e.DNE(0,Zt,1,0,"div",81)(1,Jt,1,2,"storefront-progress",82),2&c){const a=e.XpG(6);e.vxM(a.domHelper.leanDom?0:1)}}function qt(c,s){if(1&c&&(e.j41(0,"p",83),e.EFF(1),e.k0s()),2&c){const a=e.XpG(6);e.R7$(),e.SpI(" ",a.installState.progress,"% ")}}function te(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",64),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(5);return e.Njj(h.onClickState(m))}),e.nrm(1,"span",55),e.DNE(2,zt,2,1)(3,Qt,2,1)(4,qt,2,1,"p",80),e.k0s()}if(2&c){const a=e.XpG(5);e.ZWY("button-state action-button ",a.installState.downloading?"button-state-downloading":""," ","button-state-"+a.installState.installState," ",a.deleteLoading||a.downloadLoading?"button-state-loading":"",""),e.R7$(),e.Y8G("storefrontTranslate",a.getStateText()),e.R7$(),e.vxM(a.deleteLoading||a.downloadLoading?2:-1),e.R7$(),e.vxM(a.isDownloadInProgress(!0)?3:-1),e.R7$(),e.Y8G("ngIf",a.isDownloadInProgress(!0))}}function ee(c,s){if(1&c&&(e.qex(0),e.DNE(1,te,5,9,"button",43),e.bVm()),2&c){const a=e.XpG(4);e.R7$(),e.Y8G("ngIf",a.isDownloadable())}}function ne(c,s){if(1&c&&(e.qex(0),e.DNE(1,Vt,4,3,"ng-container",2)(2,ee,2,1,"ng-container",2),e.bVm()),2&c){const a=e.XpG(3);e.R7$(),e.Y8G("ngIf","MULTI"===a.downloadOptions.buttonType),e.R7$(),e.Y8G("ngIf","SINGLE"===a.downloadOptions.buttonType)}}function oe(c,s){1&c&&e.nrm(0,"span",92)}function ae(c,s){1&c&&e.nrm(0,"span",93)}function pe(c,s){if(1&c&&e.nrm(0,"span",94),2&c){const a=e.XpG(5);e.Y8G("storefrontTranslateArgs",e.eq3(1,u,a.price&&a.price.formattedPrice))}}function ce(c,s){1&c&&e.nrm(0,"div",67)}function re(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function ie(c,s){if(1&c&&e.DNE(0,ce,1,0,"div",67)(1,re,1,0,"storefront-spinner",68),2&c){const a=e.XpG(5);e.vxM(a.domHelper.leanDom?0:1)}}function se(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",88),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickPurchase(m))}),e.DNE(1,oe,1,0,"span",89)(2,ae,1,0,"span",90)(3,pe,1,3,"span",91)(4,ie,2,1),e.k0s()}if(2&c){const a=e.XpG(4);e.Y8G("ngClass",a.getPriceState())("disabled",!a.price||a.purchaseLoading),e.R7$(),e.Y8G("ngIf",!a.visible||a.priceLoading),e.R7$(),e.Y8G("ngIf",a.visible&&!a.priceLoading&&!a.price),e.R7$(),e.Y8G("ngIf",a.price),e.R7$(),e.vxM(a.purchaseLoading?4:-1)}}function le(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",95),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickSubscribe(m))}),e.k0s()}}function ge(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",96),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickLogin(m))}),e.k0s()}}function de(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",97),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickCoupon(m))}),e.k0s()}}function _e(c,s){if(1&c&&(e.qex(0),e.DNE(1,se,5,6,"button",84)(2,le,1,0,"button",85)(3,ge,1,0,"button",86)(4,de,1,0,"button",87),e.bVm()),2&c){const a=e.XpG(3);e.R7$(),e.Y8G("ngIf",a.purchaseOptions.purchase),e.R7$(),e.Y8G("ngIf",a.purchaseOptions.subscribe),e.R7$(),e.Y8G("ngIf",!a.loggedIn&&a.purchaseOptions.login),e.R7$(),e.Y8G("ngIf",a.purchaseOptions.coupon)}}function me(c,s){if(1&c&&e.nrm(0,"div",98),2&c){const a=e.XpG().$implicit,f=e.XpG(3);e.Y8G("baseConfig",a)("disableAnchor",!0)("baseContext",f.context)}}function xe(c,s){if(1&c&&e.nrm(0,"storefront-button",99),2&c){const a=e.XpG().$implicit,f=e.XpG(3);e.Y8G("baseConfig",a)("disableAnchor",!0)("baseContext",f.context)}}function fe(c,s){if(1&c&&(e.qex(0),e.DNE(1,me,1,3,"div",98)(2,xe,1,3,"storefront-button",99),e.bVm()),2&c){const a=e.XpG(3);e.R7$(),e.vxM(a.domHelper.leanDom?1:2)}}function he(c,s){if(1&c&&e.nrm(0,"div",103),2&c){const a=e.XpG(5);e.Y8G("progress",a.installState.progress)("type",a.getProgressType())("showBorder",!0)}}function ue(c,s){if(1&c&&e.nrm(0,"storefront-progress",104),2&c){const a=e.XpG(5);e.Y8G("progress",a.installState.progress)("type",a.getProgressType())("showBorder",!0)}}function Ce(c,s){if(1&c&&e.DNE(0,he,1,3,"div",103)(1,ue,1,3,"storefront-progress",104),2&c){const a=e.XpG(4);e.vxM(a.domHelper.leanDom?0:1)}}function ve(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",105),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickDownload(m))}),e.k0s()}if(2&c){const a=e.XpG(4);e.Y8G("disabled",a.downloadLoading)}}function be(c,s){if(1&c){const a=e.RV6();e.j41(0,"button",106),e.bIt("click",function(m){e.eBV(a);const h=e.XpG(4);return e.Njj(h.onClickDelete(m))}),e.k0s()}if(2&c){const a=e.XpG(4);e.Y8G("disabled",a.deleteLoading)}}function ye(c,s){1&c&&e.nrm(0,"div",67)}function Ee(c,s){1&c&&e.nrm(0,"storefront-spinner",68)}function De(c,s){if(1&c&&e.DNE(0,ye,1,0,"div",67)(1,Ee,1,0,"storefront-spinner",68),2&c){const a=e.XpG(4);e.vxM(a.domHelper.leanDom?0:1)}}function Te(c,s){if(1&c&&(e.j41(0,"div",100),e.DNE(1,Ce,2,1)(2,ve,1,1,"button",101)(3,be,1,1,"button",102)(4,De,2,1),e.k0s()),2&c){const a=e.XpG(3);e.R7$(),e.vxM(a.isDownloadInProgress(!0)?1:-1),e.R7$(),e.Y8G("ngIf",!a.locked&&"COMPLETE"!==a.installState.installState&&!a.installState.downloading&&!a.downloadLoading),e.R7$(),e.Y8G("ngIf",a.isDownloadDeletable()||a.isDownloadCancelable()),e.R7$(),e.vxM(a.downloadLoading?4:-1)}}function Ie(c,s){if(1&c&&(e.DNE(0,lt,2,4,"h3",31)(1,gt,2,4,"h3",32)(2,dt,1,0,"i",33)(3,_t,3,3,"div",34)(4,mt,1,4,"div",35)(5,xt,3,1,"span",36)(6,ht,2,2,"div",37)(7,Ct,2,2,"div",38)(8,vt,2,2,"div",39)(9,bt,1,6,"div",40),e.j41(10,"div",41),e.DNE(11,yt,1,0,"button",42)(12,Et,1,3,"button",43)(13,Rt,3,2,"button",44)(14,Lt,3,2,"button",45)(15,ne,3,2,"ng-container",2)(16,_e,5,4,"ng-container",2)(17,fe,3,1,"ng-container",46),e.k0s(),e.DNE(18,Te,5,4,"div",47)),2&c){const a=e.XpG(2);e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.publication),e.R7$(),e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.title),e.R7$(),e.Y8G("ngIf",a.isDownloadFinished()),e.R7$(),e.Y8G("ngIf",a.content.publicationDate&&(!a.config.hideComponents||!a.config.hideComponents.publicationDate)),e.R7$(),e.Y8G("ngIf",a.content.description&&(!a.config.hideComponents||!a.config.hideComponents.description)),e.R7$(),e.Y8G("ngIf",a.content.description&&(!a.config.hideComponents||!a.config.hideComponents.description)),e.R7$(),e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.properties),e.R7$(),e.Y8G("ngIf",!(a.config.displayCategories&&"NOTHING"===a.config.displayCategories.mode||a.config.hideComponents&&a.config.hideComponents.categories)),e.R7$(),e.Y8G("ngIf",!a.config.hideComponents||!a.config.hideComponents.tags),e.R7$(),e.Y8G("ngForOf",a.customMessages)("ngForTrackBy",a.trackByMessage),e.R7$(2),e.Y8G("ngIf",a.config.sharing),e.R7$(),e.Y8G("ngIf",a.config.bookmark),e.R7$(),e.Y8G("ngIf",!a.locked),e.R7$(),e.Y8G("ngIf",a.locked&&a.hasPreview()),e.R7$(),e.Y8G("ngIf",a.downloadOptions&&!a.locked),e.R7$(),e.Y8G("ngIf",a.purchaseOptions&&a.locked),e.R7$(),e.Y8G("ngForOf",a.customButtons)("ngForTrackBy",a.trackByButton),e.R7$(),e.Y8G("ngIf",a.installState)}}function Re(c,s){if(1&c&&(e.qex(0),e.DNE(1,q,2,2)(2,K,2,2)(3,st,5,4,"ng-template",null,0,e.C5r)(5,Ie,19,20,"ng-template",null,1,e.C5r),e.bVm()),2&c){const a=e.XpG();e.R7$(),e.vxM(a.contentPath()?1:2)}}let Ae=(()=>{var c;class s extends d.B{}return(c=s).\u0275fac=(()=>{let a;return function(m){return(a||(a=e.xGo(c)))(m||c)}})(),c.\u0275cmp=e.VBU({type:c,selectors:[["div",8,"pxp-content"]],standalone:!1,features:[e.Jv_([x.B]),e.Vt3],attrs:T,decls:2,vars:2,consts:[["imageTemplate",""],["contentData",""],[4,"ngIf"],[1,"content-image"],[3,"height"],[1,"content-data"],[1,"content-title"],[1,"content-description"],["class","content-error",4,"ngIf"],[1,"content-error"],["storefrontTranslate","CONTENT_ERROR",3,"storefrontTranslateArgs"],["storefrontTranslate","CONTENT_ERROR_BUTTON",1,"action-button",3,"click"],["class","content-image",3,"href","click",4,"ngIf"],["class","content-data",3,"href","expanded","click",4,"ngIf"],[1,"content-image",3,"click","href"],[4,"ngTemplateOutlet"],[1,"content-data",3,"click","href"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],["class","content-image",3,"click",4,"ngIf"],["class","content-data",3,"expanded","click",4,"ngIf"],[1,"content-image",3,"click"],[1,"content-data",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"pxp-image",3,"lcpPrioritized","src","imageResolutionStrategy","height","extendedThumbnail","label"],[3,"lcpPrioritized","src","imageResolutionStrategy","height","extendedThumbnail","label"],["class","content-update-badge",4,"ngIf"],[1,"pxp-spinner"],[1,"content-update-badge"],["storefrontTranslate","CONTENT_UPDATE_BADGE_MESSAGE"],[1,"pxp-progress",3,"type","progress"],[3,"type","progress"],["class","content-publication-title",3,"click",4,"ngIf"],["class","content-title",3,"click",4,"ngIf"],["class","icon icon-check-bg",4,"ngIf"],["class","content-pub-date",4,"ngIf"],["class","content-description","storefrontCheckOverflow","vertical","storefrontCheckOverflowTarget","self",3,"storefrontTranslate","storefrontTranslateArgs",4,"ngIf"],["class","content-description-expand-toggle",3,"click",4,"ngIf"],["class","content-properties",4,"ngIf"],["class","content-categories",4,"ngIf"],["class","content-tags",4,"ngIf"],[3,"class","storefrontTranslate","storefrontTranslateArgs",4,"ngFor","ngForOf","ngForTrackBy"],[1,"content-actions"],["class","icon icon-share",3,"click",4,"ngIf"],[3,"class","click",4,"ngIf"],["class","button-read action-button",3,"disabled","click",4,"ngIf"],["class","button-preview action-button",3,"disabled","click",4,"ngIf"],[4,"ngFor","ngForOf","ngForTrackBy"],["class","content-state",4,"ngIf"],[1,"content-publication-title",3,"click"],[3,"storefrontTranslate","storefrontTranslateArgs"],[1,"content-title",3,"click"],[1,"icon","icon-check-bg"],[1,"content-pub-date"],["storefrontCheckOverflow","vertical","storefrontCheckOverflowTarget","self",1,"content-description",3,"storefrontTranslate","storefrontTranslateArgs"],[1,"content-description-expand-toggle",3,"click"],[3,"storefrontTranslate"],[1,"icon","icon-arrow-down"],[1,"content-properties"],[3,"class",4,"ngFor","ngForOf","ngForTrackBy"],[1,"content-categories"],["purpleColorize","accent","purpleColorizeProps","background-color",3,"class",4,"ngFor","ngForOf","ngForTrackBy"],["purpleColorize","accent","purpleColorizeProps","background-color"],[1,"content-tags"],[1,"icon","icon-share",3,"click"],[3,"click"],[1,"button-read","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_READ"],[1,"pxp-spinner","button-spinner"],[1,"button-spinner"],[1,"button-preview","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_PREVIEW"],["class","button-download action-button",3,"disabled","click",4,"ngIf"],["class","button-delete action-button",3,"disabled","click",4,"ngIf"],["class","button-cancel action-button",3,"disabled","click",4,"ngIf"],[1,"button-cancel","action-button",3,"click","disabled"],["storefrontTranslate","CONTENT_ACTION_CANCEL"],[1,"button-download","action-button",3,"click","disabled"],["storefrontTranslate","ISSUE_ACTION_DOWNLOAD"],[1,"button-delete","action-button",3,"click","disabled"],["storefrontTranslate","ISSUE_ACTION_DELETE"],["class","progress-percentage",4,"ngIf"],[1,"pxp-progress"],["message","",3,"type","progress"],[1,"progress-percentage"],["class","button-purchase action-button",3,"ngClass","disabled","click",4,"ngIf"],["class","button-subscribe action-button","storefrontTranslate","CONTENT_ACTION_SUBSCRIBE",3,"click",4,"ngIf"],["class","button-login action-button","storefrontTranslate","CONTENT_ACTION_LOGIN",3,"click",4,"ngIf"],["class","button-coupon action-button","storefrontTranslate","CONTENT_ACTION_COUPON",3,"click",4,"ngIf"],[1,"button-purchase","action-button",3,"click","ngClass","disabled"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_LOADING",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_UNAVAILABLE",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE",3,"storefrontTranslateArgs",4,"ngIf"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_LOADING"],["storefrontTranslate","CONTENT_ACTION_PURCHASE_UNAVAILABLE"],["storefrontTranslate","CONTENT_ACTION_PURCHASE",3,"storefrontTranslateArgs"],["storefrontTranslate","CONTENT_ACTION_SUBSCRIBE",1,"button-subscribe","action-button",3,"click"],["storefrontTranslate","CONTENT_ACTION_LOGIN",1,"button-login","action-button",3,"click"],["storefrontTranslate","CONTENT_ACTION_COUPON",1,"button-coupon","action-button",3,"click"],[1,"pxp-button","button-custom",3,"baseConfig","disableAnchor","baseContext"],[1,"button-custom",3,"baseConfig","disableAnchor","baseContext"],[1,"content-state"],["class","icon icon-download-circle",3,"disabled","click",4,"ngIf"],["class","icon icon-delete",3,"disabled","click",4,"ngIf"],[1,"pxp-progress",3,"progress","type","showBorder"],[3,"progress","type","showBorder"],[1,"icon","icon-download-circle",3,"click","disabled"],[1,"icon","icon-delete",3,"click","disabled"]],template:function(f,m){1&f&&e.DNE(0,j,7,2,"ng-container",2)(1,Re,7,1,"ng-container",2),2&f&&(e.Y8G("ngIf",!m.content||m.dataSourceError),e.R7$(),e.Y8G("ngIf",m.content&&m.config&&!m.dataSourceError))},dependencies:[t.YU,t.Sq,t.bT,t.T3,D.X,E.R,M.G,R.M,F.t,P.n,S.Q,w.U,I.h,k.x,X.w,y.Z],styles:['.aspectRatioBase{position:relative;display:block}.aspectRatioBase:before{content:"";position:relative;display:block}.aspectRatioBase>*{position:absolute}storefront-content,.pxp-content{display:flex;flex-direction:column;position:relative}storefront-content .content-image,.pxp-content .content-image{position:relative;overflow:hidden}storefront-content .content-image storefront-spinner,storefront-content .content-image .pxp-spinner,.pxp-content .content-image storefront-spinner,.pxp-content .content-image .pxp-spinner{position:absolute;top:0;height:100%;width:100%;background-color:#0000001a}storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--paddingVert: .25em;--fontSize: .8em;--width: 200%;--offset: calc(var(--fontSize) * 3);position:absolute;top:calc(var(--fontSize) + var(--paddingVert));left:calc(var(--width) / -2 + var(--offset));display:flex;justify-content:center;width:var(--width);padding:var(--paddingVert) 0;background:var(--contentUpdateBadgeBgColor);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}@media (max-width: 767px) and (orientation: portrait){storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--fontSize: .6em}}@media (max-width: 330px) and (orientation: portrait){storefront-content .content-image .content-update-badge,.pxp-content .content-image .content-update-badge{--fontSize: .6em}}storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:80px;text-align:center;font-size:var(--fontSize);color:var(--contentUpdateBadgeColor);-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;overflow:hidden}@media (max-width: 767px) and (orientation: portrait){storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:60px}}@media (max-width: 330px) and (orientation: portrait){storefront-content .content-image .content-update-badge span,.pxp-content .content-image .content-update-badge span{max-width:60px}}storefront-content storefront-progress[type=BAR],storefront-content .pxp-progress[type=BAR],storefront-content storefront-progress[data-pxp-type=BAR],storefront-content .pxp-progress[data-pxp-type=BAR],.pxp-content storefront-progress[type=BAR],.pxp-content .pxp-progress[type=BAR],.pxp-content storefront-progress[data-pxp-type=BAR],.pxp-content .pxp-progress[data-pxp-type=BAR]{display:none;position:absolute;background-color:var(--contentProgressBgColor);border-radius:var(--borderRadius);overflow:hidden;text-align:center;padding:var(--contentProgressPaddingVert) var(--contentProgressPaddingHoriz);z-index:0;bottom:0;left:0;right:0;top:0}storefront-content .content-image storefront-progress[type=BAR],storefront-content .content-image .pxp-progress[type=BAR],storefront-content .content-image storefront-progress[data-pxp-type=BAR],storefront-content .content-image .pxp-progress[data-pxp-type=BAR],.pxp-content .content-image storefront-progress[type=BAR],.pxp-content .content-image .pxp-progress[type=BAR],.pxp-content .content-image storefront-progress[data-pxp-type=BAR],.pxp-content .content-image .pxp-progress[data-pxp-type=BAR]{top:auto;bottom:var(--contentProgressMarginVert);left:var(--contentProgressMarginHoriz);right:var(--contentProgressMarginHoriz)}storefront-content .content-data,.pxp-content .content-data{display:flex;flex-direction:column;overflow:hidden;flex-grow:1}storefront-content .content-data .content-description-expand-toggle,.pxp-content .content-data .content-description-expand-toggle{display:none}storefront-content .content-data .content-description-expand-toggle i,.pxp-content .content-data .content-description-expand-toggle i{display:inline-block;transition:transform .3s ease;font-size:12px;padding:0 4px}storefront-content .content-title,.pxp-content .content-title{margin:.5em 0}storefront-content .content-description,.pxp-content .content-description{color:var(--secondaryTextColor);width:100%;white-space:pre-wrap}storefront-content .content-custom-message,.pxp-content .content-custom-message{color:var(--textColor)}storefront-content storefront-image,storefront-content .pxp-image,.pxp-content storefront-image,.pxp-content .pxp-image{width:100%}storefront-content .content-actions,.pxp-content .content-actions{display:none;justify-content:space-between;z-index:1}storefront-content .content-actions button,.pxp-content .content-actions button{color:#fff;background-color:var(--secondaryColor);padding:0}storefront-content .content-actions button.button-purchase,storefront-content .content-actions button.button-subscribe,storefront-content .content-actions button.button-download,storefront-content .content-actions button.button-read,.pxp-content .content-actions button.button-purchase,.pxp-content .content-actions button.button-subscribe,.pxp-content .content-actions button.button-download,.pxp-content .content-actions button.button-read{background-color:var(--primaryColor)}storefront-content .content-actions button.button-state-downloading.button-state-INCOMPLETE .progress-percentage,.pxp-content .content-actions button.button-state-downloading.button-state-INCOMPLETE .progress-percentage{display:none}storefront-content .content-actions button[disabled],.pxp-content .content-actions button[disabled]{opacity:.5}storefront-content .content-actions button span,.pxp-content .content-actions button span{position:relative;z-index:1}storefront-content .content-actions button.icon,.pxp-content .content-actions button.icon{color:var(--primaryColor);background-color:transparent;width:1.4em;height:1.4em;font-size:1.4em}storefront-content .content-state,.pxp-content .content-state{display:none}storefront-content .content-error .action-button,.pxp-content .content-error .action-button{background-color:var(--secondaryColor);color:#fff;display:block}storefront-content[template=cover] .content-image,storefront-content[data-pxp-template=cover] .content-image,.pxp-content[template=cover] .content-image,.pxp-content[data-pxp-template=cover] .content-image{width:100%}storefront-content[template=cover] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=cover] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=cover] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=cover] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=cover] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=cover] .content-data,storefront-content[data-pxp-template=cover] .content-data,.pxp-content[template=cover] .content-data,.pxp-content[data-pxp-template=cover] .content-data{flex-direction:row;align-items:center}storefront-content[template=cover] .content-data>i,storefront-content[template=cover] .content-data .content-state i,storefront-content[template=cover] .content-data .content-state button,storefront-content[template=cover] .content-data .content-state storefront-progress,storefront-content[template=cover] .content-data .content-state storefront-spinner,storefront-content[template=cover] .content-data .content-state .pxp-progress,storefront-content[template=cover] .content-data .content-state .pxp-spinner,storefront-content[data-pxp-template=cover] .content-data>i,storefront-content[data-pxp-template=cover] .content-data .content-state i,storefront-content[data-pxp-template=cover] .content-data .content-state button,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner,.pxp-content[template=cover] .content-data>i,.pxp-content[template=cover] .content-data .content-state i,.pxp-content[template=cover] .content-data .content-state button,.pxp-content[template=cover] .content-data .content-state storefront-progress,.pxp-content[template=cover] .content-data .content-state storefront-spinner,.pxp-content[template=cover] .content-data .content-state .pxp-progress,.pxp-content[template=cover] .content-data .content-state .pxp-spinner,.pxp-content[data-pxp-template=cover] .content-data>i,.pxp-content[data-pxp-template=cover] .content-data .content-state i,.pxp-content[data-pxp-template=cover] .content-data .content-state button,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner{font-size:21px;height:22px;width:22px;color:var(--secondaryColor)}storefront-content[template=cover] .content-data>i.icon-delete,storefront-content[template=cover] .content-data .content-state i.icon-delete,storefront-content[template=cover] .content-data .content-state button.icon-delete,storefront-content[template=cover] .content-data .content-state storefront-progress.icon-delete,storefront-content[template=cover] .content-data .content-state storefront-spinner.icon-delete,storefront-content[template=cover] .content-data .content-state .pxp-progress.icon-delete,storefront-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete,storefront-content[data-pxp-template=cover] .content-data>i.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state i.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state button.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete,.pxp-content[template=cover] .content-data>i.icon-delete,.pxp-content[template=cover] .content-data .content-state i.icon-delete,.pxp-content[template=cover] .content-data .content-state button.icon-delete,.pxp-content[template=cover] .content-data .content-state storefront-progress.icon-delete,.pxp-content[template=cover] .content-data .content-state storefront-spinner.icon-delete,.pxp-content[template=cover] .content-data .content-state .pxp-progress.icon-delete,.pxp-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete,.pxp-content[data-pxp-template=cover] .content-data>i.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state i.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state button.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete{width:42px;height:42px;position:absolute;top:-20px;right:-20px;border-radius:100%;font-size:10px;color:#fff;padding:10px}storefront-content[template=cover] .content-data>i.icon-delete:after,storefront-content[template=cover] .content-data .content-state i.icon-delete:after,storefront-content[template=cover] .content-data .content-state button.icon-delete:after,storefront-content[template=cover] .content-data .content-state storefront-progress.icon-delete:after,storefront-content[template=cover] .content-data .content-state storefront-spinner.icon-delete:after,storefront-content[template=cover] .content-data .content-state .pxp-progress.icon-delete:after,storefront-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data>i.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state i.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state button.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete:after,storefront-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,.pxp-content[template=cover] .content-data>i.icon-delete:after,.pxp-content[template=cover] .content-data .content-state i.icon-delete:after,.pxp-content[template=cover] .content-data .content-state button.icon-delete:after,.pxp-content[template=cover] .content-data .content-state storefront-progress.icon-delete:after,.pxp-content[template=cover] .content-data .content-state storefront-spinner.icon-delete:after,.pxp-content[template=cover] .content-data .content-state .pxp-progress.icon-delete:after,.pxp-content[template=cover] .content-data .content-state .pxp-spinner.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data>i.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state i.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state button.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-progress.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state storefront-spinner.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-progress.icon-delete:after,.pxp-content[data-pxp-template=cover] .content-data .content-state .pxp-spinner.icon-delete:after{background-color:var(--secondaryColor);width:22px;height:22px;border-radius:100%;display:flex;justify-content:center;align-items:center}storefront-content[template=cover] .content-state,storefront-content[data-pxp-template=cover] .content-state,.pxp-content[template=cover] .content-state,.pxp-content[data-pxp-template=cover] .content-state{display:flex;right:0;bottom:0}storefront-content[template=cover] .content-state storefront-spinner,storefront-content[template=cover] .content-state .pxp-spinner,storefront-content[data-pxp-template=cover] .content-state storefront-spinner,storefront-content[data-pxp-template=cover] .content-state .pxp-spinner,.pxp-content[template=cover] .content-state storefront-spinner,.pxp-content[template=cover] .content-state .pxp-spinner,.pxp-content[data-pxp-template=cover] .content-state storefront-spinner,.pxp-content[data-pxp-template=cover] .content-state .pxp-spinner{position:relative;z-index:1;--spinnerColor: var(--secondaryColor);background-color:transparent;padding:0}storefront-content[template=cover] .content-title,storefront-content[data-pxp-template=cover] .content-title,.pxp-content[template=cover] .content-title,.pxp-content[data-pxp-template=cover] .content-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1}storefront-content[template=cover] .content-publication-title,storefront-content[template=cover] .content-description,storefront-content[template=cover] .content-categories,storefront-content[template=cover] .content-tags,storefront-content[template=cover] .content-pub-date,storefront-content[template=cover] .content-properties,storefront-content[template=cover] .content-custom-message,storefront-content[data-pxp-template=cover] .content-publication-title,storefront-content[data-pxp-template=cover] .content-description,storefront-content[data-pxp-template=cover] .content-categories,storefront-content[data-pxp-template=cover] .content-tags,storefront-content[data-pxp-template=cover] .content-pub-date,storefront-content[data-pxp-template=cover] .content-properties,storefront-content[data-pxp-template=cover] .content-custom-message,.pxp-content[template=cover] .content-publication-title,.pxp-content[template=cover] .content-description,.pxp-content[template=cover] .content-categories,.pxp-content[template=cover] .content-tags,.pxp-content[template=cover] .content-pub-date,.pxp-content[template=cover] .content-properties,.pxp-content[template=cover] .content-custom-message,.pxp-content[data-pxp-template=cover] .content-publication-title,.pxp-content[data-pxp-template=cover] .content-description,.pxp-content[data-pxp-template=cover] .content-categories,.pxp-content[data-pxp-template=cover] .content-tags,.pxp-content[data-pxp-template=cover] .content-pub-date,.pxp-content[data-pxp-template=cover] .content-properties,.pxp-content[data-pxp-template=cover] .content-custom-message{display:none}storefront-content[template=cover] .content-publication-title .content-tag,storefront-content[template=cover] .content-publication-title .content-category,storefront-content[template=cover] .content-description .content-tag,storefront-content[template=cover] .content-description .content-category,storefront-content[template=cover] .content-categories .content-tag,storefront-content[template=cover] .content-categories .content-category,storefront-content[template=cover] .content-tags .content-tag,storefront-content[template=cover] .content-tags .content-category,storefront-content[template=cover] .content-pub-date .content-tag,storefront-content[template=cover] .content-pub-date .content-category,storefront-content[template=cover] .content-properties .content-tag,storefront-content[template=cover] .content-properties .content-category,storefront-content[template=cover] .content-custom-message .content-tag,storefront-content[template=cover] .content-custom-message .content-category,storefront-content[data-pxp-template=cover] .content-publication-title .content-tag,storefront-content[data-pxp-template=cover] .content-publication-title .content-category,storefront-content[data-pxp-template=cover] .content-description .content-tag,storefront-content[data-pxp-template=cover] .content-description .content-category,storefront-content[data-pxp-template=cover] .content-categories .content-tag,storefront-content[data-pxp-template=cover] .content-categories .content-category,storefront-content[data-pxp-template=cover] .content-tags .content-tag,storefront-content[data-pxp-template=cover] .content-tags .content-category,storefront-content[data-pxp-template=cover] .content-pub-date .content-tag,storefront-content[data-pxp-template=cover] .content-pub-date .content-category,storefront-content[data-pxp-template=cover] .content-properties .content-tag,storefront-content[data-pxp-template=cover] .content-properties .content-category,storefront-content[data-pxp-template=cover] .content-custom-message .content-tag,storefront-content[data-pxp-template=cover] .content-custom-message .content-category,.pxp-content[template=cover] .content-publication-title .content-tag,.pxp-content[template=cover] .content-publication-title .content-category,.pxp-content[template=cover] .content-description .content-tag,.pxp-content[template=cover] .content-description .content-category,.pxp-content[template=cover] .content-categories .content-tag,.pxp-content[template=cover] .content-categories .content-category,.pxp-content[template=cover] .content-tags .content-tag,.pxp-content[template=cover] .content-tags .content-category,.pxp-content[template=cover] .content-pub-date .content-tag,.pxp-content[template=cover] .content-pub-date .content-category,.pxp-content[template=cover] .content-properties .content-tag,.pxp-content[template=cover] .content-properties .content-category,.pxp-content[template=cover] .content-custom-message .content-tag,.pxp-content[template=cover] .content-custom-message .content-category,.pxp-content[data-pxp-template=cover] .content-publication-title .content-tag,.pxp-content[data-pxp-template=cover] .content-publication-title .content-category,.pxp-content[data-pxp-template=cover] .content-description .content-tag,.pxp-content[data-pxp-template=cover] .content-description .content-category,.pxp-content[data-pxp-template=cover] .content-categories .content-tag,.pxp-content[data-pxp-template=cover] .content-categories .content-category,.pxp-content[data-pxp-template=cover] .content-tags .content-tag,.pxp-content[data-pxp-template=cover] .content-tags .content-category,.pxp-content[data-pxp-template=cover] .content-pub-date .content-tag,.pxp-content[data-pxp-template=cover] .content-pub-date .content-category,.pxp-content[data-pxp-template=cover] .content-properties .content-tag,.pxp-content[data-pxp-template=cover] .content-properties .content-category,.pxp-content[data-pxp-template=cover] .content-custom-message .content-tag,.pxp-content[data-pxp-template=cover] .content-custom-message .content-category{display:none}storefront-content[template=card],storefront-content[data-pxp-template=card],.pxp-content[template=card],.pxp-content[data-pxp-template=card]{padding-bottom:var(--gutter);overflow:hidden;background-color:#fff}storefront-content[template=card] storefront-image[height-strategy=FIXED],storefront-content[template=card] .pxp-image[height-strategy=FIXED],storefront-content[template=card] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=card] storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=card] storefront-image[height-strategy=FIXED],.pxp-content[template=card] .pxp-image[height-strategy=FIXED],.pxp-content[template=card] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=card] storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:75%}storefront-content[template=card] storefront-image[height-strategy=FIXED]>img,storefront-content[template=card] .pxp-image[height-strategy=FIXED]>img,storefront-content[template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] storefront-image[height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[template=card] storefront-image[height-strategy=FIXED]>img,.pxp-content[template=card] .pxp-image[height-strategy=FIXED]>img,.pxp-content[template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] storefront-image[height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] .pxp-image[height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] storefront-image[data-pxp-height-strategy=FIXED]>img,.pxp-content[data-pxp-template=card] .pxp-image[data-pxp-height-strategy=FIXED]>img{object-fit:cover;width:100%}storefront-content[template=card] .content-title,storefront-content[template=card] .content-pub-date,storefront-content[template=card] .content-description,storefront-content[data-pxp-template=card] .content-title,storefront-content[data-pxp-template=card] .content-pub-date,storefront-content[data-pxp-template=card] .content-description,.pxp-content[template=card] .content-title,.pxp-content[template=card] .content-pub-date,.pxp-content[template=card] .content-description,.pxp-content[data-pxp-template=card] .content-title,.pxp-content[data-pxp-template=card] .content-pub-date,.pxp-content[data-pxp-template=card] .content-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-left:calc(var(--gutter) / 2);margin-right:calc(var(--gutter) / 2);width:initial}storefront-content[template=card] .content-publication-title,storefront-content[template=card] .content-categories,storefront-content[template=card] .content-tags,storefront-content[template=card] .content-properties,storefront-content[template=card] .content-custom-message,storefront-content[data-pxp-template=card] .content-publication-title,storefront-content[data-pxp-template=card] .content-categories,storefront-content[data-pxp-template=card] .content-tags,storefront-content[data-pxp-template=card] .content-properties,storefront-content[data-pxp-template=card] .content-custom-message,.pxp-content[template=card] .content-publication-title,.pxp-content[template=card] .content-categories,.pxp-content[template=card] .content-tags,.pxp-content[template=card] .content-properties,.pxp-content[template=card] .content-custom-message,.pxp-content[data-pxp-template=card] .content-publication-title,.pxp-content[data-pxp-template=card] .content-categories,.pxp-content[data-pxp-template=card] .content-tags,.pxp-content[data-pxp-template=card] .content-properties,.pxp-content[data-pxp-template=card] .content-custom-message{display:none}storefront-content[template=card] .content-publication-title .content-tag,storefront-content[template=card] .content-publication-title .content-category,storefront-content[template=card] .content-categories .content-tag,storefront-content[template=card] .content-categories .content-category,storefront-content[template=card] .content-tags .content-tag,storefront-content[template=card] .content-tags .content-category,storefront-content[template=card] .content-properties .content-tag,storefront-content[template=card] .content-properties .content-category,storefront-content[template=card] .content-custom-message .content-tag,storefront-content[template=card] .content-custom-message .content-category,storefront-content[data-pxp-template=card] .content-publication-title .content-tag,storefront-content[data-pxp-template=card] .content-publication-title .content-category,storefront-content[data-pxp-template=card] .content-categories .content-tag,storefront-content[data-pxp-template=card] .content-categories .content-category,storefront-content[data-pxp-template=card] .content-tags .content-tag,storefront-content[data-pxp-template=card] .content-tags .content-category,storefront-content[data-pxp-template=card] .content-properties .content-tag,storefront-content[data-pxp-template=card] .content-properties .content-category,storefront-content[data-pxp-template=card] .content-custom-message .content-tag,storefront-content[data-pxp-template=card] .content-custom-message .content-category,.pxp-content[template=card] .content-publication-title .content-tag,.pxp-content[template=card] .content-publication-title .content-category,.pxp-content[template=card] .content-categories .content-tag,.pxp-content[template=card] .content-categories .content-category,.pxp-content[template=card] .content-tags .content-tag,.pxp-content[template=card] .content-tags .content-category,.pxp-content[template=card] .content-properties .content-tag,.pxp-content[template=card] .content-properties .content-category,.pxp-content[template=card] .content-custom-message .content-tag,.pxp-content[template=card] .content-custom-message .content-category,.pxp-content[data-pxp-template=card] .content-publication-title .content-tag,.pxp-content[data-pxp-template=card] .content-publication-title .content-category,.pxp-content[data-pxp-template=card] .content-categories .content-tag,.pxp-content[data-pxp-template=card] .content-categories .content-category,.pxp-content[data-pxp-template=card] .content-tags .content-tag,.pxp-content[data-pxp-template=card] .content-tags .content-category,.pxp-content[data-pxp-template=card] .content-properties .content-tag,.pxp-content[data-pxp-template=card] .content-properties .content-category,.pxp-content[data-pxp-template=card] .content-custom-message .content-tag,.pxp-content[data-pxp-template=card] .content-custom-message .content-category{display:none}storefront-content[template=highlight],storefront-content[data-pxp-template=highlight],.pxp-content[template=highlight],.pxp-content[data-pxp-template=highlight]{flex-direction:row;padding:calc(var(--gutter) / 2);width:100%}storefront-content[template=highlight] .content-image,storefront-content[data-pxp-template=highlight] .content-image,.pxp-content[template=highlight] .content-image,.pxp-content[data-pxp-template=highlight] .content-image{width:calc(43% - var(--gutter) / 2);margin-right:var(--gutter);flex-shrink:0;align-self:flex-end}storefront-content[template=highlight] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=highlight] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=highlight] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=highlight] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=highlight] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}@media (max-width: 533px) and (orientation: portrait),(max-height: 533px) and (orientation: landscape){storefront-content[template=highlight] .content-image,storefront-content[data-pxp-template=highlight] .content-image,.pxp-content[template=highlight] .content-image,.pxp-content[data-pxp-template=highlight] .content-image{width:calc(50% - (var(--gutter)))}}storefront-content[template=highlight] storefront-progress[type=BAR],storefront-content[template=highlight] .pxp-progress[type=BAR],storefront-content[template=highlight] storefront-progress[data-pxp-type=BAR],storefront-content[template=highlight] .pxp-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=highlight] storefront-progress[type=BAR],storefront-content[data-pxp-template=highlight] .pxp-progress[type=BAR],storefront-content[data-pxp-template=highlight] storefront-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=highlight] .pxp-progress[data-pxp-type=BAR],.pxp-content[template=highlight] storefront-progress[type=BAR],.pxp-content[template=highlight] .pxp-progress[type=BAR],.pxp-content[template=highlight] storefront-progress[data-pxp-type=BAR],.pxp-content[template=highlight] .pxp-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=highlight] storefront-progress[type=BAR],.pxp-content[data-pxp-template=highlight] .pxp-progress[type=BAR],.pxp-content[data-pxp-template=highlight] storefront-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=highlight] .pxp-progress[data-pxp-type=BAR]{display:block}storefront-content[template=highlight] .content-data,storefront-content[data-pxp-template=highlight] .content-data,.pxp-content[template=highlight] .content-data,.pxp-content[data-pxp-template=highlight] .content-data{margin-left:var(--gutter)}storefront-content[template=highlight] .content-title,storefront-content[data-pxp-template=highlight] .content-title,.pxp-content[template=highlight] .content-title,.pxp-content[data-pxp-template=highlight] .content-title{font-size:2em;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}storefront-content[template=highlight] .content-publication-title,storefront-content[template=highlight] .content-pub-date,storefront-content[template=highlight] .content-properties,storefront-content[template=highlight] .content-categories,storefront-content[template=highlight] .content-tags,storefront-content[data-pxp-template=highlight] .content-publication-title,storefront-content[data-pxp-template=highlight] .content-pub-date,storefront-content[data-pxp-template=highlight] .content-properties,storefront-content[data-pxp-template=highlight] .content-categories,storefront-content[data-pxp-template=highlight] .content-tags,.pxp-content[template=highlight] .content-publication-title,.pxp-content[template=highlight] .content-pub-date,.pxp-content[template=highlight] .content-properties,.pxp-content[template=highlight] .content-categories,.pxp-content[template=highlight] .content-tags,.pxp-content[data-pxp-template=highlight] .content-publication-title,.pxp-content[data-pxp-template=highlight] .content-pub-date,.pxp-content[data-pxp-template=highlight] .content-properties,.pxp-content[data-pxp-template=highlight] .content-categories,.pxp-content[data-pxp-template=highlight] .content-tags{display:none}storefront-content[template=highlight] .content-publication-title .content-tag,storefront-content[template=highlight] .content-publication-title .content-category,storefront-content[template=highlight] .content-pub-date .content-tag,storefront-content[template=highlight] .content-pub-date .content-category,storefront-content[template=highlight] .content-properties .content-tag,storefront-content[template=highlight] .content-properties .content-category,storefront-content[template=highlight] .content-categories .content-tag,storefront-content[template=highlight] .content-categories .content-category,storefront-content[template=highlight] .content-tags .content-tag,storefront-content[template=highlight] .content-tags .content-category,storefront-content[data-pxp-template=highlight] .content-publication-title .content-tag,storefront-content[data-pxp-template=highlight] .content-publication-title .content-category,storefront-content[data-pxp-template=highlight] .content-pub-date .content-tag,storefront-content[data-pxp-template=highlight] .content-pub-date .content-category,storefront-content[data-pxp-template=highlight] .content-properties .content-tag,storefront-content[data-pxp-template=highlight] .content-properties .content-category,storefront-content[data-pxp-template=highlight] .content-categories .content-tag,storefront-content[data-pxp-template=highlight] .content-categories .content-category,storefront-content[data-pxp-template=highlight] .content-tags .content-tag,storefront-content[data-pxp-template=highlight] .content-tags .content-category,.pxp-content[template=highlight] .content-publication-title .content-tag,.pxp-content[template=highlight] .content-publication-title .content-category,.pxp-content[template=highlight] .content-pub-date .content-tag,.pxp-content[template=highlight] .content-pub-date .content-category,.pxp-content[template=highlight] .content-properties .content-tag,.pxp-content[template=highlight] .content-properties .content-category,.pxp-content[template=highlight] .content-categories .content-tag,.pxp-content[template=highlight] .content-categories .content-category,.pxp-content[template=highlight] .content-tags .content-tag,.pxp-content[template=highlight] .content-tags .content-category,.pxp-content[data-pxp-template=highlight] .content-publication-title .content-tag,.pxp-content[data-pxp-template=highlight] .content-publication-title .content-category,.pxp-content[data-pxp-template=highlight] .content-pub-date .content-tag,.pxp-content[data-pxp-template=highlight] .content-pub-date .content-category,.pxp-content[data-pxp-template=highlight] .content-properties .content-tag,.pxp-content[data-pxp-template=highlight] .content-properties .content-category,.pxp-content[data-pxp-template=highlight] .content-categories .content-tag,.pxp-content[data-pxp-template=highlight] .content-categories .content-category,.pxp-content[data-pxp-template=highlight] .content-tags .content-tag,.pxp-content[data-pxp-template=highlight] .content-tags .content-category{display:none}storefront-content[template=highlight] .content-custom-message,storefront-content[data-pxp-template=highlight] .content-custom-message,.pxp-content[template=highlight] .content-custom-message,.pxp-content[data-pxp-template=highlight] .content-custom-message{margin:var(--gutter) 0}storefront-content[template=highlight] .content-actions,storefront-content[data-pxp-template=highlight] .content-actions,.pxp-content[template=highlight] .content-actions,.pxp-content[data-pxp-template=highlight] .content-actions{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}storefront-content[template=highlight] .content-actions storefront-button button,storefront-content[template=highlight] .content-actions .pxp-button button,storefront-content[data-pxp-template=highlight] .content-actions storefront-button button,storefront-content[data-pxp-template=highlight] .content-actions .pxp-button button,.pxp-content[template=highlight] .content-actions storefront-button button,.pxp-content[template=highlight] .content-actions .pxp-button button,.pxp-content[data-pxp-template=highlight] .content-actions storefront-button button,.pxp-content[data-pxp-template=highlight] .content-actions .pxp-button button{width:100%}storefront-content[template=details] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=details] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=details] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=details] .content-data,storefront-content[data-pxp-template=details] .content-data,.pxp-content[template=details] .content-data,.pxp-content[data-pxp-template=details] .content-data{align-items:center}storefront-content[template=details] .content-data.expanded .content-description,storefront-content[data-pxp-template=details] .content-data.expanded .content-description,.pxp-content[template=details] .content-data.expanded .content-description,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description{-webkit-line-clamp:unset}storefront-content[template=details] .content-data.expanded .content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle,.pxp-content[template=details] .content-data.expanded .content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle{display:block}storefront-content[template=details] .content-data.expanded .content-description-expand-toggle i,storefront-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle i,.pxp-content[template=details] .content-data.expanded .content-description-expand-toggle i,.pxp-content[data-pxp-template=details] .content-data.expanded .content-description-expand-toggle i{transform:rotate(180deg)}storefront-content[template=details] .content-data .content-publication-title,storefront-content[template=details] .content-data .content-properties,storefront-content[template=details] .content-data .content-categories,storefront-content[template=details] .content-data .content-tags,storefront-content[data-pxp-template=details] .content-data .content-publication-title,storefront-content[data-pxp-template=details] .content-data .content-properties,storefront-content[data-pxp-template=details] .content-data .content-categories,storefront-content[data-pxp-template=details] .content-data .content-tags,.pxp-content[template=details] .content-data .content-publication-title,.pxp-content[template=details] .content-data .content-properties,.pxp-content[template=details] .content-data .content-categories,.pxp-content[template=details] .content-data .content-tags,.pxp-content[data-pxp-template=details] .content-data .content-publication-title,.pxp-content[data-pxp-template=details] .content-data .content-properties,.pxp-content[data-pxp-template=details] .content-data .content-categories,.pxp-content[data-pxp-template=details] .content-data .content-tags{display:none}storefront-content[template=details] .content-data .content-publication-title .content-tag,storefront-content[template=details] .content-data .content-publication-title .content-category,storefront-content[template=details] .content-data .content-publication-title .content-property,storefront-content[template=details] .content-data .content-properties .content-tag,storefront-content[template=details] .content-data .content-properties .content-category,storefront-content[template=details] .content-data .content-properties .content-property,storefront-content[template=details] .content-data .content-categories .content-tag,storefront-content[template=details] .content-data .content-categories .content-category,storefront-content[template=details] .content-data .content-categories .content-property,storefront-content[template=details] .content-data .content-tags .content-tag,storefront-content[template=details] .content-data .content-tags .content-category,storefront-content[template=details] .content-data .content-tags .content-property,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-tag,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-category,storefront-content[data-pxp-template=details] .content-data .content-publication-title .content-property,storefront-content[data-pxp-template=details] .content-data .content-properties .content-tag,storefront-content[data-pxp-template=details] .content-data .content-properties .content-category,storefront-content[data-pxp-template=details] .content-data .content-properties .content-property,storefront-content[data-pxp-template=details] .content-data .content-categories .content-tag,storefront-content[data-pxp-template=details] .content-data .content-categories .content-category,storefront-content[data-pxp-template=details] .content-data .content-categories .content-property,storefront-content[data-pxp-template=details] .content-data .content-tags .content-tag,storefront-content[data-pxp-template=details] .content-data .content-tags .content-category,storefront-content[data-pxp-template=details] .content-data .content-tags .content-property,.pxp-content[template=details] .content-data .content-publication-title .content-tag,.pxp-content[template=details] .content-data .content-publication-title .content-category,.pxp-content[template=details] .content-data .content-publication-title .content-property,.pxp-content[template=details] .content-data .content-properties .content-tag,.pxp-content[template=details] .content-data .content-properties .content-category,.pxp-content[template=details] .content-data .content-properties .content-property,.pxp-content[template=details] .content-data .content-categories .content-tag,.pxp-content[template=details] .content-data .content-categories .content-category,.pxp-content[template=details] .content-data .content-categories .content-property,.pxp-content[template=details] .content-data .content-tags .content-tag,.pxp-content[template=details] .content-data .content-tags .content-category,.pxp-content[template=details] .content-data .content-tags .content-property,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-category,.pxp-content[data-pxp-template=details] .content-data .content-publication-title .content-property,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-category,.pxp-content[data-pxp-template=details] .content-data .content-properties .content-property,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-category,.pxp-content[data-pxp-template=details] .content-data .content-categories .content-property,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-tag,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-category,.pxp-content[data-pxp-template=details] .content-data .content-tags .content-property{display:none}storefront-content[template=details] storefront-image[height-strategy=FIXED],storefront-content[template=details] .pxp-image[height-strategy=FIXED],storefront-content[template=details] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=details] .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=details] storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=details] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] storefront-image[height-strategy=FIXED],.pxp-content[template=details] .pxp-image[height-strategy=FIXED],.pxp-content[template=details] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=details] .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=details] storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=details] .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=details] storefront-progress[type=BAR],storefront-content[template=details] .pxp-progress[type=BAR],storefront-content[template=details] storefront-progress[data-pxp-type=BAR],storefront-content[template=details] .pxp-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=details] storefront-progress[type=BAR],storefront-content[data-pxp-template=details] .pxp-progress[type=BAR],storefront-content[data-pxp-template=details] storefront-progress[data-pxp-type=BAR],storefront-content[data-pxp-template=details] .pxp-progress[data-pxp-type=BAR],.pxp-content[template=details] storefront-progress[type=BAR],.pxp-content[template=details] .pxp-progress[type=BAR],.pxp-content[template=details] storefront-progress[data-pxp-type=BAR],.pxp-content[template=details] .pxp-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=details] storefront-progress[type=BAR],.pxp-content[data-pxp-template=details] .pxp-progress[type=BAR],.pxp-content[data-pxp-template=details] storefront-progress[data-pxp-type=BAR],.pxp-content[data-pxp-template=details] .pxp-progress[data-pxp-type=BAR]{display:block}storefront-content[template=details] .content-pub-date,storefront-content[data-pxp-template=details] .content-pub-date,.pxp-content[template=details] .content-pub-date,.pxp-content[data-pxp-template=details] .content-pub-date{display:none}storefront-content[template=details] .content-description,storefront-content[data-pxp-template=details] .content-description,.pxp-content[template=details] .content-description,.pxp-content[data-pxp-template=details] .content-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;overflow:hidden}storefront-content[template=details] .content-description.scrollable-vert+.content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-description.scrollable-vert+.content-description-expand-toggle,.pxp-content[template=details] .content-description.scrollable-vert+.content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-description.scrollable-vert+.content-description-expand-toggle{display:flex}storefront-content[template=details] .content-description-expand-toggle,storefront-content[data-pxp-template=details] .content-description-expand-toggle,.pxp-content[template=details] .content-description-expand-toggle,.pxp-content[data-pxp-template=details] .content-description-expand-toggle{align-self:flex-start}storefront-content[template=details] .content-custom-message,storefront-content[data-pxp-template=details] .content-custom-message,.pxp-content[template=details] .content-custom-message,.pxp-content[data-pxp-template=details] .content-custom-message{margin-top:var(--gutter)}storefront-content[template=details] .content-actions,storefront-content[data-pxp-template=details] .content-actions,.pxp-content[template=details] .content-actions,.pxp-content[data-pxp-template=details] .content-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-column-gap:var(--gutter);margin-top:var(--gutter)}storefront-content[template=details] .content-actions>button:nth-child(odd):last-child,storefront-content[template=details] .content-actions>storefront-button:nth-child(odd):last-child,storefront-content[template=details] .content-actions>.pxp-button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>storefront-button:nth-child(odd):last-child,storefront-content[data-pxp-template=details] .content-actions>.pxp-button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>storefront-button:nth-child(odd):last-child,.pxp-content[template=details] .content-actions>.pxp-button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>storefront-button:nth-child(odd):last-child,.pxp-content[data-pxp-template=details] .content-actions>.pxp-button:nth-child(odd):last-child{grid-column:1/3}storefront-content[template=details] .content-actions storefront-button button,storefront-content[template=details] .content-actions .pxp-button button,storefront-content[data-pxp-template=details] .content-actions storefront-button button,storefront-content[data-pxp-template=details] .content-actions .pxp-button button,.pxp-content[template=details] .content-actions storefront-button button,.pxp-content[template=details] .content-actions .pxp-button button,.pxp-content[data-pxp-template=details] .content-actions storefront-button button,.pxp-content[data-pxp-template=details] .content-actions .pxp-button button{width:100%}storefront-content[template=group],storefront-content[data-pxp-template=group],.pxp-content[template=group],.pxp-content[data-pxp-template=group]{flex-direction:row}storefront-content[template=group] .content-image,storefront-content[data-pxp-template=group] .content-image,.pxp-content[template=group] .content-image,.pxp-content[data-pxp-template=group] .content-image{width:100%}storefront-content[template=group] .content-image storefront-image[height-strategy=FIXED],storefront-content[template=group] .content-image .pxp-image[height-strategy=FIXED],storefront-content[template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image storefront-image[height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image .pxp-image[height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],storefront-content[data-pxp-template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[template=group] .content-image storefront-image[height-strategy=FIXED],.pxp-content[template=group] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image storefront-image[height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image .pxp-image[height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image storefront-image[data-pxp-height-strategy=FIXED],.pxp-content[data-pxp-template=group] .content-image .pxp-image[data-pxp-height-strategy=FIXED]{padding-top:133%}storefront-content[template=group] .content-data,storefront-content[data-pxp-template=group] .content-data,.pxp-content[template=group] .content-data,.pxp-content[data-pxp-template=group] .content-data{flex-direction:column}storefront-content[template=group] .content-title,storefront-content[data-pxp-template=group] .content-title,.pxp-content[template=group] .content-title,.pxp-content[data-pxp-template=group] .content-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}storefront-content[template=group] .content-actions,storefront-content[data-pxp-template=group] .content-actions,.pxp-content[template=group] .content-actions,.pxp-content[data-pxp-template=group] .content-actions{display:flex;justify-content:flex-start}storefront-content[template=group] .content-actions>button,storefront-content[data-pxp-template=group] .content-actions>button,.pxp-content[template=group] .content-actions>button,.pxp-content[data-pxp-template=group] .content-actions>button{display:none}storefront-content[template=group] i,storefront-content[template=group] .content-publication-title,storefront-content[template=group] .content-pub-date,storefront-content[template=group] .content-description,storefront-content[template=group] .content-description-expand-toggle,storefront-content[template=group] .content-properties,storefront-content[template=group] .content-categories,storefront-content[template=group] .content-tags,storefront-content[template=group] .content-state,storefront-content[template=group] .content-update-badge,storefront-content[data-pxp-template=group] i,storefront-content[data-pxp-template=group] .content-publication-title,storefront-content[data-pxp-template=group] .content-pub-date,storefront-content[data-pxp-template=group] .content-description,storefront-content[data-pxp-template=group] .content-description-expand-toggle,storefront-content[data-pxp-template=group] .content-properties,storefront-content[data-pxp-template=group] .content-categories,storefront-content[data-pxp-template=group] .content-tags,storefront-content[data-pxp-template=group] .content-state,storefront-content[data-pxp-template=group] .content-update-badge,.pxp-content[template=group] i,.pxp-content[template=group] .content-publication-title,.pxp-content[template=group] .content-pub-date,.pxp-content[template=group] .content-description,.pxp-content[template=group] .content-description-expand-toggle,.pxp-content[template=group] .content-properties,.pxp-content[template=group] .content-categories,.pxp-content[template=group] .content-tags,.pxp-content[template=group] .content-state,.pxp-content[template=group] .content-update-badge,.pxp-content[data-pxp-template=group] i,.pxp-content[data-pxp-template=group] .content-publication-title,.pxp-content[data-pxp-template=group] .content-pub-date,.pxp-content[data-pxp-template=group] .content-description,.pxp-content[data-pxp-template=group] .content-description-expand-toggle,.pxp-content[data-pxp-template=group] .content-properties,.pxp-content[data-pxp-template=group] .content-categories,.pxp-content[data-pxp-template=group] .content-tags,.pxp-content[data-pxp-template=group] .content-state,.pxp-content[data-pxp-template=group] .content-update-badge{display:none}storefront-content[template=group] i .content-tag,storefront-content[template=group] i .content-category,storefront-content[template=group] .content-publication-title .content-tag,storefront-content[template=group] .content-publication-title .content-category,storefront-content[template=group] .content-pub-date .content-tag,storefront-content[template=group] .content-pub-date .content-category,storefront-content[template=group] .content-description .content-tag,storefront-content[template=group] .content-description .content-category,storefront-content[template=group] .content-description-expand-toggle .content-tag,storefront-content[template=group] .content-description-expand-toggle .content-category,storefront-content[template=group] .content-properties .content-tag,storefront-content[template=group] .content-properties .content-category,storefront-content[template=group] .content-categories .content-tag,storefront-content[template=group] .content-categories .content-category,storefront-content[template=group] .content-tags .content-tag,storefront-content[template=group] .content-tags .content-category,storefront-content[template=group] .content-state .content-tag,storefront-content[template=group] .content-state .content-category,storefront-content[template=group] .content-update-badge .content-tag,storefront-content[template=group] .content-update-badge .content-category,storefront-content[data-pxp-template=group] i .content-tag,storefront-content[data-pxp-template=group] i .content-category,storefront-content[data-pxp-template=group] .content-publication-title .content-tag,storefront-content[data-pxp-template=group] .content-publication-title .content-category,storefront-content[data-pxp-template=group] .content-pub-date .content-tag,storefront-content[data-pxp-template=group] .content-pub-date .content-category,storefront-content[data-pxp-template=group] .content-description .content-tag,storefront-content[data-pxp-template=group] .content-description .content-category,storefront-content[data-pxp-template=group] .content-description-expand-toggle .content-tag,storefront-content[data-pxp-template=group] .content-description-expand-toggle .content-category,storefront-content[data-pxp-template=group] .content-properties .content-tag,storefront-content[data-pxp-template=group] .content-properties .content-category,storefront-content[data-pxp-template=group] .content-categories .content-tag,storefront-content[data-pxp-template=group] .content-categories .content-category,storefront-content[data-pxp-template=group] .content-tags .content-tag,storefront-content[data-pxp-template=group] .content-tags .content-category,storefront-content[data-pxp-template=group] .content-state .content-tag,storefront-content[data-pxp-template=group] .content-state .content-category,storefront-content[data-pxp-template=group] .content-update-badge .content-tag,storefront-content[data-pxp-template=group] .content-update-badge .content-category,.pxp-content[template=group] i .content-tag,.pxp-content[template=group] i .content-category,.pxp-content[template=group] .content-publication-title .content-tag,.pxp-content[template=group] .content-publication-title .content-category,.pxp-content[template=group] .content-pub-date .content-tag,.pxp-content[template=group] .content-pub-date .content-category,.pxp-content[template=group] .content-description .content-tag,.pxp-content[template=group] .content-description .content-category,.pxp-content[template=group] .content-description-expand-toggle .content-tag,.pxp-content[template=group] .content-description-expand-toggle .content-category,.pxp-content[template=group] .content-properties .content-tag,.pxp-content[template=group] .content-properties .content-category,.pxp-content[template=group] .content-categories .content-tag,.pxp-content[template=group] .content-categories .content-category,.pxp-content[template=group] .content-tags .content-tag,.pxp-content[template=group] .content-tags .content-category,.pxp-content[template=group] .content-state .content-tag,.pxp-content[template=group] .content-state .content-category,.pxp-content[template=group] .content-update-badge .content-tag,.pxp-content[template=group] .content-update-badge .content-category,.pxp-content[data-pxp-template=group] i .content-tag,.pxp-content[data-pxp-template=group] i .content-category,.pxp-content[data-pxp-template=group] .content-publication-title .content-tag,.pxp-content[data-pxp-template=group] .content-publication-title .content-category,.pxp-content[data-pxp-template=group] .content-pub-date .content-tag,.pxp-content[data-pxp-template=group] .content-pub-date .content-category,.pxp-content[data-pxp-template=group] .content-description .content-tag,.pxp-content[data-pxp-template=group] .content-description .content-category,.pxp-content[data-pxp-template=group] .content-description-expand-toggle .content-tag,.pxp-content[data-pxp-template=group] .content-description-expand-toggle .content-category,.pxp-content[data-pxp-template=group] .content-properties .content-tag,.pxp-content[data-pxp-template=group] .content-properties .content-category,.pxp-content[data-pxp-template=group] .content-categories .content-tag,.pxp-content[data-pxp-template=group] .content-categories .content-category,.pxp-content[data-pxp-template=group] .content-tags .content-tag,.pxp-content[data-pxp-template=group] .content-tags .content-category,.pxp-content[data-pxp-template=group] .content-state .content-tag,.pxp-content[data-pxp-template=group] .content-state .content-category,.pxp-content[data-pxp-template=group] .content-update-badge .content-tag,.pxp-content[data-pxp-template=group] .content-update-badge .content-category{display:none}storefront-content.locked .content-actions button.icon-share,.pxp-content.locked .content-actions button.icon-share{display:none}storefront-content.ghost,.pxp-content.ghost{pointer-events:none}storefront-content.ghost .content-image,.pxp-content.ghost .content-image{animation:ghost-opacity 2s infinite linear;background-color:var(--ghostColor);margin-bottom:var(--gutter)}storefront-content.ghost .content-image storefront-image,storefront-content.ghost .content-image .pxp-image,.pxp-content.ghost .content-image storefront-image,.pxp-content.ghost .content-image .pxp-image{background-color:transparent}storefront-content.ghost[template=highlight]>.content-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image,.pxp-content.ghost[template=highlight]>.content-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image{margin-bottom:0}storefront-content.ghost[template=highlight]>.content-image>storefront-image,storefront-content.ghost[template=highlight]>.content-image>.pxp-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image>storefront-image,storefront-content.ghost[data-pxp-template=highlight]>.content-image>.pxp-image,.pxp-content.ghost[template=highlight]>.content-image>storefront-image,.pxp-content.ghost[template=highlight]>.content-image>.pxp-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image>storefront-image,.pxp-content.ghost[data-pxp-template=highlight]>.content-image>.pxp-image{margin-bottom:0}storefront-content.ghost[template=highlight] .content-description,storefront-content.ghost[template=highlight] .content-title,storefront-content.ghost[data-pxp-template=highlight] .content-description,storefront-content.ghost[data-pxp-template=highlight] .content-title,.pxp-content.ghost[template=highlight] .content-description,.pxp-content.ghost[template=highlight] .content-title,.pxp-content.ghost[data-pxp-template=highlight] .content-description,.pxp-content.ghost[data-pxp-template=highlight] .content-title{width:100%;margin-bottom:0}storefront-content.ghost[template=cover] storefront-image,storefront-content.ghost[template=cover] .pxp-image,storefront-content.ghost[data-pxp-template=cover] storefront-image,storefront-content.ghost[data-pxp-template=cover] .pxp-image,.pxp-content.ghost[template=cover] storefront-image,.pxp-content.ghost[template=cover] .pxp-image,.pxp-content.ghost[data-pxp-template=cover] storefront-image,.pxp-content.ghost[data-pxp-template=cover] .pxp-image{padding-top:133%}storefront-content.ghost[template=card] storefront-image,storefront-content.ghost[template=card] .pxp-image,storefront-content.ghost[data-pxp-template=card] storefront-image,storefront-content.ghost[data-pxp-template=card] .pxp-image,.pxp-content.ghost[template=card] storefront-image,.pxp-content.ghost[template=card] .pxp-image,.pxp-content.ghost[data-pxp-template=card] storefront-image,.pxp-content.ghost[data-pxp-template=card] .pxp-image{padding-top:75%}storefront-content.ghost .content-description,storefront-content.ghost .content-title,.pxp-content.ghost .content-description,.pxp-content.ghost .content-title{background-color:var(--ghostColor);color:transparent;border-radius:4px;width:90%;height:1.2em;margin-bottom:calc(var(--gutter) / 2)!important;background-image:linear-gradient(90deg,var(--ghostColor) 0px,rgb(236,236,236) 40px,var(--ghostColor) 80px);background-size:80vw;animation:ghost-lines 2s infinite linear}storefront-content.ghost .content-description,.pxp-content.ghost .content-description{height:3em}storefront-content.error .content-data,.pxp-content.error .content-data{display:none}storefront-content.error[template=cover] .content-error,storefront-content.error[data-pxp-template=cover] .content-error,storefront-content.error[template=card] .content-error,storefront-content.error[data-pxp-template=card] .content-error,storefront-content.error[template=details] .content-error,storefront-content.error[data-pxp-template=details] .content-error,.pxp-content.error[template=cover] .content-error,.pxp-content.error[data-pxp-template=cover] .content-error,.pxp-content.error[template=card] .content-error,.pxp-content.error[data-pxp-template=card] .content-error,.pxp-content.error[template=details] .content-error,.pxp-content.error[data-pxp-template=details] .content-error{margin-top:var(--gutter)}\n'],encapsulation:2}),s})()},8399:(H,L,g)=>{g.r(L),g.d(L,{ContentModule:()=>X,component:()=>y});var x=g(177),d=g(7808),e=g(3),t=g(4767),D=g(6953),E=g(1605),M=g(8301),R=g(6483),F=g(9805),P=g(4403),S=g(3363),w=g(6215),I=g(8490),k=g(4438);let X=(()=>{var T;class u{}return(T=u).\u0275fac=function(O){return new(O||T)},T.\u0275mod=k.$C({type:T}),T.\u0275inj=k.G2t({imports:[x.MD,S.E,M.d,R.h,w.O,E.P,t.d,e.pZ,D.n,F.ButtonModule,P.U]}),u})();const y={component:d.B,leanDomComponent:I.x}},7350:(H,L,g)=>{g.d(L,{R:()=>X});var x=g(3092),d=g(4438),e=g(177),t=g(8909),D=g(7240),E=g(6962);const M=["class","pxp-progress"];function R(y,T){1&y&&d.nrm(0,"div",5)}function F(y,T){if(1&y&&(d.qex(0),d.nrm(1,"div",1),d.j41(2,"div",2),d.nrm(3,"div",3),d.k0s(),d.DNE(4,R,1,0,"div",4),d.bVm()),2&y){const u=d.XpG();d.R7$(2),d.xc7("-webkit-clip-path",u.getClipPath())("clip-path",u.getClipPath()),d.R7$(2),d.Y8G("ngIf",u.showBorder)}}function P(y,T){if(1&y&&(d.qex(0),d.j41(1,"div",6),d.nrm(2,"div",7)(3,"div",8),d.k0s(),d.bVm()),2&y){const u=d.XpG();d.R7$(2),d.xc7("width",u.progress,"%"),d.R7$(),d.Y8G("storefrontTranslate",u.message)}}function S(y,T){1&y&&d.nrm(0,"div",9)}function w(y,T){1&y&&d.nrm(0,"storefront-spinner",10)}function I(y,T){1&y&&d.nrm(0,"div",5)}function k(y,T){if(1&y&&(d.qex(0),d.DNE(1,S,1,0,"div",9)(2,w,1,0,"storefront-spinner",10)(3,I,1,0,"div",4),d.j41(4,"div",11),d.EFF(5),d.k0s(),d.nrm(6,"i",12),d.bVm()),2&y){const u=d.XpG();d.R7$(),d.vxM(u.domHelper.leanDom?1:2),d.R7$(2),d.Y8G("ngIf",u.showBorder),d.R7$(2),d.SpI("",u.progress,"%")}}let X=(()=>{var y;class T extends x.X{}return(y=T).\u0275fac=(()=>{let u;return function(O){return(u||(u=d.xGo(y)))(O||y)}})(),y.\u0275cmp=d.VBU({type:y,selectors:[["div",8,"pxp-progress"]],standalone:!1,features:[d.Vt3],attrs:M,decls:3,vars:3,consts:[[4,"ngIf"],[1,"background-circle"],[1,"loader"],[1,"circle"],["class","border-circle",4,"ngIf"],[1,"border-circle"],[1,"bar"],[1,"bar-indicator"],[1,"bar-message",3,"storefrontTranslate"],["type","segments",1,"pxp-spinner","progress-spinner"],["type","segments",1,"progress-spinner"],[1,"bar-progress"],[1,"icon","icon-delete"]],template:function(A,O){1&A&&d.DNE(0,F,5,5,"ng-container",0)(1,P,4,3,"ng-container",0)(2,k,7,3,"ng-container",0),2&A&&(d.Y8G("ngIf","RADIAL"===O.type),d.R7$(),d.Y8G("ngIf","BAR"===O.type),d.R7$(),d.Y8G("ngIf","NUMERIC"===O.type))},dependencies:[e.bT,t.M,D.t,E.n],styles:["storefront-progress[type=RADIAL],.pxp-progress[type=RADIAL]{position:relative;display:flex;width:22px;height:22px}storefront-progress[type=RADIAL] .loader,.pxp-progress[type=RADIAL] .loader{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:calc(100% + 2px);height:calc(100% + 2px);display:flex;align-items:center;justify-content:center}storefront-progress[type=RADIAL] .loader .circle,.pxp-progress[type=RADIAL] .loader .circle{width:calc(100% - 2px);height:calc(100% - 2px);background-color:var(--secondaryColor)}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,storefront-progress[type=RADIAL] .circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .circle{border-radius:100%;box-sizing:border-box}storefront-progress[type=RADIAL] .background-circle,storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .background-circle,.pxp-progress[type=RADIAL] .border-circle{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:100%;height:100%}storefront-progress[type=RADIAL] .border-circle,.pxp-progress[type=RADIAL] .border-circle{border:2px solid var(--secondaryColor)}storefront-progress[type=RADIAL].progress-on-border,.pxp-progress[type=RADIAL].progress-on-border{-webkit-mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");mask:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='110' height='110'%3E%3Ccircle cx='55' cy='55' r='50' stroke='black' stroke-width='4' fill='none' /%3E%3C/svg%3E\");-webkit-mask-size:100%;mask-size:100%}storefront-progress[type=BAR] .bar-indicator,.pxp-progress[type=BAR] .bar-indicator{position:absolute;height:100%;top:0;left:0;background-color:var(--issueProgressColor);transition:width .2s ease}storefront-progress[type=BAR] .bar-message,.pxp-progress[type=BAR] .bar-message{font-size:.8em;z-index:1;position:relative;color:var(--issueProgressFontColor)}storefront-progress[type=NUMERIC],.pxp-progress[type=NUMERIC]{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter)}storefront-progress[type=NUMERIC] storefront-spinner.progress-spinner,storefront-progress[type=NUMERIC] .pxp-spinner.progress-spinner,.pxp-progress[type=NUMERIC] storefront-spinner.progress-spinner,.pxp-progress[type=NUMERIC] .pxp-spinner.progress-spinner{--spinnerColor: var(--issueProgressColor);position:relative;background:transparent;padding:0;display:flex;width:20px}storefront-progress[type=NUMERIC] i,.pxp-progress[type=NUMERIC] i{font-size:12px}\n"],encapsulation:2}),T})()}}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkstorefront=self.webpackChunkstorefront||[]).push([["default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61"],{2932:(S,_,i)=>{i.d(_,{h:()=>E,q:()=>T});var g=i(177),t=i(3953),a=i(8251),p=i(8890),d=i(9516),u=i(9876),l=i(5102),f=i(3307),o=i(5927),h=i(3647);const y=["image"],n=(m,P,s)=>({imgRef:m,imageResolutionStrategy:P,focalPoint:s});function D(m,P){if(1&m){const s=t.RV6();t.j41(0,"img",2,0),t.nI1(2,"sanitizeUrl"),t.bIt("error",function(){t.eBV(s);const e=t.XpG();return t.Njj(e.onError())}),t.k0s()}if(2&m){const s=t.XpG();t.Y8G("priority",s.lcpPrioritized()||s.inViewPort())("ngSrc",t.i5U(2,6,s.src,"resourceUrl"))("alt",s.alt)("title",s.title)("loaderParams",t.sMw(9,n,s.elementRef.nativeElement,s.imageResolutionStrategy,s.focalPoint)),t.BMQ("aria-label",s.ariaLabel)}}let E=(()=>{var m;class P{get regularSrc(){return this.domHelper.regularSelector(this.src)}get prefixedPostType(){return this.domHelper.prefixedSelector(this.src)}get regularLabel(){return this.domHelper.regularSelector(this.label)}get prefixedLabel(){return this.domHelper.prefixedSelector(this.label)}get regularResolutionStrategy(){return this.domHelper.regularSelector(this.imageResolutionStrategy)}get prefixedResolutionStrategy(){return this.domHelper.prefixedSelector(this.imageResolutionStrategy)}set image(r){r&&this.onLoad(r),this._image=r}get image(){return this._image}get regularAlt(){return this.domHelper.regularSelector(this.alt)}get prefixedAlt(){return this.domHelper.prefixedSelector(this.alt)}get regularTitle(){return this.domHelper.regularSelector(this.title)}get prefixedTitle(){return this.domHelper.prefixedSelector(this.title)}get regularAriaLabel(){return this.domHelper.regularSelector(this.ariaLabel)}get prefixedAriaLabel(){return this.domHelper.prefixedSelector(this.ariaLabel)}get regularFocalPoint(){return this.domHelper.regularSelector(this.focalPoint)}get prefixedFocalPoint(){return this.domHelper.prefixedSelector(this.focalPoint)}get regularHeightStrategy(){return this.domHelper.regularSelector(this.height)}get prefixedHeightStrategy(){return this.domHelper.prefixedSelector(this.height)}constructor(r,e,c,v,x,U,L,R){this.changeDetectorRef=r,this.elementRef=e,this.subscriptions=c,this.platformId=v,this.contextService=x,this.purpleService=U,this.imagePreloaderService=L,this.domHelper=R,this.inViewPort=(0,t.vPA)(!1),this.lcpPrioritized=(0,t.hFB)(!1),this.error=new t.bkB,this.height=T.AUTO,(0,g.UE)(this.platformId)&&this.subscriptions.subscribe((0,p.eh)(this,this.elementRef),I=>this.load())}get empty(){return!this.src}ngOnInit(){var r;(0,g.UE)(this.platformId)&&(this.imagePreloaderService.getAboveFoldImg()===(null===(r=this.src)||void 0===r?void 0:r.split("?")[0])&&this.inViewPort.set(!0));this.initProperties()}initProperties(){var r,e,c,v;this.alt=(null===(r=this.extendedThumbnail)||void 0===r?void 0:r.properties.alt)||(null===(e=this.extendedThumbnail)||void 0===e?void 0:e.properties.caption)||"",this.title=this.alt,this.ariaLabel=null!==(c=this.label)&&void 0!==c?c:this.alt,this.focalPoint=null===(v=this.extendedThumbnail)||void 0===v?void 0:v.properties.focuspoint}initAndLoad(){this.initProperties(),this.load()}load(){this.loaded||(this.loaded=!0,this.src&&this.update(),this.changeDetectorRef.detectChanges())}ngOnChanges(r){r.src&&this.loaded&&this.update()}update(){this.updateImageRatio()}onLoad(r){r.nativeElement.classList.add("loaded"),this.elementRef.nativeElement.classList.add("loaded"),this.changeDetectorRef.detectChanges(),r.nativeElement.addEventListener("load",()=>{this.updateImageRatio(!0,r),this.changeDetectorRef.markForCheck()}),r.nativeElement.addEventListener("error",function(){r.nativeElement.style.display="none",r.nativeElement.nextElementSibling&&(r.nativeElement.nextElementSibling.style.display="inline")}),this.purpleService.addImageSrc(this.resizeSrc)}onError(){if(!this.src)return;const r=this.purpleService.getAlternativeSrc(this.resizeSrc);var e;r&&r!==this.resizeSrc?(this.setResizeSrc(r),this.changeDetectorRef.detectChanges()):(null===(e=this.image)||void 0===e||e.nativeElement.classList.add("error"),this.elementRef.nativeElement.classList.add("error"),this.error.emit(this))}updateImageRatio(r=!1,e=this.image){this.imageRatio=this.height===T.AUTO?(0,u.z)(!r,null==e?void 0:e.nativeElement,this.src)+"%":void 0}setResizeSrc(r){const e=this.contextService.toResourceUrl(r);this.resizeSrc=this.src=e}}return(m=P).\u0275fac=function(r){return new(r||m)(t.rXU(t.gRc),t.rXU(t.aKT),t.rXU(a.v),t.rXU(t.Agw),t.rXU(d.V),t.rXU(l.Wj),t.rXU(f.d),t.rXU(o.S))},m.\u0275cmp=t.VBU({type:m,selectors:[["storefront-image"]],viewQuery:function(r,e){if(1&r&&t.GBs(y,5),2&r){let c;t.mGM(c=t.lsd())&&(e.image=c.first)}},hostAttrs:["ngSkipHydration","true"],hostVars:20,hostBindings:function(r,e){2&r&&(t.BMQ("src",e.regularSrc)("data-pxp-src",e.prefixedPostType)("label",e.regularLabel)("data-pxp-label",e.prefixedLabel)("resolution-strategy",e.regularResolutionStrategy)("data-pxp-resolution-strategy",e.prefixedResolutionStrategy)("alt",e.regularAlt)("data-pxp-alt",e.prefixedAlt)("title",e.regularTitle)("data-pxp-title",e.prefixedTitle)("aria-label",e.regularAriaLabel)("data-pxp-aria-label",e.prefixedAriaLabel)("focal-point",e.regularFocalPoint)("data-pxp-focal-point",e.prefixedFocalPoint)("height-strategy",e.regularHeightStrategy)("data-pxp-height-strategy",e.prefixedHeightStrategy),t.xc7("padding-top",e.imageRatio),t.AVh("empty",e.empty))},inputs:{src:"src",label:"label",extendedThumbnail:"extendedThumbnail",imageResolutionStrategy:"imageResolutionStrategy",lcpPrioritized:[1,"lcpPrioritized"],height:"height"},outputs:{error:"error"},features:[t.Jv_([a.v,{provide:g.WM,useFactory:(s,r)=>e=>{var c;const v=null==e||null===(c=e.loaderParams)||void 0===c?void 0:c.imgRef;if(v.offsetWidth){var x,U;const L=null==e||null===(x=e.loaderParams)||void 0===x?void 0:x.imageResolutionStrategy,R=(null==e||null===(U=e.loaderParams)||void 0===U?void 0:U.focalPoint)||"",I=r.toResourceUrl((0,u.G)(v,e.src,L,R));return s.resizeSrc=I,I}return""},deps:[m,d.V]}]),t.OA$],decls:1,vars:1,consts:[["image",""],["fill","true","disableOptimizedSrcset","",3,"priority","ngSrc","alt","title","loaderParams"],["fill","true","disableOptimizedSrcset","",3,"error","priority","ngSrc","alt","title","loaderParams"]],template:function(r,e){1&r&&t.DNE(0,D,3,13,"img",1),2&r&&t.vxM(e.src&&e.loaded?0:-1)},dependencies:[g.kt,h.R],styles:["storefront-image,.pxp-image{display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--imageLoadingColor);transition:.2s background-color ease-in}storefront-image[height-strategy=FIXED]>img,storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-image[height-strategy=AUTO]>img,storefront-image[data-pxp-height-strategy=AUTO]>img,.pxp-image[height-strategy=FIXED]>img,.pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-image[height-strategy=AUTO]>img,.pxp-image[data-pxp-height-strategy=AUTO]>img{position:absolute;width:auto;max-width:100%;top:0;object-fit:contain}storefront-image[height-strategy=DEFAULT]>img,storefront-image[data-pxp-height-strategy=DEFAULT]>img,.pxp-image[height-strategy=DEFAULT]>img,.pxp-image[data-pxp-height-strategy=DEFAULT]>img{position:static!important}storefront-image.img-with-hidden-alt,.pxp-image.img-with-hidden-alt{content:attr(data-alt);display:none}storefront-image>img,.pxp-image>img{display:block;transition:opacity .2s ease-in,background-color .2s ease-in;background-color:#fff0;max-width:100%;max-height:100%;opacity:0}storefront-image>img.loaded,.pxp-image>img.loaded{opacity:1;background-color:var(--imageBackgroundColor)}storefront-image.loaded,.pxp-image.loaded{background:#fff0}\n"],encapsulation:2,changeDetection:0}),P})();var T=function(m){return m.AUTO="AUTO",m.FIXED="FIXED",m.DEFAULT="DEFAULT",m}(T||{})},1302:(S,_,i)=>{i.d(_,{x:()=>o});var g=i(8251),t=i(2932),a=i(3953),p=i(177),d=i(3647);const u=["class","pxp-image"],l=(h,y,n)=>({imgRef:h,imageResolutionStrategy:y,focalPoint:n});function f(h,y){if(1&h){const n=a.RV6();a.j41(0,"img",2,0),a.nI1(2,"sanitizeUrl"),a.bIt("error",function(){a.eBV(n);const E=a.XpG();return a.Njj(E.onError())}),a.k0s()}if(2&h){const n=a.XpG();a.Y8G("priority",n.lcpPrioritized()||n.inViewPort())("ngSrc",a.i5U(2,6,n.src,"resourceUrl"))("alt",n.alt)("title",n.title)("loaderParams",a.sMw(9,l,n.elementRef.nativeElement,n.imageResolutionStrategy,n.focalPoint)),a.BMQ("aria-label",n.ariaLabel)}}let o=(()=>{var h;class y extends t.h{}return(h=y).\u0275fac=(()=>{let n;return function(E){return(n||(n=a.xGo(h)))(E||h)}})(),h.\u0275cmp=a.VBU({type:h,selectors:[["div",8,"pxp-image"]],hostAttrs:["ngSkipHydration","true"],features:[a.Jv_([g.v]),a.Vt3],attrs:u,decls:1,vars:1,consts:[["image",""],["fill","true","disableOptimizedSrcset","",3,"priority","ngSrc","alt","title","loaderParams"],["fill","true","disableOptimizedSrcset","",3,"error","priority","ngSrc","alt","title","loaderParams"]],template:function(D,E){1&D&&a.DNE(0,f,3,13,"img",1),2&D&&a.vxM(E.src&&E.loaded?0:-1)},dependencies:[p.kt,d.R],styles:["storefront-image,.pxp-image{display:flex;justify-content:center;align-items:center;position:relative;background-color:var(--imageLoadingColor);transition:.2s background-color ease-in}storefront-image[height-strategy=FIXED]>img,storefront-image[data-pxp-height-strategy=FIXED]>img,storefront-image[height-strategy=AUTO]>img,storefront-image[data-pxp-height-strategy=AUTO]>img,.pxp-image[height-strategy=FIXED]>img,.pxp-image[data-pxp-height-strategy=FIXED]>img,.pxp-image[height-strategy=AUTO]>img,.pxp-image[data-pxp-height-strategy=AUTO]>img{position:absolute;width:auto;max-width:100%;top:0;object-fit:contain}storefront-image[height-strategy=DEFAULT]>img,storefront-image[data-pxp-height-strategy=DEFAULT]>img,.pxp-image[height-strategy=DEFAULT]>img,.pxp-image[data-pxp-height-strategy=DEFAULT]>img{position:static!important}storefront-image.img-with-hidden-alt,.pxp-image.img-with-hidden-alt{content:attr(data-alt);display:none}storefront-image>img,.pxp-image>img{display:block;transition:opacity .2s ease-in,background-color .2s ease-in;background-color:#fff0;max-width:100%;max-height:100%;opacity:0}storefront-image>img.loaded,.pxp-image>img.loaded{opacity:1;background-color:var(--imageBackgroundColor)}storefront-image.loaded,.pxp-image.loaded{background:#fff0}\n"],encapsulation:2,changeDetection:0}),y})()},4403:(S,_,i)=>{i.d(_,{U:()=>p});var g=i(177),t=i(4871),a=i(3953);let p=(()=>{var d;class u{}return(d=u).\u0275fac=function(f){return new(f||d)},d.\u0275mod=a.$C({type:d}),d.\u0275inj=a.G2t({imports:[g.MD,t.E]}),u})()},4365:(S,_,i)=>{i.d(_,{AN:()=>u,FZ:()=>l,Mw:()=>f,Rp:()=>d,W9:()=>p});var g=i(4404),p=function(o){return o.COVER="cover",o.CARD="card",o.HIGHLIGHT="highlight",o.DETAILS="details",o.GROUP="group",o}(p||{});const d={showErrorDialog:!0};var u=function(o){return o.SINGLE="SINGLE",o.MULTI="MULTI",o}(u||{}),l=function(o){return o.SILENT="SILENT",o}(l||{});const f={template:p.CARD,openContent:{mode:g.DisplayMode.MODAL,titleBar:!0},downloadOptions:null,customButtons:[],customMessages:[],titleMessage:"ISSUE_TITLE",descriptionMessage:"ISSUE_DESCRIPTION",publicationTitleMessage:"ISSUE_PUBLICATION_TITLE"}},3647:(S,_,i)=>{i.d(_,{R:()=>a});var g=i(3953),t=i(345);let a=(()=>{var p;class d{constructor(l){this.sanitizer=l}transform(l,f="url"){switch(f){case"html":return this.sanitizer.bypassSecurityTrustHtml(l);case"style":return this.sanitizer.bypassSecurityTrustStyle(l);case"script":return this.sanitizer.bypassSecurityTrustScript(l);case"url":return this.sanitizer.bypassSecurityTrustUrl(l);case"resourceUrl":return this.sanitizer.bypassSecurityTrustResourceUrl(l);default:throw new Error("Invalid safe type specified: ".concat(f))}}}return(p=d).\u0275fac=function(l){return new(l||p)(g.rXU(t.up,16))},p.\u0275pipe=g.EJ8({name:"sanitizeUrl",type:p,pure:!0}),d})()},1739:(S,_,i)=>{function g(t){return t&&!!t.code}i.d(_,{b:()=>g})}}]);
|