@meduza/ui-kit-2 0.0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -179
- package/dist/BookmarkButton/BookmarkButton.stories.d.ts +10 -0
- package/dist/BookmarkButton/BookmarkButton.types.d.ts +6 -0
- package/dist/BookmarkButton/index.d.ts +3 -0
- package/dist/Button/Button.stories.d.ts +10 -0
- package/dist/Button/Button.types.d.ts +2 -2
- package/dist/CardTitle/CardTitle.stories.d.ts +10 -0
- package/dist/CardTitle/CardTitle.types.d.ts +8 -0
- package/dist/CardTitle/index.d.ts +3 -0
- package/dist/ChapterBlock/ChapterBlock.stories.d.ts +10 -0
- package/dist/ChapterBlock/ChapterBlock.types.d.ts +7 -0
- package/dist/ChapterBlock/index.d.ts +3 -0
- package/dist/Cover/Cover.stories.d.ts +10 -0
- package/dist/Cover/Cover.types.d.ts +4 -0
- package/dist/Cover/index.d.ts +3 -0
- package/dist/DocumentItemsCount/DocumentItemsCount.stories.d.ts +10 -0
- package/dist/DocumentItemsCount/DocumentItemsCount.types.d.ts +7 -0
- package/dist/DocumentItemsCount/index.d.ts +3 -0
- package/dist/DotsOnImage/DotsOnImage.stories.d.ts +10 -0
- package/dist/DotsOnImage/DotsOnImage.types.d.ts +42 -0
- package/dist/DotsOnImage/index.d.ts +3 -0
- package/dist/Dropdown/Dropdown.stories.d.ts +10 -0
- package/dist/Dropdown/Dropdown.types.d.ts +6 -0
- package/dist/Dropdown/index.d.ts +4 -0
- package/dist/EmbedBlock/EmbedBlock.d.ts +3 -0
- package/dist/EmbedBlock/EmbedBlock.stories.d.ts +10 -0
- package/dist/EmbedBlock/EmbedBlock.types.d.ts +5 -0
- package/dist/EmbedBlock/IframeBlock.d.ts +3 -0
- package/dist/EmbedBlock/index.d.ts +3 -0
- package/dist/GroupedBlock/GroupedBlock.stories.d.ts +10 -0
- package/dist/GroupedBlock/GroupedBlock.types.d.ts +4 -0
- package/dist/GroupedBlock/index.d.ts +3 -0
- package/dist/HalfBlock/HalfBlock.stories.d.ts +10 -0
- package/dist/HalfBlock/HalfBlock.types.d.ts +4 -0
- package/dist/HalfBlock/index.d.ts +3 -0
- package/dist/Image/Image.stories.d.ts +10 -0
- package/dist/Image/Image.types.d.ts +38 -0
- package/dist/Image/RenderPicture.d.ts +4 -0
- package/dist/Image/index.d.ts +3 -0
- package/dist/ImportantLead/ImportantLead.stories.d.ts +10 -0
- package/dist/ImportantLead/ImportantLead.types.d.ts +4 -0
- package/dist/ImportantLead/index.d.ts +3 -0
- package/dist/Lazy/Lazy.stories.d.ts +10 -0
- package/dist/Lazy/Lazy.types.d.ts +5 -0
- package/dist/Lazy/index.d.ts +3 -0
- package/dist/ListBlock/ListBlock.stories.d.ts +10 -0
- package/dist/ListBlock/ListBlock.types.d.ts +4 -0
- package/dist/ListBlock/index.d.ts +3 -0
- package/dist/MaterialNote/MaterialNote.stories.d.ts +10 -0
- package/dist/MaterialNote/MaterialNote.types.d.ts +12 -0
- package/dist/MaterialNote/index.d.ts +3 -0
- package/dist/MaterialTitle/MaterialTitle.stories.d.ts +10 -0
- package/dist/MaterialTitle/MaterialTitle.types.d.ts +4 -0
- package/dist/MaterialTitle/index.d.ts +5 -0
- package/dist/MediaCaption/MediaCaption.stories.d.ts +10 -0
- package/dist/MediaCaption/MediaCaption.types.d.ts +5 -0
- package/dist/MediaCaption/index.d.ts +3 -0
- package/dist/Meta/Meta.stories.d.ts +10 -0
- package/dist/Meta/Meta.types.d.ts +18 -0
- package/dist/Meta/MetaContainer.d.ts +3 -0
- package/dist/Meta/index.d.ts +3 -0
- package/dist/MetaItem/MetaItem.stories.d.ts +10 -0
- package/dist/MetaItem/MetaItem.types.d.ts +7 -0
- package/dist/MetaItem/index.d.ts +3 -0
- package/dist/MetaItemLive/MetaItemLive.stories.d.ts +10 -0
- package/dist/MetaItemLive/MetaItemLive.types.d.ts +3 -0
- package/dist/MetaItemLive/index.d.ts +3 -0
- package/dist/Popover/Popover.stories.d.ts +10 -0
- package/dist/Popover/Popover.types.d.ts +5 -0
- package/dist/Popover/index.d.ts +3 -0
- package/dist/QuoteBlock/QuoteBlock.stories.d.ts +10 -0
- package/dist/QuoteBlock/QuoteBlock.types.d.ts +6 -0
- package/dist/QuoteBlock/index.d.ts +3 -0
- package/dist/RawHtmlBlock/RawHtmlBlock.stories.d.ts +10 -0
- package/dist/RawHtmlBlock/RawHtmlBlock.types.d.ts +9 -0
- package/dist/RawHtmlBlock/index.d.ts +3 -0
- package/dist/RelatedBlock/RelatedBlock.stories.d.ts +10 -0
- package/dist/RelatedBlock/RelatedBlock.types.d.ts +4 -0
- package/dist/RelatedBlock/index.d.ts +3 -0
- package/dist/RenderBlocks/RenderBlocks.stories.d.ts +10 -0
- package/dist/RenderBlocks/RenderBlocks.types.d.ts +10 -0
- package/dist/RenderBlocks/index.d.ts +3 -0
- package/dist/RichTitle/RichTitle.stories.d.ts +10 -0
- package/dist/RichTitle/RichTitle.types.d.ts +4 -0
- package/dist/RichTitle/index.d.ts +3 -0
- package/dist/SimpleBlock/SimpleBlock.stories.d.ts +10 -0
- package/dist/SimpleBlock/SimpleBlock.types.d.ts +4 -0
- package/dist/SimpleBlock/index.d.ts +3 -0
- package/dist/SimpleTitle/SimpleTitle.stories.d.ts +10 -0
- package/dist/SimpleTitle/SimpleTitle.types.d.ts +4 -0
- package/dist/SimpleTitle/index.d.ts +3 -0
- package/dist/SourceBlock/SourceBlock.stories.d.ts +10 -0
- package/dist/SourceBlock/SourceBlock.types.d.ts +4 -0
- package/dist/SourceBlock/index.d.ts +3 -0
- package/dist/Spoiler/Spoiler.stories.d.ts +10 -0
- package/dist/Spoiler/Spoiler.types.d.ts +4 -0
- package/dist/Spoiler/index.d.ts +3 -0
- package/dist/SvgSymbol/SvgSymbol.stories.d.ts +10 -0
- package/dist/SvgSymbol/SvgSymbol.types.d.ts +8 -0
- package/dist/SvgSymbol/icons.d.ts +157 -0
- package/dist/SvgSymbol/index.d.ts +3 -0
- package/dist/Switcher/Switcher.stories.d.ts +10 -0
- package/dist/Switcher/Switcher.types.d.ts +12 -0
- package/dist/Switcher/index.d.ts +3 -0
- package/dist/Table/Table.stories.d.ts +10 -0
- package/dist/Table/Table.types.d.ts +25 -0
- package/dist/Table/index.d.ts +3 -0
- package/dist/Tag/Tag.stories.d.ts +10 -0
- package/dist/Tag/Tag.types.d.ts +12 -0
- package/dist/Tag/index.d.ts +3 -0
- package/dist/Timestamp/Timestamp.stories.d.ts +10 -0
- package/dist/Timestamp/Timestamp.types.d.ts +5 -0
- package/dist/Timestamp/index.d.ts +4 -0
- package/dist/Toolbar/Toolbar.stories.d.ts +10 -0
- package/dist/Toolbar/Toolbar.types.d.ts +5 -0
- package/dist/Toolbar/index.d.ts +3 -0
- package/dist/ToolbarButton/ToolbarButton.stories.d.ts +10 -0
- package/dist/ToolbarButton/ToolbarButton.types.d.ts +9 -0
- package/dist/ToolbarButton/index.d.ts +3 -0
- package/dist/_storybook/PreviewWrapper/index.d.ts +6 -0
- package/dist/constants.d.ts +22 -0
- package/dist/index.d.ts +37 -0
- package/dist/ui-kit-2.cjs.development.css +36 -0
- package/dist/ui-kit-2.cjs.development.js +2187 -39
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +2139 -32
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/utils/BlockContext.d.ts +8 -0
- package/dist/utils/DangerousHtml.d.ts +8 -0
- package/dist/utils/makeClassName.d.ts +1 -1
- package/dist/utils/makeStyleContext.d.ts +2 -0
- package/dist/utils/toCamel.d.ts +1 -0
- package/package.json +29 -13
- package/src/BookmarkButton/BookmarkButton.module.css +50 -0
- package/src/BookmarkButton/BookmarkButton.stories.module.css +5 -0
- package/src/BookmarkButton/BookmarkButton.stories.tsx +39 -0
- package/src/BookmarkButton/BookmarkButton.test.tsx +20 -0
- package/src/BookmarkButton/BookmarkButton.types.ts +6 -0
- package/src/BookmarkButton/index.tsx +37 -0
- package/src/Button/Button.stories.module.css +30 -0
- package/src/Button/Button.stories.tsx +87 -0
- package/src/Button/Button.test.tsx +42 -0
- package/src/Button/Button.types.ts +1 -3
- package/src/Button/index.tsx +2 -2
- package/src/CardTitle/CardTitle.module.css +52 -0
- package/src/CardTitle/CardTitle.stories.module.css +5 -0
- package/src/CardTitle/CardTitle.stories.tsx +36 -0
- package/src/CardTitle/CardTitle.test.tsx +20 -0
- package/src/CardTitle/CardTitle.types.ts +8 -0
- package/src/CardTitle/index.tsx +24 -0
- package/src/CardTitle/mock.json +8 -0
- package/src/ChapterBlock/ChapterBlock.module.css +70 -0
- package/src/ChapterBlock/ChapterBlock.stories.module.css +5 -0
- package/src/ChapterBlock/ChapterBlock.stories.tsx +36 -0
- package/src/ChapterBlock/ChapterBlock.test.tsx +20 -0
- package/src/ChapterBlock/ChapterBlock.types.ts +7 -0
- package/src/ChapterBlock/index.tsx +31 -0
- package/src/ChapterBlock/mock.json +5 -0
- package/src/Cover/Cover.module.css +5 -0
- package/src/Cover/Cover.stories.module.css +5 -0
- package/src/Cover/Cover.stories.tsx +34 -0
- package/src/Cover/Cover.test.tsx +20 -0
- package/src/Cover/Cover.types.ts +4 -0
- package/src/Cover/index.tsx +89 -0
- package/src/DocumentItemsCount/DocumentItemsCount.module.css +18 -0
- package/src/DocumentItemsCount/DocumentItemsCount.stories.module.css +5 -0
- package/src/DocumentItemsCount/DocumentItemsCount.stories.tsx +34 -0
- package/src/DocumentItemsCount/DocumentItemsCount.test.tsx +20 -0
- package/src/DocumentItemsCount/DocumentItemsCount.types.ts +6 -0
- package/src/DocumentItemsCount/index.tsx +54 -0
- package/src/DotsOnImage/DotsOnImage.module.css +56 -0
- package/src/DotsOnImage/DotsOnImage.stories.module.css +9 -0
- package/src/DotsOnImage/DotsOnImage.stories.tsx +37 -0
- package/src/DotsOnImage/DotsOnImage.test.tsx +19 -0
- package/src/DotsOnImage/DotsOnImage.types.ts +46 -0
- package/src/DotsOnImage/index.tsx +79 -0
- package/src/DotsOnImage/mock.json +75 -0
- package/src/Dropdown/Dropdown.module.css +82 -0
- package/src/Dropdown/Dropdown.stories.module.css +5 -0
- package/src/Dropdown/Dropdown.stories.tsx +55 -0
- package/src/Dropdown/Dropdown.test.tsx +20 -0
- package/src/Dropdown/Dropdown.types.ts +5 -0
- package/src/Dropdown/index.tsx +35 -0
- package/src/EmbedBlock/EmbedBlock.module.css +351 -0
- package/src/EmbedBlock/EmbedBlock.stories.module.css +5 -0
- package/src/EmbedBlock/EmbedBlock.stories.tsx +39 -0
- package/src/EmbedBlock/EmbedBlock.test.tsx +20 -0
- package/src/EmbedBlock/EmbedBlock.tsx +236 -0
- package/src/EmbedBlock/EmbedBlock.types.ts +5 -0
- package/src/EmbedBlock/IframeBlock.tsx +86 -0
- package/src/EmbedBlock/index.tsx +16 -0
- package/src/EmbedBlock/mock.json +89 -0
- package/src/GroupedBlock/GroupedBlock.module.css +94 -0
- package/src/GroupedBlock/GroupedBlock.stories.module.css +5 -0
- package/src/GroupedBlock/GroupedBlock.stories.tsx +34 -0
- package/src/GroupedBlock/GroupedBlock.test.tsx +20 -0
- package/src/GroupedBlock/GroupedBlock.types.ts +4 -0
- package/src/GroupedBlock/index.tsx +67 -0
- package/src/HalfBlock/HalfBlock.module.css +88 -0
- package/src/HalfBlock/HalfBlock.stories.module.css +5 -0
- package/src/HalfBlock/HalfBlock.stories.tsx +34 -0
- package/src/HalfBlock/HalfBlock.test.tsx +20 -0
- package/src/HalfBlock/HalfBlock.types.ts +4 -0
- package/src/HalfBlock/index.tsx +53 -0
- package/src/Image/Image.module.css +78 -0
- package/src/Image/Image.stories.module.css +5 -0
- package/src/Image/Image.stories.tsx +47 -0
- package/src/Image/Image.test.tsx +33 -0
- package/src/Image/Image.types.ts +40 -0
- package/src/Image/RenderPicture.tsx +70 -0
- package/src/Image/index.tsx +101 -0
- package/src/Image/mock.json +49 -0
- package/src/ImportantLead/ImportantLead.module.css +64 -0
- package/src/ImportantLead/ImportantLead.stories.module.css +5 -0
- package/src/ImportantLead/ImportantLead.stories.tsx +34 -0
- package/src/ImportantLead/ImportantLead.test.tsx +20 -0
- package/src/ImportantLead/ImportantLead.types.ts +4 -0
- package/src/ImportantLead/index.tsx +35 -0
- package/src/Lazy/Lazy.module.css +9 -0
- package/src/Lazy/Lazy.stories.module.css +5 -0
- package/src/Lazy/Lazy.stories.tsx +48 -0
- package/src/Lazy/Lazy.test.tsx +20 -0
- package/src/Lazy/Lazy.types.ts +4 -0
- package/src/Lazy/index.tsx +41 -0
- package/src/ListBlock/ListBlock.module.css +163 -0
- package/src/ListBlock/ListBlock.stories.module.css +5 -0
- package/src/ListBlock/ListBlock.stories.tsx +34 -0
- package/src/ListBlock/ListBlock.test.tsx +20 -0
- package/src/ListBlock/ListBlock.types.ts +4 -0
- package/src/ListBlock/index.tsx +33 -0
- package/src/MaterialNote/MaterialNote.module.css +139 -0
- package/src/MaterialNote/MaterialNote.stories.module.css +5 -0
- package/src/MaterialNote/MaterialNote.stories.tsx +36 -0
- package/src/MaterialNote/MaterialNote.test.tsx +20 -0
- package/src/MaterialNote/MaterialNote.types.ts +12 -0
- package/src/MaterialNote/index.tsx +30 -0
- package/src/MaterialNote/mock.json +18 -0
- package/src/MaterialTitle/MaterialTitle.module.css +33 -0
- package/src/MaterialTitle/MaterialTitle.stories.module.css +13 -0
- package/src/MaterialTitle/MaterialTitle.stories.tsx +52 -0
- package/src/MaterialTitle/MaterialTitle.test.tsx +20 -0
- package/src/MaterialTitle/MaterialTitle.types.ts +3 -0
- package/src/MaterialTitle/index.tsx +20 -0
- package/src/MediaCaption/MediaCaption.module.css +85 -0
- package/src/MediaCaption/MediaCaption.stories.module.css +5 -0
- package/src/MediaCaption/MediaCaption.stories.tsx +37 -0
- package/src/MediaCaption/MediaCaption.test.tsx +20 -0
- package/src/MediaCaption/MediaCaption.types.ts +5 -0
- package/src/MediaCaption/index.tsx +35 -0
- package/src/Meta/Meta.module.css +106 -0
- package/src/Meta/Meta.stories.module.css +7 -0
- package/src/Meta/Meta.stories.tsx +69 -0
- package/src/Meta/Meta.test.tsx +20 -0
- package/src/Meta/Meta.types.ts +19 -0
- package/src/Meta/MetaContainer.tsx +148 -0
- package/src/Meta/index.tsx +32 -0
- package/src/MetaItem/MetaItem.module.css +104 -0
- package/src/MetaItem/MetaItem.stories.module.css +5 -0
- package/src/MetaItem/MetaItem.stories.tsx +34 -0
- package/src/MetaItem/MetaItem.test.tsx +20 -0
- package/src/MetaItem/MetaItem.types.ts +6 -0
- package/src/MetaItem/index.tsx +26 -0
- package/src/MetaItemLive/MetaItemLive.module.css +124 -0
- package/src/MetaItemLive/MetaItemLive.stories.module.css +5 -0
- package/src/MetaItemLive/MetaItemLive.stories.tsx +34 -0
- package/src/MetaItemLive/MetaItemLive.test.tsx +20 -0
- package/src/MetaItemLive/MetaItemLive.types.ts +3 -0
- package/src/MetaItemLive/index.tsx +25 -0
- package/src/Popover/Popover.module.css +134 -0
- package/src/Popover/Popover.stories.module.css +5 -0
- package/src/Popover/Popover.stories.tsx +55 -0
- package/src/Popover/Popover.test.tsx +20 -0
- package/src/Popover/Popover.types.ts +4 -0
- package/src/Popover/index.tsx +78 -0
- package/src/QuoteBlock/QuoteBlock.module.css +79 -0
- package/src/QuoteBlock/QuoteBlock.stories.module.css +7 -0
- package/src/QuoteBlock/QuoteBlock.stories.tsx +36 -0
- package/src/QuoteBlock/QuoteBlock.test.tsx +20 -0
- package/src/QuoteBlock/QuoteBlock.types.ts +6 -0
- package/src/QuoteBlock/index.tsx +24 -0
- package/src/QuoteBlock/mock.json +6 -0
- package/src/RawHtmlBlock/RawHtmlBlock.stories.module.css +5 -0
- package/src/RawHtmlBlock/RawHtmlBlock.stories.tsx +34 -0
- package/src/RawHtmlBlock/RawHtmlBlock.test.tsx +20 -0
- package/src/RawHtmlBlock/RawHtmlBlock.types.ts +9 -0
- package/src/RawHtmlBlock/index.tsx +57 -0
- package/src/RelatedBlock/RelatedBlock.module.css +129 -0
- package/src/RelatedBlock/RelatedBlock.stories.module.css +5 -0
- package/src/RelatedBlock/RelatedBlock.stories.tsx +34 -0
- package/src/RelatedBlock/RelatedBlock.test.tsx +20 -0
- package/src/RelatedBlock/RelatedBlock.types.ts +4 -0
- package/src/RelatedBlock/index.tsx +45 -0
- package/src/RenderBlocks/RenderBlocks.stories.module.css +5 -0
- package/src/RenderBlocks/RenderBlocks.stories.tsx +34 -0
- package/src/RenderBlocks/RenderBlocks.test.tsx +20 -0
- package/src/RenderBlocks/RenderBlocks.types.ts +10 -0
- package/src/RenderBlocks/index.tsx +125 -0
- package/src/RichTitle/RichTitle.module.css +85 -0
- package/src/RichTitle/RichTitle.stories.module.css +5 -0
- package/src/RichTitle/RichTitle.stories.tsx +34 -0
- package/src/RichTitle/RichTitle.test.tsx +20 -0
- package/src/RichTitle/RichTitle.types.ts +4 -0
- package/src/RichTitle/index.tsx +32 -0
- package/src/SimpleBlock/FootnoteLink.css +34 -0
- package/src/SimpleBlock/SimpleBlock.module.css +393 -0
- package/src/SimpleBlock/SimpleBlock.stories.module.css +5 -0
- package/src/SimpleBlock/SimpleBlock.stories.tsx +34 -0
- package/src/SimpleBlock/SimpleBlock.test.tsx +20 -0
- package/src/SimpleBlock/SimpleBlock.types.ts +4 -0
- package/src/SimpleBlock/index.tsx +47 -0
- package/src/SimpleTitle/SimpleTitle.module.css +33 -0
- package/src/SimpleTitle/SimpleTitle.stories.module.css +5 -0
- package/src/SimpleTitle/SimpleTitle.stories.tsx +34 -0
- package/src/SimpleTitle/SimpleTitle.test.tsx +20 -0
- package/src/SimpleTitle/SimpleTitle.types.ts +4 -0
- package/src/SimpleTitle/index.tsx +29 -0
- package/src/SourceBlock/SourceBlock.module.css +110 -0
- package/src/SourceBlock/SourceBlock.stories.module.css +5 -0
- package/src/SourceBlock/SourceBlock.stories.tsx +34 -0
- package/src/SourceBlock/SourceBlock.test.tsx +20 -0
- package/src/SourceBlock/SourceBlock.types.ts +4 -0
- package/src/SourceBlock/index.tsx +44 -0
- package/src/Spoiler/Spoiler.module.css +177 -0
- package/src/Spoiler/Spoiler.stories.module.css +8 -0
- package/src/Spoiler/Spoiler.stories.tsx +36 -0
- package/src/Spoiler/Spoiler.test.tsx +20 -0
- package/src/Spoiler/Spoiler.types.ts +4 -0
- package/src/Spoiler/index.tsx +81 -0
- package/src/Spoiler/mock.json +49 -0
- package/src/SvgSymbol/SvgSymbol.module.css +240 -0
- package/src/SvgSymbol/SvgSymbol.stories.module.css +127 -0
- package/src/SvgSymbol/SvgSymbol.stories.tsx +95 -0
- package/src/SvgSymbol/SvgSymbol.test.tsx +21 -0
- package/src/SvgSymbol/SvgSymbol.types.ts +57 -0
- package/src/SvgSymbol/icons.ts +217 -0
- package/src/SvgSymbol/index.tsx +32 -0
- package/src/Switcher/Switcher.module.css +159 -0
- package/src/Switcher/Switcher.stories.module.css +28 -0
- package/src/Switcher/Switcher.stories.tsx +68 -0
- package/src/Switcher/Switcher.test.tsx +43 -0
- package/src/Switcher/Switcher.types.ts +16 -0
- package/src/Switcher/index.tsx +53 -0
- package/src/Table/Table.module.css +300 -0
- package/src/Table/Table.stories.module.css +5 -0
- package/src/Table/Table.stories.tsx +36 -0
- package/src/Table/Table.test.tsx +20 -0
- package/src/Table/Table.types.ts +26 -0
- package/src/Table/index.tsx +76 -0
- package/src/Table/mock.json +301 -0
- package/src/Tag/Tag.module.css +115 -0
- package/src/Tag/Tag.stories.module.css +5 -0
- package/src/Tag/Tag.stories.tsx +53 -0
- package/src/Tag/Tag.test.tsx +20 -0
- package/src/Tag/Tag.types.ts +14 -0
- package/src/Tag/index.tsx +33 -0
- package/src/Timestamp/Timestamp.module.css +6 -0
- package/src/Timestamp/Timestamp.stories.module.css +5 -0
- package/src/Timestamp/Timestamp.stories.tsx +34 -0
- package/src/Timestamp/Timestamp.test.tsx +20 -0
- package/src/Timestamp/Timestamp.types.ts +5 -0
- package/src/Timestamp/index.tsx +40 -0
- package/src/Toolbar/Toolbar.module.css +134 -0
- package/src/Toolbar/Toolbar.stories.module.css +5 -0
- package/src/Toolbar/Toolbar.stories.tsx +89 -0
- package/src/Toolbar/Toolbar.test.tsx +20 -0
- package/src/Toolbar/Toolbar.types.ts +4 -0
- package/src/Toolbar/index.tsx +28 -0
- package/src/ToolbarButton/ToolbarButton.module.css +97 -0
- package/src/ToolbarButton/ToolbarButton.stories.module.css +5 -0
- package/src/ToolbarButton/ToolbarButton.stories.tsx +36 -0
- package/src/ToolbarButton/ToolbarButton.test.tsx +20 -0
- package/src/ToolbarButton/ToolbarButton.types.ts +19 -0
- package/src/ToolbarButton/index.tsx +34 -0
- package/src/_storybook/PreviewWrapper/PreviewWrapper.module.css +117 -0
- package/src/_storybook/PreviewWrapper/index.tsx +23 -0
- package/src/constants.ts +24 -0
- package/src/index.tsx +38 -0
- package/src/utils/BlockContext.ts +7 -0
- package/src/utils/DangerousHtml.tsx +79 -0
- package/src/utils/makeClassName.ts +1 -1
- package/src/utils/makeStyleContext.ts +13 -0
- package/src/utils/toCamel.ts +2 -0
- package/LICENSE +0 -21
- package/src/global.d.ts +0 -4
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type TagSizes = 'small' | 'large';
|
|
3
|
+
export declare type TagThemes = 'dark' | 'gold' | 'gray' | 'light' | 'inherit';
|
|
4
|
+
export declare type TagStyleContexts = 'isInToolbar' | 'isInSpoiler' | 'isInDropdown';
|
|
5
|
+
export interface TagProps {
|
|
6
|
+
children: JSX.Element[] | JSX.Element;
|
|
7
|
+
styleContext?: string | string[];
|
|
8
|
+
theme: TagThemes;
|
|
9
|
+
size: TagSizes;
|
|
10
|
+
onlyOn?: 'desktop' | 'mobile';
|
|
11
|
+
correlation?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("./Timestamp.types").TimestampProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
themeWrapperSideBySide: boolean;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: React.FC;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("./Toolbar.types").ToolbarProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
themeWrapperSideBySide: boolean;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: React.FC;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("./ToolbarButton.types").ToolbarButtonProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
themeWrapperSideBySide: boolean;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: React.FC;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type ToolbarButtonTypes = 'vk' | 'fb' | 'tw' | 'tg' | 'ok' | 'reaction' | 'bookmark' | 'cross';
|
|
3
|
+
export interface ToolbarButtonProps {
|
|
4
|
+
type: ToolbarButtonTypes;
|
|
5
|
+
theme?: string;
|
|
6
|
+
isActive?: boolean;
|
|
7
|
+
onClick: (type: string) => void;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const MediaQuerySizes: {
|
|
2
|
+
MOBILE: number;
|
|
3
|
+
PORTRAIT_TABLET: number;
|
|
4
|
+
LANDSCAPE_TABLET: number;
|
|
5
|
+
DESKTOP: number;
|
|
6
|
+
WIDE_DESKTOP: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const imageBreakpoints: {
|
|
9
|
+
325: string;
|
|
10
|
+
520: string;
|
|
11
|
+
600: string;
|
|
12
|
+
650: string;
|
|
13
|
+
980: string;
|
|
14
|
+
1335: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const imageConditionalKeys: {
|
|
17
|
+
xs: number[];
|
|
18
|
+
superFull: number[];
|
|
19
|
+
full: number[];
|
|
20
|
+
default: number[];
|
|
21
|
+
narrow: number[];
|
|
22
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1,38 @@
|
|
|
1
1
|
export * from './Button';
|
|
2
|
+
export * from './SvgSymbol';
|
|
3
|
+
export * from './Switcher';
|
|
4
|
+
export * from './Image';
|
|
5
|
+
export * from './DotsOnImage';
|
|
6
|
+
export * from './Lazy';
|
|
7
|
+
export * from './Tag';
|
|
8
|
+
export * from './Table';
|
|
9
|
+
export * from './MediaCaption';
|
|
10
|
+
export * from './MaterialNote';
|
|
11
|
+
export * from './BookmarkButton';
|
|
12
|
+
export * from './MaterialTitle';
|
|
13
|
+
export * from './Dropdown';
|
|
14
|
+
export * from './Toolbar';
|
|
15
|
+
export * from './Popover';
|
|
16
|
+
export * from './Meta';
|
|
17
|
+
export * from './Timestamp';
|
|
18
|
+
export * from './EmbedBlock';
|
|
19
|
+
export * from './QuoteBlock';
|
|
20
|
+
export * from './CardTitle';
|
|
21
|
+
export * from './ChapterBlock';
|
|
22
|
+
export * from './Cover';
|
|
23
|
+
export * from './RenderBlocks';
|
|
24
|
+
export * from './GroupedBlock';
|
|
25
|
+
export * from './HalfBlock';
|
|
26
|
+
export * from './RawHtmlBlock';
|
|
27
|
+
export * from './ImportantLead';
|
|
28
|
+
export * from './ListBlock';
|
|
29
|
+
export * from './RelatedBlock';
|
|
30
|
+
export * from './RichTitle';
|
|
31
|
+
export * from './SimpleBlock';
|
|
32
|
+
export * from './SimpleTitle';
|
|
33
|
+
export * from './SourceBlock';
|
|
34
|
+
export * from './Spoiler';
|
|
35
|
+
export * from './MetaItem';
|
|
36
|
+
export * from './MetaItemLive';
|
|
37
|
+
export * from './DocumentItemsCount';
|
|
38
|
+
export * from './ToolbarButton';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.SvgSymbol-module_root__2CsRW{width:100%;height:100%;vertical-align:middle}.SvgSymbol-module_normal__9lFn1,.SvgSymbol-module_small__2g6oR{height:14px}.SvgSymbol-module_medium__2eF5L{width:24px;height:24px}.SvgSymbol-module_large__2kQrt{width:42px;height:42px}.SvgSymbol-module_adaptive__3_68T{width:100%;height:100%}.SvgSymbol-module_fb__1whmw{width:16px;fill:#304591}.SvgSymbol-module_vk__3VEuu{width:20px;fill:#527397}.SvgSymbol-module_ok__2_1Qb{width:9px;fill:#eb722e}.SvgSymbol-module_tw__2VRG5{width:20px;fill:#31adf4}.SvgSymbol-module_tg__2xe2f{width:18px;fill:#2ba5e0}.SvgSymbol-module_reaction__rrJvf{width:16px;color:#b88b59;fill:#262626}.SvgSymbol-module_card__1XAqw,.SvgSymbol-module_listened__1oMFV,.SvgSymbol-module_podcast__3oPoo,.SvgSymbol-module_read__2V82i{width:15px;height:15px}.SvgSymbol-module_menu__2iYFt{width:24px;height:24px}.SvgSymbol-module_cross__J2lCN{width:14px;height:14px}.SvgSymbol-module_isInCard__pKq4e,.SvgSymbol-module_isInFeature__cDeTI,.SvgSymbol-module_isInTopicBlockItem__3Te91{width:16px;height:16px}.SvgSymbol-module_isInPageStatic__H31Rd{width:64px;height:64px}.SvgSymbol-module_isInMaterialMeta__2IbAw{margin-right:6px}.SvgSymbol-module_isInAudioPlayer__2xlzW{width:29px;height:29px}.SvgSymbol-module_isInAudioPlayer__2xlzW,.SvgSymbol-module_isInEpisodeBlock__2vY3o{-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.SvgSymbol-module_isInEpisodeBlock__2vY3o{width:38px;height:38px}.SvgSymbol-module_isInButtonPlaybackRate__1L3TW{width:34px;height:28px}@media only screen and (min-device-width:40.625em){.SvgSymbol-module_isInButtonPlaybackRate__1L3TW{width:28px;height:22px}}.SvgSymbol-module_isInButtonBackward__1Grf9,.SvgSymbol-module_isInButtonForward__D1AFL{width:28px;height:28px}@media only screen and (min-device-width:40.625em){.SvgSymbol-module_isInButtonBackward__1Grf9,.SvgSymbol-module_isInButtonForward__D1AFL{width:22px;height:22px}}.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN{width:18px;height:18px}.SvgSymbol-module_play__pM-qY{width:100%;height:100%}.SvgSymbol-module_meduzaLogo__2Ouzp{width:92px;height:20px}@media only screen and (min-device-width:64em){.SvgSymbol-module_meduzaLogo__2Ouzp{width:100px;height:45px}}.SvgSymbol-module_arrow__11naX{width:12px;height:12px}.SvgSymbol-module_oil__hvHE5{width:9px;height:12px}.SvgSymbol-module_search__VK6p3{width:24px;height:24px}@media only screen and (min-device-width:64em){.SvgSymbol-module_search__VK6p3{width:16px;height:16px}}.SvgSymbol-module_user__1MGim{width:14px;height:14px}@media only screen and (min-device-width:64em){.SvgSymbol-module_user__1MGim{width:16px;height:16px}}.SvgSymbol-module_bookmark__2z7tX{width:17px;height:auto;cursor:pointer;stroke-width:2px}@media only screen and (min-device-width:64em){.SvgSymbol-module_bookmark__2z7tX{width:14px;stroke-width:1.5px}}.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX{width:14px}.SvgSymbol-module_receipt__3Eqow{width:10px;height:13px}.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN{width:22px;height:22px}@media only screen and (min-device-width:64em){.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN{width:14px;height:14px}}@media only screen and (min-device-width:64em){.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle{stroke-width:1.5px}}.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path{stroke-width:1.8px}@media only screen and (min-device-width:64em){.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path{stroke-width:1.3px}}
|
|
2
|
+
.Switcher-module_root__1Env1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:row nowrap;align-items:center;font-weight:600;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Switcher-module_dark__1IzaH{color:inherit}.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY{background-color:transparent}.Switcher-module_input__jaMVF{position:absolute;top:0;left:0;opacity:0}.Switcher-module_control__1NTvY{position:relative;display:block;width:37px;height:21px;background-color:#e6e6e6;border-radius:15px}.Switcher-module_control__1NTvY:before{position:absolute;top:0;bottom:0;left:0;width:18px;background:rgba(19,191,17,0);border-radius:15px;transition:.25s ease-in-out;content:""}.Switcher-module_knob__3kEy5{position:relative;top:2px;left:2px;z-index:200;display:block;width:17px;height:17px;background:#fff;border-radius:15px;transition:.25s ease-in-out}.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY:before{width:100%;background-color:#b88b59}.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY:after{box-shadow:inset 0 0 0 1px transparent}.Switcher-module_input__jaMVF:checked~.Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5{left:18px}.Switcher-module_children__147JP.Switcher-module_left__2coeE{margin-right:6px}.Switcher-module_children__147JP.Switcher-module_right__yWG7h{margin-left:6px}.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP{color:#999;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.Switcher-module_isInMenu__3XJYj{font-weight:400}.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP{margin-right:8px}.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY{width:48px;height:30px}.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5{top:4px;width:22px;height:22px;background-color:#bababa}.Switcher-module_isInMenu__3XJYj input:checked~.Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5{left:23px;background-color:#fff}.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP{color:#7f7f7f;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY{background-color:#1a1a1a;box-shadow:inset 0 0 0 1px #323232}
|
|
3
|
+
.Button-module_root__RpsiW{display:block;padding:0;color:#fff;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;line-height:1;text-align:center;border-width:0;outline:none;cursor:pointer;transition:background-color .15s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Button-module_root__RpsiW::-moz-focus-inner{border:0}.Button-module_root__RpsiW[disabled]{cursor:default;opacity:.5;pointer-events:none}.Button-module_root__RpsiW>span:first-child{margin-right:4px}.Button-module_root__RpsiW>span:last-child{margin-left:4px}.Button-module_gold__ZMYg-{background:#b88b59}.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO{fill:#b88b59}.Button-module_gold__ZMYg-:hover{background-color:#9e784c}@media (hover:none){.Button-module_gold__ZMYg-:hover{background-color:#b88b59}}.Button-module_gold__ZMYg-:active{background-color:#856440}.Button-module_gray__3IM54{color:#000;background-color:#f0f0f0}.Button-module_gray__3IM54.Button-module_isLoading__1g6QO{fill:#545454}.Button-module_gray__3IM54:hover{background-color:#ebebeb}@media (hover:none){.Button-module_gray__3IM54:hover{background-color:#ebebeb}}.Button-module_gray__3IM54:active{background-color:#e3e3e3}.Button-module_sand__2AqVq{background:#a18c68}.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO{fill:#a18c68}.Button-module_sand__2AqVq:hover{background-color:#8a7654}@media (hover:none){.Button-module_sand__2AqVq:hover{background-color:#a18c68}}.Button-module_sand__2AqVq:active{background-color:#7b6743}.Button-module_dark__I0uXx{color:#adadad;background-color:#3a3a3a;box-shadow:0 0 3px 0 rgba(0,0,0,.4)}.Button-module_dark__I0uXx:hover{background-color:#2e2e2e}@media (hover:none){.Button-module_dark__I0uXx:hover{background-color:#3a3a3a}}.Button-module_dark__I0uXx:active{background-color:#242424}.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO{fill:#3a3a3a}.Button-module_light__1Y4hG{color:#000;background-color:#fff}.Button-module_light__1Y4hG:hover{background-color:#ebebeb}@media (hover:none){.Button-module_light__1Y4hG:hover{background-color:#fff}}.Button-module_light__1Y4hG:active{background-color:#e3e3e3}.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO{fill:#fff}.Button-module_black__3sG3Y{color:#7e7d7b;background-color:#000}.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO{fill:#7e7d7b}.Button-module_black__3sG3Y:hover{background-color:#141414}@media (hover:none){.Button-module_black__3sG3Y:hover{background:#141414}}.Button-module_black__3sG3Y:active{background-color:#242424}.Button-module_red__3Niou{background-color:#f95a5a}.Button-module_red__3Niou:hover{background-color:#e65353}@media (hover:none){.Button-module_red__3Niou:hover{background:#f95a5a}}.Button-module_red__3Niou:active{background-color:#d44d4d}.Button-module_red__3Niou.Button-module_isLoading__1g6QO{fill:#141414}.Button-module_default__28Vo_{width:100%;height:42px;padding:7px 18px 6px;font-weight:600;font-size:12px;line-height:22px;letter-spacing:1px;text-transform:uppercase;border-radius:8px}@media only screen and (min-device-width:64em){.Button-module_default__28Vo_{font-size:14px;line-height:16px}}.Button-module_isInSpoiler__2Yl8c svg{margin-top:-2px;margin-left:6px}.Button-module_ghost__3awCW{color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;letter-spacing:inherit;text-transform:none;background-color:transparent}.Button-module_isInDropdown__1ogKL{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.Button-module_black__3sG3Y[disabled],.Button-module_sand__2AqVq[disabled]{opacity:.3}.Button-module_root__RpsiW.Button-module_isLoading__1g6QO{background-color:transparent;box-shadow:none;cursor:default;pointer-events:none}.Button-module_loader__2pl6d{display:block;margin-top:-1px}
|
|
4
|
+
.Lazy-module_root__2Z72l{display:block}.Lazy-module_visible__3-SdX{color:red}
|
|
5
|
+
.Image-module_root__1vsA_{position:relative;z-index:1;display:block;overflow:hidden}@media only screen and (min-device-width:32em){.Image-module_root__1vsA_{border-radius:inherit}}.Image-module_placeholder__1p4ob,.Image-module_root__1vsA_ img{position:absolute;top:0;left:0;width:100%;height:100%}.Image-module_wrapper__3fLjs{display:block;width:100%;background-repeat:no-repeat;background-size:100% auto}.Image-module_placeholder__1p4ob{transition:background-color .25s ease;background-color:#f2f2f2}.Image-module_loaded__w9FVT{background:transparent}.Image-module_fullscreen__29apx picture{cursor:pointer}.Image-module_fullscreen__29apx picture:hover:after{opacity:1}.Image-module_fullscreen__29apx picture:after{position:absolute;right:12px;bottom:12px;width:40px;height:40px;transition:opacity .25s ease;pointer-events:none;opacity:0;border:.5px solid hsla(0,0%,100%,.15);border-radius:20px;background-color:rgba(0,0,0,.7);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}@media only screen and (min-device-width:64em){.Image-module_fullscreen__29apx picture:after{content:""}}[data-input=mouse] .Image-module_wrapper__3fLjs{outline:none}
|
|
6
|
+
.DotsOnImage-module_root__2XP3Q{position:relative;display:block}.DotsOnImage-module_dot__H1wua{width:28px;height:28px;margin:0;padding:0;cursor:pointer;text-align:center;color:#fff;border-width:0;border-radius:30px;outline-width:0;background-color:#000;box-shadow:0 0 0 1px hsla(0,0%,100%,.6);font-weight:600;line-height:28px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.DotsOnImage-module_dot__H1wua,.DotsOnImage-module_popover__35Cpj{position:absolute;z-index:10;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.DotsOnImage-module_popover__35Cpj{top:50%;left:50%;width:340px;padding:25px;transform:translate(-50%,-50%);border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2)}.DotsOnImage-module_popoverTitle__343d8{font-weight:600}
|
|
7
|
+
.Tag-module_root__3IqWC{display:inline-block;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;letter-spacing:1px;text-transform:uppercase;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-weight:600}.Tag-module_root__3IqWC,.Tag-module_small__2IAb7{font-size:12px;line-height:12px}@media only screen and (min-device-width:64em){.Tag-module_small__2IAb7{line-height:14px}}@media only screen and (min-device-width:64em){.Tag-module_large__22z_o{letter-spacing:1px;font-size:14px;line-height:16px}}.Tag-module_dark__sgnt1{color:#000}.Tag-module_light__1zUhp{color:#fff}.Tag-module_gold__2ksA7{color:#b88b59}.Tag-module_gray__mGAO_{color:#757575}.Tag-module_inherit__2QB5U{color:inherit}@media only screen and (min-device-width:64em){.Tag-module_is1to1__3EDbC,.Tag-module_is1to2__3xbC6,.Tag-module_isInSuperBlock__38JE0{letter-spacing:1px;font-size:12px;line-height:20px}}@media only screen and (min-device-width:64em){.Tag-module_is1to3__3j5K-,.Tag-module_is1to4__2vq4r{letter-spacing:.5px;font-size:10px;line-height:15px}}@media only screen and (min-device-width:32em){.Tag-module_game__3j5yG,.Tag-module_slide__2nMDw{width:100%;text-align:center}}.Tag-module_card__1EAeF,.Tag-module_episode__3o6gg,.Tag-module_game__3j5yG,.Tag-module_isInDynamicBlock__1YM9I,.Tag-module_live__rwXuR,.Tag-module_podcast__VPoll,.Tag-module_rich__2URd9,.Tag-module_slide__2nMDw{margin-bottom:6px;line-height:10px}@media only screen and (min-device-width:32em){.Tag-module_card__1EAeF,.Tag-module_episode__3o6gg,.Tag-module_game__3j5yG,.Tag-module_isInDynamicBlock__1YM9I,.Tag-module_live__rwXuR,.Tag-module_podcast__VPoll,.Tag-module_rich__2URd9,.Tag-module_slide__2nMDw{margin-bottom:10px}}@media only screen and (min-device-width:32em){.Tag-module_mobile__QQxuv{display:none}}.Tag-module_desktop__1Bjsy{display:none}@media only screen and (min-device-width:32em){.Tag-module_desktop__1Bjsy{display:block}}
|
|
8
|
+
.MediaCaption-module_root__KqTdw{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.MediaCaption-module_root__KqTdw a{text-decoration:underline;color:inherit;box-shadow:none}.MediaCaption-module_root__KqTdw a:hover{color:#b88b58}.MediaCaption-module_caption__1hr7Y{max-width:520px;padding-top:4px;color:#1a1a1a;font-size:14px;line-height:18px}@media only screen and (min-device-width:32em){.MediaCaption-module_caption__1hr7Y{font-size:16px;line-height:22px}}.MediaCaption-module_credit__3ehAP{max-width:520px;padding-top:1px;color:#666;font-size:12px;line-height:16px}@media only screen and (min-device-width:32em){.MediaCaption-module_credit__3ehAP{padding-top:3px}}.MediaCaption-module_credit__3ehAP:first-child{padding-top:3px}.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y{color:#fff}.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP{color:#929292}.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y{padding-top:10px}@media only screen and (min-device-width:32em){.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y{padding-top:12px}}.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child,.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child{padding-top:9px}@media only screen and (min-device-width:32em){.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child,.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child{padding-top:11px}}.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y,.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP{max-width:650px}
|
|
9
|
+
.Table-module_root__1VsG6{margin:15px 0}@media only screen and (min-device-width:32em){.Table-module_root__1VsG6{margin:25px auto 20px}}.Table-module_card__3gbok .Table-module_table__nZIkV,.Table-module_slide__nSGPC .Table-module_table__nZIkV{margin-right:-11px;margin-left:-11px}@media only screen and (min-device-width:64em){.Table-module_card__3gbok .Table-module_table__nZIkV,.Table-module_slide__nSGPC .Table-module_table__nZIkV{margin-right:0;margin-left:0}}.Table-module_card__3gbok .Table-module_wrapper__1YTKM:after,.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM:after{right:-11px}.Table-module_root__1VsG6:first-child{margin-top:0}.Table-module_root__1VsG6:last-child{margin-bottom:0}.Table-module_table__nZIkV{position:relative;overflow-y:hidden;margin:0 -20px;border-color:#e8e8e8;border-style:solid;border-width:1px 0;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}@media only screen and (min-device-width:32em){.Table-module_table__nZIkV{margin:0;border-width:1px;border-radius:3px}}.Table-module_tracks__2wrDB{display:table;width:100%}@media only screen and (min-device-width:32em){.Table-module_tracks__2wrDB{table-layout:fixed}}.Table-module_wrapper__1YTKM{position:relative}.Table-module_wrapper__1YTKM:after{position:absolute;z-index:100;top:0;right:-20px;bottom:-20px;display:block;width:30px;height:100%;content:"";background-image:-webkit-gradient(linear,left top, right top,from(hsla(0,0%,100%,0)),color-stop(71%, #fff));background-image:-o-linear-gradient(left,hsla(0,0%,100%,0),#fff 71%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 71%)}@media only screen and (min-device-width:32em){.Table-module_wrapper__1YTKM:after{content:none}}.Table-module_default__3CGeE{max-width:650px}.Table-module_full__S5pDB{max-width:980px}.Table-module_row__3TH83{z-index:1;display:table-row}.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW{border-bottom:0}@media only screen and (min-device-width:32em){.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child{border-radius:2px 0 0 0}}@media only screen and (min-device-width:32em){.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child{border-radius:0 2px 0 0}}@media only screen and (min-device-width:32em){.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child{border-radius:0 0 2px 0}}@media only screen and (min-device-width:32em){.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child{border-radius:0 0 0 2px}}.Table-module_cell__EFKDW{display:table-cell;overflow:hidden;min-height:32px;padding:6px;vertical-align:top;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;background-color:#fff;font-size:12px;line-height:16px}@media only screen and (min-device-width:32em){.Table-module_cell__EFKDW{padding:9px 12px 8px;font-size:14px;line-height:19px}}.Table-module_cell__EFKDW:last-child{padding-right:20px;border-right:0}@media only screen and (min-device-width:32em){.Table-module_cell__EFKDW:last-child{padding-right:12px}}.Table-module_cell__EFKDW a{text-decoration:none;color:inherit;box-shadow:inset 0 -1px #000}.Table-module_cell__EFKDW a:hover{color:#b88b58;box-shadow:inset 0 -1px #b88b58}.Table-module_cell__EFKDW p{margin:0}.Table-module_cell__EFKDW p+p{margin-top:8px}.Table-module_fixedColumn__E1hN5{position:-webkit-sticky;position:sticky;z-index:50;left:0}@media only screen and (min-device-width:32em){.Table-module_fixedColumn__E1hN5{position:static}}.Table-module_fixedColumn__E1hN5:after{position:absolute;top:0;right:-15px;bottom:0;width:15px;content:"";background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.04)),to(transparent));background-image:-o-linear-gradient(left,rgba(0,0,0,.04),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.04),transparent)}@media only screen and (min-device-width:32em){.Table-module_fixedColumn__E1hN5:after{content:none}}.Table-module_white__gzvo0{background-color:#fff}.Table-module_gray__3da6S{background-color:#f5f5f5}.Table-module_pink__3oH1l{background-color:#feeeee}.Table-module_blue__GM27F{background-color:#e6f3ff}.Table-module_yellow__2jhvA{background-color:#fffde6}.Table-module_orange__1c-oM{background-color:#fff9f2}.Table-module_green__13OIM{background-color:#e7f2ef}.Table-module_violet__2W-kO{background-color:#f4f0f8}.Table-module_header__1exlo{max-width:340px;padding:9px 6px;vertical-align:top;letter-spacing:.5px;text-transform:uppercase;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;font-size:10px;font-weight:600;line-height:16px}@media only screen and (min-device-width:32em){.Table-module_header__1exlo{max-width:none;padding:9px 12px;line-height:11px}}.Table-module_s__Vl_Eg{min-width:120px}@media only screen and (min-device-width:32em){.Table-module_s__Vl_Eg{width:18%;min-width:0}}.Table-module_m__29G9r{min-width:200px}@media only screen and (min-device-width:32em){.Table-module_m__29G9r{width:30%;min-width:0}}.Table-module_l__1ZSMc{min-width:336px}@media only screen and (min-device-width:32em){.Table-module_l__1ZSMc{width:50%;min-width:0}}.Table-module_xs__au2Oe{width:50px;min-width:50px}
|
|
10
|
+
.MaterialNote-module_root__1AcYe{margin-bottom:17px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:22px}.MaterialNote-module_root__1AcYe:empty{margin-bottom:0}.MaterialNote-module_root__1AcYe:empty:before{margin-bottom:9px}.MaterialNote-module_root__1AcYe:before{display:block;width:120px;height:1px;margin-bottom:15px;content:"";background:#000}.MaterialNote-module_root__1AcYe p{margin-top:8px;margin-bottom:0}.MaterialNote-module_root__1AcYe a{text-decoration:none;color:inherit;box-shadow:inset 0 -1px}.MaterialNote-module_root__1AcYe a:hover{color:#b88b59}.MaterialNote-module_dark__xCry-:before{background-color:#4f4f4f}.MaterialNote-module_note_credit__PuFyX{color:#666;font-size:12px;line-height:15px}.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX{margin-top:6px}.MaterialNote-module_note_credit__PuFyX:only-child{margin-top:0}.MaterialNote-module_note_caption__1ezSo b{font-weight:700}.MaterialNote-module_center__18RxI{max-width:650px;margin-right:auto;margin-left:auto}.MaterialNote-module_center__18RxI,.MaterialNote-module_default__1lQPl{margin-top:25px}@media only screen and (min-device-width:32em){.MaterialNote-module_center__18RxI,.MaterialNote-module_default__1lQPl{margin-top:35px}}.MaterialNote-module_card__OWXbQ:empty,.MaterialNote-module_game__cADMe:empty,.MaterialNote-module_slide__1ZBBq:empty{display:none}.MaterialNote-module_card__OWXbQ:before,.MaterialNote-module_game__cADMe:before,.MaterialNote-module_slide__1ZBBq:before{content:none}.MaterialNote-module_gameSurvey__3SiG-,.MaterialNote-module_gameSurvey__3SiG-:empty{display:block}.MaterialNote-module_gameSurvey__3SiG-:before{margin-right:auto;margin-left:auto;content:""}.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo,.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo{margin-top:0}.MaterialNote-module_game__cADMe{margin-bottom:0;text-align:center}@media only screen and (min-device-width:32em){.MaterialNote-module_game__cADMe{margin-top:25px}}@media only screen and (max-device-width:32.1875em){.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX{color:#fff}}.MaterialNote-module_card__OWXbQ,.MaterialNote-module_slide__1ZBBq{margin-bottom:9px;padding-top:8px}@media only screen and (min-device-width:32em){.MaterialNote-module_card__OWXbQ,.MaterialNote-module_slide__1ZBBq{margin-bottom:16px}}
|
|
11
|
+
.BookmarkButton-module_root__3KmuY{color:#e0e0e0}.BookmarkButton-module_control__1A0ea{margin:0;padding:5px 3px;cursor:pointer;color:inherit;border-width:0;outline:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;fill:transparent}.BookmarkButton-module_dark__1cwyi{color:#fff}.BookmarkButton-module_light__1uQyH{color:#000}.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea{fill:#e0e0e0}.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea{fill:#fff}.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea{fill:#000}@media only screen and (min-device-width:64em){.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg{width:12px}}[data-context=prodano] .BookmarkButton-module_root__3KmuY{display:none}
|
|
12
|
+
.Toolbar-module_root__2HF2r{overflow:hidden;transform:translateZ(0);font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.Toolbar-module_list__1n5ny{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap;margin:0 0 0 -10px;padding:0;list-style:none}@media only screen and (min-device-width:64em){.Toolbar-module_list__1n5ny{margin:0 0 0 -15px}}.Toolbar-module_item__36x7d{position:relative;min-width:42px;height:32px;padding-right:10px;padding-left:10px;cursor:pointer;transition:color .25s ease;text-align:center;color:grey;line-height:1}@media only screen and (min-device-width:64em){.Toolbar-module_item__36x7d{padding-right:15px;padding-left:15px}}.Toolbar-module_item__36x7d:last-child{margin-right:0}.Toolbar-module_item__36x7d:before{position:absolute;top:7px;left:0;height:18px;content:"";vertical-align:middle;border-left:1px solid rgba(0,0,0,.15)}.Toolbar-module_item__36x7d:empty{display:none}.Toolbar-module_isInTopbar__223iP,.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d{height:100%}.Toolbar-module_center__3_H8M{width:100%;max-width:650px;margin-right:auto;margin-left:auto}.Toolbar-module_game__5-jY_{margin-top:11px}@media only screen and (min-device-width:32em){.Toolbar-module_game__5-jY_{margin-top:18px}}.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny{justify-content:center}@media only screen and (min-device-width:32em){.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child{width:260px}@media only screen and (min-device-width:32em){.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child{width:auto}}.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child:before{content:none}@media only screen and (min-device-width:32em){.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child:before{content:""}}.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child:before,.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child:before{content:none}@media only screen and (min-device-width:64em){.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny{margin-left:0}}.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d:before{border-left-color:hsla(0,0%,100%,.2)}[data-context=prodano] .Toolbar-module_root__2HF2r{display:none}
|
|
13
|
+
.MaterialTitle-module_root__18ku-{display:block;margin:0;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:25px;font-weight:400;line-height:27px;font-size:37px;line-height:38px}.MaterialTitle-module_primary__2Sfmx{font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-weight:400}.MaterialTitle-module_secondary__3uDp4{font-size:24px;font-weight:700}@media only screen and (min-device-width:48em){.MaterialTitle-module_secondary__3uDp4{font-size:36px}}
|
|
14
|
+
.Dropdown-module_root__11PNk{position:relative;z-index:100;display:inline-block;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD{visibility:visible;opacity:1}.Dropdown-module_root__11PNk ul{overflow:hidden;width:162px;margin:0;padding:3px 0;border-radius:5px;background:#fff;box-shadow:0 0 0 1px silver,0 5px 20px 0 rgba(0,0,0,.2);font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:14px;line-height:26px}.Dropdown-module_root__11PNk a{display:block;padding:2px 15px;text-decoration:none;color:#000;box-shadow:none}.Dropdown-module_root__11PNk a:hover{color:#000;background-color:#f7f7f7}.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD{right:0;left:auto}@media only screen and (min-device-width:64em){.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD{right:auto;left:0}}.Dropdown-module_menu__3PIqD{position:absolute;top:100%;left:0;visibility:hidden;padding-top:6px;opacity:0}.Dropdown-module_menu__3PIqD:after{position:absolute;z-index:-1;top:-10px;right:-10px;bottom:-10px;left:-10px;content:""}
|
|
15
|
+
.Popover-module_root__1v6f_{position:fixed;z-index:1000;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-end;flex-direction:row;width:100%;height:100%;min-height:120px;padding:10px 10px 0;-webkit-animation:Popover-module_fadeOut__3EZhx .25s ease .1s both;animation:Popover-module_fadeOut__3EZhx .25s ease .1s both;opacity:1}.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ{-webkit-animation:Popover-module_fadeIn__AkrSN .25s ease both;animation:Popover-module_fadeIn__AkrSN .25s ease both}.Popover-module_overlay__2SBL0{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7);contain:""}.Popover-module_container__FnZT-{position:relative;flex:1 1;max-width:420px;min-height:80px;margin:0 auto;padding:15px 20px 40px;-webkit-animation:Popover-module_disappear__3Q9LI .35s ease both;animation:Popover-module_disappear__3Q9LI .35s ease both}.Popover-module_dismiss__3RnLj{position:absolute;top:-23px;left:50%;width:50px;height:36px;padding:0;transform:translateX(-50%);opacity:.4;border-width:0;border-radius:0;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 002.218 0l6.946-4.63a1 1 0 10-1.11-1.664L8.5 4.798 1.555.168a1 1 0 10-1.11 1.664z' fill='%23F7F7F7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.Popover-module_background__1KKaP{z-index:-1;top:0;left:0;overflow:hidden;border-radius:8px 8px 0 0}.Popover-module_background__1KKaP,.Popover-module_background__1KKaP rect{position:absolute;width:100%;height:100%}.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT-{-webkit-animation:Popover-module_appear__37vPd .35s ease both;animation:Popover-module_appear__37vPd .35s ease both}@-webkit-keyframes Popover-module_appear__37vPd{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Popover-module_appear__37vPd{0%{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes Popover-module_disappear__3Q9LI{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes Popover-module_disappear__3Q9LI{0%{transform:translateY(0)}to{transform:translateY(100%)}}@-webkit-keyframes Popover-module_fadeIn__AkrSN{0%{opacity:0}to{opacity:1}}@keyframes Popover-module_fadeIn__AkrSN{0%{opacity:0}to{opacity:1}}@-webkit-keyframes Popover-module_fadeOut__3EZhx{0%{opacity:1}to{opacity:0}}@keyframes Popover-module_fadeOut__3EZhx{0%{opacity:1}to{opacity:0}}
|
|
16
|
+
.Meta-module_root__12AG7{transform:translateZ(0);font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:12px;line-height:14px;fill:inherit}.Meta-module_card__LE1RK,.Meta-module_episode__1K2Xv,.Meta-module_game__3aNlZ,.Meta-module_isInMaterial__zaYMy,.Meta-module_podcast__1m4zo,.Meta-module_rich__1XBtZ,.Meta-module_simple__3vUiI,.Meta-module_slide__3g6fG{width:100%;color:#757575}.Meta-module_podcast__1m4zo{fill:currentColor}.Meta-module_isInSearchItem__1wbpx{color:hsla(0,0%,100%,.7)}@media only screen and (min-device-width:64em){.Meta-module_center__3BBPr.Meta-module_half__1xRkT{text-align:left}}@media only screen and (min-device-width:32em){.Meta-module_card__LE1RK,.Meta-module_center__3BBPr,.Meta-module_episode__1K2Xv,.Meta-module_game__3aNlZ,.Meta-module_slide__3g6fG{text-align:center}}.Meta-module_light__2baE-{color:hsla(0,0%,100%,.6);fill:currentColor}.Meta-module_dark__24y9m{color:#757575}.Meta-module_card__LE1RK,.Meta-module_episode__1K2Xv,.Meta-module_podcast__1m4zo,.Meta-module_slide__3g6fG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;flex-flow:row wrap}@media only screen and (min-device-width:48em){.Meta-module_card__LE1RK,.Meta-module_episode__1K2Xv,.Meta-module_podcast__1m4zo,.Meta-module_slide__3g6fG{display:block}}@media only screen and (max-device-width:32.1875em){.Meta-module_hasSource__2lXiN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap}}.Meta-module_bookmark__3ot3k{position:absolute;z-index:10;right:-12px;bottom:-4px}@media only screen and (min-device-width:32em){.Meta-module_bookmark__3ot3k,.Meta-module_mobile__22LGV{display:none}}.Meta-module_desktop__1ZGUS{display:none}@media only screen and (min-device-width:32em){.Meta-module_desktop__1ZGUS{display:block}}
|
|
17
|
+
.Timestamp-module_root__coOvT{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-weight:400}
|
|
18
|
+
.QuoteBlock-module_root__2GrcC{position:relative;margin-bottom:14px;padding-left:18px;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:18px;line-height:24px}@media only screen and (min-device-width:32em){.QuoteBlock-module_root__2GrcC{margin:0 0 20px;padding-left:36px;font-size:20px;line-height:28px}}.QuoteBlock-module_root__2GrcC+.QuoteBlock-module_root__2GrcC{margin-top:-14px;padding-top:14px}@media only screen and (min-device-width:32em){.QuoteBlock-module_root__2GrcC+.QuoteBlock-module_root__2GrcC{margin-top:-20px;padding-top:20px}}.QuoteBlock-module_root__2GrcC+.QuoteBlock-module_root__2GrcC:before{top:-10px}.QuoteBlock-module_root__2GrcC:before{position:absolute;top:5px;bottom:7px;left:0;width:4px;content:"";border-radius:2px;background-color:#ebebeb}@media only screen and (min-device-width:32em){.QuoteBlock-module_root__2GrcC:before{top:4px;bottom:6px}}.QuoteBlock-module_root__2GrcC:last-child{margin-bottom:0}.QuoteBlock-module_root__2GrcC p{margin:0}.QuoteBlock-module_root__2GrcC a{text-decoration:none;color:inherit;box-shadow:inset 0 -1px #b88b59}.QuoteBlock-module_root__2GrcC a:hover{color:#b88b59}.QuoteBlock-module_center__cTFNy{width:100%;max-width:650px;margin-right:auto;margin-left:auto}
|
|
19
|
+
.CardTitle-module_root__1uqqF{margin-bottom:11px}@media only screen and (min-device-width:64em){.CardTitle-module_root__1uqqF{margin-bottom:10px;text-align:center}}.CardTitle-module_index__4FsTf{margin-bottom:7px;color:#b88b59}.CardTitle-module_index__4FsTf,.CardTitle-module_title__2iTI6{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:20px;font-weight:700;line-height:24px}.CardTitle-module_title__2iTI6{color:#1d1d1d}@media only screen and (min-device-width:64em){.CardTitle-module_title__2iTI6{font-size:28px;line-height:34px}}@media only screen and (min-device-width:32em){.CardTitle-module_mobile__1_kij{display:none}}.CardTitle-module_desktop__1l3_n{display:none}@media only screen and (min-device-width:32em){.CardTitle-module_desktop__1l3_n{display:block}}
|
|
20
|
+
.ChapterBlock-module_root__1WyVn{position:relative;margin:38px auto 7px}@media only screen and (min-device-width:32em){.ChapterBlock-module_root__1WyVn{max-width:650px;margin-top:70px}}.ChapterBlock-module_root__1WyVn:first-child{margin-top:0}.ChapterBlock-module_root__1WyVn:last-child{margin-bottom:0}.ChapterBlock-module_subtitle__3TXll{display:inline-block;vertical-align:top;letter-spacing:1px;text-transform:uppercase;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:12px;font-weight:600;line-height:12px}@media only screen and (min-device-width:32em){.ChapterBlock-module_subtitle__3TXll{font-size:13px;line-height:16px}}.ChapterBlock-module_subtitle__3TXll:after{display:block;width:120px;padding:0 0 7px;content:"";border-bottom:1px solid #ccc}@media only screen and (min-device-width:32em){.ChapterBlock-module_subtitle__3TXll:after{padding:0 0 6px}}@media only screen and (min-device-width:32em){.ChapterBlock-module_mobile__CiO0w{display:none}}.ChapterBlock-module_desktop__tk1Nk{display:none}@media only screen and (min-device-width:32em){.ChapterBlock-module_desktop__tk1Nk{display:block}}
|
|
21
|
+
.Cover-module_root__18Z8J{display:block}
|
|
22
|
+
.HalfBlock-module_root__2frv2{position:relative;text-align:left}.HalfBlock-module_main__2XX73{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap}@media only screen and (min-device-width:64em){.HalfBlock-module_main__2XX73{align-items:center;flex-flow:row nowrap}}.HalfBlock-module_body__3MnEN{order:-1;max-width:860px;margin:0 auto}@media only screen and (min-device-width:48em){.HalfBlock-module_body__3MnEN{text-align:center}}@media only screen and (min-device-width:64em){.HalfBlock-module_body__3MnEN{align-items:flex-start;justify-content:center;order:0;width:50%;max-width:none;height:100%;margin-left:25px;text-align:left}}.HalfBlock-module_footer__1C0yp{width:100%;max-width:650px;margin:0 auto;padding-top:3px}@media only screen and (min-device-width:64em){.HalfBlock-module_footer__1C0yp{max-width:1000px;margin:auto;padding-top:0;border-top:1px solid #e6e6e6}}.HalfBlock-module_image__2lYel{flex-grow:1;margin:18px -20px 0}@media only screen and (min-device-width:32em){.HalfBlock-module_image__2lYel{margin:31px 0 -5px}}@media only screen and (min-device-width:64em){.HalfBlock-module_image__2lYel{width:50%;margin:0}}@media only screen and (min-device-width:32em){.HalfBlock-module_mobile__2latf{display:none}}.HalfBlock-module_desktop__3B1Ej{display:none}@media only screen and (min-device-width:32em){.HalfBlock-module_desktop__3B1Ej{display:block}}
|
|
23
|
+
.GroupedBlock-module_root__2qfQA{max-width:644px;margin:15px auto 0}@media only screen and (min-device-width:48em){.GroupedBlock-module_root__2qfQA{max-width:none;margin-top:25px;margin-bottom:20px}}.GroupedBlock-module_hasFigcaption__2_mcf{margin-bottom:15px}@media only screen and (min-device-width:48em){.GroupedBlock-module_hasFigcaption__2_mcf+.GroupedBlock-module_root__2qfQA{margin-top:25px}}.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child{margin-bottom:0}.GroupedBlock-module_items__2DV2X{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;flex-wrap:nowrap}@media only screen and (min-device-width:48em){.GroupedBlock-module_items__2DV2X{flex-direction:row}}.GroupedBlock-module_item__3sz9_{flex-grow:1;width:100%;min-width:100%;max-width:100%;margin-bottom:20px}@media only screen and (min-device-width:48em){.GroupedBlock-module_item__3sz9_{min-width:0;max-width:none;margin-bottom:0}}@media only screen and (min-device-width:48em){.GroupedBlock-module_item__3sz9_+.GroupedBlock-module_item__3sz9_{margin-left:15px}}.GroupedBlock-module_figcaption__2Q_wf{max-width:650px;margin-right:auto;margin-left:auto}@media only screen and (min-device-width:48em){.GroupedBlock-module_default__3ylw_{max-width:650px}}.GroupedBlock-module_full__1dzQR{max-width:980px}.GroupedBlock-module_super_full__1PU72{max-width:1680px}@media only screen and (min-device-width:32em){.GroupedBlock-module_mobile__3n8Ub{display:none}}.GroupedBlock-module_desktop__6ZRpA{display:none}@media only screen and (min-device-width:32em){.GroupedBlock-module_desktop__6ZRpA{display:block}}
|
|
24
|
+
.ListBlock-module_root__3Q3Ga{margin:15px 0;padding:0;list-style:none;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:18px;line-height:24px}@media only screen and (min-device-width:32em){.ListBlock-module_root__3Q3Ga{font-size:20px;line-height:28px}}@media only screen and (min-device-width:48em){.ListBlock-module_root__3Q3Ga{margin:20px 0}}.ListBlock-module_root__3Q3Ga:first-child{margin-top:0}.ListBlock-module_root__3Q3Ga:last-child{margin-bottom:0}.ListBlock-module_root__3Q3Ga a{color:inherit;box-shadow:inset 0 -1px #b88b59}.ListBlock-module_root__3Q3Ga a:hover{color:#b88b59}.ListBlock-module_root__3Q3Ga li{position:relative;margin-bottom:6px}.ListBlock-module_root__3Q3Ga mark{position:relative;white-space:pre-wrap;background-color:#fff3bc;font-weight:inherit;font-style:inherit}@media only screen and (min-device-width:32em){.ListBlock-module_root__3Q3Ga mark{padding-bottom:1px}}.ListBlock-module_root__3Q3Ga a mark{color:inherit;box-shadow:inset 0 -1px #b88b59}.ListBlock-module_ol__21CgV{counter-reset:list 0}.ListBlock-module_ol__21CgV li{padding:0 0 0 33px}.ListBlock-module_ol__21CgV li:before{position:absolute;left:0;width:23px;content:counter(list) ". ";counter-increment:list;text-align:right;white-space:nowrap}.ListBlock-module_ul__2MRrS li{padding:0 0 0 23px}@media only screen and (min-device-width:48em){.ListBlock-module_ul__2MRrS li{padding:0 0 0 38px}}.ListBlock-module_ul__2MRrS li:last-child{margin-bottom:0}.ListBlock-module_ul__2MRrS li:before{position:absolute;top:0;left:5px;width:8px;content:"\2022";text-align:center;color:#b88b59;font-size:18px;line-height:inherit}@media only screen and (min-device-width:48em){.ListBlock-module_ul__2MRrS li:before{left:0;width:36px;text-align:center;font-size:20px}}.ListBlock-module_center__tdIwd{max-width:650px;margin-right:auto;margin-left:auto}.ListBlock-module_isInImportantLead__UP0ic{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:20px}@media only screen and (min-device-width:48em){.ListBlock-module_isInImportantLead__UP0ic{font-size:17px;line-height:24px}}.ListBlock-module_dark__3E3tV a{color:inherit}.ListBlock-module_dark__3E3tV a:hover{color:#b88b59}@media only screen and (min-device-width:32em){.ListBlock-module_mobile__2-nuV{display:none}}.ListBlock-module_desktop__1EE0g{display:none}@media only screen and (min-device-width:32em){.ListBlock-module_desktop__1EE0g{display:block}}
|
|
25
|
+
.ImportantLead-module_root__2BdT3{margin:18px 0;padding:12px 12px 13px;border:1px solid rgba(0,0,0,.08);border-radius:4px;border-radius:8px;background:#fff8c4;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:20px}@media only screen and (min-device-width:32em){.ImportantLead-module_root__2BdT3{margin:25px 0;padding:12px 15px 13px;font-size:17px;line-height:24px}}.ImportantLead-module_root__2BdT3:last-child{margin-bottom:0}.ImportantLead-module_root__2BdT3:first-child{margin-top:0}.ImportantLead-module_root__2BdT3 a{color:#000;box-shadow:inset 0 -1px #000}.ImportantLead-module_root__2BdT3 a:hover{color:#b88b59;box-shadow:inset 0 -1px #b88b59}.ImportantLead-module_slide__3kQ9x{max-width:650px;margin-right:auto;margin-left:auto}@media only screen and (min-device-width:32em){.ImportantLead-module_mobile__3BXbm{display:none}}.ImportantLead-module_desktop__3Zljc{display:none}@media only screen and (min-device-width:32em){.ImportantLead-module_desktop__3Zljc{display:block}}
|
|
26
|
+
.RelatedBlock-module_root__IKcQq{margin:16px 0;border-radius:8px;background-color:#f5f5f5;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),inset 0 4px 0 0 #b78b5c}@media only screen and (min-device-width:48em){.RelatedBlock-module_root__IKcQq{margin:25px 0}}.RelatedBlock-module_root__IKcQq:last-child{margin-bottom:0}.RelatedBlock-module_root__IKcQq:first-child{margin-top:0}.RelatedBlock-module_root__IKcQq a{display:block;padding:12px 12px 13px;transition:color .15s;text-decoration:none;color:#000;box-shadow:none;font-size:17px;line-height:20px}@media only screen and (min-device-width:48em){.RelatedBlock-module_root__IKcQq a{padding:15px 20px 17px;font-size:19px;line-height:23px}}.RelatedBlock-module_root__IKcQq a:hover{color:#5c5c5c}.RelatedBlock-module_header__2SuWP{margin:0;padding:14px 12px 3px;letter-spacing:1px;text-transform:uppercase;color:#7f7f7f;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:12px;font-weight:600;line-height:17px}@media only screen and (min-device-width:48em){.RelatedBlock-module_header__2SuWP{padding:20px 20px 14px;font-size:14px;line-height:16px}}.RelatedBlock-module_items__2V-Ap{margin:0;padding-left:0;list-style:none}.RelatedBlock-module_items__2V-Ap li{padding:0}.RelatedBlock-module_items__2V-Ap li+li{border-top:1px solid #e6e6e6}.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;font-weight:700;line-height:18px}@media only screen and (min-device-width:48em){.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW{font-size:18px}}.RelatedBlock-module_center__1LmW8{max-width:650px;margin-right:auto;margin-left:auto}.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child{margin-top:0}.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child{margin-bottom:0}@media only screen and (min-device-width:32em){.RelatedBlock-module_mobile__2XM5a{display:none}}.RelatedBlock-module_desktop__2mXeq{display:none}@media only screen and (min-device-width:32em){.RelatedBlock-module_desktop__2mXeq{display:block}}
|
|
27
|
+
span[data-body]{position:relative;padding:0 4px;cursor:pointer;white-space:pre-wrap;border-radius:4px;background:#f8f8f8; box-shadow:inset 1px 0 #b3b3b3,inset 0 1px #b3b3b3,inset -1px 0 #b3b3b3,inset 0 -1px #b3b3b3}@media only screen and (min-device-width:48em){span[data-body]{padding-bottom:1px}}span[data-body]:hover{background:#f3f3f3; box-shadow:inset 1px 0 #999,inset 0 1px #999,inset -1px 0 #999,inset 0 -1px #999}.dark span[data-body]{background-color:#5b5b5b; box-shadow:inset 1px 0 #8b8b8b,inset 0 1px #8b8b8b,inset -1px 0 #8b8b8b,inset 0 -1px #8b8b8b}.dark span[data-body]:hover{background-color:#5b5b5b; box-shadow:inset 1px 0 #747474,inset 0 1px #747474,inset -1px 0 #747474,inset 0 -1px #747474}.SimpleBlock-module_p__Q3azD{margin:0 0 14px;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:18px;line-height:24px}@media only screen and (min-device-width:32em){.SimpleBlock-module_p__Q3azD{margin:0 0 20px;font-size:20px;line-height:28px}}.SimpleBlock-module_context_p__33saY a,.SimpleBlock-module_h2__S0LRs a,.SimpleBlock-module_h3__2Kv7Y a,.SimpleBlock-module_h4__2TJO3 a,.SimpleBlock-module_lead__35nXx a,.SimpleBlock-module_lead_hr__1yD5v a,.SimpleBlock-module_p__Q3azD a{text-decoration:none;color:inherit;box-shadow:inset 0 -1px #b88b59}.SimpleBlock-module_context_p__33saY a:hover,.SimpleBlock-module_h2__S0LRs a:hover,.SimpleBlock-module_h3__2Kv7Y a:hover,.SimpleBlock-module_h4__2TJO3 a:hover,.SimpleBlock-module_lead__35nXx a:hover,.SimpleBlock-module_lead_hr__1yD5v a:hover,.SimpleBlock-module_p__Q3azD a:hover{color:#b88b59}.SimpleBlock-module_blockquote__pwpcX:first-child,.SimpleBlock-module_h3__2Kv7Y:first-child,.SimpleBlock-module_h4__2TJO3:first-child,.SimpleBlock-module_lead__35nXx:first-child,.SimpleBlock-module_p__Q3azD:first-child{margin-top:0}.SimpleBlock-module_blockquote__pwpcX:last-child,.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,.SimpleBlock-module_h2__S0LRs:last-child,.SimpleBlock-module_lead__35nXx:last-child,.SimpleBlock-module_p__Q3azD:last-child,.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child{margin-bottom:0}.SimpleBlock-module_h2__S0LRs{max-width:520px;margin:0 0 15px;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:25px;font-weight:700;line-height:28px}@media only screen and (min-device-width:32em){.SimpleBlock-module_h2__S0LRs{margin:0 0 45px;font-size:37px;line-height:39px}}.SimpleBlock-module_h2__S0LRs+figure{margin-top:15px}@media only screen and (min-device-width:32em){.SimpleBlock-module_h2__S0LRs+figure{margin-top:-20px}}.SimpleBlock-module_h3__2Kv7Y{margin-top:29px;margin-bottom:10px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:20px;font-weight:700;line-height:24px}@media only screen and (min-device-width:32em){.SimpleBlock-module_h3__2Kv7Y{margin-top:45px;margin-bottom:15px;font-size:28px;line-height:34px}}.SimpleBlock-module_h4__2TJO3{margin-top:26px;margin-bottom:11px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:17px;font-weight:700;line-height:21px}@media only screen and (min-device-width:32em){.SimpleBlock-module_h4__2TJO3{margin-top:45px;margin-bottom:15px;font-size:21px;line-height:28px}}.SimpleBlock-module_h2__S0LRs+.SimpleBlock-module_h2__S0LRs,.SimpleBlock-module_h3__2Kv7Y+.SimpleBlock-module_h3__2Kv7Y{margin-top:0}.SimpleBlock-module_h3__2Kv7Y+.SimpleBlock-module_h4__2TJO3{margin-top:15px}@media only screen and (min-device-width:32em){.SimpleBlock-module_h3__2Kv7Y+.SimpleBlock-module_h4__2TJO3{margin-top:15px}}.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx+ol,.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx+ul,.SimpleBlock-module_p__Q3azD+ol,.SimpleBlock-module_p__Q3azD+ul{margin-top:-9px}.SimpleBlock-module_blockquote__pwpcX{margin:16px 0;padding:12px 12px 13px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff8c4;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:22px}@media only screen and (min-device-width:32em){.SimpleBlock-module_blockquote__pwpcX{margin:25px 0;padding:12px 15px 13px;font-size:18px;line-height:26px}}.SimpleBlock-module_blockquote__pwpcX a{text-decoration:none;color:#000;box-shadow:inset 0 -1px #000}.SimpleBlock-module_blockquote__pwpcX a:hover{color:#b88b59;box-shadow:inset 0 -1px #b88b59}.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov{color:#000}.SimpleBlock-module_lead__35nXx{position:relative;margin-top:30px;margin-bottom:0;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:22px}@media only screen and (min-device-width:32em){.SimpleBlock-module_lead__35nXx{margin-top:25px;font-size:20px;line-height:28px}}.SimpleBlock-module_lead__35nXx [data-body]{padding-top:1px}.SimpleBlock-module_lead_hr__1yD5v{display:block;width:100%;max-width:650px;margin:30px auto;border-bottom:1px solid #e5e5e5}@media only screen and (min-device-width:32em){.SimpleBlock-module_lead_hr__1yD5v{margin:45px auto}}mark{position:relative;white-space:pre-wrap;background-color:#fff3bc;font-weight:inherit;font-style:inherit}@media only screen and (min-device-width:32em){mark{padding-bottom:1px}}a mark{z-index:1;padding-bottom:0;color:inherit;box-shadow:inset 0 -1px #b88b59,0 1px #fff3bc}.SimpleBlock-module_context_p__33saY{position:relative;margin:0 0 15px;padding:0 0 0 23px;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:18px;line-height:22px}@media only screen and (min-device-width:48em){.SimpleBlock-module_context_p__33saY{padding:0 0 0 38px;font-size:20px;line-height:27px}}.SimpleBlock-module_context_p__33saY:before{position:absolute;top:0;left:5px;width:8px;content:"\2022";text-align:center;color:#b88b59;font-size:18px;line-height:inherit}@media only screen and (min-device-width:48em){.SimpleBlock-module_context_p__33saY:before{left:0;width:36px;text-align:center;font-size:20px}}.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx:after{content:none}.SimpleBlock-module_center__2rjif{max-width:650px;margin-right:auto;margin-left:auto}@media only screen and (min-device-width:48em){.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx{font-size:20px;line-height:28px}}.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx{margin-bottom:18px}@media only screen and (min-device-width:48em){.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx{margin-top:27px;margin-bottom:20px;font-size:20px;line-height:28px}}.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx{margin-bottom:15px}@media only screen and (min-device-width:48em){.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx{margin-top:20px;font-size:20px;line-height:28px}}.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx+.SimpleBlock-module_lead__35nXx,.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx+.SimpleBlock-module_lead__35nXx{margin-top:0}.SimpleBlock-module_isInImportantLead__3VGzT{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:22px}@media only screen and (min-device-width:48em){.SimpleBlock-module_isInImportantLead__3VGzT{font-size:18px;line-height:26px}}.SimpleBlock-module_slide__Aqgfu{max-width:650px;margin-right:auto;margin-left:auto}.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD{margin-top:6px;margin-bottom:6px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:22px}@media only screen and (min-device-width:48em){.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD{margin-top:12px;margin-bottom:12px;font-size:18px;line-height:26px}}.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX{margin-top:12px;margin-bottom:12px}@media only screen and (min-device-width:48em){.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX{margin-top:10px;margin-bottom:10px}}.SimpleBlock-module_isInAnswer__3aX6X:first-child{margin-top:6px}.SimpleBlock-module_isInAnswer__3aX6X:last-child{margin-bottom:0}@media only screen and (min-device-width:32em){.SimpleBlock-module_mobile__Ckgek{display:none}}.SimpleBlock-module_desktop__2se2o{display:none}@media only screen and (min-device-width:32em){.SimpleBlock-module_desktop__2se2o{display:block}}
|
|
28
|
+
.RichTitle-module_root__BK_WT{margin:0 0 18px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:19px;font-weight:700;line-height:23px}@media only screen and (min-device-width:48em){.RichTitle-module_root__BK_WT{margin-bottom:15px;font-size:37px;line-height:42px}}.RichTitle-module_root__BK_WT:last-child{margin-bottom:0}.RichTitle-module_root__BK_WT span{font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:20px;font-weight:400}@media only screen and (min-device-width:48em){.RichTitle-module_root__BK_WT span{font-size:38px}}@media only screen and (min-device-width:32em){.RichTitle-module_game__1g8Bn,.RichTitle-module_slide__1A-gB{text-align:center}}@media only screen and (min-device-width:64em){.RichTitle-module_half__10GRI{font-size:33px;line-height:36px}}@media only screen and (min-device-width:64em){.RichTitle-module_half__10GRI span{font-size:34px}}.RichTitle-module_game__1g8Bn:first-child{padding-top:9px}.RichTitle-module_featured__wJfaQ{letter-spacing:.3px;font-size:28px;line-height:30px}.RichTitle-module_featured__wJfaQ span{display:block;padding-top:2px;font-size:18px;line-height:24px}@media only screen and (min-device-width:32em){.RichTitle-module_mobile__1Cb6E{display:none}}.RichTitle-module_desktop__2ixSQ{display:none}@media only screen and (min-device-width:32em){.RichTitle-module_desktop__2ixSQ{display:block}}
|
|
29
|
+
.SimpleTitle-module_root__2jVQN{margin:0 0 18px;font-family:PF Regal,PF Regal Text Pro,Georgia,serif;font-size:20px;font-weight:400;line-height:23px}@media only screen and (min-device-width:48em){.SimpleTitle-module_root__2jVQN{margin-bottom:15px;font-size:36px;line-height:40px}}@media only screen and (min-device-width:32em){.SimpleTitle-module_mobile__11gBz{display:none}}.SimpleTitle-module_desktop__3yXgy{display:none}@media only screen and (min-device-width:32em){.SimpleTitle-module_desktop__3yXgy{display:block}}
|
|
30
|
+
.SourceBlock-module_root__1P3XD{display:block;margin:18px 0 15px;padding:12px 11px 13px;color:#000;border-left:4px solid #b88b59;border-radius:2px 8px 8px 2px;background-color:#f5f5f5;font-size:16px;line-height:20px}@media only screen and (min-device-width:48em){.SourceBlock-module_root__1P3XD{margin-top:25px;margin-bottom:25px;padding:18px 16px 12px}}.SourceBlock-module_root__1P3XD:hover,.SourceBlock-module_root__1P3XD:visited{background-color:#ededed}.SourceBlock-module_root__1P3XD blockquote{margin:0}.SourceBlock-module_root__1P3XD a{text-decoration:none;color:inherit}.SourceBlock-module_text__Si4vm{font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.SourceBlock-module_text__Si4vm p{margin:0;font-size:16px;line-height:22px}@media only screen and (min-device-width:48em){.SourceBlock-module_text__Si4vm p{font-size:18px;line-height:26px}}.SourceBlock-module_root__1P3XD p+p{margin-top:12px}.SourceBlock-module_root__1P3XD footer{margin-top:12px;padding-top:10px;border-top:1px solid #d6d6d6}@media only screen and (min-device-width:48em){.SourceBlock-module_root__1P3XD footer{margin-top:18px;padding-top:12px}}.SourceBlock-module_origin__l3JbO{letter-spacing:1px;text-transform:uppercase;pointer-events:none;color:#292929;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:16px;font-weight:700;font-style:normal;line-height:22px}@media only screen and (min-device-width:48em){.SourceBlock-module_origin__l3JbO{font-size:18px;line-height:26px}}.SourceBlock-module_center__3P93B{max-width:650px;margin-right:auto;margin-left:auto}@media only screen and (min-device-width:32em){.SourceBlock-module_mobile__2gw4S{display:none}}.SourceBlock-module_desktop__DecT6{display:none}@media only screen and (min-device-width:32em){.SourceBlock-module_desktop__DecT6{display:block}}
|
|
31
|
+
.MetaItemLive-module_root__2mpD3{position:relative;display:inline-block;width:18px;height:18px;vertical-align:middle}.MetaItemLive-module_gold__3yZEV{color:#b88b59}.MetaItemLive-module_frame__1H_Ha,.MetaItemLive-module_root__2mpD3:after,.MetaItemLive-module_root__2mpD3:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.MetaItemLive-module_root__2mpD3{margin-top:-4px;margin-right:1px;transform:translateY(1px)}.MetaItemLive-module_frame__1H_Ha,.MetaItemLive-module_root__2mpD3:after,.MetaItemLive-module_root__2mpD3:before{border-radius:50%;transform:scale(0);-webkit-animation-duration:1.05s;animation-duration:1.05s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.MetaItemLive-module_frame__1H_Ha{background:currentColor;-webkit-animation-name:MetaItemLive-module_liveMiddle__wyuV3;animation-name:MetaItemLive-module_liveMiddle__wyuV3}.MetaItemLive-module_root__2mpD3:after,.MetaItemLive-module_root__2mpD3:before{border:1px solid;content:""}.MetaItemLive-module_root__2mpD3:before{-webkit-animation-name:MetaItemLive-module_liveFirstWave__3dbvz;animation-name:MetaItemLive-module_liveFirstWave__3dbvz}.MetaItemLive-module_root__2mpD3:after{-webkit-animation-name:MetaItemLive-module_liveSecondWave__12g57;animation-name:MetaItemLive-module_liveSecondWave__12g57}@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3{14%{transform:scale(0)}30%{transform:scale(.22)}63%{transform:scale(.22)}70%{transform:scale(0)}to{transform:scale(0)}}@keyframes MetaItemLive-module_liveMiddle__wyuV3{14%{transform:scale(0)}30%{transform:scale(.22)}63%{transform:scale(.22)}70%{transform:scale(0)}to{transform:scale(0)}}@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz{21%{transform:scale(.1)}53%{transform:scale(.33)}to{transform:scale(.66);opacity:0}}@keyframes MetaItemLive-module_liveFirstWave__3dbvz{21%{transform:scale(.1)}53%{transform:scale(.33)}to{transform:scale(.66);opacity:0}}@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57{21%{transform:scale(.22)}53%{transform:scale(.55)}to{transform:scale(.88);opacity:0}}@keyframes MetaItemLive-module_liveSecondWave__12g57{21%{transform:scale(.22)}53%{transform:scale(.55)}to{transform:scale(.88);opacity:0}}
|
|
32
|
+
.Spoiler-module_root__1OfSR{width:100%;margin:15px 0;padding:21px 0 22px;border-top:3px solid rgba(0,0,0,.1);border-bottom:3px solid rgba(0,0,0,.1)}@media only screen and (min-device-width:32em){.Spoiler-module_root__1OfSR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;margin:25px auto 20px;padding:20px 0}}.Spoiler-module_root__1OfSR:last-child{margin-bottom:0}.Spoiler-module_root__1OfSR:first-child{margin-top:0}.Spoiler-module_header__1rZUs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;justify-content:center}.Spoiler-module_header__1rZUs h3{margin-top:0;margin-bottom:18px;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:21px;font-weight:700;line-height:26px}@media only screen and (min-device-width:32em){.Spoiler-module_header__1rZUs h3{margin-bottom:20px;font-size:28px;line-height:34px}}.Spoiler-module_body__Q1e_c{display:none;width:100%;margin-right:auto;margin-left:auto;padding-bottom:13px}@media only screen and (min-device-width:32em){.Spoiler-module_body__Q1e_c{order:2;padding-top:25px;padding-bottom:0}}.Spoiler-module_spoiled__1A5r4{min-height:auto}.Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c{display:block}.Spoiler-module_footer__23mh7{position:static}.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7{position:-webkit-sticky;position:sticky;z-index:10;bottom:0;margin-right:-20px;margin-left:-20px;padding:12px 20px 20px;-webkit-animation:Spoiler-module_spoilerSticky__3Kd30 .5s ease both;animation:Spoiler-module_spoilerSticky__3Kd30 .5s ease both;background-image:-webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,0)),color-stop(64%, #fff));background-image:-o-linear-gradient(top,hsla(0,0%,100%,0),#fff 64%);background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 64%)}@media only screen and (min-device-width:32em){.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7{position:static;margin-right:0;margin-left:0;padding:0;-webkit-animation:none;animation:none;background-image:none}}.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7:after{position:absolute;z-index:-1;top:100%;right:0;left:0;height:16px;content:"";background-color:#fff}@media only screen and (min-device-width:32em){.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7:after{content:none}}.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg{transform:rotate(180deg) translateY(1px)}@media only screen and (min-device-width:32em){.Spoiler-module_center__tq1m0{max-width:980px;margin-right:auto;margin-left:auto}}.Spoiler-module_full__1QFqR{max-width:980px}.Spoiler-module_default__2Kjx8{max-width:650px}@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30{0%{transform:translateY(62px)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}@keyframes Spoiler-module_spoilerSticky__3Kd30{0%{transform:translateY(62px)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}[data-gdpr-panel=true] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7{bottom:45px}@media only screen and (min-device-width:32em){[data-gdpr-panel=true] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7{bottom:46px}}@media only screen and (min-device-width:32em){.Spoiler-module_mobile__2BPt8{display:none}}.Spoiler-module_desktop__1BIFJ{display:none}@media only screen and (min-device-width:32em){.Spoiler-module_desktop__1BIFJ{display:block}}
|
|
33
|
+
.MetaItem-module_root__2VQom{display:inline;margin-right:15px}.MetaItem-module_root__2VQom>svg{display:inline-block;margin-right:1px;vertical-align:top;color:inherit;fill:currentColor}.MetaItem-module_root__2VQom a{display:inline;text-decoration:underline;color:inherit;-webkit-text-decoration-skip:auto}.MetaItem-module_root__2VQom a:hover{color:#b88b59}.MetaItem-module_hasBullets__CkQPI{margin-right:0}.MetaItem-module_hasBullets__CkQPI:nth-child(n+2):before{display:inline-block;padding-right:.4em;padding-left:.4em;content:"\B7"}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI{width:100%;margin-top:3px;margin-bottom:3px}}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI:first-child{margin-top:0}}.MetaItem-module_hasSource__1DmCI:last-child{margin-bottom:0}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI:nth-child(n+2):before{display:none}}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO:before,.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG:before{display:inline-block}}@media only screen and (max-device-width:32.1875em){.MetaItem-module_datetime__3tOWm,.MetaItem-module_listened__lwvAO,.MetaItem-module_read__5eAIG{width:auto}}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child{order:-2}}@media only screen and (max-device-width:32.1875em){.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG{order:-1;margin-top:0}}.MetaItem-module_read__5eAIG svg{margin-top:-1px}
|
|
34
|
+
.DocumentItemsCount-module_root__P3q-z{display:inline;line-height:inherit}.DocumentItemsCount-module_root__P3q-z svg{vertical-align:top}.DocumentItemsCount-module_items__3pfxW{margin-left:1px;vertical-align:top}
|
|
35
|
+
.ToolbarButton-module_root__xN-fq{height:100%;margin:0;padding:0 1px 0 0;cursor:pointer;color:inherit;border-width:0;outline:none;background-color:transparent;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif;font-size:12px;font-weight:600;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ToolbarButton-module_root__xN-fq:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ToolbarButton-module_root__xN-fq:hover{opacity:.6}.ToolbarButton-module_dark__GrIOr{color:#fff}.ToolbarButton-module_dark__GrIOr:hover{opacity:.6}.ToolbarButton-module_dark__GrIOr svg{color:#262626;fill:#fff}.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg{color:#fff;fill:transparent}.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg{fill:currentColor}.ToolbarButton-module_dark__GrIOr:before{border-left-color:hsla(0,0%,100%,.2)}.ToolbarButton-module_root__xN-fq [data-theme=dark]{visibility:hidden}.ToolbarButton-module_dark__GrIOr [data-theme=dark]{visibility:visible}.ToolbarButton-module_dark__GrIOr [data-theme=light]{visibility:hidden}.ToolbarButton-module_text__32m6s{display:inline-block;padding-left:5px;vertical-align:middle}.ToolbarButton-module_text__32m6s:empty{display:none}.ToolbarButton-module_bookmark__3369b{color:#999;fill:transparent}.ToolbarButton-module_isActive__3NLAE{fill:currentColor}
|
|
36
|
+
.EmbedBlock-module_root__28k9U{position:relative;margin:15px 0}@media only screen and (min-device-width:32em){.EmbedBlock-module_root__28k9U{margin:25px 0 20px}}.EmbedBlock-module_root__28k9U:first-child{margin-top:0}.EmbedBlock-module_root__28k9U:last-child{margin-bottom:0}.EmbedBlock-module_root__28k9U figcaption{width:100%;max-width:650px;margin-right:auto;margin-left:auto;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.EmbedBlock-module_object__2_UZ7{position:relative}.EmbedBlock-module_objectWrap__1aDVd{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap}.EmbedBlock-module_objectWrap__1aDVd iframe{display:block;width:100px;min-width:100%;border-width:0}.EmbedBlock-module_proportional__3lAv4 iframe,.EmbedBlock-module_proportional__3lAv4 video{position:absolute;top:0;left:0;height:100%}.EmbedBlock-module_objectWrap__1aDVd img,.EmbedBlock-module_objectWrap__1aDVd video{width:100%;height:auto}.EmbedBlock-module_attachment__2pE0t{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-end;flex-direction:row;flex-wrap:nowrap}.EmbedBlock-module_attachment__2pE0t figcaption{padding-left:12px}.EmbedBlock-module_default__LSDny,.EmbedBlock-module_xs__1hFgW{max-width:650px}@media only screen and (min-device-width:32em){.EmbedBlock-module_default__LSDny,.EmbedBlock-module_xs__1hFgW{margin-right:auto;margin-left:auto}}.EmbedBlock-module_full__1TEjx{max-width:980px}@media only screen and (min-device-width:32em){.EmbedBlock-module_full__1TEjx{margin-right:auto;margin-left:auto}}.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7{margin-right:-20px;margin-left:-20px}@media only screen and (min-device-width:32em){.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7{margin-right:0;margin-left:0}}.EmbedBlock-module_super_full__1Fn9A{max-width:100%}@media only screen and (min-device-width:32em){.EmbedBlock-module_super_full__1Fn9A .EmbedBlock-module_figure__vAvcN{margin-right:-15px;margin-left:-15px}}.EmbedBlock-module_dark__1be2G iframe{background-color:transparent}.EmbedBlock-module_isInGroupedBlock__3r_i-{max-width:none}@media only screen and (min-device-width:32em){.EmbedBlock-module_isInGroupedBlock__3r_i-,.EmbedBlock-module_isInGroupedBlock__3r_i- .EmbedBlock-module_figure__vAvcN{margin:0}}.EmbedBlock-module_isInGroupedBlock__3r_i- figcaption{max-width:none;margin-right:0;margin-left:0}[data-frozen=true]{position:relative;cursor:pointer}[data-frozen=true]:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='70' height='70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.5' fill='%23000' cx='35' cy='35' r='35'/%3E%3Cpath d='M35 66.75c2.816 0 5.585-.367 8.256-1.084a1.25 1.25 0 10-.65-2.415c-2.46.662-5.01 1-7.607 1a1.25 1.25 0 000 2.5zm15.946-4.29a31.76 31.76 0 006.587-5.092 1.25 1.25 0 10-1.774-1.762 29.4 29.4 0 01-6.07 4.694 1.25 1.25 0 101.257 2.16zm11.632-11.716a31.566 31.566 0 003.147-7.713 1.25 1.25 0 10-2.418-.629 29.066 29.066 0 01-2.898 7.102 1.25 1.25 0 102.17 1.242zm4.172-15.912a31.814 31.814 0 00-1.128-8.25 1.25 1.25 0 10-2.411.661 29.253 29.253 0 011.04 7.602 1.249 1.249 0 102.5-.013zM62.376 18.91a31.822 31.822 0 00-5.128-6.56 1.25 1.25 0 00-1.751 1.782 29.367 29.367 0 014.726 6.046 1.248 1.248 0 102.154-1.267zM50.598 7.34a31.543 31.543 0 00-7.73-3.107 1.25 1.25 0 10-.617 2.422c2.496.637 4.886 1.6 7.118 2.86A1.25 1.25 0 1050.6 7.339zM34.665 3.25c-2.815.03-5.58.425-8.244 1.17a1.25 1.25 0 00.675 2.408 29.22 29.22 0 017.596-1.078 1.25 1.25 0 10-.025-2.501zM18.762 7.71a31.854 31.854 0 00-6.533 5.162 1.25 1.25 0 101.792 1.742 29.385 29.385 0 016.02-4.758 1.249 1.249 0 10-1.28-2.147zM7.256 19.55a31.463 31.463 0 00-3.065 7.745 1.251 1.251 0 002.427.605 29.052 29.052 0 012.822-7.133 1.25 1.25 0 00-.484-1.7 1.248 1.248 0 00-1.7.48zM3.254 35.5a31.72 31.72 0 001.214 8.237 1.25 1.25 0 002.405-.688c-.7-2.45-1.08-4.995-1.12-7.59a1.25 1.25 0 10-2.5.04zm4.543 15.88a31.909 31.909 0 005.197 6.505 1.25 1.25 0 001.734-1.802 29.442 29.442 0 01-4.79-5.995 1.25 1.25 0 10-2.139 1.291zm11.9 11.444a31.649 31.649 0 007.763 3.023c.67.162 1.347-.25 1.51-.92a1.249 1.249 0 00-.918-1.51 29.07 29.07 0 01-7.147-2.784 1.25 1.25 0 00-1.208 2.19z' fill='%23FFF' fill-rule='nonzero'/%3E%3Cpath d='M19.838 34.99c0 4.39 3.297 7.265 7.35 7.265 2.437 0 4.39-1.008 5.776-2.54v-5.25h-6.636v2.162h4.178v2.184c-.63.59-1.89 1.26-3.317 1.26-2.774.002-4.832-2.14-4.832-5.08s2.058-5.062 4.83-5.062c1.576 0 2.9.82 3.634 1.87l2.015-1.134c-1.134-1.617-2.92-2.92-5.65-2.92-4.052 0-7.35 2.857-7.35 7.245zm15.487 6.992h2.457V27.977h-2.456v14.007zm5.24 0h2.457v-6.047h6.992v-2.163h-6.992V30.14l7.14-.002v-2.163h-9.597v14.008z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:70px 70px}.EmbedBlock-module_gameEmbed__AZQSo{width:100%;max-width:650px;margin:0 auto;border-radius:2px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.EmbedBlock-module_gameEmbed__AZQSo iframe{display:block;width:100%;border-width:0}.EmbedBlock-module_mobile__1P-eo .EmbedBlock-module_figure__vAvcN{overflow:hidden;border-radius:8px 8px 0 0}.EmbedBlock-module_control__xr8dZ{position:absolute;z-index:10;right:-8px;bottom:12px;width:28px;height:28px;margin:0;padding:0;color:#fff;border-width:0;border-radius:14px;background-color:rgba(0,0,0,.7);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E%3Cpath d='M12.726 16H3.275A3.276 3.276 0 010 12.725v-9.45A3.276 3.276 0 013.275 0h9.45A3.275 3.275 0 0116 3.275v9.45A3.275 3.275 0 0112.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E%3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 00.708-.707l-7.4-7.4a.5.5 0 00-.708 0l-3.97 3.97a.5.5 0 00.708.707L4.97 8.307z' fill-rule='nonzero'/%3E%3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 00.707-.707l-4.125-4.125a.5.5 0 00-.707 0l-4.19 4.19a.5.5 0 10.707.707l3.837-3.836z' fill-rule='nonzero'/%3E%3Cpath d='M5.865 4.269a.894.894 0 11-1.787 0 .894.894 0 011.787 0'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;box-shadow:0 0 0 .5px hsla(0,0%,100%,.15)}.EmbedBlock-module_raw_html__MQoAA{margin:0 auto}.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7{margin-right:-20px;margin-left:-20px}@media only screen and (min-device-width:32em){.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7{margin-right:auto;margin-left:auto}}.EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7{margin-right:-11px;margin-left:-11px}@media only screen and (min-device-width:64em){.EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7{margin-right:auto;margin-left:auto}}.EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,.EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child{overflow:hidden;margin-bottom:-16px;border-radius:0 0 8px 8px}@media only screen and (min-device-width:64em){.EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,.EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child{margin-bottom:-24px}}.EmbedBlock-module_isInAnswer__tLlgs{margin-top:12px;margin-bottom:12px}@media only screen and (min-device-width:64em){.EmbedBlock-module_isInAnswer__tLlgs{margin-top:10px;margin-bottom:10px}}.EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN,.EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny .EmbedBlock-module_figure__vAvcN{margin-right:0;margin-left:0}.EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny img{border-radius:2px}.EmbedBlock-module_wrapper__33XvX{position:relative}.EmbedBlock-module_wrapper__33XvX .EmbedBlock-module_objectWrap__1aDVd{position:static}@media only screen and (min-device-width:32em){.EmbedBlock-module_mobile__1P-eo{display:none}}.EmbedBlock-module_desktop__SF5a_{display:none}@media only screen and (min-device-width:32em){.EmbedBlock-module_desktop__SF5a_{display:block}}@media only screen and (min-device-width:40.625em){.EmbedBlock-module_xs__1hFgW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;flex-flow:row nowrap}}.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN{flex-shrink:0;max-width:33.3333333%;margin-right:0;margin-left:0}@media only screen and (min-device-width:40.625em){.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN{width:216px;margin-right:15px}}.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN figcaption{padding-top:12px}.EmbedBlock-module_xs__1hFgW+h3,.EmbedBlock-module_xs__1hFgW+h4{margin-top:0}
|