{"version":3,"file":"withHydrationOnDemand.ivcX2Y38.js","sources":["../../../../../../../node_modules/@babylon/ui-kit-styles/esm/common/mixins/section.styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-structures/esm/components/others/section/views/desktop/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-structures/esm/components/others/section/views/desktop/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-structures/esm/components/others/section/views/mobile/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-structures/esm/components/others/section/views/mobile/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-structures/esm/components/others/section/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-base/esm/components/text/title/views/desktop/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-base/esm/components/text/title/views/desktop/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-base/esm/components/text/title/views/mobile/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-base/esm/components/text/title/views/mobile/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-base/esm/components/text/title/index.mjs","../../../../../../../node_modules/@babylon/ui-kit-hocs/esm/hydration-on-demand/withHydrationOnDemand.helpers.mjs","../../../../../../../node_modules/@babylon/ui-kit-hocs/esm/hydration-on-demand/withHydrationOnDemand.useHydrationOnDemand.mjs","../../../../../../../node_modules/@babylon/ui-kit-hocs/esm/hydration-on-demand/withHydrationOnDemandClientSide.mjs","../../../../../../../node_modules/@babylon/ui-kit-hocs/esm/hydration-on-demand/withHydrationOnDemandServerSide.mjs","../../../../../../../node_modules/@babylon/ui-kit-hocs/esm/hydration-on-demand/withHydrationOnDemand.mjs"],"sourcesContent":["import styled, { css } from 'styled-components';\nimport { Container } from './container.styled.mjs';\nimport { Margin } from './logical.styled.mjs';\n\nconst SectionMixin = /*#__PURE__*/ css([\n \"\",\n \" margin-bottom:\",\n \";\"\n], (props)=>props.bg ? `background-color: ${props.bg};` : '', (props)=>props.mb ?? '50px');\nconst SectionMobileMixin = /*#__PURE__*/ css([\n \"\",\n \" margin-top:\",\n \";\"\n], (props)=>props.bg ? `background-color: ${props.bg};` : '', (props)=>props.mt ?? '20px');\nconst SectionContainer = /*#__PURE__*/ styled(Container).attrs({\n as: 'section'\n}).withConfig({\n displayName: \"SectionContainer\",\n componentId: \"sc-4dcc96c0-0\"\n})([\n \"\",\n \"\"\n], SectionMixin);\nconst SectionSearcher = /*#__PURE__*/ styled(Container).withConfig({\n displayName: \"SectionSearcher\",\n componentId: \"sc-4dcc96c0-1\"\n})([\n \"margin-top:\",\n \";\"\n], Margin({\n top: '-50px'\n}));\n\nexport { SectionContainer, SectionMixin, SectionMobileMixin, SectionSearcher };\n","import { SectionMixin } from '@babylon/ui-kit-styles/common/mixins/section.styled';\nimport styled from 'styled-components';\n\nconst Section = /*#__PURE__*/ styled.section.withConfig({\n displayName: \"Section\",\n componentId: \"sc-3d06297e-0\"\n})([\n \"\",\n \"\"\n], SectionMixin);\n\nexport { Section };\n","import { jsx } from 'react/jsx-runtime';\nimport { Section } from './styled.mjs';\n\nconst SectionDesktop = ({ className, children })=>/*#__PURE__*/ jsx(Section, {\n className: className,\n children: children\n });\n\nexport { SectionDesktop, SectionDesktop as default };\n","import { SectionMobileMixin } from '@babylon/ui-kit-styles/common/mixins/section.styled';\nimport styled from 'styled-components';\n\nconst SectionMobile = /*#__PURE__*/ styled.section.withConfig({\n displayName: \"SectionMobile\",\n componentId: \"sc-f594d73c-0\"\n})([\n \"\",\n \"\"\n], SectionMobileMixin);\n\nexport { SectionMobile };\n","import { jsx } from 'react/jsx-runtime';\nimport { SectionMobile as SectionMobile$1 } from './styled.mjs';\n\nconst SectionMobile = ({ className, children })=>/*#__PURE__*/ jsx(SectionMobile$1, {\n className: className,\n children: children\n });\n\nexport { SectionMobile, SectionMobile as default };\n","import { generateViewsComponent } from '@babylon/ui-kit-helpers/views';\nimport { SectionDesktop } from './views/desktop/index.mjs';\nimport { SectionMobile } from './views/mobile/index.mjs';\n\nconst Section = generateViewsComponent(SectionDesktop, SectionMobile);\n\nexport { Section, Section as default };\n","import { FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport styled from 'styled-components';\n\nconst TitleWrapper = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"TitleWrapper\",\n componentId: \"sc-54939bdf-0\"\n})([\n \"margin-bottom:20px;text-align:\",\n \";\"\n], ({ $textAlign })=>$textAlign);\nconst TitleStyled = /*#__PURE__*/ styled.h2.withConfig({\n displayName: \"TitleStyled\",\n componentId: \"sc-54939bdf-1\"\n})([\n \"\",\n \" font-family:\",\n \";color:\",\n \";padding:0 8px;position:relative;a{color:\",\n \";}\"\n], FontMixin({\n size: 'largest',\n height: 'largest',\n weight: 'medium'\n}), (props)=>props.theme.font.family.secondary, ({ theme })=>theme.colors.grays.darker, ({ theme })=>theme.colors.grays.darker);\nconst SubTitleStyled = /*#__PURE__*/ styled.p.withConfig({\n displayName: \"SubTitleStyled\",\n componentId: \"sc-54939bdf-2\"\n})([\n \"\",\n \" color:\",\n \";margin-bottom:0;margin-top:4px;\"\n], FontMixin({\n size: 'base',\n height: 'base',\n weight: 'light'\n}), ({ theme })=>theme.colors.grays.dark);\n\nexport { SubTitleStyled, TitleStyled, TitleWrapper };\n","import { jsxs, jsx } from 'react/jsx-runtime';\nimport { InnerMarkdownHTML } from '../../../inner-markdown-HTML/index.mjs';\nimport { TitleWrapper, TitleStyled, SubTitleStyled } from './styled.mjs';\n\nconst TitleDesktopView = ({ title, subTitle, // inspired by the following fix - https://dev.azure.com/toolfactory/babylon/_git/babylon-ui-kit/pullrequest/142840?path=/src/components/base/title/views/desktop/index.tsx&_a=files\nsubtitle, link, className, textAlign = 'center', tag = 'h2' })=>/*#__PURE__*/ jsxs(TitleWrapper, {\n $textAlign: textAlign,\n \"data-testid\": \"Title\",\n className: className,\n children: [\n /*#__PURE__*/ jsxs(TitleStyled, {\n as: tag,\n children: [\n link && /*#__PURE__*/ jsx(\"a\", {\n \"data-testid\": \"link\",\n href: link?.href,\n title: link?.title,\n children: /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: title\n })\n }),\n !link && /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: title\n })\n ]\n }),\n subTitle && /*#__PURE__*/ jsx(SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: subTitle\n })\n }),\n subtitle && /*#__PURE__*/ jsx(SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: subtitle\n })\n })\n ]\n });\n\nexport { TitleDesktopView, TitleDesktopView as default };\n","import { FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport { Margin, Padding } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport styled from 'styled-components';\n\nconst TitleMobileWrapper = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"TitleMobileWrapper\",\n componentId: \"sc-4ba00360-0\"\n})([\n \"text-align:\",\n \";\",\n \"\"\n], ({ $textAlign })=>$textAlign, Margin({\n bottom: '12px'\n}));\nconst TitleMobileStyled = /*#__PURE__*/ styled.h2.withConfig({\n displayName: \"TitleMobileStyled\",\n componentId: \"sc-4ba00360-1\"\n})([\n \"\",\n \" font-family:\",\n \";color:\",\n \";font-family:\",\n \";\",\n \" \",\n \" position:relative;\"\n], FontMixin({\n size: 'larger',\n height: 'larger',\n weight: 'medium'\n}), (props)=>props.theme.font.family.secondary, ({ theme })=>theme.colors.grays.darker, ({ theme })=>theme.font.family.secondary, Padding({\n x: '16px'\n}), Margin({\n bottom: '8px'\n}));\nconst SubTitleStyled = /*#__PURE__*/ styled.p.withConfig({\n displayName: \"SubTitleStyled\",\n componentId: \"sc-4ba00360-2\"\n})([\n \"\",\n \" color:\",\n \";text-align:center;\",\n \"\"\n], FontMixin({\n size: 'medium',\n height: 'base',\n weight: 'light'\n}), ({ theme })=>theme.colors.grays.darker, Padding({\n x: '16px'\n}));\n\nexport { SubTitleStyled, TitleMobileStyled, TitleMobileWrapper };\n","import { jsxs, jsx } from 'react/jsx-runtime';\nimport { InnerMarkdownHTML } from '../../../inner-markdown-HTML/index.mjs';\nimport { TitleMobileWrapper, TitleMobileStyled, SubTitleStyled } from './styled.mjs';\n\nconst TitleMobile = ({ title, subTitle = '', className, textAlign = 'center', tag = 'h2' })=>/*#__PURE__*/ jsxs(TitleMobileWrapper, {\n $textAlign: textAlign,\n \"data-testid\": \"Title\",\n className: className,\n children: [\n /*#__PURE__*/ jsx(TitleMobileStyled, {\n as: tag,\n children: /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: title\n })\n }),\n subTitle && /*#__PURE__*/ jsx(SubTitleStyled, {\n \"data-testid\": \"subtitle\",\n children: /*#__PURE__*/ jsx(InnerMarkdownHTML, {\n content: subTitle\n })\n })\n ]\n });\n\nexport { TitleMobile, TitleMobile as default };\n","import { generateViewsComponent } from '@babylon/ui-kit-helpers/views';\nimport { TitleDesktopView } from './views/desktop/index.mjs';\nimport { TitleMobile } from './views/mobile/index.mjs';\n\nconst Title = generateViewsComponent(TitleDesktopView, TitleMobile);\n\nexport { Title, Title as default };\n","const isClientSide = ()=>!!(typeof window !== 'undefined' && window.document && window.document.createElement);\nconst eventListenerOptions = {\n once: true,\n capture: true,\n passive: true\n};\nconst getDisplayName = (WrappedComponent)=>WrappedComponent.displayName ?? WrappedComponent.name ?? 'Component';\nconst isInputPending = (isInputPendingFallbackValue)=>{\n const isInputPending = navigator?.scheduling?.isInputPending?.();\n return isInputPending ?? isInputPendingFallbackValue;\n};\nconst defaultOptions = {\n on: [\n 'idle',\n 'visible'\n ]\n};\n\nexport { defaultOptions, eventListenerOptions, getDisplayName, isClientSide, isInputPending };\n","import { useRef, useCallback, useState, useEffect, useLayoutEffect } from 'react';\nimport { eventListenerOptions, isInputPending } from './withHydrationOnDemand.helpers.mjs';\n\nconst useHydrationOnDemand = (hydrationOnDemandOptions, forceHydration)=>{\n const { disableFallback = false, isInputPendingFallbackValue = true, on = [], onBefore, whenInputPending = false } = hydrationOnDemandOptions;\n const cleanupFunctions = useRef([]);\n const rootRef = useRef(null);\n const cleanUp = useCallback(()=>{\n cleanupFunctions.current.forEach((fn)=>fn());\n cleanupFunctions.current = [];\n }, []);\n const getDefaultHydrationState = ()=>{\n const isNotInputPending = whenInputPending && !isInputPending(isInputPendingFallbackValue);\n return (isNotInputPending || forceHydration) && !onBefore;\n };\n const [isHydrated, setIsHydrated] = useState(getDefaultHydrationState());\n const hydrate = useCallback(()=>{\n cleanUp();\n if (isHydrated) return;\n if (onBefore) onBefore();\n setIsHydrated(true);\n }, [\n isHydrated,\n onBefore,\n cleanUp,\n setIsHydrated\n ]);\n const initDOMEvent = useCallback((type, getTarget = ()=>rootRef.current)=>{\n const target = getTarget();\n target?.addEventListener(type, hydrate, eventListenerOptions);\n cleanupFunctions.current.push(()=>{\n if (!target) return;\n target.removeEventListener(type, hydrate, eventListenerOptions);\n });\n }, [\n hydrate\n ]);\n const initIntersectionObserver = useCallback((getOptions = Function.prototype)=>{\n if (!('IntersectionObserver' in window)) {\n hydrate();\n return;\n }\n const options = getOptions();\n const observer = new IntersectionObserver(([entry])=>{\n if (!entry.isIntersecting || entry.intersectionRatio <= 0) return;\n hydrate();\n }, options);\n cleanupFunctions.current.push(()=>{\n if (!observer) return;\n observer.disconnect();\n });\n rootRef.current && observer.observe(rootRef.current);\n }, [\n hydrate\n ]);\n const initTimeout = useCallback((delay = 2000)=>{\n if (delay <= 0) return;\n const timeout = setTimeout(hydrate, delay);\n cleanupFunctions.current.push(()=>clearTimeout(timeout));\n }, [\n hydrate\n ]);\n const initIdleCallback = useCallback(()=>{\n if (!('requestIdleCallback' in window)) {\n initTimeout();\n return;\n }\n const idleCallback = requestIdleCallback(()=>requestAnimationFrame(()=>hydrate()), {\n timeout: 500\n });\n if (!('cancelIdleCallback' in window)) return;\n cleanupFunctions.current.push(()=>{\n cancelIdleCallback(idleCallback);\n });\n }, [\n hydrate,\n initTimeout\n ]);\n const initEvent = useCallback((type, options)=>{\n switch(type){\n case 'delay':\n initTimeout(options);\n break;\n case 'visible':\n initIntersectionObserver(options);\n break;\n case 'idle':\n initIdleCallback();\n break;\n default:\n initDOMEvent(type, options);\n }\n }, [\n initDOMEvent,\n initIdleCallback,\n initIntersectionObserver,\n initTimeout\n ]);\n useEffect(()=>{\n if (isHydrated) return;\n on.forEach((event)=>Array.isArray(event) ? initEvent(event[0], event[1]) : initEvent(event), []);\n return cleanUp;\n }, [\n isHydrated,\n on,\n initEvent,\n cleanUp\n ]);\n useLayoutEffect(()=>{\n if (isHydrated) return;\n if (forceHydration) {\n hydrate();\n return;\n }\n const wasRenderedServerSide = !!rootRef.current?.getAttribute('data-hydration-on-demand');\n const shouldHydrate = !wasRenderedServerSide && !disableFallback;\n if (shouldHydrate) hydrate();\n }, [\n isHydrated,\n rootRef,\n disableFallback,\n forceHydration,\n hydrate\n ]);\n return {\n rootRef,\n isHydrated\n };\n};\n\nexport { useHydrationOnDemand as default };\n","import { jsx } from 'react/jsx-runtime';\nimport { getDisplayName } from './withHydrationOnDemand.helpers.mjs';\nimport useHydrationOnDemand from './withHydrationOnDemand.useHydrationOnDemand.mjs';\n\nconst withHydrationOnDemandClientSide = (hydrationOnDemandOptions)=>(WrappedComponent)=>{\n const WithHydrationOnDemand = ({ forceHydration = false, wrapperProps, ...props })=>{\n const { rootRef, isHydrated } = useHydrationOnDemand(hydrationOnDemandOptions, forceHydration);\n if (!isHydrated) return /*#__PURE__*/ jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n ref: rootRef,\n dangerouslySetInnerHTML: {\n __html: ''\n },\n suppressHydrationWarning: true,\n ...wrapperProps\n });\n return /*#__PURE__*/ jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n ...wrapperProps,\n children: /*#__PURE__*/ jsx(WrappedComponent, {\n \"component-hydration-on-demand\": true,\n ...props\n })\n });\n };\n WithHydrationOnDemand.displayName = `withHydrationOnDemand(${getDisplayName(WrappedComponent)})`;\n return WithHydrationOnDemand;\n };\n\nexport { withHydrationOnDemandClientSide as default };\n","import { jsx } from 'react/jsx-runtime';\n\nconst withHydrationOnDemandServerSide = ()=>(WrappedComponent)=>{\n const ComponentWithHydration = (props)=>/*#__PURE__*/ jsx(\"div\", {\n \"data-testid\": \"HydrationOnDemand\",\n \"data-hydration-on-demand\": true,\n children: /*#__PURE__*/ jsx(WrappedComponent, {\n \"component-hydration-on-demand\": true,\n ...props\n })\n });\n return ComponentWithHydration;\n };\n\nexport { withHydrationOnDemandServerSide as default };\n","import { isClientSide, defaultOptions } from './withHydrationOnDemand.helpers.mjs';\nimport withHydrationOnDemandClientSide from './withHydrationOnDemandClientSide.mjs';\nimport withHydrationOnDemandServerSide from './withHydrationOnDemandServerSide.mjs';\n\nconst withHydrationOnDemand = (options = defaultOptions)=>{\n if (isClientSide()) return withHydrationOnDemandClientSide(options);\n return withHydrationOnDemandServerSide();\n};\n\nexport { withHydrationOnDemand as default };\n"],"names":["SectionMixin","css","props","SectionMobileMixin","SectionContainer","styled","Container","SectionSearcher","Margin","Section","SectionDesktop","className","children","jsx","SectionMobile","SectionMobile$1","generateViewsComponent","TitleWrapper","$textAlign","TitleStyled","FontMixin","theme","SubTitleStyled","TitleDesktopView","title","subTitle","subtitle","link","textAlign","tag","jsxs","InnerMarkdownHTML","TitleMobileWrapper","TitleMobileStyled","Padding","TitleMobile","Title","isClientSide","eventListenerOptions","getDisplayName","WrappedComponent","isInputPending","isInputPendingFallbackValue","_b","_a","defaultOptions","useHydrationOnDemand","hydrationOnDemandOptions","forceHydration","disableFallback","on","onBefore","whenInputPending","cleanupFunctions","useRef","rootRef","cleanUp","useCallback","fn","getDefaultHydrationState","isHydrated","setIsHydrated","useState","hydrate","initDOMEvent","type","getTarget","target","initIntersectionObserver","getOptions","options","observer","entry","initTimeout","delay","timeout","initIdleCallback","idleCallback","initEvent","useEffect","event","useLayoutEffect","withHydrationOnDemandClientSide","WithHydrationOnDemand","wrapperProps","withHydrationOnDemandServerSide","withHydrationOnDemand"],"mappings":"uGAIA,MAAMA,EAA6BC,EAAI,CACnC,GACA,kBACA,GACJ,EAAIC,GAAQA,EAAM,GAAK,qBAAqBA,EAAM,EAAE,IAAM,GAAKA,GAAQA,EAAM,IAAM,MAAM,EACnFC,EAAmCF,EAAI,CACzC,GACA,eACA,GACJ,EAAIC,GAAQA,EAAM,GAAK,qBAAqBA,EAAM,EAAE,IAAM,GAAKA,GAAQA,EAAM,IAAM,MAAM,EACnFE,GAAiCC,EAAOC,CAAS,EAAE,MAAM,CAC3D,GAAI,SACR,CAAC,EAAE,WAAW,CACV,YAAa,mBACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,EACJ,EAAGN,CAAY,EACTO,GAAgCF,EAAOC,CAAS,EAAE,WAAW,CAC/D,YAAa,kBACb,YAAa,eACjB,CAAC,EAAE,CACC,cACA,GACJ,EAAGE,EAAO,CACN,IAAK,OACT,CAAC,CAAC,EC5BIC,EAAwBJ,EAAO,QAAQ,WAAW,CACpD,YAAa,UACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,EACJ,EAAGL,CAAY,ECNTU,EAAiB,CAAC,CAAE,UAAAC,EAAW,SAAAC,CAAQ,IAAmBC,EAAAA,IAAIJ,EAAS,CACrE,UAAWE,EACX,SAAUC,CAClB,CAAK,ECHCE,EAA8BT,EAAO,QAAQ,WAAW,CAC1D,YAAa,gBACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,EACJ,EAAGF,CAAkB,ECNfW,EAAgB,CAAC,CAAE,UAAAH,EAAW,SAAAC,CAAQ,IAAmBC,EAAAA,IAAIE,EAAiB,CAC5E,UAAWJ,EACX,SAAUC,CAClB,CAAK,ECFCH,GAAUO,EAAuBN,EAAgBI,CAAa,ECD9DG,EAA6BZ,EAAO,IAAI,WAAW,CACrD,YAAa,eACb,YAAa,eACjB,CAAC,EAAE,CACC,iCACA,GACJ,EAAG,CAAC,CAAE,WAAAa,KAAeA,CAAU,EACzBC,EAA4Bd,EAAO,GAAG,WAAW,CACnD,YAAa,cACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,gBACA,UACA,4CACA,IACJ,EAAGe,EAAU,CACT,KAAM,UACN,OAAQ,UACR,OAAQ,QACZ,CAAC,EAAIlB,GAAQA,EAAM,MAAM,KAAK,OAAO,UAAW,CAAC,CAAE,MAAAmB,CAAO,IAAGA,EAAM,OAAO,MAAM,OAAQ,CAAC,CAAE,MAAAA,KAAUA,EAAM,OAAO,MAAM,MAAM,EACxHC,EAA+BjB,EAAO,EAAE,WAAW,CACrD,YAAa,iBACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,UACA,kCACJ,EAAGe,EAAU,CACT,KAAM,OACN,OAAQ,OACR,OAAQ,OACZ,CAAC,EAAG,CAAC,CAAE,MAAAC,CAAO,IAAGA,EAAM,OAAO,MAAM,IAAI,EC/BlCE,EAAmB,CAAC,CAAE,MAAAC,EAAO,SAAAC,EACnC,SAAAC,EAAU,KAAAC,EAAM,UAAAhB,EAAW,UAAAiB,EAAY,SAAU,IAAAC,EAAM,IAAI,IAAmBC,EAAI,KAACb,EAAc,CACzF,WAAYW,EACZ,cAAe,QACf,UAAWjB,EACX,SAAU,CACQmB,EAAAA,KAAKX,EAAa,CAC5B,GAAIU,EACJ,SAAU,CACNF,GAAsBd,EAAG,IAAC,IAAK,CAC3B,cAAe,OACf,KAAMc,GAAA,YAAAA,EAAM,KACZ,MAAOA,GAAA,YAAAA,EAAM,MACb,SAAwBd,EAAG,IAACkB,EAAmB,CAC3C,QAASP,CACrC,CAAyB,CACzB,CAAqB,EACD,CAACG,GAAsBd,EAAG,IAACkB,EAAmB,CAC1C,QAASP,CACjC,CAAqB,CACJ,CACjB,CAAa,EACDC,GAA0BZ,EAAG,IAACS,EAAgB,CAC1C,cAAe,WACf,SAAwBT,EAAG,IAACkB,EAAmB,CAC3C,QAASN,CAC7B,CAAiB,CACjB,CAAa,EACDC,GAA0Bb,EAAG,IAACS,EAAgB,CAC1C,cAAe,WACf,SAAwBT,EAAG,IAACkB,EAAmB,CAC3C,QAASL,CAC7B,CAAiB,CACjB,CAAa,CACJ,CACT,CAAK,ECnCCM,EAAmC3B,EAAO,IAAI,WAAW,CAC3D,YAAa,qBACb,YAAa,eACjB,CAAC,EAAE,CACC,cACA,IACA,EACJ,EAAG,CAAC,CAAE,WAAAa,KAAeA,EAAYV,EAAO,CACpC,OAAQ,MACZ,CAAC,CAAC,EACIyB,EAAkC5B,EAAO,GAAG,WAAW,CACzD,YAAa,oBACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,gBACA,UACA,gBACA,IACA,IACA,qBACJ,EAAGe,EAAU,CACT,KAAM,SACN,OAAQ,SACR,OAAQ,QACZ,CAAC,EAAIlB,GAAQA,EAAM,MAAM,KAAK,OAAO,UAAW,CAAC,CAAE,MAAAmB,KAAUA,EAAM,OAAO,MAAM,OAAQ,CAAC,CAAE,MAAAA,CAAK,IAAKA,EAAM,KAAK,OAAO,UAAWa,EAAQ,CACtI,EAAG,MACP,CAAC,EAAG1B,EAAO,CACP,OAAQ,KACZ,CAAC,CAAC,EACIc,EAA+BjB,EAAO,EAAE,WAAW,CACrD,YAAa,iBACb,YAAa,eACjB,CAAC,EAAE,CACC,GACA,UACA,sBACA,EACJ,EAAGe,EAAU,CACT,KAAM,SACN,OAAQ,OACR,OAAQ,OACZ,CAAC,EAAG,CAAC,CAAE,MAAAC,KAAUA,EAAM,OAAO,MAAM,OAAQa,EAAQ,CAChD,EAAG,MACP,CAAC,CAAC,EC5CIC,EAAc,CAAC,CAAE,MAAAX,EAAO,SAAAC,EAAW,GAAI,UAAAd,EAAW,UAAAiB,EAAY,SAAU,IAAAC,EAAM,QAAuBC,EAAAA,KAAKE,EAAoB,CAC5H,WAAYJ,EACZ,cAAe,QACf,UAAWjB,EACX,SAAU,CACQE,EAAAA,IAAIoB,EAAmB,CACjC,GAAIJ,EACJ,SAAwBhB,EAAG,IAACkB,EAAmB,CAC3C,QAASP,CAC7B,CAAiB,CACjB,CAAa,EACDC,GAA0BZ,EAAG,IAACS,EAAgB,CAC1C,cAAe,WACf,SAAwBT,EAAG,IAACkB,EAAmB,CAC3C,QAASN,CAC7B,CAAiB,CACjB,CAAa,CACJ,CACT,CAAK,EClBCW,GAAQpB,EAAuBO,EAAkBY,CAAW,ECJ5DE,EAAe,IAAI,CAAC,EAAE,OAAO,OAAW,KAAe,OAAO,UAAY,OAAO,SAAS,eAC1FC,EAAuB,CACzB,KAAM,GACN,QAAS,GACT,QAAS,EACb,EACMC,EAAkBC,GAAmBA,EAAiB,aAAeA,EAAiB,MAAQ,YAC9FC,EAAkBC,GAA8B,SAElD,QADuBC,GAAAC,EAAA,iCAAW,aAAX,YAAAA,EAAuB,iBAAvB,YAAAD,EAAA,KAAAC,KACEF,CAC7B,EACMG,EAAiB,CACnB,GAAI,CACA,OACA,SACH,CACL,ECbMC,EAAuB,CAACC,EAA0BC,IAAiB,CACrE,KAAM,CAAE,gBAAAC,EAAkB,GAAO,4BAAAP,EAA8B,GAAM,GAAAQ,EAAK,CAAE,EAAE,SAAAC,EAAU,iBAAAC,EAAmB,EAAK,EAAKL,EAC/GM,EAAmBC,SAAO,CAAA,CAAE,EAC5BC,EAAUD,SAAO,IAAI,EACrBE,EAAUC,EAAAA,YAAY,IAAI,CAC5BJ,EAAiB,QAAQ,QAASK,GAAKA,EAAI,CAAA,EAC3CL,EAAiB,QAAU,EAC9B,EAAE,CAAE,CAAA,EACCM,EAA2B,KACHP,GAAoB,CAACX,EAAeC,CAA2B,GAC5DM,IAAmB,CAACG,EAE/C,CAACS,EAAYC,CAAa,EAAIC,EAAAA,SAASH,EAA0B,CAAA,EACjEI,EAAUN,EAAAA,YAAY,IAAI,CAC5BD,IACI,CAAAI,IACAT,GAAUA,IACdU,EAAc,EAAI,EAC1B,EAAO,CACCD,EACAT,EACAK,EACAK,CACR,CAAK,EACKG,EAAeP,EAAAA,YAAY,CAACQ,EAAMC,EAAY,IAAIX,EAAQ,UAAU,CACtE,MAAMY,EAASD,IACfC,GAAA,MAAAA,EAAQ,iBAAiBF,EAAMF,EAASzB,GACxCe,EAAiB,QAAQ,KAAK,IAAI,CACzBc,GACLA,EAAO,oBAAoBF,EAAMF,EAASzB,CAAoB,CAC1E,CAAS,CACT,EAAO,CACCyB,CACR,CAAK,EACKK,EAA2BX,EAAW,YAAC,CAACY,EAAa,SAAS,YAAY,CAC5E,GAAI,EAAE,yBAA0B,QAAS,CACrCN,IACA,MACH,CACD,MAAMO,EAAUD,IACVE,EAAW,IAAI,qBAAqB,CAAC,CAACC,CAAK,IAAI,CAC7C,CAACA,EAAM,gBAAkBA,EAAM,mBAAqB,GACxDT,GACH,EAAEO,CAAO,EACVjB,EAAiB,QAAQ,KAAK,IAAI,CACzBkB,GACLA,EAAS,WAAU,CAC/B,CAAS,EACDhB,EAAQ,SAAWgB,EAAS,QAAQhB,EAAQ,OAAO,CAC3D,EAAO,CACCQ,CACR,CAAK,EACKU,EAAchB,EAAAA,YAAY,CAACiB,EAAQ,MAAO,CAC5C,GAAIA,GAAS,EAAG,OAChB,MAAMC,EAAU,WAAWZ,EAASW,CAAK,EACzCrB,EAAiB,QAAQ,KAAK,IAAI,aAAasB,CAAO,CAAC,CAC/D,EAAO,CACCZ,CACR,CAAK,EACKa,EAAmBnB,EAAAA,YAAY,IAAI,CACrC,GAAI,EAAE,wBAAyB,QAAS,CACpCgB,IACA,MACH,CACD,MAAMI,EAAe,oBAAoB,IAAI,sBAAsB,IAAId,EAAS,CAAA,EAAG,CAC/E,QAAS,GACrB,CAAS,EACK,uBAAwB,QAC9BV,EAAiB,QAAQ,KAAK,IAAI,CAC9B,mBAAmBwB,CAAY,CAC3C,CAAS,CACT,EAAO,CACCd,EACAU,CACR,CAAK,EACKK,EAAYrB,EAAAA,YAAY,CAACQ,EAAMK,IAAU,CAC3C,OAAOL,EAAI,CACP,IAAK,QACDQ,EAAYH,CAAO,EACnB,MACJ,IAAK,UACDF,EAAyBE,CAAO,EAChC,MACJ,IAAK,OACDM,IACA,MACJ,QACIZ,EAAaC,EAAMK,CAAO,CACjC,CACT,EAAO,CACCN,EACAY,EACAR,EACAK,CACR,CAAK,EACDM,OAAAA,EAAAA,UAAU,IAAI,CACV,GAAI,CAAAnB,EACJ,OAAAV,EAAG,QAAS8B,GAAQ,MAAM,QAAQA,CAAK,EAAIF,EAAUE,EAAM,CAAC,EAAGA,EAAM,CAAC,CAAC,EAAIF,EAAUE,CAAK,EAAG,CAAA,CAAE,EACxFxB,CACf,EAAO,CACCI,EACAV,EACA4B,EACAtB,CACR,CAAK,EACDyB,EAAAA,gBAAgB,IAAI,OAChB,GAAIrB,EAAY,OAChB,GAAIZ,EAAgB,CAChBe,IACA,MACH,CAEqB,CADQ,CAAC,GAACnB,EAAAW,EAAQ,UAAR,MAAAX,EAAiB,aAAa,8BACd,CAACK,GAC9Bc,GAC3B,EAAO,CACCH,EACAL,EACAN,EACAD,EACAe,CACR,CAAK,EACM,CACH,QAAAR,EACA,WAAAK,CACR,CACA,EC5HMsB,EAAmCnC,GAA4BP,GAAmB,CAChF,MAAM2C,EAAwB,CAAC,CAAE,eAAAnC,EAAiB,GAAO,aAAAoC,EAAc,GAAGlF,KAAU,CAChF,KAAM,CAAE,QAAAqD,EAAS,WAAAK,CAAU,EAAKd,EAAqBC,EAA0BC,CAAc,EAC7F,OAAKY,EASgB/C,EAAAA,IAAI,MAAO,CAC5B,cAAe,oBACf,GAAGuE,EACH,SAAwBvE,EAAG,IAAC2B,EAAkB,CAC1C,gCAAiC,GACjC,GAAGtC,CACvB,CAAiB,CACjB,CAAa,EAhBqCW,EAAG,IAAC,MAAO,CAC7C,cAAe,oBACf,IAAK0C,EACL,wBAAyB,CACrB,OAAQ,EACX,EACD,yBAA0B,GAC1B,GAAG6B,CACnB,CAAa,CASb,EACQ,OAAAD,EAAsB,YAAc,yBAAyB5C,EAAeC,CAAgB,CAAC,IACtF2C,CACV,ECzBCE,GAAkC,IAAK7C,GACLtC,GAAsBW,EAAAA,IAAI,MAAO,CACzD,cAAe,oBACf,2BAA4B,GAC5B,SAAwBA,EAAG,IAAC2B,EAAkB,CAC1C,gCAAiC,GACjC,GAAGtC,CACvB,CAAiB,CACjB,CAAa,ECNPoF,GAAwB,CAAChB,EAAUzB,IACjCR,EAAc,EAAS6C,EAAgCZ,CAAO,EAC3De,GAA+B","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]}