@devgateway/dvz-ui-react 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +172 -0
- package/dist/cjs/api/commons.js +1 -0
- package/dist/cjs/common.css +1 -0
- package/dist/cjs/conf/config.json.js +1 -0
- package/dist/cjs/conf/index.js +1 -0
- package/dist/cjs/embeddable/agree-and-download/index.js +1 -0
- package/dist/cjs/embeddable/big-number/index.js +1 -0
- package/dist/cjs/embeddable/big-number-trend/index.js +1 -0
- package/dist/cjs/embeddable/body/Background.js +1 -0
- package/dist/cjs/embeddable/body/Blood.js +1 -0
- package/dist/cjs/embeddable/body/Bounds.js +1 -0
- package/dist/cjs/embeddable/body/Brain.js +1 -0
- package/dist/cjs/embeddable/body/Ectopic.js +1 -0
- package/dist/cjs/embeddable/body/Erectile.js +1 -0
- package/dist/cjs/embeddable/body/Eyes.js +1 -0
- package/dist/cjs/embeddable/body/Head.js +1 -0
- package/dist/cjs/embeddable/body/Heart.js +1 -0
- package/dist/cjs/embeddable/body/Liver.js +1 -0
- package/dist/cjs/embeddable/body/Lungs.js +1 -0
- package/dist/cjs/embeddable/body/Stomach.js +1 -0
- package/dist/cjs/embeddable/body/index.js +1 -0
- package/dist/cjs/embeddable/chart/Bar.js +1 -0
- package/dist/cjs/embeddable/chart/CSVDataFrame.js +1 -0
- package/dist/cjs/embeddable/chart/Legends.js +1 -0
- package/dist/cjs/embeddable/chart/Line.js +1 -0
- package/dist/cjs/embeddable/chart/LineLayer.js +1 -0
- package/dist/cjs/embeddable/chart/Messages.js +11 -0
- package/dist/cjs/embeddable/chart/Pie.js +1 -0
- package/dist/cjs/embeddable/chart/Radar.js +1 -0
- package/dist/cjs/embeddable/chart/Tooltip.js +1 -0
- package/dist/cjs/embeddable/chart/colors/CategoricalColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/ColorProvider.js +1 -0
- package/dist/cjs/embeddable/chart/colors/Colors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/ManualColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/PlainColor.js +1 -0
- package/dist/cjs/embeddable/chart/colors/SequentialColors.js +1 -0
- package/dist/cjs/embeddable/chart/colors/SystemColors.js +1 -0
- package/dist/cjs/embeddable/chart/data/Bar.js +1 -0
- package/dist/cjs/embeddable/chart/data/Line.js +1 -0
- package/dist/cjs/embeddable/chart/data/Pie.js +1 -0
- package/dist/cjs/embeddable/chart/data/Utils.js +1 -0
- package/dist/cjs/embeddable/chart/data/index.js +1 -0
- package/dist/cjs/embeddable/chart/index.js +1 -0
- package/dist/cjs/embeddable/child-page-menu/index.js +1 -0
- package/dist/cjs/embeddable/common/ChartTooltip.js +1 -0
- package/dist/cjs/embeddable/common/MapTooltip.js +1 -0
- package/dist/cjs/embeddable/common/Messages.js +11 -0
- package/dist/cjs/embeddable/common/colors/CategoricalColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/ColorProvider.js +1 -0
- package/dist/cjs/embeddable/common/colors/Colors.js +1 -0
- package/dist/cjs/embeddable/common/colors/ManualColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/PlainColor.js +1 -0
- package/dist/cjs/embeddable/common/colors/SequentialColors.js +1 -0
- package/dist/cjs/embeddable/common/colors/SystemColors.js +1 -0
- package/dist/cjs/embeddable/connected-templates/PostContent.js +1 -0
- package/dist/cjs/embeddable/connected-templates/PostIntro.js +1 -0
- package/dist/cjs/embeddable/d3Map/BaseLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/BreaksStyles.js +1 -0
- package/dist/cjs/embeddable/d3Map/DataLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/FlowLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/LatLongLayer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Layer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Legends.js +1 -0
- package/dist/cjs/embeddable/d3Map/Map.js +1 -0
- package/dist/cjs/embeddable/d3Map/ProjectedContainer.js +1 -0
- package/dist/cjs/embeddable/d3Map/Tooltip.js +1 -0
- package/dist/cjs/embeddable/d3Map/ZoomControl.js +1 -0
- package/dist/cjs/embeddable/d3Map/index.js +1 -0
- package/dist/cjs/embeddable/data/CategoriesConsumer.js +1 -0
- package/dist/cjs/embeddable/data/CategoriesProvider.js +1 -0
- package/dist/cjs/embeddable/data/DataConsumer.js +1 -0
- package/dist/cjs/embeddable/data/DataContext.js +1 -0
- package/dist/cjs/embeddable/data/DataProvider.js +1 -0
- package/dist/cjs/embeddable/datalabel/index.js +1 -0
- package/dist/cjs/embeddable/download/dom-to-image.js +2 -0
- package/dist/cjs/embeddable/download/index.js +5 -0
- package/dist/cjs/embeddable/downloadPDF/index.js +1 -0
- package/dist/cjs/embeddable/featuredtabs/index.js +1 -0
- package/dist/cjs/embeddable/filter/index.js +1 -0
- package/dist/cjs/embeddable/filter-reset-button/index.js +1 -0
- package/dist/cjs/embeddable/filters-apply-button/index.js +1 -0
- package/dist/cjs/embeddable/index.js +1 -0
- package/dist/cjs/embeddable/inlinelist/index.js +1 -0
- package/dist/cjs/embeddable/map/MapCSVDataFrame.js +1 -0
- package/dist/cjs/embeddable/map/MapDataFrame.js +1 -0
- package/dist/cjs/embeddable/map/index.js +2 -0
- package/dist/cjs/embeddable/map/legend.js +1 -0
- package/dist/cjs/embeddable/map/map.js +4 -0
- package/dist/cjs/embeddable/measures/index.js +1 -0
- package/dist/cjs/embeddable/menu/index.js +3 -0
- package/dist/cjs/embeddable/new-time-line/index.js +1 -0
- package/dist/cjs/embeddable/new-time-line/timeline.js +1 -0
- package/dist/cjs/embeddable/newsletter/index.js +1 -0
- package/dist/cjs/embeddable/pagegallery/index.js +1 -0
- package/dist/cjs/embeddable/pagemodules/FloatingNavigator.js +1 -0
- package/dist/cjs/embeddable/pagemodules/index.js +1 -0
- package/dist/cjs/embeddable/parallax/index.js +1 -0
- package/dist/cjs/embeddable/postscarousel/index.js +1 -0
- package/dist/cjs/embeddable/reducers/data-api.js +1 -0
- package/dist/cjs/embeddable/reducers/data.js +1 -0
- package/dist/cjs/embeddable/reducers/embeddable-api.js +1 -0
- package/dist/cjs/embeddable/reducers/embeddable.js +1 -0
- package/dist/cjs/embeddable/references/Reference.js +1 -0
- package/dist/cjs/embeddable/references/ReferencesList.js +1 -0
- package/dist/cjs/embeddable/sankeychart/Sankey.js +1 -0
- package/dist/cjs/embeddable/sankeychart/index.js +1 -0
- package/dist/cjs/embeddable/showcase/index.js +1 -0
- package/dist/cjs/embeddable/superset-chart/index.js +1 -0
- package/dist/cjs/embeddable/superset-dashboard/index.js +1 -0
- package/dist/cjs/embeddable/tabbedposts/index.js +1 -0
- package/dist/cjs/embeddable/time-line/desktop.js +1 -0
- package/dist/cjs/embeddable/time-line/index.js +1 -0
- package/dist/cjs/embeddable/time-line/mobile.js +1 -0
- package/dist/cjs/embeddable/tooltip/index.js +1 -0
- package/dist/cjs/embeddable/utils/common.js +1 -0
- package/dist/cjs/embeddable/utils/parseUtils.js +1 -0
- package/dist/cjs/embeddable/vertical-featuredtabs/index.js +2 -0
- package/dist/cjs/embeddable/wrapped/index.js +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/layout/CustomSemanticSearch.js +1 -0
- package/dist/cjs/layout/Customizer.js +1 -0
- package/dist/cjs/layout/FlexWrapDetector.js +1 -0
- package/dist/cjs/layout/Footer.js +1 -0
- package/dist/cjs/layout/Header.js +3 -0
- package/dist/cjs/layout/LangSwitcher.js +1 -0
- package/dist/cjs/layout/ResponsiveContainer.js +1 -0
- package/dist/cjs/layout/ScrollTop.js +1 -0
- package/dist/cjs/layout/SearchControl.js +1 -0
- package/dist/cjs/layout/TopNavigator.js +1 -0
- package/dist/cjs/layout/containers/PreviewPageContainer.js +1 -0
- package/dist/cjs/layout/containers/PreviewTypeContainer.js +1 -0
- package/dist/cjs/layout/containers/SlugContainer.js +1 -0
- package/dist/cjs/layout/containers/SlugPostContainer.js +1 -0
- package/dist/cjs/layout/index.js +1 -0
- package/dist/cjs/lib/hooks/window-dimensions.js +1 -0
- package/dist/cjs/lib/react-intl-redux/index.js +1 -0
- package/dist/cjs/lib/react-intl-redux/providers/IntlProvider.js +1 -0
- package/dist/cjs/lib/react-intl-redux/providers/Provider.js +1 -0
- package/dist/cjs/lib/redux-immutable/index.js +1 -0
- package/dist/cjs/lib/redux-immutable/utils/getStateName.js +1 -0
- package/dist/cjs/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +1 -0
- package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +1 -0
- package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +1 -0
- package/dist/cjs/redux/hooks.js +1 -0
- package/dist/cjs/redux/reducer.js +1 -0
- package/dist/cjs/redux/store.js +1 -0
- package/dist/cjs/styles.css +1 -0
- package/dist/cjs/tracker/index.js +1 -0
- package/dist/cjs/tracker/withGoogleAnalytics.js +1 -0
- package/dist/cjs/translations/af.json.js +1 -0
- package/dist/cjs/translations/en.json.js +1 -0
- package/dist/cjs/translations/fr.json.js +1 -0
- package/dist/cjs/utils/AppMedia.js +1 -0
- package/dist/cjs/utils/countries.js +1 -0
- package/dist/cjs/utils/deviceType.js +1 -0
- package/dist/cjs/utils/semanticUtils.js +1 -0
- package/dist/esm/api/commons.js +36 -0
- package/dist/esm/common.css +1 -0
- package/dist/esm/conf/config.json.js +7 -0
- package/dist/esm/conf/index.js +9 -0
- package/dist/esm/embeddable/agree-and-download/index.js +103 -0
- package/dist/esm/embeddable/big-number/index.js +121 -0
- package/dist/esm/embeddable/big-number-trend/index.js +130 -0
- package/dist/esm/embeddable/body/Background.js +409 -0
- package/dist/esm/embeddable/body/Blood.js +2325 -0
- package/dist/esm/embeddable/body/Bounds.js +3506 -0
- package/dist/esm/embeddable/body/Brain.js +546 -0
- package/dist/esm/embeddable/body/Ectopic.js +96 -0
- package/dist/esm/embeddable/body/Erectile.js +421 -0
- package/dist/esm/embeddable/body/Eyes.js +365 -0
- package/dist/esm/embeddable/body/Head.js +418 -0
- package/dist/esm/embeddable/body/Heart.js +467 -0
- package/dist/esm/embeddable/body/Liver.js +266 -0
- package/dist/esm/embeddable/body/Lungs.js +1036 -0
- package/dist/esm/embeddable/body/Stomach.js +1875 -0
- package/dist/esm/embeddable/body/index.js +510 -0
- package/dist/esm/embeddable/chart/Bar.js +788 -0
- package/dist/esm/embeddable/chart/CSVDataFrame.js +77 -0
- package/dist/esm/embeddable/chart/Legends.js +86 -0
- package/dist/esm/embeddable/chart/Line.js +412 -0
- package/dist/esm/embeddable/chart/LineLayer.js +76 -0
- package/dist/esm/embeddable/chart/Messages.js +44 -0
- package/dist/esm/embeddable/chart/Pie.js +250 -0
- package/dist/esm/embeddable/chart/Radar.js +231 -0
- package/dist/esm/embeddable/chart/Tooltip.js +53 -0
- package/dist/esm/embeddable/chart/colors/CategoricalColors.js +27 -0
- package/dist/esm/embeddable/chart/colors/ColorProvider.js +75 -0
- package/dist/esm/embeddable/chart/colors/Colors.js +44 -0
- package/dist/esm/embeddable/chart/colors/ManualColors.js +45 -0
- package/dist/esm/embeddable/chart/colors/PlainColor.js +18 -0
- package/dist/esm/embeddable/chart/colors/SequentialColors.js +33 -0
- package/dist/esm/embeddable/chart/colors/SystemColors.js +25 -0
- package/dist/esm/embeddable/chart/data/Bar.js +205 -0
- package/dist/esm/embeddable/chart/data/Line.js +212 -0
- package/dist/esm/embeddable/chart/data/Pie.js +94 -0
- package/dist/esm/embeddable/chart/data/Utils.js +30 -0
- package/dist/esm/embeddable/chart/data/index.js +7 -0
- package/dist/esm/embeddable/chart/index.js +593 -0
- package/dist/esm/embeddable/child-page-menu/index.js +108 -0
- package/dist/esm/embeddable/common/ChartTooltip.js +34 -0
- package/dist/esm/embeddable/common/MapTooltip.js +59 -0
- package/dist/esm/embeddable/common/Messages.js +39 -0
- package/dist/esm/embeddable/common/colors/CategoricalColors.js +27 -0
- package/dist/esm/embeddable/common/colors/ColorProvider.js +29 -0
- package/dist/esm/embeddable/common/colors/Colors.js +44 -0
- package/dist/esm/embeddable/common/colors/ManualColors.js +50 -0
- package/dist/esm/embeddable/common/colors/PlainColor.js +18 -0
- package/dist/esm/embeddable/common/colors/SequentialColors.js +33 -0
- package/dist/esm/embeddable/common/colors/SystemColors.js +25 -0
- package/dist/esm/embeddable/connected-templates/PostContent.js +11 -0
- package/dist/esm/embeddable/connected-templates/PostIntro.js +11 -0
- package/dist/esm/embeddable/d3Map/BaseLayer.js +66 -0
- package/dist/esm/embeddable/d3Map/BreaksStyles.js +18 -0
- package/dist/esm/embeddable/d3Map/DataLayer.js +248 -0
- package/dist/esm/embeddable/d3Map/FlowLayer.js +186 -0
- package/dist/esm/embeddable/d3Map/LatLongLayer.js +146 -0
- package/dist/esm/embeddable/d3Map/Layer.js +59 -0
- package/dist/esm/embeddable/d3Map/Legends.js +234 -0
- package/dist/esm/embeddable/d3Map/Map.js +49 -0
- package/dist/esm/embeddable/d3Map/ProjectedContainer.js +50 -0
- package/dist/esm/embeddable/d3Map/Tooltip.js +28 -0
- package/dist/esm/embeddable/d3Map/ZoomControl.js +86 -0
- package/dist/esm/embeddable/d3Map/index.js +123 -0
- package/dist/esm/embeddable/data/CategoriesConsumer.js +7 -0
- package/dist/esm/embeddable/data/CategoriesProvider.js +35 -0
- package/dist/esm/embeddable/data/DataConsumer.js +10 -0
- package/dist/esm/embeddable/data/DataContext.js +7 -0
- package/dist/esm/embeddable/data/DataProvider.js +83 -0
- package/dist/esm/embeddable/datalabel/index.js +106 -0
- package/dist/esm/embeddable/download/dom-to-image.js +470 -0
- package/dist/esm/embeddable/download/index.js +141 -0
- package/dist/esm/embeddable/downloadPDF/index.js +24 -0
- package/dist/esm/embeddable/featuredtabs/index.js +207 -0
- package/dist/esm/embeddable/filter/index.js +430 -0
- package/dist/esm/embeddable/filter-reset-button/index.js +41 -0
- package/dist/esm/embeddable/filters-apply-button/index.js +52 -0
- package/dist/esm/embeddable/index.js +76 -0
- package/dist/esm/embeddable/inlinelist/index.js +106 -0
- package/dist/esm/embeddable/map/MapCSVDataFrame.js +78 -0
- package/dist/esm/embeddable/map/MapDataFrame.js +28 -0
- package/dist/esm/embeddable/map/index.js +207 -0
- package/dist/esm/embeddable/map/legend.js +101 -0
- package/dist/esm/embeddable/map/map.js +965 -0
- package/dist/esm/embeddable/measures/index.js +46 -0
- package/dist/esm/embeddable/menu/index.js +46 -0
- package/dist/esm/embeddable/new-time-line/index.js +84 -0
- package/dist/esm/embeddable/new-time-line/timeline.js +68 -0
- package/dist/esm/embeddable/newsletter/index.js +51 -0
- package/dist/esm/embeddable/pagegallery/index.js +36 -0
- package/dist/esm/embeddable/pagemodules/FloatingNavigator.js +30 -0
- package/dist/esm/embeddable/pagemodules/index.js +129 -0
- package/dist/esm/embeddable/parallax/index.js +52 -0
- package/dist/esm/embeddable/postscarousel/index.js +52 -0
- package/dist/esm/embeddable/reducers/data-api.js +17 -0
- package/dist/esm/embeddable/reducers/data.js +116 -0
- package/dist/esm/embeddable/reducers/embeddable-api.js +13 -0
- package/dist/esm/embeddable/reducers/embeddable.js +54 -0
- package/dist/esm/embeddable/references/Reference.js +33 -0
- package/dist/esm/embeddable/references/ReferencesList.js +65 -0
- package/dist/esm/embeddable/sankeychart/Sankey.js +205 -0
- package/dist/esm/embeddable/sankeychart/index.js +238 -0
- package/dist/esm/embeddable/showcase/index.js +247 -0
- package/dist/esm/embeddable/superset-chart/index.js +29 -0
- package/dist/esm/embeddable/superset-dashboard/index.js +29 -0
- package/dist/esm/embeddable/tabbedposts/index.js +265 -0
- package/dist/esm/embeddable/time-line/desktop.js +240 -0
- package/dist/esm/embeddable/time-line/index.js +16 -0
- package/dist/esm/embeddable/time-line/mobile.js +272 -0
- package/dist/esm/embeddable/tooltip/index.js +16 -0
- package/dist/esm/embeddable/utils/common.js +8 -0
- package/dist/esm/embeddable/utils/parseUtils.js +13 -0
- package/dist/esm/embeddable/vertical-featuredtabs/index.js +293 -0
- package/dist/esm/embeddable/wrapped/index.js +18 -0
- package/dist/esm/index.js +31 -0
- package/dist/esm/layout/CustomSemanticSearch.js +113 -0
- package/dist/esm/layout/Customizer.js +23 -0
- package/dist/esm/layout/FlexWrapDetector.js +37 -0
- package/dist/esm/layout/Footer.js +17 -0
- package/dist/esm/layout/Header.js +248 -0
- package/dist/esm/layout/LangSwitcher.js +93 -0
- package/dist/esm/layout/ResponsiveContainer.js +24 -0
- package/dist/esm/layout/ScrollTop.js +13 -0
- package/dist/esm/layout/SearchControl.js +239 -0
- package/dist/esm/layout/TopNavigator.js +21 -0
- package/dist/esm/layout/containers/PreviewPageContainer.js +21 -0
- package/dist/esm/layout/containers/PreviewTypeContainer.js +23 -0
- package/dist/esm/layout/containers/SlugContainer.js +19 -0
- package/dist/esm/layout/containers/SlugPostContainer.js +19 -0
- package/dist/esm/layout/index.js +16 -0
- package/dist/esm/lib/hooks/window-dimensions.js +25 -0
- package/dist/esm/lib/react-intl-redux/index.js +20 -0
- package/dist/esm/lib/react-intl-redux/providers/IntlProvider.js +13 -0
- package/dist/esm/lib/react-intl-redux/providers/Provider.js +11 -0
- package/dist/esm/lib/redux-immutable/index.js +27 -0
- package/dist/esm/lib/redux-immutable/utils/getStateName.js +4 -0
- package/dist/esm/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +21 -0
- package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +5 -0
- package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +7 -0
- package/dist/esm/redux/hooks.js +6 -0
- package/dist/esm/redux/reducer.js +13 -0
- package/dist/esm/redux/store.js +14 -0
- package/dist/esm/styles.css +1 -0
- package/dist/esm/tracker/index.js +4 -0
- package/dist/esm/tracker/withGoogleAnalytics.js +21 -0
- package/dist/esm/translations/af.json.js +4 -0
- package/dist/esm/translations/en.json.js +49 -0
- package/dist/esm/translations/fr.json.js +46 -0
- package/dist/esm/utils/AppMedia.js +16 -0
- package/dist/esm/utils/countries.js +650 -0
- package/dist/esm/utils/deviceType.js +7 -0
- package/dist/esm/utils/semanticUtils.js +84 -0
- package/dist/types/api/commons.d.ts +4 -0
- package/dist/types/conf/config.json.d.ts +5 -0
- package/dist/types/conf/index.d.ts +6 -0
- package/dist/types/embeddable/Dummy.d.ts +3 -0
- package/dist/types/embeddable/agree-and-download/index.d.ts +3 -0
- package/dist/types/embeddable/big-number/index.d.ts +5 -0
- package/dist/types/embeddable/big-number-trend/index.d.ts +5 -0
- package/dist/types/embeddable/body/Background.d.ts +5 -0
- package/dist/types/embeddable/body/Blood.d.ts +5 -0
- package/dist/types/embeddable/body/Bounds.d.ts +5 -0
- package/dist/types/embeddable/body/Brain.d.ts +5 -0
- package/dist/types/embeddable/body/Ectopic.d.ts +5 -0
- package/dist/types/embeddable/body/Erectile.d.ts +5 -0
- package/dist/types/embeddable/body/Eyes.d.ts +5 -0
- package/dist/types/embeddable/body/Head.d.ts +5 -0
- package/dist/types/embeddable/body/Heart.d.ts +5 -0
- package/dist/types/embeddable/body/Larynx.d.ts +5 -0
- package/dist/types/embeddable/body/Liver.d.ts +5 -0
- package/dist/types/embeddable/body/Lungs.d.ts +5 -0
- package/dist/types/embeddable/body/Stomach.d.ts +5 -0
- package/dist/types/embeddable/body/index.d.ts +5 -0
- package/dist/types/embeddable/chart/Bar.d.ts +69 -0
- package/dist/types/embeddable/chart/Bump.d.ts +35 -0
- package/dist/types/embeddable/chart/CSVDataFrame.d.ts +9 -0
- package/dist/types/embeddable/chart/DelayedRender.d.ts +15 -0
- package/dist/types/embeddable/chart/Diverging.d.ts +15 -0
- package/dist/types/embeddable/chart/Legends.d.ts +5 -0
- package/dist/types/embeddable/chart/Line.d.ts +115 -0
- package/dist/types/embeddable/chart/LineLayer.d.ts +5 -0
- package/dist/types/embeddable/chart/Messages.d.ts +14 -0
- package/dist/types/embeddable/chart/Pie.d.ts +77 -0
- package/dist/types/embeddable/chart/Radar.d.ts +67 -0
- package/dist/types/embeddable/chart/Radar2.d.ts +5 -0
- package/dist/types/embeddable/chart/Sunburst.d.ts +15 -0
- package/dist/types/embeddable/chart/Tooltip.d.ts +9 -0
- package/dist/types/embeddable/chart/UserMeasures.d.ts +10 -0
- package/dist/types/embeddable/chart/colors/CategoricalColors.d.ts +10 -0
- package/dist/types/embeddable/chart/colors/ColorProvider.d.ts +6 -0
- package/dist/types/embeddable/chart/colors/Colors.d.ts +24 -0
- package/dist/types/embeddable/chart/colors/ManualColors.d.ts +8 -0
- package/dist/types/embeddable/chart/colors/PlainColor.d.ts +8 -0
- package/dist/types/embeddable/chart/colors/SequentialColors.d.ts +9 -0
- package/dist/types/embeddable/chart/colors/SystemColors.d.ts +9 -0
- package/dist/types/embeddable/chart/data/Bar.d.ts +3 -0
- package/dist/types/embeddable/chart/data/Line.d.ts +3 -0
- package/dist/types/embeddable/chart/data/Pie.d.ts +2 -0
- package/dist/types/embeddable/chart/data/Utils.d.ts +17 -0
- package/dist/types/embeddable/chart/data/index.d.ts +9 -0
- package/dist/types/embeddable/chart/index.d.ts +5 -0
- package/dist/types/embeddable/chart/prevalenceBuilder.d.ts +19 -0
- package/dist/types/embeddable/child-page-menu/index.d.ts +5 -0
- package/dist/types/embeddable/common/ChartTooltip.d.ts +9 -0
- package/dist/types/embeddable/common/MapTooltip.d.ts +8 -0
- package/dist/types/embeddable/common/Messages.d.ts +14 -0
- package/dist/types/embeddable/common/colors/CategoricalColors.d.ts +10 -0
- package/dist/types/embeddable/common/colors/ColorProvider.d.ts +21 -0
- package/dist/types/embeddable/common/colors/Colors.d.ts +24 -0
- package/dist/types/embeddable/common/colors/ManualColors.d.ts +8 -0
- package/dist/types/embeddable/common/colors/PlainColor.d.ts +8 -0
- package/dist/types/embeddable/common/colors/SequentialColors.d.ts +9 -0
- package/dist/types/embeddable/common/colors/SystemColors.d.ts +9 -0
- package/dist/types/embeddable/connected-templates/PostContent.d.ts +5 -0
- package/dist/types/embeddable/connected-templates/PostIntro.d.ts +5 -0
- package/dist/types/embeddable/d3Map/BaseLayer.d.ts +9 -0
- package/dist/types/embeddable/d3Map/BreaksStyles.d.ts +15 -0
- package/dist/types/embeddable/d3Map/DataLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/FlowLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/LatLongLayer.d.ts +5 -0
- package/dist/types/embeddable/d3Map/Layer.d.ts +17 -0
- package/dist/types/embeddable/d3Map/Legends.d.ts +3 -0
- package/dist/types/embeddable/d3Map/Map.d.ts +10 -0
- package/dist/types/embeddable/d3Map/ProjectedContainer.d.ts +15 -0
- package/dist/types/embeddable/d3Map/Tooltip.d.ts +8 -0
- package/dist/types/embeddable/d3Map/ZoomControl.d.ts +23 -0
- package/dist/types/embeddable/d3Map/index.d.ts +5 -0
- package/dist/types/embeddable/data/CategoriesConsumer.d.ts +3 -0
- package/dist/types/embeddable/data/CategoriesProvider.d.ts +3 -0
- package/dist/types/embeddable/data/DataConsumer.d.ts +3 -0
- package/dist/types/embeddable/data/DataConsumerMap.d.ts +3 -0
- package/dist/types/embeddable/data/DataContext.d.ts +4 -0
- package/dist/types/embeddable/data/DataProvider.d.ts +7 -0
- package/dist/types/embeddable/datalabel/index.d.ts +5 -0
- package/dist/types/embeddable/download/dom-to-image.d.ts +129 -0
- package/dist/types/embeddable/download/index.d.ts +14 -0
- package/dist/types/embeddable/downloadPDF/index.d.ts +3 -0
- package/dist/types/embeddable/featuredtabs/index.d.ts +22 -0
- package/dist/types/embeddable/filter/_@deprecated_Components.d.ts +33 -0
- package/dist/types/embeddable/filter/index.d.ts +27 -0
- package/dist/types/embeddable/filter-reset-button/index.d.ts +5 -0
- package/dist/types/embeddable/filters-apply-button/index.d.ts +5 -0
- package/dist/types/embeddable/index.d.ts +161 -0
- package/dist/types/embeddable/inlinelist/index.d.ts +26 -0
- package/dist/types/embeddable/map/MapCSVDataFrame.d.ts +2 -0
- package/dist/types/embeddable/map/MapDataFrame.d.ts +7 -0
- package/dist/types/embeddable/map/index.d.ts +5 -0
- package/dist/types/embeddable/map/legend.d.ts +6 -0
- package/dist/types/embeddable/map/map.d.ts +5 -0
- package/dist/types/embeddable/measures/index.d.ts +12 -0
- package/dist/types/embeddable/menu/index.d.ts +13 -0
- package/dist/types/embeddable/new-time-line/index.d.ts +3 -0
- package/dist/types/embeddable/new-time-line/timeline.d.ts +21 -0
- package/dist/types/embeddable/newsletter/index.d.ts +5 -0
- package/dist/types/embeddable/pagegallery/index.d.ts +20 -0
- package/dist/types/embeddable/pagemodules/FloatingNavigator.d.ts +3 -0
- package/dist/types/embeddable/pagemodules/index.d.ts +42 -0
- package/dist/types/embeddable/parallax/index.d.ts +18 -0
- package/dist/types/embeddable/postscarousel/index.d.ts +15 -0
- package/dist/types/embeddable/reducers/data-api.d.ts +18 -0
- package/dist/types/embeddable/reducers/data.d.ts +54 -0
- package/dist/types/embeddable/reducers/embeddable-api.d.ts +2 -0
- package/dist/types/embeddable/reducers/embeddable.d.ts +8 -0
- package/dist/types/embeddable/references/Reference.d.ts +9 -0
- package/dist/types/embeddable/references/ReferencesList.d.ts +10 -0
- package/dist/types/embeddable/references/index.d.ts +3 -0
- package/dist/types/embeddable/sankeychart/Sankey.d.ts +5 -0
- package/dist/types/embeddable/sankeychart/index.d.ts +5 -0
- package/dist/types/embeddable/showcase/index.d.ts +5 -0
- package/dist/types/embeddable/superset-chart/index.d.ts +5 -0
- package/dist/types/embeddable/superset-dashboard/index-sdk.d.ts +5 -0
- package/dist/types/embeddable/superset-dashboard/index.d.ts +5 -0
- package/dist/types/embeddable/tabbedposts/index.d.ts +7 -0
- package/dist/types/embeddable/time-line/desktop.d.ts +3 -0
- package/dist/types/embeddable/time-line/index.d.ts +13 -0
- package/dist/types/embeddable/time-line/mobile.d.ts +3 -0
- package/dist/types/embeddable/tooltip/index.d.ts +5 -0
- package/dist/types/embeddable/utils/common.d.ts +3 -0
- package/dist/types/embeddable/utils/parseUtils.d.ts +9 -0
- package/dist/types/embeddable/vertical-featuredtabs/index.d.ts +21 -0
- package/dist/types/embeddable/wrapped/index.d.ts +3 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/layout/ClassicHeader.d.ts +11 -0
- package/dist/types/layout/CustomSemanticSearch.d.ts +3 -0
- package/dist/types/layout/Customizer.d.ts +1 -0
- package/dist/types/layout/FavIcon.d.ts +2 -0
- package/dist/types/layout/FlexWrapDetector.d.ts +7 -0
- package/dist/types/layout/FloatingMenuHeader.d.ts +5 -0
- package/dist/types/layout/Footer.d.ts +5 -0
- package/dist/types/layout/Header.d.ts +11 -0
- package/dist/types/layout/LangSwitcher.d.ts +2 -0
- package/dist/types/layout/ResponsiveContainer.d.ts +16 -0
- package/dist/types/layout/ScrollTop.d.ts +2 -0
- package/dist/types/layout/SearchControl.d.ts +5 -0
- package/dist/types/layout/TopNavigator.d.ts +3 -0
- package/dist/types/layout/containers/PreviewPageContainer.d.ts +3 -0
- package/dist/types/layout/containers/PreviewTypeContainer.d.ts +3 -0
- package/dist/types/layout/containers/SlugContainer.d.ts +3 -0
- package/dist/types/layout/containers/SlugPostContainer.d.ts +3 -0
- package/dist/types/layout/containers/index.d.ts +5 -0
- package/dist/types/layout/index.d.ts +6 -0
- package/dist/types/lib/hooks/window-dimensions.d.ts +21 -0
- package/dist/types/lib/index.d.ts +2 -0
- package/dist/types/lib/react-intl-redux/index.d.ts +23 -0
- package/dist/types/lib/react-intl-redux/providers/IntlProvider.d.ts +2 -0
- package/dist/types/lib/react-intl-redux/providers/Provider.d.ts +11 -0
- package/dist/types/lib/redux-immutable/index.d.ts +3 -0
- package/dist/types/lib/redux-immutable/types.d.ts +2 -0
- package/dist/types/lib/redux-immutable/utils/getStateName.d.ts +2 -0
- package/dist/types/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.d.ts +3 -0
- package/dist/types/lib/redux-immutable/utils/index.d.ts +3 -0
- package/dist/types/lib/redux-immutable/utils/validateNextState.d.ts +2 -0
- package/dist/types/redux/hooks.d.ts +4 -0
- package/dist/types/redux/index.d.ts +2 -0
- package/dist/types/redux/reducer.d.ts +3 -0
- package/dist/types/redux/store.d.ts +9 -0
- package/dist/types/tools/serviceWorker.d.ts +2 -0
- package/dist/types/tracker/index.d.ts +1 -0
- package/dist/types/tracker/withGoogleAnalytics.d.ts +6 -0
- package/dist/types/translations/af.json.d.ts +4 -0
- package/dist/types/translations/en.json.d.ts +42 -0
- package/dist/types/translations/fr.json.d.ts +39 -0
- package/dist/types/translations/index.d.ts +4 -0
- package/dist/types/utils/AppMedia.d.ts +4 -0
- package/dist/types/utils/countries.d.ts +7 -0
- package/dist/types/utils/deviceType.d.ts +2 -0
- package/dist/types/utils/semanticUtils.d.ts +16 -0
- package/package.json +158 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./providers/IntlProvider.js"),o=require("./providers/Provider.js"),r="@@intl/UPDATE",a=({locale:e,formats:t,messages:i})=>({type:r,payload:{locale:e,formats:t,messages:i}}),n={locale:"en",messages:{}};function d(e=n,t){return t.type!==r?e:{...e,...t.payload}}exports.IntlProvider=l;exports.Provider=o;exports.UPDATE=r;exports.initialState=n;exports.intlReducer=d;exports.updateIntl=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react-redux"),n=require("react-intl");function o(e){const{intl:t}=e;return{key:t.locale,...t}}const c=(e,{intlSelector:t=o})=>t(e),s=r.connect(c)(n.IntlProvider);module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),o=require("react-redux"),t=require("prop-types"),c=require("./IntlProvider.js"),r=({store:s,children:i})=>e.jsx(o.Provider,{store:s,children:e.jsx(c,{locale:process.env.VITE_REACT_APP_DEFAULT_LOCALE,children:i})});r.propTypes={children:t.element.isRequired};module.exports=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./utils/getUnexpectedInvocationParameterMessage.js"),g=(t,i)=>{const c=Object.keys(t);return(n,r)=>{if(typeof n>"u"&&(n=i()),process.env.NODE_ENV!=="production"){const e=d.getUnexpectedInvocationParameterMessage(n,t,r);e&&console.error(e)}return n.withMutations(e=>{c.forEach(o=>{const a=t[o],u=e.get(o),s=a(u,r);if(s===void 0)throw new Error('Reducer "'+o+'" returned undefined when handling "'+r.type+'" action. To ignore an action, you must explicitly return the previous state.');e.set(o,s)})})}};exports.combineReducers=g;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=e=>e&&e.type==="@@redux/INIT"?"initialState argument passed to createStore":"previous state received by the reducer";exports.getStateName=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("immutable"),u=require("./getStateName.js");function l(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=l(c),p=(e,t,r)=>{const n=Object.keys(t);if(!n.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";const i=u.getStateName(r);if(o.isImmutable?!o.isImmutable(e):!o.isCollection(e))return"The "+i+' is of unexpected type. Expected argument to be an instance of Immutable.Collection or Immutable.Record with the following properties: "'+n.join('", "')+'".';if(o.isMap(e)){const a=e.filter((d,s)=>!Object.prototype.hasOwnProperty.call(t,s));if(a.size>0)return"Unexpected "+(a.size===1?"property":"properties")+' "'+[a.keys()].join('", "')+'" found in '+i+'. Expected to find one of the known reducer property names instead: "'+n.join('", "')+'". Unexpected properties will be ignored.'}return null};exports.getUnexpectedInvocationParameterMessage=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=(e,u)=>e&&u,n=(e,u)=>e&&e!==!0&&`${e} ${u}`;exports.useKeyOnly=t;exports.useValueAndKey=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=(d,t)=>{const{handledProps:r=[]}=d;return Object.keys(t).reduce((n,e)=>(e==="childKey"||e==="innerRef"||r.indexOf(e)===-1&&(n[e]=t[e]),n),{})};module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react-redux"),t=()=>e.useDispatch(),s=e.useSelector;exports.useAppDispatch=t;exports.useAppSelector=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const c=require("../lib/redux-immutable/index.js"),o=require("@devgateway/wp-react-lib"),s=require("../embeddable/index.js"),i=require("../lib/react-intl-redux/index.js"),u=require("immutable");function a(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const d=a(u),l={...s.reducers,wordpress:o.wordpress,intl:i.intlReducer},p=()=>d.Map(),b=()=>c.combineReducers(l,p);module.exports=b;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("immutable"),n=require("./reducer.js"),a=require("@reduxjs/toolkit");function u(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const i=u(c),l=i.Map(),s=()=>n(),d=a.configureStore({reducer:s(),preloadedState:l,middleware:e=>e({serializableCheck:!1,immutableCheck:!1})});exports.store=d;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden}.horizontalSlider___281Ls:not(.touchDisabled___2qs4y){touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.d3map-container .legends{min-width:20%;min-height:30%;margin:5px;padding:5px;background:#fff;opacity:.9;font-family:Roboto;position:absolute;top:0}.d3map-container svg text.patterns-labels{font-size:12px;font-family:Roboto;transform:translate(5px,12px)}.d3map-container svg text.patterns-title{font-weight:700;font-size:12px;font-family:Roboto;transform:translate(5px,12px)}.d3map-container .legend-item .legend-check{text-align:center;line-height:19px;font-size:21px;cursor:pointer}.d3map-container .legend-item .legend-color{width:20px;height:20px;margin-right:5px;border:1px solid #3c434a}.d3map-container .legend-item .legend-label{font-weight:700;line-height:20px;font-size:13px}.d3map-container .legend-breaks{margin-top:-5px;margin-left:18px;font-size:11px;font-family:Roboto}.d3map-container .legend-breaks .break-item{margin-bottom:7px;font-weight:700;font-size:12px;width:18px;height:18px}.d3map-container .legend-breaks .break .break-item{font-weight:700;font-size:12px;margin:3px;width:18px;height:18px}p{color:#66676d;line-height:1.5;font-weight:400;font-size:1rem}b,strong{font-weight:700}h1{font-family:Roboto,sans-serif}h2{font-size:1.9rem!important;color:#66676d}h3{font-size:1.3rem!important;color:#66676d}h4{font-size:1.07rem!important;color:#66676d}h5{font-size:1rem!important;color:#66676d}h6{font-size:.7rem!important;color:#66676d}.entry-content{margin:0;display:block}.entry-content .date{font-size:14px;color:#66676d;text-align:right}.entry-content .title{padding:0;color:#5baf95;font-size:2.5rem}.wp-block-columns{display:flex!important}.wp-block-image img{height:-webkit-fill-available;height:auto}.aligncenter{clear:both;text-align:center}figure{padding:0;margin:0;line-height:0px}.tight{margin:3px 0 0!important}.padded{padding:1em}.padded.padded-sm{padding:2em}.padded.padded-md{padding:3em}.light{font-weight:100}ul.wp.post.list{list-style-type:circle}ul.wp.post.list li.entry-content{display:list-item!important;padding:10px}ul.wp.post.list li.entry-content div,ul.wp.post.list li.entry-content a{margin:5px}ul.wp.post.list li.entry-content .date{color:#363636}ul.wp.post.list li.entry-content .title{font-weight:700}ul.wp.post.list li.entry-content .link{text-align:right}.wp-block-image.bordered img{border:2px solid #ececec}.wp-block-columns .cost-gender-label{line-height:90%;margin-left:-40px}.wp-block-columns.contracted{padding:0}.wp-block-columns.contracted .wp-block-column{margin:0}.form-block-half{padding:3em}.form-block-half p.has-big-font-size{margin-bottom:.3em}.wp-block-separator{border:1px solid #dadada;width:100%!important;max-width:100%!important;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:.4}p+.wp-block-separator{margin-top:-20px}p:empty{display:none}.wp-block-buttons .wp-block-button__link{font-size:16px!important;color:#fff!important}.wp-block-columns.is-compacted{width:100%;padding:0}.wp-block-columns.is-compacted .wp-block-column{align-items:stretch;margin:0;padding:0}.wp-block-columns.is-compacted .wp-block-image{margin:0}.wp-block-columns.has-background.is-compacted{padding:0}.wp-block-group.compacted .wp-block-columns{margin:0;padding:0!important}.wp-block-group.compacted .wp-block-columns .wp-block-column:not(:first-child){margin-left:3px}.wp-block-group p{margin:0!important;padding:0}.ui.input.error>input::placeholder,.ui.input.error>input::-webkit-input-placeholder{color:#9f3a38;font-family:Open Sans,sans-serif}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{font-family:Open Sans,sans-serif;font-size:.9em;top:-3px}.wp-block-spacer{clear:none}@media screen and (max-width: 768px){.wp-block-spacer{height:0}}.endnotes{margin-left:1em;color:#66676d;font-size:14px}.endnotes li{margin-bottom:15px}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;padding:0;margin:-1px;position:absolute;overflow:hidden;width:1px}.wp-block-quote{border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;background-color:#fff6e1;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMjAgMjAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMjAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGQjQwMDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0MS40LDM3LjljLTE2LjgsNy40LTQxLDMwLjUtNDcuOCw1MC40YzIuNi0xLjEsNy45LTIuMSwxMy43LTIuMWMyNS4yLDAsNDUuNywxOS40LDQ1LjcsNDguOAoJCWMwLDMwLjUtMjUuMiw1NS4xLTU0LjYsNTUuMWMtMzIsMC02MC45LTI0LjctNjAuOS02Ny44QzM3LjQsNzYuMiw2MiwzNS44LDEwMyw2LjlMMTQxLjQsMzcuOXogTTI3MS4xLDM3LjkKCQljLTE2LjgsNy40LTQxLDMwLjUtNDcuOCw1MC40YzIuNi0xLjEsNy45LTIuMSwxMy43LTIuMWMyNS4yLDAsNDUuNywxOS40LDQ1LjcsNDguOGMwLDMwLjUtMjUuMiw1NS4xLTU0LjYsNTUuMQoJCWMtMzIsMC02MC45LTI0LjctNjAuOS02Ny44YzAtNDYuMiwyNC43LTg2LjcsNjUuNy0xMTUuNUwyNzEuMSwzNy45eiIvPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:90px 90px;background-position:20px 14px;border-left:none;background-color:#e4f2ee;background-image:none;display:block;padding:20px 45px 30px 105px;position:relative}.wp-block-quote:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 320 202' style='enable-background:new 0 0 320 202;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235BAF95;%7D%0A%3C/style%3E%3Cpath class='st0' d='M141.4,37.9c-16.8,7.4-41,30.5-47.8,50.4c2.6-1.1,7.9-2.1,13.7-2.1c25.2,0,45.7,19.4,45.7,48.8 c0,30.5-25.2,55.1-54.6,55.1c-32,0-60.9-24.7-60.9-67.8C37.4,76.2,62,35.8,103,6.9L141.4,37.9z M271.1,37.9 c-16.8,7.4-41,30.5-47.8,50.4c2.6-1.1,7.9-2.1,13.7-2.1c25.2,0,45.7,19.4,45.7,48.8c0,30.5-25.2,55.1-54.6,55.1 c-32,0-60.9-24.7-60.9-67.8c0-46.2,24.7-86.7,65.7-115.5L271.1,37.9z'/%3E%3C/svg%3E");background-size:55px 55px;content:"";display:block;height:55px;left:2%;position:absolute;top:7%;width:55px}.wp-block-quote:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 320 202' style='enable-background:new 0 0 320 202;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235BAF95;%7D%0A%3C/style%3E%3Cpath class='st0' d='M141.4,37.9c-16.8,7.4-41,30.5-47.8,50.4c2.6-1.1,7.9-2.1,13.7-2.1c25.2,0,45.7,19.4,45.7,48.8 c0,30.5-25.2,55.1-54.6,55.1c-32,0-60.9-24.7-60.9-67.8C37.4,76.2,62,35.8,103,6.9L141.4,37.9z M271.1,37.9 c-16.8,7.4-41,30.5-47.8,50.4c2.6-1.1,7.9-2.1,13.7-2.1c25.2,0,45.7,19.4,45.7,48.8c0,30.5-25.2,55.1-54.6,55.1 c-32,0-60.9-24.7-60.9-67.8c0-46.2,24.7-86.7,65.7-115.5L271.1,37.9z'/%3E%3C/svg%3E");transform:scaleX(-1) scaleY(-1);background-size:55px 55px;content:"";display:block;height:55px;right:2%;position:absolute;bottom:5%;width:55px}.wp-block-quote p{color:#5baf95!important;font-size:24px!important;font-weight:700;font-stretch:condensed;line-height:115%!important;margin-top:20px!important;margin-bottom:10px!important;padding:0!important}.wp-block-quote .quote-cite{color:#828387!important;font-size:15px!important;font-weight:400;line-height:130%;display:block}.wp-block-quote cite{color:#828387!important;font-size:15px!important;display:block;line-height:130%}.background-quote-img{border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;background-color:#e4f2ee;background-image:none;display:block}.list-column{margin-bottom:0}.wp-block-columns.subtitle{padding-left:0}.wp-block-columns.subtitle img{margin-top:8px}.header-cover{background-size:cover;margin-bottom:-100px;padding:0}.wp-block-cover.header-cover{border-bottom:1px solid #ececec;border-top:1px solid #ececec;width:100vw;-o-object-position:right top;object-position:right top;margin-left:calc(-50vw + 50%);margin-top:-54px;margin-bottom:30px;padding:143px 0 0}.wp-block-cover__inner-container{width:1127px!important;margin-left:auto;margin-right:auto}.wp-block-cover__inner-container .wp-block-columns:last-child{margin-bottom:13px!important}.header-cover img{z-index:-1}.container.header{height:150px;padding:0;margin:0;box-shadow:none;left:auto}.container.header .background{border-bottom:1px solid #dadada;background-color:#f9f9f9}.container.header .menu.branding{background-color:#f9f9f9;height:96px}.container.header .branding.menu img{margin-top:7px}.container.header .menu,.container.header .branding{padding:0;max-width:1366px;margin:auto}.container.header .menu .divider div,.container.header .branding .divider div{border-left:1px solid #dadada;height:46px}.container.header .menu .flag:before,.container.header .branding .flag:before{width:20px;height:20px;margin-top:-3px;background-repeat:no-repeat!important}.container.header .menu .flag:after,.container.header .branding .flag:after{content:"";font-style:normal;font-weight:400;margin-left:25px;display:block;margin-top:-17px;width:150px}.container.header .menu .item.fitted,.container.header .branding .item.fitted{color:#000;font-size:22px}.container.header .menu .item,.container.header .branding .item{cursor:pointer;font-size:15px;margin:0 1%}.container.header .menu .pages,.container.header .branding .pages{align-self:flex-end;height:96px;margin-left:10px}.container.header .menu .pages .item:nth-child(1),.container.header .branding .pages .item:nth-child(1){margin-left:0}.container.header .menu .pages .item,.container.header .branding .pages .item{box-sizing:border-box;margin:0;text-transform:uppercase;justify-content:center;height:71px;min-width:12%;padding:0 15px 25px;align-self:flex-end;border:1px solid transparent}.container.header .menu .pages .item a,.container.header .branding .pages .item a{color:#fff}.container.header .menu .pages .item a:hover,.container.header .branding .pages .item a:hover{color:#5089a6}.container.header .menu .pages .item.selected,.container.header .branding .pages .item.selected{font-weight:700;height:71px;color:#5089a6;background-color:#fff;border-bottom:1px solid #FFF!important}.container.header .menu .pages .item.selected a,.container.header .branding .pages .item.selected a{color:#5089a6}.container.header .menu .pages .item.has-child-items,.container.header .branding .pages .item.has-child-items{color:#fff;padding-bottom:27px}.container.header .menu .pages .item.has-child-items span:after,.container.header .branding .pages .item.has-child-items span:after{transform:rotate(90deg);content:"›";margin-left:10px;float:right;display:block}.container.header .menu .pages .item.selected.has-child-items,.container.header .branding .pages .item.selected.has-child-items{color:#5089a6;border:1px solid #dadada;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin-bottom:-1px;padding-bottom:28px}.container.header .menu .pages .item.selected.has-child-items span:after,.container.header .branding .pages .item.selected.has-child-items span:after{transform:rotate(-90deg);content:"›";margin-left:10px;float:right;display:block}.container.header .container.child .menu{max-width:100%;margin-top:0;padding:0;border-bottom:1px solid #dadada;justify-content:center}.container.header .container.child .menu .item{text-transform:uppercase;padding:0 10px;margin:0 .5%}.container.header .container.child .menu .item a{color:#9798a0}.container.header .container.child .menu .item a:hover{filter:contrast(0)}.container.header .container.child .menu .item a:focus{box-shadow:none}.container.header .container.child .menu .item .mark,.container.header .container.child .menu .item.active .mark{width:15px;height:17px;background-size:15px 15px;margin-right:11px;background-repeat:no-repeat}.container.header .container.child .menu .item.selected .mark{width:15px;height:16px;background-size:15px 15px;margin-right:10px;background-repeat:no-repeat}.container.header .container.child .menu .item.selected{color:#5baf95}.container.header .container.child .menu .item.active a{font-weight:800;color:#5baf95}.url.breadcrumbs{margin-top:30px;font-size:16px;height:30px}.url.breadcrumbs span{color:#535454}.url.breadcrumbs span:after,.url.breadcrumbs a:not(:last-child):after{color:#535454;font-family:Roboto;content:"/";display:inline;font-size:16px;margin:0 10px}.url.breadcrumbs a{color:#535454}.url.breadcrumbs *{padding:0;margin:0}.url.breadcrumbs .active{color:#5baf95}.url.breadcrumbs .entry-content{display:inline!important}.url.breadcrumbs .title{font-size:16px}.ui.search input.prompt{border-radius:0}.ui.search i.search.icon{color:#d3d3d3;font-size:.8rem;opacity:1}.result *{padding:0!important;margin:0!important}.result .entry-content{font-size:12px!important}@media print{.container.header{display:none!important}}.viz.tabbed.posts.container{margin:0}@media only screen and (max-width: 480px){.viz.tabbed.posts.container{padding:0}}@media screen and (min-width: 769px) and (max-width: 1024px){.viz.tabbed.posts.container .wp-block-columns-is-layout-flex{display:flex!important;flex-direction:column}}.viz.tabbed.posts.container .label{font-weight:400;margin:0!important;font-size:16px;padding:0!important}.viz.tabbed.posts.container .viz.download .download-header{align-items:center}.ui.grid.tabbed.posts{background-color:transparent!important;padding:0 20px}.ui.grid.tabbed.posts .row{border:1.2px solid #B7B7B7;border-radius:0 0 5px 5px;padding:0;margin:0}.ui.grid.tabbed.posts .row .sixteen.wide.column.content{overflow:hidden;padding:0}.ui.grid.tabbed.posts .row .sixteen.wide.column.content .entry-content{padding:25px 33px 0}@media only screen and (max-width: 852px){.ui.grid.tabbed.posts .row .sixteen.wide.column.content .entry-content{padding:15px}}@media only screen and (max-width: 852px){.ui.grid.tabbed.posts .row .sixteen.wide.column.content .wp-data-viz-map{margin-left:-20px!important}}.ui.grid.tabbed.posts>.column{margin:0 0 -1px;padding:.2vw 0 0 3px}.ui.grid.tabbed.posts>.column:first-child{padding-left:0}.ui.grid.tabbed.posts>.column button.nav{border-radius:4px 4px 0 0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;background-color:#5baf95;border:1.2px solid #B7B7B7;height:45px;width:100%;padding:0;margin:0;color:#a6a6a6;text-align:left;border-bottom:none;transform:translateY(.1px)!important;display:flex;justify-content:center;align-content:center;flex-wrap:wrap}.ui.grid.tabbed.posts>.column button.nav .label{align-self:center;color:#fff;background-color:transparent!important;font-weight:700}.ui.grid.tabbed.posts>.column .button.one.nav{width:auto!important}.ui.grid.tabbed.posts .column.has-icon button.nav{display:flex;justify-content:center}.ui.grid.tabbed.posts .column.has-icon button.nav .icon{border:0px;background-size:contain;background-position:center;background-repeat:no-repeat;width:auto;float:left;height:30px;margin:0 3px 0 0;filter:invert(0) saturate(0) brightness(200%);opacity:1!important}.ui.grid.tabbed.posts .column.active.has-icon button.nav .icon{filter:none;opacity:1!important}.ui.grid.tabbed.posts button.nav:hover{background-color:#398570}.ui.grid.tabbed.posts .active button.nav{color:#fff;background-color:#fff!important;transform:translateY(.1px)!important;position:relative;z-index:9}.ui.grid.tabbed.posts .active button.nav .label{color:#5baf95;text-align:center}.ui.grid.tabbed.posts .active button.nav .label span{border-bottom:2px solid #5BAF95;border-radius:0;padding-bottom:2px}.ui.menu.tabbed.posts{padding:0;margin:0}.ui.menu.tabbed.posts .item{margin:0;padding:0;color:#66676d!important;border:0px;font-size:18px}.ui.menu.tabbed.posts .item .label{background-color:transparent!important;color:#66676d;padding:0}.ui.menu.tabbed.posts .item:last-child:after{content:none}.ui.menu.tabbed.posts .item.active{color:#5baf95!important;font-weight:700;padding-left:10px}.ui.menu.tabbed.posts .item.active .label{background-color:transparent!important;color:#5baf95;font-weight:700;padding:0}.ui.menu.tabbed.posts .item.active:after{color:#66676d;font-weight:400}.ui.menu.tabbed.posts a.item.active:before{content:"";background-repeat:no-repeat;background-position:center;width:18px!important;height:20px!important;background-color:transparent!important;display:block!important;position:relative!important;margin-left:-18px;margin-right:8px}.ui.menu.tabbed.posts .item:after{content:"|";margin-left:18px;margin-right:18px}.container.viz.tabbed.posts.editing .button.nav{margin-top:20px}.wp-block-viz-components-tabbed-posts .viz-component[data-theme=light] .ui.menu.tabbed.posts .item .label{font-size:18px}.viz.tabbed.posts.container.scrollable{margin:0 0 65px}.viz.tabbed.posts.container.scrollable .content-tab{overflow-y:auto;overflow-x:hidden}.tabbed-no-padding .row .sixteen.wide.column.content{margin:0!important;padding:0!important}.tabbed-no-padding .row .sixteen.wide.column.content .ui.fluid.container.entry-content{padding:0!important;margin:0!important}.viz.tabbed.posts .accordion{border-radius:0;border:1px solid #3e53a6;box-shadow:none}.viz.tabbed.posts .accordion .content{padding:0!important}.viz.tabbed.posts .accordion .accordion-post-content{padding:20px!important}.viz.tabbed.posts .accordion .title{height:50px;align-content:center;border-top:1px solid #3e53a6;padding-left:20px}.viz.tabbed.posts .accordion .title img{width:40px}.viz.tabbed.posts .accordion .title span{font-weight:700;font-size:16px;color:#3e53a6;line-height:normal;padding-right:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.viz.tabbed.posts .accordion .title .chevron.down.icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#3e53a6;font-size:.5em;margin-right:20px}.viz.tabbed.posts .accordion .title .chevron.down.icon:before{transition:transform .3s ease;transform-origin:center;transform:rotate(0)}.viz.tabbed.posts .accordion .title:first-child{border-top:none}.viz.tabbed.posts .accordion .title.active{background-color:#3e53a6}.viz.tabbed.posts .accordion .title.active img{filter:invert(0) saturate(0) brightness(200%)}.viz.tabbed.posts .accordion .title.active span,.viz.tabbed.posts .accordion .title.active .chevron.down.icon{color:#fff}.viz.tabbed.posts .accordion .title.active .chevron.down.icon:before{transform:rotate(180deg)}.body.parts{padding:0;margin:auto}.body.parts text.label{cursor:pointer;font-size:14px;fill:#66676d;font-weight:700}.body.parts text.label:hover{fill:#5087a3}.body.parts text.title{font-size:16px;fill:#5087a3;font-weight:700}@media screen and (max-width: 768px){.body.parts text.title{transform:translate(-20px);fill:#a7aeb1;cursor:pointer}}.body.parts .title-rect{fill:transparent;stroke:none}.body.parts .title-line.on{fill:#5087a3}.body.parts text.title.on{fill:#5087a3}.body.parts circle,.body.parts line{stroke:#5089a6}.body.parts circle{fill:#5089a6}.body.parts svg{margin:auto;width:100%}.st0{fill:#674534}.st1{fill:url(#SVGID_1_)}.st2{fill:#c8bfb8}.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#c8bfb8}.st4{opacity:.7;fill-rule:evenodd;clip-rule:evenodd;fill:#d6cfc9;enable-background:new}.st5{fill-rule:evenodd;clip-rule:evenodd;fill:#fff;fill-opacity:.298}.st6{fill:#b9b6b5}.st7{fill-rule:evenodd;clip-rule:evenodd;fill:#b9b6b5}.st8{opacity:.7;fill:#d6cfc9;enable-background:new}.st9{fill:none}.st10{fill-rule:evenodd;clip-rule:evenodd;fill:#fff}.st11{fill:#fff;fill-opacity:.298}.st12{fill:url(#SVGID_2_)}.st13{fill-rule:evenodd;clip-rule:evenodd;fill:#674534}.st14{fill-rule:evenodd;clip-rule:evenodd;fill:#cf785f}.st15{fill-rule:evenodd;clip-rule:evenodd;fill:#d3a79f}.st16{fill:#d3a79f}.st17{opacity:.4;fill-rule:evenodd;clip-rule:evenodd;fill:#fff;enable-background:new}.st18{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_3_)}.st19{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_4_);fill-opacity:.298}.st20{opacity:.7;fill-rule:evenodd;clip-rule:evenodd;fill:#978679;enable-background:new}.st21{opacity:.3;fill:#fff;enable-background:new}.st22{opacity:.5}.st23{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_5_)}.st24{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_6_);fill-opacity:.298}.st25{fill:url(#SVGID_7_)}.st26{fill:#b9684a}.st27{fill:#cf785f}.st28{opacity:.8;fill:#5d798f;enable-background:new}.st29{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_8_)}.st30{opacity:.8;fill-rule:evenodd;clip-rule:evenodd;fill:#5d798f;enable-background:new}.st31{fill-rule:evenodd;clip-rule:evenodd;fill:#b9684a}.st32{opacity:.4;fill:#fff;fill-opacity:.298;enable-background:new}.st33{opacity:.4;fill:#fff;enable-background:new}.st34{fill-rule:evenodd;clip-rule:evenodd;fill:#cecccb}.st35{opacity:.6}.st36{fill-rule:evenodd;clip-rule:evenodd;fill:#633}.st37{opacity:.8;fill:#d3a79f}.st38{fill:#aa7d6a}.st39{fill:#d35d63}.st40{fill:#ff8585}.st41{fill:#e6e4e0}.st42{fill:#e3ded5}.st43{fill:#e8e7e2}.st44{fill:#333}.st45{fill:#91734e}.st46{fill:#aa996f}.st47{fill:#212429}.st48{opacity:.46;fill:#fff}.st49{fill:#ff9191}.st50{opacity:.31;fill:#fff}.st51{fill:#a83767}.st52{fill:#dec752}.st53{fill:#c96354}.st54{clip-path:url(#SVGID_10_);fill:#ba4838}.st55{fill:#e88c80}.st56{fill:#b84b79}.st57{fill:#c75e8a}.st58{fill:#db796c}.st59{fill:#e8a874}.st60{clip-path:url(#SVGID_12_);fill:#f28274}.st61{fill:#c26153}.st62{fill:#b34636}.st63{fill:#d17164}.st64{fill:#f2be94}.st65{fill:#ffdcbf}.st66{fill:#ce5f5f}.st67{clip-path:url(#SVGID_14_);fill:#ffa094}.st68{fill:#ddb6b1}.st69{opacity:.1797;fill:#d3a79f}@media screen and (max-width: 800px){.wp-block-viz-ailments{width:100vw!important;height:auto!important}}@media screen and (max-width: 1024px){.wp-block-viz-ailments{width:100%!important;height:auto!important}}.viz.dashboard.gallery .ui.grid{margin-right:0}.viz.dashboard.gallery .ui.grid>.row>.column{padding-right:0}.viz.dashboard.gallery .ui.two.column.grid>.row,.viz.dashboard.gallery .ui.three.column.grid>.row{padding-bottom:.5em;padding-top:.5em}.viz.dashboard.gallery .ui.two.column.grid .wp-block-columns,.viz.dashboard.gallery .ui.three.column.grid .wp-block-columns{margin-bottom:0}.viz.dashboard.gallery .ui.two.column.grid .wp-block-column:first-child,.viz.dashboard.gallery .ui.three.column.grid .wp-block-column:first-child{padding-bottom:0!important;padding-left:0!important;padding-top:0!important}.viz.dashboard.gallery a{color:#5089a6}.viz.dashboard.gallery.horizontal .grid,.viz.dashboard.gallery.horizontal .column,.viz.dashboard.gallery.horizontal .row{padding:0;margin:0}.viz.dashboard.gallery.vertical .item .preview{border:2px solid #dadada;border-radius:5px;height:100%;padding:0}.viz.dashboard.gallery.vertical .item .preview .wp-block-columns{bottom:10px;position:absolute;z-index:1}.viz.dashboard.gallery.vertical .item .preview .wp-block-cover{margin-bottom:60px}.viz.dashboard.gallery.vertical .item .preview .ui.container.entry-content,.viz.dashboard.gallery.vertical .item .preview figure,.viz.dashboard.gallery.vertical .item .preview img,.viz.dashboard.gallery.vertical .item .preview .wp-block-image{width:100%!important;margin-bottom:.4rem;padding:0}.viz.dashboard.gallery.vertical .item .preview .wp-block-image .aligncenter{display:block}.viz.dashboard.gallery.vertical .item .preview p{padding-bottom:.4rem;font-weight:400}.viz.dashboard.gallery.vertical .item .preview .wp-block-columns{padding:0px 1rem}.myths.list{display:flex;flex-direction:column}.myths.list .header{padding:.5em;display:flex;flex-direction:row;margin-bottom:2vh}.myths.list .header h2{margin:0}.myths.list .header img{margin-right:10px;width:40px;height:auto}.myths.list .title{cursor:text;margin-left:3.2em;display:flex;flex-direction:row;align-items:flex-start;padding:0}.myths.list .title .entry-content{flex:1;padding:0;margin:0}.myths.list .title .entry-content p{font-size:1.3em;font-weight:400;line-height:130%;margin-left:-65px;text-indent:70px}.myths.list .title .ui.label{width:100px;border-radius:0;margin:0;font-weight:400;color:#ba5555;font-size:1.3em;line-height:30px;padding:0 .2em 0 0;border:none}.myths.list .title .ui.label img{border:1px solid transparent;display:inline-block;height:auto!important;margin:0;width:30px!important}.myths.list>.content{display:flex!important;margin-bottom:15px;margin-left:3.2em;flex-direction:row;border-bottom:2px solid #ececec!important;font-weight:100;color:#5baf95;padding-bottom:20px!important}.myths.list>.content .excerpt{display:none}.myths.list>.content p{font-size:1.3em;font-weight:400;line-height:130%;margin-top:0;margin-left:-70px;padding-bottom:17px;padding-top:0}.myths.list>.content p:first-child{margin-left:-70px;text-indent:70px}.myths.list>.content .label{justify-content:center;color:#5baf95;align-items:center;font-size:1.3em;font-weight:400;border:0;line-height:30px;padding:0 .2em 0 0;height:35px}.myths.list>.content .label img{border:1px solid transparent;display:inline-block;height:auto!important;margin:0;width:30px!important}.myths.list>.content .entry-content{flex:1;padding:0;margin:0}.myths.list>.content .entry-content>p{padding:0}.myths.list>.title.odd{margin-top:10px}@media only screen and (min-device-width: 320px) and (max-device-width: 480px),screen and (max-width: 320px){.ui.container.section .menu,.ui.container.section .header{border:0!important}.ui.container.section .menu .item,.ui.container.section .header .item{border:0!important;display:none}}.green .left.navigator{top:10px;float:left;position:sticky!important;width:100px;margin-left:-8vw}.green .left.navigator .ui.menu{background-color:#5baf95;margin:0;padding:0;width:90px;min-width:70px;max-width:100px;display:flex}.green .left.navigator .ui.menu .header{font-size:.8rem;align-content:center;text-align:center;text-transform:uppercase}.green .left.navigator .ui.menu .item{border-bottom:1px solid #FFF;padding:10% 1.5%;box-sizing:border-box;text-align:center;color:#fff!important}.green .left.navigator .ui.menu .item .label{padding:3%;font-size:.6rem;margin:auto;background:none;text-transform:uppercase;width:100%;border:0;word-break:break-word}.green .left.navigator .ui.menu .item img{height:auto;width:65%;cursor:pointer;margin:-3px auto 5px}.green .left.navigator .ui.menu .item.active{background-color:#3e53a6}@media screen and (max-width: 1300px){.green .left.navigator .ui.menu{background-color:#5baf95;margin:0;padding:0;width:5vw;min-width:65px;max-width:100px;display:flex}.green .left.navigator .label{display:none}}@media screen and (max-width: 1366px){.green .left.navigator{display:none!important}.green .left.navigator .label{display:none}}@media print{.green .left.navigator{display:none!important}}.top-navigator{background-color:#5baf95;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1NS4yIDU1LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1LjIgNTUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fQoJLnN0MXtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQsNDEuN2g3LjJWMjUuNmw3LjMtMC4xbC0xMC44LTEybC0xMC45LDEybDcuMiwwLjFWNDEuN3oiLz4KPGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjcuNiIgY3k9IjI3LjYiIHI9IjIzLjQiLz4KPC9zdmc+Cg==);background-position:center 10px;background-repeat:no-repeat;background-size:30px 30px;bottom:20%;right:20px;position:fixed;width:75px;z-index:10}@media screen and (min-width: 1400px){.top-navigator{right:5%}}@media screen and (min-width: 1600px){.top-navigator{right:8%}}@media screen and (min-width: 1900px){.top-navigator{right:15%}}.top-navigator .ui.menu{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-color:transparent;border-color:transparent;box-shadow:none;margin:0;padding:0}.top-navigator .ui.menu .item{color:#fff;font-size:12px;outline:none;padding:45px 0 15px;text-align:center;text-transform:uppercase;vertical-align:baseline;width:100%}.top-navigator .ui.menu .item:before{background:none}.opacity-0{-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-in-out;opacity:0}.opacity-100{-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-in-out;opacity:1}.wp-block-viz-components-featured-tabs{margin-bottom:30px}.featured.tabs{display:flex}.featured.tabs .grid.desktop{flex-basis:100%;padding:0;margin:0}.featured.tabs .grid.desktop .cover{display:flex;flex-direction:column;background-size:cover;background-repeat:no-repeat!important;height:100%;border:1px solid #b8ccd8;border-top:0;margin-top:0!important;padding:10%;text-align:center;justify-content:flex-end}.featured.tabs .grid.desktop .cover .entry-content,.featured.tabs .grid.desktop .cover .excerpt{display:flex;flex-direction:column;height:100%}.featured.tabs .grid.desktop .cover .entry-content blco p,.featured.tabs .grid.desktop .cover .excerpt blco p{margin-bottom:0}.featured.tabs .grid.desktop .cover .label{cursor:pointer;font-size:16px;font-weight:400;line-height:160%;margin:auto auto 5%;width:150px;border:1px solid #FFF;color:#fff;background-color:transparent!important}.featured.tabs .grid.desktop .cover .label .icon{margin-right:4%}.featured.tabs .grid.desktop .cover .label .icon:before{background:20px 20px!important;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDguNSw0NjguOUwzODcuMSwzNDcuNWMtMi4zLTIuMy01LjMtMy41LTguNS0zLjVoLTEzLjJjMzEuNS0zNi41LDUwLjYtODQsNTAuNi0xMzZDNDE2LDkzLjEsMzIyLjksMCwyMDgsMAoJUzAsOTMuMSwwLDIwOHM5My4xLDIwOCwyMDgsMjA4YzUyLDAsOTkuNS0xOS4xLDEzNi01MC42djEzLjJjMCwzLjIsMS4zLDYuMiwzLjUsOC41bDEyMS40LDEyMS40YzQuNyw0LjcsMTIuMyw0LjcsMTcsMGwyMi42LTIyLjYKCUM1MTMuMiw0ODEuMiw1MTMuMiw0NzMuNiw1MDguNSw0NjguOXogTTIwOCwzNjhjLTg4LjQsMC0xNjAtNzEuNi0xNjAtMTYwUzExOS42LDQ4LDIwOCw0OHMxNjAsNzEuNiwxNjAsMTYwUzI5Ni40LDM2OCwyMDgsMzY4eiIvPgo8L3N2Zz4K)!important;background-position:0 0;background-repeat:no-repeat;background-size:100% 100%!important;display:block;height:20px;width:20px;content:""}.featured.tabs .grid.desktop .cover p{color:#fff}.featured.tabs .grid.desktop .column{color:#fff;padding:0!important;margin:0!important}.featured.tabs .grid.desktop .column.expanded{padding:0;border:1px solid #dadada}.featured.tabs .grid.desktop .column.expanded .ui.menu.tabbed.posts .label{color:#5baf95;position:relative;right:auto;left:auto;top:auto}.featured.tabs .grid.desktop .column.expanded .ui.menu.tabbed.posts .label span{display:block;margin-top:30px}.featured.tabs .grid.desktop .column.expanded .segment{display:flex;align-items:center;justify-content:flex-start;padding:0 10px;border:0px;border-radius:0;margin-bottom:0}.featured.tabs .grid.desktop .column.expanded .segment img{margin-left:2%;height:40px!important}.featured.tabs .grid.desktop .column.expanded .segment .title{font-size:inherit;color:#fff;padding-top:0}.featured.tabs .grid.desktop .column.expanded .segment h2{font-weight:300;padding:10px 20px 10px 10px;margin:0}.featured.tabs .grid.desktop .column.expanded .entry-content{color:#000;margin:0;padding:4%;width:100%}.featured.tabs .grid.desktop .column.expanded .label.closeIconText{cursor:pointer;color:#fff;margin:25px 0 15px 90%}.featured.tabs .grid.desktop .column.expanded .label.closeIconText .icon{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;right:auto!important;padding:0;margin-right:2px}.featured.tabs .grid.desktop .column.expanded .label.closeIcon{position:absolute;right:15px;cursor:pointer;color:#fff;background-color:transparent}.featured.tabs .grid.desktop .column.expanded .label.closeIcon .icon{background-color:transparent;position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;right:auto!important;padding:0;margin-right:2px}.featured.tabs .grid.desktop .column.expanded .full-link{margin-top:5vmin;width:80%;padding:2vmin;border-bottom:1px solid #dadada;border-top:1px solid #dadada}.ui.fluid.container.viz.featured.tabs .entry-content{overflow:hidden}.ui.fluid.container.viz.featured.tabs.scrollable .entry-content{overflow-y:auto}.vertical.featured.tabs .item{overflow:hidden;flex-grow:1}.vertical.featured.tabs .item.expanded{flex-grow:1;transition:all .5s;backface-visibility:hidden;overflow:visible!important}.vertical.featured.tabs .item.collapsed{flex-grow:0;transition:all .5s;backface-visibility:hidden}.vertical.featured.tabs .item.collapsed:hover{transform:translate(-7px)}.vertical.featured.tabs .item.collapsed:hover .cover{transition:filter .25s ease-in-out;filter:brightness(1.18)}.vertical.featured.tabs .content-area{height:100%;display:block;position:relative}.vertical.featured.tabs .content-area .cover{cursor:pointer;padding:0;left:0;float:left;position:absolute;height:100%;display:grid;transition:filter .25s ease-in-out}.vertical.featured.tabs .content-area .cover .rotator{position:absolute;transform-origin:left}.vertical.featured.tabs .content-area .cover .rotator *{margin:0;padding:0}.vertical.featured.tabs .content-area .cover .rotator img{transform:rotate(-90deg)}.vertical.featured.tabs .content-area .cover .rotator p{transform:rotate(180deg);text-align:right}.vertical.featured.tabs .content-area .collapsable-content{height:100%;position:absolute;display:block;margin-right:0}.vertical.featured.tabs .content-area .collapsable-content .entry-content{cursor:default!important;height:100%;margin:auto;padding:0}.vertical.featured.tabs .content-area .collapsable-content .entry-content .ui.fluid.container.content{height:100%;overflow-y:auto}.vertical.featured.tabs .content-area .collapsable-content .entry-content .ui.fluid.container.content::-webkit-scrollbar-thumb{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#66676d}.vertical.featured.tabs .content-area .collapsable-content .entry-content .ui.fluid.container.content::-webkit-scrollbar-track{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-color:#dadada}.vertical.featured.tabs .overlay-label-container{position:absolute;transform:rotate(-90deg);bottom:65px;justify-self:center;width:100px;text-align:center}.vertical.featured.tabs .overlay-label{color:#fff;font-size:11px;font-weight:300;line-height:1;opacity:0;transition:opacity .25s ease-in-out;text-align:center;transform:translate(-16px,2px)}.vertical.featured.tabs .overlay-label.visible{opacity:1}.vertical.featured.tabs .arrow-svg{height:20px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjE3MjcgMTEuMTM2QzE5LjMyIDEwLjk4NzMgMTkuNDM2OSAxMC44MTAzIDE5LjUxNjcgMTAuNjE1M0MxOS41OTY1IDEwLjQyMDQgMTkuNjM3NiAxMC4yMTEyIDE5LjYzNzYgMTBDMTkuNjM3NiA5Ljc4ODc4IDE5LjU5NjUgOS41Nzk2NSAxOS41MTY3IDkuMzg0NjhDMTkuNDM2OSA5LjE4OTcgMTkuMzIgOS4wMTI3NCAxOS4xNzI3IDguODY0TDExLjMxNTYgMC44NjQwMDFDMTEuMTY5NSAwLjcxNDAzNiAxMC45OTU3IDAuNTk1MDA1IDEwLjgwNDIgMC41MTM3NzVDMTAuNjEyNyAwLjQzMjU0NSAxMC40MDczIDAuMzkwNzI0IDEwLjE5OTkgMC4zOTA3MjRDOS45OTI0NCAwLjM5MDcyNCA5Ljc4NzA1IDAuNDMyNTQ1IDkuNTk1NTYgMC41MTM3NzVDOS40MDQwNiAwLjU5NTAwNSA5LjIzMDI2IDAuNzE0MDM2IDkuMDg0MTggMC44NjQwMDFMMS4yMjcwNCA4Ljg2NEMxLjA3OTc1IDkuMDEyNzQgMC45NjI4MzkgOS4xODk3IDAuODgzMDYgOS4zODQ2OEMwLjgwMzI4MSA5LjU3OTY1IDAuNzYyMjA3IDkuNzg4NzggMC43NjIyMDcgMTBDMC43NjIyMDcgMTAuMjExMiAwLjgwMzI4MSAxMC40MjAzIDAuODgzMDYgMTAuNjE1M0MwLjk2MjgzOSAxMC44MTAzIDEuMDc5NzUgMTAuOTg3MyAxLjIyNzA0IDExLjEzNkMxLjM3MzEyIDExLjI4NiAxLjU0NjkyIDExLjQwNSAxLjczODQxIDExLjQ4NjJDMS45Mjk5MSAxMS41Njc1IDIuMTM1MyAxMS42MDkzIDIuMzQyNzUgMTEuNjA5M0MyLjU1MDE5IDExLjYwOTMgMi43NTU1OSAxMS41Njc1IDIuOTQ3MDggMTEuNDg2MkMzLjEzODU4IDExLjQwNSAzLjMxMjM3IDExLjI4NiAzLjQ1ODQ2IDExLjEzNkwxMC4xOTk5IDQuMjU2TDE2Ljk0MTMgMTEuMTM2QzE3LjA4NzQgMTEuMjg2IDE3LjI2MTIgMTEuNDA1IDE3LjQ1MjcgMTEuNDg2MkMxNy42NDQyIDExLjU2NzUgMTcuODQ5NiAxMS42MDkzIDE4LjA1NyAxMS42MDkzQzE4LjI2NDUgMTEuNjA5MyAxOC40Njk5IDExLjU2NzUgMTguNjYxNCAxMS40ODYyQzE4Ljg1MjkgMTEuNDA1IDE5LjAyNjcgMTEuMjg2IDE5LjE3MjcgMTEuMTM2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat;transform:translate(25px,-3px);transition:transform .25s ease-in-out}.vertical.featured.tabs .overlay-label.visible+.arrow-svg{transform:translate(25px,6px);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.vertical.featured.tabs .item.expanded .arrow-svg{opacity:0;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.vertical.featured.tabs .item.collapsed .arrow-svg{opacity:1;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.inline.list{padding:0}.inline.list .list{padding-bottom:0}.inline.list .ui.grid{border-bottom:1px solid #dadada;padding:0 0 30px;margin:0 0 30px}.inline.list .ui.grid:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.inline.list .ui.grid .column{padding:0}.inline.list .ui.grid .ui.container.entry-content{padding:0 14px}.inline.list .ui.grid .ui.label{height:auto;background-color:transparent;text-align:center;padding:0;margin:0}.inline.list .ui.grid .ui.label img{height:auto!important;width:100%!important;min-width:30px;margin:0}.inline.list a{cursor:pointer}.chart.container{margin:0;padding:0}.chart.container .ui.segment.nodata{border-top:0px solid #db2828!important;margin-top:60px;margin-left:-5px;vertical-align:center;border:0px!important;font-size:20px;text-align:center;background-color:#ccc}.chart.container text{fill:#fff}.chart.container .body{position:relative;height:100%;margin:0}.chart.container .body .ui.container.entry-content{padding:0!important;margin:0!important}.chart.container .body svg{pointer-events:all;overflow:visible}.chart.container .body svg text{font-size:13px!important;fill:#000!important}.chart.container .legend.item input[type=checkbox]{width:18px;height:18px}.chart.container .legend.item input[type=checkbox]:before,.chart.container .legend.item input[type=radio]{width:16px;margin:auto!important;font-size:16px!important}.chart.container .legend.item label{padding:3px;font-size:14px!important}.chart.container .legends.container.left{position:absolute;bottom:50px;left:10px}.chart.container .legends.container.left .legend.item{margin:2px;padding:3px;text-align:left;display:flex;line-height:28px!important}.chart.container .legends.container.left .legend.item input[type=checkbox],.chart.container .legends.container.left .legend.item input[type=radio]{display:none}.chart.container .legends.container.left .legend.item label{padding:0 5px;line-height:20px;height:20px;white-space:nowrap}.chart.container .legend-title{color:#66676d;cursor:default;font-weight:700;font-size:14px}.chart.container .legends.container.top,.chart.container .legends.container.left,.chart.container .legends.container.right,.chart.container .legends.container.bottom{display:flex;flex-direction:column;gap:8px}.chart.container .legends.container.top .legend.item,.chart.container .legends.container.left .legend.item,.chart.container .legends.container.right .legend.item,.chart.container .legends.container.bottom .legend.item{display:flex;align-items:center;margin-bottom:12px}.chart.container .legends.container.top .legend.item .checkmark-with-bg,.chart.container .legends.container.top .legend.item .checkmark,.chart.container .legends.container.left .legend.item .checkmark-with-bg,.chart.container .legends.container.left .legend.item .checkmark,.chart.container .legends.container.right .legend.item .checkmark-with-bg,.chart.container .legends.container.right .legend.item .checkmark,.chart.container .legends.container.bottom .legend.item .checkmark-with-bg,.chart.container .legends.container.bottom .legend.item .checkmark{height:18px;width:18px;margin-right:8px;border:1px solid #8c8f94;border-radius:4px;cursor:pointer;flex-shrink:0}.chart.container .legends.container.top .legend.item input:checked~.checkmark:after,.chart.container .legends.container.top .legend.item input:checked~.checkmark-with-bg:after,.chart.container .legends.container.left .legend.item input:checked~.checkmark:after,.chart.container .legends.container.left .legend.item input:checked~.checkmark-with-bg:after,.chart.container .legends.container.right .legend.item input:checked~.checkmark:after,.chart.container .legends.container.right .legend.item input:checked~.checkmark-with-bg:after,.chart.container .legends.container.bottom .legend.item input:checked~.checkmark:after,.chart.container .legends.container.bottom .legend.item input:checked~.checkmark-with-bg:after{display:block}.chart.container .legends.container.top .legend.item .checkmark:after,.chart.container .legends.container.top .legend.item .checkmark-with-bg:after,.chart.container .legends.container.left .legend.item .checkmark:after,.chart.container .legends.container.left .legend.item .checkmark-with-bg:after,.chart.container .legends.container.right .legend.item .checkmark:after,.chart.container .legends.container.right .legend.item .checkmark-with-bg:after,.chart.container .legends.container.bottom .legend.item .checkmark:after,.chart.container .legends.container.bottom .legend.item .checkmark-with-bg:after{content:"";display:none}.chart.container .legends.container.top .legend.item .checkmark:after,.chart.container .legends.container.left .legend.item .checkmark:after,.chart.container .legends.container.right .legend.item .checkmark:after,.chart.container .legends.container.bottom .legend.item .checkmark:after{position:relative;left:5px;top:2px;width:7px;height:10px;border:solid #2196F3;border-width:0 3px 3px 0;transform:rotate(45deg)}.chart.container .legends.container.top .legend.item .checkmark-with-bg:after,.chart.container .legends.container.left .legend.item .checkmark-with-bg:after,.chart.container .legends.container.right .legend.item .checkmark-with-bg:after,.chart.container .legends.container.bottom .legend.item .checkmark-with-bg:after{position:relative;left:5px;top:2px;width:7px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.chart.container .legends.container.top .legend.item .label,.chart.container .legends.container.left .legend.item .label,.chart.container .legends.container.right .legend.item .label,.chart.container .legends.container.bottom .legend.item .label{cursor:pointer;flex-grow:1;margin-left:4px;white-space:nowrap}.chart.container .legends.container.left .legend.item .legend-title{padding-left:0}.chart.container .legends.container.right{position:absolute;bottom:50px;right:-20px}.chart.container .legends.container.right .legend.item{margin:2px;padding:3px;text-align:left;display:flex;align-items:center;line-height:28px!important}.chart.container .legends.container.right .legend.item input[type=checkbox],.chart.container .legends.container.right .legend.item input[type=radio]{display:none}.chart.container .legends.container.right .legend.item label{padding:0 5px;line-height:20px;height:20px;display:flex;flex-grow:0;flex-shrink:0;flex-basis:auto;align-items:center;white-space:nowrap}.chart.container .legends.container.right .legend.item .legend-title{padding-left:0;font-weight:700}.chart.container .legends.container.top{position:absolute;top:5px;left:10px;display:flex;justify-content:flex-start;flex-direction:row}.chart.container .legends.container.top .legend-sections{display:flex}.chart.container .legends.container.top .legend-sections .title-section{display:flex;position:relative}.chart.container .legends.container.top .legend-sections .items-section{display:flex;position:relative!important;flex-wrap:wrap}.chart.container .legends.container.top .legend.item{margin:2px;padding:3px;text-align:left;display:flex;line-height:28px!important}.chart.container .legends.container.top .legend.item input[type=checkbox],.chart.container .legends.container.top .legend.item input[type=radio]{display:none}.chart.container .legends.container.top .legend.item label{padding:0 3px;line-height:20px;height:20px;white-space:nowrap}.chart.container .legends.container.top .legend.item.overlay{margin-left:20px}.chart.container .legends.container.bottom{display:flex;justify-content:flex-start;flex-direction:row;margin-bottom:1rem!important;justify-content:space-around}.chart.container .legends.container.bottom .legend-sections{display:flex}@media screen and (max-width: 1024px){.chart.container .legends.container.bottom .legend-sections{flex-direction:column}}.chart.container .legends.container.bottom .legend-sections .title-section{display:flex;position:relative}.chart.container .legends.container.bottom .legend-sections .items-section{display:flex;position:relative!important;flex-wrap:wrap!important}@media screen and (max-width: 1024px){.chart.container .legends.container.bottom .legend-sections .items-section{gap:10px!important}}.chart.container .legends.container.bottom .legend.item{margin:6px;padding:3px;text-align:left;display:flex;line-height:28px!important}@media screen and (max-width: 1024px){.chart.container .legends.container.bottom .legend.item{min-width:150px;flex-basis:25%;flex:1;justify-content:flex-start;padding:5px!important;box-sizing:border-box}}.chart.container .legends.container.bottom .legend.item input[type=checkbox],.chart.container .legends.container.bottom .legend.item input[type=radio]{display:none}.chart.container .legends.container.bottom .legend.item label{padding:0 5px;line-height:20px;height:20px}.chart.container .footnote{margin-top:10px;width:auto;text-align:left}.chart.container .footnote .grid{width:100%}.chart.container .footnote .column{height:40px;vertical-align:bottom;padding:0;margin:0}.chart.container .footnote p{line-height:40px;font-size:13px;padding:0;margin-left:10px;margin-right:10px;text-align:right}.chart.container .buttons{display:flex}.chart.container .buttons .button{font-size:14px;background-color:#d6d6d6!important;font-weight:100;border:1px solid;min-width:150px;color:#fff;font-weight:600}.chart.container .buttons .button.active{background:#4f8ba5!important}.chart.tooltip{max-width:500px!important;padding:15px;border-radius:4px;opacity:1;font-family:Roboto;line-height:28px;font-size:16px;color:#1e1e1e;background-color:#f7f7f7!important;border:1px solid #dddddd!important;line-height:1.5}.chart.tooltip hr{margin-left:-15px;margin-right:-15px}.chart.tooltip b{color:#1e1e1e!important}.chart.tooltip table,.chart.tooltip th,.chart.tooltip td{border:1px solid;border-collapse:collapse;padding:5px;border-color:#ddd}.chartView{margin-bottom:20px}@media (max-width: 480px){.chart.container{position:relative}.chart.container .legends.container{margin-left:-5px!important;width:100%!important}.chart.container .legends.container.top .legend-sections{flex-direction:column;transform:translateY(-20px)}.chart.container .legends.container.top .legend-sections .legend.item .legend-title{padding-left:0!important}.chart.container .pie-chart{height:360px!important;margin-top:30px!important}.chart.container .pie-chart .legends.container{margin:0 0 0 -5px!important}.chart.container .pie-chart .legends.container .legend.item{min-width:100%!important}.pie-chart svg text{font-weight:600!important}}@media (max-width: 1365px){.chart.container .legends.container.top .legend-sections{flex-direction:column;transform:translateY(-20px)}.chart.container .legends.container.top .legend-sections .legend.item .legend-title{padding-left:0!important}}.carousel{width:100%;padding:0}@media screen and (max-width: 480px){.carousel{height:400px!important}}.carousel .wp-block-cover{padding:0}.carousel .wp-block-group{padding:1rem 2rem}.carousel .wp-block-columns .wp-block-column{padding:0;margin:0}.carousel li{padding:0;min-height:565px}.carousel li .wp-block-buttons{padding:10px 0}.carousel li .wp-block-buttons .wp-block-button{margin:0}@media screen and (max-width: 480px){.carousel__slider{height:400px!important}}.carousel__dot-group{margin:0 auto auto;text-align:center}.carousel__dot-group .carousel__dot{pointer-events:all!important;background-color:#bcc3e0;margin:5px;border-radius:100%;height:15px;width:15px;border:0px!important}.carousel__dot-group .carousel__dot:hover{background-color:#3e8e41}.carousel__dot-group .carousel__dot:focus{outline:none;box-shadow:none}.carousel__dot-group .carousel__dot:active{background-color:#3e8e41;box-shadow:none;transform:translateY(0)}.carousel__dot-group .carousel__dot--selected{background-color:#3e53a6}@media screen and (max-width: 1024px){.carousel:has(.wp-block-quote) .wp-block-quote{padding:25px;font-size:1rem}.carousel:has(.wp-block-quote) .wp-block-quote:before,.carousel:has(.wp-block-quote) .wp-block-quote:after{height:35px!important;width:35px!important;background-size:35px 35px!important}.carousel:has(.wp-block-quote) .wp-block-quote:before{top:5%!important}.carousel:has(.wp-block-quote) .wp-block-quote:after{right:5%;bottom:5%}.carousel:has(.wp-block-quote) .wp-block-quote p{margin-top:15px!important;margin-bottom:10px!important}.carousel:has(.wp-block-quote) .wp-block-quote cite{padding-right:20px}}@media screen and (max-width: 480px){.carousel:has(.wp-block-quote) .wp-block-quote{font-size:.9rem!important;padding:25px 20px!important}.carousel:has(.wp-block-quote) .wp-block-quote:before,.carousel:has(.wp-block-quote) .wp-block-quote:after{height:30px!important;width:30px!important;background-size:30px 30px!important}}.container.desktop h2 .title{padding-top:50px}.container.green .wp-block-column figure,.container.green .wp-block-column p{margin-block-end:0;margin-block-start:0em}.container.green .excerpt .entry-content{margin:0}.container.section{page-break-after:always;margin-left:10px!important;margin-bottom:50px}.container.section .ui.menu.header{margin:0;background-color:#fff;border:1px solid #dadada;background:#5baf95}.container.section .ui.menu.header h1{font-family:Roboto,sans-serif;font-size:2rem;font-weight:300!important;padding:0;margin:0}.container.section .ui.menu.header h2{font-family:Roboto,sans-serif;font-size:1.5rem!important;margin:0;padding:0;font-weight:300!important}.container.section .ui.menu.header .item{padding:1.5rem;background:#5baf95;width:20vw;max-height:160px!important;max-width:191px!important}.container.section .ui.menu.header .ui.image{margin:auto;width:60%}.container.section .ui.menu.header .header{padding:2%;background:#fff;width:100%;font-weight:300;justify-content:left;align-items:center;display:flex;border-left:1px solid #dadada}.container.section .ui.menu.header .header>div{margin-left:1.5vw}.container.section .ui.menu.header .header p{line-height:100%;padding:0;margin:0}@media (max-width: 600px){.container.section .ui.menu .item{display:none}}.container.section .subsection{margin:0!important;padding:1vw}.container.section .subsection a{color:#3e9fde!important}.container.section .subsection .grid.header{padding:.5vw;margin:0}.container.section .subsection .grid.header h2.title{text-transform:none;padding-left:0;color:#5baf95;font-weight:300;margin:0}.container.section .subsection .grid.header h3.subtitle{text-transform:none;font-size:1.5rem;margin:0;color:#66676d;font-weight:300;padding-left:0}.container.section .subsection .grid.header .column,.container.section .subsection .grid.header .row{padding:0;margin:0}.container.section .subsection .grid.header .column{min-height:90px;border-bottom:1px solid #dadada}.container.section .subsection .grid.header .icon{width:40px;height:40px;min-width:30px!important;min-height:30px!important;content:"";margin-top:15px}@media (max-width: 779px){.container.section .subsection .grid.header .column:nth-child(1){display:none}.container.section .subsection .grid.header h2.title{font-size:1.5em}.container.section .subsection .grid.header h3.subtitle{font-size:1.3em}}.intro{margin:50px auto auto;padding:0}.intro .entry-content{padding:0!important;margin:0}.intro .entry-content .has-intermediate-font-size{font-size:1.8rem;line-height:135%;padding-bottom:35px;padding-top:25px}@media screen and (max-width: 781px) and (min-width: 600px){.intro .wp-block-columns{margin-bottom:10vh!important}.intro .wp-block-column:nth-child(1){flex-basis:calc(20% - 5px)!important;flex-grow:0}.intro .wp-block-column:nth-child(2){flex-basis:calc(80% - 16px)!important;flex-grow:0}}@media (max-width: 599px){.intro .wp-block-column:nth-child(2){text-align:center;flex-grow:0}}.intro .wp-block-columns{margin:0}.intro .wp-block-columns .wp-block-column{margin:0;padding:.3vw}.intro .wp-block-columns .wp-block-column p{margin:.3em}.intro .wp-block-columns .wp-block-column figure{margin-block-end:0;margin-block-start:.3em}.cost .cost-gender-label{line-height:90%}.container.viz.footer{margin:0!important}.container.viz.footer .ui.container.entry-content{width:100vw;margin:0!important}.container.viz.footer .ui.container.entry-content .wp-block-columns{margin:0}.container.viz.footer .ui.container.entry-content .ui.fluid.container.content{margin:0!important}.container.viz.footer .logos-column{padding:3vw 10vw}.container.viz.footer .logos-column .logos-column-item{margin:0 4vw}.container.viz.footer .footer-cover{border-top:1px solid #3e53a6;width:100vw;margin-left:calc(-50vw + 50%);padding-top:30px;padding-bottom:30px}.container.viz.footer .footer-cover a{color:#e5f6ff}.container.viz.footer .footer-cover .wp-block-columns{margin-bottom:0}.container.viz.footer .footer-cover .bottom-bar-container{margin:auto;max-width:1300px}.container.viz.footer .footer-cover .wp-block-cover__background{background-color:#3e53a6!important}.container.viz.footer .attribution-icon{display:block;float:right;margin-right:1em;min-width:85px}.container.viz.footer .bottom-menu{border-bottom:1px solid #B0CAD8;display:inline-block;padding-bottom:20px;margin-bottom:25px!important}.container.viz.footer .bottom-menu a{margin-right:20px}.container.viz.footer .bottom-menu a:last-of-type{margin-right:0}.container.viz.footer .column{padding-bottom:1.5rem;padding-top:1.5rem}.container.viz.footer .header{font-weight:400;color:#fff;text-transform:uppercase;margin:0}.container.viz.footer p{font-weight:400;color:#fff}.container.viz.footer p a{color:#fff}.container.viz.footer p a:hover{color:#f0f0f0}.container.viz.footer .viz.secondary-menu.container{background-color:#175372;text-align:center}@media (max-width: 480px){.container.viz.footer .logos-column{padding:10vw 15vw}.container.viz.footer .logos-column .logos-column-item{margin:10vw 0}.container.viz.footer .footer-cover a{width:100vw;text-align:center;display:block;margin:0 0 30px}.container.viz.footer .footer-cover .stay-connected{justify-self:center;align-self:center;text-align:center}.container.viz.footer .footer-cover .stay-connected p{padding:30px 0}.container.viz.footer .footer-cover .stay-connected .stay-connected-icon img{width:100px!important;height:auto!important;margin-bottom:15px!important}.container.viz.footer .footer-cover .stay-connected .contact-block{text-align:center;line-height:2;padding:10px 0;border-bottom:1px solid #B0CAD8}.container.viz.footer .footer-cover .creative-commons .wp-block-column{padding:0 20px}.container.viz.footer .footer-cover .creative-commons .wp-block-image{width:100vw;margin:10px 0 30px}.container.viz.footer .footer-cover .creative-commons .wp-block-image img{width:150px!important;text-align:center}.container.viz.footer .footer-cover .creative-commons p{text-align:center}.container.viz.footer .footer-cover .creative-commons p a{display:inline}}@media (min-width: 481px) and (max-width: 782px){.container.viz.footer .logos-column{padding:10vw 30vw}.container.viz.footer .logos-column .logos-column-item{margin:8vw 0}.container.viz.footer .footer-cover a{width:100vw;text-align:center;display:block;margin:0 0 30px}.container.viz.footer .footer-cover .stay-connected{justify-self:center;align-self:center;text-align:center}.container.viz.footer .footer-cover .stay-connected p{padding:30px 0}.container.viz.footer .footer-cover .stay-connected .stay-connected-icon img{width:100px!important;height:auto!important;margin-bottom:15px!important}.container.viz.footer .footer-cover .stay-connected .contact-block{text-align:center;line-height:2;padding:10px 0;border-bottom:1px solid #B0CAD8}.container.viz.footer .footer-cover .stay-connected .wp-block-column{min-width:-moz-fit-content!important;min-width:fit-content!important}.container.viz.footer .footer-cover .creative-commons .wp-block-column{padding:0 20px}.container.viz.footer .footer-cover .creative-commons .wp-block-image{width:100vw;margin:10px 0 30px}.container.viz.footer .footer-cover .creative-commons .wp-block-image img{width:150px!important;text-align:center}.container.viz.footer .footer-cover .creative-commons p{text-align:center}.container.viz.footer .footer-cover .creative-commons p a{display:inline}}@media (min-width: 782px) and (max-width: 1024px){.container.viz.footer .logos-column{padding:5vw 10vw}.container.viz.footer .footer-cover .bottom-bar-container{display:flex;flex-direction:column}.container.viz.footer .footer-cover .bottom-bar-container .bottom-bar-container-column{display:flex;flex-direction:column;align-content:flex-start;flex-wrap:wrap}.container.viz.footer .footer-cover .bottom-bar-container .creative-commons .creative-commons-columns .creative-commons-column{flex-basis:auto!important;width:auto!important}.container.viz.footer .footer-cover .bottom-bar-container .contact-block{width:500px}}@media (min-width: 1025px) and (max-width: 1365px){.container.viz.footer .footer-cover .creative-commons .wp-block-spacer{display:none}}@media (min-width: 1366px) and (max-width: 1920px){.container.viz.footer .logos-column{padding-left:15vw;padding-right:15vw}}@media (min-width: 1921px){.container.viz.footer .logos-column{padding-left:23vw;padding-right:23vw}}.wp-block-viz-components-newsletter{width:100%;padding:10px}.viz.newsLetter{text-align:center;max-width:500px;height:60px;margin:1rem auto}.viz.newsLetter .ui.negative.message{position:relative;bottom:-5px;right:-546px;padding:15px}.viz.newsLetter .ui.negative.message p{color:#fff;line-height:120%}.viz.newsLetter .ui.success.message{background-color:#5089a6;position:relative;bottom:-5px;right:-546px;padding:15px}.viz.newsLetter .ui.success.message p{color:#fff;line-height:120%}.viz.newsLetter .viz.newsLetter.form{padding:0;height:42px;display:flex;justify-content:left;margin-bottom:3px}.viz.newsLetter .viz.newsLetter.form .input{flex-grow:1;height:40px}.viz.newsLetter .viz.newsLetter.form .ui.button{height:40px;line-height:70%;margin-left:10px}.viz.showcase{width:100%!important}.viz.showcase .ui.grid>.column{padding-bottom:0}.viz.showcase .ui.secondary.button{background-color:#9355b4!important}.viz.showcase .ui.secondary.button:hover{background-color:#5c9abe}.viz.showcase .input,.viz.showcase textarea,.viz.showcase .listbox,.viz.showcase .dropdown{width:100%;font-size:.9rem;min-height:20px;height:40px}.viz.showcase .ui.dropdown>.dropdown.icon:before{float:right;margin-top:-5px}.viz.showcase .btn-reset{background-color:#66676d;color:#fff;margin-right:20px}.viz.showcase textarea{height:100px;font-size:.8em;padding:10px}.viz.showcase textarea::placeholder,.viz.showcase textarea::-webkit-input-placeholder{color:#bfbfbfde}.viz.showcase .validated .field.error iframe{background-color:#fff6f6;border:1px solid #e0b4b4}.viz.showcase .validated .field.error input{background-color:#98511a}.viz.showcase .upload.files{text-align:right}.viz.showcase .upload.files.error{background-color:transparent}.viz.showcase .upload.files .ui.green.label,.viz.showcase .upload.files .ui.green.labels .label{background-color:#3e53a6!important}.viz.showcase .upload.files .ui.button{font-size:.8rem;margin-top:10px;margin-right:0}.viz.showcase .form-buttons{padding-top:10px}.viz.showcase .form-buttons button{width:110px}.viz.showcase .dropzone{flex:1 1 0%;display:flex;flex-direction:column;align-items:center;font-size:.9em;padding:10px;border-width:2px;border-radius:2px;border-color:#eee;border-style:dashed;background-color:#fafafa;color:#bfbfbfde;outline:none;transition:border .24s ease-in-out 0s}.viz.showcase .dropzone p{font-size:.9em;line-height:120%;padding-bottom:15px}.viz.showcase .dropzone ul{list-style:none;text-align:left}.viz.showcase .dropzone ul li{margin:4px}.viz.showcase .error-messages{box-shadow:0 0 0 1px #bb5454 inset,0 0 0 0 transparent;background-color:#bb5454;color:#fff;font-size:14px}.viz.showcase .error-messages ul{list-style:none;text-align:left}.viz.showcase .error-messages ul li{margin:4px}.viz.showcase .upload.files.error .dropzone{background-color:#fff;border:none;color:#9f3a38}.notice,div.error,div.updated{background-color:none;border:none;border-radius:5px;margin:0;padding:0}.ui.input.error>input{background-color:transparent;border:none}.notice,div.error,div.updated{background-color:none}.ui.search.dropdown>.text{font-size:16px!important}.error>.ui.search.dropdown>.text{color:#bb5454!important;font-weight:500!important;font-size:16px!important}.ui.negative.message{position:absolute;bottom:-17px;right:-74px;color:#fff;box-shadow:0 0 0 1px #bb5454 inset,0 0 0 0 transparent;background-color:#bb5454;width:252px}.ui.negative.message p{color:#fff;font-family:Roboto,sans-serif;font-size:.9em}.ui.success.message{background-color:#9468a6;color:#fff;box-shadow:0 0 0 1px #9468a6 inset,0 0 0 0 transparent;position:absolute;bottom:-16px;right:-65px;width:212px}.ui.success.message p{color:#fff;font-family:Roboto,sans-serif;font-size:.9em}.ui.selection.dropdown.error{background-color:#fff;border-color:transparent}.viz.download .download-header{align-items:center}.viz.download .download-header .ui.container.entry-content{padding-bottom:10px!important;padding-top:10px!important}.viz.download .wp-block-columns{margin-bottom:15px}.viz.download .download.area{display:flex}.viz.download .download.area .ui.container.entry-content{width:100%!important;padding:0}.viz.download .download.area i.icon.question.circle{color:#52a963;cursor:pointer;font-size:.8em;margin-left:5px;padding:0 0 20px}.viz.download .button.download{background-color:#55889f;color:#fff;font-size:14px;font-weight:600;z-index:1000;border:1px solid;margin-right:10px}.viz.download .download-icon{align-self:flex-end}.viz.download .download-icon:before{top:1px;margin-left:-5px;color:#51ab8d;border:1px solid;padding:7px 9px 9px;position:relative;z-index:999;background-color:#fff!important;border-radius:3px;cursor:pointer;z-index:90!important}.viz.download .active .download-icon:before{border-bottom:0px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.viz.download .dropdown.icon{display:none}.viz.download .dropdown.download .visible.menu.transition{position:absolute;left:auto;top:36px;right:9px;padding:15px 20px;box-shadow:none;border-color:#51ab8d;border-radius:3px 0 3px 3px!important;font-size:16px;color:#51ab8d;font-weight:600;z-index:80!important}.viz.download .dropdown.download .visible.menu.transition .item{padding:12px 0 0!important;background:none!important}.viz.download .dropdown.download .visible.menu.transition .item input{margin-top:0}.viz.download .dropdown.download input[type=radio]{border:1px solid #66676d;font-size:10px;height:14px;width:14px;min-height:6px;min-width:6px;margin:5px 5px 2px 0}.viz.download .dropdown.download input[type=radio]:checked:before{content:"";background-color:#31ba1a;height:6px;width:6px;border-radius:50%;margin:3px}.viz.download .dropdown.download label{font-size:16px;color:#66676d}.viz.download.has-title .download.title{padding:0;margin:0;float:left}.viz.download.has-title .download.title p{line-height:125%}.viz.download.has-title .ui.grid,.viz.download.has-title .column{padding:0;margin:0}.viz.download.has-title .ui.grid .editing,.viz.download.has-title .column .editing{margin-top:-1rem!important}.viz.download.has-title .ui.grid{margin-bottom:-5px;margin-top:-5px}.viz.download .wrapper{border:2px solid #0692fe;padding:3px 5px;border-radius:5px;float:right}.viz.download .map.wrapper{background-color:#fff;border:none;float:none;overflow:hidden}@media print{.viz.download .map.wrapper{margin-left:20px}}.viz.download [data-tooltip]:after{font-size:.8rem}.viz.download [data-tooltip]:before{bottom:23px}.viz.download .ui.button.download{border:0px;font-weight:400;padding:5px;background-color:transparent;color:#0692fe;margin-right:0}.viz.download .ui.button.download:hover{color:#0692fe}.viz.download .dropdown.download{padding-right:7px}.viz.download .download-icon:before{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0px;border-left:2px solid #0692fe;color:#0692fe;height:20px;margin-left:5px;padding:0 4px 0 7px}.viz.download .wrapper:hover{background-color:#0692fe}.viz.download .wrapper:hover .ui.button.download{background-color:transparent;color:#fff}.viz.download .wrapper:hover .download-icon:before{color:#fff;background-color:transparent!important;border-left:2px solid #FFFFFF}.viz.download .map.wrapper:hover{background-color:#fff}.viz.download .dropdown.download .visible.menu.transition{border:2px solid #0692fe;top:30px;right:-7px;font-weight:400;color:#0692fe;border-radius:5px!important}.viz.download.heavy .wrapper{background-color:#0692fe;border:2px solid #0692fe}.viz.download.heavy .wrapper .ui.button.download{background-color:transparent;color:#fff}.viz.download.heavy .wrapper .download-icon:before{color:#fff;background-color:transparent!important;border-left:2px solid #FFFFFF}.viz.download.heavy .wrapper:hover{background-color:#0083e8;border:2px solid #0083e8}.ui.top.left.popup.title-popup{background-color:#f7f7f7;padding:20px}.ui.top.left.popup.title-popup:before{background:#f7f7f7}@media only screen and (max-width: 1024px){.wp-block-viz-download .viz.download .ui.grid{margin-bottom:0!important;margin-top:0!important}.wp-block-viz-download .container.viz.download .download-header{flex-direction:row!important}.wp-block-viz-download .container.viz.download .download-header .ui.container.entry-content{padding-bottom:0!important;padding-top:0!important}.wp-block-viz-download .container.viz.download .download-header .ui.container.entry-content p{font-size:18px!important}.wp-block-viz-download .container.viz.download .download-header .column{flex-grow:1!important;max-width:90%!important;padding:0 30px 0 0!important;align-self:center!important}.wp-block-viz-download .container.viz.download .download-header .column:last-child{flex:0 0 10%!important;max-width:8%!important;padding:3px 0 0!important;align-self:flex-start!important}.wp-block-viz-download .container.viz.download .download-header .sixteen.wide.column.ignore{flex:1 1 auto!important;max-width:100%!important}.wp-block-viz-download .container.viz.download .download-header .wrapper{width:44px;height:44px;display:flex;justify-content:center;align-content:center;flex-wrap:wrap;padding:5px!important}.wp-block-viz-download .container.viz.download .download-header .ui.dropdown.download .download-icon{margin:0!important}.wp-block-viz-download .container.viz.download .download-header .ui.dropdown.download .download-icon:before{border:none!important;margin:0!important;padding:0!important}.wp-block-viz-download .ui.active.visible.dropdown.download .menu.transition.visible{border:2px solid #0692fe!important;top:35px!important;right:-11px!important;min-height:120px!important}.wp-block-viz-download .ui.active.visible.dropdown.download .menu.transition.visible .item{display:block!important;visibility:visible!important}.wp-block-viz-download .viz.download [data-tooltip]{padding:0!important}.wp-block-viz-download .viz.download [data-tooltip]:after{display:none!important}.wp-block-viz-download .viz.download [data-tooltip]:before{display:none!important}.wp-block-viz-download .single-format .wrapper{width:44px!important}.wp-block-viz-download .single-format .wrapper .ui.button.download{display:block!important;padding-bottom:16px!important}.wp-block-viz-download .single-format .wrapper .ui.button.download:first-line{visibility:hidden!important}.wp-block-viz-download .multi-format .wrapper .ui.button.download{display:none!important}}.ui.search .results.header{font-family:Roboto;color:#66676d!important;font-size:10px;padding:7px;color:#616161!important;margin:0 16px;border-left:none;border-right:none;font-weight:300}.ui.search .results h4{color:#454545;margin-bottom:10px!important}.ui.search>.results{width:315px!important;margin-top:0!important;border-radius:0!important;border:1px solid #d4d4d5;border-top:none}.ui.search input.prompt{border-radius:3px;width:200px}.ui.search input.prompt::-moz-placeholder{font-size:12px!important}.ui.search input.prompt::placeholder{font-size:12px!important}.ui.search .see-more-results{font-size:12px;margin:0 23px;font-weight:700;color:#4a5da8}.ui.search>.results .result{padding:4px 8px 0 19px}.ui.search .ui.search input.prompt{border-radius:3px}.ui.search .ui.icon.input>input{border-radius:3px}.ui.search .has-standard-12-font-size{color:#9e9e9e}.ui.search .has-standard-12-font-size:hover{color:#3b5b74}.ui.search .has-standard-12-font-size h5{color:#003a5b;font-size:12px!important;font-family:Open Sans,sans-serif;line-height:16px;font-weight:300;margin-bottom:10px!important;margin-top:10px!important}.ui.search .has-standard-12-font-size:hover h5{color:#3b5b74}.ui.search b{color:#003a5b;font-weight:700}.ui.search .search-content{color:#666;font-size:12px;padding-top:8px!important;padding-bottom:16px!important}.ui.search .search-content strong{color:#003a5b}.ui.search .results.transition.visible{transform:translate(-12.3em)!important;margin-top:0;width:24em!important;overflow-y:scroll!important}.ui.icon.input>input{height:38px;font-size:12px!important}.ui.icon.input .search.icon{font-size:14px!important}.ui.blue.segment:not(.inverted){border-top:none!important}.ui.segment{box-shadow:none}.wp-reference.viz-component{display:inline;font-size:inherit;font-weight:inherit;line-height:100%;vertical-align:baseline;position:relative;top:-.5em;z-index:1}.ui.popup.reference-popup{max-width:300px;width:300px}.ui.popup.reference-popup p{font-size:1em}.ui.popup.reference-popup a{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}a.wp-reference{display:inline;cursor:pointer;display:inline!important;position:relative;font-size:75%;color:#5089a6;content:attr(data-index)!important;margin-top:0}.white-reference a.wp-reference{color:#fff}@media only screen and (min-width: 769px) and (max-width: 1024px){.references .header.title.menu{margin-top:50px!important}}@media screen and (max-width: 768px){.references .header.title.menu{min-height:2rem}}.references.list{color:#66676d;margin:20px!important;padding:10px 10px 10px 0}@media screen and (max-width: 768px){.references.list{width:100%!important}}.references.list .edit-mode-message{border:1px solid #1e1e1e;padding:10px;border-radius:2px;margin-left:-10px}@media screen and (max-width: 768px){.references.list .ui.stretched.column.grid{display:flex!important;flex-direction:row!important}}@media only screen and (min-width: 769px) and (max-width: 1024px){.references.list .ui.stretched.column.grid{display:flex!important;flex-direction:row!important}}@media only screen and (min-width: 1024px) and (max-width: 1280px){.references.list .ui.stretched.column.grid{display:flex!important;flex-direction:column!important;flex-shrink:0!important;height:2000px!important;overflow:hidden;overflow-x:auto}}.references.list .column{padding-top:0!important;padding-bottom:1rem!important;padding-left:0!important}@media screen and (max-width: 1024px){.references.list .column{width:100%;padding-left:10px!important;padding-top:5px!important}}.references.list .reference{font-size:14px;display:block}.references.list .reference .index{font-size:14px;display:inline}.references.list .reference .index:after{content:". ";margin-right:2px;font-size:11px;display:inline}.references.list .reference .content{display:inline}.references.list .reference .link{overflow-wrap:break-word}@media (max-width: 1024px){.references.list{overflow:auto;-webkit-overflow-scrolling:touch}.references.list::-webkit-scrollbar{display:none}.references.list{scrollbar-width:none}.reference.list{-ms-overflow-style:none}}.ui.fluid.container.section.benefits-of-quitting .ui.fluid.container.content p:nth-last-of-type(-n+2){overflow-wrap:break-word!important;white-space:normal!important}.downloadPdf{margin-bottom:40px;text-align:center}.downloadPdf .download{border:1px solid blue;font-weight:700!important;height:50px}@media print{.downloadPdf{display:none}}.ui.container.filter{margin-left:0!important;margin-right:0!important;padding:0 2px}.ui.container.filter input{display:none}.ui.container.filter .ui.button{text-wrap:none;cursor:pointer!important;color:#66676d;border:1px solid #ced0da;font-size:16px;height:38px;padding:2px;font-weight:400;background-color:#f5f6f9}.ui.container.filter .ui.button.applied{color:#5089a6}.ui.container.filter .angle.down.icon{float:right;margin-right:4px;margin-left:auto;margin-top:9px}.ui.container.filter .ui.dropdown{width:100%}.ui.container.filter .ui.dropdown .divider.text{cursor:pointer;width:100%;font-size:14px;line-height:25px}.ui.container.filter .ui.dropdown .ui.label{cursor:pointer;border:0px;font-size:13px;font-weight:400;margin:0;padding:5px 0}.ui.container.filter .ui.dropdown i{margin-right:-1em;margin-top:.5em}.ui.container.filter .ui.dropdown .item{height:25px}.ui.container.filter .ui.dropdown .ui.segment{color:#66676d;border-radius:0;border-left:0px;border-right:0px;padding:7px 19px;margin:0 0 10px;font-size:14px;font-weight:300}.ui.container.filter .ui.dropdown .menu{min-height:100px}.ui.container.filter .ui.dropdown .ui.container{margin:0;width:auto;display:flex!important;flex-direction:column;justify-content:flex-start;flex-wrap:wrap;font-weight:200;padding:0 15px 10px;max-height:200px}.ui.container.filter .ui.dropdown .ui.container .item{height:25px;box-sizing:border-box;border:1px;max-width:50%}.ui.container.filter .ui.dropdown .ui.container .ui.checkbox label{padding-left:1.6em;font-size:15px}.dropdown-single-column{max-height:none!important}.dropdown-item-single-column{max-width:100%!important;width:100%!important}.filter-search{display:inline-flex!important}.clear-icon{margin-right:auto!important;margin-top:auto!important}[data-group=directcost] .ui.container.filter .ui.dropdown .ui.container{max-height:none}[data-group=directcost] .ui.container.filter .ui.dropdown .ui.container .item{max-width:100%;width:100%}.editing .ui.container.filter{margin:3px!important}.editing .ui.container.filter .menu{display:none!important}.ui.container.filter{width:100%!important;padding:0!important}.ui.container.filter .item,.ui.container.filter .item.dropdown-item-single-column{display:block!important}.map.component{position:relative;background-color:transparent;overflow:hidden}@media screen and (max-width: 768px){.map.component .legend-title-container{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem}.map.component .legend-title-container .vertical-spacer{display:none}}@media screen and (min-width: 1024px){.map.component .legend-container{display:flex!important;flex-direction:row!important}}@media screen and (max-width: 768px){.map.component .legend-items-container{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:5px}}.map.component .legend{background-color:#fff;margin-top:4px;overflow:hidden;display:visible}@media only screen and (max-width: 414px){.map.component .legend{margin-top:10px}}.map.component .legend ul{list-style:none;padding:0;margin:0 0 0 10px;width:100%}@media only screen and (max-width: 480px){.map.component .legend ul{display:flex;flex-wrap:wrap;flex-direction:column}}.map.component .legend ul li{display:inline-flex;float:left;margin-bottom:10px;margin-right:10px}@media screen and (max-width: 480px){.map.component .legend ul li{flex:1 1 20%;min-width:130px}}.map.component .legend ul li .legend-label{color:#66676d;display:block;float:left;font-weight:400;font-size:15px;line-height:12px;margin-top:5px;margin-left:5px;white-space:nowrap}.map.component .legend ul li .symbol{float:left;height:15px;margin-top:3px;width:15px}.map.component .edit-mode-message{border:1px solid #1e1e1e;padding:10px;border-radius:2px;margin:10px}.map.component .control.panel{position:absolute;bottom:1rem;margin-left:.5vw}.map.component .control.panel .reset,.map.component .control.panel .zoom{margin-top:.1vw;height:auto!important;width:auto!important}.map.component .control.panel .icon{background-color:#3e53a6;padding:5px;width:30px;height:25px;font-size:14px;color:#fff}.map.component .ocean-color{fill:#c1e1ec}.map.component rect.country-map-label{fill:#5baf95}.map.component circle.active{fill:#fff;stroke:#5baf95;stroke-width:2}.map.component text tspan.label{font-weight:700;fill:#5baf95;pointer-events:all}.map.component text.focus tspan.label{color:#fff;fill:#fff!important}.map.component path.zoom-enabled{cursor:pointer}.map.component path.focus{opacity:.8}.map.component circle.focus{stroke:#67a0bd;fill:#84acc0}.map.component .big.label{font-size:40px;text-transform:uppercase;fill:#fff}.map.component .map-label{fill:#595959}@media print{.map.component .map-label{font-size:14px;font-weight:600!important}}.map.component .map-label-bg{fill:#fff6e1}.map.component .map-label-no-bg{opacity:0}.map.component .map-label-value{font-weight:700}.map.component .big.numeric.label{padding:0;font-size:140px;fill:#5baf95;font-weight:700}.map.component .hidden{display:none}.map.component .national-avg-value{color:#ffb400;margin-left:10px;font-size:14px;font-weight:700}.map.component .national-avg-label{margin-left:5px;font-size:14px;color:#66676d;font-weight:700}@media print{.map.component .national-avg-label{white-space:nowrap}}.map.component .footnote{margin:0;min-height:0;padding:0;text-align:left;width:auto}@media print{.map.component .footnote{padding-left:10px}}.map.component .footnote p{line-height:40px;font-size:13px;padding:0;margin-left:10px;margin-right:10px;text-align:right}.map.component .legend-title{float:left;text-align:right;font-size:14px;color:#66676d;font-weight:700;margin-right:10px;white-space:nowrap;margin-left:.3rem!important}.map.component .vertical-spacer{color:#dadada;font-weight:700;margin-top:-3px}.map.component .highlighted-loc-info{border-radius:5px;padding:5px;right:15px;position:absolute}.map.component .highlighted-loc-info span{font-weight:700}@media screen and (max-width: 480px){.map.component .highlighted-loc-info{width:45%}}@media screen and (min-width: 1025px){.map.component .highlighted-loc-info{top:45px;width:20%}}.map.component .measure-selector{margin-top:5px}.map.component .measure-selector .label{font-weight:700}.map.component .measure-selector ul{margin:5px auto 0 10px;overflow:hidden}.map.component .measure-selector li{display:inline-flex;float:left;margin-bottom:5px;margin-right:10px;font-size:14px;padding:5px 5px 5px 0;color:#66676d;cursor:pointer}@media print{.map.component .measure-selector li{white-space:nowrap}}.map.component .measure-selector li input[type=radio]{margin-top:.1rem;margin-bottom:.25rem}@media only screen and (max-width: 768px){.wp-data-viz-map{margin-left:-10px}}.back-to-top-container{border-radius:5px;padding:10px;position:static;background-color:#ecb040}.back-to-top-container .icon-wrapper{height:45%;font-size:10px;text-align:center;position:static;background-color:#ecb040}.back-to-top-container .icon-wrapper .custom-icon{font-size:25px;bottom:5px;position:static;text-align:center;color:#fff;background-color:#ecb040}.back-to-top-container .btn-text{height:45%;font-size:14px;color:#fff;text-align:center;font-weight:700}.top-navigator{background-color:#5baf95;right:0!important}.top-navigator div.ui.menu a.item{color:#fff}.top-navigator .ui.menu .item:before{width:0px}:root{--header-height: 90px;--footer-height: 227px !important}.ui.container.data-filters-reset,.ui.data-filters-apply{margin-left:0!important;margin-right:0!important;padding:0 2px;background-color:#fff;cursor:pointer;color:#5baf95;font-weight:700;text-transform:lowercase}.ui.container.data-filters-reset :first-letter,.ui.data-filters-apply :first-letter{text-transform:capitalize!important}.ui.container.data-filters-reset span,.ui.data-filters-apply span{float:right;font-size:14px}.ui.container.data-filters-reset .custom-undo-icon,.ui.data-filters-apply .custom-undo-icon{color:#5baf95;background-color:#fff}.ui.container.data-filters-reset .custom-apply-icon,.ui.data-filters-apply .custom-apply-icon{font-size:1.2em;margin-left:3px}.ui.container.disabled{margin-left:0!important;margin-right:0!important;padding:0 2px;background-color:#fff;cursor:pointer;color:#d3d3d3;font-weight:700;text-transform:lowercase}.ui.container.disabled :first-letter{text-transform:capitalize!important}.ui.container.disabled span{float:right;font-size:14px}.ui.container.disabled .custom-undo-icon{color:#d3d3d3;background-color:#fff}.wp-info-tooltip.wp-info{display:inline}.popup{border:1px solid red}@media print{.wp-info-tooltip{display:none!important}}body{background-color:transparent!important}.d3map-container{overflow:hidden}.d3map-container .projected{position:relative}.d3map-container .projected .map{position:relative;background-color:transparent}.d3map-container .projected .map svg{background-color:transparent;cursor:pointer;vector-effect:non-scaling-stroke}.d3map-container .projected .map path{vector-effect:non-scaling-stroke;stroke-width:1px}.d3map-container .projected .map text{text-anchor:middle;dominant-baseline:middle;font-family:Open Sans;font-weight:700}.d3map-container .projected .zoom{font-size:16px;position:absolute;left:30px;bottom:50px}.d3map-container .projected .zoom .button{box-sizing:border-box;width:25px;height:20px;background-color:#fff;height:auto;margin:2px;cursor:pointer;padding:4px;box-shadow:#00000029 0 1px 4px}.d3map-container .projected .zoom .button i{margin-left:1.5px;color:#464646}.d3map-container .projected .zoom .button:hover{background-color:#eee}.d3map-container .projected .zoom .button:active{transform:scale(.95)}.d3map-container .projected .zoom .icon{height:auto}.d3map-container .legends{padding-top:5px;padding-right:20px;padding-left:5px;min-height:30%;background:#fff;opacity:.9;font-family:Roboto;position:absolute;top:2px;left:2px;box-shadow:0 0 10px #000}.d3map-container svg text.patterns-labels{font-size:11px;font-family:Roboto;transform:translate(5px,12px)}.d3map-container svg text.patterns-title{font-weight:700;font-size:11px;font-family:Roboto;transform:translate(5px,12px)}.d3map-container .legend-item{display:flex;margin-bottom:5px;font-size:11px;font-family:Roboto}.d3map-container .legend-item .legend-check{font-family:Roboto;text-align:center;line-height:15px;font-size:15px;cursor:pointer;border:1px solid #3c434a}.d3map-container .legend-item .legend-color{width:16px;height:16px;margin-right:5px;border:1px solid #3c434a}.d3map-container .legend-item .legend-label{font-weight:700;line-height:20px;font-size:12px}.d3map-container .legend-breaks{padding-bottom:5px;margin-top:-5px;margin-left:18px;font-size:11px;font-family:Roboto}.d3map-container .legend-breaks .break-item{margin-bottom:7px;font-weight:700;font-size:11px;width:15px;height:15px}.d3map-container .legend-breaks .break{display:flex;flex-direction:row}.d3map-container .legend-breaks .break .break-item{font-weight:700;font-size:12px;margin:3px}.d3map-container .legend-breaks .break .break-item.point{border-radius:50%}.d3map-container .legend-breaks .break .break-item-shape{margin:3px;width:18px;height:18px}.d3map-container .legend-breaks .break .break-label{line-height:24px}.d3MapTooltip br{display:block;margin-bottom:2px;font-size:2px;line-height:2px}.d3MapTooltip h2{color:#fff!important;font-size:1.2em!important;margin:0!important}.chart.big-number-container .big-number{font-size:large}.chart.big-number-container .big-number-label{font-size:small}.chart.big-number-trend-container .trend{text-align:left;font-size:16px;margin:10px}.chart.big-number-trend-container .label{font-size:14px;color:#666}.chart.big-number-trend-container .number-and-icon{display:flex;align-items:center;justify-content:flex-start;margin:4px 0}.chart.big-number-trend-container .number{margin-right:8px;font-size:24px}.chart.big-number-trend-container .icon{width:24px;height:24px}.chart.big-number-trend-container .percentage{color:green;font-size:18px}.agree-and-download.link{font-size:16px;cursor:pointer}.agree-and-download.link:hover{color:#195079!important}.modal .agreement-header{display:flex!important;align-items:center;font-family:Roboto,sans-serif!important;font-size:23px!important;background-color:#5baf95!important;color:#fff!important;font-weight:300!important;position:relative;height:75px}.modal .agreement-header span{display:inline-block;transform:translateY(1px)}.modal .agreement-header svg{display:inline-block;width:40px;height:40px;margin:0 12px 0 10px;stroke-width:4px}.modal .agreement-body{background-color:#f6f6f6!important;padding:30px 80px 5px!important}.modal .agreement-body .wp-block-separator{color:#e5e5e5;width:100%}.modal .agreement-footer{background-color:#f6f6f6!important;border:none!important;padding-top:30px!important;padding-bottom:45px!important}.modal .modal-cancel-button{height:35px;width:140px;transform:translate(96px);padding-top:11px;font-size:14px!important;font-weight:400;color:#fff!important;background-color:#c96a6a!important;transition:background-color .3s ease}.modal .modal-cancel-button:hover{background-color:#a65454!important}.modal .modal-agree-button{height:35px;width:140px;transform:translate(-659px);padding-top:11px;font-size:14px!important;font-weight:400;color:#fff!important;background-color:#5baf95!important;transition:background-color .3s ease}.modal .modal-agree-button:hover{background-color:#468670!important}.has-standard-12-font-size{font-size:12px}.has-standard-14-font-size{font-size:14px}.has-standard-15-font-size{font-size:15px}.has-standard-16-font-size{font-size:16px}.has-standard-18-font-size{font-size:18px}.has-standard-24-font-size{font-size:24px}.has-standard-27-font-size{font-size:27px}.has-standard-30-font-size{font-size:30px}.has-standard-36-font-size{font-size:36px}.has-standard-64-font-size{font-size:64px;line-height:110%}.has-condensed-text{font-stretch:condensed;line-height:115%!important}.has-weight-300{font-weight:300}.has-weight-400{font-weight:400}.has-weight-700{font-weight:700}*{-webkit-print-color-adjust:exact}.has-white-color{color:#fff}.has-light-blue-color{color:#5089a6}.has-light-green-color{color:#82b38b}.has-light-blue-background-color{background-color:#5089a6!important}.has-blue-color{color:#5089a6}.has-blue-background-color{background-color:#5089a6}.has-gray-color{color:#66676d}.has-gray-border{border:1px solid #EEE}.has-gray-background-color{background-color:#66676d}.has-dark-gray-color,.has-dark-gray-background-color{color:#5c5d63}.has-green-color{color:#5baf95}.has-green-background-color{background-color:#5baf95}.has-red-color{color:#ba5555}.has-red-background-color{background-color:#ba5555}.has-ligth-green-color{color:#31ba1a}.has-ligth-green-background-color{background-color:#31ba1a}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./withGoogleAnalytics.js");exports.withTracker=e.withTracker;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react/jsx-runtime"),c=require("react"),i=require("react-ga4"),g=require("react-router"),C=require("../conf/index.js"),l=require("@devgateway/wp-react-lib"),d=(r,p={})=>a=>{var n;const e=c.useContext(l.SettingsContext)??{},t=((n=e==null?void 0:e.data)==null?void 0:n.google_analytics_code)??C.Config.GA_CODE;console.log("gaCode",t);const o=g.useLocation();return i.initialize(t??"#REACT_APP_GA_CODE#"),c.useEffect(()=>{if(t){const s=o.pathname;i.send({hitType:"pageview",page:s})}},[o.pathname]),u.jsx(r,{...a})};exports.withTracker=d;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s={};module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Stroke",a="Periodontitis (gum disease)",c="Pneumonia",r="Chronic obstructive pulmonary disease (COPD)",n="Tuberculosis",i="Asthma",t="Diabetes",s={"viz.chart.dashboard:inunits":"In units","viz.chart.dashboard:inthousands":"In thousands","viz.chart.dashboard:inmillions":"In millions","search.placeholder":"Search...","search.results.summary":"{count} of {total} Results","oropharyngeal.cancer":"Oropharyngeal cancer","laryngeal.cancer":"Laryngeal cancer","oesophageal.cancer":"Oesophageal cancer","tracheal.bronchial.lung.cancer":"Tracheal, bronchial, and lung cancer","acute.myeloid.leukaemia":"Acute myeloid leukaemia","stomach.cancer":"Stomach cancer","liver.cancer":"Liver cancer","pancreatic.cancer":"Pancreatic cancer","colorectal.cancer":"Colorectal cancer","kidney.cancer":"Kidney cancer","bladder.cancer":"Bladder cancer","cervical.cancer":"Cervical cancer (women only)",stroke:e,"blindness.decreased.eyesight":"Blindness, decreased eyesight",periodontitis:a,"aortic.aneurysm":"Aortic aneurysm","heart.disease":"Heart disease",pneumonia:c,"atherosclerotic.peripheral.vascular.disease":"Atherosclerotic peripheral vascular disease",copd:r,tuberculosis:n,asthma:i,diabetes:t,"hip.fractures":"Hip fractures","rheumatoid.arthritis":"Rheumatoid arthritis","impaired.immune.function":"Impaired immune function","erectile.dysfunction":"Erectile dysfunction (men only)","ectopic.pregnancy":"Ectopic pregnancy (women only)","reduced.fertility.women":"Reduced fertility (women)","reduced.fertility.men":"Reduced fertility (men)","ailments.title":"Cancers","ailments.otherConditions":"Other conditions"};exports.asthma=i;exports.copd=r;exports.default=s;exports.diabetes=t;exports.periodontitis=a;exports.pneumonia=c;exports.stroke=e;exports.tuberculosis=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Cancer du col de l'utérus (femmes )",a="Parodontite (maladie des gencives)",r="Pneumonie",c="Maladie pulmonaire obstructive chronique (MPOC)",t="Tuberculose",i="L'asthme",n="Diabète",s={"search.placeholder":"Recherche...","search.results.summary":"{count} de {total} Résultats","oropharyngeal.cancer":"Cancer de l'oropharynx","laryngeal.cancer":"Cancer du larynx","oesophageal.cancer":"Cancer de l'œsophage","tracheal.bronchial.lung.cancer":"Cancer de la trachée, bronches, poumon","acute.myeloid.leukaemia":"Leucémie myéloïde aiguë","stomach.cancer":"Cancer de l'estomac","liver.cancer":"Cancer du foie","pancreatic.cancer":"Cancer du pancréas","colorectal.cancer":"Le cancer colorectal","kidney.cancer":"Cancer du rein","bladder.cancer":"Cancer de la vessie","cervical.cancer":"Cancer du col de l'utérus (femmes uniquement)",stroke:e,"blindness.decreased.eyesight":"Cécité, baisse de la vue",periodontitis:a,"aortic.aneurysm":"Anévrisme de l'aorte","heart.disease":"Maladie cardiaque",pneumonia:r,"atherosclerotic.peripheral.vascular.disease":"Maladie vasculaire périphérique athérosclérotique",copd:c,tuberculosis:t,asthma:i,diabetes:n,"hip.fractures":"Fractures de la hanche","rheumatoid.arthritis":"Polyarthrite rhumatoïde","impaired.immune.function":"Altération de la fonction immunitaire","erectile.dysfunction":"Dysfonctionnement érectile (hommes uniquement)","ectopic.pregnancy":"Grossesse extra-utérine (femmes uniquement)","reduced.fertility.women":"Diminution de la fertilité (femmes)","reduced.fertility.men":"Diminution de la fertilité (hommes)","ailments.title":"Les Cancers","ailments.otherConditions":"Autres pathologies"};exports.asthma=i;exports.copd=c;exports.default=s;exports.diabetes=n;exports.periodontitis=a;exports.pneumonia=r;exports.stroke=e;exports.tuberculosis=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@artsy/fresnel"),e=t.createMedia({breakpoints:{mobile:320,tablet:768,computer:992,largeScreen:1200,widescreen:1920}});e.createMediaStyle();const{Media:r,MediaContextProvider:i}=e;exports.Media=r;exports.MediaContextProvider=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=[{text:"Afghanistan",key:"AF",value:"AF",flag:"af"},{text:"Åland Islands",key:"AX",value:"AX",flag:"ax"},{text:"Albania",key:"AL",value:"AL",flag:"al"},{text:"Algeria",key:"DZ",value:"DZ",flag:"dz"},{text:"American Samoa",key:"AS",value:"AS",flag:"as"},{text:"Andorra",key:"AD",value:"AD",flag:"ad"},{text:"Angola",key:"AO",value:"AO",flag:"ao"},{text:"Anguilla",key:"AI",value:"AI",flag:"ai"},{text:"Antarctica",key:"AQ",value:"AQ",flag:"aq"},{text:"Antigua and Barbuda",key:"AG",value:"AG",flag:"ag"},{text:"Argentina",key:"AR",value:"AR",flag:"ar"},{text:"Armenia",key:"AM",value:"AM",flag:"am"},{text:"Aruba",key:"AW",value:"AW",flag:"aw"},{text:"Australia",key:"AU",value:"AU",flag:"au"},{text:"Austria",key:"AT",value:"AT",flag:"at"},{text:"Azerbaijan",key:"AZ",value:"AZ",flag:"az"},{text:"Bahamas",key:"BS",value:"BS",flag:"bs"},{text:"Bahrain",key:"BH",value:"BH",flag:"bh"},{text:"Bangladesh",key:"BD",value:"BD",flag:"bd"},{text:"Barbados",key:"BB",value:"BB",flag:"bb"},{text:"Belarus",key:"BY",value:"BY",flag:"by"},{text:"Belgium",key:"BE",value:"BE",flag:"be"},{text:"Belize",key:"BZ",value:"BZ",flag:"bz"},{text:"Benin",key:"BJ",value:"BJ",flag:"bj"},{text:"Bermuda",key:"BM",value:"BM",flag:"bm"},{text:"Bhutan",key:"BT",value:"BT",flag:"bt"},{text:"Bolivia, Plurinational State of",key:"BO",value:"BO",flag:"bo"},{text:"Bonaire, Sint Eustatius and Saba",key:"BQ",value:"BQ",flag:"bq"},{text:"Bosnia and Herzegovina",key:"BA",value:"BA",flag:"ba"},{text:"Botswana",key:"BW",value:"BW",flag:"bw"},{text:"Bouvet Island",key:"BV",value:"BV",flag:"bv"},{text:"Brazil",key:"BR",value:"BR",flag:"br"},{text:"British Indian Ocean Territory",key:"IO",value:"IO",flag:"io"},{text:"Brunei Darussalam",key:"BN",value:"BN",flag:"bn"},{text:"Bulgaria",key:"BG",value:"BG",flag:"bg"},{text:"Burkina Faso",key:"BF",value:"BF",flag:"bf"},{text:"Burundi",key:"BI",value:"BI",flag:"bi"},{text:"Cambodia",key:"KH",value:"KH",flag:"kh"},{text:"Cameroon",key:"CM",value:"CM",flag:"cm"},{text:"Canada",key:"CA",value:"CA",flag:"ca"},{text:"Cape Verde",key:"CV",value:"CV",flag:"cv"},{text:"Cayman Islands",key:"KY",value:"KY",flag:"ky"},{text:"Central African Republic",key:"CF",value:"CF",flag:"cf"},{text:"Chad",key:"TD",value:"TD",flag:"td"},{text:"Chile",key:"CL",value:"CL",flag:"cl"},{text:"China",key:"CN",value:"CN",flag:"cn"},{text:"Christmas Island",key:"CX",value:"CX",flag:"cx"},{text:"Cocos (Keeling) Islands",key:"CC",value:"CC",flag:"cc"},{text:"Colombia",key:"CO",value:"CO",flag:"co"},{text:"Comoros",key:"KM",value:"KM",flag:"km"},{text:"Congo",key:"CG",value:"CG",flag:"cg"},{text:"Congo, the Democratic Republic of the",key:"CD",value:"CD",flag:"cd"},{text:"Cook Islands",key:"CK",value:"CK",flag:"ck"},{text:"Costa Rica",key:"CR",value:"CR",flag:"cr"},{text:"Côte d'Ivoire",key:"CI",value:"CI",flag:"ci"},{text:"Croatia",key:"HR",value:"HR",flag:"hr"},{text:"Cuba",key:"CU",value:"CU",flag:"cu"},{text:"Curaçao",key:"CW",value:"CW",flag:"cw"},{text:"Cyprus",key:"CY",value:"CY",flag:"cy"},{text:"Czech Republic",key:"CZ",value:"CZ",flag:"cz"},{text:"Denmark",key:"DK",value:"DK",flag:"dk"},{text:"Djibouti",key:"DJ",value:"DJ",flag:"dj"},{text:"Dominica",key:"DM",value:"DM",flag:"dm"},{text:"Dominican Republic",key:"DO",value:"DO",flag:"do"},{text:"Ecuador",key:"EC",value:"EC",flag:"ec"},{text:"Egypt",key:"EG",value:"EG",flag:"eg"},{text:"El Salvador",key:"SV",value:"SV",flag:"sv"},{text:"Equatorial Guinea",key:"GQ",value:"GQ",flag:"gq"},{text:"Eritrea",key:"ER",value:"ER",flag:"er"},{text:"Estonia",key:"EE",value:"EE",flag:"ee"},{text:"Ethiopia",key:"ET",value:"ET",flag:"et"},{text:"Falkland Islands (Malvinas)",key:"FK",value:"FK",flag:"fk"},{text:"Faroe Islands",key:"FO",value:"FO",flag:"fo"},{text:"Fiji",key:"FJ",value:"FJ",flag:"fj"},{text:"Finland",key:"FI",value:"FI",flag:"fi"},{text:"France",key:"FR",value:"FR",flag:"fr"},{text:"French Guiana",key:"GF",value:"GF",flag:"gf"},{text:"French Polynesia",key:"PF",value:"PF",flag:"pf"},{text:"French Southern Territories",key:"TF",value:"TF",flag:"tf"},{text:"Gabon",key:"GA",value:"GA",flag:"ga"},{text:"Gambia",key:"GM",value:"GM",flag:"gm"},{text:"Georgia",key:"GE",value:"GE",flag:"ge"},{text:"Germany",key:"DE",value:"DE",flag:"de"},{text:"Ghana",key:"GH",value:"GH",flag:"gh"},{text:"Gibraltar",key:"GI",value:"GI",flag:"gi"},{text:"Greece",key:"GR",value:"GR",flag:"gr"},{text:"Greenland",key:"GL",value:"GL",flag:"gl"},{text:"Grenada",key:"GD",value:"GD",flag:"gd"},{text:"Guadeloupe",key:"GP",value:"GP",flag:"gp"},{text:"Guam",key:"GU",value:"GU",flag:"gu"},{text:"Guatemala",key:"GT",value:"GT",flag:"gt"},{text:"Guernsey",key:"GG",value:"GG",flag:"gg"},{text:"Guinea",key:"GN",value:"GN",flag:"gn"},{text:"Guinea-Bissau",key:"GW",value:"GW",flag:"gw"},{text:"Guyana",key:"GY",value:"GY",flag:"gy"},{text:"Haiti",key:"HT",value:"HT",flag:"ht"},{text:"Heard Island and McDonald Islands",key:"HM",value:"HM",flag:"hm"},{text:"Holy See (Vatican City State)",key:"VA",value:"VA",flag:"va"},{text:"Honduras",key:"HN",value:"HN",flag:"hn"},{text:"Hong Kong",key:"HK",value:"HK",flag:"hk"},{text:"Hungary",key:"HU",value:"HU",flag:"hu"},{text:"Iceland",key:"IS",value:"IS",flag:"is"},{text:"India",key:"IN",value:"IN",flag:"in"},{text:"Indonesia",key:"ID",value:"ID",flag:"id"},{text:"Iran, Islamic Republic of",key:"IR",value:"IR",flag:"ir"},{text:"Iraq",key:"IQ",value:"IQ",flag:"iq"},{text:"Ireland",key:"IE",value:"IE",flag:"ie"},{text:"Isle of Man",key:"IM",value:"IM",flag:"im"},{text:"Israel",key:"IL",value:"IL",flag:"il"},{text:"Italy",key:"IT",value:"IT",flag:"it"},{text:"Jamaica",key:"JM",value:"JM",flag:"jm"},{text:"Japan",key:"JP",value:"JP",flag:"jp"},{text:"Jersey",key:"JE",value:"JE",flag:"je"},{text:"Jordan",key:"JO",value:"JO",flag:"jo"},{text:"Kazakhstan",key:"KZ",value:"KZ",flag:"kz"},{text:"Kenya",key:"KE",value:"KE",flag:"ke"},{text:"Kiribati",key:"KI",value:"KI",flag:"ki"},{text:"Korea, Democratic People's Republic of",key:"KP",value:"KP",flag:"kp"},{text:"Korea, Republic of",key:"KR",value:"KR",flag:"kr"},{text:"Kuwait",key:"KW",value:"KW",flag:"kw"},{text:"Kyrgyzstan",key:"KG",value:"KG",flag:"kg"},{text:"Lao People's Democratic Republic",key:"LA",value:"LA",flag:"la"},{text:"Latvia",key:"LV",value:"LV",flag:"lv"},{text:"Lebanon",key:"LB",value:"LB",flag:"lb"},{text:"Lesotho",key:"LS",value:"LS",flag:"ls"},{text:"Liberia",key:"LR",value:"LR",flag:"lr"},{text:"Libya",key:"LY",value:"LY",flag:"ly"},{text:"Liechtenstein",key:"LI",value:"LI",flag:"li"},{text:"Lithuania",key:"LT",value:"LT",flag:"lt"},{text:"Luxembourg",key:"LU",value:"LU",flag:"lu"},{text:"Macao",key:"MO",value:"MO",flag:"mo"},{text:"Macedonia, the Former Yugoslav Republic of",key:"MK",value:"MK",flag:"mk"},{text:"Madagascar",key:"MG",value:"MG",flag:"mg"},{text:"Malawi",key:"MW",value:"MW",flag:"mw"},{text:"Malaysia",key:"MY",value:"MY",flag:"my"},{text:"Maldives",key:"MV",value:"MV",flag:"mv"},{text:"Mali",key:"ML",value:"ML",flag:"ml"},{text:"Malta",key:"MT",value:"MT",flag:"mt"},{text:"Marshall Islands",key:"MH",value:"MH",flag:"mh"},{text:"Martinique",key:"MQ",value:"MQ",flag:"mq"},{text:"Mauritania",key:"MR",value:"MR",flag:"mr"},{text:"Mauritius",key:"MU",value:"MU",flag:"mu"},{text:"Mayotte",key:"YT",value:"YT",flag:"yt"},{text:"Mexico",key:"MX",value:"MX",flag:"mx"},{text:"Micronesia, Federated States of",key:"FM",value:"FM",flag:"fm"},{text:"Moldova, Republic of",key:"MD",value:"MD",flag:"md"},{text:"Monaco",key:"MC",value:"MC",flag:"mc"},{text:"Mongolia",key:"MN",value:"MN",flag:"mn"},{text:"Montenegro",key:"ME",value:"ME",flag:"me"},{text:"Montserrat",key:"MS",value:"MS",flag:"ms"},{text:"Morocco",key:"MA",value:"MA",flag:"ma"},{text:"Mozambique",key:"MZ",value:"MZ",flag:"mz"},{text:"Myanmar",key:"MM",value:"MM",flag:"mm"},{text:"Namibia",key:"NA",value:"NA",flag:"na"},{text:"Nauru",key:"NR",value:"NR",flag:"nr"},{text:"Nepal",key:"NP",value:"NP",flag:"np"},{text:"Netherlands",key:"NL",value:"NL",flag:"nl"},{text:"New Caledonia",key:"NC",value:"NC",flag:"nc"},{text:"New Zealand",key:"NZ",value:"NZ",flag:"nz"},{text:"Nicaragua",key:"NI",value:"NI",flag:"ni"},{text:"Niger",key:"NE",value:"NE",flag:"ne"},{text:"Nigeria",key:"NG",value:"NG",flag:"ng"},{text:"Niue",key:"NU",value:"NU",flag:"nu"},{text:"Norfolk Island",key:"NF",value:"NF",flag:"nf"},{text:"Northern Mariana Islands",key:"MP",value:"MP",flag:"mp"},{text:"Norway",key:"NO",value:"NO",flag:"no"},{text:"Oman",key:"OM",value:"OM",flag:"om"},{text:"Pakistan",key:"PK",value:"PK",flag:"pk"},{text:"Palau",key:"PW",value:"PW",flag:"pw"},{text:"Palestine, State of",key:"PS",value:"PS",flag:"ps"},{text:"Panama",key:"PA",value:"PA",flag:"pa"},{text:"Papua New Guinea",key:"PG",value:"PG",flag:"pg"},{text:"Paraguay",key:"PY",value:"PY",flag:"py"},{text:"Peru",key:"PE",value:"PE",flag:"pe"},{text:"Philippines",key:"PH",value:"PH",flag:"ph"},{text:"Pitcairn",key:"PN",value:"PN",flag:"pn"},{text:"Poland",key:"PL",value:"PL",flag:"pl"},{text:"Portugal",key:"PT",value:"PT",flag:"pt"},{text:"Puerto Rico",key:"PR",value:"PR",flag:"pr"},{text:"Qatar",key:"QA",value:"QA",flag:"qa"},{text:"Réunion",key:"RE",value:"RE",flag:"re"},{text:"Romania",key:"RO",value:"RO",flag:"ro"},{text:"Russian Federation",key:"RU",value:"RU",flag:"ru"},{text:"Rwanda",key:"RW",value:"RW",flag:"rw"},{text:"Saint Barthélemy",key:"BL",value:"BL",flag:"bl"},{text:"Saint Helena, Ascension and Tristan da Cunha",key:"SH",value:"SH",flag:"sh"},{text:"Saint Kitts and Nevis",key:"KN",value:"KN",flag:"kn"},{text:"Saint Lucia",key:"LC",value:"LC",flag:"lc"},{text:"Saint Martin (French part)",key:"MF",value:"MF",flag:"mf"},{text:"Saint Pierre and Miquelon",key:"PM",value:"PM",flag:"pm"},{text:"Saint Vincent and the Grenadines",key:"VC",value:"VC",flag:"vc"},{text:"Samoa",key:"WS",value:"WS",flag:"ws"},{text:"San Marino",key:"SM",value:"SM",flag:"sm"},{text:"Sao Tome and Principe",key:"ST",value:"ST",flag:"st"},{text:"Saudi Arabia",key:"SA",value:"SA",flag:"sa"},{text:"Senegal",key:"SN",value:"SN",flag:"sn"},{text:"Serbia",key:"RS",value:"RS",flag:"rs"},{text:"Seychelles",key:"SC",value:"SC",flag:"sc"},{text:"Sierra Leone",key:"SL",value:"SL",flag:"sl"},{text:"Singapore",key:"SG",value:"SG",flag:"sg"},{text:"Sint Maarten (Dutch part)",key:"SX",value:"SX",flag:"sx"},{text:"Slovakia",key:"SK",value:"SK",flag:"sk"},{text:"Slovenia",key:"SI",value:"SI",flag:"si"},{text:"Solomon Islands",key:"SB",value:"SB",flag:"sb"},{text:"Somalia",key:"SO",value:"SO",flag:"so"},{text:"South Africa",key:"ZA",value:"ZA",flag:"za"},{text:"South Georgia and the South Sandwich Islands",key:"GS",value:"GS",flag:"gs"},{text:"South Sudan",key:"SS",value:"SS",flag:"ss"},{text:"Spain",key:"ES",value:"ES",flag:"es"},{text:"Sri Lanka",key:"LK",value:"LK",flag:"lk"},{text:"Sudan",key:"SD",value:"SD",flag:"sd"},{text:"Suriname",key:"SR",value:"SR",flag:"sr"},{text:"Svalbard and Jan Mayen",key:"SJ",value:"SJ",flag:"sj"},{text:"Swaziland",key:"SZ",value:"SZ",flag:"sz"},{text:"Sweden",key:"SE",value:"SE",flag:"se"},{text:"Switzerland",key:"CH",value:"CH",flag:"ch"},{text:"Syrian Arab Republic",key:"SY",value:"SY",flag:"sy"},{text:"Taiwan, Province of China",key:"TW",value:"TW",flag:"tw"},{text:"Tajikistan",key:"TJ",value:"TJ",flag:"tj"},{text:"Tanzania, United Republic of",key:"TZ",value:"TZ",flag:"tz"},{text:"Thailand",key:"TH",value:"TH",flag:"th"},{text:"Timor-Leste",key:"TL",value:"TL",flag:"tl"},{text:"Togo",key:"TG",value:"TG",flag:"tg"},{text:"Tokelau",key:"TK",value:"TK",flag:"tk"},{text:"Tonga",key:"TO",value:"TO",flag:"to"},{text:"Trinidad and Tobago",key:"TT",value:"TT",flag:"tt"},{text:"Tunisia",key:"TN",value:"TN",flag:"tn"},{text:"Turkey",key:"TR",value:"TR",flag:"tr"},{text:"Turkmenistan",key:"TM",value:"TM",flag:"tm"},{text:"Turks and Caicos Islands",key:"TC",value:"TC",flag:"tc"},{text:"Tuvalu",key:"TV",value:"TV",flag:"tv"},{text:"Uganda",key:"UG",value:"UG",flag:"ug"},{text:"Ukraine",key:"UA",value:"UA",flag:"ua"},{text:"United Arab Emirates",key:"AE",value:"AE",flag:"ae"},{text:"United Kingdom",key:"GB",value:"GB",flag:"gb"},{text:"United States",key:"US",value:"US",flag:"us"},{text:"United States Minor Outlying Islands",key:"UM",value:"UM",flag:"um"},{text:"Uruguay",key:"UY",value:"UY",flag:"uy"},{text:"Uzbekistan",key:"UZ",value:"UZ",flag:"uz"},{text:"Vanuatu",key:"VU",value:"VU",flag:"vu"},{text:"Venezuela, Bolivarian Republic of",key:"VE",value:"VE",flag:"ve"},{text:"Viet Nam",key:"VN",value:"VN",flag:"vn"},{text:"Virgin Islands, British",key:"VG",value:"VG",flag:"vg"},{text:"Virgin Islands, U.S.",key:"VI",value:"VI",flag:"vi"},{text:"Wallis and Futuna",key:"WF",value:"WF",flag:"wf"},{text:"Western Sahara",key:"EH",value:"EH",flag:"eh"},{text:"Yemen",key:"YE",value:"YE",flag:"ye"},{text:"Zambia",key:"ZM",value:"ZM",flag:"zm"},{text:"Zimbabwe",key:"ZW",value:"ZW",flag:"zw"}];exports.COUNTRY_OPTIONS=e;exports.default=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function i(){const t=navigator.userAgent.toLowerCase(),e=window.innerWidth;return e<=480?"mobile":e>480&&e<=768?"tablet":e>768&&e<=1024?"midTablet":e>1024&&e<=1366?"laptop":e>1366&&e<=1920?"desktop":e>1920?"wide":/mobile|android|iphone|phone|ipod|blackberry|iemobile|opera mini/i.test(t)?"mobile":/ipad|tablet/i.test(t)?e>1024?"midTablet":"tablet":/macintosh|windows/i.test(t)?e>1920?"wide":e>1366?"desktop":"laptop":"unknown"}module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("lodash"),r=["selected","defaultValue","defaultChecked","accept","autoCapitalize","autoComplete","autoCorrect","autoFocus","checked","disabled","enterKeyHint","form","id","inputMode","lang","list","max","maxLength","min","minLength","multiple","name","pattern","placeholder","readOnly","required","step","title","type","value"],u=["onKeyDown","onKeyPress","onKeyUp","onFocus","onBlur","onChange","onInput","onClick","onContextMenu","onDrag","onDragEnd","onDragEnter","onDragExit","onDragLeave","onDragOver","onDragStart","onDrop","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onSelect","onTouchCancel","onTouchEnd","onTouchMove","onTouchStart"],a=[...r,...u],m=(s,l={})=>{const{htmlProps:c=a,includeAria:i=!0}=l,e={},o={};return n.forEach(s,(p,t)=>{const d=i&&(/^aria-.*$/.test(t)||t==="role"),h=n.includes(c,t)||d?e:o;h[t]=p}),[e,o]};exports.htmlInputAttrs=r;exports.htmlInputEvents=u;exports.htmlInputProps=a;exports.partitionHTMLProps=m;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const h = (a, c, t = !1) => new Promise((o, i) => {
|
|
2
|
+
fetch(a, {
|
|
3
|
+
headers: {
|
|
4
|
+
Accept: "application/json",
|
|
5
|
+
"Content-Type": "application/json"
|
|
6
|
+
},
|
|
7
|
+
method: "POST",
|
|
8
|
+
body: JSON.stringify(c)
|
|
9
|
+
}).then(
|
|
10
|
+
function(n) {
|
|
11
|
+
n.status !== 200 && i(n), t && o(n.blob()), n.json().then(function(s) {
|
|
12
|
+
o(s);
|
|
13
|
+
}).catch(() => o(n.status));
|
|
14
|
+
}
|
|
15
|
+
).catch(function(n) {
|
|
16
|
+
i(n);
|
|
17
|
+
});
|
|
18
|
+
}), p = async (a, c = {}) => {
|
|
19
|
+
try {
|
|
20
|
+
const t = await fetch(a, {
|
|
21
|
+
headers: {
|
|
22
|
+
Accept: "application/json",
|
|
23
|
+
"Content-Type": "application/json"
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
if (!t.ok)
|
|
27
|
+
throw t;
|
|
28
|
+
return await t.json();
|
|
29
|
+
} catch (t) {
|
|
30
|
+
throw t;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
p as get,
|
|
35
|
+
h as post
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap";:root{--header-height: 90px;--footer-height: 227px !important}html{font-size:18px!important}body{height:100%;padding:0;margin:0;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:transparent!important;font-size:18px!important}a{outline:0;border:none;box-shadow:none;-moz-outline-style:none}a:hover,a:focus{outline:0;border:none;box-shadow:none;-moz-outline-style:none}.edit-post-visual-editor .tabacoo-wrap,#root .tabacoo-wrap{border-bottom:1px solid #e0e0e0}.edit-post-visual-editor .tabacoo-wrap .wp-block-column:nth-child(1),#root .tabacoo-wrap .wp-block-column:nth-child(1){padding-right:15px;border-right:1px solid #e0e0e0;margin-right:20px}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li,#root .tabacoo-wrap .wp-block-column li{list-style-type:none;color:#333;margin-top:10px;position:relative}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li:before,#root .tabacoo-wrap .wp-block-column li:before{content:"";position:absolute;left:-27px;top:5px;width:15px;height:15px;border-radius:100px;background:#5baf95}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li strong,#root .tabacoo-wrap .wp-block-column li strong{font-size:22px;margin-bottom:5px;display:block;color:#5baf95}.edit-post-visual-editor iframe,#root iframe{margin:0;padding:0}.edit-post-visual-editor code,#root code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.edit-post-visual-editor .ui,#root .ui{font-family:Open Sans,sans-serif}.edit-post-visual-editor .ui.primary.button,#root .ui.primary.button{background-color:#5089a6}.edit-post-visual-editor .ui.secondary.button,#root .ui.secondary.button{background-color:#5baf95}h1.type{font-size:1rem;padding:0;margin:0;color:#5089a6;font-family:Open Sans,sans-serif}.ui.container.editing{margin:0!important;padding:5px!important}.ui.container.editing .ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}.map-tooltip-light{font-size:1em;color:#1e1e1e;border-radius:5px;background-color:#f7f7f7!important;min-width:220px}.map-tooltip-light .tooltip-content{padding:5px}.map-tooltip-light .tooltip-content hr{margin:3px -5px;border-bottom:none}.map-tooltip-light .tooltip-content b{color:unset}.map-tooltip-light .header{padding:5px;border-bottom:1px solid #DDD}.map-tooltip-light .value{color:#1e1e1e;font-weight:700;margin-left:5px}.map-tooltip-light .footer{padding:5px}.map-tooltip-light .footer .confidence{font-weight:700;color:#1e1e1e}.map-tooltip-light .footer hr{margin:3px -5px}.map-tooltip-light .footer b{color:#1e1e1e}.map-tooltip-dark{font-size:1em;color:#fff;border-radius:5px;background-color:#5c5c5c!important;min-width:220px}.map-tooltip-dark .tooltip-content{padding:5px}.map-tooltip-dark .tooltip-content hr{margin:3px -5px;border-bottom:none}.map-tooltip-dark .header{padding:5px;border-bottom:1px solid #DDD}.map-tooltip-dark .value{color:#fff;font-weight:700;margin-left:5px}.map-tooltip-dark .footer{padding:5px}.map-tooltip-dark .footer .confidence{font-weight:700;color:#fff}.map-tooltip-dark .footer hr{margin:3px -5px;border-bottom:none}.map-tooltip-dark .footer b{color:#fff}.ui.container.filter .menu{z-index:1600}.d3MapTooltip{font-family:Roboto;font-size:13px;border-radius:5%;background-color:#3c434a;padding:5px;opacity:.9;color:#fff;min-width:200px;border:1px solid #000}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const _ = {
|
|
2
|
+
REACT_APP_WP_API: process.env.VITE_REACT_APP_WP_API || "/wp/wp-json",
|
|
3
|
+
REACT_APP_API_ROOT: process.env.VITE_REACT_APP_API_ROOT,
|
|
4
|
+
GA_CODE: process.env.VITE_REACT_APP_GA_CODE,
|
|
5
|
+
DEFAULT_LOCALE: process.env.VITE_REACT_APP_DEFAULT_LOCALE || "en"
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
_ as Config
|
|
9
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { jsx as e, Fragment as x, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { useState as y } from "react";
|
|
3
|
+
import { MediaProvider as v, MediaConsumer as N, PostProvider as b, PostConsumer as m, Post as M } from "@devgateway/wp-react-lib";
|
|
4
|
+
import { Modal as r, Button as d } from "semantic-ui-react";
|
|
5
|
+
const A = (l) => {
|
|
6
|
+
const {
|
|
7
|
+
"data-post-type": h,
|
|
8
|
+
"data-download-style": u,
|
|
9
|
+
"data-post-slug": i,
|
|
10
|
+
"data-post-id": P,
|
|
11
|
+
"data-media-id": g,
|
|
12
|
+
"data-text": s,
|
|
13
|
+
"data-agree": p = "Agree",
|
|
14
|
+
"data-cancel": w = "Cancel",
|
|
15
|
+
intl: { locale: C }
|
|
16
|
+
} = l, f = (n) => {
|
|
17
|
+
var t, c;
|
|
18
|
+
return /* @__PURE__ */ e("div", { class: "ui container entry-content", children: /* @__PURE__ */ e(
|
|
19
|
+
"span",
|
|
20
|
+
{
|
|
21
|
+
dangerouslySetInnerHTML: { __html: (c = (t = n == null ? void 0 : n.posts) == null ? void 0 : t[0]) == null ? void 0 : c.title.rendered },
|
|
22
|
+
id: "agreement-text",
|
|
23
|
+
class: "title"
|
|
24
|
+
}
|
|
25
|
+
) });
|
|
26
|
+
}, [k, o] = y(!1);
|
|
27
|
+
return /* @__PURE__ */ e("span", { className: "", children: /* @__PURE__ */ e(v, { id: g, children: /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(({ media: n }) => /* @__PURE__ */ e(x, { children: i && /* @__PURE__ */ e(b, { locale: C, type: h, slug: i, children: /* @__PURE__ */ a(
|
|
28
|
+
r,
|
|
29
|
+
{
|
|
30
|
+
onClose: () => o(!1),
|
|
31
|
+
onOpen: () => o(!0),
|
|
32
|
+
open: k,
|
|
33
|
+
trigger: /* @__PURE__ */ e("span", { children: u == "link" ? /* @__PURE__ */ a("a", { className: "agree-and-download link", children: [
|
|
34
|
+
" ",
|
|
35
|
+
s,
|
|
36
|
+
" "
|
|
37
|
+
] }) : /* @__PURE__ */ e(d, { className: "agree-and-download button", children: s }) }),
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ e(r.Header, { className: "agreement-header", children: /* @__PURE__ */ a(m, { children: [
|
|
40
|
+
/* @__PURE__ */ a(
|
|
41
|
+
"svg",
|
|
42
|
+
{
|
|
43
|
+
width: "97",
|
|
44
|
+
height: "97",
|
|
45
|
+
viewBox: "0 0 97 97",
|
|
46
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
children: [
|
|
49
|
+
/* @__PURE__ */ e(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M48.6761 26L70.1999 47.5588C70.3676 47.7162 70.5012 47.9062 70.5925 48.1172C70.6839 48.3283 70.731 48.5558 70.731 48.7857C70.731 49.0157 70.6839 49.2432 70.5925 49.4542C70.5012 49.6652 70.3676 49.8553 70.1999 50.0126L48.6761 71.5714",
|
|
53
|
+
stroke: "white",
|
|
54
|
+
"stroke-linecap": "round",
|
|
55
|
+
"stroke-linejoin": "round"
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
/* @__PURE__ */ e(
|
|
59
|
+
"path",
|
|
60
|
+
{
|
|
61
|
+
d: "M31.2041 26L52.7629 47.5588C53.084 47.8864 53.2639 48.3269 53.2639 48.7857C53.2639 49.2445 53.084 49.685 52.7629 50.0126L31.2041 71.5714",
|
|
62
|
+
stroke: "white",
|
|
63
|
+
"stroke-linecap": "round",
|
|
64
|
+
"stroke-linejoin": "round"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ e("circle", { cx: "48.5", cy: "48.5", r: "48", stroke: "white" })
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ e(f, { ...l })
|
|
72
|
+
] }) }),
|
|
73
|
+
/* @__PURE__ */ e(r.Content, { className: "agreement-body", children: /* @__PURE__ */ e(m, { children: /* @__PURE__ */ e(M, { preview: !0, showIntro: !0 }) }) }),
|
|
74
|
+
/* @__PURE__ */ a(r.Actions, { className: "agreement-footer", children: [
|
|
75
|
+
/* @__PURE__ */ e(
|
|
76
|
+
d,
|
|
77
|
+
{
|
|
78
|
+
className: "modal-cancel-button",
|
|
79
|
+
onClick: () => o(!1),
|
|
80
|
+
children: w
|
|
81
|
+
}
|
|
82
|
+
),
|
|
83
|
+
/* @__PURE__ */ e(
|
|
84
|
+
d,
|
|
85
|
+
{
|
|
86
|
+
className: "modal-agree-button",
|
|
87
|
+
content: p,
|
|
88
|
+
onClick: () => {
|
|
89
|
+
o(!1);
|
|
90
|
+
const t = document.createElement("a");
|
|
91
|
+
t.href = n.guid.rendered + "?accepted=YES", document.body.appendChild(t), t.click(), document.body.removeChild(t);
|
|
92
|
+
},
|
|
93
|
+
positive: !0
|
|
94
|
+
}
|
|
95
|
+
)
|
|
96
|
+
] })
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
) }) }), {}) }) }) });
|
|
100
|
+
};
|
|
101
|
+
export {
|
|
102
|
+
A as default
|
|
103
|
+
};
|