{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/xHrYbtdleCUGax1QvjRm/xLEz5ZfTuzP7j0RQcfeI/KsRBFD4p3.js", "ssg:https://framerusercontent.com/modules/rg2kaWg75YD7jCkJZ6BP/iODNeAjQWunv8s6p98qT/PRmpi8NRx.js", "ssg:https://framerusercontent.com/modules/T1xdU9JbSWE2zh4oWC4S/H3fkIOCVlhmSPEdBCqwP/n08_KwRp4.js", "ssg:https://framerusercontent.com/modules/tgUrrSFlztiSU3bOpMl8/oALOBSNGEXIY3GrsHLOx/hUbg_R7du.js", "ssg:https://framerusercontent.com/modules/hG9vHfn2AoH7bFg3oSqT/fqXxtZNw7OVmD282vhXh/ZSe1hnJB_.js", "ssg:https://framerusercontent.com/modules/znSm09Y9rslz4nKHUf7m/55n6fbJvGqE2I7NxiMJX/vGeneWfrW.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (6f76210)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-500\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2\",weight:\"500\"}]}];export const css=['.framer-xhy5k .framer-styles-preset-1ibtsaz:not(.rich-text-wrapper), .framer-xhy5k .framer-styles-preset-1ibtsaz.rich-text-wrapper h6 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, #eaf8f7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-xhy5k .framer-styles-preset-1ibtsaz:not(.rich-text-wrapper), .framer-xhy5k .framer-styles-preset-1ibtsaz.rich-text-wrapper h6 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, #eaf8f7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-xhy5k .framer-styles-preset-1ibtsaz:not(.rich-text-wrapper), .framer-xhy5k .framer-styles-preset-1ibtsaz.rich-text-wrapper h6 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, #eaf8f7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-xhy5k\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bZFk_kLT2:{hover:true}};const cycleOrder=[\"bZFk_kLT2\",\"HllN_5j0K\"];const serializationHash=\"framer-2a7aS\";const variantClassNames={bZFk_kLT2:\"framer-v-1e9hsl2\",HllN_5j0K:\"framer-v-m6n3n0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:1,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bZFk_kLT2\",\"Variant 2\":\"HllN_5j0K\"};const getProps=({click3,fontSize,height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,rxUTiD0Ks:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.rxUTiD0Ks)!==null&&_ref!==void 0?_ref:16,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"bZFk_kLT2\",XPLBUaqBk:click3!==null&&click3!==void 0?click3:props.XPLBUaqBk,yTZWVy21R:(_ref2=title!==null&&title!==void 0?title:props.yTZWVy21R)!==null&&_ref2!==void 0?_ref2:\"Text goes here\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,yTZWVy21R,XPLBUaqBk,rxUTiD0Ks,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bZFk_kLT2\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6oz27c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XPLBUaqBk){const res=await XPLBUaqBk(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1e9hsl2\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bZFk_kLT2\",onTap:onTap6oz27c,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"bZFk_kLT2-hover\":{\"data-framer-name\":undefined},HllN_5j0K:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12qb9y6\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"CbpLbdnzp\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-e7b77765-467d-4d17-b95e-a1d2b39088b8, rgb(49, 48, 67))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200},variants:{\"bZFk_kLT2-hover\":{\"--border-color\":\"var(--token-82a14958-a9db-4cdd-b9ff-48850fd0cdca, rgb(87, 81, 111))\"},HllN_5j0K:{\"--border-color\":\"var(--token-e58794ec-2a70-4d99-a68e-937f2c2cde7e, rgb(57, 255, 170))\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2zodk3\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"hl2AeLclp\",style:{backgroundColor:\"var(--token-e7b77765-467d-4d17-b95e-a1d2b39088b8, rgb(49, 48, 67))\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,opacity:0},variants:{HllN_5j0K:{backgroundColor:\"var(--token-e58794ec-2a70-4d99-a68e-937f2c2cde7e, rgb(57, 255, 170))\",opacity:1}}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-rxUTiD0Ks-PRmpi8NRx) * 1px)\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, rgb(234, 248, 247)))\"},children:\"Text goes here\"})}),className:\"framer-1odbs4g\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Go0bkhPFT\",style:{\"--extracted-1w1cjl5\":\"var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, rgb(234, 248, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-rxUTiD0Ks-PRmpi8NRx\":rxUTiD0Ks},text:yTZWVy21R,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2a7aS.framer-1fpazz, .framer-2a7aS .framer-1fpazz { display: block; }\",\".framer-2a7aS.framer-1e9hsl2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2a7aS .framer-12qb9y6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2a7aS .framer-2zodk3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 10px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2a7aS .framer-1odbs4g { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2a7aS.framer-1e9hsl2, .framer-2a7aS .framer-12qb9y6, .framer-2a7aS .framer-2zodk3 { gap: 0px; } .framer-2a7aS.framer-1e9hsl2 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-2a7aS.framer-1e9hsl2 > :first-child, .framer-2a7aS .framer-12qb9y6 > :first-child, .framer-2a7aS .framer-2zodk3 > :first-child { margin-left: 0px; } .framer-2a7aS.framer-1e9hsl2 > :last-child, .framer-2a7aS .framer-12qb9y6 > :last-child, .framer-2a7aS .framer-2zodk3 > :last-child { margin-right: 0px; } .framer-2a7aS .framer-12qb9y6 > *, .framer-2a7aS .framer-2zodk3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-2a7aS[data-border=\"true\"]::after, .framer-2a7aS [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22.5\n * @framerIntrinsicWidth 128.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HllN_5j0K\":{\"layout\":[\"auto\",\"auto\"]},\"TwQxeoPXM\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"yTZWVy21R\":\"title\",\"XPLBUaqBk\":\"click3\",\"rxUTiD0Ks\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPRmpi8NRx=withCSS(Component,css,\"framer-2a7aS\");export default FramerPRmpi8NRx;FramerPRmpi8NRx.displayName=\"Radio button\";FramerPRmpi8NRx.defaultProps={height:22.5,width:128.5};addPropertyControls(FramerPRmpi8NRx,{variant:{options:[\"bZFk_kLT2\",\"HllN_5j0K\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yTZWVy21R:{defaultValue:\"Text goes here\",displayTextArea:false,title:\"Title\",type:ControlType.String},XPLBUaqBk:{title:\"Click 3\",type:ControlType.EventHandler},rxUTiD0Ks:{defaultValue:16,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerPRmpi8NRx,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPRmpi8NRx\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"yTZWVy21R\\\":\\\"title\\\",\\\"XPLBUaqBk\\\":\\\"click3\\\",\\\"rxUTiD0Ks\\\":\\\"fontSize\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"22.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HllN_5j0K\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TwQxeoPXM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"128.5\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PRmpi8NRx.map", "// Generated by Framer (99efa6a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xHrYbtdleCUGax1QvjRm/xLEz5ZfTuzP7j0RQcfeI/KsRBFD4p3.js\";import RadioButton from\"https://framerusercontent.com/modules/rg2kaWg75YD7jCkJZ6BP/iODNeAjQWunv8s6p98qT/PRmpi8NRx.js\";const RadioButtonFonts=getFonts(RadioButton);const DownloadFonts=getFonts(Download);const cycleOrder=[\"LGHHoQbG7\",\"Qb5y1QuXy\",\"I1nR44BLg\",\"yRNxltZqJ\",\"TdS5edgL6\"];const serializationHash=\"framer-lzDnG\";const variantClassNames={I1nR44BLg:\"framer-v-6icw5v\",LGHHoQbG7:\"framer-v-14fg03b\",Qb5y1QuXy:\"framer-v-hnhmx5\",TdS5edgL6:\"framer-v-17s9y6q\",yRNxltZqJ:\"framer-v-aveg1v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"LGHHoQbG7\",English:\"TdS5edgL6\",French:\"Qb5y1QuXy\",Portuguese:\"yRNxltZqJ\",Spanish:\"I1nR44BLg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LGHHoQbG7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LGHHoQbG7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const XPLBUaqBk1nghuq=activeVariantCallback(async(...args)=>{setVariant(\"Qb5y1QuXy\");});const XPLBUaqBkh62isc=activeVariantCallback(async(...args)=>{setVariant(\"I1nR44BLg\");});const XPLBUaqBkqa14fo=activeVariantCallback(async(...args)=>{setVariant(\"yRNxltZqJ\");});const XPLBUaqBkog7co8=activeVariantCallback(async(...args)=>{setVariant(\"TdS5edgL6\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14fg03b\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"LGHHoQbG7\",ref:refBinding,style:{backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\",...style},...addPropertyOverrides({I1nR44BLg:{\"data-framer-name\":\"Spanish\"},Qb5y1QuXy:{\"data-framer-name\":\"French\"},TdS5edgL6:{\"data-framer-name\":\"English\"},yRNxltZqJ:{\"data-framer-name\":\"Portuguese\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1ibtsaz\",\"data-styles-preset\":\"KsRBFD4p3\",style:{\"--framer-text-alignment\":\"left\"},children:\"Select Language\"})}),className:\"framer-17uot74\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"buJfKfoZC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qmdeb8\",layoutDependency:layoutDependency,layoutId:\"LQqTvb8x3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+12+(((componentViewport?.height||260)-24-298.4)/2+22.4+20)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kxlscn-container\",layoutDependency:layoutDependency,layoutId:\"pn_TyShnK-container\",nodeId:\"pn_TyShnK\",rendersWithMotion:true,scopeId:\"n08_KwRp4\",children:/*#__PURE__*/_jsx(RadioButton,{height:\"100%\",id:\"pn_TyShnK\",layoutId:\"pn_TyShnK\",rxUTiD0Ks:16,variant:\"bZFk_kLT2\",width:\"100%\",XPLBUaqBk:XPLBUaqBk1nghuq,yTZWVy21R:\"French\",...addPropertyOverrides({Qb5y1QuXy:{variant:\"HllN_5j0K\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+12+(((componentViewport?.height||260)-24-298.4)/2+22.4+20)+0+38,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zygn1d-container\",layoutDependency:layoutDependency,layoutId:\"nFet7p5nG-container\",nodeId:\"nFet7p5nG\",rendersWithMotion:true,scopeId:\"n08_KwRp4\",children:/*#__PURE__*/_jsx(RadioButton,{height:\"100%\",id:\"nFet7p5nG\",layoutId:\"nFet7p5nG\",rxUTiD0Ks:16,variant:\"bZFk_kLT2\",width:\"100%\",XPLBUaqBk:XPLBUaqBkh62isc,yTZWVy21R:\"Spanish\",...addPropertyOverrides({I1nR44BLg:{variant:\"HllN_5j0K\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+12+(((componentViewport?.height||260)-24-298.4)/2+22.4+20)+0+76,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g3ij9d-container\",layoutDependency:layoutDependency,layoutId:\"rr1RLQATZ-container\",nodeId:\"rr1RLQATZ\",rendersWithMotion:true,scopeId:\"n08_KwRp4\",children:/*#__PURE__*/_jsx(RadioButton,{height:\"100%\",id:\"rr1RLQATZ\",layoutId:\"rr1RLQATZ\",rxUTiD0Ks:16,variant:\"bZFk_kLT2\",width:\"100%\",XPLBUaqBk:XPLBUaqBkqa14fo,yTZWVy21R:\"Portuguese\",...addPropertyOverrides({yRNxltZqJ:{variant:\"HllN_5j0K\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+12+(((componentViewport?.height||260)-24-298.4)/2+22.4+20)+0+114,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m9klq5-container\",layoutDependency:layoutDependency,layoutId:\"L9afaOKGk-container\",nodeId:\"L9afaOKGk\",rendersWithMotion:true,scopeId:\"n08_KwRp4\",children:/*#__PURE__*/_jsx(RadioButton,{height:\"100%\",id:\"L9afaOKGk\",layoutId:\"L9afaOKGk\",rxUTiD0Ks:16,variant:\"bZFk_kLT2\",width:\"100%\",XPLBUaqBk:XPLBUaqBkog7co8,yTZWVy21R:\"English\",...addPropertyOverrides({TdS5edgL6:{variant:\"HllN_5j0K\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ihonrb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Jzl28VKga-container\",nodeId:\"Jzl28VKga\",rendersWithMotion:true,scopeId:\"n08_KwRp4\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",color:\"var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, rgb(234, 248, 247))\",scale:1.02,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"Jzl28VKga\",layoutId:\"Jzl28VKga\",srcType:\"URL\",srcURL:\"\",style:{width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-bc85dc91-2ecf-498a-ba27-7600c186d486, rgb(113, 80, 244))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:48,paddingPerSide:true,paddingRight:48,paddingTop:10},text:\"Download\",width:\"100%\",...addPropertyOverrides({I1nR44BLg:{srcURL:\"https://turquoise-anneliese-4.tiiny.site/GIRAI-Report-Spanish.pdf\"},Qb5y1QuXy:{srcURL:\"https://turquoise-anneliese-4.tiiny.site/GIRAI-Report-French-1.pdf\"},TdS5edgL6:{srcURL:\"https://girai-report-2024-corrected-edition.tiiny.site/\"},yRNxltZqJ:{srcURL:\"https://turquoise-anneliese-4.tiiny.site/GIRAI-Report-Portuguese.pdf\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lzDnG.framer-1i6rgue, .framer-lzDnG .framer-1i6rgue { display: block; }\",\".framer-lzDnG.framer-14fg03b { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; }\",\".framer-lzDnG .framer-17uot74 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 176px; word-break: break-word; word-wrap: break-word; }\",\".framer-lzDnG .framer-qmdeb8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lzDnG .framer-1kxlscn-container, .framer-lzDnG .framer-zygn1d-container, .framer-lzDnG .framer-g3ij9d-container, .framer-lzDnG .framer-m9klq5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lzDnG .framer-1ihonrb-container { align-self: stretch; cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lzDnG.framer-14fg03b, .framer-lzDnG .framer-qmdeb8 { gap: 0px; } .framer-lzDnG.framer-14fg03b > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-lzDnG.framer-14fg03b > :first-child, .framer-lzDnG .framer-qmdeb8 > :first-child { margin-top: 0px; } .framer-lzDnG.framer-14fg03b > :last-child, .framer-lzDnG .framer-qmdeb8 > :last-child { margin-bottom: 0px; } .framer-lzDnG .framer-qmdeb8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 260\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Qb5y1QuXy\":{\"layout\":[\"auto\",\"auto\"]},\"I1nR44BLg\":{\"layout\":[\"auto\",\"auto\"]},\"yRNxltZqJ\":{\"layout\":[\"auto\",\"auto\"]},\"TdS5edgL6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framern08_KwRp4=withCSS(Component,css,\"framer-lzDnG\");export default Framern08_KwRp4;Framern08_KwRp4.displayName=\"Download Report Card\";Framern08_KwRp4.defaultProps={height:260,width:200};addPropertyControls(Framern08_KwRp4,{variant:{options:[\"LGHHoQbG7\",\"Qb5y1QuXy\",\"I1nR44BLg\",\"yRNxltZqJ\",\"TdS5edgL6\"],optionTitles:[\"Default\",\"French\",\"Spanish\",\"Portuguese\",\"English\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framern08_KwRp4,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...RadioButtonFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framern08_KwRp4\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"260\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Qb5y1QuXy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I1nR44BLg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yRNxltZqJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TdS5edgL6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./n08_KwRp4.map", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-regular\",\"GF;DM Sans-700\",\"GF;DM Sans-700italic\",\"GF;DM Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW32RmYJpso5.woff2\",weight:\"400\"}]}];export const css=['.framer-N8O9M .framer-styles-preset-18micci:not(.rich-text-wrapper), .framer-N8O9M .framer-styles-preset-18micci.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, #eaf8f7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-N8O9M\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (78a4586)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/tgUrrSFlztiSU3bOpMl8/oALOBSNGEXIY3GrsHLOx/hUbg_R7du.js\";const enabledGestures={MV83Yg6PL:{hover:true},tL5e3ZJGb:{hover:true}};const cycleOrder=[\"tL5e3ZJGb\",\"MV83Yg6PL\",\"uCctg_r2a\"];const serializationHash=\"framer-YytHS\";const variantClassNames={MV83Yg6PL:\"framer-v-1lq4woh\",tL5e3ZJGb:\"framer-v-1m0zflv\",uCctg_r2a:\"framer-v-17utnej\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Horizontal:\"MV83Yg6PL\",Small:\"uCctg_r2a\",Vertical:\"tL5e3ZJGb\"};const getProps=({click,height,id,link,newTab,titleText,width,...props})=>{return{...props,GA3ewfcd_:link??props.GA3ewfcd_,kIo3anXUn:titleText??props.kIo3anXUn??\"Brand Assets\",KURotJU2O:click??props.KURotJU2O,o8DDhltw8:newTab??props.o8DDhltw8,variant:humanReadableVariantMap[props.variant]??props.variant??\"tL5e3ZJGb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,kIo3anXUn,KURotJU2O,GA3ewfcd_,o8DDhltw8,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tL5e3ZJGb\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6uihwd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(KURotJU2O){const res=await KURotJU2O(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1m0zflv\",className,classNames),\"data-framer-name\":\"Vertical\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tL5e3ZJGb\",onTap:onTap6uihwd,ref:ref??ref1,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({\"MV83Yg6PL-hover\":{\"data-framer-name\":undefined},\"tL5e3ZJGb-hover\":{\"data-framer-name\":undefined},MV83Yg6PL:{\"data-framer-name\":\"Horizontal\"},uCctg_r2a:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x3o1m3\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"zMBvwYGk_\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ql2mut\",\"data-framer-name\":\"Title Wrapper\",layoutDependency:layoutDependency,layoutId:\"wAW5f3dim\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({MV83Yg6PL:{href:GA3ewfcd_,openInNewTab:o8DDhltw8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-tp1kyy framer-1j5ptov\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"vEZMC7jvp\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",children:\"Brand Assets\"})}),className:\"framer-3ck4lj\",\"data-framer-name\":\"Product\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vI2L8zWlo\",text:kIo3anXUn,variants:{\"MV83Yg6PL-hover\":{\"--extracted-r6o4lv\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"},\"tL5e3ZJGb-hover\":{\"--extracted-r6o4lv\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"MV83Yg6PL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251)))\"},children:\"Brand Assets\"})})},\"tL5e3ZJGb-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251)))\"},children:\"Brand Assets\"})})}},baseVariant,gestureVariant)})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YytHS.framer-1j5ptov, .framer-YytHS .framer-1j5ptov { display: block; }\",\".framer-YytHS.framer-1m0zflv { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-YytHS .framer-1x3o1m3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 252px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YytHS .framer-ql2mut { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YytHS .framer-tp1kyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YytHS .framer-3ck4lj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YytHS.framer-1m0zflv, .framer-YytHS .framer-1x3o1m3, .framer-YytHS .framer-ql2mut, .framer-YytHS .framer-tp1kyy { gap: 0px; } .framer-YytHS.framer-1m0zflv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YytHS.framer-1m0zflv > :first-child, .framer-YytHS .framer-1x3o1m3 > :first-child, .framer-YytHS .framer-ql2mut > :first-child { margin-top: 0px; } .framer-YytHS.framer-1m0zflv > :last-child, .framer-YytHS .framer-1x3o1m3 > :last-child, .framer-YytHS .framer-ql2mut > :last-child { margin-bottom: 0px; } .framer-YytHS .framer-1x3o1m3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YytHS .framer-ql2mut > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-YytHS .framer-tp1kyy > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YytHS .framer-tp1kyy > :first-child { margin-left: 0px; } .framer-YytHS .framer-tp1kyy > :last-child { margin-right: 0px; } }\",\".framer-YytHS.framer-v-1lq4woh.framer-1m0zflv { flex-direction: row; }\",\".framer-YytHS.framer-v-1lq4woh .framer-1x3o1m3, .framer-YytHS.framer-v-17utnej .framer-1x3o1m3 { width: 240px; }\",\".framer-YytHS.framer-v-1lq4woh .framer-tp1kyy { text-decoration: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YytHS.framer-v-1lq4woh.framer-1m0zflv { gap: 0px; } .framer-YytHS.framer-v-1lq4woh.framer-1m0zflv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YytHS.framer-v-1lq4woh.framer-1m0zflv > :first-child { margin-left: 0px; } .framer-YytHS.framer-v-1lq4woh.framer-1m0zflv > :last-child { margin-right: 0px; } }\",\".framer-YytHS.framer-v-17utnej.framer-1m0zflv { align-content: center; align-items: center; flex-direction: row; padding: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YytHS.framer-v-17utnej.framer-1m0zflv { gap: 0px; } .framer-YytHS.framer-v-17utnej.framer-1m0zflv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YytHS.framer-v-17utnej.framer-1m0zflv > :first-child { margin-left: 0px; } .framer-YytHS.framer-v-17utnej.framer-1m0zflv > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 268\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"MV83Yg6PL\":{\"layout\":[\"auto\",\"auto\"]},\"uCctg_r2a\":{\"layout\":[\"auto\",\"auto\"]},\"mpnnrXRdR\":{\"layout\":[\"auto\",\"auto\"]},\"MjOXpeMC0\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kIo3anXUn\":\"titleText\",\"KURotJU2O\":\"click\",\"GA3ewfcd_\":\"link\",\"o8DDhltw8\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZSe1hnJB_=withCSS(Component,css,\"framer-YytHS\");export default FramerZSe1hnJB_;FramerZSe1hnJB_.displayName=\"Navbar Dropdown Single Item\";FramerZSe1hnJB_.defaultProps={height:33,width:268};addPropertyControls(FramerZSe1hnJB_,{variant:{options:[\"tL5e3ZJGb\",\"MV83Yg6PL\",\"uCctg_r2a\"],optionTitles:[\"Vertical\",\"Horizontal\",\"Small\"],title:\"Variant\",type:ControlType.Enum},kIo3anXUn:{defaultValue:\"Brand Assets\",displayTextArea:false,title:\"Title Text\",type:ControlType.String},KURotJU2O:{title:\"Click\",type:ControlType.EventHandler},GA3ewfcd_:{title:\"Link\",type:ControlType.Link},o8DDhltw8:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerZSe1hnJB_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZSe1hnJB_\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"kIo3anXUn\\\":\\\"titleText\\\",\\\"KURotJU2O\\\":\\\"click\\\",\\\"GA3ewfcd_\\\":\\\"link\\\",\\\"o8DDhltw8\\\":\\\"newTab\\\"}\",\"framerIntrinsicHeight\":\"33\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MV83Yg6PL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uCctg_r2a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mpnnrXRdR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MjOXpeMC0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"268\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (99efa6a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useDynamicRefs,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Blog from\"https://framerusercontent.com/modules/reNezklmnoAyuh78QxYU/I1IdDVuQZ0VNK0UwDYpa/y9CjNRaRa.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/tgUrrSFlztiSU3bOpMl8/oALOBSNGEXIY3GrsHLOx/hUbg_R7du.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/eiboleIyUk5dMND7amyg/eesJUz8NSa1AcfsdsQpp/Pvy41Nafi.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/i65azQkqGD3tg6HwQ9wu/oCvgTKbE98ZUwYxnQ5by/rjjl9m7GP.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lZXARDAFePILoZme6SkG/yqMGxUGaffBX4sSAPlBu/xxrpaKQuu.js\";import DownloadReportCard from\"https://framerusercontent.com/modules/T1xdU9JbSWE2zh4oWC4S/H3fkIOCVlhmSPEdBCqwP/n08_KwRp4.js\";import Button from\"https://framerusercontent.com/modules/fZVnJIJIj1pzNwxkmotF/sxD5EYgGPSYAMDWiypNy/weGH8rJZe.js\";import NavbarDropdownSingleItem from\"https://framerusercontent.com/modules/hG9vHfn2AoH7bFg3oSqT/fqXxtZNw7OVmD282vhXh/ZSe1hnJB_.js\";const PhosphorFonts=getFonts(Phosphor);const ButtonFonts=getFonts(Button);const NavbarDropdownSingleItemFonts=getFonts(NavbarDropdownSingleItem);const DownloadReportCardFonts=getFonts(DownloadReportCard);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"a4WuCZUq0\",\"QGu9Qb_jP\",\"NcvgZXzDf\",\"HELlXSbJz\",\"jXZG3Z81T\",\"D2CGkO8xb\",\"tuCp24XFc\",\"g8_IOUrGu\"];const serializationHash=\"framer-hNY5J\";const variantClassNames={a4WuCZUq0:\"framer-v-net5mn\",D2CGkO8xb:\"framer-v-1jjz53x\",g8_IOUrGu:\"framer-v-1bj4o6l\",HELlXSbJz:\"framer-v-1t5r5np\",jXZG3Z81T:\"framer-v-1vcvr88\",NcvgZXzDf:\"framer-v-1jtyfm8\",QGu9Qb_jP:\"framer-v-1gpss8t\",tuCp24XFc:\"framer-v-dkes6q\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const query=prequery=>prequery({from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query1=prequery=>prequery({from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query2=prequery=>prequery({from:{alias:\"L5RJ3ccMh\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"L5RJ3ccMh\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"RK5N4lHvQ\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"RK5N4lHvQ\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"RK5N4lHvQ\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query4=prequery=>prequery({from:{alias:\"HdyREp25u\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"HdyREp25u\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"HdyREp25u\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query5=prequery=>prequery({from:{alias:\"hJ8M6C1nR\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"hJ8M6C1nR\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"hJ8M6C1nR\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const query6=prequery=>prequery({from:{alias:\"u9bmM8Vhs\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"u9bmM8Vhs\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"x2FFMkwM_\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const query7=prequery=>prequery({from:{alias:\"pSVVCz1PB\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"pSVVCz1PB\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"pSVVCz1PB\",name:\"id\",type:\"Identifier\"}]});const query8=prequery=>prequery({from:{alias:\"t_E87WsRn\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"t_E87WsRn\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"t_E87WsRn\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Dropdown\":\"QGu9Qb_jP\",\"Mobile Dropdown\":\"g8_IOUrGu\",\"Phone Open\":\"HELlXSbJz\",\"Tablet Dropdown\":\"D2CGkO8xb\",Desktop:\"a4WuCZUq0\",Mobile:\"tuCp24XFc\",Phone:\"NcvgZXzDf\",Tablet:\"jXZG3Z81T\"};const getProps=({height,id,topBarContent,visible,width,...props})=>{return{...props,K7sMPXKcm:topBarContent??props.K7sMPXKcm??\"Measuring responsible AI in 136 countries\",so0SBuu9E:visible??props.so0SBuu9E??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"a4WuCZUq0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,K7sMPXKcm,so0SBuu9E,Ma3hv0k5EzllTiV3YG,jc3P9Jk_yzllTiV3YG,EgBFr6Jb7zllTiV3YG,idzllTiV3YG,Ma3hv0k5EL5RJ3ccMh,EgBFr6Jb7L5RJ3ccMh,jc3P9Jk_yL5RJ3ccMh,idL5RJ3ccMh,jc3P9Jk_yu9bmM8Vhs,Ma3hv0k5Eu9bmM8Vhs,x2FFMkwM_u9bmM8Vhs,EgBFr6Jb7u9bmM8Vhs,idu9bmM8Vhs,jc3P9Jk_ypSVVCz1PB,idpSVVCz1PB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"a4WuCZUq0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave9fkrpu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"a4WuCZUq0\");});const onMouseLeave10q3zi1=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"jXZG3Z81T\");});const onMouseLeaveg2lk2q=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"tuCp24XFc\");});const onTap13dzdaf=activeVariantCallback(async(...args)=>{setVariant(\"HELlXSbJz\");});const onTap1k0uo2z=activeVariantCallback(async(...args)=>{setVariant(\"NcvgZXzDf\");});const onTap1kr1q1d=activeVariantCallback(async(...args)=>{setVariant(\"g8_IOUrGu\");});const onTap1dpy85z=activeVariantCallback(async(...args)=>{setVariant(\"QGu9Qb_jP\");});const onTapuie224=activeVariantCallback(async(...args)=>{setVariant(\"a4WuCZUq0\");});const onTapehsexb=activeVariantCallback(async(...args)=>{setVariant(\"D2CGkO8xb\");});const onTap1f7mk1d=activeVariantCallback(async(...args)=>{setVariant(\"jXZG3Z81T\");});const LJoZhZWH3txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapvlpn3t=activeVariantCallback(async(...args)=>{setVariant(\"tuCp24XFc\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"g8_IOUrGu\")return false;return true;};const isDisplayed1=()=>{if([\"NcvgZXzDf\",\"HELlXSbJz\",\"tuCp24XFc\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"NcvgZXzDf\",\"HELlXSbJz\",\"tuCp24XFc\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed3=()=>{if([\"QGu9Qb_jP\",\"HELlXSbJz\",\"D2CGkO8xb\",\"g8_IOUrGu\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"HELlXSbJz\")return true;return false;};const isDisplayed5=()=>{if([\"QGu9Qb_jP\",\"D2CGkO8xb\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"g8_IOUrGu\")return true;return false;};const isDisplayed7=()=>{if([\"QGu9Qb_jP\",\"D2CGkO8xb\",\"g8_IOUrGu\"].includes(baseVariant))return false;return true;};const isDisplayed8=()=>{if([\"D2CGkO8xb\",\"g8_IOUrGu\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if(baseVariant===\"QGu9Qb_jP\")return false;return true;};const isDisplayed10=()=>{if(baseVariant===\"QGu9Qb_jP\")return true;return false;};const dynamicRef=useDynamicRefs();const activeLocaleCode=useLocaleCode();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-net5mn\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"a4WuCZUq0\",ref:refBinding,style:{backdropFilter:\"blur(50px)\",background:\"linear-gradient(180deg, var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29)) 46.69117970509572%, rgba(17, 19, 28, 0) 95.50715266047297%)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,WebkitBackdropFilter:\"blur(50px)\",...style},variants:{D2CGkO8xb:{borderBottomLeftRadius:0,borderBottomRightRadius:0},g8_IOUrGu:{borderBottomLeftRadius:0,borderBottomRightRadius:0},HELlXSbJz:{borderBottomLeftRadius:20,borderBottomRightRadius:20},jXZG3Z81T:{borderBottomLeftRadius:0,borderBottomRightRadius:0},tuCp24XFc:{borderBottomLeftRadius:0,borderBottomRightRadius:0}},...addPropertyOverrides({D2CGkO8xb:{\"data-framer-name\":\"Tablet Dropdown\",\"data-highlight\":true,onMouseLeave:onMouseLeave10q3zi1},g8_IOUrGu:{\"data-framer-name\":\"Mobile Dropdown\",\"data-highlight\":true,onMouseLeave:onMouseLeaveg2lk2q},HELlXSbJz:{\"data-framer-name\":\"Phone Open\"},jXZG3Z81T:{\"data-framer-name\":\"Tablet\"},NcvgZXzDf:{\"data-framer-name\":\"Phone\"},QGu9Qb_jP:{\"data-framer-name\":\"Desktop Dropdown\",\"data-highlight\":true,onMouseLeave:onMouseLeave9fkrpu},tuCp24XFc:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[so0SBuu9E&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19f90q0\",\"data-framer-name\":\"Top Banner\",layoutDependency:layoutDependency,layoutId:\"SbCgNYw_v\",style:{backgroundColor:\"var(--token-bc85dc91-2ecf-498a-ba27-7600c186d486, rgb(113, 80, 244))\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(237, 239, 240))\"},children:\"This banner helps in notifying visitors of an announcement.\"})}),className:\"framer-136z2mo\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"Mis6hxwDi\",style:{\"--extracted-1w1cjl5\":\"rgb(237, 239, 240)\"},text:K7sMPXKcm,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({g8_IOUrGu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(237, 239, 240))\"},children:\"Measuring the responsible development of AI in 138 countries\"})})},HELlXSbJz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(237, 239, 240))\"},children:\"This banner helps in notifying visitors of an announcement.\"})})},NcvgZXzDf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(237, 239, 240))\"},children:\"This banner helps in notifying visitors of an announcement.\"})})},tuCp24XFc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(237, 239, 240))\"},children:\"Measuring the responsible development of AI in 138 countries\"})})}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ex5mv\",\"data-framer-name\":\"Navigation Bar\",layoutDependency:layoutDependency,layoutId:\"VnwkUP1XX\",style:{backdropFilter:\"blur(50px)\",backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\",WebkitBackdropFilter:\"blur(50px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-92dry9\",\"data-framer-name\":\"Brand Wrapper\",layoutDependency:layoutDependency,layoutId:\"AxJsBCp8X\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xn5y0a\",\"data-framer-name\":\"Brand\",layoutDependency:layoutDependency,layoutId:\"Pg9oAQRuM\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L17nG4rFq\"},motionChild:true,nodeId:\"A6LshGVrO\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+30+26.5+0+0),pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"},className:\"framer-1shm2oc framer-16t40k3\",\"data-framer-name\":\"Brand\",layoutDependency:layoutDependency,layoutId:\"A6LshGVrO\",...addPropertyOverrides({HELlXSbJz:{background:{alt:\"\",fit:\"fill\",pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"}},NcvgZXzDf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+30+24+0+0),pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"}},QGu9Qb_jP:{background:{alt:\"\",fit:\"fill\",pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"}},tuCp24XFc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+28+24+0+0),pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"}}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6leehs\",\"data-border\":true,\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"P3IUcsGof\",onTap:onTap13dzdaf,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(215, 221, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(53, 55, 68, 0.3)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{HELlXSbJz:{backgroundColor:\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(153, 123, 255))\"},tuCp24XFc:{\"--border-color\":\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\"}},...addPropertyOverrides({HELlXSbJz:{onTap:onTap1k0uo2z},tuCp24XFc:{onTap:onTap1kr1q1d}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-170jhj1\",layoutDependency:layoutDependency,layoutId:\"co9uqiYwH\",style:{rotate:-90},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kykrlg\",layoutDependency:layoutDependency,layoutId:\"oQAsTHtG6\",style:{backgroundColor:\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(153, 123, 255))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:0},variants:{HELlXSbJz:{backgroundColor:\"var(--token-1fd17e29-743c-4e6c-a884-ed9558fe121f, rgb(234, 230, 255))\",rotate:45},tuCp24XFc:{backgroundColor:\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\",rotate:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ye60bb\",layoutDependency:layoutDependency,layoutId:\"cQ5whMmjj\",style:{backgroundColor:\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(153, 123, 255))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:0},variants:{HELlXSbJz:{backgroundColor:\"var(--token-1fd17e29-743c-4e6c-a884-ed9558fe121f, rgb(234, 230, 255))\",rotate:-45},tuCp24XFc:{backgroundColor:\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\",rotate:0}}})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aexq81\",\"data-framer-name\":\"Menu Wrapper\",layoutDependency:layoutDependency,layoutId:\"Mt02p8xMp\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b5s7e5\",layoutDependency:layoutDependency,layoutId:\"EUyGkxlcw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a5keaw\",\"data-framer-name\":\"Dropdown Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pweaRoKhO\",onTap:onTap1dpy85z,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({D2CGkO8xb:{onTap:onTap1f7mk1d},jXZG3Z81T:{onTap:onTapehsexb},QGu9Qb_jP:{onTap:onTapuie224}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 239, 240))\"},children:\"Results 2024\"})}),className:\"framer-qnrfa9\",\"data-framer-name\":\"Button Text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"MLoxzyIaa\",style:{\"--extracted-r6o4lv\":\"rgb(237, 239, 240)\"},variants:{D2CGkO8xb:{\"--extracted-r6o4lv\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"},QGu9Qb_jP:{\"--extracted-r6o4lv\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D2CGkO8xb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251)))\"},children:\"Results 2024\"})})},QGu9Qb_jP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251)))\"},children:\"Results 2024\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-y5q17j-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LM24XCANT-container\",nodeId:\"LM24XCANT\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",style:{rotate:0},variants:{D2CGkO8xb:{rotate:-180},jXZG3Z81T:{rotate:0},QGu9Qb_jP:{rotate:-180}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(237, 239, 240)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"LM24XCANT\",layoutId:\"LM24XCANT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{color:\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"},QGu9Qb_jP:{color:\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined},{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined},{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined},{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+30+24+0+0,...addPropertyOverrides({QGu9Qb_jP:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14gkvzo-container\",layoutDependency:layoutDependency,layoutId:\"XexpbYyrn-container\",nodeId:\"XexpbYyrn\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"House\",EU6ywjAOx:resolvedLinks[0],F3JhtinxZ:\"Methodology\",gPzRw1RMG:false,height:\"100%\",id:\"XexpbYyrn\",l41SWI7xB:\"House\",layoutId:\"XexpbYyrn\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"u83EzKDO5\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"duotone\",...addPropertyOverrides({D2CGkO8xb:{EU6ywjAOx:resolvedLinks[3]},jXZG3Z81T:{EU6ywjAOx:resolvedLinks[2]},QGu9Qb_jP:{EU6ywjAOx:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+30+24+0+0,...addPropertyOverrides({QGu9Qb_jP:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11g2b7z-container\",layoutDependency:layoutDependency,layoutId:\"llPD1mumc-container\",nodeId:\"llPD1mumc\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"House\",EU6ywjAOx:resolvedLinks1[0],F3JhtinxZ:\"About\",gPzRw1RMG:false,height:\"100%\",id:\"llPD1mumc\",l41SWI7xB:\"House\",layoutId:\"llPD1mumc\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"u83EzKDO5\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"duotone\",...addPropertyOverrides({D2CGkO8xb:{EU6ywjAOx:resolvedLinks1[3]},jXZG3Z81T:{EU6ywjAOx:resolvedLinks1[2]},QGu9Qb_jP:{EU6ywjAOx:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 239, 240))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zAkYcyad3\"},motionChild:true,nodeId:\"J4lez7hGz\",openInNewTab:false,scopeId:\"vGeneWfrW\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bwzom3\",\"data-styles-preset\":\"xxrpaKQuu\",children:\"DataVIZ Challenge\"})})})}),className:\"framer-1hnpbcl\",\"data-framer-name\":\"Button Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"J4lez7hGz\",style:{\"--extracted-r6o4lv\":\"rgb(237, 239, 240)\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14k6ik2\",\"data-framer-name\":\"Nav Button Wrapper\",layoutDependency:layoutDependency,layoutId:\"trmmBsoR9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+30+24+0,...addPropertyOverrides({QGu9Qb_jP:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nebz8x-container\",layoutDependency:layoutDependency,layoutId:\"gkDT4InSw-container\",nodeId:\"gkDT4InSw\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"House\",EU6ywjAOx:\"https://www.globalcenter.ai/\",F3JhtinxZ:\"Global Center on AI Governance\",gPzRw1RMG:false,height:\"100%\",id:\"gkDT4InSw\",l41SWI7xB:\"House\",layoutId:\"gkDT4InSw\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"u83EzKDO5\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:true,width:\"100%\",zyLfdIqW_:\"duotone\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined},{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined},{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined},{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+30+24+0,...addPropertyOverrides({QGu9Qb_jP:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g6r784-container\",layoutDependency:layoutDependency,layoutId:\"jkomqCa2o-container\",nodeId:\"jkomqCa2o\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"var(--token-79427b0e-da66-45b3-8441-135297e2447c, rgb(82, 0, 255))\",D0bDI5SL6:\"Lightning\",EU6ywjAOx:resolvedLinks2[0],F3JhtinxZ:\"Contact Us\",gPzRw1RMG:false,height:\"100%\",id:\"jkomqCa2o\",l41SWI7xB:\"House\",layoutId:\"jkomqCa2o\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"OeMV_0e0X\",VEnw4OvGX:\"regular\",W56gpU4bs:\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"bold\",...addPropertyOverrides({D2CGkO8xb:{EU6ywjAOx:resolvedLinks2[3]},jXZG3Z81T:{EU6ywjAOx:resolvedLinks2[2]},QGu9Qb_jP:{EU6ywjAOx:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-je9lbh\",\"data-border\":true,\"data-framer-name\":\"Dropdown Container\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"ePg2toi46\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(215, 221, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(25, 26, 34))\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},variants:{D2CGkO8xb:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},g8_IOUrGu:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},HELlXSbJz:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},QGu9Qb_jP:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-9cjyp5\",\"data-framer-name\":\"Mobile Button Wrapper\",layoutDependency:layoutDependency,layoutId:\"rNxS4Hwym\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({HELlXSbJz:{width:`calc(${componentViewport?.width||\"100vw\"} - 24px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1naumjk-container\",layoutDependency:layoutDependency,layoutId:\"XeAc3u_JI-container\",nodeId:\"XeAc3u_JI\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"rgb(255, 255, 255)\",D0bDI5SL6:\"Lightning\",EU6ywjAOx:\"https://ckurt.lemonsqueezy.com/checkout/buy/d81476bb-7257-44a0-a67a-21f10901ac22\",F3JhtinxZ:\"Get Template\",gPzRw1RMG:false,height:\"100%\",id:\"XeAc3u_JI\",l41SWI7xB:\"House\",layoutId:\"XeAc3u_JI\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"OeMV_0e0X\",VEnw4OvGX:\"regular\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"bold\",...addPropertyOverrides({HELlXSbJz:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dbyeo5\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"az3EUvdwF\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5xydqk\",\"data-styles-preset\":\"Pvy41Nafi\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Download the complete flagship report of the Global Index on Responsible AI 2024\"})}),className:\"framer-obgtel\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AfNDypRng\",style:{\"--extracted-a0htzi\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},variants:{D2CGkO8xb:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"},QGu9Qb_jP:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D2CGkO8xb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore global results\"})})},QGu9Qb_jP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore global results\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ddk4un\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"H9xfCE7VC\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"siRiHJBVe\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-q9da18 framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"siRiHJBVe\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"etRVooL82\"},implicitPathVariables:undefined},{href:{webPageId:\"etRVooL82\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bj2mwu-container\",layoutDependency:layoutDependency,layoutId:\"HlyHRNg_x-container\",nodeId:\"HlyHRNg_x\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"HlyHRNg_x\",kIo3anXUn:\"Features\",layoutId:\"HlyHRNg_x\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks3[1],kIo3anXUn:\"Overview\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks3[0],kIo3anXUn:\"Overview\",KURotJU2O:undefined}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined},{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined},{href:{webPageId:\"B7i7FN51h\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+0+28+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ztdlz8-container\",layoutDependency:layoutDependency,layoutId:\"On5OOUnjT-container\",nodeId:\"On5OOUnjT\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{GA3ewfcd_:resolvedLinks4[0],height:\"100%\",id:\"On5OOUnjT\",kIo3anXUn:\"Methodology\",layoutId:\"On5OOUnjT\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks4[2]},HELlXSbJz:{GA3ewfcd_:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"kRgZ84CmW\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5e3ew framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"kRgZ84CmW\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EowKs2h7R\"},implicitPathVariables:undefined},{href:{webPageId:\"EowKs2h7R\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+33+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+0+28+0+0+33+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10ow6y9-container\",layoutDependency:layoutDependency,layoutId:\"lC9CN8ebv-container\",nodeId:\"lC9CN8ebv\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"lC9CN8ebv\",kIo3anXUn:\"Pricing\",layoutId:\"lC9CN8ebv\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks5[1],kIo3anXUn:\"Main findings\"},g8_IOUrGu:{GA3ewfcd_:resolvedLinks5[2],kIo3anXUn:\"About\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks5[0],kIo3anXUn:\"Main findings\"}},baseVariant,gestureVariant)})})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-hqmvn6\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"zEQ_IhAok\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zAkYcyad3\"},motionChild:true,nodeId:\"Ps7WpavKj\",openInNewTab:false,scopeId:\"vGeneWfrW\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bwzom3\",\"data-styles-preset\":\"xxrpaKQuu\",children:\"DataVIZ Challenge\"})})})}),className:\"framer-33phue\",\"data-framer-name\":\"Button Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ps7WpavKj\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"VS2MfJSvf\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18u25hc framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"VS2MfJSvf\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sCfIWEKqr\"},implicitPathVariables:undefined},{href:{webPageId:\"sCfIWEKqr\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+66+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-41beil-container\",layoutDependency:layoutDependency,layoutId:\"dik7VMucL-container\",nodeId:\"dik7VMucL\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"dik7VMucL\",kIo3anXUn:\"Integrations\",layoutId:\"dik7VMucL\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks6[1],kIo3anXUn:\"Regions\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks6[0],kIo3anXUn:\"Regions\"}},baseVariant,gestureVariant)})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"WuRcg5nwc\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17nofsy framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"WuRcg5nwc\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tGtMURn1u\"},implicitPathVariables:undefined},{href:{webPageId:\"tGtMURn1u\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+99+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-advm1r-container\",layoutDependency:layoutDependency,layoutId:\"SWRSgniNB-container\",nodeId:\"SWRSgniNB\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"SWRSgniNB\",kIo3anXUn:\"Integrations\",layoutId:\"SWRSgniNB\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks7[1],kIo3anXUn:\"Countries\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks7[0],kIo3anXUn:\"Countries\"}},baseVariant,gestureVariant)})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"w1Ksq5DBU\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ne23ig framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"w1Ksq5DBU\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined},{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+132+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4nbvs5-container\",layoutDependency:layoutDependency,layoutId:\"uGvdaE07c-container\",nodeId:\"uGvdaE07c\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"uGvdaE07c\",kIo3anXUn:\"Integrations\",layoutId:\"uGvdaE07c\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks8[1],kIo3anXUn:\"Thematic Areas\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks8[0],kIo3anXUn:\"Thematic Areas\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined},{href:{webPageId:\"gQGv7aIrQ\"},implicitPathVariables:undefined},{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined},{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+132+0+43}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zgi958-container\",layoutDependency:layoutDependency,layoutId:\"TZGLUORAp-container\",nodeId:\"TZGLUORAp\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{GA3ewfcd_:resolvedLinks9[0],height:\"100%\",id:\"TZGLUORAp\",kIo3anXUn:\"Thematic Areas\",layoutId:\"TZGLUORAp\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks9[3]},HELlXSbJz:{GA3ewfcd_:resolvedLinks9[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks9[1],kIo3anXUn:\"Corrigendum\"}},baseVariant,gestureVariant)})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"zbWbwBbph\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6ovb9y framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"zbWbwBbph\",children:isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8h2s3a-container\",layoutDependency:layoutDependency,layoutId:\"A7gVb0bDK-container\",nodeId:\"A7gVb0bDK\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"A7gVb0bDK\",kIo3anXUn:\"Integrations\",layoutId:\"A7gVb0bDK\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jssxni\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"LJw3TVqLL\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19qyv8t\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"zllTiV3YG\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},...addPropertyOverrides({D2CGkO8xb:{query:{from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}]}},g8_IOUrGu:{query:{from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}]}},QGu9Qb_jP:{query:{from:{alias:\"zllTiV3YG\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"zllTiV3YG\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"zllTiV3YG\",name:\"id\",type:\"Identifier\"}]}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({EgBFr6Jb7:EgBFr6Jb7zllTiV3YG,id:idzllTiV3YG,jc3P9Jk_y:jc3P9Jk_yzllTiV3YG,Ma3hv0k5E:Ma3hv0k5EzllTiV3YG},index)=>{jc3P9Jk_yzllTiV3YG??=\"\";EgBFr6Jb7zllTiV3YG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`zllTiV3YG-${idzllTiV3YG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jc3P9Jk_y:jc3P9Jk_yzllTiV3YG},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f69a62\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"HuHhf7l0v\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{QGu9Qb_jP:{background:\"radial-gradient(100% 127% at 42.6% 108.80000000000001%, var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233)) 0%, var(--token-bc85dc91-2ecf-498a-ba27-7600c186d486, rgb(113, 80, 244)) 100%)\"}},children:[isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(Ma3hv0k5EzllTiV3YG)},className:\"framer-7zm5ak\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"MPLRMXfj4\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-esgmga\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"o5LQKv01V\",children:[isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qjqr2e\",\"data-framer-name\":\"Read Time Wrapper\",layoutDependency:layoutDependency,layoutId:\"LwpKByBVd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.2em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 123, 255))\"},children:\"MIN READ\"})}),className:\"framer-ohktbj\",\"data-framer-name\":\"3 MIN READ\",fonts:[\"GF;Plus Jakarta Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"BBSwWgwBr\",style:{\"--extracted-r6o4lv\":\"rgb(153, 123, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed10()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QGu9Qb_jP:{height:50}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1bf9lma-container\",id:`${jc3P9Jk_yzllTiV3YG}-${layoutId}-1bf9lma`,layoutDependency:layoutDependency,layoutId:\"GKqV3owOH-container\",nodeId:\"GKqV3owOH\",ref:dynamicRef(`${jc3P9Jk_yzllTiV3YG}-${layoutId}-1bf9lma`),rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:[/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",D0bDI5SL6:\"DownloadSimple\",F3JhtinxZ:\"Download\",gPzRw1RMG:true,height:\"100%\",id:\"GKqV3owOH\",l41SWI7xB:\"House\",layoutId:\"GKqV3owOH\",LJoZhZWH3:LJoZhZWH3txyyif({overlay}),nOaLJ9ipX:false,py5Uxrklc:false,variant:\"u9LilOpXR\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"bold\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:dynamicRef(`${jc3P9Jk_yzllTiV3YG}-${layoutId}-1bf9lma`),className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${jc3P9Jk_yzllTiV3YG}-${layoutId}-1bf9lma`,offsetX:57.00000461710442,offsetY:5.5859080038935645,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1v2vtdw\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"RmQXHTG3e\",ref:dynamicRef(`${jc3P9Jk_yzllTiV3YG}-${layoutId}-1v2vtdw`),role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i6u3ph-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ao9r32KOl-container\",nodeId:\"Ao9r32KOl\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(DownloadReportCard,{height:\"100%\",id:\"Ao9r32KOl\",layoutId:\"Ao9r32KOl\",variant:\"LGHHoQbG7\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 239, 240))\"},children:\"Title\"})}),className:\"framer-1khljf6\",\"data-framer-name\":\"The Power of Positive Thinking: How It Can Transform Your Life\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"NTOPA0YR4\",style:{\"--extracted-r6o4lv\":\"rgb(237, 239, 240)\"},text:EgBFr6Jb7zllTiV3YG,variants:{QGu9Qb_jP:{\"--extracted-r6o4lv\":\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QGu9Qb_jP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29)))\"},children:\"Download the complete report of the Global Index on Responsible AI 2024\"})}),fonts:[\"Inter\"],text:undefined}},baseVariant,gestureVariant)})]})]})})},idzllTiV3YG);})})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jxncsz\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"H14bpBFW1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Report 2024\"})}),className:\"framer-732pwf\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pRqVqnfxr\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},variants:{g8_IOUrGu:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({g8_IOUrGu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore global results\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ontmz8\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"j1owcIJPo\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"Rpetafdx3\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dt3nb4 framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"Rpetafdx3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"etRVooL82\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+169.2+28+151.5+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o497rb-container\",layoutDependency:layoutDependency,layoutId:\"gDBEh0BHC-container\",nodeId:\"gDBEh0BHC\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"gDBEh0BHC\",kIo3anXUn:\"Report Overview\",layoutId:\"gDBEh0BHC\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks10[0],kIo3anXUn:\"Overview\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"Tu2SsaATc\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19u4jia framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"Tu2SsaATc\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EowKs2h7R\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+169.2+28+151.5+0+33+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nn5xem-container\",layoutDependency:layoutDependency,layoutId:\"m2E9DZr_S-container\",nodeId:\"m2E9DZr_S\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"m2E9DZr_S\",kIo3anXUn:\"Key learnings\",layoutId:\"m2E9DZr_S\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks11[0],kIo3anXUn:\"Main findings\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"K0VX4VBf3\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tl8paj framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"K0VX4VBf3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sCfIWEKqr\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+169.2+28+151.5+0+66+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e7blei-container\",layoutDependency:layoutDependency,layoutId:\"T8MxWjw2x-container\",nodeId:\"T8MxWjw2x\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"T8MxWjw2x\",kIo3anXUn:\"Regions\",layoutId:\"T8MxWjw2x\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks12[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"LcFKDXFeL\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-uq5gf6 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"LcFKDXFeL\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tGtMURn1u\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+169.2+28+151.5+0+99+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5zb5gs-container\",layoutDependency:layoutDependency,layoutId:\"pUXInJDUf-container\",nodeId:\"pUXInJDUf\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"pUXInJDUf\",kIo3anXUn:\"Countries\",layoutId:\"pUXInJDUf\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks13[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"WSjE43Ufj\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hwwu8p framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"WSjE43Ufj\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t6fKUKlrv\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+169.2+28+151.5+0+132+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hyi19f-container\",layoutDependency:layoutDependency,layoutId:\"rqTkgtlHT-container\",nodeId:\"rqTkgtlHT\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"rqTkgtlHT\",kIo3anXUn:\"Thematic Areas\",layoutId:\"rqTkgtlHT\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({g8_IOUrGu:{GA3ewfcd_:resolvedLinks14[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"J3r7zp9yM\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1kq29jp framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"J3r7zp9yM\",children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-swhffp-container\",layoutDependency:layoutDependency,layoutId:\"VVXk7O0aK-container\",nodeId:\"VVXk7O0aK\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"VVXk7O0aK\",kIo3anXUn:\"Open Data\",layoutId:\"VVXk7O0aK\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpx8vm\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"onYic7RAN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5xydqk\",\"data-styles-preset\":\"Pvy41Nafi\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Explore 2024 Results\"})}),className:\"framer-bvqens\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UO60Eo9OB\",style:{\"--extracted-a0htzi\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},variants:{QGu9Qb_jP:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QGu9Qb_jP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore Thematic Areas\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16gq3er\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"mbQPInPy7\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"LDylNINPa\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gvgl03 framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"LDylNINPa\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pMMHCwODJ\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1szr4md-container\",layoutDependency:layoutDependency,layoutId:\"S3o0BUORK-container\",nodeId:\"S3o0BUORK\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"S3o0BUORK\",kIo3anXUn:\"Features\",layoutId:\"S3o0BUORK\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks15[0],kIo3anXUn:\"National AI Policies\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"LYqgnuPC4\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h3mv9k framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"LYqgnuPC4\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BOfJ4Xmoy\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ay2hg5-container\",layoutDependency:layoutDependency,layoutId:\"hHKXLPqWw-container\",nodeId:\"hHKXLPqWw\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"hHKXLPqWw\",kIo3anXUn:\"Pricing\",layoutId:\"hHKXLPqWw\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks16[0],kIo3anXUn:\"Children's Rights\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"UnexIat7x\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-agezzq framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"UnexIat7x\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x8x1JjEn3\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jf4kfh-container\",layoutDependency:layoutDependency,layoutId:\"TBYsdpXXS-container\",nodeId:\"TBYsdpXXS\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"TBYsdpXXS\",kIo3anXUn:\"Integrations\",layoutId:\"TBYsdpXXS\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks17[0],kIo3anXUn:\"Human Oversight and Determination\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"gFlAOxD4o\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17aof96 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"gFlAOxD4o\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QaqGxjWfN\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ducw25-container\",layoutDependency:layoutDependency,layoutId:\"s6KtRdu9U-container\",nodeId:\"s6KtRdu9U\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"s6KtRdu9U\",kIo3anXUn:\"Integrations\",layoutId:\"s6KtRdu9U\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks18[0],kIo3anXUn:\"Cultural and Linguistic Diversity\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"A6O_clrS8\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1sz44zc framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"A6O_clrS8\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VPBsyZxwz\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bx320j-container\",layoutDependency:layoutDependency,layoutId:\"LkEL2_R0r-container\",nodeId:\"LkEL2_R0r\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"LkEL2_R0r\",kIo3anXUn:\"Integrations\",layoutId:\"LkEL2_R0r\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks19[0],kIo3anXUn:\"Impact Assessments\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"pRNvvEwzJ\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ccvlys framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"pRNvvEwzJ\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FzGGd80C5\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e8q70c-container\",layoutDependency:layoutDependency,layoutId:\"IeJDS5AdG-container\",nodeId:\"IeJDS5AdG\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"IeJDS5AdG\",kIo3anXUn:\"Integrations\",layoutId:\"IeJDS5AdG\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks20[0],kIo3anXUn:\"Data Protection and Privacy\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"zHcvlZZQ8\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1w5eris framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"zHcvlZZQ8\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pUqvyBZGP\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fw6ah2-container\",layoutDependency:layoutDependency,layoutId:\"nVomuH_at-container\",nodeId:\"nVomuH_at\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"nVomuH_at\",kIo3anXUn:\"North America\",layoutId:\"nVomuH_at\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks21[0],kIo3anXUn:\"Proportionaity and Do No Harm\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"hxJFCQRG2\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1op09gi framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"hxJFCQRG2\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ykjr0gGQW\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dvjyqa-container\",layoutDependency:layoutDependency,layoutId:\"dbcQXSdVn-container\",nodeId:\"dbcQXSdVn\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"dbcQXSdVn\",kIo3anXUn:\"North America\",layoutId:\"dbcQXSdVn\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks22[0],kIo3anXUn:\"Gender Equality\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"ZX1OR10Q4\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1yl4330 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"ZX1OR10Q4\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pOFU23Sdy\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1f3zw7m-container\",layoutDependency:layoutDependency,layoutId:\"MNlEuUhEQ-container\",nodeId:\"MNlEuUhEQ\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"MNlEuUhEQ\",kIo3anXUn:\"North America\",layoutId:\"MNlEuUhEQ\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks23[0],kIo3anXUn:\"Public Procurement\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"jwIEtd18S\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1halhas framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"jwIEtd18S\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BPipmf8mY\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-y2vnxi-container\",layoutDependency:layoutDependency,layoutId:\"CkxWkGhVO-container\",nodeId:\"CkxWkGhVO\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"CkxWkGhVO\",kIo3anXUn:\"North America\",layoutId:\"CkxWkGhVO\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks24[0],kIo3anXUn:\"Labour Protection and Right to Work\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"vuIwaucuz\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1awg44b framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"vuIwaucuz\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RxhxdQuhg\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e68bvj-container\",layoutDependency:layoutDependency,layoutId:\"segQGlFJj-container\",nodeId:\"segQGlFJj\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"segQGlFJj\",kIo3anXUn:\"North America\",layoutId:\"segQGlFJj\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks25[0],kIo3anXUn:\"Responsibility and Accountability\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"iQUKV9tgv\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qzuup framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"iQUKV9tgv\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g6Pxqr8D3\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wdzmg7-container\",layoutDependency:layoutDependency,layoutId:\"cd1ReQHpo-container\",nodeId:\"cd1ReQHpo\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"cd1ReQHpo\",kIo3anXUn:\"North America\",layoutId:\"cd1ReQHpo\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks26[0],kIo3anXUn:\"Public Participation and Awareness\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"cDPpovcXo\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8xzt8y framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"cDPpovcXo\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zOf0jmPdC\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q393ze-container\",layoutDependency:layoutDependency,layoutId:\"EgTslMdeF-container\",nodeId:\"EgTslMdeF\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"EgTslMdeF\",kIo3anXUn:\"North America\",layoutId:\"EgTslMdeF\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks27[0],kIo3anXUn:\"Safety, Accuracy and Reliability\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"omomAya_a\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-b10bx7 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"omomAya_a\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"u2DyqvKE7\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fd6b8d-container\",layoutDependency:layoutDependency,layoutId:\"pvJQwESiq-container\",nodeId:\"pvJQwESiq\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"pvJQwESiq\",kIo3anXUn:\"North America\",layoutId:\"pvJQwESiq\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks28[0],kIo3anXUn:\"Competition Authorities\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"K158nSRw6\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-56opgt framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"K158nSRw6\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DyEE6qiG_\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mzrr7-container\",layoutDependency:layoutDependency,layoutId:\"wNrkhorZC-container\",nodeId:\"wNrkhorZC\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"wNrkhorZC\",kIo3anXUn:\"North America\",layoutId:\"wNrkhorZC\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks29[0],kIo3anXUn:\"Transparency and Explainability\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"An4NwYmSi\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-wztqgc framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"An4NwYmSi\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WqPM12Jct\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gx0suo-container\",layoutDependency:layoutDependency,layoutId:\"ZLe41CqYE-container\",nodeId:\"ZLe41CqYE\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"ZLe41CqYE\",kIo3anXUn:\"North America\",layoutId:\"ZLe41CqYE\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks30[0],kIo3anXUn:\"International Cooperation\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"ShUslxtkh\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1hx9458 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"ShUslxtkh\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pwAxH1z7y\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gpzdjy-container\",layoutDependency:layoutDependency,layoutId:\"lynBy3yPM-container\",nodeId:\"lynBy3yPM\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"lynBy3yPM\",kIo3anXUn:\"North America\",layoutId:\"lynBy3yPM\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks31[0],kIo3anXUn:\"Access to Remedy and Redress\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"EaTeKTHlS\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gqzgiy framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"EaTeKTHlS\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"flavv4GYY\"},implicitPathVariables:undefined}],children:resolvedLinks32=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kl79fx-container\",layoutDependency:layoutDependency,layoutId:\"UaF6PG03I-container\",nodeId:\"UaF6PG03I\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"UaF6PG03I\",kIo3anXUn:\"North America\",layoutId:\"UaF6PG03I\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks32[0],kIo3anXUn:\"Public Sector Skills Development\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"dsAwlOhIX\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-m269bs framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"dsAwlOhIX\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ma7uWDnsZ\"},implicitPathVariables:undefined}],children:resolvedLinks33=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ykmn5x-container\",layoutDependency:layoutDependency,layoutId:\"BYhS7pSWS-container\",nodeId:\"BYhS7pSWS\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"BYhS7pSWS\",kIo3anXUn:\"North America\",layoutId:\"BYhS7pSWS\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({QGu9Qb_jP:{GA3ewfcd_:resolvedLinks33[0],kIo3anXUn:\"Bias and Unfair Discrimination\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"NUN7gDFhI\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nbosbi framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"NUN7gDFhI\",children:isDisplayed9()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ffywvp-container\",layoutDependency:layoutDependency,layoutId:\"RUeMrVMf3-container\",nodeId:\"RUeMrVMf3\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"RUeMrVMf3\",kIo3anXUn:\"North America\",layoutId:\"RUeMrVMf3\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10v6nfw\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"P6W0AcbP9\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),isDisplayed9()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-puyngg\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"L5RJ3ccMh\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"L5RJ3ccMh\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"L5RJ3ccMh\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"L5RJ3ccMh\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"L5RJ3ccMh\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({EgBFr6Jb7:EgBFr6Jb7L5RJ3ccMh,id:idL5RJ3ccMh,jc3P9Jk_y:jc3P9Jk_yL5RJ3ccMh,Ma3hv0k5E:Ma3hv0k5EL5RJ3ccMh},index1)=>{EgBFr6Jb7L5RJ3ccMh??=\"\";jc3P9Jk_yL5RJ3ccMh??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`L5RJ3ccMh-${idL5RJ3ccMh}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jc3P9Jk_y:jc3P9Jk_yL5RJ3ccMh},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-shi0d6\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"Ls3tirpqz\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(Ma3hv0k5EL5RJ3ccMh)},className:\"framer-pzpsqn\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"P8ccNy8ey\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17fsrjg\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"FJ88fLK14\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8d3w1h\",\"data-framer-name\":\"Read Time Wrapper\",layoutDependency:layoutDependency,layoutId:\"vqVs8TYkq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.2em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 123, 255))\"},children:\"MIN READ\"})}),className:\"framer-80bsfh\",\"data-framer-name\":\"3 MIN READ\",fonts:[\"GF;Plus Jakarta Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"uoZtLQN4k\",style:{\"--extracted-r6o4lv\":\"rgb(153, 123, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 239, 240))\"},children:\"Title\"})}),className:\"framer-qcmhvj\",\"data-framer-name\":\"The Power of Positive Thinking: How It Can Transform Your Life\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"UI0TgFZoq\",style:{\"--extracted-r6o4lv\":\"rgb(237, 239, 240)\"},text:EgBFr6Jb7L5RJ3ccMh,verticalAlignment:\"top\",withExternalLayout:true})]})]})})},idL5RJ3ccMh);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10qhv5o\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"S94aEK7Xn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Explore Regions\"})}),className:\"framer-y3wzss\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mTEW7KDs0\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},variants:{D2CGkO8xb:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"},g8_IOUrGu:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"},QGu9Qb_jP:{\"--extracted-r6o4lv\":\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D2CGkO8xb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore Regions\"})})},g8_IOUrGu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore Regions\"})})},QGu9Qb_jP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hk9g7a\",\"data-styles-preset\":\"rjjl9m7GP\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(160, 155, 176)))\"},children:\"Explore Regions\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9zv7o\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"yrwanCByf\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"R1GM_Tl_8\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19ft479 framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"R1GM_Tl_8\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YBGO5E0ka\"},implicitPathVariables:undefined},{href:{webPageId:\"YBGO5E0ka\"},implicitPathVariables:undefined},{href:{webPageId:\"YBGO5E0ka\"},implicitPathVariables:undefined}],children:resolvedLinks34=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+0+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tg99c3-container\",layoutDependency:layoutDependency,layoutId:\"CfybVErkH-container\",nodeId:\"CfybVErkH\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"CfybVErkH\",kIo3anXUn:\"Africa\",layoutId:\"CfybVErkH\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks34[1]},g8_IOUrGu:{GA3ewfcd_:resolvedLinks34[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks34[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"hG7G40lxN\",scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1i7yalz framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"hG7G40lxN\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"BvBerXBLQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BvBerXBLQ\"},implicitPathVariables:undefined},{href:{webPageId:\"BvBerXBLQ\"},implicitPathVariables:undefined}],children:resolvedLinks35=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+33+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+33+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11grb52-container\",layoutDependency:layoutDependency,layoutId:\"uaRY_psLM-container\",nodeId:\"uaRY_psLM\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"uaRY_psLM\",kIo3anXUn:\"Asia and Oceania\",layoutId:\"uaRY_psLM\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks35[1]},g8_IOUrGu:{GA3ewfcd_:resolvedLinks35[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks35[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"DPmlTM9fu\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ls8clm framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"DPmlTM9fu\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"S1xTh2WlB\"},implicitPathVariables:undefined},{href:{webPageId:\"S1xTh2WlB\"},implicitPathVariables:undefined},{href:{webPageId:\"S1xTh2WlB\"},implicitPathVariables:undefined}],children:resolvedLinks36=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+66+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+66+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14jcr2v-container\",layoutDependency:layoutDependency,layoutId:\"jnGTz8E39-container\",nodeId:\"jnGTz8E39\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"jnGTz8E39\",kIo3anXUn:\"The Caribbean\",layoutId:\"jnGTz8E39\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks36[1]},g8_IOUrGu:{GA3ewfcd_:resolvedLinks36[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks36[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"dhpzYSD1G\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oyyvnu framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"dhpzYSD1G\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ztfODJaIA\"},implicitPathVariables:undefined},{href:{webPageId:\"ztfODJaIA\"},implicitPathVariables:undefined},{href:{webPageId:\"ztfODJaIA\"},implicitPathVariables:undefined}],children:resolvedLinks37=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+99+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+99+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7t5nn7-container\",layoutDependency:layoutDependency,layoutId:\"gWHCw0Ff3-container\",nodeId:\"gWHCw0Ff3\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"gWHCw0Ff3\",kIo3anXUn:\"The Caribbean\",layoutId:\"gWHCw0Ff3\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks37[1],kIo3anXUn:\"Europe\"},g8_IOUrGu:{GA3ewfcd_:resolvedLinks37[2],kIo3anXUn:\"Europe\"},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks37[0],kIo3anXUn:\"Europe\"}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"uaZfhF4U3\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-a4gluu framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"uaZfhF4U3\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qr6soy7QK\"},implicitPathVariables:undefined},{href:{webPageId:\"qr6soy7QK\"},implicitPathVariables:undefined},{href:{webPageId:\"qr6soy7QK\"},implicitPathVariables:undefined}],children:resolvedLinks38=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+132+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+132+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wwbwwq-container\",layoutDependency:layoutDependency,layoutId:\"ddlH7N0of-container\",nodeId:\"ddlH7N0of\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"ddlH7N0of\",kIo3anXUn:\"Middle East\",layoutId:\"ddlH7N0of\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks38[1]},g8_IOUrGu:{GA3ewfcd_:resolvedLinks38[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks38[0]}},baseVariant,gestureVariant)})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"vSh5KD3Pb\",openInNewTab:false,scopeId:\"vGeneWfrW\",...addPropertyOverrides({D2CGkO8xb:{href:undefined},g8_IOUrGu:{href:undefined},QGu9Qb_jP:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gv2dsl framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"vSh5KD3Pb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gWPSUNpR0\"},implicitPathVariables:undefined},{href:{webPageId:\"gWPSUNpR0\"},implicitPathVariables:undefined},{href:{webPageId:\"gWPSUNpR0\"},implicitPathVariables:undefined}],children:resolvedLinks39=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+165+0+0},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+165+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vqxfrx-container\",layoutDependency:layoutDependency,layoutId:\"XfPQvpq_7-container\",nodeId:\"XfPQvpq_7\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"XfPQvpq_7\",kIo3anXUn:\"North America\",layoutId:\"XfPQvpq_7\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks39[1]},g8_IOUrGu:{GA3ewfcd_:resolvedLinks39[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks39[0]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gWPSUNpR0\"},implicitPathVariables:undefined},{href:{webPageId:\"G0DvxED2q\"},implicitPathVariables:undefined},{href:{webPageId:\"gWPSUNpR0\"},implicitPathVariables:undefined},{href:{webPageId:\"G0DvxED2q\"},implicitPathVariables:undefined},{href:{webPageId:\"G0DvxED2q\"},implicitPathVariables:undefined}],children:resolvedLinks40=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({D2CGkO8xb:{y:(componentViewport?.y||0)+0+128+0+28+151.5+0+165+0+43},g8_IOUrGu:{y:(componentViewport?.y||0)+0+121+0+553.7+28+151.5+0+165+0+43}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1io2r21-container\",layoutDependency:layoutDependency,layoutId:\"FZESE72FR-container\",nodeId:\"FZESE72FR\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{GA3ewfcd_:resolvedLinks40[0],height:\"100%\",id:\"FZESE72FR\",kIo3anXUn:\"North America\",layoutId:\"FZESE72FR\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({D2CGkO8xb:{GA3ewfcd_:resolvedLinks40[3],kIo3anXUn:\"South and Central America\"},g8_IOUrGu:{GA3ewfcd_:resolvedLinks40[4],kIo3anXUn:\"South and Central America\"},HELlXSbJz:{GA3ewfcd_:resolvedLinks40[2]},QGu9Qb_jP:{GA3ewfcd_:resolvedLinks40[1],kIo3anXUn:\"South and Central America\"}},baseVariant,gestureVariant)})})})})]})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined},{href:{webPageId:\"K1bwCBZhL\"},implicitPathVariables:undefined}],children:resolvedLinks41=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({g8_IOUrGu:{height:50,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px)`,y:(componentViewport?.y||0)+0+121+0+553.7+28+416.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rxdvw9-container\",layoutDependency:layoutDependency,layoutId:\"eIlfQhgx2-container\",nodeId:\"eIlfQhgx2\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"var(--token-79427b0e-da66-45b3-8441-135297e2447c, rgb(82, 0, 255))\",D0bDI5SL6:\"House\",EU6ywjAOx:resolvedLinks41[0],F3JhtinxZ:\"Say hello\",gPzRw1RMG:false,height:\"100%\",id:\"eIlfQhgx2\",l41SWI7xB:\"House\",layoutId:\"eIlfQhgx2\",nOaLJ9ipX:false,py5Uxrklc:false,style:{width:\"100%\"},variant:\"OeMV_0e0X\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"duotone\",...addPropertyOverrides({g8_IOUrGu:{EU6ywjAOx:resolvedLinks41[1]}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ji6qd4\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"bKu5ytxNu\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbol4m\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"RK5N4lHvQ\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RK5N4lHvQ\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"RK5N4lHvQ\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"RK5N4lHvQ\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ub9ua\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"x9wzRP5iL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Explore Regions\"})}),className:\"framer-itm1xj\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q9XURzCn_\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7pmu0z\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"Ook1cHWMT\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"QIZG3rFZQ\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-r42k8w framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"QIZG3rFZQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r9ney5-container\",layoutDependency:layoutDependency,layoutId:\"QEgFhG6bB-container\",nodeId:\"QEgFhG6bB\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"QEgFhG6bB\",kIo3anXUn:\"Africa\",layoutId:\"QEgFhG6bB\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"s46T7wdAs\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7t9p88 framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"s46T7wdAs\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7jyvyu-container\",layoutDependency:layoutDependency,layoutId:\"Pi5Qn2WcV-container\",nodeId:\"Pi5Qn2WcV\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"Pi5Qn2WcV\",kIo3anXUn:\"Asia and Oceania\",layoutId:\"Pi5Qn2WcV\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"qeYWhwNSr\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1j31jmn framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"qeYWhwNSr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vs662r-container\",layoutDependency:layoutDependency,layoutId:\"VN3V7tHLV-container\",nodeId:\"VN3V7tHLV\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"VN3V7tHLV\",kIo3anXUn:\"The Caribbean\",layoutId:\"VN3V7tHLV\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"kGZkKHFNr\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ey9u6w framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"kGZkKHFNr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15ryglc-container\",layoutDependency:layoutDependency,layoutId:\"UbNmsC3R8-container\",nodeId:\"UbNmsC3R8\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"UbNmsC3R8\",kIo3anXUn:\"The Caribbean\",layoutId:\"UbNmsC3R8\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"Q4khGSLnn\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1r0wvgh framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"Q4khGSLnn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19365t7-container\",layoutDependency:layoutDependency,layoutId:\"qc28miaCX-container\",nodeId:\"qc28miaCX\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"qc28miaCX\",kIo3anXUn:\"Middle East\",layoutId:\"qc28miaCX\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"PLQNTxWWD\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-s3xvqf framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"PLQNTxWWD\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zbs98p-container\",layoutDependency:layoutDependency,layoutId:\"sd6s0vo7Q-container\",nodeId:\"sd6s0vo7Q\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"sd6s0vo7Q\",kIo3anXUn:\"North America\",layoutId:\"sd6s0vo7Q\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ufywe3\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"JVz57jNCw\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1914ahv\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"HdyREp25u\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"HdyREp25u\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"HdyREp25u\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"HdyREp25u\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xidow6\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"gUxtMWCWc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Explore Regions\"})}),className:\"framer-w5drpl\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iBMvXPgGh\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p6tvcs\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"sQCNBJXDT\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"robwExaMY\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-99qvb0 framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"robwExaMY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l3q34w-container\",layoutDependency:layoutDependency,layoutId:\"ZGN5E8KeE-container\",nodeId:\"ZGN5E8KeE\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"ZGN5E8KeE\",kIo3anXUn:\"Africa\",layoutId:\"ZGN5E8KeE\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"pZ2Vmncdv\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4f7ikn framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"pZ2Vmncdv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ma1nmg-container\",layoutDependency:layoutDependency,layoutId:\"bfBhsEuBg-container\",nodeId:\"bfBhsEuBg\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"bfBhsEuBg\",kIo3anXUn:\"Asia and Oceania\",layoutId:\"bfBhsEuBg\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"nqxrB2Z3T\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14e23a8 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"nqxrB2Z3T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uc1oz0-container\",layoutDependency:layoutDependency,layoutId:\"K3Ot9yB1K-container\",nodeId:\"K3Ot9yB1K\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"K3Ot9yB1K\",kIo3anXUn:\"The Caribbean\",layoutId:\"K3Ot9yB1K\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"Q_TwZIp3W\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-pw12iq framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"Q_TwZIp3W\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-y86l1r-container\",layoutDependency:layoutDependency,layoutId:\"awJjYaOZU-container\",nodeId:\"awJjYaOZU\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"awJjYaOZU\",kIo3anXUn:\"The Caribbean\",layoutId:\"awJjYaOZU\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"yzrmLKKsT\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-fij97 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"yzrmLKKsT\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hwi2nf-container\",layoutDependency:layoutDependency,layoutId:\"rD39NetUC-container\",nodeId:\"rD39NetUC\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"rD39NetUC\",kIo3anXUn:\"Middle East\",layoutId:\"rD39NetUC\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"sJ9PvPth4\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1h9j2u3 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"sJ9PvPth4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zq3wca-container\",layoutDependency:layoutDependency,layoutId:\"hpd1a2iqa-container\",nodeId:\"hpd1a2iqa\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"hpd1a2iqa\",kIo3anXUn:\"North America\",layoutId:\"hpd1a2iqa\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dx2jfc\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"qRcXHz2u9\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d5yhh2\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"hJ8M6C1nR\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"hJ8M6C1nR\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"hJ8M6C1nR\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"hJ8M6C1nR\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b0gonb\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"fHZWooz5Y\",style:{backgroundColor:\"var(--token-e7b77765-467d-4d17-b95e-a1d2b39088b8, rgb(31, 33, 46))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cgm0p7\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"Zt6S2txiv\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"nc30Le573\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-356pke framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"nc30Le573\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13arqeh-container\",layoutDependency:layoutDependency,layoutId:\"OoIIfjTP1-container\",nodeId:\"OoIIfjTP1\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"OoIIfjTP1\",kIo3anXUn:\"Features\",layoutId:\"OoIIfjTP1\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({HELlXSbJz:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"NE49tmlbD\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1athkgb framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"NE49tmlbD\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c9sl11-container\",layoutDependency:layoutDependency,layoutId:\"oepPh1CqV-container\",nodeId:\"oepPh1CqV\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"oepPh1CqV\",kIo3anXUn:\"Pricing\",layoutId:\"oepPh1CqV\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({HELlXSbJz:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"hBFjeURTy\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ghs7b1 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"hBFjeURTy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s75xss-container\",layoutDependency:layoutDependency,layoutId:\"WT4bhs6wW-container\",nodeId:\"WT4bhs6wW\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"WT4bhs6wW\",kIo3anXUn:\"Integrations\",layoutId:\"WT4bhs6wW\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\",...addPropertyOverrides({HELlXSbJz:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"VMxJcmkVJ\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bigaft framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"VMxJcmkVJ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j7mn3q-container\",layoutDependency:layoutDependency,layoutId:\"bVViOCOdk-container\",nodeId:\"bVViOCOdk\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"bVViOCOdk\",kIo3anXUn:\"Integrations\",layoutId:\"bVViOCOdk\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"w_LoZD5hi\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10073ju framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"w_LoZD5hi\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2yn8nj-container\",layoutDependency:layoutDependency,layoutId:\"E0VHcYtoV-container\",nodeId:\"E0VHcYtoV\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"E0VHcYtoV\",kIo3anXUn:\"Integrations\",layoutId:\"E0VHcYtoV\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"xzDlEwWcY\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-sgfkpz framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"xzDlEwWcY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2vb7ct-container\",layoutDependency:layoutDependency,layoutId:\"eM1r3JA5q-container\",nodeId:\"eM1r3JA5q\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"eM1r3JA5q\",kIo3anXUn:\"Integrations\",layoutId:\"eM1r3JA5q\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4xgvla\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"h_Dtf8Nfi\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b85xyz\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"u9bmM8Vhs\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"u9bmM8Vhs\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"u9bmM8Vhs\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"Ma3hv0k5E\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"x2FFMkwM_\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},{collection:\"u9bmM8Vhs\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"u9bmM8Vhs\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({EgBFr6Jb7:EgBFr6Jb7u9bmM8Vhs,id:idu9bmM8Vhs,jc3P9Jk_y:jc3P9Jk_yu9bmM8Vhs,Ma3hv0k5E:Ma3hv0k5Eu9bmM8Vhs,x2FFMkwM_:x2FFMkwM_u9bmM8Vhs},index2)=>{jc3P9Jk_yu9bmM8Vhs??=\"\";x2FFMkwM_u9bmM8Vhs??=0;EgBFr6Jb7u9bmM8Vhs??=\"\";const textContent=numberToString(x2FFMkwM_u9bmM8Vhs,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`u9bmM8Vhs-${idu9bmM8Vhs}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jc3P9Jk_y:jc3P9Jk_yu9bmM8Vhs},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{jc3P9Jk_y:jc3P9Jk_yu9bmM8Vhs},webPageId:\"y8RF_oEi5\"},motionChild:true,nodeId:\"d6VLx0fLQ\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-d25vf1 framer-16t40k3\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"d6VLx0fLQ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(215, 221, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(Ma3hv0k5Eu9bmM8Vhs)},className:\"framer-1k0kc30\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"XjCOr7Xio\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({HELlXSbJz:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,...toResponsiveImage(Ma3hv0k5Eu9bmM8Vhs)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8pf36m\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"HD2DAcPQF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j99otp\",\"data-framer-name\":\"Read Time Wrapper\",layoutDependency:layoutDependency,layoutId:\"b4JsrL81N\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.2em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 123, 255))\"},children:\"NaN\"})}),className:\"framer-ytwtyl\",\"data-framer-name\":\"3 MIN READ\",fonts:[\"GF;Plus Jakarta Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Tf8P5ZJ2p\",style:{\"--extracted-r6o4lv\":\"rgb(153, 123, 255)\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.2em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 123, 255))\"},children:\"MIN READ\"})}),className:\"framer-1pniem5\",\"data-framer-name\":\"3 MIN READ\",fonts:[\"GF;Plus Jakarta Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"McLammzOQ\",style:{\"--extracted-r6o4lv\":\"rgb(153, 123, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(237, 239, 240))\"},children:\"Title\"})}),className:\"framer-134sf34\",\"data-framer-name\":\"The Power of Positive Thinking: How It Can Transform Your Life\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"QvDC9_oXh\",style:{\"--extracted-r6o4lv\":\"rgb(237, 239, 240)\"},text:EgBFr6Jb7u9bmM8Vhs,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idu9bmM8Vhs);})})})})})]}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rmhji\",\"data-framer-name\":\"Big Container\",layoutDependency:layoutDependency,layoutId:\"tG7P9tav_\",style:{backgroundColor:\"var(--token-e7b77765-467d-4d17-b95e-a1d2b39088b8, rgb(31, 33, 46))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3apogh\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"WTyFyOydM\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sg740k\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"D5niaclsm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ykop3m\",\"data-framer-name\":\"Top Container\",layoutDependency:layoutDependency,layoutId:\"bpmAos9ZC\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FeAew9MYR\"},motionChild:true,nodeId:\"nw1minWWk\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qvk20i framer-16t40k3\",\"data-framer-name\":\"Blog\",layoutDependency:layoutDependency,layoutId:\"nw1minWWk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n9jb8-container\",layoutDependency:layoutDependency,layoutId:\"dWEYeRdxB-container\",nodeId:\"dWEYeRdxB\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"dWEYeRdxB\",kIo3anXUn:\"Blog\",layoutId:\"dWEYeRdxB\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"tL5e3ZJGb\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iFciGpr3U\"},motionChild:true,nodeId:\"FfV424ucv\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qzyk8h framer-16t40k3\",\"data-framer-name\":\"Brand Assets\",layoutDependency:layoutDependency,layoutId:\"FfV424ucv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bsupce-container\",layoutDependency:layoutDependency,layoutId:\"W8y2qYPKw-container\",nodeId:\"W8y2qYPKw\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"W8y2qYPKw\",kIo3anXUn:\"Brand Assets\",layoutId:\"W8y2qYPKw\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"tL5e3ZJGb\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NTdj9J3yV\"},motionChild:true,nodeId:\"D9f_pI_qf\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-lejt5y framer-16t40k3\",\"data-framer-name\":\"Docs\",layoutDependency:layoutDependency,layoutId:\"D9f_pI_qf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-spawf9-container\",layoutDependency:layoutDependency,layoutId:\"W1iqpwlGN-container\",nodeId:\"W1iqpwlGN\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"W1iqpwlGN\",kIo3anXUn:\"Docs\",layoutId:\"W1iqpwlGN\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"tL5e3ZJGb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w7g6c7\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"QmF8JBK4P\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r5swq3\",\"data-framer-name\":\"Bottom Grid\",layoutDependency:layoutDependency,layoutId:\"Y_AP3LDbb\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tm8QSTuHU\"},motionChild:true,nodeId:\"W_vNhquY5\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1e8gfbc framer-16t40k3\",\"data-framer-name\":\"Career\",layoutDependency:layoutDependency,layoutId:\"W_vNhquY5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 200px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1949q49-container\",layoutDependency:layoutDependency,layoutId:\"tQ61I9p3l-container\",nodeId:\"tQ61I9p3l\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"tQ61I9p3l\",kIo3anXUn:\"Career\",layoutId:\"tQ61I9p3l\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"uCctg_r2a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vxbGn8eja\"},motionChild:true,nodeId:\"WZt8b4qjV\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9nfx76 framer-16t40k3\",\"data-framer-name\":\"FAQ\",layoutDependency:layoutDependency,layoutId:\"WZt8b4qjV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 200px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19kgz36-container\",layoutDependency:layoutDependency,layoutId:\"FWTb3vdbO-container\",nodeId:\"FWTb3vdbO\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"FWTb3vdbO\",kIo3anXUn:\"FAQ\",layoutId:\"FWTb3vdbO\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"uCctg_r2a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bA5GiS65l\"},motionChild:true,nodeId:\"nBY0AgaWH\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ksrjf0 framer-16t40k3\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"nBY0AgaWH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 200px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ck6wst-container\",layoutDependency:layoutDependency,layoutId:\"EIgIdMdQI-container\",nodeId:\"EIgIdMdQI\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"EIgIdMdQI\",kIo3anXUn:\"Contact\",layoutId:\"EIgIdMdQI\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"uCctg_r2a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xI3dHiAqC\"},motionChild:true,nodeId:\"G1JG3JXiW\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-19vwbaj framer-16t40k3\",\"data-framer-name\":\"404\",layoutDependency:layoutDependency,layoutId:\"G1JG3JXiW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,...addPropertyOverrides({HELlXSbJz:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 200px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kcinad-container\",layoutDependency:layoutDependency,layoutId:\"L8nGdUTsG-container\",nodeId:\"L8nGdUTsG\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"L8nGdUTsG\",kIo3anXUn:\"404\",layoutId:\"L8nGdUTsG\",o8DDhltw8:false,style:{width:\"100%\"},variant:\"uCctg_r2a\",width:\"100%\"})})})})})]})]})})}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18dzwa6\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"eLIoKMC6q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Report 2024\"})}),className:\"framer-1hkosbr\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Kx6wTC6Bu\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ea8jy4\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"a_yZGqIEO\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"IHxN77u6X\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17igskb framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"IHxN77u6X\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9uohj6-container\",layoutDependency:layoutDependency,layoutId:\"R0vpYAwKY-container\",nodeId:\"R0vpYAwKY\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"R0vpYAwKY\",kIo3anXUn:\"Report Overview\",layoutId:\"R0vpYAwKY\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"qF1gaLPgv\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jyauxo framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"qF1gaLPgv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17f50zs-container\",layoutDependency:layoutDependency,layoutId:\"qhnCvIVBJ-container\",nodeId:\"qhnCvIVBJ\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"qhnCvIVBJ\",kIo3anXUn:\"Key learnings\",layoutId:\"qhnCvIVBJ\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"STiJG_5qc\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-dwbh6j framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"STiJG_5qc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fanjm1-container\",layoutDependency:layoutDependency,layoutId:\"lnI2cU_1D-container\",nodeId:\"lnI2cU_1D\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"lnI2cU_1D\",kIo3anXUn:\"Regions\",layoutId:\"lnI2cU_1D\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"Yup9iaUWv\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bdtcl9 framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"Yup9iaUWv\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18loz0f-container\",layoutDependency:layoutDependency,layoutId:\"hcm62NiLZ-container\",nodeId:\"hcm62NiLZ\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"hcm62NiLZ\",kIo3anXUn:\"Countries\",layoutId:\"hcm62NiLZ\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"rq2_2voq8\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-24wlsa framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"rq2_2voq8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zm2fy6-container\",layoutDependency:layoutDependency,layoutId:\"aI4sMRNI8-container\",nodeId:\"aI4sMRNI8\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"aI4sMRNI8\",kIo3anXUn:\"Thematic Areas\",layoutId:\"aI4sMRNI8\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"SL7hCN5Kf\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1o94kpq framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"SL7hCN5Kf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11u6kkl-container\",layoutDependency:layoutDependency,layoutId:\"OZHAhPB8Q-container\",nodeId:\"OZHAhPB8Q\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"OZHAhPB8Q\",kIo3anXUn:\"Open Data\",layoutId:\"OZHAhPB8Q\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12m7hjz\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"DLbOiFE7a\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v097e5\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"pSVVCz1PB\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pSVVCz1PB\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"pSVVCz1PB\",name:\"jc3P9Jk_y\",type:\"Identifier\"},{collection:\"pSVVCz1PB\",name:\"id\",type:\"Identifier\"}]},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({id:idpSVVCz1PB,jc3P9Jk_y:jc3P9Jk_ypSVVCz1PB},index3)=>{jc3P9Jk_ypSVVCz1PB??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pSVVCz1PB-${idpSVVCz1PB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{jc3P9Jk_y:jc3P9Jk_ypSVVCz1PB},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w9yn11\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"i3mX2t1SB\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-208rrw\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"UsSxt3_TF\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yqj830-container\",layoutDependency:layoutDependency,layoutId:\"hVPznnWd5-container\",nodeId:\"hVPznnWd5\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Button,{al8OwCgnb:true,bFFGjUIN_:\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\",D0bDI5SL6:\"DownloadSimple\",F3JhtinxZ:\"Download\",gPzRw1RMG:true,height:\"100%\",id:\"hVPznnWd5\",l41SWI7xB:\"House\",layoutId:\"hVPznnWd5\",nOaLJ9ipX:false,py5Uxrklc:false,variant:\"u9LilOpXR\",VEnw4OvGX:\"duotone\",W56gpU4bs:\"var(--token-ee207c1a-5570-4b08-8aee-9fd17ad04638, rgb(122, 69, 255))\",wa1m5E0y7:false,width:\"100%\",zyLfdIqW_:\"bold\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251)))\"},children:\"Download the complete flagship report\"}),\" of the Global Index on Responsible AI 2024\"]})}),className:\"framer-19ihfvk\",\"data-framer-name\":\"The Power of Positive Thinking: How It Can Transform Your Life\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v5YIHuuwh\",style:{\"--extracted-1w3ko1f\":\"var(--token-e1021df9-e07f-4ec8-bb68-a565f8b77cdd, rgb(144, 148, 251))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})},idpSVVCz1PB);})})})})})]}),isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ubngth\",\"data-framer-name\":\"Small Container\",layoutDependency:layoutDependency,layoutId:\"wA8KaaZMN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18micci\",\"data-styles-preset\":\"hUbg_R7du\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235)))\"},children:\"Explore Regions\"})}),className:\"framer-7x4045\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SdgOwW1y7\",style:{\"--extracted-r6o4lv\":\"var(--token-408efedc-412f-4611-bbd9-64aab8056ed0, rgb(215, 221, 235))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uyxkad\",\"data-framer-name\":\"Menu List Wrapper\",layoutDependency:layoutDependency,layoutId:\"rSPuEwOcF\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NrngcOvOh\"},motionChild:true,nodeId:\"Z7MeTIfMF\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ciwqih framer-16t40k3\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"Z7MeTIfMF\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d7luu5-container\",layoutDependency:layoutDependency,layoutId:\"C4koetp5K-container\",nodeId:\"C4koetp5K\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"C4koetp5K\",kIo3anXUn:\"Africa\",layoutId:\"C4koetp5K\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtDnmJY01\"},motionChild:true,nodeId:\"u6zmkL9Lw\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6k1n97 framer-16t40k3\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"u6zmkL9Lw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13c33x-container\",layoutDependency:layoutDependency,layoutId:\"rTZAvpYDQ-container\",nodeId:\"rTZAvpYDQ\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"rTZAvpYDQ\",kIo3anXUn:\"Asia and Oceania\",layoutId:\"rTZAvpYDQ\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"EmycESIqh\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1k4zszq framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"EmycESIqh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lnc7u9-container\",layoutDependency:layoutDependency,layoutId:\"W4_HOO2fs-container\",nodeId:\"W4_HOO2fs\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"W4_HOO2fs\",kIo3anXUn:\"The Caribbean\",layoutId:\"W4_HOO2fs\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"jo6jjf8B2\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gd8pyz framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"jo6jjf8B2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1etoloc-container\",layoutDependency:layoutDependency,layoutId:\"okeSaed2o-container\",nodeId:\"okeSaed2o\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"okeSaed2o\",kIo3anXUn:\"Europe\",layoutId:\"okeSaed2o\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"XwFiaA7fS\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1l8gypw framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"XwFiaA7fS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3v6fji-container\",layoutDependency:layoutDependency,layoutId:\"uwFOz_5t_-container\",nodeId:\"uwFOz_5t_\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"uwFOz_5t_\",kIo3anXUn:\"Middle East\",layoutId:\"uwFOz_5t_\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LVkZbuwNC\"},motionChild:true,nodeId:\"YtfsBHDDQ\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ett5de framer-16t40k3\",\"data-framer-name\":\"Integrations\",layoutDependency:layoutDependency,layoutId:\"YtfsBHDDQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rb6abt-container\",layoutDependency:layoutDependency,layoutId:\"gFAtGWj2Z-container\",nodeId:\"gFAtGWj2Z\",rendersWithMotion:true,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(NavbarDropdownSingleItem,{height:\"100%\",id:\"gFAtGWj2Z\",kIo3anXUn:\"North America\",layoutId:\"gFAtGWj2Z\",o8DDhltw8:false,variant:\"MV83Yg6PL\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-cf1ggx\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"S9ZFjFb9B\",style:{backgroundColor:\"var(--token-8cb2a93f-ad3a-4cff-9718-007845a7eac3, rgb(39, 41, 56))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uu5bnh\",\"data-framer-name\":\"Blog Collection Single\",layoutDependency:layoutDependency,layoutId:\"t_E87WsRn\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"t_E87WsRn\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[],where:{left:{left:{collection:\"t_E87WsRn\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"t_E87WsRn\",name:\"EgBFr6Jb7\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection7,paginationInfo7,loadMore7)=>/*#__PURE__*/_jsx(_Fragment,{})})})})]})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19kj9au\",\"data-framer-name\":\"Navigation Bar\",layoutDependency:layoutDependency,layoutId:\"JssHgJlTi\",style:{backdropFilter:\"blur(50px)\",backgroundColor:\"rgba(31, 33, 46, 0.5)\",WebkitBackdropFilter:\"blur(50px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-go3xny\",\"data-framer-name\":\"Brand Wrapper\",layoutDependency:layoutDependency,layoutId:\"Si59LaWXZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"L17nG4rFq\"},motionChild:true,nodeId:\"IiqrfDg3b\",openInNewTab:false,scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-orqyor framer-16t40k3\",\"data-framer-name\":\"Brand\",layoutDependency:layoutDependency,layoutId:\"IiqrfDg3b\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"IbN1IKt8o\",scopeId:\"vGeneWfrW\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"},className:\"framer-ylbfqw framer-16t40k3\",\"data-framer-name\":\"Brand\",layoutDependency:layoutDependency,layoutId:\"IbN1IKt8o\",...addPropertyOverrides({g8_IOUrGu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+28+24+0+0),pixelHeight:36,pixelWidth:180,src:\"https://framerusercontent.com/images/JTXP9ZslSZX5hODB4PGcwbkDnzI.svg\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jtp9se\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gWV71VWGy\",onTap:onTapvlpn3t,style:{backgroundColor:\"var(--token-dcf086af-f9c8-4f0e-b06a-117bfe93bda5, rgb(164, 252, 233))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-je2lsr\",layoutDependency:layoutDependency,layoutId:\"hBCoZ0k_i\",style:{rotate:-90},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-124z701\",layoutDependency:layoutDependency,layoutId:\"zNNtlTdrb\",style:{backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wgwj4m\",layoutDependency:layoutDependency,layoutId:\"ZuZCEtyEg\",style:{backgroundColor:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(18, 20, 29))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:-45}})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hNY5J.framer-16t40k3, .framer-hNY5J .framer-16t40k3 { display: block; }\",\".framer-hNY5J.framer-net5mn { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1200px; }\",\".framer-hNY5J .framer-19f90q0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-136z2mo, .framer-hNY5J .framer-qnrfa9, .framer-hNY5J .framer-1hnpbcl, .framer-hNY5J .framer-33phue { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-hNY5J .framer-3ex5mv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-92dry9, .framer-hNY5J .framer-go3xny { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-xn5y0a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-1shm2oc, .framer-hNY5J .framer-ylbfqw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 45px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 223px; }\",\".framer-hNY5J .framer-6leehs, .framer-hNY5J .framer-1jtp9se { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hNY5J .framer-170jhj1, .framer-hNY5J .framer-je2lsr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 24px; }\",\".framer-hNY5J .framer-1kykrlg { bottom: 0px; flex: none; left: 6px; overflow: visible; position: absolute; top: 0px; width: 3px; z-index: 1; }\",\".framer-hNY5J .framer-1ye60bb { bottom: 0px; flex: none; overflow: visible; position: absolute; right: 6px; top: 0px; width: 3px; z-index: 1; }\",\".framer-hNY5J .framer-1aexq81 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hNY5J .framer-b5s7e5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 140px 0px 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-1a5keaw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hNY5J .framer-y5q17j-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 1; }\",\".framer-hNY5J .framer-14gkvzo-container, .framer-hNY5J .framer-11g2b7z-container, .framer-hNY5J .framer-1nebz8x-container, .framer-hNY5J .framer-1g6r784-container, .framer-hNY5J .framer-1naumjk-container, .framer-hNY5J .framer-bj2mwu-container, .framer-hNY5J .framer-ztdlz8-container, .framer-hNY5J .framer-10ow6y9-container, .framer-hNY5J .framer-41beil-container, .framer-hNY5J .framer-advm1r-container, .framer-hNY5J .framer-4nbvs5-container, .framer-hNY5J .framer-zgi958-container, .framer-hNY5J .framer-8h2s3a-container, .framer-hNY5J .framer-1bf9lma-container, .framer-hNY5J .framer-i6u3ph-container, .framer-hNY5J .framer-o497rb-container, .framer-hNY5J .framer-1nn5xem-container, .framer-hNY5J .framer-e7blei-container, .framer-hNY5J .framer-5zb5gs-container, .framer-hNY5J .framer-1hyi19f-container, .framer-hNY5J .framer-swhffp-container, .framer-hNY5J .framer-1szr4md-container, .framer-hNY5J .framer-1ay2hg5-container, .framer-hNY5J .framer-1jf4kfh-container, .framer-hNY5J .framer-ducw25-container, .framer-hNY5J .framer-bx320j-container, .framer-hNY5J .framer-1e8q70c-container, .framer-hNY5J .framer-fw6ah2-container, .framer-hNY5J .framer-1dvjyqa-container, .framer-hNY5J .framer-1f3zw7m-container, .framer-hNY5J .framer-y2vnxi-container, .framer-hNY5J .framer-e68bvj-container, .framer-hNY5J .framer-wdzmg7-container, .framer-hNY5J .framer-q393ze-container, .framer-hNY5J .framer-1fd6b8d-container, .framer-hNY5J .framer-mzrr7-container, .framer-hNY5J .framer-1gx0suo-container, .framer-hNY5J .framer-gpzdjy-container, .framer-hNY5J .framer-1kl79fx-container, .framer-hNY5J .framer-1ykmn5x-container, .framer-hNY5J .framer-1ffywvp-container, .framer-hNY5J .framer-tg99c3-container, .framer-hNY5J .framer-11grb52-container, .framer-hNY5J .framer-14jcr2v-container, .framer-hNY5J .framer-7t5nn7-container, .framer-hNY5J .framer-1wwbwwq-container, .framer-hNY5J .framer-vqxfrx-container, .framer-hNY5J .framer-1io2r21-container, .framer-hNY5J .framer-1r9ney5-container, .framer-hNY5J .framer-7jyvyu-container, .framer-hNY5J .framer-1vs662r-container, .framer-hNY5J .framer-15ryglc-container, .framer-hNY5J .framer-19365t7-container, .framer-hNY5J .framer-zbs98p-container, .framer-hNY5J .framer-l3q34w-container, .framer-hNY5J .framer-1ma1nmg-container, .framer-hNY5J .framer-uc1oz0-container, .framer-hNY5J .framer-y86l1r-container, .framer-hNY5J .framer-1hwi2nf-container, .framer-hNY5J .framer-zq3wca-container, .framer-hNY5J .framer-13arqeh-container, .framer-hNY5J .framer-1c9sl11-container, .framer-hNY5J .framer-1s75xss-container, .framer-hNY5J .framer-1j7mn3q-container, .framer-hNY5J .framer-2yn8nj-container, .framer-hNY5J .framer-2vb7ct-container, .framer-hNY5J .framer-9uohj6-container, .framer-hNY5J .framer-17f50zs-container, .framer-hNY5J .framer-1fanjm1-container, .framer-hNY5J .framer-18loz0f-container, .framer-hNY5J .framer-zm2fy6-container, .framer-hNY5J .framer-11u6kkl-container, .framer-hNY5J .framer-1yqj830-container, .framer-hNY5J .framer-1d7luu5-container, .framer-hNY5J .framer-13c33x-container, .framer-hNY5J .framer-1lnc7u9-container, .framer-hNY5J .framer-1etoloc-container, .framer-hNY5J .framer-3v6fji-container, .framer-hNY5J .framer-rb6abt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hNY5J .framer-14k6ik2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-je9lbh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-hNY5J .framer-9cjyp5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 110px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-dbyeo5, .framer-hNY5J .framer-hpx8vm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-obgtel, .framer-hNY5J .framer-bvqens { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\",\".framer-hNY5J .framer-ddk4un, .framer-hNY5J .framer-ontmz8, .framer-hNY5J .framer-16gq3er, .framer-hNY5J .framer-9zv7o, .framer-hNY5J .framer-7pmu0z, .framer-hNY5J .framer-p6tvcs, .framer-hNY5J .framer-ea8jy4, .framer-hNY5J .framer-uyxkad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-q9da18, .framer-hNY5J .framer-dt3nb4, .framer-hNY5J .framer-gvgl03, .framer-hNY5J .framer-19ft479, .framer-hNY5J .framer-r42k8w, .framer-hNY5J .framer-99qvb0, .framer-hNY5J .framer-17igskb, .framer-hNY5J .framer-1ciwqih { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 334px; }\",\".framer-hNY5J .framer-5e3ew, .framer-hNY5J .framer-18u25hc, .framer-hNY5J .framer-17nofsy, .framer-hNY5J .framer-1ne23ig, .framer-hNY5J .framer-6ovb9y, .framer-hNY5J .framer-19u4jia, .framer-hNY5J .framer-1tl8paj, .framer-hNY5J .framer-uq5gf6, .framer-hNY5J .framer-hwwu8p, .framer-hNY5J .framer-1kq29jp, .framer-hNY5J .framer-1h3mv9k, .framer-hNY5J .framer-agezzq, .framer-hNY5J .framer-17aof96, .framer-hNY5J .framer-1sz44zc, .framer-hNY5J .framer-ccvlys, .framer-hNY5J .framer-1w5eris, .framer-hNY5J .framer-1op09gi, .framer-hNY5J .framer-1yl4330, .framer-hNY5J .framer-1halhas, .framer-hNY5J .framer-1awg44b, .framer-hNY5J .framer-1qzuup, .framer-hNY5J .framer-8xzt8y, .framer-hNY5J .framer-b10bx7, .framer-hNY5J .framer-56opgt, .framer-hNY5J .framer-wztqgc, .framer-hNY5J .framer-1hx9458, .framer-hNY5J .framer-1gqzgiy, .framer-hNY5J .framer-m269bs, .framer-hNY5J .framer-1nbosbi, .framer-hNY5J .framer-1i7yalz, .framer-hNY5J .framer-1ls8clm, .framer-hNY5J .framer-oyyvnu, .framer-hNY5J .framer-a4gluu, .framer-hNY5J .framer-1gv2dsl, .framer-hNY5J .framer-7t9p88, .framer-hNY5J .framer-1j31jmn, .framer-hNY5J .framer-1ey9u6w, .framer-hNY5J .framer-1r0wvgh, .framer-hNY5J .framer-s3xvqf, .framer-hNY5J .framer-4f7ikn, .framer-hNY5J .framer-14e23a8, .framer-hNY5J .framer-pw12iq, .framer-hNY5J .framer-fij97, .framer-hNY5J .framer-1h9j2u3, .framer-hNY5J .framer-1bigaft, .framer-hNY5J .framer-10073ju, .framer-hNY5J .framer-sgfkpz, .framer-hNY5J .framer-jyauxo, .framer-hNY5J .framer-dwbh6j, .framer-hNY5J .framer-bdtcl9, .framer-hNY5J .framer-24wlsa, .framer-hNY5J .framer-1o94kpq, .framer-hNY5J .framer-6k1n97, .framer-hNY5J .framer-1k4zszq, .framer-hNY5J .framer-gd8pyz, .framer-hNY5J .framer-1l8gypw, .framer-hNY5J .framer-1ett5de { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 334px; }\",\".framer-hNY5J .framer-hqmvn6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 334px; }\",\".framer-hNY5J .framer-jssxni, .framer-hNY5J .framer-10v6nfw, .framer-hNY5J .framer-4xgvla { align-self: stretch; flex: none; height: 2px; overflow: visible; position: relative; width: auto; }\",\".framer-hNY5J .framer-19qyv8t, .framer-hNY5J .framer-puyngg, .framer-hNY5J .framer-1sbol4m, .framer-hNY5J .framer-1914ahv, .framer-hNY5J .framer-1d5yhh2, .framer-hNY5J .framer-1b85xyz { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: auto; }\",\".framer-hNY5J .framer-1f69a62, .framer-hNY5J .framer-shi0d6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 16px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-7zm5ak, .framer-hNY5J .framer-pzpsqn, .framer-hNY5J .framer-1k0kc30 { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-hNY5J .framer-esgmga, .framer-hNY5J .framer-17fsrjg, .framer-hNY5J .framer-8pf36m { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hNY5J .framer-1qjqr2e, .framer-hNY5J .framer-8d3w1h, .framer-hNY5J .framer-1j99otp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-ohktbj, .framer-hNY5J .framer-80bsfh, .framer-hNY5J .framer-ytwtyl, .framer-hNY5J .framer-1pniem5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hNY5J .framer-1v2vtdw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hNY5J .framer-1khljf6, .framer-hNY5J .framer-732pwf, .framer-hNY5J .framer-qcmhvj, .framer-hNY5J .framer-134sf34, .framer-hNY5J .framer-1hkosbr, .framer-hNY5J .framer-19ihfvk, .framer-hNY5J .framer-7x4045 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hNY5J .framer-1jxncsz, .framer-hNY5J .framer-18dzwa6, .framer-hNY5J .framer-ubngth { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 16px 16px 16px; position: relative; width: 250px; }\",\".framer-hNY5J .framer-10qhv5o, .framer-hNY5J .framer-ub9ua, .framer-hNY5J .framer-1xidow6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 16px 16px 16px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-y3wzss, .framer-hNY5J .framer-itm1xj, .framer-hNY5J .framer-w5drpl { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-hNY5J .framer-1rxdvw9-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-hNY5J .framer-ji6qd4, .framer-hNY5J .framer-1ufywe3, .framer-hNY5J .framer-dx2jfc { align-self: stretch; flex: none; height: 1px; overflow: visible; position: relative; width: auto; }\",\".framer-hNY5J .framer-b0gonb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hNY5J .framer-1cgm0p7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hNY5J .framer-356pke, .framer-hNY5J .framer-1athkgb, .framer-hNY5J .framer-1ghs7b1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hNY5J .framer-d25vf1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 16px; position: relative; text-decoration: none; width: 100%; }\",\".framer-hNY5J .framer-rmhji { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hNY5J .framer-3apogh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hNY5J .framer-sg740k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-1ykop3m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 192px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-1qvk20i, .framer-hNY5J .framer-1qzyk8h, .framer-hNY5J .framer-lejt5y { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-hNY5J .framer-1n9jb8-container, .framer-hNY5J .framer-bsupce-container, .framer-hNY5J .framer-spawf9-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-hNY5J .framer-1w7g6c7 { flex: none; height: 2px; overflow: visible; position: relative; width: 100%; }\",\".framer-hNY5J .framer-1r5swq3 { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-1e8gfbc, .framer-hNY5J .framer-9nfx76, .framer-hNY5J .framer-ksrjf0, .framer-hNY5J .framer-19vwbaj { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-hNY5J .framer-1949q49-container, .framer-hNY5J .framer-19kgz36-container, .framer-hNY5J .framer-ck6wst-container, .framer-hNY5J .framer-kcinad-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-hNY5J .framer-12m7hjz, .framer-hNY5J .framer-cf1ggx { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-hNY5J .framer-1v097e5, .framer-hNY5J .framer-uu5bnh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-w9yn11 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 16px; position: relative; width: 100%; }\",\".framer-hNY5J .framer-208rrw { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hNY5J .framer-19kj9au { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-hNY5J .framer-orqyor { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-hNY5J .framer-124z701 { bottom: 0px; flex: none; left: calc(50.00000000000002% - 3px / 2); overflow: visible; position: absolute; top: 0px; width: 3px; z-index: 1; }\",\".framer-hNY5J .framer-wgwj4m { bottom: 0px; flex: none; height: 24px; left: calc(50.00000000000002% - 3px / 2); overflow: visible; position: absolute; width: 3px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hNY5J.framer-net5mn, .framer-hNY5J .framer-19f90q0, .framer-hNY5J .framer-3ex5mv, .framer-hNY5J .framer-92dry9, .framer-hNY5J .framer-xn5y0a, .framer-hNY5J .framer-1shm2oc, .framer-hNY5J .framer-6leehs, .framer-hNY5J .framer-170jhj1, .framer-hNY5J .framer-1aexq81, .framer-hNY5J .framer-b5s7e5, .framer-hNY5J .framer-1a5keaw, .framer-hNY5J .framer-14k6ik2, .framer-hNY5J .framer-je9lbh, .framer-hNY5J .framer-9cjyp5, .framer-hNY5J .framer-dbyeo5, .framer-hNY5J .framer-ddk4un, .framer-hNY5J .framer-q9da18, .framer-hNY5J .framer-5e3ew, .framer-hNY5J .framer-hqmvn6, .framer-hNY5J .framer-18u25hc, .framer-hNY5J .framer-17nofsy, .framer-hNY5J .framer-1ne23ig, .framer-hNY5J .framer-6ovb9y, .framer-hNY5J .framer-19qyv8t, .framer-hNY5J .framer-1f69a62, .framer-hNY5J .framer-esgmga, .framer-hNY5J .framer-1qjqr2e, .framer-hNY5J .framer-1v2vtdw, .framer-hNY5J .framer-1jxncsz, .framer-hNY5J .framer-ontmz8, .framer-hNY5J .framer-dt3nb4, .framer-hNY5J .framer-19u4jia, .framer-hNY5J .framer-1tl8paj, .framer-hNY5J .framer-uq5gf6, .framer-hNY5J .framer-hwwu8p, .framer-hNY5J .framer-1kq29jp, .framer-hNY5J .framer-hpx8vm, .framer-hNY5J .framer-16gq3er, .framer-hNY5J .framer-gvgl03, .framer-hNY5J .framer-1h3mv9k, .framer-hNY5J .framer-agezzq, .framer-hNY5J .framer-17aof96, .framer-hNY5J .framer-1sz44zc, .framer-hNY5J .framer-ccvlys, .framer-hNY5J .framer-1w5eris, .framer-hNY5J .framer-1op09gi, .framer-hNY5J .framer-1yl4330, .framer-hNY5J .framer-1halhas, .framer-hNY5J .framer-1awg44b, .framer-hNY5J .framer-1qzuup, .framer-hNY5J .framer-8xzt8y, .framer-hNY5J .framer-b10bx7, .framer-hNY5J .framer-56opgt, .framer-hNY5J .framer-wztqgc, .framer-hNY5J .framer-1hx9458, .framer-hNY5J .framer-1gqzgiy, .framer-hNY5J .framer-m269bs, .framer-hNY5J .framer-1nbosbi, .framer-hNY5J .framer-puyngg, .framer-hNY5J .framer-shi0d6, .framer-hNY5J .framer-17fsrjg, .framer-hNY5J .framer-8d3w1h, .framer-hNY5J .framer-10qhv5o, .framer-hNY5J .framer-9zv7o, .framer-hNY5J .framer-19ft479, .framer-hNY5J .framer-1i7yalz, .framer-hNY5J .framer-1ls8clm, .framer-hNY5J .framer-oyyvnu, .framer-hNY5J .framer-a4gluu, .framer-hNY5J .framer-1gv2dsl, .framer-hNY5J .framer-1sbol4m, .framer-hNY5J .framer-ub9ua, .framer-hNY5J .framer-7pmu0z, .framer-hNY5J .framer-r42k8w, .framer-hNY5J .framer-7t9p88, .framer-hNY5J .framer-1j31jmn, .framer-hNY5J .framer-1ey9u6w, .framer-hNY5J .framer-1r0wvgh, .framer-hNY5J .framer-s3xvqf, .framer-hNY5J .framer-1914ahv, .framer-hNY5J .framer-1xidow6, .framer-hNY5J .framer-p6tvcs, .framer-hNY5J .framer-99qvb0, .framer-hNY5J .framer-4f7ikn, .framer-hNY5J .framer-14e23a8, .framer-hNY5J .framer-pw12iq, .framer-hNY5J .framer-fij97, .framer-hNY5J .framer-1h9j2u3, .framer-hNY5J .framer-1d5yhh2, .framer-hNY5J .framer-b0gonb, .framer-hNY5J .framer-1cgm0p7, .framer-hNY5J .framer-356pke, .framer-hNY5J .framer-1athkgb, .framer-hNY5J .framer-1ghs7b1, .framer-hNY5J .framer-1bigaft, .framer-hNY5J .framer-10073ju, .framer-hNY5J .framer-sgfkpz, .framer-hNY5J .framer-1b85xyz, .framer-hNY5J .framer-d25vf1, .framer-hNY5J .framer-8pf36m, .framer-hNY5J .framer-1j99otp, .framer-hNY5J .framer-rmhji, .framer-hNY5J .framer-3apogh, .framer-hNY5J .framer-sg740k, .framer-hNY5J .framer-1ykop3m, .framer-hNY5J .framer-1qvk20i, .framer-hNY5J .framer-1qzyk8h, .framer-hNY5J .framer-lejt5y, .framer-hNY5J .framer-1e8gfbc, .framer-hNY5J .framer-9nfx76, .framer-hNY5J .framer-ksrjf0, .framer-hNY5J .framer-19vwbaj, .framer-hNY5J .framer-18dzwa6, .framer-hNY5J .framer-ea8jy4, .framer-hNY5J .framer-17igskb, .framer-hNY5J .framer-jyauxo, .framer-hNY5J .framer-dwbh6j, .framer-hNY5J .framer-bdtcl9, .framer-hNY5J .framer-24wlsa, .framer-hNY5J .framer-1o94kpq, .framer-hNY5J .framer-1v097e5, .framer-hNY5J .framer-w9yn11, .framer-hNY5J .framer-208rrw, .framer-hNY5J .framer-ubngth, .framer-hNY5J .framer-uyxkad, .framer-hNY5J .framer-1ciwqih, .framer-hNY5J .framer-6k1n97, .framer-hNY5J .framer-1k4zszq, .framer-hNY5J .framer-gd8pyz, .framer-hNY5J .framer-1l8gypw, .framer-hNY5J .framer-1ett5de, .framer-hNY5J .framer-uu5bnh, .framer-hNY5J .framer-go3xny, .framer-hNY5J .framer-orqyor, .framer-hNY5J .framer-ylbfqw, .framer-hNY5J .framer-1jtp9se, .framer-hNY5J .framer-je2lsr { gap: 0px; } .framer-hNY5J.framer-net5mn > *, .framer-hNY5J .framer-ddk4un > *, .framer-hNY5J .framer-q9da18 > *, .framer-hNY5J .framer-ontmz8 > *, .framer-hNY5J .framer-dt3nb4 > *, .framer-hNY5J .framer-16gq3er > *, .framer-hNY5J .framer-gvgl03 > *, .framer-hNY5J .framer-9zv7o > *, .framer-hNY5J .framer-19ft479 > *, .framer-hNY5J .framer-7pmu0z > *, .framer-hNY5J .framer-r42k8w > *, .framer-hNY5J .framer-p6tvcs > *, .framer-hNY5J .framer-99qvb0 > *, .framer-hNY5J .framer-3apogh > *, .framer-hNY5J .framer-ea8jy4 > *, .framer-hNY5J .framer-17igskb > *, .framer-hNY5J .framer-uyxkad > *, .framer-hNY5J .framer-1ciwqih > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hNY5J.framer-net5mn > :first-child, .framer-hNY5J .framer-dbyeo5 > :first-child, .framer-hNY5J .framer-ddk4un > :first-child, .framer-hNY5J .framer-q9da18 > :first-child, .framer-hNY5J .framer-5e3ew > :first-child, .framer-hNY5J .framer-hqmvn6 > :first-child, .framer-hNY5J .framer-18u25hc > :first-child, .framer-hNY5J .framer-17nofsy > :first-child, .framer-hNY5J .framer-1ne23ig > :first-child, .framer-hNY5J .framer-6ovb9y > :first-child, .framer-hNY5J .framer-19qyv8t > :first-child, .framer-hNY5J .framer-esgmga > :first-child, .framer-hNY5J .framer-1jxncsz > :first-child, .framer-hNY5J .framer-ontmz8 > :first-child, .framer-hNY5J .framer-dt3nb4 > :first-child, .framer-hNY5J .framer-19u4jia > :first-child, .framer-hNY5J .framer-1tl8paj > :first-child, .framer-hNY5J .framer-uq5gf6 > :first-child, .framer-hNY5J .framer-hwwu8p > :first-child, .framer-hNY5J .framer-1kq29jp > :first-child, .framer-hNY5J .framer-hpx8vm > :first-child, .framer-hNY5J .framer-16gq3er > :first-child, .framer-hNY5J .framer-gvgl03 > :first-child, .framer-hNY5J .framer-1h3mv9k > :first-child, .framer-hNY5J .framer-agezzq > :first-child, .framer-hNY5J .framer-17aof96 > :first-child, .framer-hNY5J .framer-1sz44zc > :first-child, .framer-hNY5J .framer-ccvlys > :first-child, .framer-hNY5J .framer-1w5eris > :first-child, .framer-hNY5J .framer-1op09gi > :first-child, .framer-hNY5J .framer-1yl4330 > :first-child, .framer-hNY5J .framer-1halhas > :first-child, .framer-hNY5J .framer-1awg44b > :first-child, .framer-hNY5J .framer-1qzuup > :first-child, .framer-hNY5J .framer-8xzt8y > :first-child, .framer-hNY5J .framer-b10bx7 > :first-child, .framer-hNY5J .framer-56opgt > :first-child, .framer-hNY5J .framer-wztqgc > :first-child, .framer-hNY5J .framer-1hx9458 > :first-child, .framer-hNY5J .framer-1gqzgiy > :first-child, .framer-hNY5J .framer-m269bs > :first-child, .framer-hNY5J .framer-1nbosbi > :first-child, .framer-hNY5J .framer-puyngg > :first-child, .framer-hNY5J .framer-17fsrjg > :first-child, .framer-hNY5J .framer-10qhv5o > :first-child, .framer-hNY5J .framer-9zv7o > :first-child, .framer-hNY5J .framer-19ft479 > :first-child, .framer-hNY5J .framer-1i7yalz > :first-child, .framer-hNY5J .framer-1ls8clm > :first-child, .framer-hNY5J .framer-oyyvnu > :first-child, .framer-hNY5J .framer-a4gluu > :first-child, .framer-hNY5J .framer-1gv2dsl > :first-child, .framer-hNY5J .framer-1sbol4m > :first-child, .framer-hNY5J .framer-ub9ua > :first-child, .framer-hNY5J .framer-7pmu0z > :first-child, .framer-hNY5J .framer-r42k8w > :first-child, .framer-hNY5J .framer-7t9p88 > :first-child, .framer-hNY5J .framer-1j31jmn > :first-child, .framer-hNY5J .framer-1ey9u6w > :first-child, .framer-hNY5J .framer-1r0wvgh > :first-child, .framer-hNY5J .framer-s3xvqf > :first-child, .framer-hNY5J .framer-1914ahv > :first-child, .framer-hNY5J .framer-1xidow6 > :first-child, .framer-hNY5J .framer-p6tvcs > :first-child, .framer-hNY5J .framer-99qvb0 > :first-child, .framer-hNY5J .framer-4f7ikn > :first-child, .framer-hNY5J .framer-14e23a8 > :first-child, .framer-hNY5J .framer-pw12iq > :first-child, .framer-hNY5J .framer-fij97 > :first-child, .framer-hNY5J .framer-1h9j2u3 > :first-child, .framer-hNY5J .framer-1d5yhh2 > :first-child, .framer-hNY5J .framer-b0gonb > :first-child, .framer-hNY5J .framer-1cgm0p7 > :first-child, .framer-hNY5J .framer-356pke > :first-child, .framer-hNY5J .framer-1athkgb > :first-child, .framer-hNY5J .framer-1ghs7b1 > :first-child, .framer-hNY5J .framer-1bigaft > :first-child, .framer-hNY5J .framer-10073ju > :first-child, .framer-hNY5J .framer-sgfkpz > :first-child, .framer-hNY5J .framer-1b85xyz > :first-child, .framer-hNY5J .framer-8pf36m > :first-child, .framer-hNY5J .framer-3apogh > :first-child, .framer-hNY5J .framer-sg740k > :first-child, .framer-hNY5J .framer-1e8gfbc > :first-child, .framer-hNY5J .framer-9nfx76 > :first-child, .framer-hNY5J .framer-ksrjf0 > :first-child, .framer-hNY5J .framer-19vwbaj > :first-child, .framer-hNY5J .framer-18dzwa6 > :first-child, .framer-hNY5J .framer-ea8jy4 > :first-child, .framer-hNY5J .framer-17igskb > :first-child, .framer-hNY5J .framer-jyauxo > :first-child, .framer-hNY5J .framer-dwbh6j > :first-child, .framer-hNY5J .framer-bdtcl9 > :first-child, .framer-hNY5J .framer-24wlsa > :first-child, .framer-hNY5J .framer-1o94kpq > :first-child, .framer-hNY5J .framer-1v097e5 > :first-child, .framer-hNY5J .framer-208rrw > :first-child, .framer-hNY5J .framer-ubngth > :first-child, .framer-hNY5J .framer-uyxkad > :first-child, .framer-hNY5J .framer-1ciwqih > :first-child, .framer-hNY5J .framer-6k1n97 > :first-child, .framer-hNY5J .framer-1k4zszq > :first-child, .framer-hNY5J .framer-gd8pyz > :first-child, .framer-hNY5J .framer-1l8gypw > :first-child, .framer-hNY5J .framer-1ett5de > :first-child, .framer-hNY5J .framer-uu5bnh > :first-child { margin-top: 0px; } .framer-hNY5J.framer-net5mn > :last-child, .framer-hNY5J .framer-dbyeo5 > :last-child, .framer-hNY5J .framer-ddk4un > :last-child, .framer-hNY5J .framer-q9da18 > :last-child, .framer-hNY5J .framer-5e3ew > :last-child, .framer-hNY5J .framer-hqmvn6 > :last-child, .framer-hNY5J .framer-18u25hc > :last-child, .framer-hNY5J .framer-17nofsy > :last-child, .framer-hNY5J .framer-1ne23ig > :last-child, .framer-hNY5J .framer-6ovb9y > :last-child, .framer-hNY5J .framer-19qyv8t > :last-child, .framer-hNY5J .framer-esgmga > :last-child, .framer-hNY5J .framer-1jxncsz > :last-child, .framer-hNY5J .framer-ontmz8 > :last-child, .framer-hNY5J .framer-dt3nb4 > :last-child, .framer-hNY5J .framer-19u4jia > :last-child, .framer-hNY5J .framer-1tl8paj > :last-child, .framer-hNY5J .framer-uq5gf6 > :last-child, .framer-hNY5J .framer-hwwu8p > :last-child, .framer-hNY5J .framer-1kq29jp > :last-child, .framer-hNY5J .framer-hpx8vm > :last-child, .framer-hNY5J .framer-16gq3er > :last-child, .framer-hNY5J .framer-gvgl03 > :last-child, .framer-hNY5J .framer-1h3mv9k > :last-child, .framer-hNY5J .framer-agezzq > :last-child, .framer-hNY5J .framer-17aof96 > :last-child, .framer-hNY5J .framer-1sz44zc > :last-child, .framer-hNY5J .framer-ccvlys > :last-child, .framer-hNY5J .framer-1w5eris > :last-child, .framer-hNY5J .framer-1op09gi > :last-child, .framer-hNY5J .framer-1yl4330 > :last-child, .framer-hNY5J .framer-1halhas > :last-child, .framer-hNY5J .framer-1awg44b > :last-child, .framer-hNY5J .framer-1qzuup > :last-child, .framer-hNY5J .framer-8xzt8y > :last-child, .framer-hNY5J .framer-b10bx7 > :last-child, .framer-hNY5J .framer-56opgt > :last-child, .framer-hNY5J .framer-wztqgc > :last-child, .framer-hNY5J .framer-1hx9458 > :last-child, .framer-hNY5J .framer-1gqzgiy > :last-child, .framer-hNY5J .framer-m269bs > :last-child, .framer-hNY5J .framer-1nbosbi > :last-child, .framer-hNY5J .framer-puyngg > :last-child, .framer-hNY5J .framer-17fsrjg > :last-child, .framer-hNY5J .framer-10qhv5o > :last-child, .framer-hNY5J .framer-9zv7o > :last-child, .framer-hNY5J .framer-19ft479 > :last-child, .framer-hNY5J .framer-1i7yalz > :last-child, .framer-hNY5J .framer-1ls8clm > :last-child, .framer-hNY5J .framer-oyyvnu > :last-child, .framer-hNY5J .framer-a4gluu > :last-child, .framer-hNY5J .framer-1gv2dsl > :last-child, .framer-hNY5J .framer-1sbol4m > :last-child, .framer-hNY5J .framer-ub9ua > :last-child, .framer-hNY5J .framer-7pmu0z > :last-child, .framer-hNY5J .framer-r42k8w > :last-child, .framer-hNY5J .framer-7t9p88 > :last-child, .framer-hNY5J .framer-1j31jmn > :last-child, .framer-hNY5J .framer-1ey9u6w > :last-child, .framer-hNY5J .framer-1r0wvgh > :last-child, .framer-hNY5J .framer-s3xvqf > :last-child, .framer-hNY5J .framer-1914ahv > :last-child, .framer-hNY5J .framer-1xidow6 > :last-child, .framer-hNY5J .framer-p6tvcs > :last-child, .framer-hNY5J .framer-99qvb0 > :last-child, .framer-hNY5J .framer-4f7ikn > :last-child, .framer-hNY5J .framer-14e23a8 > :last-child, .framer-hNY5J .framer-pw12iq > :last-child, .framer-hNY5J .framer-fij97 > :last-child, .framer-hNY5J .framer-1h9j2u3 > :last-child, .framer-hNY5J .framer-1d5yhh2 > :last-child, .framer-hNY5J .framer-b0gonb > :last-child, .framer-hNY5J .framer-1cgm0p7 > :last-child, .framer-hNY5J .framer-356pke > :last-child, .framer-hNY5J .framer-1athkgb > :last-child, .framer-hNY5J .framer-1ghs7b1 > :last-child, .framer-hNY5J .framer-1bigaft > :last-child, .framer-hNY5J .framer-10073ju > :last-child, .framer-hNY5J .framer-sgfkpz > :last-child, .framer-hNY5J .framer-1b85xyz > :last-child, .framer-hNY5J .framer-8pf36m > :last-child, .framer-hNY5J .framer-3apogh > :last-child, .framer-hNY5J .framer-sg740k > :last-child, .framer-hNY5J .framer-1e8gfbc > :last-child, .framer-hNY5J .framer-9nfx76 > :last-child, .framer-hNY5J .framer-ksrjf0 > :last-child, .framer-hNY5J .framer-19vwbaj > :last-child, .framer-hNY5J .framer-18dzwa6 > :last-child, .framer-hNY5J .framer-ea8jy4 > :last-child, .framer-hNY5J .framer-17igskb > :last-child, .framer-hNY5J .framer-jyauxo > :last-child, .framer-hNY5J .framer-dwbh6j > :last-child, .framer-hNY5J .framer-bdtcl9 > :last-child, .framer-hNY5J .framer-24wlsa > :last-child, .framer-hNY5J .framer-1o94kpq > :last-child, .framer-hNY5J .framer-1v097e5 > :last-child, .framer-hNY5J .framer-208rrw > :last-child, .framer-hNY5J .framer-ubngth > :last-child, .framer-hNY5J .framer-uyxkad > :last-child, .framer-hNY5J .framer-1ciwqih > :last-child, .framer-hNY5J .framer-6k1n97 > :last-child, .framer-hNY5J .framer-1k4zszq > :last-child, .framer-hNY5J .framer-gd8pyz > :last-child, .framer-hNY5J .framer-1l8gypw > :last-child, .framer-hNY5J .framer-1ett5de > :last-child, .framer-hNY5J .framer-uu5bnh > :last-child { margin-bottom: 0px; } .framer-hNY5J .framer-19f90q0 > *, .framer-hNY5J .framer-92dry9 > *, .framer-hNY5J .framer-6leehs > *, .framer-hNY5J .framer-170jhj1 > *, .framer-hNY5J .framer-9cjyp5 > *, .framer-hNY5J .framer-1v2vtdw > *, .framer-hNY5J .framer-rmhji > *, .framer-hNY5J .framer-1ykop3m > *, .framer-hNY5J .framer-1qvk20i > *, .framer-hNY5J .framer-1qzyk8h > *, .framer-hNY5J .framer-lejt5y > *, .framer-hNY5J .framer-go3xny > *, .framer-hNY5J .framer-1jtp9se > *, .framer-hNY5J .framer-je2lsr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hNY5J .framer-19f90q0 > :first-child, .framer-hNY5J .framer-3ex5mv > :first-child, .framer-hNY5J .framer-92dry9 > :first-child, .framer-hNY5J .framer-xn5y0a > :first-child, .framer-hNY5J .framer-1shm2oc > :first-child, .framer-hNY5J .framer-6leehs > :first-child, .framer-hNY5J .framer-170jhj1 > :first-child, .framer-hNY5J .framer-1aexq81 > :first-child, .framer-hNY5J .framer-b5s7e5 > :first-child, .framer-hNY5J .framer-1a5keaw > :first-child, .framer-hNY5J .framer-14k6ik2 > :first-child, .framer-hNY5J .framer-je9lbh > :first-child, .framer-hNY5J .framer-9cjyp5 > :first-child, .framer-hNY5J .framer-1f69a62 > :first-child, .framer-hNY5J .framer-1qjqr2e > :first-child, .framer-hNY5J .framer-1v2vtdw > :first-child, .framer-hNY5J .framer-shi0d6 > :first-child, .framer-hNY5J .framer-8d3w1h > :first-child, .framer-hNY5J .framer-d25vf1 > :first-child, .framer-hNY5J .framer-1j99otp > :first-child, .framer-hNY5J .framer-rmhji > :first-child, .framer-hNY5J .framer-1ykop3m > :first-child, .framer-hNY5J .framer-1qvk20i > :first-child, .framer-hNY5J .framer-1qzyk8h > :first-child, .framer-hNY5J .framer-lejt5y > :first-child, .framer-hNY5J .framer-w9yn11 > :first-child, .framer-hNY5J .framer-go3xny > :first-child, .framer-hNY5J .framer-orqyor > :first-child, .framer-hNY5J .framer-ylbfqw > :first-child, .framer-hNY5J .framer-1jtp9se > :first-child, .framer-hNY5J .framer-je2lsr > :first-child { margin-left: 0px; } .framer-hNY5J .framer-19f90q0 > :last-child, .framer-hNY5J .framer-3ex5mv > :last-child, .framer-hNY5J .framer-92dry9 > :last-child, .framer-hNY5J .framer-xn5y0a > :last-child, .framer-hNY5J .framer-1shm2oc > :last-child, .framer-hNY5J .framer-6leehs > :last-child, .framer-hNY5J .framer-170jhj1 > :last-child, .framer-hNY5J .framer-1aexq81 > :last-child, .framer-hNY5J .framer-b5s7e5 > :last-child, .framer-hNY5J .framer-1a5keaw > :last-child, .framer-hNY5J .framer-14k6ik2 > :last-child, .framer-hNY5J .framer-je9lbh > :last-child, .framer-hNY5J .framer-9cjyp5 > :last-child, .framer-hNY5J .framer-1f69a62 > :last-child, .framer-hNY5J .framer-1qjqr2e > :last-child, .framer-hNY5J .framer-1v2vtdw > :last-child, .framer-hNY5J .framer-shi0d6 > :last-child, .framer-hNY5J .framer-8d3w1h > :last-child, .framer-hNY5J .framer-d25vf1 > :last-child, .framer-hNY5J .framer-1j99otp > :last-child, .framer-hNY5J .framer-rmhji > :last-child, .framer-hNY5J .framer-1ykop3m > :last-child, .framer-hNY5J .framer-1qvk20i > :last-child, .framer-hNY5J .framer-1qzyk8h > :last-child, .framer-hNY5J .framer-lejt5y > :last-child, .framer-hNY5J .framer-w9yn11 > :last-child, .framer-hNY5J .framer-go3xny > :last-child, .framer-hNY5J .framer-orqyor > :last-child, .framer-hNY5J .framer-ylbfqw > :last-child, .framer-hNY5J .framer-1jtp9se > :last-child, .framer-hNY5J .framer-je2lsr > :last-child { margin-right: 0px; } .framer-hNY5J .framer-3ex5mv > *, .framer-hNY5J .framer-je9lbh > *, .framer-hNY5J .framer-1f69a62 > *, .framer-hNY5J .framer-shi0d6 > *, .framer-hNY5J .framer-d25vf1 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-hNY5J .framer-xn5y0a > *, .framer-hNY5J .framer-1shm2oc > *, .framer-hNY5J .framer-orqyor > *, .framer-hNY5J .framer-ylbfqw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hNY5J .framer-1aexq81 > *, .framer-hNY5J .framer-w9yn11 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hNY5J .framer-b5s7e5 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-hNY5J .framer-1a5keaw > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-hNY5J .framer-14k6ik2 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-hNY5J .framer-dbyeo5 > *, .framer-hNY5J .framer-19qyv8t > *, .framer-hNY5J .framer-1jxncsz > *, .framer-hNY5J .framer-hpx8vm > *, .framer-hNY5J .framer-puyngg > *, .framer-hNY5J .framer-10qhv5o > *, .framer-hNY5J .framer-1sbol4m > *, .framer-hNY5J .framer-ub9ua > *, .framer-hNY5J .framer-1914ahv > *, .framer-hNY5J .framer-1xidow6 > *, .framer-hNY5J .framer-1d5yhh2 > *, .framer-hNY5J .framer-b0gonb > *, .framer-hNY5J .framer-1b85xyz > *, .framer-hNY5J .framer-18dzwa6 > *, .framer-hNY5J .framer-1v097e5 > *, .framer-hNY5J .framer-ubngth > *, .framer-hNY5J .framer-uu5bnh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hNY5J .framer-5e3ew > *, .framer-hNY5J .framer-hqmvn6 > *, .framer-hNY5J .framer-18u25hc > *, .framer-hNY5J .framer-17nofsy > *, .framer-hNY5J .framer-1ne23ig > *, .framer-hNY5J .framer-6ovb9y > *, .framer-hNY5J .framer-19u4jia > *, .framer-hNY5J .framer-1tl8paj > *, .framer-hNY5J .framer-uq5gf6 > *, .framer-hNY5J .framer-hwwu8p > *, .framer-hNY5J .framer-1kq29jp > *, .framer-hNY5J .framer-1h3mv9k > *, .framer-hNY5J .framer-agezzq > *, .framer-hNY5J .framer-17aof96 > *, .framer-hNY5J .framer-1sz44zc > *, .framer-hNY5J .framer-ccvlys > *, .framer-hNY5J .framer-1w5eris > *, .framer-hNY5J .framer-1op09gi > *, .framer-hNY5J .framer-1yl4330 > *, .framer-hNY5J .framer-1halhas > *, .framer-hNY5J .framer-1awg44b > *, .framer-hNY5J .framer-1qzuup > *, .framer-hNY5J .framer-8xzt8y > *, .framer-hNY5J .framer-b10bx7 > *, .framer-hNY5J .framer-56opgt > *, .framer-hNY5J .framer-wztqgc > *, .framer-hNY5J .framer-1hx9458 > *, .framer-hNY5J .framer-1gqzgiy > *, .framer-hNY5J .framer-m269bs > *, .framer-hNY5J .framer-1nbosbi > *, .framer-hNY5J .framer-1i7yalz > *, .framer-hNY5J .framer-1ls8clm > *, .framer-hNY5J .framer-oyyvnu > *, .framer-hNY5J .framer-a4gluu > *, .framer-hNY5J .framer-1gv2dsl > *, .framer-hNY5J .framer-7t9p88 > *, .framer-hNY5J .framer-1j31jmn > *, .framer-hNY5J .framer-1ey9u6w > *, .framer-hNY5J .framer-1r0wvgh > *, .framer-hNY5J .framer-s3xvqf > *, .framer-hNY5J .framer-4f7ikn > *, .framer-hNY5J .framer-14e23a8 > *, .framer-hNY5J .framer-pw12iq > *, .framer-hNY5J .framer-fij97 > *, .framer-hNY5J .framer-1h9j2u3 > *, .framer-hNY5J .framer-1cgm0p7 > *, .framer-hNY5J .framer-356pke > *, .framer-hNY5J .framer-1athkgb > *, .framer-hNY5J .framer-1ghs7b1 > *, .framer-hNY5J .framer-1bigaft > *, .framer-hNY5J .framer-10073ju > *, .framer-hNY5J .framer-sgfkpz > *, .framer-hNY5J .framer-sg740k > *, .framer-hNY5J .framer-1e8gfbc > *, .framer-hNY5J .framer-9nfx76 > *, .framer-hNY5J .framer-ksrjf0 > *, .framer-hNY5J .framer-19vwbaj > *, .framer-hNY5J .framer-jyauxo > *, .framer-hNY5J .framer-dwbh6j > *, .framer-hNY5J .framer-bdtcl9 > *, .framer-hNY5J .framer-24wlsa > *, .framer-hNY5J .framer-1o94kpq > *, .framer-hNY5J .framer-6k1n97 > *, .framer-hNY5J .framer-1k4zszq > *, .framer-hNY5J .framer-gd8pyz > *, .framer-hNY5J .framer-1l8gypw > *, .framer-hNY5J .framer-1ett5de > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hNY5J .framer-esgmga > *, .framer-hNY5J .framer-17fsrjg > *, .framer-hNY5J .framer-8pf36m > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-hNY5J .framer-1qjqr2e > *, .framer-hNY5J .framer-8d3w1h > *, .framer-hNY5J .framer-1j99otp > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-hNY5J .framer-208rrw > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } }\",\".framer-hNY5J.framer-v-1gpss8t.framer-net5mn { padding: 0px 0px 20px 0px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-je9lbh { max-width: 1200px; padding: 0px 24px 0px 24px; width: min-content; will-change: unset; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-dbyeo5, .framer-hNY5J.framer-v-1jjz53x .framer-dbyeo5 { order: 1; padding: 28px 16px 16px 16px; width: 250px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-obgtel, .framer-hNY5J.framer-v-1gpss8t .framer-bvqens, .framer-hNY5J.framer-v-1jjz53x .framer-obgtel { order: 0; width: 100%; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-ddk4un, .framer-hNY5J.framer-v-1gpss8t .framer-1bf9lma-container, .framer-hNY5J.framer-v-1jjz53x .framer-ddk4un, .framer-hNY5J.framer-v-1bj4o6l .framer-ddk4un, .framer-hNY5J.framer-v-1bj4o6l .framer-9zv7o { order: 2; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-1ne23ig, .framer-hNY5J.framer-v-1gpss8t .framer-1f69a62, .framer-hNY5J.framer-v-1gpss8t .framer-1gv2dsl { gap: 0px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-4nbvs5-container, .framer-hNY5J.framer-v-1gpss8t .framer-1khljf6, .framer-hNY5J.framer-v-1jtyfm8 .framer-19f90q0, .framer-hNY5J.framer-v-1t5r5np .framer-92dry9, .framer-hNY5J.framer-v-1bj4o6l .framer-19f90q0, .framer-hNY5J.framer-v-1bj4o6l .framer-go3xny { order: 0; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-zgi958-container, .framer-hNY5J.framer-v-1jtyfm8 .framer-3ex5mv, .framer-hNY5J.framer-v-1t5r5np .framer-6leehs, .framer-hNY5J.framer-v-1t5r5np .framer-1w7g6c7, .framer-hNY5J.framer-v-1bj4o6l .framer-19kj9au, .framer-hNY5J.framer-v-1bj4o6l .framer-1jtp9se { order: 1; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-6ovb9y, .framer-hNY5J.framer-v-1jjz53x .framer-6ovb9y { min-height: 33px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-19qyv8t { align-self: unset; order: 3; width: 100%; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-esgmga { gap: 17px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-hpx8vm { order: 4; padding: 28px 16px 16px 16px; width: 600px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-16gq3er { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; order: 2; width: 580px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-gvgl03, .framer-hNY5J.framer-v-1gpss8t .framer-1h3mv9k, .framer-hNY5J.framer-v-1gpss8t .framer-agezzq, .framer-hNY5J.framer-v-1gpss8t .framer-17aof96, .framer-hNY5J.framer-v-1gpss8t .framer-1sz44zc, .framer-hNY5J.framer-v-1gpss8t .framer-ccvlys, .framer-hNY5J.framer-v-1gpss8t .framer-1w5eris, .framer-hNY5J.framer-v-1gpss8t .framer-1op09gi, .framer-hNY5J.framer-v-1gpss8t .framer-1yl4330, .framer-hNY5J.framer-v-1gpss8t .framer-1halhas, .framer-hNY5J.framer-v-1gpss8t .framer-1awg44b, .framer-hNY5J.framer-v-1gpss8t .framer-1qzuup, .framer-hNY5J.framer-v-1gpss8t .framer-8xzt8y, .framer-hNY5J.framer-v-1gpss8t .framer-b10bx7, .framer-hNY5J.framer-v-1gpss8t .framer-56opgt, .framer-hNY5J.framer-v-1gpss8t .framer-wztqgc, .framer-hNY5J.framer-v-1gpss8t .framer-1hx9458, .framer-hNY5J.framer-v-1gpss8t .framer-1gqzgiy, .framer-hNY5J.framer-v-1gpss8t .framer-m269bs, .framer-hNY5J.framer-v-1gpss8t .framer-1nbosbi { align-self: start; height: 100%; justify-self: start; width: 100%; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-10qhv5o, .framer-hNY5J.framer-v-1jjz53x .framer-10qhv5o { order: 3; width: 250px; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-y3wzss, .framer-hNY5J.framer-v-1jjz53x .framer-y3wzss, .framer-hNY5J.framer-v-1bj4o6l .framer-y3wzss { align-self: unset; order: 0; width: 100%; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-1sbol4m, .framer-hNY5J.framer-v-1t5r5np .framer-4xgvla, .framer-hNY5J.framer-v-1t5r5np .framer-1b85xyz, .framer-hNY5J.framer-v-1jjz53x .framer-1sbol4m, .framer-hNY5J.framer-v-1bj4o6l .framer-1sbol4m { align-self: unset; width: 100%; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-18dzwa6 { order: 9; }\",\".framer-hNY5J.framer-v-1gpss8t .framer-ubngth { order: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hNY5J.framer-v-1gpss8t .framer-1ne23ig, .framer-hNY5J.framer-v-1gpss8t .framer-1f69a62, .framer-hNY5J.framer-v-1gpss8t .framer-esgmga, .framer-hNY5J.framer-v-1gpss8t .framer-16gq3er, .framer-hNY5J.framer-v-1gpss8t .framer-1gv2dsl { gap: 0px; } .framer-hNY5J.framer-v-1gpss8t .framer-1ne23ig > *, .framer-hNY5J.framer-v-1gpss8t .framer-1gv2dsl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hNY5J.framer-v-1gpss8t .framer-1ne23ig > :first-child, .framer-hNY5J.framer-v-1gpss8t .framer-esgmga > :first-child, .framer-hNY5J.framer-v-1gpss8t .framer-1gv2dsl > :first-child { margin-top: 0px; } .framer-hNY5J.framer-v-1gpss8t .framer-1ne23ig > :last-child, .framer-hNY5J.framer-v-1gpss8t .framer-esgmga > :last-child, .framer-hNY5J.framer-v-1gpss8t .framer-1gv2dsl > :last-child { margin-bottom: 0px; } .framer-hNY5J.framer-v-1gpss8t .framer-1f69a62 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hNY5J.framer-v-1gpss8t .framer-1f69a62 > :first-child { margin-left: 0px; } .framer-hNY5J.framer-v-1gpss8t .framer-1f69a62 > :last-child { margin-right: 0px; } .framer-hNY5J.framer-v-1gpss8t .framer-esgmga > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-hNY5J.framer-v-1gpss8t .framer-16gq3er > *, .framer-hNY5J.framer-v-1gpss8t .framer-16gq3er > :first-child, .framer-hNY5J.framer-v-1gpss8t .framer-16gq3er > :last-child { margin: 0px; } }\",\".framer-hNY5J.framer-v-1jtyfm8.framer-net5mn, .framer-hNY5J.framer-v-dkes6q.framer-net5mn { width: 390px; }\",\".framer-hNY5J.framer-v-1jtyfm8 .framer-136z2mo, .framer-hNY5J.framer-v-1t5r5np .framer-136z2mo { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hNY5J.framer-v-1t5r5np.framer-net5mn { max-height: calc(var(--framer-viewport-height, 100vh) * 0.8); overflow: auto; width: 390px; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-19f90q0 { position: sticky; top: 0px; z-index: 2; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-3ex5mv { gap: unset; justify-content: space-between; position: sticky; top: 48px; z-index: 2; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1kykrlg { left: calc(50.00000000000002% - 3px / 2); }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1ye60bb { bottom: 0px; height: 24px; left: calc(50.00000000000002% - 3px / 2); right: unset; top: unset; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-je9lbh { flex-direction: column; gap: 12px; overflow: visible; padding: 12px; will-change: unset; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-9cjyp5 { flex-direction: column; height: min-content; width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1naumjk-container { width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-b0gonb { gap: 12px; padding: 12px; width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1cgm0p7 { align-content: flex-start; align-items: flex-start; width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-13arqeh-container, .framer-hNY5J.framer-v-1t5r5np .framer-1c9sl11-container, .framer-hNY5J.framer-v-1t5r5np .framer-1s75xss-container { align-self: stretch; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-rmhji { flex: none; gap: 12px; padding: 12px; width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1ykop3m { flex-direction: column; height: min-content; order: 0; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1qvk20i, .framer-hNY5J.framer-v-1t5r5np .framer-1qzyk8h, .framer-hNY5J.framer-v-1t5r5np .framer-lejt5y { flex: none; width: 100%; }\",\".framer-hNY5J.framer-v-1t5r5np .framer-1r5swq3 { grid-template-columns: repeat(1, minmax(200px, 1fr)); order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hNY5J.framer-v-1t5r5np .framer-3ex5mv, .framer-hNY5J.framer-v-1t5r5np .framer-je9lbh, .framer-hNY5J.framer-v-1t5r5np .framer-9cjyp5, .framer-hNY5J.framer-v-1t5r5np .framer-b0gonb, .framer-hNY5J.framer-v-1t5r5np .framer-rmhji, .framer-hNY5J.framer-v-1t5r5np .framer-1ykop3m { gap: 0px; } .framer-hNY5J.framer-v-1t5r5np .framer-3ex5mv > *, .framer-hNY5J.framer-v-1t5r5np .framer-3ex5mv > :first-child, .framer-hNY5J.framer-v-1t5r5np .framer-3ex5mv > :last-child { margin: 0px; } .framer-hNY5J.framer-v-1t5r5np .framer-je9lbh > *, .framer-hNY5J.framer-v-1t5r5np .framer-b0gonb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-hNY5J.framer-v-1t5r5np .framer-je9lbh > :first-child, .framer-hNY5J.framer-v-1t5r5np .framer-9cjyp5 > :first-child, .framer-hNY5J.framer-v-1t5r5np .framer-b0gonb > :first-child, .framer-hNY5J.framer-v-1t5r5np .framer-1ykop3m > :first-child { margin-top: 0px; } .framer-hNY5J.framer-v-1t5r5np .framer-je9lbh > :last-child, .framer-hNY5J.framer-v-1t5r5np .framer-9cjyp5 > :last-child, .framer-hNY5J.framer-v-1t5r5np .framer-b0gonb > :last-child, .framer-hNY5J.framer-v-1t5r5np .framer-1ykop3m > :last-child { margin-bottom: 0px; } .framer-hNY5J.framer-v-1t5r5np .framer-9cjyp5 > *, .framer-hNY5J.framer-v-1t5r5np .framer-1ykop3m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hNY5J.framer-v-1t5r5np .framer-rmhji > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-hNY5J.framer-v-1t5r5np .framer-rmhji > :first-child { margin-left: 0px; } .framer-hNY5J.framer-v-1t5r5np .framer-rmhji > :last-child { margin-right: 0px; } }\",\".framer-hNY5J.framer-v-1vcvr88.framer-net5mn { width: 810px; }\",\".framer-hNY5J.framer-v-1vcvr88 .framer-b5s7e5, .framer-hNY5J.framer-v-1jjz53x .framer-b5s7e5 { padding: 0px 80px 0px 0px; }\",\".framer-hNY5J.framer-v-1jjz53x.framer-net5mn { padding: 0px 0px 20px 0px; width: 810px; }\",\".framer-hNY5J.framer-v-1jjz53x .framer-je9lbh { max-width: 1200px; padding: 0px 24px 0px 24px; will-change: unset; }\",\".framer-hNY5J.framer-v-dkes6q .framer-3ex5mv { gap: unset; justify-content: space-between; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hNY5J.framer-v-dkes6q .framer-3ex5mv { gap: 0px; } .framer-hNY5J.framer-v-dkes6q .framer-3ex5mv > *, .framer-hNY5J.framer-v-dkes6q .framer-3ex5mv > :first-child, .framer-hNY5J.framer-v-dkes6q .framer-3ex5mv > :last-child { margin: 0px; } }\",\".framer-hNY5J.framer-v-1bj4o6l.framer-net5mn { padding: 0px 0px 20px 0px; width: 390px; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-je9lbh { flex-direction: column; max-width: 1200px; order: 3; padding: 0px 24px 0px 24px; will-change: unset; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-dbyeo5 { order: 1; padding: 28px 16px 16px 16px; width: 100%; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-1jxncsz { order: 2; width: 100%; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-1kq29jp { min-height: 32px; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-10qhv5o { order: 3; width: 100%; }\",\".framer-hNY5J.framer-v-1bj4o6l .framer-1rxdvw9-container { align-self: unset; order: 4; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hNY5J.framer-v-1bj4o6l .framer-je9lbh { gap: 0px; } .framer-hNY5J.framer-v-1bj4o6l .framer-je9lbh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hNY5J.framer-v-1bj4o6l .framer-je9lbh > :first-child { margin-top: 0px; } .framer-hNY5J.framer-v-1bj4o6l .framer-je9lbh > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-hNY5J[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-hNY5J [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-hNY5J[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-hNY5J [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-hNY5J[data-hide-scrollbars=\"true\"], .framer-hNY5J [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-hNY5J[data-border=\"true\"]::after, .framer-hNY5J [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 128\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QGu9Qb_jP\":{\"layout\":[\"fixed\",\"auto\"]},\"NcvgZXzDf\":{\"layout\":[\"fixed\",\"auto\"]},\"HELlXSbJz\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"80vh\"]},\"jXZG3Z81T\":{\"layout\":[\"fixed\",\"auto\"]},\"D2CGkO8xb\":{\"layout\":[\"fixed\",\"auto\"]},\"tuCp24XFc\":{\"layout\":[\"fixed\",\"auto\"]},\"g8_IOUrGu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"K7sMPXKcm\":\"topBarContent\",\"so0SBuu9E\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramervGeneWfrW=withCSS(Component,css,\"framer-hNY5J\");export default FramervGeneWfrW;FramervGeneWfrW.displayName=\"Navbar\";FramervGeneWfrW.defaultProps={height:128,width:1200};addPropertyControls(FramervGeneWfrW,{variant:{options:[\"a4WuCZUq0\",\"QGu9Qb_jP\",\"NcvgZXzDf\",\"HELlXSbJz\",\"jXZG3Z81T\",\"D2CGkO8xb\",\"tuCp24XFc\",\"g8_IOUrGu\"],optionTitles:[\"Desktop\",\"Desktop Dropdown\",\"Phone\",\"Phone Open\",\"Tablet\",\"Tablet Dropdown\",\"Mobile\",\"Mobile Dropdown\"],title:\"Variant\",type:ControlType.Enum},K7sMPXKcm:{defaultValue:\"Measuring responsible AI in 136 countries\",displayTextArea:false,title:\"Top Bar Content\",type:ControlType.String},so0SBuu9E:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramervGeneWfrW,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"}]},...PhosphorFonts,...ButtonFonts,...NavbarDropdownSingleItemFonts,...DownloadReportCardFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervGeneWfrW\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QGu9Qb_jP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NcvgZXzDf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HELlXSbJz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"80vh\\\"]},\\\"jXZG3Z81T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D2CGkO8xb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tuCp24XFc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g8_IOUrGu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"128\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"K7sMPXKcm\\\":\\\"topBarContent\\\",\\\"so0SBuu9E\\\":\\\"visible\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vGeneWfrW.map"],
  "mappings": "0nBAA+I,IAAIA,IAAU,SAASA,EAAS,CAACA,EAAS,QAAW,UAAUA,EAAS,OAAU,QAAS,GAAGA,KAAWA,GAAS,CAAC,EAAE,EAAE,IAAIC,GAAS,SAASA,EAAQ,CAACA,EAAQ,OAAU,SAASA,EAAQ,IAAO,KAAM,GAAGA,IAAUA,EAAQ,CAAC,EAAE,EAE7W,IAAMC,GAAgB,mCACtB,SAASC,IAAsB,CAAC,OAAG,OAAO,SAAW,IAAmB,GAAiE,CAAC,CAA/C,SAAS,cAAcD,EAAe,CAAkB,CAYhI,SAARE,GAA0BC,EAAM,CAAC,GAAK,CAAC,aAAAC,EAAa,aAAAC,EAAa,YAAAC,CAAW,EAAEH,EAAW,CAAC,gBAAAI,EAAgB,MAAAC,EAAM,aAAAC,EAAa,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,IAAAC,CAAG,EAAEZ,EAAmBa,EAAuBhB,GAAqB,EAAMiB,EAAyBD,IAA2Bd,EAAM,UAAUJ,EAAQ,MAAImB,EAAYf,EAAM,QAAUA,EAAM,UAAUJ,EAAQ,SAAOmB,EAAYf,EAAM,UAAS,IAAMgB,EAAaR,EAAe,GAAGC,CAAU,MAAMC,CAAY,MAAMC,CAAa,MAAMC,CAAW,KAAK,GAAGL,CAAO,KAAWU,EAAQ,IAAI,CAAC,IAAIC,EAAIC,EAAK,GAAG,CAAChB,EAAY,OAAO,IAAMiB,EAAU,CAAC,MAAMjB,EAAY,YAAY,QAAQ,EAAE,EAAE,WAAW,CAAC,EAAE,OAAOA,EAAY,OAAOR,GAAS,SAAY,GAAAuB,EAAIf,EAAY,SAAS,MAAMe,IAAM,SAAcA,EAAI,KAAmBG,EAAK,MAAM,CAAC,MAAMD,EAAU,IAAM,GAAAD,EAAKhB,EAAY,SAAS,MAAMgB,IAAO,SAAcA,EAAK,KAAMhB,EAAY,MAAM,IAAI,OAAO,EAAEA,EAAY,MAAM,IAAI,gBAAgB,IAAIA,EAAY,MAAM,IAAI,MAAMA,EAAY,KAAK,OAAOA,EAAY,IAAI,CAAC,EAAgBkB,EAAK,MAAM,CAAC,MAAMD,EAAU,MAAM,6BAA6B,MAAMjB,EAAY,KAAK,OAAOA,EAAY,KAAK,KAAKA,EAAY,MAAM,QAAQ,cAAc,SAAuBkB,EAAK,OAAO,CAAC,EAAE,2NAA2N,CAAC,CAAC,CAAC,CAAE,EAAQC,GAAU,IAAQtB,EAAM,UAAUJ,EAAQ,KAAKI,EAAM,QAA0BA,EAAM,UAAUJ,EAAQ,QAAQI,EAAM,QAAc,UAAgB,OAAeuB,GAAYT,EAAuB,gBAAgB,sBAAsB,OAAqB,EAAMU,EAAO,EAAE,CAAC,OAAO,SAAS,KAAKT,EAAY,SAAS,GAAK,MAAMQ,GAAY,MAAM,CAAC,IAAAV,EAAI,SAAS,GAAG,WAAW,EAAE,WAAW,QAAQ,WAAW,IAAI,MAAM,cAAc,GAAGb,EAAM,MAAM,GAAGyB,GAAa,GAAGzB,EAAM,YAAY,QAAQgB,EAAa,MAAMX,EAAM,gBAAgBD,EAAgB,aAAaE,EAAa,WAAW,OAAO,aAAaoB,GAAgB1B,EAAM,WAAW,EAAE,WAAW,SAAS,OAAOsB,GAAU,CAAC,EAAE,WAAWpB,EAAa,WAA6DA,GAAa,WAAW,SAAS,CAACe,EAAQ,EAAEjB,EAAM,IAAI,CAAC,CAAC,CAAE,CAAED,GAAS,YAAY,WAAW4B,EAAoB5B,GAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAK6B,EAAY,OAAO,aAAa,UAAU,EAAE,QAAQ,CAAC,KAAKA,EAAY,KAAK,wBAAwB,GAAK,MAAM,SAAS,QAAQ,CAAChC,EAAQ,OAAOA,EAAQ,GAAG,CAAC,EAAE,OAAO,CAAC,KAAKgC,EAAY,OAAO,MAAM,IAAI,YAAY,iBAAiB,OAAO5B,GAAOA,EAAM,UAAUJ,EAAQ,MAAM,EAAE,QAAQ,CAAC,KAAKgC,EAAY,KAAK,MAAM,IAAI,iBAAiB,CAAC,EAAE,OAAO5B,GAAOA,EAAM,UAAUJ,EAAQ,GAAG,EAAE,YAAY,CAC7uF,KAAKgC,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,SAAS,GAAK,MAAM,OAAO,YAAY,cAAc,SAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,KAAK,QAAQ,OAAO,OAAOjC,EAAQ,EAAE,aAAa,OAAO,OAAOA,EAAQ,EAAE,wBAAwB,EAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKiC,EAAY,MAAM,aAAa,OAAO,OAAO5B,GAAOA,EAAM,OAAOL,GAAS,MAAM,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKiC,EAAY,gBAAgB,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO5B,GAAOA,EAAM,OAAOL,GAAS,OAAO,EAAE,KAAK,CAAC,KAAKiC,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,IAAI,GAAG,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,KAAK,wBAAwB,GAAK,QAAQ,CAAC,QAAQ,KAAK,EAAE,aAAa,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,YAAY,eAAe,SAAS,CAAC,gBAAgB,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,eAAe,GAAK,aAAa,EAAE,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,MAAM,MAAM,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,YAAY,SAAS,SAAS,GAAK,SAAS,CAAC,MAAM,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,GAAG,eAAe,GAAK,KAAK,IAAI,aAAa,GAAG,EAAE,gBAAgB,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,SAAS,EAAI,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,OAAO,SAAS,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,WAAW,MAAM,aAAa,aAAa,CAAC,KAAK,SAAS,UAAU,IAAI,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAMH,GAAa,CAAC,QAAQ,OAAO,WAAW,SAAS,aAAa,SAAS,eAAe,MAAM,EAA2DC,GAAgBG,GAAqFA,GAAkB,UAA6BA,EAAkB,YAAY,OAAc,aAAiBA,EAAkB,YAAY,QAAe,WAAkB,SAAvI,OCfxlEC,GAAU,UAAU,CAAC,iBAAiB,iBAAiB,uBAAuB,sBAAsB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,yrCAAmsC,+uCAAyvC,2uCAAqvC,EAAeC,GAAU,eCAvyI,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,SAAAC,EAAS,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAuCC,EAAMC,EAAM,MAAM,CAAC,GAAGJ,EAAM,WAAWC,EAAKN,GAA4CK,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,GAAG,SAASE,GAAOD,EAAuCV,GAAwBQ,EAAM,OAAO,KAAK,MAAME,IAAyC,OAAOA,EAAuCF,EAAM,WAAW,MAAMG,IAAQ,OAAOA,EAAM,YAAY,UAAUT,GAAsCM,EAAM,UAAU,WAAWI,EAAMN,GAAmCE,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,gBAAgB,CAAE,EAAQC,GAAuB,CAACL,EAAMzB,IAAeyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAU+B,GAA6BC,GAAW,SAASP,EAAMQ,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,UAAAsC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASO,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAnD,CAAQ,EAAEoD,GAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiBvB,GAAuBL,EAAMzB,CAAQ,EAAO,CAAC,sBAAAsD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAYH,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAKT,GAAqB,MAAMA,EAAU,GAAGiB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAWC,GAAO,IAAI,EAAQC,GAAsBC,GAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoBpD,EAAKqD,EAAY,CAAC,GAAG3B,GAA4CsB,GAAgB,SAAsBhD,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB,EAAMY,EAAO,IAAI,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAUoB,EAAGvE,GAAkB,GAAGmE,GAAsB,iBAAiBzB,EAAUO,CAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAY,IAAIxB,GAA6B0B,GAAK,MAAM,CAAC,GAAGtB,CAAK,EAAE,GAAGvC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,WAAW,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAS,CAAcnC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,OAAO,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qEAAqE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,GAAG,EAAE,SAAS,CAAC,kBAAkB,CAAC,iBAAiB,qEAAqE,EAAE,UAAU,CAAC,iBAAiB,sEAAsE,CAAC,EAAE,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,IAAI,wBAAwB,IAAI,oBAAoB,IAAI,qBAAqB,IAAI,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,4DAA4D,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,iGAAiG,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,oBAAoB,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,MAAM,2CAA2CX,CAAS,EAAE,KAAKF,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6B,GAAI,CAAC,kFAAkF,gFAAgF,wRAAwR,kUAAkU,iUAAiU,oIAAoI,8uBAA8uB,+bAA+b,EASvsQC,GAAgBC,GAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,eAAeA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,KAAK,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,iBAAiB,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,GAAG,MAAM,YAAY,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT1E,IAAMM,GAAiBC,GAASC,EAAW,EAAQC,GAAcF,GAASG,EAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,QAAQ,YAAY,OAAO,YAAY,WAAW,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAUwB,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,GAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,GAAGsC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAAhD,CAAQ,EAAEiD,GAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,IAAIkC,EAAW,QAAA3B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiB3B,GAAuBD,EAAMtB,CAAQ,EAAO,CAAC,sBAAAmD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAgBH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAgBL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAgBN,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAgBP,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAA4DW,EAAkBC,EAAGhE,GAAkB,GAArE,CAAa0C,EAAS,CAAuE,EAAE,OAAoBzB,EAAKgD,EAAY,CAAC,GAAGtB,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB,EAAMY,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUgB,EAAGD,EAAkB,iBAAiBrB,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,gBAAgB,qEAAqE,GAAGQ,CAAK,EAAE,GAAGvC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,SAAS,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,SAAS,EAAE,UAAU,CAAC,mBAAmB,YAAY,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAAchC,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBmC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAMnC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAS,CAAcrC,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,OAAO,EAAE,KAAK,IAAI,EAAE,EAAE,SAAsBtB,EAAKmD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAU8D,GAAgB,UAAU,SAAS,GAAGxD,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,OAAO,EAAE,KAAK,IAAI,EAAE,GAAG,SAAsBtB,EAAKmD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAUgE,GAAgB,UAAU,UAAU,GAAG1D,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,OAAO,EAAE,KAAK,IAAI,EAAE,GAAG,SAAsBtB,EAAKmD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAUiE,GAAgB,UAAU,aAAa,GAAG3D,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAG5B,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,OAAO,EAAE,KAAK,IAAI,EAAE,IAAI,SAAsBtB,EAAKmD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKrB,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAG,QAAQ,YAAY,MAAM,OAAO,UAAUkE,GAAgB,UAAU,UAAU,GAAG5D,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBd,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBrC,EAAKnB,GAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAK,EAAE,OAAO,OAAO,aAAa,CAAC,gBAAgB,wEAAwE,MAAM,wEAAwE,MAAM,KAAK,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,MAAM,EAAE,aAAa,CAAC,gBAAgB,uEAAuE,aAAa,GAAG,MAAM,qBAAqB,IAAI,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAK,aAAa,GAAG,WAAW,EAAE,EAAE,KAAK,WAAW,MAAM,OAAO,GAAGI,GAAqB,CAAC,UAAU,CAAC,OAAO,mEAAmE,EAAE,UAAU,CAAC,OAAO,oEAAoE,EAAE,UAAU,CAAC,OAAO,yDAAyD,EAAE,UAAU,CAAC,OAAO,sEAAsE,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoB,GAAI,CAAC,kFAAkF,kFAAkF,mRAAmR,yLAAyL,mSAAmS,iOAAiO,+IAA+I,mlBAAmlB,GAAeA,EAAG,EAUhkVC,GAAgBC,GAAQ3C,GAAUyC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,uBAAuBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,UAAU,aAAa,SAAS,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5E,GAAiB,GAAGG,GAAc,GAAG+E,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVtwEC,GAAU,UAAU,CAAC,qBAAqB,iBAAiB,uBAAuB,mBAAmB,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,moCAAmoC,EAAeC,GAAU,eCAlnD,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,EAAE,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,WAAW,YAAY,MAAM,YAAY,SAAS,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,OAAAC,EAAO,UAAAC,EAAU,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUJ,GAAMI,EAAM,UAAU,UAAUF,GAAWE,EAAM,WAAW,eAAe,UAAUP,GAAOO,EAAM,UAAU,UAAUH,GAAQG,EAAM,UAAU,QAAQT,GAAwBS,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM1B,IAAe0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAE0B,EAAM,iBAAwB1B,EAAS,KAAK,GAAG,EAAU4B,GAA6BC,GAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAlC,EAAQ,UAAAmC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEvB,GAASQ,CAAK,EAAO,CAAC,YAAAgB,EAAY,WAAAC,EAAW,gBAAAC,EAAgB,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,GAAW,SAAA/C,EAAQ,EAAEgD,GAAgB,CAAC,WAAArD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,QAAAQ,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBtB,GAAuBD,EAAM1B,EAAQ,EAAO,CAAC,sBAAAkD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBV,CAAW,EAAQW,EAAYH,EAAsB,SAASI,KAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAWC,GAAO,IAAI,EAAQC,GAAsBC,GAAM,EAAQC,GAAsB,CAAaxB,EAAS,EAAQyB,GAAkBC,GAAqB,EAAE,OAAoBhD,EAAKiD,EAAY,CAAC,GAAG1B,GAAUqB,GAAgB,SAAsB5C,EAAKC,GAAS,CAAC,QAAQd,GAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG0B,EAAU,GAAGG,EAAgB,UAAUmB,EAAGnE,GAAkB,GAAG+D,GAAsB,iBAAiBxB,EAAUQ,CAAU,EAAE,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBM,EAAiB,SAAS,YAAY,MAAMI,EAAY,IAAIvB,GAAKyB,GAAK,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGrB,CAAK,EAAE,GAAGpC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAE4C,EAAYG,CAAc,EAAE,SAAsBhC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBpC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBpC,EAAKmD,EAAK,CAAC,GAAGlE,GAAqB,CAAC,UAAU,CAAC,KAAKyC,EAAU,aAAaC,CAAS,CAAC,EAAEE,EAAYG,CAAc,EAAE,SAAsBhC,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,QAAQ,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsBpC,EAAKoD,EAAS,CAAC,sBAAsB,GAAK,SAAsBpD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,KAAKZ,EAAU,SAAS,CAAC,kBAAkB,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGvC,GAAqB,CAAC,kBAAkB,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2B,EAAYG,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,kFAAkF,mWAAmW,wVAAwV,2RAA2R,gRAAgR,gHAAgH,okCAAokC,yEAAyE,mHAAmH,2EAA2E,mbAAmb,oIAAoI,mbAAmb,GAAeA,EAAG,EAS7oTC,GAAgBC,GAAQxC,GAAUsC,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,8BAA8BA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,WAAW,aAAa,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,GAAM,MAAM,aAAa,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,qEAAqE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,kEAAkE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTjnB,IAAMC,GAAcC,GAASC,EAAQ,EAAQC,GAAYF,GAASG,CAAM,EAAQC,GAA8BJ,GAASK,CAAwB,EAAQC,GAAwBN,GAASO,EAAkB,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAkjC,IAAMG,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAslE,IAAME,GAAe,CAACC,EAAMC,EAAQ,CAAC,EAAEC,IAAe,CAAC,IAAMC,EAAe,QAAcC,EAAOH,EAAQ,QAAQC,GAAcC,EAAoB,CAAC,YAAAE,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,EAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAEd,EAAce,EAAc,CAAC,YAAAX,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,EAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAQE,EAAO,OAAOjB,CAAK,EAAE,GAAG,CAAC,OAAOiB,EAAO,eAAeb,EAAOY,CAAa,CAAE,MAAM,CAAC,GAAG,CAAC,OAAOC,EAAO,eAAed,EAAea,CAAa,CAAE,MAAM,CAAC,OAAOC,EAAO,eAAe,CAAE,CAAC,CAAC,EAAk9C,IAAMC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,kBAAkB,YAAY,aAAa,YAAY,kBAAkB,YAAY,QAAQ,YAAY,OAAO,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,cAAAC,EAAc,QAAAC,EAAQ,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAeG,EAAM,WAAW,4CAA4C,UAAUF,GAASE,EAAM,WAAW,GAAK,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,GAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,EAAmB,YAAAC,EAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,EAAmB,YAAAC,EAAY,mBAAAC,EAAmB,mBAAAC,EAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAE3C,GAASM,CAAK,EAAO,CAAC,YAAAsC,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAA3C,EAAQ,EAAE4C,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,IAAIvC,EAAW,QAAAW,EAAQ,kBAAA6B,EAAiB,CAAC,EAAQC,EAAiBhD,GAAuBD,EAAME,EAAQ,EAAO,CAAC,sBAAAgD,EAAsB,MAAAC,EAAK,EAAEC,GAAyBd,CAAW,EAAQe,GAAmBH,EAAsB,SAASI,IAAO,CAACV,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAoBL,EAAsB,SAASI,IAAO,CAACV,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQW,GAAmBN,EAAsB,SAASI,IAAO,CAACV,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAEC,EAAW,WAAW,CAAE,CAAC,EAAQY,GAAaP,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAaR,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQc,GAAaT,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQe,GAAaV,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQgB,GAAYX,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQiB,GAAYZ,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQkB,GAAab,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQmB,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,EAAQ,IAAIhB,EAAsB,SAASI,KAAO,CAACW,EAAQ,KAAK,CAAE,CAAC,EAAQE,GAAYjB,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAiIuB,GAAkBC,EAAGC,GAAkB,GAA1I,CAAarD,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQsD,EAAY,IAAQjC,IAAc,YAA6CkC,GAAa,IAAQ,GAAC,YAAY,YAAY,WAAW,EAAE,SAASlC,CAAW,EAAmCmC,GAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAASnC,CAAW,EAAmCoC,GAAOC,GAAU,EAAQC,GAAa,IAAQ,GAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAAStC,CAAW,EAAmCuC,GAAa,IAAQvC,IAAc,YAA6CwC,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASxC,CAAW,EAAmCyC,GAAa,IAAQzC,IAAc,YAA6C0C,GAAa,IAAQ,EAAC,YAAY,YAAY,WAAW,EAAE,SAAS1C,CAAW,EAAmC2C,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAS3C,CAAW,EAAmC4C,GAAa,IAAQ5C,IAAc,YAA6C6C,GAAc,IAAQ7C,IAAc,YAA6C8C,GAAWC,GAAe,EAAQC,GAAiBC,GAAc,EAAE,OAAoBlG,EAAKmG,EAAY,CAAC,GAAGtE,GAAUT,EAAgB,SAAsBpB,EAAKC,GAAS,CAAC,QAAQY,GAAS,QAAQ,GAAM,SAAsBb,EAAKT,GAAW,CAAC,MAAM6G,GAAY,SAAsB,EAAMlG,EAAO,IAAI,CAAC,GAAG8C,GAAU,GAAGI,GAAgB,UAAU4B,EAAGD,GAAkB,gBAAgBnD,EAAUsB,EAAU,EAAE,mBAAmB,UAAU,uBAAuB,GAAK,iBAAiBU,EAAiB,SAAS,YAAY,IAAIzC,EAAW,MAAM,CAAC,eAAe,aAAa,WAAW,yJAAyJ,uBAAuB,EAAE,wBAAwB,EAAE,qBAAqB,aAAa,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,EAAE,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,EAAE,UAAU,CAAC,uBAAuB,GAAG,wBAAwB,EAAE,EAAE,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,EAAE,UAAU,CAAC,uBAAuB,EAAE,wBAAwB,CAAC,CAAC,EAAE,GAAG0E,EAAqB,CAAC,UAAU,CAAC,mBAAmB,kBAAkB,iBAAiB,GAAK,aAAanC,EAAmB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,iBAAiB,GAAK,aAAaC,EAAkB,EAAE,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,OAAO,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,iBAAiB,GAAK,aAAaH,EAAkB,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAACrB,GAAwBhC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,EAAE,SAAsB5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,8CAA8C,EAAE,SAAS,6DAA6D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,0BAA0B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,KAAK7B,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGsE,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,8CAA8C,EAAE,SAAS,8DAA8D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,8CAA8C,EAAE,SAAS,6DAA6D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,8CAA8C,EAAE,SAAS,6DAA6D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,8CAA8C,EAAE,SAAS,8DAA8D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAY,GAAgB,EAAMhF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,eAAe,aAAa,gBAAgB,qEAAqE,qBAAqB,YAAY,EAAE,SAAS,CAAc5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKwG,GAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,IAA2BhF,GAAmB,GAAG,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gCAAgC,mBAAmB,QAAQ,iBAAiBmC,EAAiB,SAAS,YAAY,GAAGyC,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQI,IAA2BhF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQgF,IAA2BhF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,GAAa,GAAgBnF,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAMQ,GAAa,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wBAAwB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,iBAAiB,uEAAuE,CAAC,EAAE,GAAGiC,EAAqB,CAAC,UAAU,CAAC,MAAMhC,EAAY,EAAE,UAAU,CAAC,MAAMC,EAAY,CAAC,EAAErB,EAAYI,CAAc,EAAE,SAAsB,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAS,CAAc5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,wEAAwE,OAAO,EAAE,EAAE,UAAU,CAAC,gBAAgB,wEAAwE,OAAO,CAAC,CAAC,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,wEAAwE,OAAO,GAAG,EAAE,UAAU,CAAC,gBAAgB,wEAAwE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBpF,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAMW,GAAa,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,GAAG8B,EAAqB,CAAC,UAAU,CAAC,MAAM3B,EAAY,EAAE,UAAU,CAAC,MAAMD,EAAW,EAAE,UAAU,CAAC,MAAMD,EAAW,CAAC,EAAEvB,EAAYI,CAAc,EAAE,SAAS,CAAcrD,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,cAAc,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyC,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,EAAerD,EAAK0G,EAA0B,CAAC,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,EAAE,SAAsB5D,EAAK4G,GAAS,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,QAAQ,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,OAAO,GAAGP,EAAqB,CAAC,UAAU,CAAC,MAAM,uEAAuE,EAAE,UAAU,CAAC,MAAM,uEAAuE,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B9G,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGjF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,EAAE,GAAG4E,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qBAAqB,UAAU,QAAQ,UAAUD,EAAc,CAAC,EAAE,UAAU,cAAc,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAM,MAAM,OAAO,UAAU,UAAU,GAAGT,EAAqB,CAAC,UAAU,CAAC,UAAUS,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE7D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BhH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGjF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,EAAE,GAAG4E,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qBAAqB,UAAU,QAAQ,UAAUC,EAAe,CAAC,EAAE,UAAU,QAAQ,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAM,MAAM,OAAO,UAAU,UAAU,GAAGX,EAAqB,CAAC,UAAU,CAAC,UAAUW,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE/D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,6CAA6C,EAAE,SAAsBF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,gBAAgB,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgB,EAAMlF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGjF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,GAAG4E,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qBAAqB,UAAU,QAAQ,UAAU,+BAA+B,UAAU,iCAAiC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAK,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/G,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASI,GAA6BjH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGjF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,GAAG4E,EAAqB,CAAC,UAAU,CAAC,EAAE,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qEAAqE,UAAU,YAAY,UAAUE,EAAe,CAAC,EAAE,UAAU,aAAa,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,wEAAwE,UAAU,GAAM,MAAM,OAAO,UAAU,OAAO,GAAGZ,EAAqB,CAAC,UAAU,CAAC,UAAUY,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEhE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkC,GAAa,GAAgB,EAAMrF,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,qBAAqB,uBAAuB,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,EAAE,SAAS,CAAC4B,GAAa,GAAgBxF,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,wBAAwB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,QAAQ5E,GAAmB,OAAO,OAAO,UAAU,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qBAAqB,UAAU,YAAY,UAAU,mFAAmF,UAAU,eAAe,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAM,MAAM,OAAO,UAAU,OAAO,GAAGV,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAACsB,EAAY,GAAgBlF,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,kFAAkF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyC,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsB,EAAMnD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAACsB,EAAY,GAAgBlF,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6BlH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,WAAW,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUa,EAAe,CAAC,EAAE,UAAU,UAAU,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,WAAW,UAAU,MAAS,CAAC,EAAEjE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoC,GAAa,GAAgBzF,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6BpH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,UAAUC,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,cAAc,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGf,EAAqB,CAAC,UAAU,CAAC,UAAUe,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAEnE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6BrH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUgB,EAAe,CAAC,EAAE,UAAU,eAAe,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,OAAO,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,eAAe,CAAC,EAAEpE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgB1F,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEsB,EAAY,GAAgBlF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6BtH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUiB,EAAe,CAAC,EAAE,UAAU,SAAS,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,SAAS,CAAC,EAAErE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAY,GAAgBlF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6BvH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUkB,EAAe,CAAC,EAAE,UAAU,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,WAAW,CAAC,EAAEtE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAY,GAAgBlF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsB,EAAMnD,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6BxH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUmB,EAAe,CAAC,EAAE,UAAU,gBAAgB,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,gBAAgB,CAAC,EAAEvE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASY,GAA6BzH,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,UAAUM,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGpB,EAAqB,CAAC,UAAU,CAAC,UAAUoB,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,EAAE,UAAU,aAAa,CAAC,EAAExE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,EAAY,GAAgBlF,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS6B,GAAa,GAAgBzF,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAExB,GAAa,GAAgB3F,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAEgC,GAAa,GAAgB5F,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,GAAGvB,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKuB,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKA,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKA,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC,EAAE3E,EAAYI,CAAc,EAAE,SAAS,CAACwE,EAAWC,GAAejD,KAAwB7E,EAAK+H,EAAU,CAAC,SAASF,GAAY,IAAI,CAAC,CAAC,UAAU1F,EAAmB,GAAGC,EAAY,UAAUF,EAAmB,UAAUD,EAAkB,EAAE+F,MAAS9F,IAAqB,GAAGC,IAAqB,GAAuBnC,EAAKmG,EAAY,CAAC,GAAG,aAAa/D,CAAW,GAAG,SAAsBpC,EAAKiI,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU/F,CAAkB,EAAE,SAAsB,EAAMhC,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,WAAW,8MAA8M,CAAC,EAAE,SAAS,CAACiC,GAAa,GAAgB7F,EAAKwG,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,GAAG0B,GAAkBjG,EAAkB,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiB2B,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAACiC,GAAa,GAAgB7F,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,mEAAmE,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,8BAA8B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEkC,GAAc,GAAgB9F,EAAKmI,GAAQ,CAAC,uBAAuB,GAAM,SAASvD,IAAsB5E,EAAK+H,EAAU,CAAC,SAAsB/H,EAAK0G,EAA0B,CAAC,GAAGL,EAAqB,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsB,EAAMsD,EAA8B,CAAC,UAAU,2BAA2B,GAAG,GAAGzE,CAAkB,IAAIL,CAAQ,WAAW,iBAAiB+B,EAAiB,SAAS,sBAAsB,OAAO,YAAY,IAAImC,GAAW,GAAG7D,CAAkB,IAAIL,CAAQ,UAAU,EAAE,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAc7B,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,wEAAwE,UAAU,iBAAiB,UAAU,WAAW,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAUpC,GAAgB,CAAC,QAAAC,EAAO,CAAC,EAAE,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAM,MAAM,OAAO,UAAU,MAAM,CAAC,EAAe5E,EAAKoI,GAAgB,CAAC,SAASxD,GAAQ,SAAsB5E,EAAKqI,GAAS,CAAC,UAAU,SAAS,UAAUtC,GAAW,GAAG7D,CAAkB,IAAIL,CAAQ,UAAU,EAAE,UAAUmD,EAAGD,GAAkB7B,EAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGhB,CAAkB,IAAIL,CAAQ,WAAW,QAAQ,kBAAkB,QAAQ,mBAAmB,UAAU+C,GAAQ,KAAK,UAAU,SAAS,SAAS,GAAM,OAAO,GAAG,SAAsB5E,EAAKsI,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQC,GAAW,UAAU,iBAAiB,KAAKC,GAAU,QAAQC,GAAW,iBAAiB7E,EAAiB,SAAS,YAAY,IAAImC,GAAW,GAAG7D,CAAkB,IAAIL,CAAQ,UAAU,EAAE,KAAK,SAAS,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,uCAAuC,EAAE,SAAsB7B,EAAK0G,EAA0B,CAAC,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK0I,GAAmB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1I,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iEAAiE,MAAM,CAAC,0BAA0B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKzB,EAAmB,SAAS,CAAC,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGkE,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,yEAAyE,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,KAAK,MAAS,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEjB,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqD,GAAa,GAAgB,EAAMvF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyC,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8B,GAA8B3I,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,kBAAkB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUsC,EAAgB,CAAC,EAAE,UAAU,UAAU,CAAC,EAAE1F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+B,GAA8B5I,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUuC,EAAgB,CAAC,EAAE,UAAU,eAAe,CAAC,EAAE3F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgC,GAA8B7I,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUwC,EAAgB,CAAC,CAAC,CAAC,EAAE5F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiC,GAA8B9I,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUyC,EAAgB,CAAC,CAAC,CAAC,EAAE7F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkC,GAA8B/I,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU0C,EAAgB,CAAC,CAAC,CAAC,EAAE9F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAASsB,EAAY,GAAgBlF,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEvB,GAAa,GAAgB,EAAM1F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,sBAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyC,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmC,GAA8BhJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,WAAW,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU2C,EAAgB,CAAC,EAAE,UAAU,sBAAsB,CAAC,EAAE/F,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoC,GAA8BjJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU4C,EAAgB,CAAC,EAAE,UAAU,mBAAmB,CAAC,EAAEhG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASqC,GAA8BlJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU6C,EAAgB,CAAC,EAAE,UAAU,mCAAmC,CAAC,EAAEjG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASsC,GAA8BnJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU8C,EAAgB,CAAC,EAAE,UAAU,mCAAmC,CAAC,EAAElG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASuC,GAA8BpJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU+C,EAAgB,CAAC,EAAE,UAAU,oBAAoB,CAAC,EAAEnG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASwC,GAA8BrJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUgD,EAAgB,CAAC,EAAE,UAAU,6BAA6B,CAAC,EAAEpG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASyC,GAA8BtJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUiD,EAAgB,CAAC,EAAE,UAAU,+BAA+B,CAAC,EAAErG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS0C,GAA8BvJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUkD,EAAgB,CAAC,EAAE,UAAU,iBAAiB,CAAC,EAAEtG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS2C,GAA8BxJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUmD,EAAgB,CAAC,EAAE,UAAU,oBAAoB,CAAC,EAAEvG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4C,GAA8BzJ,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUoD,EAAgB,CAAC,EAAE,UAAU,qCAAqC,CAAC,EAAExG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6C,GAA8B1J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUqD,EAAgB,CAAC,EAAE,UAAU,mCAAmC,CAAC,EAAEzG,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8C,GAA8B3J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUsD,EAAgB,CAAC,EAAE,UAAU,oCAAoC,CAAC,EAAE1G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+C,GAA8B5J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUuD,EAAgB,CAAC,EAAE,UAAU,kCAAkC,CAAC,EAAE3G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgD,GAA8B7J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUwD,EAAgB,CAAC,EAAE,UAAU,yBAAyB,CAAC,EAAE5G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiD,GAA8B9J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,yBAAyB,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUyD,EAAgB,CAAC,EAAE,UAAU,iCAAiC,CAAC,EAAE7G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASkD,GAA8B/J,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU0D,EAAgB,CAAC,EAAE,UAAU,2BAA2B,CAAC,EAAE9G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmD,GAA8BhK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU2D,EAAgB,CAAC,EAAE,UAAU,8BAA8B,CAAC,EAAE/G,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoD,GAA8BjK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU4D,EAAgB,CAAC,EAAE,UAAU,kCAAkC,CAAC,EAAEhH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASqD,GAA8BlK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAU6D,EAAgB,CAAC,EAAE,UAAU,gCAAgC,CAAC,EAAEjH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAASiC,GAAa,GAAgB7F,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEtB,GAAa,GAAgB7F,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAEiC,GAAa,GAAgB7F,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACuC,EAAYC,GAAgBC,KAAyBrK,EAAK+H,EAAU,CAAC,SAASoC,GAAa,IAAI,CAAC,CAAC,UAAU7H,EAAmB,GAAGE,EAAY,UAAUD,EAAmB,UAAUF,EAAkB,EAAEiI,MAAUhI,IAAqB,GAAGC,IAAqB,GAAuBvC,EAAKmG,EAAY,CAAC,GAAG,aAAa3D,CAAW,GAAG,SAAsBxC,EAAKiI,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU1F,CAAkB,EAAE,SAAsB,EAAMrC,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAc5D,EAAKwG,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,GAAG0B,GAAkB7F,EAAkB,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBuB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,mEAAmE,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,8BAA8B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,iEAAiE,MAAM,CAAC,0BAA0B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKtB,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe,EAAMtC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,EAAE,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGyC,EAAqB,CAAC,UAAU,CAAC,SAAsBrG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS0D,GAA8BvK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUkE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAEtH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS2D,GAA8BxK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,mBAAmB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUmE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAEvH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4D,GAA8BzK,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUoE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAExH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6D,GAA8B1K,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUqE,EAAgB,CAAC,EAAE,UAAU,QAAQ,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,EAAE,UAAU,QAAQ,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,EAAE,UAAU,QAAQ,CAAC,EAAEzH,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsBrD,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8D,GAA8B3K,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,cAAc,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUsE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE1H,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,GAAGF,EAAqB,CAAC,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,EAAE,UAAU,CAAC,KAAK,MAAS,CAAC,EAAEpD,EAAYI,CAAc,EAAE,SAAsB,EAAMnD,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+D,GAA8B5K,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,UAAUuE,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE3H,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgE,GAA8B7K,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,GAAG5E,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,GAAG,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,UAAU0D,EAAgB,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGxE,EAAqB,CAAC,UAAU,CAAC,UAAUwE,EAAgB,CAAC,EAAE,UAAU,2BAA2B,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,EAAE,UAAU,2BAA2B,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,EAAE,UAAU,2BAA2B,CAAC,EAAE5H,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgB1F,EAAK6G,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiE,GAA8B9K,EAAK0G,EAA0B,CAAC,GAAGL,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY5E,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,qEAAqE,UAAU,QAAQ,UAAU+D,EAAgB,CAAC,EAAE,UAAU,YAAY,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,UAAU,UAAU,wEAAwE,UAAU,GAAM,MAAM,OAAO,UAAU,UAAU,GAAGzE,EAAqB,CAAC,UAAU,CAAC,UAAUyE,EAAgB,CAAC,CAAC,CAAC,EAAE7H,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsC,GAAa,GAAgB3F,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACmD,EAAYC,GAAgBC,KAAyBjL,EAAK+H,EAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEpC,GAAa,GAAgB,EAAMzF,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,mBAAmB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,cAAc,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACsD,EAAYC,GAAgBC,KAAyBpL,EAAK+H,EAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEpC,GAAa,GAAgB,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,mBAAmB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,cAAc,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACyD,EAAYC,GAAgBC,KAAyBvL,EAAK+H,EAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEpC,GAAa,GAAgB,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAc,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,WAAW,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,GAAGd,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAAC4D,EAAYC,GAAgBC,KAAyB1L,EAAK+H,EAAU,CAAC,SAASyD,GAAa,IAAI,CAAC,CAAC,UAAU5I,EAAmB,GAAGC,EAAY,UAAUJ,EAAmB,UAAUC,GAAmB,UAAUC,EAAkB,EAAEgJ,KAAS,CAAClJ,IAAqB,GAAGE,KAAqB,EAAEC,IAAqB,GAAG,IAAMgJ,GAAYC,GAAelJ,GAAmB,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,SAAS,EAAEsD,EAAgB,EAAE,OAAoBjG,EAAKmG,EAAY,CAAC,GAAG,aAAatD,CAAW,GAAG,SAAsB7C,EAAKiI,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUxF,CAAkB,EAAE,SAAsBzC,EAAKuG,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU9D,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAMvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,cAAc,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAc5D,EAAKwG,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,GAAG0B,GAAkBxF,EAAkB,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,iBAAiBkB,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,GAAGyC,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,QAAQ5E,GAAmB,OAAO,OAAO,WAAW,GAAGyG,GAAkBxF,EAAkB,CAAC,CAAC,CAAC,EAAEO,EAAYI,CAAc,CAAC,CAAC,EAAe,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,mEAAmE,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,aAAa,MAAM,CAAC,8BAA8B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKgI,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe5L,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,mEAAmE,qBAAqB,OAAO,0BAA0B,QAAQ,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,aAAa,MAAM,CAAC,8BAA8B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,mEAAmE,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6CAA6C,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iEAAiE,MAAM,CAAC,0BAA0B,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKhB,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8C,GAAa,GAAgB3F,EAAKE,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,OAAO,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO5E,GAAmB,OAAO,OAAO,eAAe,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO5E,GAAmB,OAAO,OAAO,eAAe,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,eAAe,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,OAAO,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAO5E,GAAmB,OAAO,OAAO,eAAe,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,SAAS,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,WAAW5E,GAAmB,OAAO,OAAO,uBAAuB,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,MAAM,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,WAAW5E,GAAmB,OAAO,OAAO,uBAAuB,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,MAAM,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,WAAW5E,GAAmB,OAAO,OAAO,uBAAuB,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,MAAM,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAM,WAAW5E,GAAmB,OAAO,OAAO,uBAAuB,CAAC,EAAEwB,EAAYI,CAAc,EAAE,SAAsBrD,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,MAAM,SAAS,YAAY,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEvB,GAAa,GAAgB,EAAM1F,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,kBAAkB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,iBAAiB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACkE,EAAYC,GAAgBC,KAAyBhM,EAAK+H,EAAU,CAAC,SAAS+D,GAAa,IAAI,CAAC,CAAC,GAAG/I,EAAY,UAAUD,CAAkB,EAAEmJ,KAAUnJ,IAAqB,GAAuB9C,EAAKmG,EAAY,CAAC,GAAG,aAAapD,CAAW,GAAG,SAAsB/C,EAAKiI,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUnF,CAAkB,EAAE,SAAsB9C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsB,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAK+G,EAAO,CAAC,UAAU,GAAK,UAAU,wEAAwE,UAAU,iBAAiB,UAAU,WAAW,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ,YAAY,UAAU,UAAU,UAAU,uEAAuE,UAAU,GAAM,MAAM,OAAO,UAAU,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/G,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsB,EAAMD,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAcF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,iGAAiG,EAAE,SAAS,uCAAuC,CAAC,EAAE,6CAA6C,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iEAAiE,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEb,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6C,GAAa,GAAgB,EAAM1F,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKsG,EAAS,CAAC,sBAAsB,GAAK,SAAsBtG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe,EAAM1D,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAS,CAAc5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,WAAW,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,mBAAmB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,cAAc,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,mBAAmB,eAAe,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0G,EAA0B,CAAC,OAAO,GAAG,SAAsB1G,EAAK2G,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB/C,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKmH,EAAyB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,gBAAgB,SAAS,YAAY,UAAU,GAAM,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenH,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,yBAAyB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAK0H,EAAmB,CAAC,SAAsB1H,EAAK2H,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACsE,EAAYC,GAAgBC,KAAyBpM,EAAK+H,EAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAErC,GAAa,GAAgB,EAAMxF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,eAAe,aAAa,gBAAgB,wBAAwB,qBAAqB,YAAY,EAAE,SAAS,CAAc5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBvG,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,QAAQ,iBAAiB0D,EAAiB,SAAS,YAAY,SAAsB5D,EAAKuG,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvG,EAAKwG,GAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,+BAA+B,mBAAmB,QAAQ,iBAAiB5C,EAAiB,SAAS,YAAY,GAAGyC,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQI,IAA2BhF,GAAmB,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,sEAAsE,CAAC,CAAC,EAAEwB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiB0D,EAAiB,SAAS,YAAY,MAAMkB,GAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAsB,EAAM5E,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAS,CAAc5D,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,EAAE,CAAC,CAAC,EAAe5D,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB0D,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyI,GAAI,CAAC,kFAAkF,kFAAkF,qPAAqP,6QAA6Q,wNAAwN,8QAA8Q,sTAAsT,uRAAuR,gUAAgU,+XAA+X,qSAAqS,iJAAiJ,kJAAkJ,mRAAmR,kSAAkS,gWAAgW,oHAAoH,isGAAisG,qRAAqR,iWAAiW,8QAA8Q,iUAAiU,mMAAmM,4eAA4e,wgBAAwgB,i+DAAi+D,6RAA6R,kMAAkM,ybAAyb,4RAA4R,kLAAkL,2VAA2V,6UAA6U,2MAA2M,oUAAoU,4VAA4V,0WAA0W,+WAA+W,qPAAqP,8HAA8H,kMAAkM,+VAA+V,4RAA4R,wXAAwX,oRAAoR,kVAAkV,iRAAiR,gRAAgR,wQAAwQ,gXAAgX,0LAA0L,iHAAiH,yTAAyT,2aAA2a,kOAAkO,+IAA+I,wSAAwS,4PAA4P,8RAA8R,+RAA+R,8SAA8S,gLAAgL,mLAAmL,w0rBAAw0rB,8EAA8E,2IAA2I,yJAAyJ,yKAAyK,oQAAoQ,+JAA+J,sTAAsT,sTAAsT,qHAAqH,+FAA+F,+DAA+D,0GAA0G,oSAAoS,+/BAA+/B,6HAA6H,4LAA4L,oRAAoR,+DAA+D,+DAA+D,ogDAAogD,8GAA8G,sMAAsM,+IAA+I,6FAA6F,yIAAyI,+FAA+F,oJAAoJ,6IAA6I,8GAA8G,4EAA4E,2FAA2F,sHAAsH,wMAAwM,sGAAsG,4GAA4G,6KAA6K,qHAAqH,qtDAAqtD,iEAAiE,8HAA8H,4FAA4F,uHAAuH,+FAA+F,yUAAyU,4FAA4F,yJAAyJ,yGAAyG,4EAA4E,uEAAuE,4EAA4E,yGAAyG,mbAAmb,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,6JAA6J,yKAAyK,qHAAqH,+bAA+b,EAW7xhNC,GAAgBC,GAAQzL,GAAUuL,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,mBAAmB,QAAQ,aAAa,SAAS,kBAAkB,SAAS,iBAAiB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,4CAA4C,gBAAgB,GAAM,MAAM,kBAAkB,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,UAAU,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,kHAAkH,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,8GAA8G,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,oBAAoB,OAAO,SAAS,MAAM,SAAS,IAAI,kHAAkH,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAc,GAAGC,GAAY,GAAGC,GAA8B,GAAGC,GAAwB,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click3", "fontSize", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yTZWVy21R", "XPLBUaqBk", "rxUTiD0Ks", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6oz27c", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerPRmpi8NRx", "withCSS", "PRmpi8NRx_default", "addPropertyControls", "ControlType", "addFonts", "RadioButtonFonts", "getFonts", "PRmpi8NRx_default", "DownloadFonts", "Download", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "XPLBUaqBk1nghuq", "args", "XPLBUaqBkh62isc", "XPLBUaqBkqa14fo", "XPLBUaqBkog7co8", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framern08_KwRp4", "withCSS", "n08_KwRp4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "newTab", "titleText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kIo3anXUn", "KURotJU2O", "GA3ewfcd_", "o8DDhltw8", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6uihwd", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "RichText2", "css", "FramerZSe1hnJB_", "withCSS", "ZSe1hnJB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "ButtonFonts", "weGH8rJZe_default", "NavbarDropdownSingleItemFonts", "ZSe1hnJB_default", "DownloadReportCardFonts", "n08_KwRp4_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "numberToString", "value", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "topBarContent", "visible", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "K7sMPXKcm", "so0SBuu9E", "Ma3hv0k5EzllTiV3YG", "jc3P9Jk_yzllTiV3YG", "EgBFr6Jb7zllTiV3YG", "idzllTiV3YG", "Ma3hv0k5EL5RJ3ccMh", "EgBFr6Jb7L5RJ3ccMh", "jc3P9Jk_yL5RJ3ccMh", "idL5RJ3ccMh", "jc3P9Jk_yu9bmM8Vhs", "Ma3hv0k5Eu9bmM8Vhs", "x2FFMkwM_u9bmM8Vhs", "EgBFr6Jb7u9bmM8Vhs", "idu9bmM8Vhs", "jc3P9Jk_ypSVVCz1PB", "idpSVVCz1PB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeave9fkrpu", "args", "onMouseLeave10q3zi1", "onMouseLeaveg2lk2q", "onTap13dzdaf", "onTap1k0uo2z", "onTap1kr1q1d", "onTap1dpy85z", "onTapuie224", "onTapehsexb", "onTap1f7mk1d", "LJoZhZWH3txyyif", "overlay", "loadMore", "onTapvlpn3t", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "dynamicRef", "useDynamicRefs", "activeLocaleCode", "useLocaleCode", "LayoutGroup", "transition1", "addPropertyOverrides", "RichText2", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon", "ResolveLinks", "resolvedLinks", "weGH8rJZe_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "ZSe1hnJB_default", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "ChildrenCanSuspend", "QueryData", "y9CjNRaRa_default", "collection", "paginationInfo", "l", "index", "PathVariablesContext", "toResponsiveImage", "Overlay", "AnimatePresence", "Floating", "MotionDivWithFX", "animation1", "animation", "animation2", "n08_KwRp4_default", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "resolvedLinks29", "resolvedLinks30", "resolvedLinks31", "resolvedLinks32", "resolvedLinks33", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks34", "resolvedLinks35", "resolvedLinks36", "resolvedLinks37", "resolvedLinks38", "resolvedLinks39", "resolvedLinks40", "resolvedLinks41", "collection2", "paginationInfo2", "loadMore2", "collection3", "paginationInfo3", "loadMore3", "collection4", "paginationInfo4", "loadMore4", "collection5", "paginationInfo5", "loadMore5", "index2", "textContent", "numberToString", "collection6", "paginationInfo6", "loadMore6", "index3", "collection7", "paginationInfo7", "loadMore7", "css", "FramervGeneWfrW", "withCSS", "vGeneWfrW_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "ButtonFonts", "NavbarDropdownSingleItemFonts", "DownloadReportCardFonts", "getFontsFromSharedStyle", "fonts"]
}
