@meduza/ui-kit-2 0.1.0 → 0.1.2
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/dist/ui-kit-2.cjs.development.js +0 -99
- 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 +0 -99
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +4564 -0
- package/package.json +1 -1
- package/src/DotsOnImage/mock.json +58 -85
- package/src/Toolbar/Toolbar.stories.tsx +2 -2
|
@@ -45,36 +45,7 @@ var Loader = function Loader() {
|
|
|
45
45
|
})));
|
|
46
46
|
};
|
|
47
47
|
|
|
48
|
-
function styleInject(css, ref) {
|
|
49
|
-
if ( ref === void 0 ) ref = {};
|
|
50
|
-
var insertAt = ref.insertAt;
|
|
51
|
-
|
|
52
|
-
if (!css || typeof document === 'undefined') { return; }
|
|
53
|
-
|
|
54
|
-
var head = document.head || document.getElementsByTagName('head')[0];
|
|
55
|
-
var style = document.createElement('style');
|
|
56
|
-
style.type = 'text/css';
|
|
57
|
-
|
|
58
|
-
if (insertAt === 'top') {
|
|
59
|
-
if (head.firstChild) {
|
|
60
|
-
head.insertBefore(style, head.firstChild);
|
|
61
|
-
} else {
|
|
62
|
-
head.appendChild(style);
|
|
63
|
-
}
|
|
64
|
-
} else {
|
|
65
|
-
head.appendChild(style);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if (style.styleSheet) {
|
|
69
|
-
style.styleSheet.cssText = css;
|
|
70
|
-
} else {
|
|
71
|
-
style.appendChild(document.createTextNode(css));
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
var css_248z = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Button-module_root__RpsiW {\n display: block;\n\n padding: 0;\n\n color: #fff;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n line-height: 1;\n text-align: center;\n\n border-width: 0;\n outline: none;\n\n cursor: pointer;\n\n transition: background-color 0.15s ease-out;\n\n -webkit-appearance: none;\n\n -moz-appearance: none;\n\n appearance: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Button-module_root__RpsiW::-moz-focus-inner {\n border: 0;\n}\n.Button-module_root__RpsiW[disabled] {\n cursor: default;\n\n opacity: 0.5;\n\n pointer-events: none;\n}\n.Button-module_root__RpsiW > span:first-child {\n margin-right: 4px;\n}\n.Button-module_root__RpsiW > span:last-child {\n margin-left: 4px;\n}\n.Button-module_gold__ZMYg- {\n background: #b88b59;\n}\n.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {\n fill: #b88b59;\n}\n.Button-module_gold__ZMYg-:hover {\n background-color: #9e784c\n}\n@media (hover: none) {\n.Button-module_gold__ZMYg-:hover {\n background-color: #b88b59\n}\n }\n.Button-module_gold__ZMYg-:active {\n background-color: #856440;\n}\n.Button-module_gray__3IM54 {\n color: #000;\n\n background-color: #f0f0f0;\n}\n.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {\n fill: #545454;\n}\n.Button-module_gray__3IM54:hover {\n background-color: #ebebeb\n}\n@media (hover: none) {\n.Button-module_gray__3IM54:hover {\n background-color: #ebebeb\n}\n }\n.Button-module_gray__3IM54:active {\n background-color: #e3e3e3;\n}\n.Button-module_sand__2AqVq {\n background: #a18c68;\n}\n.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {\n fill: #a18c68;\n}\n.Button-module_sand__2AqVq:hover {\n background-color: #8a7654\n}\n@media (hover: none) {\n.Button-module_sand__2AqVq:hover {\n background-color: #a18c68\n}\n }\n.Button-module_sand__2AqVq:active {\n background-color: #7b6743;\n}\n.Button-module_dark__I0uXx {\n color: #adadad;\n\n background-color: #3a3a3a;\n box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);\n}\n.Button-module_dark__I0uXx:hover {\n background-color: #2e2e2e\n}\n@media (hover: none) {\n.Button-module_dark__I0uXx:hover {\n background-color: #3a3a3a\n}\n }\n.Button-module_dark__I0uXx:active {\n background-color: #242424;\n}\n.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {\n fill: #3a3a3a;\n}\n.Button-module_light__1Y4hG {\n color: #000;\n\n background-color: #fff;\n}\n.Button-module_light__1Y4hG:hover {\n background-color: #ebebeb\n}\n@media (hover: none) {\n.Button-module_light__1Y4hG:hover {\n background-color: #fff\n}\n }\n.Button-module_light__1Y4hG:active {\n background-color: #e3e3e3;\n}\n.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {\n fill: #fff;\n}\n.Button-module_black__3sG3Y {\n color: #7e7d7b;\n\n background-color: #000;\n}\n.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {\n fill: #7e7d7b;\n}\n.Button-module_black__3sG3Y:hover {\n background-color: #141414\n}\n@media (hover: none) {\n.Button-module_black__3sG3Y:hover {\n background: #141414\n}\n }\n.Button-module_black__3sG3Y:active {\n background-color: #242424;\n}\n.Button-module_red__3Niou {\n background-color: #f95a5a;\n}\n.Button-module_red__3Niou:hover {\n background-color: #e65353\n}\n@media (hover: none) {\n.Button-module_red__3Niou:hover {\n background: #f95a5a\n}\n }\n.Button-module_red__3Niou:active {\n background-color: #d44d4d;\n}\n.Button-module_red__3Niou.Button-module_isLoading__1g6QO {\n fill: #141414;\n}\n.Button-module_default__28Vo_ {\n width: 100%;\n height: 42px;\n padding: 7px 18px 6px;\n\n font-weight: 600;\n\n font-size: 12px;\n line-height: 22px;\n\n letter-spacing: 1px;\n text-transform: uppercase;\n\n border-radius: 8px\n}\n@media only screen and (min-device-width: 64em) {\n.Button-module_default__28Vo_ {\n font-size: 14px;\n line-height: 16px\n}\n }\n.Button-module_isInSpoiler__2Yl8c svg {\n margin-top: -2px;\n margin-left: 6px;\n}\n.Button-module_ghost__3awCW {\n\n color: inherit;\n font-weight: inherit;\n font-size: inherit;\n\n font-family: inherit;\n letter-spacing: inherit;\n text-transform: none;\n\n background-color: transparent;\n}\n.Button-module_isInDropdown__1ogKL {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.Button-module_black__3sG3Y[disabled],\n.Button-module_sand__2AqVq[disabled] {\n opacity: 0.3;\n}\n/* LOADING */\n.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {\n\n background-color: transparent;\n box-shadow: none;\n cursor: default;\n\n pointer-events: none;\n}\n.Button-module_loader__2pl6d {\n display: block;\n\n margin-top: -1px;\n}\n";
|
|
76
48
|
var styles = {"root":"Button-module_root__RpsiW","gold":"Button-module_gold__ZMYg-","isLoading":"Button-module_isLoading__1g6QO","gray":"Button-module_gray__3IM54","sand":"Button-module_sand__2AqVq","dark":"Button-module_dark__I0uXx","light":"Button-module_light__1Y4hG","black":"Button-module_black__3sG3Y","red":"Button-module_red__3Niou","default":"Button-module_default__28Vo_","isInSpoiler":"Button-module_isInSpoiler__2Yl8c","ghost":"Button-module_ghost__3awCW","isInDropdown":"Button-module_isInDropdown__1ogKL","loader":"Button-module_loader__2pl6d"};
|
|
77
|
-
styleInject(css_248z);
|
|
78
49
|
|
|
79
50
|
var Button = function Button(_ref) {
|
|
80
51
|
var _ref$theme = _ref.theme,
|
|
@@ -109,9 +80,7 @@ var Button = function Button(_ref) {
|
|
|
109
80
|
}, React__default.createElement(Loader, null)) : children);
|
|
110
81
|
};
|
|
111
82
|
|
|
112
|
-
var css_248z$1 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.SvgSymbol-module_root__2CsRW {\n width: 100%;\n height: 100%;\n\n vertical-align: middle;\n}\n.SvgSymbol-module_small__2g6oR {\n height: 14px;\n}\n.SvgSymbol-module_normal__9lFn1 {\n height: 14px;\n}\n.SvgSymbol-module_medium__2eF5L {\n width: 24px;\n height: 24px;\n}\n.SvgSymbol-module_large__2kQrt {\n width: 42px;\n height: 42px;\n}\n.SvgSymbol-module_adaptive__3_68T {\n width: 100%;\n height: 100%;\n}\n.SvgSymbol-module_fb__1whmw {\n width: 16px;\n\n fill: #304591;\n}\n.SvgSymbol-module_vk__3VEuu {\n width: 20px;\n\n fill: #527397;\n}\n.SvgSymbol-module_ok__2_1Qb {\n width: 9px;\n\n fill: #eb722e;\n}\n.SvgSymbol-module_tw__2VRG5 {\n width: 20px;\n\n fill: #31adf4;\n}\n.SvgSymbol-module_tg__2xe2f {\n width: 18px;\n\n fill: #2ba5e0;\n}\n.SvgSymbol-module_reaction__rrJvf {\n width: 16px;\n\n color: #b88b59;\n\n fill: #262626;\n}\n.SvgSymbol-module_card__1XAqw,\n.SvgSymbol-module_podcast__3oPoo,\n.SvgSymbol-module_read__2V82i,\n.SvgSymbol-module_listened__1oMFV {\n width: 15px;\n height: 15px;\n}\n.SvgSymbol-module_menu__2iYFt {\n width: 24px;\n height: 24px;\n}\n.SvgSymbol-module_cross__J2lCN {\n width: 14px;\n height: 14px;\n}\n.SvgSymbol-module_isInFeature__cDeTI,\n.SvgSymbol-module_isInCard__pKq4e {\n width: 16px;\n height: 16px;\n}\n.SvgSymbol-module_isInTopicBlockItem__3Te91 {\n width: 16px;\n height: 16px;\n}\n.SvgSymbol-module_isInPageStatic__H31Rd {\n width: 64px;\n height: 64px;\n}\n.SvgSymbol-module_isInMaterialMeta__2IbAw {\n margin-right: 6px;\n}\n.SvgSymbol-module_isInAudioPlayer__2xlzW {\n width: 29px;\n height: 29px;\n\n -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));\n\n filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));\n}\n.SvgSymbol-module_isInEpisodeBlock__2vY3o {\n width: 38px;\n height: 38px;\n\n -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));\n\n filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));\n}\n.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {\n width: 34px;\n height: 28px\n}\n@media only screen and (min-device-width: 40.625em) {\n.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {\n width: 28px;\n height: 22px\n}\n }\n.SvgSymbol-module_isInButtonBackward__1Grf9,\n.SvgSymbol-module_isInButtonForward__D1AFL {\n width: 28px;\n height: 28px\n}\n@media only screen and (min-device-width: 40.625em) {\n.SvgSymbol-module_isInButtonBackward__1Grf9,\n.SvgSymbol-module_isInButtonForward__D1AFL {\n width: 22px;\n height: 22px\n}\n }\n.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {\n width: 18px;\n height: 18px;\n}\n.SvgSymbol-module_play__pM-qY {\n width: 100%;\n height: 100%;\n}\n.SvgSymbol-module_meduzaLogo__2Ouzp {\n width: 92px;\n height: 20px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_meduzaLogo__2Ouzp {\n width: 100px;\n height: 45px\n}\n }\n.SvgSymbol-module_arrow__11naX {\n width: 12px;\n height: 12px;\n}\n.SvgSymbol-module_oil__hvHE5 {\n width: 9px;\n height: 12px;\n}\n.SvgSymbol-module_search__VK6p3 {\n width: 24px;\n height: 24px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_search__VK6p3 {\n width: 16px;\n height: 16px\n}\n }\n.SvgSymbol-module_user__1MGim {\n width: 14px;\n height: 14px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_user__1MGim {\n width: 16px;\n height: 16px\n}\n }\n.SvgSymbol-module_bookmark__2z7tX {\n width: 17px;\n height: auto;\n\n cursor: pointer;\n\n stroke-width: 2px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_bookmark__2z7tX {\n width: 14px;\n\n stroke-width: 1.5px\n}\n }\n.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {\n width: 14px;\n}\n.SvgSymbol-module_receipt__3Eqow {\n width: 10px;\n height: 13px;\n}\n.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {\n width: 22px;\n height: 22px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {\n width: 14px;\n height: 14px\n}\n }\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {\n stroke-width: 1.5px\n}\n }\n.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {\n stroke-width: 1.8px\n}\n@media only screen and (min-device-width: 64em) {\n.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {\n stroke-width: 1.3px\n}\n }\n";
|
|
113
83
|
var styles$1 = {"root":"SvgSymbol-module_root__2CsRW","small":"SvgSymbol-module_small__2g6oR","normal":"SvgSymbol-module_normal__9lFn1","medium":"SvgSymbol-module_medium__2eF5L","large":"SvgSymbol-module_large__2kQrt","adaptive":"SvgSymbol-module_adaptive__3_68T","fb":"SvgSymbol-module_fb__1whmw","vk":"SvgSymbol-module_vk__3VEuu","ok":"SvgSymbol-module_ok__2_1Qb","tw":"SvgSymbol-module_tw__2VRG5","tg":"SvgSymbol-module_tg__2xe2f","reaction":"SvgSymbol-module_reaction__rrJvf","card":"SvgSymbol-module_card__1XAqw","podcast":"SvgSymbol-module_podcast__3oPoo","read":"SvgSymbol-module_read__2V82i","listened":"SvgSymbol-module_listened__1oMFV","menu":"SvgSymbol-module_menu__2iYFt","cross":"SvgSymbol-module_cross__J2lCN","isInFeature":"SvgSymbol-module_isInFeature__cDeTI","isInCard":"SvgSymbol-module_isInCard__pKq4e","isInTopicBlockItem":"SvgSymbol-module_isInTopicBlockItem__3Te91","isInPageStatic":"SvgSymbol-module_isInPageStatic__H31Rd","isInMaterialMeta":"SvgSymbol-module_isInMaterialMeta__2IbAw","isInAudioPlayer":"SvgSymbol-module_isInAudioPlayer__2xlzW","isInEpisodeBlock":"SvgSymbol-module_isInEpisodeBlock__2vY3o","isInButtonPlaybackRate":"SvgSymbol-module_isInButtonPlaybackRate__1L3TW","isInButtonBackward":"SvgSymbol-module_isInButtonBackward__1Grf9","isInButtonForward":"SvgSymbol-module_isInButtonForward__D1AFL","isInToolbar":"SvgSymbol-module_isInToolbar__3SaIh","play":"SvgSymbol-module_play__pM-qY","meduzaLogo":"SvgSymbol-module_meduzaLogo__2Ouzp","arrow":"SvgSymbol-module_arrow__11naX","oil":"SvgSymbol-module_oil__hvHE5","search":"SvgSymbol-module_search__VK6p3","user":"SvgSymbol-module_user__1MGim","bookmark":"SvgSymbol-module_bookmark__2z7tX","receipt":"SvgSymbol-module_receipt__3Eqow","isInHeader":"SvgSymbol-module_isInHeader__1QHjL"};
|
|
114
|
-
styleInject(css_248z$1);
|
|
115
84
|
|
|
116
85
|
var icons = {
|
|
117
86
|
meduzaLogo: {
|
|
@@ -290,9 +259,7 @@ var SvgSymbol = function SvgSymbol(_ref) {
|
|
|
290
259
|
});
|
|
291
260
|
};
|
|
292
261
|
|
|
293
|
-
var css_248z$2 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Switcher-module_root__1Env1 {\n position: relative;\n\n display: -webkit-box;\n\n display: -webkit-flex;\n\n display: -ms-flexbox;\n\n display: flex;\n flex-flow: row nowrap;\n align-items: center;\n\n font-weight: 600;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n white-space: nowrap;\n\n cursor: pointer;\n\n -webkit-user-select: none;\n\n -moz-user-select: none;\n\n -ms-user-select: none;\n\n user-select: none;\n}\n.Switcher-module_dark__1IzaH {\n color: inherit;\n}\n.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {\n background-color: transparent;\n}\n.Switcher-module_input__jaMVF {\n position: absolute;\n top: 0;\n left: 0;\n\n opacity: 0;\n}\n.Switcher-module_control__1NTvY {\n position: relative;\n\n display: block;\n\n width: 37px;\n height: 21px;\n\n background-color: #e6e6e6;\n\n border-radius: 15px;\n}\n.Switcher-module_control__1NTvY::before {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n\n width: 18px;\n\n background: rgba(19, 191, 17, 0);\n\n border-radius: 15px;\n\n transition: 0.25s ease-in-out;\n\n content: '';\n}\n.Switcher-module_knob__3kEy5 {\n position: relative;\n top: 2px;\n left: 2px;\n z-index: 200;\n\n display: block;\n\n width: 17px;\n height: 17px;\n\n background: #fff;\n\n border-radius: 15px;\n\n transition: 0.25s ease-in-out;\n}\n.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {\n width: 100%;\n\n background-color: #b88b59;\n}\n.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {\n box-shadow: inset 0 0 0 1px transparent;\n}\n.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {\n left: 18px;\n}\n.Switcher-module_children__147JP.Switcher-module_left__2coeE {\n margin-right: 6px;\n}\n.Switcher-module_children__147JP.Switcher-module_right__yWG7h {\n margin-left: 6px;\n}\n/* panel */\n.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {\n\n color: #999;\n\n font-size: 13px;\n letter-spacing: 0.5px;\n text-transform: uppercase;\n}\n/* menu */\n.Switcher-module_isInMenu__3XJYj {\n font-weight: normal;\n}\n.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {\n margin-right: 8px;\n}\n.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {\n width: 48px;\n height: 30px;\n}\n.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {\n top: 4px;\n\n width: 22px;\n height: 22px;\n\n background-color: #bababa;\n}\n/* stylelint-disable selector-max-compound-selectors */\n.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {\n left: 23px;\n\n background-color: #fff;\n}\n/* live */\n.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {\n\n color: #7f7f7f;\n\n font-size: 13px;\n letter-spacing: 0.5px;\n text-transform: uppercase;\n}\n.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {\n background-color: #1a1a1a;\n box-shadow: inset 0 0 0 1px #323232;\n}\n";
|
|
294
262
|
var styles$2 = {"root":"Switcher-module_root__1Env1","dark":"Switcher-module_dark__1IzaH","control":"Switcher-module_control__1NTvY","input":"Switcher-module_input__jaMVF","knob":"Switcher-module_knob__3kEy5","children":"Switcher-module_children__147JP","left":"Switcher-module_left__2coeE","right":"Switcher-module_right__yWG7h","isInPanel":"Switcher-module_isInPanel__TumqY","isInMenu":"Switcher-module_isInMenu__3XJYj","isInLive":"Switcher-module_isInLive__2cLui"};
|
|
295
|
-
styleInject(css_248z$2);
|
|
296
263
|
|
|
297
264
|
var Switcher = function Switcher(_ref) {
|
|
298
265
|
var enabled = _ref.enabled,
|
|
@@ -357,9 +324,7 @@ var imageConditionalKeys = {
|
|
|
357
324
|
narrow: [600, 325]
|
|
358
325
|
};
|
|
359
326
|
|
|
360
|
-
var css_248z$3 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Lazy-module_root__2Z72l {\n display: block;\n}\n.Lazy-module_visible__3-SdX {\n color: red;\n}\n";
|
|
361
327
|
var styles$3 = {"root":"Lazy-module_root__2Z72l","visible":"Lazy-module_visible__3-SdX"};
|
|
362
|
-
styleInject(css_248z$3);
|
|
363
328
|
|
|
364
329
|
var Lazy = function Lazy(_ref) {
|
|
365
330
|
var children = _ref.children,
|
|
@@ -444,9 +409,7 @@ var RenderPicture = function RenderPicture(_ref) {
|
|
|
444
409
|
}));
|
|
445
410
|
};
|
|
446
411
|
|
|
447
|
-
var css_248z$4 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Image-module_root__1vsA_ {\n position: relative;\n z-index: 1;\n\n display: block;\n overflow: hidden\n}\n@media only screen and (min-device-width: 32em) {\n.Image-module_root__1vsA_ {\n border-radius: inherit\n}\n }\n.Image-module_placeholder__1p4ob,\n.Image-module_root__1vsA_ img {\n position: absolute;\n top: 0;\n left: 0;\n\n width: 100%;\n height: 100%;\n}\n.Image-module_wrapper__3fLjs {\n display: block;\n\n width: 100%;\n\n background-repeat: no-repeat;\n background-size: 100% auto;\n}\n.Image-module_placeholder__1p4ob {\n transition: background-color 250ms ease;\n\n background-color: #f2f2f2;\n}\n.Image-module_loaded__w9FVT {\n background: transparent;\n}\n.Image-module_fullscreen__29apx picture {\n cursor: pointer;\n}\n.Image-module_fullscreen__29apx picture:hover::after {\n opacity: 1;\n}\n.Image-module_fullscreen__29apx picture::after {\n position: absolute;\n right: 12px;\n bottom: 12px;\n\n width: 40px;\n height: 40px;\n\n transition: opacity 250ms ease;\n pointer-events: none;\n\n opacity: 0;\n border: 0.5px solid rgba(255, 255, 255, 0.15);\n border-radius: 20px;\n background-color: rgba(0, 0, 0, 0.7);\n background-image: url(\"data:image/svg+xml,%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\");\n background-repeat: no-repeat;\n background-position: center\n}\n@media only screen and (min-device-width: 64em) {\n.Image-module_fullscreen__29apx picture::after {\n content: ''\n}\n }\n[data-input='mouse'] .Image-module_wrapper__3fLjs {\n outline: none;\n}\n";
|
|
448
412
|
var styles$4 = {"root":"Image-module_root__1vsA_","placeholder":"Image-module_placeholder__1p4ob","wrapper":"Image-module_wrapper__3fLjs","loaded":"Image-module_loaded__w9FVT","fullscreen":"Image-module_fullscreen__29apx"};
|
|
449
|
-
styleInject(css_248z$4);
|
|
450
413
|
|
|
451
414
|
var Image = function Image(_ref) {
|
|
452
415
|
var alt = _ref.alt,
|
|
@@ -518,9 +481,7 @@ var Image = function Image(_ref) {
|
|
|
518
481
|
})));
|
|
519
482
|
};
|
|
520
483
|
|
|
521
|
-
var css_248z$5 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.DotsOnImage-module_root__2XP3Q {\n position: relative;\n\n display: block;\n}\n.DotsOnImage-module_dot__H1wua {\n position: absolute;\n z-index: 10;\n\n width: 28px;\n height: 28px;\n margin: 0;\n padding: 0;\n\n cursor: pointer;\n text-align: center;\n\n color: #fff;\n border-width: 0;\n border-radius: 30px;\n outline-width: 0;\n background-color: #000;\n box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-weight: 600;\n line-height: 28px;\n\n -webkit-appearance: none;\n\n -moz-appearance: none;\n\n appearance: none;\n}\n.DotsOnImage-module_popover__35Cpj {\n position: absolute;\n z-index: 10;\n top: 50%;\n left: 50%;\n\n width: 340px;\n padding: 25px;\n\n transform: translate(-50%, -50%);\n\n border: 1px solid rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n background: #fff;\n box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.DotsOnImage-module_popoverTitle__343d8 {\n font-weight: 600;\n}\n";
|
|
522
484
|
var styles$5 = {"root":"DotsOnImage-module_root__2XP3Q","dot":"DotsOnImage-module_dot__H1wua","popover":"DotsOnImage-module_popover__35Cpj","popoverTitle":"DotsOnImage-module_popoverTitle__343d8"};
|
|
523
|
-
styleInject(css_248z$5);
|
|
524
485
|
|
|
525
486
|
var DotsOnImage = function DotsOnImage(_ref) {
|
|
526
487
|
var block = _ref.block;
|
|
@@ -603,9 +564,7 @@ var makeStyleContext = function makeStyleContext(classNames, styleContext, style
|
|
|
603
564
|
return classNames.concat(context);
|
|
604
565
|
};
|
|
605
566
|
|
|
606
|
-
var css_248z$6 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Tag-module_root__3IqWC {\n display: inline-block;\n\n cursor: default;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n vertical-align: middle;\n letter-spacing: 1px;\n text-transform: uppercase;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 12px;\n font-weight: 600;\n line-height: 12px;\n}\n.Tag-module_small__2IAb7 {\n font-size: 12px;\n line-height: 12px\n}\n@media only screen and (min-device-width: 64em) {\n.Tag-module_small__2IAb7 {\n line-height: 14px\n}\n }\n@media only screen and (min-device-width: 64em) {\n.Tag-module_large__22z_o {\n letter-spacing: 1px;\n\n font-size: 14px;\n line-height: 16px\n}\n }\n.Tag-module_dark__sgnt1 {\n color: #000;\n}\n.Tag-module_light__1zUhp {\n color: #fff;\n}\n.Tag-module_gold__2ksA7 {\n color: #b88b59;\n}\n.Tag-module_gray__mGAO_ {\n color: #757575;\n}\n.Tag-module_inherit__2QB5U {\n color: inherit;\n}\n@media only screen and (min-device-width: 64em) {\n.Tag-module_is1to1__3EDbC,\n.Tag-module_is1to2__3xbC6,\n.Tag-module_isInSuperBlock__38JE0 {\n letter-spacing: 1px;\n\n font-size: 12px;\n line-height: 20px\n}\n }\n@media only screen and (min-device-width: 64em) {\n.Tag-module_is1to3__3j5K-,\n.Tag-module_is1to4__2vq4r {\n letter-spacing: 0.5px;\n\n font-size: 10px;\n line-height: 15px\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Tag-module_slide__2nMDw,\n.Tag-module_game__3j5yG {\n width: 100%;\n\n text-align: center\n}\n }\n.Tag-module_slide__2nMDw,\n.Tag-module_game__3j5yG,\n.Tag-module_card__1EAeF,\n.Tag-module_live__rwXuR,\n.Tag-module_episode__3o6gg,\n.Tag-module_podcast__VPoll,\n.Tag-module_rich__2URd9,\n.Tag-module_isInDynamicBlock__1YM9I {\n margin-bottom: 6px;\n\n line-height: 10px\n}\n@media only screen and (min-device-width: 32em) {\n.Tag-module_slide__2nMDw,\n.Tag-module_game__3j5yG,\n.Tag-module_card__1EAeF,\n.Tag-module_live__rwXuR,\n.Tag-module_episode__3o6gg,\n.Tag-module_podcast__VPoll,\n.Tag-module_rich__2URd9,\n.Tag-module_isInDynamicBlock__1YM9I {\n margin-bottom: 10px\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Tag-module_mobile__QQxuv {\n display: none\n}\n }\n.Tag-module_desktop__1Bjsy {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.Tag-module_desktop__1Bjsy {\n display: block\n}\n }\n";
|
|
607
567
|
var styles$6 = {"root":"Tag-module_root__3IqWC","small":"Tag-module_small__2IAb7","large":"Tag-module_large__22z_o","dark":"Tag-module_dark__sgnt1","light":"Tag-module_light__1zUhp","gold":"Tag-module_gold__2ksA7","gray":"Tag-module_gray__mGAO_","inherit":"Tag-module_inherit__2QB5U","is1to1":"Tag-module_is1to1__3EDbC","is1to2":"Tag-module_is1to2__3xbC6","isInSuperBlock":"Tag-module_isInSuperBlock__38JE0","is1to3":"Tag-module_is1to3__3j5K-","is1to4":"Tag-module_is1to4__2vq4r","slide":"Tag-module_slide__2nMDw","game":"Tag-module_game__3j5yG","card":"Tag-module_card__1EAeF","live":"Tag-module_live__rwXuR","episode":"Tag-module_episode__3o6gg","podcast":"Tag-module_podcast__VPoll","rich":"Tag-module_rich__2URd9","isInDynamicBlock":"Tag-module_isInDynamicBlock__1YM9I","mobile":"Tag-module_mobile__QQxuv","desktop":"Tag-module_desktop__1Bjsy"};
|
|
608
|
-
styleInject(css_248z$6);
|
|
609
568
|
|
|
610
569
|
var Tag = function Tag(_ref) {
|
|
611
570
|
var children = _ref.children,
|
|
@@ -628,9 +587,7 @@ var Tag = function Tag(_ref) {
|
|
|
628
587
|
}, children);
|
|
629
588
|
};
|
|
630
589
|
|
|
631
|
-
var css_248z$7 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.MediaCaption-module_root__KqTdw {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.MediaCaption-module_root__KqTdw a {\n text-decoration: underline;\n\n color: inherit;\n box-shadow: none;\n}\n.MediaCaption-module_root__KqTdw a:hover {\n color: #b88b58;\n}\n.MediaCaption-module_caption__1hr7Y {\n max-width: 520px;\n padding-top: 4px;\n\n color: #1a1a1a;\n\n font-size: 14px;\n line-height: 18px\n}\n@media only screen and (min-device-width: 32em) {\n.MediaCaption-module_caption__1hr7Y {\n font-size: 16px;\n line-height: 22px\n}\n }\n.MediaCaption-module_credit__3ehAP {\n max-width: 520px;\n padding-top: 1px;\n\n color: #666;\n\n font-size: 12px;\n line-height: 16px\n}\n@media only screen and (min-device-width: 32em) {\n.MediaCaption-module_credit__3ehAP {\n padding-top: 3px\n}\n }\n.MediaCaption-module_credit__3ehAP:first-child {\n padding-top: 3px;\n}\n.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {\n color: #fff;\n}\n.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {\n color: #929292;\n}\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {\n padding-top: 10px\n}\n@media only screen and (min-device-width: 32em) {\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {\n padding-top: 12px\n}\n }\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {\n padding-top: 9px\n}\n@media only screen and (min-device-width: 32em) {\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {\n padding-top: 11px\n}\n }\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,\n.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,\n.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,\n.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,\n.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {\n max-width: 650px;\n}\n\n";
|
|
632
590
|
var styles$7 = {"root":"MediaCaption-module_root__KqTdw","caption":"MediaCaption-module_caption__1hr7Y","credit":"MediaCaption-module_credit__3ehAP","dark":"MediaCaption-module_dark__3tL1u","video":"MediaCaption-module_video__1KZ6k","picture":"MediaCaption-module_picture__3AAMH","desktop":"MediaCaption-module_desktop__3Saev"};
|
|
633
|
-
styleInject(css_248z$7);
|
|
634
591
|
|
|
635
592
|
var MediaCaption = function MediaCaption(_ref) {
|
|
636
593
|
var credit = _ref.credit,
|
|
@@ -658,9 +615,7 @@ var MediaCaption = function MediaCaption(_ref) {
|
|
|
658
615
|
}));
|
|
659
616
|
};
|
|
660
617
|
|
|
661
|
-
var css_248z$8 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Table-module_root__1VsG6 {\n margin: 15px 0\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_root__1VsG6 {\n margin: 25px auto 20px\n}\n }\n.Table-module_card__3gbok .Table-module_table__nZIkV,\n.Table-module_slide__nSGPC .Table-module_table__nZIkV {\n margin-right: -11px;\n margin-left: -11px\n}\n@media only screen and (min-device-width: 64em) {\n.Table-module_card__3gbok .Table-module_table__nZIkV,\n.Table-module_slide__nSGPC .Table-module_table__nZIkV {\n margin-right: 0;\n margin-left: 0\n}\n }\n.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,\n.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {\n right: -11px;\n}\n.Table-module_root__1VsG6:first-child {\n margin-top: 0;\n}\n.Table-module_root__1VsG6:last-child {\n margin-bottom: 0;\n}\n.Table-module_table__nZIkV {\n position: relative;\n\n overflow-y: hidden;\n\n margin: 0 -20px;\n\n border-width: 1px 0;\n border-style: solid;\n border-color: rgba(232, 232, 232, 1);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_table__nZIkV {\n margin: 0;\n\n border-width: 1px;\n border-radius: 3px\n}\n }\n.Table-module_tracks__2wrDB {\n display: table;\n\n width: 100%\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_tracks__2wrDB {\n table-layout: fixed\n}\n }\n.Table-module_wrapper__1YTKM {\n position: relative;\n}\n.Table-module_wrapper__1YTKM::after {\n position: absolute;\n z-index: 100;\n top: 0;\n right: -20px;\n bottom: -20px;\n\n display: block;\n\n width: 30px;\n height: 100%;\n\n content: \"\";\n\n background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));\n\n background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);\n\n background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_wrapper__1YTKM::after {\n content: none\n}\n }\n.Table-module_default__3CGeE {\n max-width: 650px;\n}\n.Table-module_full__S5pDB {\n max-width: 980px;\n}\n.Table-module_row__3TH83 {\n z-index: 1;\n\n display: table-row;\n}\n.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {\n border-bottom: 0;\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {\n border-radius: 2px 0 0 0\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {\n border-radius: 0 2px 0 0\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {\n border-radius: 0 0 2px 0\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {\n border-radius: 0 0 0 2px\n}\n }\n.Table-module_cell__EFKDW {\n display: table-cell;\n overflow: hidden;\n\n min-height: 32px;\n padding: 6px;\n\n vertical-align: top;\n\n border-right: 1px solid rgba(232, 232, 232, 1);\n border-bottom: 1px solid rgba(232, 232, 232, 1);\n background-color: #fff;\n\n font-size: 12px;\n line-height: 16px\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_cell__EFKDW {\n padding: 9px 12px 8px;\n\n font-size: 14px;\n line-height: 19px\n}\n }\n.Table-module_cell__EFKDW:last-child {\n padding-right: 20px;\n\n border-right: 0\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_cell__EFKDW:last-child {\n padding-right: 12px\n}\n }\n.Table-module_cell__EFKDW a {\n text-decoration: none;\n\n color: inherit;\n box-shadow: inset 0 -1px #000;\n}\n.Table-module_cell__EFKDW a:hover {\n color: #b88b58;\n box-shadow: inset 0 -1px #b88b58;\n}\n.Table-module_cell__EFKDW p {\n margin: 0;\n}\n.Table-module_cell__EFKDW p + p {\n margin-top: 8px;\n}\n.Table-module_fixedColumn__E1hN5 {\n position: -webkit-sticky;\n position: sticky;\n z-index: 50;\n left: 0\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_fixedColumn__E1hN5 {\n position: static\n}\n }\n.Table-module_fixedColumn__E1hN5::after {\n position: absolute;\n top: 0;\n right: -15px;\n bottom: 0;\n\n width: 15px;\n\n content: '';\n\n background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));\n\n background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);\n\n background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_fixedColumn__E1hN5::after {\n content: none\n}\n }\n.Table-module_white__gzvo0 {\n background-color: #fff;\n}\n.Table-module_gray__3da6S {\n background-color: #F5F5F5;\n}\n.Table-module_pink__3oH1l {\n background-color: #FEEEEE;\n}\n.Table-module_blue__GM27F {\n background-color: #E6F3FF;\n}\n.Table-module_yellow__2jhvA {\n background-color: #FFFDE6;\n}\n.Table-module_orange__1c-oM {\n background-color: #FFF9F2;\n}\n.Table-module_green__13OIM {\n background-color: #E7F2EF;\n}\n.Table-module_violet__2W-kO {\n background-color: #F4F0F8;\n}\n.Table-module_header__1exlo {\n max-width: 340px;\n padding: 9px 6px;\n\n vertical-align: top;\n letter-spacing: 0.5px;\n text-transform: uppercase;\n\n border-right: 1px solid rgba(232, 232, 232, 1);\n border-bottom: 1px solid rgba(232, 232, 232, 1);\n\n font-size: 10px;\n font-weight: 600;\n line-height: 16px\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_header__1exlo {\n max-width: none;\n padding: 9px 12px;\n\n line-height: 11px\n}\n }\n.Table-module_s__Vl_Eg {\n min-width: 120px\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_s__Vl_Eg {\n width: 18%;\n min-width: 0\n}\n }\n.Table-module_m__29G9r {\n min-width: 200px\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_m__29G9r {\n width: 30%;\n min-width: 0\n}\n\n }\n.Table-module_l__1ZSMc {\n min-width: 336px\n}\n@media only screen and (min-device-width: 32em) {\n.Table-module_l__1ZSMc {\n width: 50%;\n min-width: 0\n}\n }\n.Table-module_xs__au2Oe {\n width: 50px;\n min-width: 50px;\n}\n";
|
|
662
618
|
var styles$8 = {"root":"Table-module_root__1VsG6","card":"Table-module_card__3gbok","table":"Table-module_table__nZIkV","slide":"Table-module_slide__nSGPC","wrapper":"Table-module_wrapper__1YTKM","tracks":"Table-module_tracks__2wrDB","default":"Table-module_default__3CGeE","full":"Table-module_full__S5pDB","row":"Table-module_row__3TH83","cell":"Table-module_cell__EFKDW","fixedColumn":"Table-module_fixedColumn__E1hN5","white":"Table-module_white__gzvo0","gray":"Table-module_gray__3da6S","pink":"Table-module_pink__3oH1l","blue":"Table-module_blue__GM27F","yellow":"Table-module_yellow__2jhvA","orange":"Table-module_orange__1c-oM","green":"Table-module_green__13OIM","violet":"Table-module_violet__2W-kO","header":"Table-module_header__1exlo","s":"Table-module_s__Vl_Eg","m":"Table-module_m__29G9r","l":"Table-module_l__1ZSMc","xs":"Table-module_xs__au2Oe"};
|
|
663
|
-
styleInject(css_248z$8);
|
|
664
619
|
|
|
665
620
|
var Table = function Table(_ref) {
|
|
666
621
|
var styleContext = _ref.styleContext,
|
|
@@ -714,9 +669,7 @@ var Table = function Table(_ref) {
|
|
|
714
669
|
}));
|
|
715
670
|
};
|
|
716
671
|
|
|
717
|
-
var css_248z$9 = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.MaterialNote-module_root__1AcYe {\n margin-bottom: 17px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n line-height: 22px;\n}\n.MaterialNote-module_root__1AcYe:empty {\n margin-bottom: 0;\n}\n.MaterialNote-module_root__1AcYe:empty::before {\n margin-bottom: 9px;\n}\n.MaterialNote-module_root__1AcYe::before {\n display: block;\n\n width: 120px;\n height: 1px;\n margin-bottom: 15px;\n\n content: '';\n\n background: #000;\n}\n.MaterialNote-module_root__1AcYe p {\n margin-top: 8px;\n margin-bottom: 0;\n}\n.MaterialNote-module_root__1AcYe a {\n text-decoration: none;\n\n color: inherit;\n box-shadow: inset 0 -1px;\n}\n.MaterialNote-module_root__1AcYe a:hover {\n color: #b88b59;\n}\n.MaterialNote-module_dark__xCry-::before {\n background-color: #4f4f4f;\n}\n.MaterialNote-module_note_credit__PuFyX {\n color: #666;\n\n font-size: 12px;\n line-height: 15px;\n}\n.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {\n margin-top: 6px;\n}\n.MaterialNote-module_note_credit__PuFyX:only-child {\n margin-top: 0;\n}\n.MaterialNote-module_note_caption__1ezSo b {\n font-weight: bold;\n}\n.MaterialNote-module_center__18RxI {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n.MaterialNote-module_center__18RxI,\n.MaterialNote-module_default__1lQPl {\n margin-top: 25px\n}\n@media only screen and (min-device-width: 32em) {\n.MaterialNote-module_center__18RxI,\n.MaterialNote-module_default__1lQPl {\n margin-top: 35px\n}\n }\n.MaterialNote-module_card__OWXbQ:empty,\n.MaterialNote-module_slide__1ZBBq:empty,\n.MaterialNote-module_game__cADMe:empty {\n display: none;\n}\n.MaterialNote-module_slide__1ZBBq::before,\n.MaterialNote-module_card__OWXbQ::before,\n.MaterialNote-module_game__cADMe::before {\n content: none;\n}\n.MaterialNote-module_gameSurvey__3SiG-,\n.MaterialNote-module_gameSurvey__3SiG-:empty {\n display: block;\n}\n.MaterialNote-module_gameSurvey__3SiG-::before {\n margin-right: auto;\n margin-left: auto;\n\n content: '';\n}\n.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,\n.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,\n.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {\n margin-top: 0;\n}\n.MaterialNote-module_game__cADMe {\n margin-bottom: 0;\n\n text-align: center\n}\n@media only screen and (min-device-width: 32em) {\n.MaterialNote-module_game__cADMe {\n margin-top: 25px\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {\n color: #fff\n}\n }\n.MaterialNote-module_slide__1ZBBq,\n.MaterialNote-module_card__OWXbQ {\n margin-bottom: 9px;\n padding-top: 8px\n}\n@media only screen and (min-device-width: 32em) {\n.MaterialNote-module_slide__1ZBBq,\n.MaterialNote-module_card__OWXbQ {\n margin-bottom: 16px\n}\n }\n";
|
|
718
672
|
var styles$9 = {"root":"MaterialNote-module_root__1AcYe","dark":"MaterialNote-module_dark__xCry-","note_credit":"MaterialNote-module_note_credit__PuFyX","note_caption":"MaterialNote-module_note_caption__1ezSo","center":"MaterialNote-module_center__18RxI","default":"MaterialNote-module_default__1lQPl","card":"MaterialNote-module_card__OWXbQ","slide":"MaterialNote-module_slide__1ZBBq","game":"MaterialNote-module_game__cADMe","gameSurvey":"MaterialNote-module_gameSurvey__3SiG-"};
|
|
719
|
-
styleInject(css_248z$9);
|
|
720
673
|
|
|
721
674
|
var MaterialNote = function MaterialNote(_ref) {
|
|
722
675
|
var data = _ref.block.data,
|
|
@@ -741,9 +694,7 @@ var MaterialNote = function MaterialNote(_ref) {
|
|
|
741
694
|
}));
|
|
742
695
|
};
|
|
743
696
|
|
|
744
|
-
var css_248z$a = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.BookmarkButton-module_root__3KmuY {\n color: #e0e0e0;\n}\n.BookmarkButton-module_control__1A0ea {\n margin: 0;\n padding: 5px 3px;\n\n cursor: pointer;\n\n color: inherit;\n border-width: 0;\n outline: none;\n background-color: transparent;\n\n -webkit-appearance: none;\n\n -moz-appearance: none;\n\n appearance: none;\n fill: transparent;\n}\n.BookmarkButton-module_dark__1cwyi {\n color: #fff;\n}\n.BookmarkButton-module_light__1uQyH {\n color: #000;\n}\n.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {\n fill: #e0e0e0;\n}\n.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {\n fill: #fff;\n}\n.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {\n fill: #000;\n}\n@media only screen and (min-device-width: 64em) {\n.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {\n width: 12px\n}\n }\n[data-context='prodano'] .BookmarkButton-module_root__3KmuY {\n display: none;\n}\n";
|
|
745
697
|
var styles$a = {"root":"BookmarkButton-module_root__3KmuY","control":"BookmarkButton-module_control__1A0ea","dark":"BookmarkButton-module_dark__1cwyi","light":"BookmarkButton-module_light__1uQyH","isInBookmarks":"BookmarkButton-module_isInBookmarks__1_5kB","isInGrid":"BookmarkButton-module_isInGrid__2pQ2B"};
|
|
746
|
-
styleInject(css_248z$a);
|
|
747
698
|
|
|
748
699
|
var BookmarkButton = function BookmarkButton(_ref) {
|
|
749
700
|
var styleContext = _ref.styleContext,
|
|
@@ -771,9 +722,7 @@ var BookmarkButton = function BookmarkButton(_ref) {
|
|
|
771
722
|
})));
|
|
772
723
|
};
|
|
773
724
|
|
|
774
|
-
var css_248z$b = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.MaterialTitle-module_root__18ku- {\n display: block;\n}\n.MaterialTitle-module_root__18ku- {\n margin: 0;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 25px;\n font-weight: normal;\n line-height: 27px\n}\n@media only screen and (min-device-width: 48em) {\n.MaterialTitle-module_root__18ku- {\n font-size: 37px;\n line-height: 38px\n}\n }\n.MaterialTitle-module_primary__2Sfmx {\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-weight: normal;\n}\n.MaterialTitle-module_secondary__3uDp4 {\n font-size: 24px;\n font-weight: 700\n}\n@media only screen and (min-device-width: 48em) {\n.MaterialTitle-module_secondary__3uDp4 {\n font-size: 36px\n}\n }\n";
|
|
775
725
|
var styles$b = {"root":"MaterialTitle-module_root__18ku-","primary":"MaterialTitle-module_primary__2Sfmx","secondary":"MaterialTitle-module_secondary__3uDp4"};
|
|
776
|
-
styleInject(css_248z$b);
|
|
777
726
|
|
|
778
727
|
var Primary = function Primary(_ref) {
|
|
779
728
|
var children = _ref.children;
|
|
@@ -795,9 +744,7 @@ var MaterialTitle = function MaterialTitle(_ref3) {
|
|
|
795
744
|
}, children);
|
|
796
745
|
};
|
|
797
746
|
|
|
798
|
-
var css_248z$c = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Dropdown-module_root__11PNk {\n position: relative;\n z-index: 100;\n\n display: inline-block;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,\n.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {\n visibility: visible;\n\n opacity: 1;\n}\n.Dropdown-module_root__11PNk ul {\n overflow: hidden;\n\n width: 162px;\n margin: 0;\n padding: 3px 0;\n\n border-radius: 5px;\n background: #fff;\n box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 14px;\n line-height: 26px;\n}\n.Dropdown-module_root__11PNk a {\n display: block;\n\n padding: 2px 15px;\n\n text-decoration: none;\n\n color: #000;\n box-shadow: none;\n}\n.Dropdown-module_root__11PNk a:hover {\n color: #000;\n background-color: #f7f7f7;\n}\n.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {\n right: 0;\n left: auto\n}\n@media only screen and (min-device-width: 64em) {\n.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {\n right: auto;\n left: 0\n}\n }\n.Dropdown-module_menu__3PIqD {\n position: absolute;\n top: 100%;\n left: 0;\n\n visibility: hidden;\n\n padding-top: 6px;\n\n opacity: 0;\n}\n.Dropdown-module_menu__3PIqD::after {\n position: absolute;\n z-index: -1;\n top: -10px;\n right: -10px;\n bottom: -10px;\n left: -10px;\n\n content: '';\n}\n";
|
|
799
747
|
var styles$c = {"root":"Dropdown-module_root__11PNk","active":"Dropdown-module_active__3IwAl","menu":"Dropdown-module_menu__3PIqD","isInAudioPanel":"Dropdown-module_isInAudioPanel__1zv7F"};
|
|
800
|
-
styleInject(css_248z$c);
|
|
801
748
|
|
|
802
749
|
var Menu = function Menu(_ref) {
|
|
803
750
|
var children = _ref.children;
|
|
@@ -822,9 +769,7 @@ var Dropdown = function Dropdown(_ref2) {
|
|
|
822
769
|
}, children);
|
|
823
770
|
};
|
|
824
771
|
|
|
825
|
-
var css_248z$d = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Toolbar-module_root__2HF2r {\n overflow: hidden;\n\n transform: translateZ(0);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.Toolbar-module_list__1n5ny {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-flow: row wrap;\n\n margin: 0 0 0 -10px;\n padding: 0;\n\n list-style: none\n}\n@media only screen and (min-device-width: 64em) {\n.Toolbar-module_list__1n5ny {\n margin: 0 0 0 -15px\n}\n }\n.Toolbar-module_item__36x7d {\n position: relative;\n\n min-width: 42px;\n height: 32px;\n padding-right: 10px;\n padding-left: 10px;\n\n cursor: pointer;\n transition: color 250ms ease;\n text-align: center;\n\n color: #808080;\n\n line-height: 1\n}\n@media only screen and (min-device-width: 64em) {\n.Toolbar-module_item__36x7d {\n padding-right: 15px;\n padding-left: 15px\n}\n }\n.Toolbar-module_item__36x7d:last-child {\n margin-right: 0;\n}\n.Toolbar-module_item__36x7d::before {\n position: absolute;\n top: 7px;\n left: 0;\n\n height: 18px;\n\n content: '';\n vertical-align: middle;\n\n border-left: 1px solid rgba(0, 0, 0, 0.15);\n}\n.Toolbar-module_item__36x7d:empty {\n display: none;\n}\n.Toolbar-module_isInTopbar__223iP {\n height: 100%;\n}\n.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {\n height: 100%;\n}\n.Toolbar-module_center__3_H8M {\n width: 100%;\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n.Toolbar-module_game__5-jY_ {\n margin-top: 11px\n}\n@media only screen and (min-device-width: 32em) {\n.Toolbar-module_game__5-jY_ {\n margin-top: 18px\n}\n }\n.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,\n.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {\n justify-content: center\n}\n@media only screen and (min-device-width: 32em) {\n.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,\n.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex\n}\n }\n.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {\n width: 260px\n}\n@media only screen and (min-device-width: 32em) {\n.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {\n width: auto\n}\n }\n.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {\n content: none\n}\n@media only screen and (min-device-width: 32em) {\n.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {\n content: ''\n}\n }\n.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,\n.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {\n content: none;\n}\n@media only screen and (min-device-width: 64em) {\n.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,\n.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {\n margin-left: 0\n}\n }\n.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {\n border-left-color: rgba(255, 255, 255, 0.2);\n}\n[data-context=\"prodano\"] .Toolbar-module_root__2HF2r {\n display: none;\n}\n";
|
|
826
772
|
var styles$d = {"root":"Toolbar-module_root__2HF2r","list":"Toolbar-module_list__1n5ny","item":"Toolbar-module_item__36x7d","isInTopbar":"Toolbar-module_isInTopbar__223iP","center":"Toolbar-module_center__3_H8M","game":"Toolbar-module_game__5-jY_","gameSurvey":"Toolbar-module_gameSurvey__1hQEz","dark":"Toolbar-module_dark__2Ejc9"};
|
|
827
|
-
styleInject(css_248z$d);
|
|
828
773
|
|
|
829
774
|
var Toolbar = function Toolbar(_ref) {
|
|
830
775
|
var children = _ref.children,
|
|
@@ -852,9 +797,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
852
797
|
}, renderItems()));
|
|
853
798
|
};
|
|
854
799
|
|
|
855
|
-
var css_248z$e = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Popover-module_root__1v6f_ {\n position: fixed;\n z-index: 1000;\n top: 0;\n left: 0;\n\n display: -webkit-box;\n\n display: -webkit-flex;\n\n display: -ms-flexbox;\n\n display: flex;\n align-items: flex-end;\n flex-direction: row;\n\n width: 100%;\n height: 100%;\n min-height: 120px;\n padding: 10px 10px 0;\n\n -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;\n\n animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;\n\n opacity: 1;\n}\n.Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {\n -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;\n animation: Popover-module_fadeIn__AkrSN 250ms ease both;\n}\n.Popover-module_overlay__2SBL0 {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n\n background-color: rgba(0, 0, 0, 0.7);\n\n contain: '';\n}\n.Popover-module_container__FnZT- {\n position: relative;\n\n flex: 1 1;\n\n max-width: 420px;\n min-height: 80px;\n margin: 0 auto;\n padding: 15px 20px 40px;\n\n -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;\n\n animation: Popover-module_disappear__3Q9LI 350ms ease both;\n}\n.Popover-module_dismiss__3RnLj {\n position: absolute;\n top: -23px;\n left: 50%;\n\n width: 50px;\n height: 36px;\n padding: 0;\n\n transform: translateX(-50%);\n\n opacity: 0.4;\n border-width: 0;\n border-radius: 0;\n background-color: transparent;\n background-image: url(\"data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E\");\n background-repeat: no-repeat;\n background-position: center;\n box-shadow: none;\n\n -webkit-appearance: none;\n\n -moz-appearance: none;\n\n appearance: none;\n}\n.Popover-module_background__1KKaP {\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n\n overflow: hidden;\n\n width: 100%;\n height: 100%;\n\n border-radius: 8px 8px 0 0;\n}\n.Popover-module_background__1KKaP rect {\n position: absolute;\n\n width: 100%;\n height: 100%;\n}\n.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {\n -webkit-animation: Popover-module_appear__37vPd 350ms ease both;\n animation: Popover-module_appear__37vPd 350ms ease both;\n}\n@-webkit-keyframes Popover-module_appear__37vPd {\n 0% {\n transform: translateY(100%);\n }\n 100% {\n transform: translateY(0);\n }\n}\n@keyframes Popover-module_appear__37vPd {\n 0% {\n transform: translateY(100%);\n }\n 100% {\n transform: translateY(0);\n }\n}\n@-webkit-keyframes Popover-module_disappear__3Q9LI {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(100%);\n }\n}\n@keyframes Popover-module_disappear__3Q9LI {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(100%);\n }\n}\n@-webkit-keyframes Popover-module_fadeIn__AkrSN {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes Popover-module_fadeIn__AkrSN {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@-webkit-keyframes Popover-module_fadeOut__3EZhx {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n@keyframes Popover-module_fadeOut__3EZhx {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n";
|
|
856
800
|
var styles$e = {"root":"Popover-module_root__1v6f_","fadeOut":"Popover-module_fadeOut__3EZhx","visible":"Popover-module_visible__eK5ZQ","fadeIn":"Popover-module_fadeIn__AkrSN","overlay":"Popover-module_overlay__2SBL0","container":"Popover-module_container__FnZT-","disappear":"Popover-module_disappear__3Q9LI","dismiss":"Popover-module_dismiss__3RnLj","background":"Popover-module_background__1KKaP","appear":"Popover-module_appear__37vPd"};
|
|
857
|
-
styleInject(css_248z$e);
|
|
858
801
|
|
|
859
802
|
var Popover = function Popover(_ref) {
|
|
860
803
|
var children = _ref.children,
|
|
@@ -939,9 +882,7 @@ var Popover = function Popover(_ref) {
|
|
|
939
882
|
})), children));
|
|
940
883
|
};
|
|
941
884
|
|
|
942
|
-
var css_248z$f = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Meta-module_root__12AG7 {\n transform: translateZ(0);\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 12px;\n line-height: 14px;\n\n fill: inherit;\n}\n.Meta-module_rich__1XBtZ,\n.Meta-module_podcast__1m4zo,\n.Meta-module_episode__1K2Xv,\n.Meta-module_simple__3vUiI,\n.Meta-module_slide__3g6fG,\n.Meta-module_card__LE1RK,\n.Meta-module_game__3aNlZ,\n.Meta-module_isInMaterial__zaYMy {\n width: 100%;\n\n color: #757575;\n}\n.Meta-module_podcast__1m4zo {\n fill: currentColor;\n}\n.Meta-module_isInSearchItem__1wbpx {\n color: rgba(255, 255, 255, 0.7);\n}\n@media only screen and (min-device-width: 64em) {\n.Meta-module_center__3BBPr.Meta-module_half__1xRkT {\n text-align: left\n}\n }\n@media only screen and (min-device-width: 32em) {\n.Meta-module_episode__1K2Xv,\n.Meta-module_card__LE1RK,\n.Meta-module_slide__3g6fG,\n.Meta-module_game__3aNlZ,\n.Meta-module_center__3BBPr {\n text-align: center\n}\n }\n.Meta-module_light__2baE- {\n color: rgba(255, 255, 255, 0.6);\n\n fill: currentColor;\n}\n.Meta-module_dark__24y9m {\n color: #757575;\n}\n.Meta-module_episode__1K2Xv,\n.Meta-module_card__LE1RK,\n.Meta-module_slide__3g6fG,\n.Meta-module_podcast__1m4zo {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n flex-flow: row wrap\n}\n@media only screen and (min-device-width: 48em) {\n.Meta-module_episode__1K2Xv,\n.Meta-module_card__LE1RK,\n.Meta-module_slide__3g6fG,\n.Meta-module_podcast__1m4zo {\n display: block\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.Meta-module_hasSource__2lXiN {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-flow: row wrap\n}\n }\n.Meta-module_bookmark__3ot3k {\n position: absolute;\n z-index: 10;\n right: -12px;\n bottom: -4px\n}\n@media only screen and (min-device-width: 32em) {\n.Meta-module_bookmark__3ot3k {\n display: none\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.Meta-module_mobile__22LGV {\n display: none\n}\n }\n.Meta-module_desktop__1ZGUS {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.Meta-module_desktop__1ZGUS {\n display: block\n}\n }\n";
|
|
943
885
|
var styles$f = {"root":"Meta-module_root__12AG7","rich":"Meta-module_rich__1XBtZ","podcast":"Meta-module_podcast__1m4zo","episode":"Meta-module_episode__1K2Xv","simple":"Meta-module_simple__3vUiI","slide":"Meta-module_slide__3g6fG","card":"Meta-module_card__LE1RK","game":"Meta-module_game__3aNlZ","isInMaterial":"Meta-module_isInMaterial__zaYMy","isInSearchItem":"Meta-module_isInSearchItem__1wbpx","center":"Meta-module_center__3BBPr","half":"Meta-module_half__1xRkT","light":"Meta-module_light__2baE-","dark":"Meta-module_dark__24y9m","hasSource":"Meta-module_hasSource__2lXiN","bookmark":"Meta-module_bookmark__3ot3k","mobile":"Meta-module_mobile__22LGV","desktop":"Meta-module_desktop__1ZGUS"};
|
|
944
|
-
styleInject(css_248z$f);
|
|
945
886
|
|
|
946
887
|
var Meta = function Meta(_ref) {
|
|
947
888
|
var hasSource = _ref.hasSource,
|
|
@@ -961,9 +902,7 @@ var Meta = function Meta(_ref) {
|
|
|
961
902
|
}, children);
|
|
962
903
|
};
|
|
963
904
|
|
|
964
|
-
var css_248z$g = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Timestamp-module_root__coOvT {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-weight: normal;\n}\n";
|
|
965
905
|
var styles$g = {"root":"Timestamp-module_root__coOvT"};
|
|
966
|
-
styleInject(css_248z$g);
|
|
967
906
|
|
|
968
907
|
var Timestamp = function Timestamp(_ref) {
|
|
969
908
|
var publishedAt = _ref.publishedAt,
|
|
@@ -1056,9 +995,7 @@ var DangerousHTML = function DangerousHTML(_ref) {
|
|
|
1056
995
|
});
|
|
1057
996
|
};
|
|
1058
997
|
|
|
1059
|
-
var css_248z$h = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.EmbedBlock-module_root__28k9U {\n position: relative;\n\n margin: 15px 0\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_root__28k9U {\n margin: 25px 0 20px\n}\n }\n.EmbedBlock-module_root__28k9U:first-child {\n margin-top: 0;\n}\n.EmbedBlock-module_root__28k9U:last-child {\n margin-bottom: 0;\n}\n.EmbedBlock-module_root__28k9U figcaption {\n width: 100%;\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.EmbedBlock-module_object__2_UZ7 {\n position: relative;\n}\n.EmbedBlock-module_objectWrap__1aDVd {\n position: relative;\n\n display: -webkit-box;\n\n display: -webkit-flex;\n\n display: -ms-flexbox;\n\n display: flex;\n flex-flow: column nowrap;\n}\n.EmbedBlock-module_objectWrap__1aDVd iframe {\n display: block;\n\n width: 100px;\n min-width: 100%;\n\n border-width: 0;\n}\n.EmbedBlock-module_proportional__3lAv4 iframe,\n.EmbedBlock-module_proportional__3lAv4 video {\n position: absolute;\n top: 0;\n left: 0;\n\n height: 100%;\n}\n.EmbedBlock-module_objectWrap__1aDVd img,\n.EmbedBlock-module_objectWrap__1aDVd video {\n width: 100%;\n height: auto;\n}\n.EmbedBlock-module_attachment__2pE0t {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n align-items: flex-end;\n flex-direction: row;\n flex-wrap: nowrap;\n}\n.EmbedBlock-module_attachment__2pE0t figcaption {\n padding-left: 12px;\n}\n.EmbedBlock-module_default__LSDny,\n.EmbedBlock-module_xs__1hFgW {\n max-width: 650px\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_default__LSDny,\n.EmbedBlock-module_xs__1hFgW {\n margin-right: auto;\n margin-left: auto\n}\n }\n.EmbedBlock-module_full__1TEjx {\n max-width: 980px\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_full__1TEjx {\n margin-right: auto;\n margin-left: auto\n}\n }\n.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {\n margin-right: -20px;\n margin-left: -20px\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {\n margin-right: 0;\n margin-left: 0\n}\n }\n.EmbedBlock-module_super_full__1Fn9A {\n max-width: 100%;\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_super_full__1Fn9A .EmbedBlock-module_figure__vAvcN {\n margin-right: -15px;\n margin-left: -15px\n}\n }\n.EmbedBlock-module_dark__1be2G iframe {\n background-color: transparent;\n}\n.EmbedBlock-module_isInGroupedBlock__3r_i- {\n max-width: none\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_isInGroupedBlock__3r_i- {\n margin: 0\n}\n }\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_isInGroupedBlock__3r_i- .EmbedBlock-module_figure__vAvcN {\n margin: 0\n}\n }\n.EmbedBlock-module_isInGroupedBlock__3r_i- figcaption {\n max-width: none;\n margin-right: 0;\n margin-left: 0;\n}\n[data-frozen='true'] {\n position: relative;\n\n cursor: pointer;\n}\n[data-frozen='true']::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n\n content: '';\n pointer-events: none;\n\n background-image: url(\"data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 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.084.667-.18 1.062-.865.883-1.532-.18-.666-.866-1.062-1.533-.883-2.46.662-5.01 1-7.607 1-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25zm15.946-4.29c2.41-1.4 4.624-3.114 6.587-5.092.487-.49.484-1.282-.006-1.768s-1.282-.484-1.768.006c-1.81 1.823-3.852 3.403-6.07 4.694-.598.347-.8 1.113-.453 1.71.347.596 1.112.798 1.71.45zm11.632-11.716c1.382-2.417 2.442-5.007 3.147-7.713.174-.667-.226-1.35-.894-1.524-.667-.174-1.35.227-1.524.895-.65 2.492-1.625 4.877-2.898 7.102-.343.6-.135 1.363.464 1.706.6.343 1.363.135 1.706-.464zm4.172-15.912c-.015-2.816-.397-5.583-1.128-8.25-.183-.666-.87-1.058-1.537-.875-.665.183-1.057.87-.874 1.536.675 2.457 1.026 5.006 1.04 7.602.003.69.566 1.247 1.256 1.243.69-.003 1.247-.566 1.244-1.256zM62.376 18.91c-1.414-2.402-3.14-4.608-5.128-6.56-.492-.485-1.283-.478-1.767.015-.483.492-.476 1.284.016 1.767 1.833 1.8 3.423 3.834 4.726 6.046.35.595 1.117.793 1.712.443.594-.35.793-1.116.442-1.71zM50.598 7.34c-2.424-1.37-5.02-2.416-7.73-3.107-.668-.17-1.35.233-1.52.902-.17.67.234 1.35.903 1.52 2.496.637 4.886 1.6 7.118 2.86.6.34 1.363.13 1.703-.472.34-.602.13-1.364-.472-1.704zM34.665 3.25c-2.815.03-5.58.425-8.244 1.17-.664.187-1.052.877-.865 1.542.186.664.875 1.052 1.54.866 2.454-.687 5-1.052 7.596-1.078.69-.008 1.245-.573 1.238-1.263-.007-.692-.573-1.245-1.263-1.238zm-15.903 4.46c-2.393 1.426-4.59 3.163-6.533 5.162-.482.495-.47 1.287.024 1.768.496.48 1.287.47 1.768-.026 1.79-1.842 3.815-3.443 6.02-4.758.594-.354.788-1.12.434-1.714-.353-.593-1.12-.787-1.714-.433zM7.256 19.55c-1.357 2.43-2.39 5.032-3.065 7.745-.166.67.242 1.348.912 1.515.67.167 1.348-.24 1.515-.91.623-2.5 1.573-4.894 2.822-7.133.335-.603.12-1.365-.484-1.7-.603-.338-1.364-.122-1.7.48zM3.254 35.5c.043 2.813.454 5.577 1.214 8.237.19.663.882 1.047 1.545.857.664-.19 1.05-.88.86-1.545-.7-2.45-1.08-4.995-1.12-7.59-.01-.69-.578-1.24-1.27-1.23-.69.01-1.24.58-1.23 1.27zm4.543 15.88c1.44 2.385 3.188 4.573 5.197 6.505.497.478 1.29.463 1.767-.035.48-.497.464-1.29-.033-1.767-1.85-1.78-3.463-3.797-4.79-5.995-.356-.59-1.125-.78-1.716-.425-.59.357-.78 1.125-.423 1.716zm11.9 11.444c2.44 1.343 5.046 2.36 7.763 3.023.67.162 1.347-.25 1.51-.92.164-.67-.247-1.347-.918-1.51-2.502-.61-4.902-1.547-7.147-2.784-.605-.333-1.365-.113-1.698.492-.334.604-.114 1.365.49 1.698z' 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\");\n background-repeat: no-repeat;\n background-position: center;\n background-size: 70px 70px;\n}\n.EmbedBlock-module_gameEmbed__AZQSo {\n width: 100%;\n max-width: 650px;\n margin: 0 auto;\n\n border-radius: 2px;\n background: #fff;\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);\n}\n.EmbedBlock-module_gameEmbed__AZQSo iframe {\n display: block;\n\n width: 100%;\n\n border-width: 0;\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_mobile__1P-eo {\n display: none\n}\n }\n.EmbedBlock-module_mobile__1P-eo .EmbedBlock-module_figure__vAvcN {\n overflow: hidden;\n\n border-radius: 8px 8px 0 0;\n}\n.EmbedBlock-module_desktop__SF5a_ {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_desktop__SF5a_ {\n display: block\n}\n }\n.EmbedBlock-module_control__xr8dZ {\n position: absolute;\n z-index: 10;\n right: -8px;\n bottom: 12px;\n\n width: 28px;\n height: 28px;\n margin: 0;\n padding: 0;\n\n color: #fff;\n border-width: 0;\n border-radius: 14px;\n background-color: rgba(0, 0, 0, 0.7);\n background-image: url(\"data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 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 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.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 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E\");\n background-repeat: no-repeat;\n background-position: center;\n box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);\n}\n.EmbedBlock-module_raw_html__MQoAA {\n margin: 0 auto;\n}\n.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_figure__vAvcN {\n margin-right: -20px;\n margin-left: -20px\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_figure__vAvcN {\n margin-right: auto;\n margin-left: auto\n}\n }\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {\n margin-right: -11px;\n margin-left: -11px\n}\n@media only screen and (min-device-width: 64em) {\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,\n.EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {\n margin-right: auto;\n margin-left: auto\n}\n }\n.EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,\n.EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {\n overflow: hidden;\n\n margin-bottom: -16px;\n\n border-radius: 0 0 8px 8px\n}\n@media only screen and (min-device-width: 64em) {\n.EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,\n.EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {\n margin-bottom: -24px\n}\n }\n.EmbedBlock-module_isInAnswer__tLlgs {\n margin-top: 12px;\n margin-bottom: 12px\n}\n@media only screen and (min-device-width: 64em) {\n.EmbedBlock-module_isInAnswer__tLlgs {\n margin-top: 10px;\n margin-bottom: 10px\n}\n }\n.EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN {\n margin-right: 0;\n margin-left: 0;\n}\n.EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny .EmbedBlock-module_figure__vAvcN {\n margin-right: 0;\n margin-left: 0;\n}\n.EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny img {\n border-radius: 2px;\n}\n.EmbedBlock-module_wrapper__33XvX {\n position: relative;\n}\n.EmbedBlock-module_wrapper__33XvX .EmbedBlock-module_objectWrap__1aDVd {\n position: static;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_mobile__1P-eo {\n display: none\n}\n }\n.EmbedBlock-module_desktop__SF5a_ {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.EmbedBlock-module_desktop__SF5a_ {\n display: block\n}\n }\n/* XS */\n@media only screen and (min-device-width: 40.625em) {\n.EmbedBlock-module_xs__1hFgW {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n flex-flow: row nowrap\n}\n }\n.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {\n flex-shrink: 0;\n\n max-width: 33.3333333%;\n margin-right: 0;\n margin-left: 0\n}\n@media only screen and (min-device-width: 40.625em) {\n.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {\n width: 216px;\n margin-right: 15px\n}\n }\n.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN figcaption {\n padding-top: 12px;\n}\n.EmbedBlock-module_xs__1hFgW + h3,\n.EmbedBlock-module_xs__1hFgW + h4 {\n margin-top: 0;\n}\n";
|
|
1060
998
|
var styles$h = {"root":"EmbedBlock-module_root__28k9U","object":"EmbedBlock-module_object__2_UZ7","objectWrap":"EmbedBlock-module_objectWrap__1aDVd","proportional":"EmbedBlock-module_proportional__3lAv4","attachment":"EmbedBlock-module_attachment__2pE0t","default":"EmbedBlock-module_default__LSDny","xs":"EmbedBlock-module_xs__1hFgW","full":"EmbedBlock-module_full__1TEjx","super_full":"EmbedBlock-module_super_full__1Fn9A","figure":"EmbedBlock-module_figure__vAvcN","dark":"EmbedBlock-module_dark__1be2G","isInGroupedBlock":"EmbedBlock-module_isInGroupedBlock__3r_i-","gameEmbed":"EmbedBlock-module_gameEmbed__AZQSo","mobile":"EmbedBlock-module_mobile__1P-eo","desktop":"EmbedBlock-module_desktop__SF5a_","control":"EmbedBlock-module_control__xr8dZ","raw_html":"EmbedBlock-module_raw_html__MQoAA","youtube":"EmbedBlock-module_youtube__3gGQ5","vimeo":"EmbedBlock-module_vimeo__kpH1s","onetv":"EmbedBlock-module_onetv__3o33d","coub":"EmbedBlock-module_coub__38Mva","facebook_video":"EmbedBlock-module_facebook_video__1_M05","card":"EmbedBlock-module_card__KTbvp","slide":"EmbedBlock-module_slide__3cL3M","cc":"EmbedBlock-module_cc__1BQ5g","isInAnswer":"EmbedBlock-module_isInAnswer__tLlgs","picture":"EmbedBlock-module_picture__186q0","wrapper":"EmbedBlock-module_wrapper__33XvX"};
|
|
1061
|
-
styleInject(css_248z$h);
|
|
1062
999
|
|
|
1063
1000
|
var EmbedBlock = function EmbedBlock(_ref) {
|
|
1064
1001
|
var block = _ref.block,
|
|
@@ -1312,9 +1249,7 @@ var EmbedBlockContainer = function EmbedBlockContainer(_ref) {
|
|
|
1312
1249
|
});
|
|
1313
1250
|
};
|
|
1314
1251
|
|
|
1315
|
-
var css_248z$i = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.QuoteBlock-module_root__2GrcC {\n position: relative;\n\n margin-bottom: 14px;\n padding-left: 18px;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 18px;\n line-height: 24px\n}\n@media only screen and (min-device-width: 32em) {\n.QuoteBlock-module_root__2GrcC {\n margin: 0 0 20px;\n padding-left: 36px;\n\n font-size: 20px;\n line-height: 28px\n}\n }\n.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {\n margin-top: -14px;\n padding-top: 14px\n}\n@media only screen and (min-device-width: 32em) {\n.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {\n margin-top: -20px;\n padding-top: 20px\n}\n }\n.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {\n top: -10px;\n}\n.QuoteBlock-module_root__2GrcC:before {\n position: absolute;\n top: 5px;\n bottom: 7px;\n left: 0;\n\n width: 4px;\n\n content: '';\n\n border-radius: 2px;\n background-color: #ebebeb\n}\n@media only screen and (min-device-width: 32em) {\n.QuoteBlock-module_root__2GrcC:before {\n top: 4px;\n bottom: 6px\n}\n }\n.QuoteBlock-module_root__2GrcC:last-child {\n margin-bottom: 0;\n}\n.QuoteBlock-module_root__2GrcC p {\n margin: 0;\n}\n.QuoteBlock-module_root__2GrcC a {\n text-decoration: none;\n\n color: inherit;\n box-shadow: inset 0 -1px #b88b59;\n}\n.QuoteBlock-module_root__2GrcC a:hover {\n color: #b88b59;\n}\n.QuoteBlock-module_center__cTFNy {\n width: 100%;\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n";
|
|
1316
1252
|
var styles$i = {"root":"QuoteBlock-module_root__2GrcC","center":"QuoteBlock-module_center__cTFNy"};
|
|
1317
|
-
styleInject(css_248z$i);
|
|
1318
1253
|
|
|
1319
1254
|
var QuoteBlock = function QuoteBlock(_ref) {
|
|
1320
1255
|
var data = _ref.block.data,
|
|
@@ -1335,9 +1270,7 @@ var QuoteBlock = function QuoteBlock(_ref) {
|
|
|
1335
1270
|
}));
|
|
1336
1271
|
};
|
|
1337
1272
|
|
|
1338
|
-
var css_248z$j = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.CardTitle-module_root__1uqqF {\n margin-bottom: 11px\n}\n@media only screen and (min-device-width: 64em) {\n.CardTitle-module_root__1uqqF {\n margin-bottom: 10px;\n\n text-align: center\n}\n }\n.CardTitle-module_index__4FsTf {\n margin-bottom: 7px;\n\n color: #b88b59;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 20px;\n font-weight: 700;\n line-height: 24px;\n}\n.CardTitle-module_title__2iTI6 {\n color: #1d1d1d;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 20px;\n font-weight: 700;\n line-height: 24px\n}\n@media only screen and (min-device-width: 64em) {\n.CardTitle-module_title__2iTI6 {\n font-size: 28px;\n line-height: 34px\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.CardTitle-module_mobile__1_kij {\n display: none\n}\n }\n.CardTitle-module_desktop__1l3_n {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.CardTitle-module_desktop__1l3_n {\n display: block\n}\n }\n";
|
|
1339
1273
|
var styles$j = {"root":"CardTitle-module_root__1uqqF","index":"CardTitle-module_index__4FsTf","title":"CardTitle-module_title__2iTI6","mobile":"CardTitle-module_mobile__1_kij","desktop":"CardTitle-module_desktop__1l3_n"};
|
|
1340
|
-
styleInject(css_248z$j);
|
|
1341
1274
|
|
|
1342
1275
|
var CardTitle = function CardTitle(_ref) {
|
|
1343
1276
|
var _ref$block = _ref.block,
|
|
@@ -1355,9 +1288,7 @@ var CardTitle = function CardTitle(_ref) {
|
|
|
1355
1288
|
}, text));
|
|
1356
1289
|
};
|
|
1357
1290
|
|
|
1358
|
-
var css_248z$k = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.ChapterBlock-module_root__1WyVn {\n position: relative;\n\n margin: 38px auto 7px\n}\n@media only screen and (min-device-width: 32em) {\n.ChapterBlock-module_root__1WyVn {\n max-width: 650px;\n margin-top: 70px\n}\n }\n.ChapterBlock-module_root__1WyVn:first-child {\n margin-top: 0;\n}\n.ChapterBlock-module_root__1WyVn:last-child {\n margin-bottom: 0;\n}\n.ChapterBlock-module_subtitle__3TXll {\n display: inline-block;\n\n vertical-align: top;\n letter-spacing: 1px;\n text-transform: uppercase;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 12px;\n font-weight: 600;\n line-height: 12px\n}\n@media only screen and (min-device-width: 32em) {\n.ChapterBlock-module_subtitle__3TXll {\n font-size: 13px;\n line-height: 16px\n}\n }\n.ChapterBlock-module_subtitle__3TXll::after {\n display: block;\n\n width: 120px;\n padding: 0 0 7px;\n\n content: '';\n\n border-bottom: 1px solid #ccc\n}\n@media only screen and (min-device-width: 32em) {\n.ChapterBlock-module_subtitle__3TXll::after {\n padding: 0 0 6px\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.ChapterBlock-module_mobile__CiO0w {\n display: none\n}\n }\n.ChapterBlock-module_desktop__tk1Nk {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.ChapterBlock-module_desktop__tk1Nk {\n display: block\n}\n }\n\n";
|
|
1359
1291
|
var styles$k = {"root":"ChapterBlock-module_root__1WyVn","subtitle":"ChapterBlock-module_subtitle__3TXll","mobile":"ChapterBlock-module_mobile__CiO0w","desktop":"ChapterBlock-module_desktop__tk1Nk"};
|
|
1360
|
-
styleInject(css_248z$k);
|
|
1361
1292
|
|
|
1362
1293
|
var ChapterBlock = function ChapterBlock(_ref) {
|
|
1363
1294
|
var block = _ref.block,
|
|
@@ -1380,13 +1311,9 @@ var generateGradient = function generateGradient(color) {
|
|
|
1380
1311
|
return "linear-gradient(-180deg, " + gradient + ")";
|
|
1381
1312
|
};
|
|
1382
1313
|
|
|
1383
|
-
var css_248z$l = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Cover-module_root__18Z8J {\n display: block;\n}\n";
|
|
1384
1314
|
var styles$l = {"root":"Cover-module_root__18Z8J"};
|
|
1385
|
-
styleInject(css_248z$l);
|
|
1386
1315
|
|
|
1387
|
-
var css_248z$m = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.SimpleTitle-module_root__2jVQN {\n margin: 0 0 18px;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 20px;\n font-weight: normal;\n line-height: 23px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleTitle-module_root__2jVQN {\n margin-bottom: 15px;\n\n font-size: 36px;\n line-height: 40px\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.SimpleTitle-module_mobile__11gBz {\n display: none\n}\n }\n.SimpleTitle-module_desktop__3yXgy {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleTitle-module_desktop__3yXgy {\n display: block\n}\n }\n";
|
|
1388
1316
|
var styles$m = {"root":"SimpleTitle-module_root__2jVQN","mobile":"SimpleTitle-module_mobile__11gBz","desktop":"SimpleTitle-module_desktop__3yXgy"};
|
|
1389
|
-
styleInject(css_248z$m);
|
|
1390
1317
|
|
|
1391
1318
|
var SimpleTitle = function SimpleTitle(_ref) {
|
|
1392
1319
|
var _ref$block = _ref.block,
|
|
@@ -1405,9 +1332,7 @@ var SimpleTitle = function SimpleTitle(_ref) {
|
|
|
1405
1332
|
}, first);
|
|
1406
1333
|
};
|
|
1407
1334
|
|
|
1408
|
-
var css_248z$n = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.RichTitle-module_root__BK_WT {\n margin: 0 0 18px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 19px;\n font-weight: 700;\n line-height: 23px\n}\n@media only screen and (min-device-width: 48em) {\n.RichTitle-module_root__BK_WT {\n margin-bottom: 15px;\n\n font-size: 37px;\n line-height: 42px\n}\n }\n.RichTitle-module_root__BK_WT:last-child {\n margin-bottom: 0;\n}\n.RichTitle-module_root__BK_WT span {\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 20px;\n font-weight: normal\n}\n@media only screen and (min-device-width: 48em) {\n.RichTitle-module_root__BK_WT span {\n font-size: 38px\n}\n }\n@media only screen and (min-device-width: 32em) {\n.RichTitle-module_slide__1A-gB,\n.RichTitle-module_game__1g8Bn {\n text-align: center\n}\n }\n@media only screen and (min-device-width: 64em) {\n.RichTitle-module_half__10GRI {\n font-size: 33px;\n line-height: 36px\n}\n }\n@media only screen and (min-device-width: 64em) {\n.RichTitle-module_half__10GRI span {\n font-size: 34px\n}\n }\n.RichTitle-module_game__1g8Bn:first-child {\n padding-top: 9px;\n}\n.RichTitle-module_featured__wJfaQ {\n letter-spacing: 0.3px;\n\n font-size: 28px;\n line-height: 30px;\n}\n.RichTitle-module_featured__wJfaQ span {\n display: block;\n\n padding-top: 2px;\n\n font-size: 18px;\n line-height: 24px;\n}\n@media only screen and (min-device-width: 32em) {\n.RichTitle-module_mobile__1Cb6E {\n display: none\n}\n }\n.RichTitle-module_desktop__2ixSQ {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.RichTitle-module_desktop__2ixSQ {\n display: block\n}\n }\n";
|
|
1409
1335
|
var styles$n = {"root":"RichTitle-module_root__BK_WT","slide":"RichTitle-module_slide__1A-gB","game":"RichTitle-module_game__1g8Bn","half":"RichTitle-module_half__10GRI","featured":"RichTitle-module_featured__wJfaQ","mobile":"RichTitle-module_mobile__1Cb6E","desktop":"RichTitle-module_desktop__2ixSQ"};
|
|
1410
|
-
styleInject(css_248z$n);
|
|
1411
1336
|
|
|
1412
1337
|
var RichTitle = function RichTitle(_ref) {
|
|
1413
1338
|
var _ref$block = _ref.block,
|
|
@@ -1429,9 +1354,7 @@ var RichTitle = function RichTitle(_ref) {
|
|
|
1429
1354
|
}, first, second && React__default.createElement("span", null, " ", second));
|
|
1430
1355
|
};
|
|
1431
1356
|
|
|
1432
|
-
var css_248z$o = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n/* stylelint-disable declaration-empty-line-before */\nspan[data-body] {\n position: relative;\n\n padding: 0 4px;\n\n cursor: pointer;\n white-space: pre-wrap;\n\n border-radius: 4px;\n background: #F8F8F8;\n box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3\n}\n@media only screen and (min-device-width: 48em) {\nspan[data-body] {\n padding-bottom: 1px\n}\n }\nspan[data-body]:hover {\n background: #F3F3F3;\n box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;\n}\n.dark span[data-body] {\n background-color: #5B5B5B;\n box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;\n}\n.dark span[data-body]:hover {\n background-color: #5B5B5B;\n box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;\n}\n.SimpleBlock-module_p__Q3azD {\n margin: 0 0 14px;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 18px;\n line-height: 24px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_p__Q3azD {\n margin: 0 0 20px;\n\n font-size: 20px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_p__Q3azD a,\n.SimpleBlock-module_h2__S0LRs a,\n.SimpleBlock-module_h3__2Kv7Y a,\n.SimpleBlock-module_h4__2TJO3 a,\n.SimpleBlock-module_lead__35nXx a,\n.SimpleBlock-module_lead_hr__1yD5v a,\n.SimpleBlock-module_context_p__33saY a {\n text-decoration: none;\n\n color: inherit;\n box-shadow: inset 0 -1px #b88b59;\n}\n.SimpleBlock-module_p__Q3azD a:hover,\n.SimpleBlock-module_h2__S0LRs a:hover,\n.SimpleBlock-module_h3__2Kv7Y a:hover,\n.SimpleBlock-module_h4__2TJO3 a:hover,\n.SimpleBlock-module_lead__35nXx a:hover,\n.SimpleBlock-module_lead_hr__1yD5v a:hover,\n.SimpleBlock-module_context_p__33saY a:hover {\n color: #b88b59;\n}\n.SimpleBlock-module_h3__2Kv7Y:first-child,\n.SimpleBlock-module_h4__2TJO3:first-child,\n.SimpleBlock-module_p__Q3azD:first-child,\n.SimpleBlock-module_lead__35nXx:first-child,\n.SimpleBlock-module_blockquote__pwpcX:first-child {\n margin-top: 0;\n}\n.SimpleBlock-module_p__Q3azD:last-child,\n.SimpleBlock-module_blockquote__pwpcX:last-child,\n.SimpleBlock-module_lead__35nXx:last-child,\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,\n.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,\n.SimpleBlock-module_h2__S0LRs:last-child {\n margin-bottom: 0;\n}\n.SimpleBlock-module_h2__S0LRs {\n max-width: 520px;\n margin: 0 0 15px;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 25px;\n font-weight: bold;\n line-height: 28px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_h2__S0LRs {\n margin: 0 0 45px;\n\n font-size: 37px;\n line-height: 39px\n}\n }\n.SimpleBlock-module_h2__S0LRs + figure {\n margin-top: 15px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_h2__S0LRs + figure {\n margin-top: -20px\n}\n }\n.SimpleBlock-module_h3__2Kv7Y {\n margin-top: 29px;\n margin-bottom: 10px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 20px;\n font-weight: bold;\n line-height: 24px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_h3__2Kv7Y {\n margin-top: 45px;\n margin-bottom: 15px;\n\n font-size: 28px;\n line-height: 34px\n}\n }\n.SimpleBlock-module_h4__2TJO3 {\n margin-top: 26px;\n margin-bottom: 11px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 17px;\n font-weight: bold;\n line-height: 21px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_h4__2TJO3 {\n margin-top: 45px;\n margin-bottom: 15px;\n\n font-size: 21px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,\n.SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {\n margin-top: 0;\n}\n.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {\n margin-top: 15px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {\n margin-top: 15px\n}\n }\n.SimpleBlock-module_p__Q3azD + ul,\n.SimpleBlock-module_p__Q3azD + ol,\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {\n margin-top: -9px;\n}\n.SimpleBlock-module_blockquote__pwpcX {\n margin: 16px 0;\n padding: 12px 12px 13px;\n\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 8px;\n background: #fff8c4;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n font-weight: normal;\n line-height: 22px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_blockquote__pwpcX {\n margin: 25px 0;\n padding: 12px 15px 13px;\n\n font-size: 18px;\n line-height: 26px\n}\n }\n.SimpleBlock-module_blockquote__pwpcX a {\n text-decoration: none;\n\n color: #000;\n box-shadow: inset 0 -1px #000;\n}\n.SimpleBlock-module_blockquote__pwpcX a:hover {\n color: #b88b59;\n box-shadow: inset 0 -1px #b88b59;\n}\n.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {\n color: #000;\n}\n.SimpleBlock-module_lead__35nXx {\n position: relative;\n\n margin-top: 30px;\n margin-bottom: 0;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n line-height: 22px\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_lead__35nXx {\n margin-top: 25px;\n\n font-size: 20px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_lead__35nXx [data-body] {\n padding-top: 1px;\n}\n.SimpleBlock-module_lead_hr__1yD5v {\n display: block;\n\n width: 100%;\n max-width: 650px;\n margin: 30px auto;\n\n border-bottom: 1px solid #e5e5e5\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_lead_hr__1yD5v {\n margin: 45px auto\n}\n }\nmark {\n position: relative;\n\n white-space: pre-wrap;\n\n background-color: #fff3bc;\n\n font-weight: inherit;\n font-style: inherit\n}\n@media only screen and (min-device-width: 32em) {\nmark {\n padding-bottom: 1px\n}\n }\na mark {\n z-index: 1;\n\n padding-bottom: 0;\n\n color: inherit;\n box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;\n}\n.SimpleBlock-module_context_p__33saY {\n position: relative;\n\n margin: 0 0 15px;\n padding: 0 0 0 23px;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 18px;\n line-height: 22px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_context_p__33saY {\n padding: 0 0 0 38px;\n\n font-size: 20px;\n line-height: 27px\n}\n }\n.SimpleBlock-module_context_p__33saY::before {\n position: absolute;\n top: 0;\n left: 5px;\n\n width: 8px;\n\n content: '\\2022';\n text-align: center;\n\n color: #b88b59;\n\n font-size: 18px;\n line-height: inherit\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_context_p__33saY::before {\n left: 0;\n\n width: 36px;\n\n text-align: center;\n\n font-size: 20px\n}\n }\n.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {\n content: none;\n}\n.SimpleBlock-module_center__2rjif {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {\n font-size: 20px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {\n margin-bottom: 18px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {\n margin-top: 27px;\n margin-bottom: 20px;\n\n font-size: 20px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {\n margin-bottom: 15px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {\n margin-top: 20px;\n\n font-size: 20px;\n line-height: 28px\n}\n }\n.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,\n.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {\n margin-top: 0;\n}\n.SimpleBlock-module_isInImportantLead__3VGzT {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n line-height: 22px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_isInImportantLead__3VGzT {\n font-size: 18px;\n line-height: 26px\n}\n }\n.SimpleBlock-module_slide__Aqgfu {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {\n margin-top: 6px;\n margin-bottom: 6px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n line-height: 22px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {\n margin-top: 12px;\n margin-bottom: 12px;\n\n font-size: 18px;\n line-height: 26px\n}\n }\n.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {\n margin-top: 12px;\n margin-bottom: 12px\n}\n@media only screen and (min-device-width: 48em) {\n.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {\n margin-top: 10px;\n margin-bottom: 10px\n}\n }\n.SimpleBlock-module_isInAnswer__3aX6X:first-child {\n margin-top: 6px;\n}\n.SimpleBlock-module_isInAnswer__3aX6X:last-child {\n margin-bottom: 0;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_mobile__Ckgek {\n display: none\n}\n }\n.SimpleBlock-module_desktop__2se2o {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.SimpleBlock-module_desktop__2se2o {\n display: block\n}\n }\n";
|
|
1433
1357
|
var styles$o = {"p":"SimpleBlock-module_p__Q3azD","h2":"SimpleBlock-module_h2__S0LRs","h3":"SimpleBlock-module_h3__2Kv7Y","h4":"SimpleBlock-module_h4__2TJO3","lead":"SimpleBlock-module_lead__35nXx","lead_hr":"SimpleBlock-module_lead_hr__1yD5v","context_p":"SimpleBlock-module_context_p__33saY","blockquote":"SimpleBlock-module_blockquote__pwpcX","game":"SimpleBlock-module_game__2sjgl","slide":"SimpleBlock-module_slide__Aqgfu","dark":"SimpleBlock-module_dark__1J_ov","isInIntro":"SimpleBlock-module_isInIntro__DfutD","center":"SimpleBlock-module_center__2rjif","isInImportantLead":"SimpleBlock-module_isInImportantLead__3VGzT","isInAnswer":"SimpleBlock-module_isInAnswer__3aX6X","mobile":"SimpleBlock-module_mobile__Ckgek","desktop":"SimpleBlock-module_desktop__2se2o"};
|
|
1434
|
-
styleInject(css_248z$o);
|
|
1435
1358
|
|
|
1436
1359
|
var SimpleBlock = function SimpleBlock(_ref) {
|
|
1437
1360
|
var _ref$block = _ref.block,
|
|
@@ -1473,9 +1396,7 @@ var SimpleBlock = function SimpleBlock(_ref) {
|
|
|
1473
1396
|
});
|
|
1474
1397
|
};
|
|
1475
1398
|
|
|
1476
|
-
var css_248z$p = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.ListBlock-module_root__3Q3Ga {\n margin: 15px 0;\n padding: 0;\n\n list-style: none;\n\n font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;\n font-size: 18px;\n line-height: 24px\n}\n@media only screen and (min-device-width: 32em) {\n.ListBlock-module_root__3Q3Ga {\n font-size: 20px;\n line-height: 28px\n}\n }\n@media only screen and (min-device-width: 48em) {\n.ListBlock-module_root__3Q3Ga {\n margin: 20px 0\n}\n }\n.ListBlock-module_root__3Q3Ga:first-child {\n margin-top: 0;\n}\n.ListBlock-module_root__3Q3Ga:last-child {\n margin-bottom: 0;\n}\n.ListBlock-module_root__3Q3Ga a {\n color: inherit;\n box-shadow: inset 0 -1px #b88b59;\n}\n.ListBlock-module_root__3Q3Ga a:hover {\n color: #b88b59;\n}\n.ListBlock-module_root__3Q3Ga li {\n position: relative;\n\n margin-bottom: 6px;\n}\n.ListBlock-module_root__3Q3Ga mark {\n position: relative;\n\n white-space: pre-wrap;\n\n background-color: #fff3bc;\n\n font-weight: inherit;\n font-style: inherit\n}\n@media only screen and (min-device-width: 32em) {\n.ListBlock-module_root__3Q3Ga mark {\n padding-bottom: 1px\n}\n }\n.ListBlock-module_root__3Q3Ga a mark {\n color: inherit;\n box-shadow: inset 0 -1px #b88b59;\n}\n.ListBlock-module_ol__21CgV {\n counter-reset: list 0;\n}\n.ListBlock-module_ol__21CgV li {\n padding: 0 0 0 33px;\n}\n.ListBlock-module_ol__21CgV li::before {\n position: absolute;\n left: 0;\n\n width: 23px;\n\n content: counter(list) '. ';\n counter-increment: list;\n text-align: right;\n white-space: nowrap;\n}\n.ListBlock-module_ul__2MRrS li {\n padding: 0 0 0 23px\n}\n@media only screen and (min-device-width: 48em) {\n.ListBlock-module_ul__2MRrS li {\n padding: 0 0 0 38px\n}\n }\n.ListBlock-module_ul__2MRrS li:last-child {\n margin-bottom: 0;\n}\n.ListBlock-module_ul__2MRrS li::before {\n position: absolute;\n top: 0;\n left: 5px;\n\n width: 8px;\n\n content: '\\2022';\n text-align: center;\n\n color: #b88b59;\n\n font-size: 18px;\n line-height: inherit\n}\n@media only screen and (min-device-width: 48em) {\n.ListBlock-module_ul__2MRrS li::before {\n left: 0;\n\n width: 36px;\n\n text-align: center;\n\n font-size: 20px\n}\n }\n.ListBlock-module_center__tdIwd {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n.ListBlock-module_isInImportantLead__UP0ic {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n line-height: 20px\n}\n@media only screen and (min-device-width: 48em) {\n.ListBlock-module_isInImportantLead__UP0ic {\n font-size: 17px;\n line-height: 24px\n}\n }\n.ListBlock-module_dark__3E3tV a {\n color: inherit;\n}\n.ListBlock-module_dark__3E3tV a:hover {\n color: #b88b59;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.ListBlock-module_mobile__2-nuV {\n display: none\n}\n }\n.ListBlock-module_desktop__1EE0g {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.ListBlock-module_desktop__1EE0g {\n display: block\n}\n }\n";
|
|
1477
1399
|
var styles$p = {"root":"ListBlock-module_root__3Q3Ga","ol":"ListBlock-module_ol__21CgV","ul":"ListBlock-module_ul__2MRrS","center":"ListBlock-module_center__tdIwd","isInImportantLead":"ListBlock-module_isInImportantLead__UP0ic","dark":"ListBlock-module_dark__3E3tV","mobile":"ListBlock-module_mobile__2-nuV","desktop":"ListBlock-module_desktop__1EE0g"};
|
|
1478
|
-
styleInject(css_248z$p);
|
|
1479
1400
|
|
|
1480
1401
|
var ListBlock = function ListBlock(_ref) {
|
|
1481
1402
|
var _ref$block = _ref.block,
|
|
@@ -1501,9 +1422,7 @@ var ListBlock = function ListBlock(_ref) {
|
|
|
1501
1422
|
}));
|
|
1502
1423
|
};
|
|
1503
1424
|
|
|
1504
|
-
var css_248z$q = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.RelatedBlock-module_root__IKcQq {\n margin: 16px 0;\n\n border-radius: 8px;\n background-color: #f5f5f5;\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c\n}\n@media only screen and (min-device-width: 48em) {\n.RelatedBlock-module_root__IKcQq {\n margin: 25px 0\n}\n }\n.RelatedBlock-module_root__IKcQq:last-child {\n margin-bottom: 0;\n}\n.RelatedBlock-module_root__IKcQq:first-child {\n margin-top: 0;\n}\n.RelatedBlock-module_root__IKcQq a {\n display: block;\n\n padding: 12px 12px 13px;\n\n transition: color 0.15s;\n text-decoration: none;\n\n color: #000;\n box-shadow: none;\n\n font-size: 17px;\n line-height: 20px\n}\n@media only screen and (min-device-width: 48em) {\n.RelatedBlock-module_root__IKcQq a {\n padding: 15px 20px 17px;\n\n font-size: 19px;\n line-height: 23px\n}\n }\n.RelatedBlock-module_root__IKcQq a:hover {\n color: #5c5c5c;\n}\n.RelatedBlock-module_header__2SuWP {\n margin: 0;\n padding: 14px 12px 3px;\n\n letter-spacing: 1px;\n text-transform: uppercase;\n\n color: #7F7F7F;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 12px;\n font-weight: 600;\n line-height: 17px\n}\n@media only screen and (min-device-width: 48em) {\n.RelatedBlock-module_header__2SuWP {\n padding: 20px 20px 14px;\n\n font-size: 14px;\n line-height: 16px\n}\n }\n.RelatedBlock-module_items__2V-Ap {\n margin: 0;\n padding-left: 0;\n\n list-style: none;\n}\n.RelatedBlock-module_items__2V-Ap li {\n padding: 0;\n}\n.RelatedBlock-module_items__2V-Ap li + li {\n border-top: 1px solid #e6e6e6;\n}\n.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n font-weight: 700;\n line-height: 18px\n}\n@media only screen and (min-device-width: 48em) {\n.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {\n font-size: 18px\n}\n }\n.RelatedBlock-module_simple__29HVO {\n}\n.RelatedBlock-module_center__1LmW8 {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {\n margin-top: 0;\n}\n.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {\n margin-bottom: 0;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.RelatedBlock-module_mobile__2XM5a {\n display: none\n}\n }\n.RelatedBlock-module_desktop__2mXeq {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.RelatedBlock-module_desktop__2mXeq {\n display: block\n}\n }\n\n";
|
|
1505
1425
|
var styles$q = {"root":"RelatedBlock-module_root__IKcQq","header":"RelatedBlock-module_header__2SuWP","items":"RelatedBlock-module_items__2V-Ap","rich":"RelatedBlock-module_rich__ddaHq","first":"RelatedBlock-module_first__BKItW","simple":"RelatedBlock-module_simple__29HVO","center":"RelatedBlock-module_center__1LmW8","isInSlideMaterial":"RelatedBlock-module_isInSlideMaterial__2YSYG","mobile":"RelatedBlock-module_mobile__2XM5a","desktop":"RelatedBlock-module_desktop__2mXeq"};
|
|
1506
|
-
styleInject(css_248z$q);
|
|
1507
1426
|
|
|
1508
1427
|
var RelatedBlock = function RelatedBlock(_ref) {
|
|
1509
1428
|
var _ref$block = _ref.block,
|
|
@@ -1539,9 +1458,7 @@ var RelatedBlock = function RelatedBlock(_ref) {
|
|
|
1539
1458
|
})));
|
|
1540
1459
|
};
|
|
1541
1460
|
|
|
1542
|
-
var css_248z$r = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.SourceBlock-module_root__1P3XD {\n display: block;\n\n margin: 18px 0 15px;\n padding: 12px 11px 13px;\n\n color: #000;\n border-left: 4px solid #b88b59;\n border-radius: 2px 8px 8px 2px;\n background-color: #f5f5f5;\n\n font-size: 16px;\n line-height: 20px\n}\n@media only screen and (min-device-width: 48em) {\n.SourceBlock-module_root__1P3XD {\n margin-top: 25px;\n margin-bottom: 25px;\n padding: 18px 16px 12px\n}\n }\n.SourceBlock-module_root__1P3XD:hover,\n.SourceBlock-module_root__1P3XD:visited {\n background-color: #ededed;\n}\n.SourceBlock-module_root__1P3XD blockquote {\n margin: 0;\n}\n.SourceBlock-module_root__1P3XD a {\n text-decoration: none;\n\n color: inherit;\n}\n.SourceBlock-module_text__Si4vm {\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n}\n.SourceBlock-module_text__Si4vm p {\n margin: 0;\n\n font-size: 16px;\n line-height: 22px\n}\n@media only screen and (min-device-width: 48em) {\n.SourceBlock-module_text__Si4vm p {\n font-size: 18px;\n line-height: 26px\n}\n }\n.SourceBlock-module_root__1P3XD p + p {\n margin-top: 12px;\n}\n.SourceBlock-module_root__1P3XD footer {\n margin-top: 12px;\n padding-top: 10px;\n\n border-top: 1px solid #d6d6d6\n}\n@media only screen and (min-device-width: 48em) {\n.SourceBlock-module_root__1P3XD footer {\n margin-top: 18px;\n padding-top: 12px\n}\n }\n.SourceBlock-module_origin__l3JbO {\n letter-spacing: 1px;\n text-transform: uppercase;\n pointer-events: none;\n\n color: #292929;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n font-weight: bold;\n font-style: normal;\n line-height: 22px\n}\n@media only screen and (min-device-width: 48em) {\n.SourceBlock-module_origin__l3JbO {\n font-size: 18px;\n line-height: 26px\n}\n }\n.SourceBlock-module_center__3P93B {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.SourceBlock-module_mobile__2gw4S {\n display: none\n}\n }\n.SourceBlock-module_desktop__DecT6 {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.SourceBlock-module_desktop__DecT6 {\n display: block\n}\n }\n";
|
|
1543
1461
|
var styles$r = {"root":"SourceBlock-module_root__1P3XD","text":"SourceBlock-module_text__Si4vm","origin":"SourceBlock-module_origin__l3JbO","center":"SourceBlock-module_center__3P93B","mobile":"SourceBlock-module_mobile__2gw4S","desktop":"SourceBlock-module_desktop__DecT6"};
|
|
1544
|
-
styleInject(css_248z$r);
|
|
1545
1462
|
|
|
1546
1463
|
var SourceBlock = function SourceBlock(_ref) {
|
|
1547
1464
|
var _ref$block = _ref.block,
|
|
@@ -1576,9 +1493,7 @@ var SourceBlock = function SourceBlock(_ref) {
|
|
|
1576
1493
|
}, origin))));
|
|
1577
1494
|
};
|
|
1578
1495
|
|
|
1579
|
-
var css_248z$s = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.GroupedBlock-module_root__2qfQA {\n max-width: 644px;\n margin: 15px auto 0\n}\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_root__2qfQA {\n max-width: none;\n margin-top: 25px;\n margin-bottom: 20px\n}\n }\n.GroupedBlock-module_hasFigcaption__2_mcf {\n margin-bottom: 15px;\n}\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {\n margin-top: 25px\n}\n }\n.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {\n margin-bottom: 0;\n}\n.GroupedBlock-module_items__2DV2X {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap\n}\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_items__2DV2X {\n flex-direction: row\n}\n }\n.GroupedBlock-module_item__3sz9_ {\n flex-grow: 1;\n\n width: 100%;\n min-width: 100%;\n max-width: 100%;\n margin-bottom: 20px\n}\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_item__3sz9_ {\n min-width: 0;\n max-width: none;\n margin-bottom: 0\n}\n }\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {\n margin-left: 15px\n}\n }\n.GroupedBlock-module_figcaption__2Q_wf {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n/* DISPLAY */\n@media only screen and (min-device-width: 48em) {\n.GroupedBlock-module_default__3ylw_ {\n max-width: 650px\n}\n }\n.GroupedBlock-module_full__1dzQR {\n max-width: 980px;\n}\n.GroupedBlock-module_super_full__1PU72 {\n max-width: 1680px;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.GroupedBlock-module_mobile__3n8Ub {\n display: none\n}\n }\n.GroupedBlock-module_desktop__6ZRpA {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.GroupedBlock-module_desktop__6ZRpA {\n display: block\n}\n }\n\n";
|
|
1580
1496
|
var styles$s = {"root":"GroupedBlock-module_root__2qfQA","hasFigcaption":"GroupedBlock-module_hasFigcaption__2_mcf","item":"GroupedBlock-module_item__3sz9_","items":"GroupedBlock-module_items__2DV2X","figcaption":"GroupedBlock-module_figcaption__2Q_wf","default":"GroupedBlock-module_default__3ylw_","full":"GroupedBlock-module_full__1dzQR","super_full":"GroupedBlock-module_super_full__1PU72","mobile":"GroupedBlock-module_mobile__3n8Ub","desktop":"GroupedBlock-module_desktop__6ZRpA"};
|
|
1581
|
-
styleInject(css_248z$s);
|
|
1582
1497
|
|
|
1583
1498
|
var GroupedBlock = function GroupedBlock(_ref) {
|
|
1584
1499
|
var block = _ref.block,
|
|
@@ -1625,9 +1540,7 @@ var GroupedBlock = function GroupedBlock(_ref) {
|
|
|
1625
1540
|
})));
|
|
1626
1541
|
};
|
|
1627
1542
|
|
|
1628
|
-
var css_248z$t = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.MetaItem-module_root__2VQom {\n display: inline;\n\n margin-right: 15px;\n}\n.MetaItem-module_root__2VQom > svg {\n display: inline-block;\n\n margin-right: 1px;\n\n vertical-align: top;\n\n color: inherit;\n\n fill: currentColor;\n}\n.MetaItem-module_root__2VQom a {\n display: inline;\n\n text-decoration: underline;\n\n color: inherit;\n\n -webkit-text-decoration-skip: auto;\n}\n.MetaItem-module_root__2VQom a:hover {\n color: #b88b59;\n}\n.MetaItem-module_hasBullets__CkQPI {\n margin-right: 0;\n}\n.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {\n display: inline-block;\n\n padding-right: 0.4em;\n padding-left: 0.4em;\n\n content: '\\B7';\n}\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI {\n width: 100%;\n margin-top: 3px;\n margin-bottom: 3px\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI:first-child {\n margin-top: 0\n}\n }\n.MetaItem-module_hasSource__1DmCI:last-child {\n margin-bottom: 0;\n}\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {\n display: none\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,\n.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {\n display: inline-block\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_datetime__3tOWm,\n.MetaItem-module_listened__lwvAO,\n.MetaItem-module_read__5eAIG {\n width: auto\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {\n order: -2\n}\n }\n@media only screen and (max-device-width: 32.1875em) {\n.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,\n.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {\n order: -1;\n\n margin-top: 0\n}\n }\n.MetaItem-module_read__5eAIG svg {\n margin-top: -1px;\n}\n";
|
|
1629
1543
|
var styles$t = {"root":"MetaItem-module_root__2VQom","hasBullets":"MetaItem-module_hasBullets__CkQPI","hasSource":"MetaItem-module_hasSource__1DmCI","listened":"MetaItem-module_listened__lwvAO","read":"MetaItem-module_read__5eAIG","datetime":"MetaItem-module_datetime__3tOWm"};
|
|
1630
|
-
styleInject(css_248z$t);
|
|
1631
1544
|
|
|
1632
1545
|
var MetaItem = function MetaItem(_ref) {
|
|
1633
1546
|
var hasSource = _ref.hasSource,
|
|
@@ -1641,9 +1554,7 @@ var MetaItem = function MetaItem(_ref) {
|
|
|
1641
1554
|
}, children);
|
|
1642
1555
|
};
|
|
1643
1556
|
|
|
1644
|
-
var css_248z$u = "/* stylelint-disable declaration-empty-line-before */\n/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.MetaItemLive-module_root__2mpD3 {\n position: relative;\n\n display: inline-block;\n\n width: 18px;\n height: 18px;\n\n vertical-align: middle;\n}\n.MetaItemLive-module_gold__3yZEV {\n color: #b88b59;\n}\n.MetaItemLive-module_root__2mpD3::before,\n.MetaItemLive-module_root__2mpD3::after,\n.MetaItemLive-module_frame__1H_Ha {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 0;\n}\n.MetaItemLive-module_root__2mpD3 {\n margin-top: -4px;\n margin-right: 1px;\n\n transform: translateY(1px);\n}\n.MetaItemLive-module_root__2mpD3::before,\n.MetaItemLive-module_root__2mpD3::after,\n.MetaItemLive-module_frame__1H_Ha {\n\n border-radius: 50%;\n transform: scale(0);\n\n -webkit-animation-duration: 1.05s;\n\n animation-duration: 1.05s;\n -webkit-animation-timing-function: linear;\n animation-timing-function: linear;\n -webkit-animation-iteration-count: infinite;\n animation-iteration-count: infinite;\n}\n.MetaItemLive-module_frame__1H_Ha {\n\n background: currentColor;\n\n -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;\n\n animation-name: MetaItemLive-module_liveMiddle__wyuV3;\n}\n.MetaItemLive-module_root__2mpD3::before,\n.MetaItemLive-module_root__2mpD3::after {\n\n border: 1px solid currentColor;\n\n content: '';\n}\n.MetaItemLive-module_root__2mpD3::before {\n -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;\n animation-name: MetaItemLive-module_liveFirstWave__3dbvz;\n}\n.MetaItemLive-module_root__2mpD3::after {\n -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;\n animation-name: MetaItemLive-module_liveSecondWave__12g57;\n}\n@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {\n 14% {\n transform: scale(0);\n }\n\n 30% {\n transform: scale(0.22);\n }\n\n 63% {\n transform: scale(0.22);\n }\n\n 70% {\n transform: scale(0);\n }\n\n 100% {\n transform: scale(0);\n }\n}\n@keyframes MetaItemLive-module_liveMiddle__wyuV3 {\n 14% {\n transform: scale(0);\n }\n\n 30% {\n transform: scale(0.22);\n }\n\n 63% {\n transform: scale(0.22);\n }\n\n 70% {\n transform: scale(0);\n }\n\n 100% {\n transform: scale(0);\n }\n}\n@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {\n 21% {\n transform: scale(0.1);\n }\n\n 53% {\n transform: scale(0.33);\n }\n\n 100% {\n transform: scale(0.66);\n\n opacity: 0;\n }\n}\n@keyframes MetaItemLive-module_liveFirstWave__3dbvz {\n 21% {\n transform: scale(0.1);\n }\n\n 53% {\n transform: scale(0.33);\n }\n\n 100% {\n transform: scale(0.66);\n\n opacity: 0;\n }\n}\n@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {\n 21% {\n transform: scale(0.22);\n }\n\n 53% {\n transform: scale(0.55);\n }\n\n 100% {\n transform: scale(0.88);\n\n opacity: 0;\n }\n}\n@keyframes MetaItemLive-module_liveSecondWave__12g57 {\n 21% {\n transform: scale(0.22);\n }\n\n 53% {\n transform: scale(0.55);\n }\n\n 100% {\n transform: scale(0.88);\n\n opacity: 0;\n }\n}\n";
|
|
1645
1557
|
var styles$u = {"root":"MetaItemLive-module_root__2mpD3","gold":"MetaItemLive-module_gold__3yZEV","frame":"MetaItemLive-module_frame__1H_Ha","liveMiddle":"MetaItemLive-module_liveMiddle__wyuV3","liveFirstWave":"MetaItemLive-module_liveFirstWave__3dbvz","liveSecondWave":"MetaItemLive-module_liveSecondWave__12g57"};
|
|
1646
|
-
styleInject(css_248z$u);
|
|
1647
1558
|
|
|
1648
1559
|
var MetaItemLive = function MetaItemLive(_ref) {
|
|
1649
1560
|
var _ref$theme = _ref.theme,
|
|
@@ -1679,9 +1590,7 @@ var pluralize = function pluralize(number, one, two, five) {
|
|
|
1679
1590
|
return five;
|
|
1680
1591
|
};
|
|
1681
1592
|
|
|
1682
|
-
var css_248z$v = "/* stylelint-disable declaration-empty-line-before */\n/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.DocumentItemsCount-module_root__P3q-z {\n display: inline;\n\n line-height: inherit;\n}\n.DocumentItemsCount-module_root__P3q-z svg {\n vertical-align: top;\n}\n.DocumentItemsCount-module_items__3pfxW {\n margin-left: 1px;\n\n vertical-align: top;\n}\n";
|
|
1683
1593
|
var styles$v = {"root":"DocumentItemsCount-module_root__P3q-z","items":"DocumentItemsCount-module_items__3pfxW"};
|
|
1684
|
-
styleInject(css_248z$v);
|
|
1685
1594
|
|
|
1686
1595
|
var DocumentItemsCount = function DocumentItemsCount(_ref) {
|
|
1687
1596
|
var type = _ref.type,
|
|
@@ -2060,9 +1969,7 @@ var Cover = function Cover(_ref) {
|
|
|
2060
1969
|
}, renderCC('isInPopover')));
|
|
2061
1970
|
};
|
|
2062
1971
|
|
|
2063
|
-
var css_248z$w = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.HalfBlock-module_root__2frv2 {\n position: relative;\n\n text-align: left;\n}\n.HalfBlock-module_main__2XX73 {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-flow: column nowrap\n}\n@media only screen and (min-device-width: 64em) {\n.HalfBlock-module_main__2XX73 {\n align-items: center;\n flex-flow: row nowrap\n}\n }\n.HalfBlock-module_body__3MnEN {\n order: -1;\n\n max-width: 860px;\n margin: 0 auto\n}\n@media only screen and (min-device-width: 48em) {\n.HalfBlock-module_body__3MnEN {\n text-align: center\n}\n }\n@media only screen and (min-device-width: 64em) {\n.HalfBlock-module_body__3MnEN {\n align-items: flex-start;\n justify-content: center;\n order: 0;\n\n width: 50%;\n max-width: none;\n height: 100%;\n margin-left: 25px;\n\n text-align: left\n}\n }\n.HalfBlock-module_footer__1C0yp {\n width: 100%;\n max-width: 650px;\n margin: 0 auto;\n padding-top: 3px\n}\n@media only screen and (min-device-width: 64em) {\n.HalfBlock-module_footer__1C0yp {\n max-width: 1000px;\n margin: auto;\n padding-top: 0;\n\n border-top: 1px solid #e6e6e6\n}\n }\n.HalfBlock-module_image__2lYel {\n flex-grow: 1;\n\n margin: 0 -20px 0;\n margin-top: 18px\n}\n@media only screen and (min-device-width: 32em) {\n.HalfBlock-module_image__2lYel {\n margin: 31px 0 -5px\n}\n }\n@media only screen and (min-device-width: 64em) {\n.HalfBlock-module_image__2lYel {\n width: 50%;\n margin: 0\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.HalfBlock-module_mobile__2latf {\n display: none\n}\n }\n.HalfBlock-module_desktop__3B1Ej {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.HalfBlock-module_desktop__3B1Ej {\n display: block\n}\n }\n";
|
|
2064
1972
|
var styles$w = {"root":"HalfBlock-module_root__2frv2","main":"HalfBlock-module_main__2XX73","body":"HalfBlock-module_body__3MnEN","footer":"HalfBlock-module_footer__1C0yp","image":"HalfBlock-module_image__2lYel","mobile":"HalfBlock-module_mobile__2latf","desktop":"HalfBlock-module_desktop__3B1Ej"};
|
|
2065
|
-
styleInject(css_248z$w);
|
|
2066
1973
|
|
|
2067
1974
|
var HalfBlock = function HalfBlock(_ref) {
|
|
2068
1975
|
var _ref$block = _ref.block,
|
|
@@ -2108,9 +2015,7 @@ var HalfBlock = function HalfBlock(_ref) {
|
|
|
2108
2015
|
})));
|
|
2109
2016
|
};
|
|
2110
2017
|
|
|
2111
|
-
var css_248z$x = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.ImportantLead-module_root__2BdT3 {\n margin: 18px 0;\n padding: 12px 12px 13px;\n\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 4px;\n border-radius: 8px;\n background: #FFF8C4;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 16px;\n font-weight: normal;\n line-height: 20px\n}\n@media only screen and (min-device-width: 32em) {\n.ImportantLead-module_root__2BdT3 {\n margin: 25px 0;\n padding: 12px 15px 13px;\n\n font-size: 17px;\n line-height: 24px\n}\n }\n.ImportantLead-module_root__2BdT3:last-child {\n margin-bottom: 0;\n}\n.ImportantLead-module_root__2BdT3:first-child {\n margin-top: 0;\n}\n.ImportantLead-module_root__2BdT3 a {\n color: #000;\n box-shadow: inset 0 -1px #000;\n}\n.ImportantLead-module_root__2BdT3 a:hover {\n color: #b88b59;\n box-shadow: inset 0 -1px #b88b59;\n}\n.ImportantLead-module_slide__3kQ9x {\n max-width: 650px;\n margin-right: auto;\n margin-left: auto;\n}\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.ImportantLead-module_mobile__3BXbm {\n display: none\n}\n }\n.ImportantLead-module_desktop__3Zljc {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.ImportantLead-module_desktop__3Zljc {\n display: block\n}\n }\n\n";
|
|
2112
2018
|
var styles$x = {"root":"ImportantLead-module_root__2BdT3","slide":"ImportantLead-module_slide__3kQ9x","mobile":"ImportantLead-module_mobile__3BXbm","desktop":"ImportantLead-module_desktop__3Zljc"};
|
|
2113
|
-
styleInject(css_248z$x);
|
|
2114
2019
|
|
|
2115
2020
|
var ImportantLead = function ImportantLead(_ref) {
|
|
2116
2021
|
var _ref$block = _ref.block,
|
|
@@ -2149,9 +2054,7 @@ var postMessage$1 = function postMessage(element, action) {
|
|
|
2149
2054
|
}
|
|
2150
2055
|
};
|
|
2151
2056
|
|
|
2152
|
-
var css_248z$y = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.Spoiler-module_root__1OfSR {\n width: 100%;\n margin: 15px 0;\n padding: 21px 0 22px;\n\n border-top: 3px solid rgba(0, 0, 0, 0.1);\n border-bottom: 3px solid rgba(0, 0, 0, 0.1)\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_root__1OfSR {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-flow: column nowrap;\n\n margin: 25px auto 20px;\n padding: 20px 0\n}\n }\n.Spoiler-module_root__1OfSR:last-child {\n margin-bottom: 0;\n}\n.Spoiler-module_root__1OfSR:first-child {\n margin-top: 0;\n}\n.Spoiler-module_header__1rZUs {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-flow: column nowrap;\n justify-content: center;\n}\n.Spoiler-module_header__1rZUs h3 {\n margin-top: 0;\n margin-bottom: 18px;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 21px;\n font-weight: 700;\n line-height: 26px\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_header__1rZUs h3 {\n margin-bottom: 20px;\n\n font-size: 28px;\n line-height: 34px\n}\n }\n.Spoiler-module_body__Q1e_c {\n display: none;\n\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-bottom: 13px\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_body__Q1e_c {\n order: 2;\n\n padding-top: 25px;\n padding-bottom: 0\n}\n }\n.Spoiler-module_spoiled__1A5r4 {\n min-height: auto;\n}\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {\n display: block;\n}\n.Spoiler-module_footer__23mh7 {\n position: static;\n}\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {\n position: -webkit-sticky;\n position: sticky;\n z-index: 10;\n bottom: 0;\n\n margin-right: -20px;\n margin-left: -20px;\n padding: 12px 20px 20px;\n\n -webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;\n\n animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;\n\n background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, #fff) );\n\n background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, #fff 64% );\n\n background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, #fff 64% )\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {\n position: static;\n\n margin-right: 0;\n margin-left: 0;\n padding: 0;\n\n -webkit-animation: none;\n\n animation: none;\n\n background-image: none\n}\n }\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {\n position: absolute;\n z-index: -1;\n top: 100%;\n right: 0;\n left: 0;\n\n height: 16px;\n\n content: '';\n\n background-color: #fff\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {\n content: none\n}\n }\n.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {\n transform: rotate(180deg) translateY(1px);\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_center__tq1m0 {\n max-width: 980px;\n margin-right: auto;\n margin-left: auto\n}\n }\n.Spoiler-module_full__1QFqR {\n max-width: 980px;\n}\n.Spoiler-module_default__2Kjx8 {\n max-width: 650px;\n}\n@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {\n 0% {\n transform: translateY(62px);\n }\n 50% {\n transform: translateY(-16px);\n }\n 100% {\n transform: translateY(0);\n }\n}\n@keyframes Spoiler-module_spoilerSticky__3Kd30 {\n 0% {\n transform: translateY(62px);\n }\n 50% {\n transform: translateY(-16px);\n }\n 100% {\n transform: translateY(0);\n }\n}\n[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {\n bottom: 45px\n}\n@media only screen and (min-device-width: 32em) {\n[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {\n bottom: 46px\n}\n }\n/* VISIBILITY */\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_mobile__2BPt8 {\n display: none\n}\n }\n.Spoiler-module_desktop__1BIFJ {\n display: none\n}\n@media only screen and (min-device-width: 32em) {\n.Spoiler-module_desktop__1BIFJ {\n display: block\n}\n }\n";
|
|
2153
2057
|
var styles$y = {"root":"Spoiler-module_root__1OfSR","header":"Spoiler-module_header__1rZUs","body":"Spoiler-module_body__Q1e_c","spoiled":"Spoiler-module_spoiled__1A5r4","footer":"Spoiler-module_footer__23mh7","spoilerSticky":"Spoiler-module_spoilerSticky__3Kd30","center":"Spoiler-module_center__tq1m0","full":"Spoiler-module_full__1QFqR","default":"Spoiler-module_default__2Kjx8","mobile":"Spoiler-module_mobile__2BPt8","desktop":"Spoiler-module_desktop__1BIFJ"};
|
|
2154
|
-
styleInject(css_248z$y);
|
|
2155
2058
|
|
|
2156
2059
|
var Spoiler = function Spoiler(_ref) {
|
|
2157
2060
|
var _ref$block = _ref.block,
|
|
@@ -2283,9 +2186,7 @@ var RawHtmlBlock = function RawHtmlBlock(_ref) {
|
|
|
2283
2186
|
}
|
|
2284
2187
|
};
|
|
2285
2188
|
|
|
2286
|
-
var css_248z$z = "/* Colors */\n/* Fonts */\n/* Gap */\n/* Media */\n/* 512 */\n/* 650 */\n/* 768 */\n/* 1024 */\n/* 1010 */\n/* 1200 */\n/* 511 */\n/* 1023 */\n/* Zindex */\n.ToolbarButton-module_root__xN-fq {\n height: 100%;\n margin: 0;\n padding: 0 1px 0 0;\n\n cursor: pointer;\n\n color: inherit;\n border-width: 0;\n outline: none;\n background-color: transparent;\n\n font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;\n font-size: 12px;\n font-weight: 600;\n line-height: 1;\n\n -webkit-appearance: none;\n\n -moz-appearance: none;\n\n appearance: none;\n}\n.ToolbarButton-module_root__xN-fq::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n\n content: '';\n}\n.ToolbarButton-module_root__xN-fq:hover {\n opacity: 0.6;\n}\n.ToolbarButton-module_dark__GrIOr {\n color: #fff;\n}\n.ToolbarButton-module_dark__GrIOr:hover {\n opacity: 0.6;\n}\n.ToolbarButton-module_dark__GrIOr svg {\n color: #262626;\n\n fill: #fff;\n}\n.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {\n color: #fff;\n\n fill: transparent;\n}\n.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {\n fill: currentColor;\n}\n.ToolbarButton-module_dark__GrIOr::before {\n border-left-color: rgba(255, 255, 255, 0.2);\n}\n.ToolbarButton-module_root__xN-fq [data-theme='dark'] {\n visibility: hidden;\n}\n.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {\n visibility: visible;\n}\n.ToolbarButton-module_dark__GrIOr [data-theme='light'] {\n visibility: hidden;\n}\n.ToolbarButton-module_text__32m6s {\n display: inline-block;\n\n padding-left: 5px;\n\n vertical-align: middle;\n}\n.ToolbarButton-module_text__32m6s:empty {\n display: none;\n}\n.ToolbarButton-module_bookmark__3369b {\n color: #999;\n\n fill: transparent;\n}\n.ToolbarButton-module_isActive__3NLAE {\n fill: currentColor;\n}\n";
|
|
2287
2189
|
var styles$z = {"root":"ToolbarButton-module_root__xN-fq","dark":"ToolbarButton-module_dark__GrIOr","bookmark":"ToolbarButton-module_bookmark__3369b","isActive":"ToolbarButton-module_isActive__3NLAE","text":"ToolbarButton-module_text__32m6s"};
|
|
2288
|
-
styleInject(css_248z$z);
|
|
2289
2190
|
|
|
2290
2191
|
var ToolbarButton = function ToolbarButton(_ref) {
|
|
2291
2192
|
var children = _ref.children,
|