{"version":3,"file":"ppsMaG9zV.DbMrEBq0.mjs","names":["IconType","SrcType","fonts","css","className","fonts","css","className","fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","ButtonContactUsOrange","className","Image","css","fonts","css","className"],"sources":["https:/framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js","https:/framerusercontent.com/modules/aHRRLTi9K7bwMhgZeln7/Kuopq4ahfN05mXMq1pT2/COeVUSJm2.js","https:/framerusercontent.com/modules/5pzVEVUpX7dT41m3EpJf/wvXHlRUzb0CQKrZ2fOXm/m_9CZykA7.js","https:/framerusercontent.com/modules/ofsLgaBlepAv7adHWz4J/i94Nwkl1fOrdsWN6ViQV/roJiR3A8A.js","https:/framerusercontent.com/modules/r9ZCxHHSu6S9tQPD8pmq/stqmuwH98Rd2wi7sJ7PY/QHij7Nacd.js","https:/framerusercontent.com/modules/b7mjKyYvXBHDZ2vunFmg/W6fcMm0T0VqMLDJzCzm3/ahw5yKRP9.js","https:/framerusercontent.com/modules/2QzAH63n2lIvvZg9QZ55/bJSdE9MQJUm3gDvEbseV/ppsMaG9zV.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 (4458791)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-AatpI .framer-styles-preset-iur2eb:not(.rich-text-wrapper), .framer-AatpI .framer-styles-preset-iur2eb.rich-text-wrapper a { --framer-link-current-text-color: var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, #ffffff); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, #ffffff); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, #ff9452); --framer-link-text-decoration: none; transition-delay: 0s; transition-duration: 0.4s; transition-property: color; transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }\"];export const className=\"framer-AatpI\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4458791)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-6jYUA .framer-styles-preset-axjwx1:not(.rich-text-wrapper), .framer-6jYUA .framer-styles-preset-axjwx1.rich-text-wrapper a { --framer-link-current-text-color: var(--token-517713d4-c71f-41ec-a3ec-c8f6a539a67e, #07646a); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, #04bca9); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-517713d4-c71f-41ec-a3ec-c8f6a539a67e, #07646a); --framer-link-text-decoration: underline; transition-delay: 0s; transition-duration: 0.4s; transition-property: color,text-decoration-color,text-decoration-thickness,text-underline-offset; transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }\"];export const className=\"framer-6jYUA\";\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 (890879b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-etCKg .framer-styles-preset-cizdq7:not(.rich-text-wrapper), .framer-etCKg .framer-styles-preset-cizdq7.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #04bca9; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1279px) and (min-width: 810px) { .framer-etCKg .framer-styles-preset-cizdq7:not(.rich-text-wrapper), .framer-etCKg .framer-styles-preset-cizdq7.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #04bca9; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-etCKg .framer-styles-preset-cizdq7:not(.rich-text-wrapper), .framer-etCKg .framer-styles-preset-cizdq7.rich-text-wrapper h4 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 14px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #04bca9; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-etCKg\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4458791)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dwzomQn9ZSOI7g4du60j/Vxh3Tk9yOhHKvGxDwSeH/gkiiupZao.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={zFQ6VZDNu:{hover:true,pressed:true}};const cycleOrder=[\"zFQ6VZDNu\",\"ntW1t1Fdm\",\"NwlqaTSUQ\"];const serializationHash=\"framer-wQkhS\";const variantClassNames={ntW1t1Fdm:\"framer-v-1d8k3kz\",NwlqaTSUQ:\"framer-v-1i7xn1a\",zFQ6VZDNu:\"framer-v-1ygw3qd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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:\"zFQ6VZDNu\",Disabled:\"NwlqaTSUQ\",Loading:\"ntW1t1Fdm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"zFQ6VZDNu\"};};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:\"zFQ6VZDNu\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapmm24gm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"ntW1t1Fdm\");});const onMouseEnter1h6zfmh=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"zFQ6VZDNu\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"ntW1t1Fdm\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"ntW1t1Fdm\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kEtgXyupt\"},motionChild:true,nodeId:\"zFQ6VZDNu\",scopeId:\"QHij7Nacd\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ygw3qd\",className,classNames)} framer-llt6y5`,\"data-framer-name\":\"Default\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"zFQ6VZDNu\",onMouseEnter:onMouseEnter1h6zfmh,onTap:onTapmm24gm,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.14), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.13), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.1), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05)\",opacity:1,...style},variants:{\"zFQ6VZDNu-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",opacity:1},\"zFQ6VZDNu-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",opacity:1},NwlqaTSUQ:{opacity:.5}},...addPropertyOverrides({\"zFQ6VZDNu-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"zFQ6VZDNu-pressed\":{\"data-framer-name\":undefined},ntW1t1Fdm:{\"data-framer-name\":\"Loading\"},NwlqaTSUQ:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Contact Us\"})}),className:\"framer-a3gqrx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eys0JxVps\",style:{\"--extracted-r6o4lv\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"zFQ6VZDNu-pressed\":{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 253, 250))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"zFQ6VZDNu-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 253, 250)))\"},children:\"Contact Us\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x1uy7q\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"sQ2LqWVub\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-hp69ru\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"pzR4z_UHT\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{ntW1t1Fdm:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-75ii17\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"u110UhuY3\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wQkhS.framer-llt6y5, .framer-wQkhS .framer-llt6y5 { display: block; }\",\".framer-wQkhS.framer-1ygw3qd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 40px 10px 40px; position: relative; text-decoration: none; width: min-content; }\",\".framer-wQkhS .framer-a3gqrx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wQkhS .framer-1x1uy7q { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-wQkhS .framer-hp69ru { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-wQkhS .framer-75ii17 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-wQkhS.framer-v-1d8k3kz.framer-1ygw3qd { width: 126px; }\",\".framer-wQkhS.framer-v-1d8k3kz .framer-hp69ru { overflow: hidden; }\",...sharedStyle.css,'.framer-wQkhS[data-border=\"true\"]::after, .framer-wQkhS [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 44\n * @framerIntrinsicWidth 164\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ntW1t1Fdm\":{\"layout\":[\"fixed\",\"auto\"]},\"NwlqaTSUQ\":{\"layout\":[\"auto\",\"auto\"]},\"JYHUlnsZW\":{\"layout\":[\"auto\",\"auto\"]},\"FojliqZC7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQHij7Nacd=withCSS(Component,css,\"framer-wQkhS\");export default FramerQHij7Nacd;FramerQHij7Nacd.displayName=\"Button Contact Us (Orange)\";FramerQHij7Nacd.defaultProps={height:44,width:164};addPropertyControls(FramerQHij7Nacd,{variant:{options:[\"zFQ6VZDNu\",\"ntW1t1Fdm\",\"NwlqaTSUQ\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQHij7Nacd,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQHij7Nacd\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"164\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ntW1t1Fdm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NwlqaTSUQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JYHUlnsZW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FojliqZC7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QHij7Nacd.map","// Generated by Framer (6464825)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,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 sharedStyle2 from\"https://framerusercontent.com/modules/aHRRLTi9K7bwMhgZeln7/Kuopq4ahfN05mXMq1pT2/COeVUSJm2.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/dwzomQn9ZSOI7g4du60j/Vxh3Tk9yOhHKvGxDwSeH/gkiiupZao.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/5pzVEVUpX7dT41m3EpJf/wvXHlRUzb0CQKrZ2fOXm/m_9CZykA7.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/ofsLgaBlepAv7adHWz4J/i94Nwkl1fOrdsWN6ViQV/roJiR3A8A.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8Y3Hx6xotgjA6DrfvIOj/BTKa2iB2CnOdeJTVhgjt/vQ2tQmCrk.js\";import ButtonContactUsOrange from\"https://framerusercontent.com/modules/r9ZCxHHSu6S9tQPD8pmq/stqmuwH98Rd2wi7sJ7PY/QHij7Nacd.js\";const ButtonContactUsOrangeFonts=getFonts(ButtonContactUsOrange);const DownloadFonts=getFonts(Download);const cycleOrder=[\"Bvj36_2Z0\",\"yjFrB5Mwm\",\"gUKxyrlx8\"];const serializationHash=\"framer-25TPA\";const variantClassNames={Bvj36_2Z0:\"framer-v-1k9stpz\",gUKxyrlx8:\"framer-v-2877nf\",yjFrB5Mwm:\"framer-v-1kdhxj9\"};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={Mobile:\"gUKxyrlx8\",Primary:\"Bvj36_2Z0\",Tablet:\"yjFrB5Mwm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Bvj36_2Z0\"};};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:\"Bvj36_2Z0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"yjFrB5Mwm\",\"gUKxyrlx8\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"yjFrB5Mwm\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"gUKxyrlx8\")return true;return false;};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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k9stpz\",className,classNames),\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"Bvj36_2Z0\",ref:refBinding,style:{backgroundColor:\"var(--token-131fb75e-0ff8-491e-a7e6-a64ef06e729e, rgba(216, 219, 222, 0.2))\",...style},...addPropertyOverrides({gUKxyrlx8:{\"data-framer-name\":\"Mobile\"},yjFrB5Mwm:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ycy711\",\"data-framer-name\":\"green box n logos\",layoutDependency:layoutDependency,layoutId:\"XNTtEzQhE\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5cajrj\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"bludOEN13\",style:{backgroundColor:\"rgb(4, 188, 169)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-waucpa\",\"data-framer-name\":\"Frame 52\",layoutDependency:layoutDependency,layoutId:\"HECP7cldH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS12YXJpYWJsZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope Variable\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Talk to us today\"})}),className:\"framer-1chj83q\",\"data-framer-name\":\"Talk to us today\",fonts:[\"GF;Manrope-variable-regular\"],layoutDependency:layoutDependency,layoutId:\"U168YBvf0\",style:{\"--extracted-1of0zx5\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Contact us to get details on integrating Lifelight into your healthcare app.\"})]}),className:\"framer-wdxhz7\",\"data-framer-name\":\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS. Contact us to get details on integrating Lifelight into your healthcare app.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TjLrGBCql\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(9, 33, 58))\",\"--framer-text-transform\":\"uppercase\"},children:\"Enough of the cuff!\"})}),className:\"framer-7mp6pl\",\"data-framer-name\":\"Enough of the cuff!\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"ZclC124SQ\",style:{\"--extracted-r6o4lv\":\"rgb(9, 33, 58)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wo3i1z\",\"data-framer-name\":\"Frame 53\",layoutDependency:layoutDependency,layoutId:\"kM4euz_7o\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oeha0j-container\",\"data-framer-name\":\"Contact us orange\",layoutDependency:layoutDependency,layoutId:\"e2rtslkjn-container\",name:\"Contact us orange\",nodeId:\"e2rtslkjn\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(ButtonContactUsOrange,{height:\"100%\",id:\"e2rtslkjn\",layoutId:\"e2rtslkjn\",name:\"Contact us orange\",variant:\"zFQ6VZDNu\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xvy5ek\",\"data-framer-name\":\"Frame 40\",layoutDependency:layoutDependency,layoutId:\"iLzdCMUpf\",style:{backgroundColor:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Crown Commercial Service Supplier\",fit:\"fill\",pixelHeight:592,pixelWidth:795,sizes:\"80px\",src:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png\",srcSet:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png 795w\"},className:\"framer-1dc99lj\",\"data-framer-name\":\"CCS-Logo\",layoutDependency:layoutDependency,layoutId:\"xGVjDhvoS\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Cyber Essentials Plus\",fit:\"fill\",pixelHeight:402,pixelWidth:849,sizes:\"85.7732px\",src:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png\",srcSet:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png?scale-down-to=512 512w,https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png 849w\"},className:\"framer-12j8uqp\",\"data-framer-name\":\"Cyber-Essentials-Plus-Logo\",layoutDependency:layoutDependency,layoutId:\"ZaHBzfVi9\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"UKRi Innovate UK\",fit:\"fill\",pixelHeight:316,pixelWidth:984,sizes:\"98.9691px\",src:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png\",srcSet:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png 984w\"},className:\"framer-sustqe\",\"data-framer-name\":\"Innovate-UK-Logo\",layoutDependency:layoutDependency,layoutId:\"nE0eTEAIZ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"NHS Digital Toolkit\",fit:\"fill\",pixelHeight:335,pixelWidth:596,sizes:\"60.2062px\",src:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png\",srcSet:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png 596w\"},className:\"framer-99qzkc\",\"data-framer-name\":\"NHS-Digital-Toolkit-Logo\",layoutDependency:layoutDependency,layoutId:\"FnFIFLNdG\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"ORCHA Certified\",fit:\"fill\",pixelHeight:524,pixelWidth:525,sizes:\"53.6082px\",src:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png\",srcSet:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png 525w\"},className:\"framer-r1wdm3\",\"data-framer-name\":\"Orcha-Logo\",layoutDependency:layoutDependency,layoutId:\"FeQpjUREo\"})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-548v8n\",\"data-framer-name\":\"Navy Mobile Footer\",layoutDependency:layoutDependency,layoutId:\"QuUX1peAe\",style:{backgroundColor:\"rgb(9, 33, 58)\",borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-snnsxk\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"b5USWxGSV\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Lifelight logo\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+32+0+0+0),pixelHeight:364,pixelWidth:1128,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 160px) * 0.3)`,src:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png\",srcSet:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=512 512w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png 1128w\"},className:\"framer-1sdyskw\",\"data-framer-name\":\"Lifelight-Logo-Blue-Transparent 2\",layoutDependency:layoutDependency,layoutId:\"Z1DD17JOp\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l26o7t\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"B0wmITt0l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1y2yvfd\",\"data-styles-preset\":\"vQ2tQmCrk\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169)))\"},children:\"Contact Information\"})}),className:\"framer-1y7gihh\",\"data-framer-name\":\"Contact Information\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"foHNFxUod\",style:{\"--extracted-1of0zx5\":\"var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p9q6c9\",\"data-framer-name\":\"Frame 46\",layoutDependency:layoutDependency,layoutId:\"VcCVbHpKW\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-b9h767\",\"data-framer-name\":\"Vector 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:190,intrinsicWidth:6.000000000009095,layoutDependency:layoutDependency,layoutId:\"E4LjTUMNe\",svg:'<svg height=\"190\" viewBox=\"-3 -3 6.000000000009095 190\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 184\" stroke=\"#FF9452\" stroke-width=\"6\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v9n4gc\",\"data-framer-name\":\"Frame 45\",layoutDependency:layoutDependency,layoutId:\"tOFACmYR4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7grskv\",\"data-framer-name\":\"Frame 42\",layoutDependency:layoutDependency,layoutId:\"CaWGENOpU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1amx9mp\",\"data-framer-name\":\"mdi:location\",layoutDependency:layoutDependency,layoutId:\"hSmBP5Ol0\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hu90sf\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"I309:862;125:440\",svg:'<svg width=\"14\" height=\"20\" viewBox=\"0 0 14 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7 9.5C6.33696 9.5 5.70107 9.23661 5.23223 8.76777C4.76339 8.29893 4.5 7.66304 4.5 7C4.5 6.33696 4.76339 5.70107 5.23223 5.23223C5.70107 4.76339 6.33696 4.5 7 4.5C7.66304 4.5 8.29893 4.76339 8.76777 5.23223C9.23661 5.70107 9.5 6.33696 9.5 7C9.5 7.3283 9.43534 7.65339 9.3097 7.95671C9.18406 8.26002 8.99991 8.53562 8.76777 8.76777C8.53562 8.99991 8.26002 9.18406 7.95671 9.3097C7.65339 9.43534 7.3283 9.5 7 9.5ZM7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"The University of Southampton Science Park\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"2 Venture Road, Chilworth\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"Southampton, Hampshire\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:\"SO16 7NP\"})]}),className:\"framer-1hufu48\",\"data-framer-name\":\"The University of Southampton Science Park 2 Venture Road, Chilworth Southampton, Hampshire SO16 7NP\",fonts:[\"GF;Manrope-600\",\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"mLRSnPg6A\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sxwjm1\",\"data-framer-name\":\"Frame 41\",layoutDependency:layoutDependency,layoutId:\"GzIuLVR4j\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jg7sog\",\"data-framer-name\":\"clarity:email-line\",layoutDependency:layoutDependency,layoutId:\"UMhmaElLx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11hmymh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"I309:865;125:434\",svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.332 0H1.66536C1.31174 0 0.972604 0.140476 0.722555 0.390524C0.472507 0.640573 0.332031 0.979711 0.332031 1.33333V14.6667C0.332031 15.0203 0.472507 15.3594 0.722555 15.6095C0.972604 15.8595 1.31174 16 1.66536 16H20.332C20.6857 16 21.0248 15.8595 21.2748 15.6095C21.5249 15.3594 21.6654 15.0203 21.6654 14.6667V1.33333C21.6654 0.979711 21.5249 0.640573 21.2748 0.390524C21.0248 0.140476 20.6857 0 20.332 0ZM19.3054 14.6667H2.77203L7.4387 9.84L6.4787 8.91333L1.66536 13.8933V2.34667L9.95203 10.5933C10.2018 10.8417 10.5398 10.9811 10.892 10.9811C11.2443 10.9811 11.5822 10.8417 11.832 10.5933L20.332 2.14V13.8067L15.4254 8.9L14.4854 9.84L19.3054 14.6667ZM2.5387 1.33333H19.252L10.892 9.64667L2.5387 1.33333Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14lqpwj\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"I309:865;125:435\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@lifelight.ai\",motionChild:true,nodeId:\"btroU2SZl\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"info@lifelight.ai\"})})})}),className:\"framer-pept6u\",\"data-framer-name\":\"info@lifelight.ai\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"btroU2SZl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-25f5i2\",\"data-framer-name\":\"Frame 43\",layoutDependency:layoutDependency,layoutId:\"sPbgjf05H\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"LinkedIn Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+32+0+0+131+0+54+0+0+640+48),pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/bPPbioJpipM8Z5lgyGXFyhW3z9k.png\"},className:\"framer-qc2dhu\",\"data-framer-name\":\"images\",layoutDependency:layoutDependency,layoutId:\"oO46j2EIR\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Follow us on \",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/lifelight-ai/?originalSubdomain=uk\",motionChild:true,nodeId:\"hFXgpHob7\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"LinkedIn\"})})]})}),className:\"framer-h4l9ml\",\"data-framer-name\":\"Follow us on LinkedIn\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"hFXgpHob7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zrlt4g\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"P3NiudVr3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-k9jg5z\",\"data-framer-name\":\"Vector 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:753,layoutDependency:layoutDependency,layoutId:\"HRePq1yka\",svg:'<svg width=\"753\" height=\"5\" viewBox=\"-1 -1 753 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1.57227H750\" stroke=\"#7F8B97\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"\\xa9 Copyright 2025 | \",/*#__PURE__*/_jsx(Link,{href:\"www.lifelight.ai\",motionChild:true,nodeId:\"el2crnNMk\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"www.lifelight.ai\"})}),\" is owned by xim Ltd. trading as Lifelight. \"]}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"Lifelight is a \",/*#__PURE__*/_jsx(Link,{href:\"https://xim-lifelight.github.io/ifu/ll-ifu/ll-singleproduct-ifu-c1.html\",motionChild:true,nodeId:\"el2crnNMk\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"CE Class IIa Medical Device \"})}),\"under the EU MDR. Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.\"]})]}),className:\"framer-z9koi1\",\"data-framer-name\":\"\\xa9 Copyright 2024 | www.lifelight.ai is owned by xim Ltd. trading as Lifelight. Lifelight is a CE and UKCA Class I Medical Device under EU MDD and UK MDR. Lifelight Class I Instructions for Use (IFU) Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.   Privacy Centre | Privacy Notice | Acceptable Use\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"el2crnNMk\",style:{\"--extracted-2gxw0f\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17dhsyk\",layoutDependency:layoutDependency,layoutId:\"geY8t6y9O\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1726qzx-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"J5zcWNosN-container\",nodeId:\"J5zcWNosN\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"J5zcWNosN\",layoutId:\"J5zcWNosN\",srcFile:\"https://framerusercontent.com/assets/AgIRKGgISejBc87cicuqgTWL6I4.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Lifelight Class IIa Instructions for Use (IFU)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:\"|\"})}),className:\"framer-zsmyqj\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"MCcPEu951\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7n058-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"yQwk58cL9-container\",nodeId:\"yQwk58cL9\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"yQwk58cL9\",layoutId:\"yQwk58cL9\",srcFile:\"https://framerusercontent.com/assets/NMUC3vlmzdQ4GGfAhmCBkJBbjXU.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Acceptable Use\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:\"|\"})}),className:\"framer-1k7leuc\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"rgEHg21S1\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KsBHLs30a\"},motionChild:true,nodeId:\"r8BnrXtJW\",openInNewTab:false,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"Privacy Notice\"})})})}),className:\"framer-3lvlw3\",fonts:[\"GF;Manrope-700\"],layoutDependency:layoutDependency,layoutId:\"r8BnrXtJW\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rhp4al\",\"data-framer-name\":\"Footer Mobile\",layoutDependency:layoutDependency,layoutId:\"Z2In4fiWQ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kqzp5d\",\"data-framer-name\":\"Green Contact CTA Footer\",layoutDependency:layoutDependency,layoutId:\"obNNjwHjc\",style:{backgroundColor:\"rgb(4, 188, 169)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xe2736\",\"data-framer-name\":\"Text and button\",layoutDependency:layoutDependency,layoutId:\"cHF9NNxJU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-elj4z2\",\"data-framer-name\":\"Text - talk to us today\",layoutDependency:layoutDependency,layoutId:\"csH4G3Dai\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Talk to us today\"})}),className:\"framer-hqc8a0\",\"data-framer-name\":\"Talk to us today\",fonts:[\"GF;Manrope-300\"],layoutDependency:layoutDependency,layoutId:\"aNzYaTa7h\",style:{\"--extracted-r6o4lv\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Contact us to get details on integrating Lifelight into your healthcare app.\"})]}),className:\"framer-v95fa9\",\"data-framer-name\":\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS. Contact us to get details on integrating Lifelight into your healthcare app.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tFqFzjavb\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-cizdq7\",\"data-styles-preset\":\"roJiR3A8A\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Enough of the cuff!\"})}),className:\"framer-16wrpu8\",\"data-framer-name\":\"Enough of the cuff!\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TveBR6uk7\",style:{\"--extracted-1eung3n\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vit0pm\",\"data-framer-name\":\"Contact Buttons\",layoutDependency:layoutDependency,layoutId:\"Eehh34w41\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m8509i-container\",\"data-framer-name\":\"Contact us orange\",layoutDependency:layoutDependency,layoutId:\"DWqWxjsfr-container\",name:\"Contact us orange\",nodeId:\"DWqWxjsfr\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(ButtonContactUsOrange,{height:\"100%\",id:\"DWqWxjsfr\",layoutId:\"DWqWxjsfr\",name:\"Contact us orange\",variant:\"zFQ6VZDNu\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fcswf0\",\"data-framer-name\":\"Navy Mobile Footer\",layoutDependency:layoutDependency,layoutId:\"OgLlmeSmE\",style:{backgroundColor:\"rgb(9, 33, 58)\",borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-spohdx\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"VlnUr4qcj\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Lifelight Logo\",fit:\"stretch\",pixelHeight:364,pixelWidth:1128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png\",srcSet:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=512 512w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png 1128w\"},className:\"framer-1npyrna\",\"data-framer-name\":\"Lifelight-Logo-Blue-Transparent 2\",layoutDependency:layoutDependency,layoutId:\"EeOEAL1oe\",...addPropertyOverrides({yjFrB5Mwm:{background:{alt:\"Lifelight Logo\",fit:\"stretch\",pixelHeight:364,pixelWidth:1128,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 100px) * 0.4)`,src:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png\",srcSet:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=512 512w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png 1128w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g0fj8f\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"X2LgHS4Xn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1y2yvfd\",\"data-styles-preset\":\"vQ2tQmCrk\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169)))\"},children:\"Contact Information\"})}),className:\"framer-5owcjh\",\"data-framer-name\":\"Contact Information\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"n8OAGlKYC\",style:{\"--extracted-a0htzi\":\"var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hh3yvx\",\"data-framer-name\":\"Frame 46\",layoutDependency:layoutDependency,layoutId:\"p40xw02Nl\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q0ylb3\",\"data-framer-name\":\"Vector 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:190,intrinsicWidth:6.000000000009095,layoutDependency:layoutDependency,layoutId:\"y746e3ajR\",svg:'<svg height=\"190\" viewBox=\"-3 -3 6.000000000009095 190\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 184\" stroke=\"#FF9452\" stroke-width=\"6\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nm1f69\",\"data-framer-name\":\"Frame 45\",layoutDependency:layoutDependency,layoutId:\"qQaBcxfmm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fhacae\",\"data-framer-name\":\"Frame 42\",layoutDependency:layoutDependency,layoutId:\"VZK9nBYot\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2rtjtn\",\"data-framer-name\":\"mdi:location\",layoutDependency:layoutDependency,layoutId:\"C5qZcFgAv\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e0pkey\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"UsGFkrUIz\",svg:'<svg width=\"14\" height=\"20\" viewBox=\"0 0 14 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7 9.5C6.33696 9.5 5.70107 9.23661 5.23223 8.76777C4.76339 8.29893 4.5 7.66304 4.5 7C4.5 6.33696 4.76339 5.70107 5.23223 5.23223C5.70107 4.76339 6.33696 4.5 7 4.5C7.66304 4.5 8.29893 4.76339 8.76777 5.23223C9.23661 5.70107 9.5 6.33696 9.5 7C9.5 7.3283 9.43534 7.65339 9.3097 7.95671C9.18406 8.26002 8.99991 8.53562 8.76777 8.76777C8.53562 8.99991 8.26002 9.18406 7.95671 9.3097C7.65339 9.43534 7.3283 9.5 7 9.5ZM7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"The University of Southampton Science Park\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"2 Venture Road, Chilworth\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"Southampton, Hampshire\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:\"SO16 7NP\"})]}),className:\"framer-19llppn\",\"data-framer-name\":\"The University of Southampton Science Park 2 Venture Road, Chilworth Southampton, Hampshire SO16 7NP\",fonts:[\"GF;Manrope-600\",\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"g9oChs_aQ\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m5z6oo\",\"data-framer-name\":\"Frame 41\",layoutDependency:layoutDependency,layoutId:\"tA6K47P2E\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lltx12\",\"data-framer-name\":\"clarity:email-line\",layoutDependency:layoutDependency,layoutId:\"NMBTdapgd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ehr5ky\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"m7LZSayLu\",svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.332 0H1.66536C1.31174 0 0.972604 0.140476 0.722555 0.390524C0.472507 0.640573 0.332031 0.979711 0.332031 1.33333V14.6667C0.332031 15.0203 0.472507 15.3594 0.722555 15.6095C0.972604 15.8595 1.31174 16 1.66536 16H20.332C20.6857 16 21.0248 15.8595 21.2748 15.6095C21.5249 15.3594 21.6654 15.0203 21.6654 14.6667V1.33333C21.6654 0.979711 21.5249 0.640573 21.2748 0.390524C21.0248 0.140476 20.6857 0 20.332 0ZM19.3054 14.6667H2.77203L7.4387 9.84L6.4787 8.91333L1.66536 13.8933V2.34667L9.95203 10.5933C10.2018 10.8417 10.5398 10.9811 10.892 10.9811C11.2443 10.9811 11.5822 10.8417 11.832 10.5933L20.332 2.14V13.8067L15.4254 8.9L14.4854 9.84L19.3054 14.6667ZM2.5387 1.33333H19.252L10.892 9.64667L2.5387 1.33333Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrkc96\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"zOTqMnDmT\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"info@lifelight.ai\"})}),className:\"framer-9hsubs\",\"data-framer-name\":\"info@lifelight.ai\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"ECpWT9QKC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kj01fi\",\"data-framer-name\":\"Frame 43\",layoutDependency:layoutDependency,layoutId:\"WI51viUgi\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"LinkedIn Logo\",fit:\"fill\",pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/bPPbioJpipM8Z5lgyGXFyhW3z9k.png\"},className:\"framer-v9hd39\",\"data-framer-name\":\"images\",layoutDependency:layoutDependency,layoutId:\"AzLNP1YXB\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Follow us on \",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/lifelight-ai/?originalSubdomain=uk\",motionChild:true,nodeId:\"N_A9Vp8hG\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-axjwx1\",\"data-styles-preset\":\"m_9CZykA7\",children:\"LinkedIn\"})})]})}),className:\"framer-1k6r6ze\",\"data-framer-name\":\"Follow us on LinkedIn\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"N_A9Vp8hG\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w48pb5\",\"data-framer-name\":\"Frame 122\",layoutDependency:layoutDependency,layoutId:\"WG8vHGIez\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vwhwyr\",\"data-framer-name\":\"logos\",layoutDependency:layoutDependency,layoutId:\"dA52D4qr0\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:592,pixelWidth:795,sizes:\"80px\",src:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png\",srcSet:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png 795w\"},className:\"framer-cvhk1n\",\"data-framer-name\":\"CCS-Logo\",layoutDependency:layoutDependency,layoutId:\"DMBWbIiAm\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:402,pixelWidth:849,sizes:\"85.7732px\",src:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png\",srcSet:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png?scale-down-to=512 512w,https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png 849w\"},className:\"framer-1vkohl\",\"data-framer-name\":\"Cyber-Essentials-Plus-Logo\",layoutDependency:layoutDependency,layoutId:\"I_auOnQ9n\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:316,pixelWidth:984,sizes:\"98.9691px\",src:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png\",srcSet:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png 984w\"},className:\"framer-bk2qcr\",\"data-framer-name\":\"Innovate-UK-Logo\",layoutDependency:layoutDependency,layoutId:\"gV9v0Xk_s\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:335,pixelWidth:596,sizes:\"60.2062px\",src:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png\",srcSet:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png 596w\"},className:\"framer-rd63qw\",\"data-framer-name\":\"NHS-Digital-Toolkit-Logo\",layoutDependency:layoutDependency,layoutId:\"dW2Bkgrrk\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:524,pixelWidth:525,sizes:\"53.6082px\",src:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png\",srcSet:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png 525w\"},className:\"framer-10ld49g\",\"data-framer-name\":\"Orcha-Logo\",layoutDependency:layoutDependency,layoutId:\"XkblTJLyr\"})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hwds8p\",\"data-framer-name\":\"Frame 54\",layoutDependency:layoutDependency,layoutId:\"xDRaSH8oW\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yrkuub\",\"data-framer-name\":\"Vector 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:753,layoutDependency:layoutDependency,layoutId:\"JLbUzaTi3\",svg:'<svg width=\"753\" height=\"5\" viewBox=\"-1 -1 753 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1.57227H750\" stroke=\"#7F8B97\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"\\xa9 Copyright 2025 | \",/*#__PURE__*/_jsx(Link,{href:\"www.lifelight.ai\",motionChild:true,nodeId:\"EPIFZkQOu\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"www.lifelight.ai\"})}),\" is owned by xim Ltd. trading as Lifelight. \"]}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"Lifelight is a \",/*#__PURE__*/_jsx(Link,{href:\"https://xim-lifelight.github.io/ifu/ll-ifu/ll-singleproduct-ifu-c1.html\",motionChild:true,nodeId:\"EPIFZkQOu\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"CE Class IIa Medical Device \"})}),\"under EU MDD and UK MDR. Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.\"]})]}),className:\"framer-1uk9n8i\",\"data-framer-name\":\"\\xa9 Copyright 2024 | www.lifelight.ai is owned by xim Ltd. trading as Lifelight. Lifelight is a CE and UKCA Class I Medical Device under EU MDD and UK MDR. Lifelight Class I Instructions for Use (IFU) Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.   Privacy Centre | Privacy Notice | Acceptable Use\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"EPIFZkQOu\",style:{\"--extracted-2gxw0f\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1twu8ru\",layoutDependency:layoutDependency,layoutId:\"nzsJAeHQS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18jxvf2-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"t1pc43mFp-container\",nodeId:\"t1pc43mFp\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"t1pc43mFp\",layoutId:\"t1pc43mFp\",srcFile:\"https://framerusercontent.com/assets/AgIRKGgISejBc87cicuqgTWL6I4.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Lifelight Class IIa Instructions for Use (IFU)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:\"|\"})}),className:\"framer-18hvlxv\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"NdgVhKdTJ\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o66wl8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"YNpCs6zYh-container\",nodeId:\"YNpCs6zYh\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"YNpCs6zYh\",layoutId:\"YNpCs6zYh\",srcFile:\"https://framerusercontent.com/assets/NMUC3vlmzdQ4GGfAhmCBkJBbjXU.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Acceptable Use\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:\"|\"})}),className:\"framer-i87dz4\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"FmxXB6FD2\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KsBHLs30a\"},motionChild:true,nodeId:\"j2bFOd96l\",openInNewTab:false,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"Privacy Notice\"})})})}),className:\"framer-96460d\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"j2bFOd96l\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lpfddb\",\"data-framer-name\":\"Green Contact CTA Footer\",layoutDependency:layoutDependency,layoutId:\"T3nccWfJW\",style:{backgroundColor:\"rgb(4, 188, 169)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ainah\",\"data-framer-name\":\"Text and button\",layoutDependency:layoutDependency,layoutId:\"IF9aEVYSD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qltdb7\",\"data-framer-name\":\"Text - talk to us today\",layoutDependency:layoutDependency,layoutId:\"QY6JnpHB3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS0zMDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Talk to us today\"})}),className:\"framer-15lf3x\",\"data-framer-name\":\"Talk to us today\",fonts:[\"GF;Manrope-300\"],layoutDependency:layoutDependency,layoutId:\"dy71dAK8r\",style:{\"--extracted-r6o4lv\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-fdn61r\",\"data-styles-preset\":\"gkiiupZao\",children:\"Contact us to get details on integrating Lifelight into your healthcare app.\"})]}),className:\"framer-1w5f3x6\",\"data-framer-name\":\"Lifelight is available NOW to insurers, pharma and medtech companies and healthcare providers including the NHS. Contact us to get details on integrating Lifelight into your healthcare app.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r0NC_k9xu\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-cizdq7\",\"data-styles-preset\":\"roJiR3A8A\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58)))\"},children:\"Enough of the cuff!\"})}),className:\"framer-6t8kmj\",\"data-framer-name\":\"Enough of the cuff!\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ujsOX6iAn\",style:{\"--extracted-1eung3n\":\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ovwjs\",\"data-framer-name\":\"Contact Buttons\",layoutDependency:layoutDependency,layoutId:\"JQzVD2o9C\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zdcj2l-container\",\"data-framer-name\":\"Contact us orange\",layoutDependency:layoutDependency,layoutId:\"WPcDCxDpu-container\",name:\"Contact us orange\",nodeId:\"WPcDCxDpu\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(ButtonContactUsOrange,{height:\"100%\",id:\"WPcDCxDpu\",layoutId:\"WPcDCxDpu\",name:\"Contact us orange\",variant:\"zFQ6VZDNu\",width:\"100%\"})})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wm0k42\",\"data-framer-name\":\"Navy Mobile Footer\",layoutDependency:layoutDependency,layoutId:\"ZRZtp0VtH\",style:{backgroundColor:\"rgb(9, 33, 58)\",borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l9l6s2\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"q1ZUibM2K\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Lifelight Logo\",fit:\"stretch\",pixelHeight:364,pixelWidth:1128,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png\",srcSet:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=512 512w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png 1128w\"},className:\"framer-16owcj4\",\"data-framer-name\":\"Lifelight-Logo-Blue-Transparent 2\",layoutDependency:layoutDependency,layoutId:\"wrf7KLxfm\",...addPropertyOverrides({gUKxyrlx8:{background:{alt:\"Lifelight Logo\",fit:\"stretch\",pixelHeight:364,pixelWidth:1128,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.4)`,src:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png\",srcSet:\"https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=512 512w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EwWdQiumAcMRUxewaT1LyAAoE.png 1128w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ugkqub\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"tdTX8iC0c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1y2yvfd\",\"data-styles-preset\":\"vQ2tQmCrk\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169)))\"},children:\"Contact Information\"})}),className:\"framer-13nbxfy\",\"data-framer-name\":\"Contact Information\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y_lSjuqH6\",style:{\"--extracted-a0htzi\":\"var(--token-29d75164-d79e-4947-b749-1e88c12dfcba, rgb(4, 188, 169))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zgq3f0\",\"data-framer-name\":\"Frame 46\",layoutDependency:layoutDependency,layoutId:\"hW7gth0N0\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1it33vm\",\"data-framer-name\":\"Vector 2\",fill:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",intrinsicHeight:190,intrinsicWidth:6.000000000009095,layoutDependency:layoutDependency,layoutId:\"gJoRC0cMA\",svg:'<svg height=\"190\" viewBox=\"-3 -3 6.000000000009095 190\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0L0 184\" stroke=\"#FF9452\" stroke-width=\"6\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hxnk2u\",\"data-framer-name\":\"Frame 45\",layoutDependency:layoutDependency,layoutId:\"cDCC1WPZU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1buvcpl\",\"data-framer-name\":\"Frame 42\",layoutDependency:layoutDependency,layoutId:\"tlaUUKw5V\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-s85ada\",\"data-framer-name\":\"mdi:location\",layoutDependency:layoutDependency,layoutId:\"ORBTzpIY5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1v29wly\",\"data-framer-name\":\"Vector\",fill:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",intrinsicHeight:20,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"u2Wt4NyrP\",svg:'<svg width=\"14\" height=\"20\" viewBox=\"0 0 14 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7 9.5C6.33696 9.5 5.70107 9.23661 5.23223 8.76777C4.76339 8.29893 4.5 7.66304 4.5 7C4.5 6.33696 4.76339 5.70107 5.23223 5.23223C5.70107 4.76339 6.33696 4.5 7 4.5C7.66304 4.5 8.29893 4.76339 8.76777 5.23223C9.23661 5.70107 9.5 6.33696 9.5 7C9.5 7.3283 9.43534 7.65339 9.3097 7.95671C9.18406 8.26002 8.99991 8.53562 8.76777 8.76777C8.53562 8.99991 8.26002 9.18406 7.95671 9.3097C7.65339 9.43534 7.3283 9.5 7 9.5ZM7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"The University of Southampton Science Park\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"2 Venture Road, Chilworth\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(255, 255, 255))\"},children:\"Southampton, Hampshire\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(255, 255, 255))\"},children:\"SO16 7NP\"})]}),className:\"framer-pgk6o0\",\"data-framer-name\":\"The University of Southampton Science Park 2 Venture Road, Chilworth Southampton, Hampshire SO16 7NP\",fonts:[\"GF;Manrope-600\",\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"C93IvpeOQ\",style:{\"--extracted-14qxiz\":\"rgb(255, 255, 255)\",\"--extracted-1iakedh\":\"rgb(255, 255, 255)\",\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oviu2j\",\"data-framer-name\":\"Frame 41\",layoutDependency:layoutDependency,layoutId:\"WjIhIE3YW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ajtuzw\",\"data-framer-name\":\"clarity:email-line\",layoutDependency:layoutDependency,layoutId:\"XoTnD9krR\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rshan\",\"data-framer-name\":\"Vector\",fill:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",intrinsicHeight:16,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"FVLK9guDv\",svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.332 0H1.66536C1.31174 0 0.972604 0.140476 0.722555 0.390524C0.472507 0.640573 0.332031 0.979711 0.332031 1.33333V14.6667C0.332031 15.0203 0.472507 15.3594 0.722555 15.6095C0.972604 15.8595 1.31174 16 1.66536 16H20.332C20.6857 16 21.0248 15.8595 21.2748 15.6095C21.5249 15.3594 21.6654 15.0203 21.6654 14.6667V1.33333C21.6654 0.979711 21.5249 0.640573 21.2748 0.390524C21.0248 0.140476 20.6857 0 20.332 0ZM19.3054 14.6667H2.77203L7.4387 9.84L6.4787 8.91333L1.66536 13.8933V2.34667L9.95203 10.5933C10.2018 10.8417 10.5398 10.9811 10.892 10.9811C11.2443 10.9811 11.5822 10.8417 11.832 10.5933L20.332 2.14V13.8067L15.4254 8.9L14.4854 9.84L19.3054 14.6667ZM2.5387 1.33333H19.252L10.892 9.64667L2.5387 1.33333Z\" fill=\"#FF9452\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-al89k2\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"uTZhmZOuS\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"info@lifelight.ai\"})}),className:\"framer-1l5bals\",\"data-framer-name\":\"info@lifelight.ai\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"DCJkUwVK4\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-23kmhe\",\"data-framer-name\":\"Frame 43\",layoutDependency:layoutDependency,layoutId:\"jnnP3YCFz\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"LinkedIn Logo\",fit:\"fill\",pixelHeight:225,pixelWidth:225,src:\"https://framerusercontent.com/images/bPPbioJpipM8Z5lgyGXFyhW3z9k.png\"},className:\"framer-1482f6v\",\"data-framer-name\":\"images\",layoutDependency:layoutDependency,layoutId:\"j1MovFEj0\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Follow us on \",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/lifelight-ai/?originalSubdomain=uk\",motionChild:true,nodeId:\"qaI5SNPwK\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-axjwx1\",\"data-styles-preset\":\"m_9CZykA7\",children:\"LinkedIn\"})})]})}),className:\"framer-uv4z87\",\"data-framer-name\":\"Follow us on LinkedIn\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"qaI5SNPwK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jz2wga\",\"data-framer-name\":\"Frame 122\",layoutDependency:layoutDependency,layoutId:\"zdBEeOQvv\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11nh7b1\",\"data-framer-name\":\"logos\",layoutDependency:layoutDependency,layoutId:\"OxcLJnQ_6\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:592,pixelWidth:795,sizes:\"80px\",src:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png\",srcSet:\"https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/x9arQRhPBpZdTOOfdwuVnSL8Q.png 795w\"},className:\"framer-1fdsu0b\",\"data-framer-name\":\"CCS-Logo\",layoutDependency:layoutDependency,layoutId:\"TCIWgEFKL\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:402,pixelWidth:849,sizes:\"85.7732px\",src:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png\",srcSet:\"https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png?scale-down-to=512 512w,https://framerusercontent.com/images/b9QhqUsljwxBJrR05KbdIJvFk.png 849w\"},className:\"framer-3dq8od\",\"data-framer-name\":\"Cyber-Essentials-Plus-Logo\",layoutDependency:layoutDependency,layoutId:\"hZEHgmCQx\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:316,pixelWidth:984,sizes:\"98.9691px\",src:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png\",srcSet:\"https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BLVDWO1IeEIT5KbT0A7LaEE.png 984w\"},className:\"framer-raplyd\",\"data-framer-name\":\"Innovate-UK-Logo\",layoutDependency:layoutDependency,layoutId:\"Isn0QWV0p\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:335,pixelWidth:596,sizes:\"60.2062px\",src:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png\",srcSet:\"https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Sjj26LRFvKAQJXDZQQRN7Q9WU.png 596w\"},className:\"framer-1k0naef\",\"data-framer-name\":\"NHS-Digital-Toolkit-Logo\",layoutDependency:layoutDependency,layoutId:\"POqQ7BZLo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:524,pixelWidth:525,sizes:\"53.6082px\",src:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png\",srcSet:\"https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/KW2BDqtF3IbEYJaCmWICYEFT6M.png 525w\"},className:\"framer-u716md\",\"data-framer-name\":\"Orcha-Logo\",layoutDependency:layoutDependency,layoutId:\"GwR2zcg2B\"})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1on8lhj\",\"data-framer-name\":\"Frame 54\",layoutDependency:layoutDependency,layoutId:\"GWMvl_0cD\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kp4h0s\",\"data-framer-name\":\"Vector 3\",fill:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",intrinsicHeight:5,intrinsicWidth:753,layoutDependency:layoutDependency,layoutId:\"uvCF8Pm53\",svg:'<svg width=\"753\" height=\"5\" viewBox=\"-1 -1 753 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1.57227H750\" stroke=\"#7F8B97\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g08y6a\",layoutDependency:layoutDependency,layoutId:\"l7hK9Q0BW\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6pb7vb\",layoutDependency:layoutDependency,layoutId:\"HsT7Ky65A\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qvhjva-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oVnsp5wOt-container\",nodeId:\"oVnsp5wOt\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"oVnsp5wOt\",layoutId:\"oVnsp5wOt\",srcFile:\"https://framerusercontent.com/assets/AgIRKGgISejBc87cicuqgTWL6I4.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Lifelight Class IIa Instructions for Use (IFU)\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16lxrgr-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"e_xeHc5Si-container\",nodeId:\"e_xeHc5Si\",rendersWithMotion:true,scopeId:\"ahw5yKRP9\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",color:\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"e_xeHc5Si\",layoutId:\"e_xeHc5Si\",srcFile:\"https://framerusercontent.com/assets/NMUC3vlmzdQ4GGfAhmCBkJBbjXU.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-42de2fde-082c-487d-8252-79e13bba5bc8, rgb(9, 33, 58))\",borderRadius:0,color:\"var(--token-6a9ab79f-4278-4697-9e2c-68407c529697, rgb(255, 148, 82))\",gap:0,padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0},text:\"Acceptable Use\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KsBHLs30a\"},motionChild:true,nodeId:\"acidddKRV\",openInNewTab:false,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"Privacy Notice\"})})})}),className:\"framer-t6xfoj\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"acidddKRV\",style:{\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"\\xa9 Copyright 2025 | \",/*#__PURE__*/_jsx(Link,{href:\"www.lifelight.ai\",motionChild:true,nodeId:\"yyrbFwwJy\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"www.lifelight.ai\"})}),\" is owned by xim Ltd. trading as Lifelight. \"]}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255)))\"},children:[\"Lifelight is a \",/*#__PURE__*/_jsx(Link,{href:\"https://xim-lifelight.github.io/ifu/ll-ifu/ll-singleproduct-ifu-c1.html\",motionChild:true,nodeId:\"yyrbFwwJy\",openInNewTab:true,relValues:[],scopeId:\"ahw5yKRP9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-iur2eb\",\"data-styles-preset\":\"COeVUSJm2\",children:\"CE Class IIa Medical Device \"})}),\"under EU MDD and UK MDR. Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.\"]})]}),className:\"framer-19m0j0g\",\"data-framer-name\":\"\\xa9 Copyright 2024 | www.lifelight.ai is owned by xim Ltd. trading as Lifelight. Lifelight is a CE and UKCA Class I Medical Device under EU MDD and UK MDR. Lifelight Class I Instructions for Use (IFU) Lifelight\\xae and its accompanying logo mark are registered trademarks of xim Limited.   Privacy Centre | Privacy Notice | Acceptable Use\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"yyrbFwwJy\",style:{\"--extracted-2gxw0f\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-5c23311f-ad50-448e-8980-ddb0bb7aedf1, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-25TPA.framer-9zscko, .framer-25TPA .framer-9zscko { display: block; }\",\".framer-25TPA.framer-1k9stpz { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-25TPA .framer-1ycy711 { align-content: flex-start; align-items: flex-start; bottom: 150px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 80px; width: 42%; z-index: 1; }\",\".framer-25TPA .framer-5cajrj { 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: center; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-25TPA .framer-waucpa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 255px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1chj83q, .framer-25TPA .framer-wdxhz7, .framer-25TPA .framer-7mp6pl, .framer-25TPA .framer-1y7gihh, .framer-25TPA .framer-z9koi1, .framer-25TPA .framer-hqc8a0, .framer-25TPA .framer-v95fa9, .framer-25TPA .framer-16wrpu8, .framer-25TPA .framer-5owcjh, .framer-25TPA .framer-1uk9n8i, .framer-25TPA .framer-15lf3x, .framer-25TPA .framer-1w5f3x6, .framer-25TPA .framer-6t8kmj, .framer-25TPA .framer-13nbxfy, .framer-25TPA .framer-19m0j0g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-25TPA .framer-wo3i1z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1oeha0j-container, .framer-25TPA .framer-1726qzx-container, .framer-25TPA .framer-7n058-container, .framer-25TPA .framer-1m8509i-container, .framer-25TPA .framer-18jxvf2-container, .framer-25TPA .framer-1o66wl8-container, .framer-25TPA .framer-zdcj2l-container, .framer-25TPA .framer-qvhjva-container, .framer-25TPA .framer-16lxrgr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-25TPA .framer-xvy5ek { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 8px 20px 8px 20px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1dc99lj, .framer-25TPA .framer-cvhk1n, .framer-25TPA .framer-1fdsu0b { aspect-ratio: 1.342905414058746 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 80px; }\",\".framer-25TPA .framer-12j8uqp, .framer-25TPA .framer-1vkohl, .framer-25TPA .framer-3dq8od { aspect-ratio: 2.111940433790291 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 86px; }\",\".framer-25TPA .framer-sustqe, .framer-25TPA .framer-bk2qcr, .framer-25TPA .framer-raplyd { aspect-ratio: 3.113923970110389 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 99px; }\",\".framer-25TPA .framer-99qzkc, .framer-25TPA .framer-rd63qw, .framer-25TPA .framer-1k0naef { aspect-ratio: 1.7791044513655117 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; width: 60px; }\",\".framer-25TPA .framer-r1wdm3, .framer-25TPA .framer-10ld49g, .framer-25TPA .framer-u716md { aspect-ratio: 1.0019084132735676 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); position: relative; width: 54px; }\",\".framer-25TPA .framer-548v8n, .framer-25TPA .framer-1fcswf0, .framer-25TPA .framer-wm0k42 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-snnsxk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1sdyskw { aspect-ratio: 3.098901098901099 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 109px); position: relative; width: 30%; }\",\".framer-25TPA .framer-l26o7t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-25TPA .framer-p9q6c9, .framer-25TPA .framer-1hh3yvx, .framer-25TPA .framer-zgq3f0 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-b9h767, .framer-25TPA .framer-1q0ylb3 { flex: none; height: 190px; position: relative; width: 6px; }\",\".framer-25TPA .framer-1v9n4gc, .framer-25TPA .framer-1nm1f69, .framer-25TPA .framer-hxnk2u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-25TPA .framer-7grskv, .framer-25TPA .framer-1fhacae, .framer-25TPA .framer-1buvcpl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1amx9mp, .framer-25TPA .framer-1jg7sog, .framer-25TPA .framer-2rtjtn, .framer-25TPA .framer-1lltx12, .framer-25TPA .framer-s85ada, .framer-25TPA .framer-ajtuzw { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-25TPA .framer-1hu90sf, .framer-25TPA .framer-e0pkey, .framer-25TPA .framer-1v29wly { bottom: 2px; flex: none; left: 5px; position: absolute; right: 5px; top: 2px; }\",\".framer-25TPA .framer-1hufu48, .framer-25TPA .framer-pept6u, .framer-25TPA .framer-h4l9ml, .framer-25TPA .framer-19llppn, .framer-25TPA .framer-9hsubs, .framer-25TPA .framer-1k6r6ze, .framer-25TPA .framer-pgk6o0, .framer-25TPA .framer-1l5bals, .framer-25TPA .framer-uv4z87 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-25TPA .framer-1sxwjm1, .framer-25TPA .framer-25f5i2, .framer-25TPA .framer-1m5z6oo, .framer-25TPA .framer-1kj01fi, .framer-25TPA .framer-oviu2j, .framer-25TPA .framer-23kmhe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-11hmymh, .framer-25TPA .framer-ehr5ky, .framer-25TPA .framer-1rshan { bottom: 4px; flex: none; left: 1px; position: absolute; right: 2px; top: 4px; }\",\".framer-25TPA .framer-14lqpwj, .framer-25TPA .framer-1lrkc96, .framer-25TPA .framer-al89k2 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-25TPA .framer-qc2dhu, .framer-25TPA .framer-v9hd39, .framer-25TPA .framer-1482f6v { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-25TPA .framer-zrlt4g { 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 30px 0px 30px; position: relative; width: 100%; }\",\".framer-25TPA .framer-k9jg5z, .framer-25TPA .framer-1yrkuub, .framer-25TPA .framer-kp4h0s { flex: none; height: 5px; position: relative; width: 100%; }\",\".framer-25TPA .framer-17dhsyk, .framer-25TPA .framer-1twu8ru { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-zsmyqj, .framer-25TPA .framer-1k7leuc, .framer-25TPA .framer-3lvlw3, .framer-25TPA .framer-18hvlxv, .framer-25TPA .framer-i87dz4, .framer-25TPA .framer-96460d, .framer-25TPA .framer-t6xfoj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-25TPA .framer-1rhp4al { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-kqzp5d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 50px 20px 50px; position: relative; width: 100%; }\",\".framer-25TPA .framer-xe2736, .framer-25TPA .framer-6ainah { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-elj4z2, .framer-25TPA .framer-qltdb7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-vit0pm, .framer-25TPA .framer-2ovwjs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-spohdx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1npyrna, .framer-25TPA .framer-16owcj4 { aspect-ratio: 3.098901098901099 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 40%; }\",\".framer-25TPA .framer-g0fj8f, .framer-25TPA .framer-1ugkqub { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-w48pb5 { 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: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-25TPA .framer-vwhwyr, .framer-25TPA .framer-11nh7b1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 15px 50px 15px 50px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1hwds8p { 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: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-25TPA .framer-lpfddb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1l9l6s2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1it33vm { align-self: stretch; flex: none; height: auto; position: relative; width: 6px; }\",\".framer-25TPA .framer-jz2wga { 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: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-25TPA .framer-1on8lhj { 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: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-25TPA .framer-g08y6a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA .framer-6pb7vb { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-25TPA.framer-v-1kdhxj9.framer-1k9stpz { width: 1184px; }\",\".framer-25TPA.framer-v-1kdhxj9 .framer-elj4z2, .framer-25TPA.framer-v-1kdhxj9 .framer-1yrkuub, .framer-25TPA.framer-v-2877nf .framer-lpfddb, .framer-25TPA.framer-v-2877nf .framer-kp4h0s { order: 0; }\",\".framer-25TPA.framer-v-1kdhxj9 .framer-vit0pm, .framer-25TPA.framer-v-1kdhxj9 .framer-1uk9n8i, .framer-25TPA.framer-v-2877nf .framer-wm0k42, .framer-25TPA.framer-v-2877nf .framer-19m0j0g { order: 1; }\",\".framer-25TPA.framer-v-1kdhxj9 .framer-1npyrna { height: var(--framer-aspect-ratio-supported, 140px); }\",\".framer-25TPA.framer-v-1kdhxj9 .framer-1twu8ru, .framer-25TPA.framer-v-2877nf .framer-g08y6a { order: 2; }\",\".framer-25TPA.framer-v-2877nf.framer-1k9stpz { width: 365px; }\",\".framer-25TPA.framer-v-2877nf .framer-16owcj4 { height: var(--framer-aspect-ratio-supported, 42px); }\",\".framer-25TPA.framer-v-2877nf .framer-u716md { height: var(--framer-aspect-ratio-supported, 53px); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 574\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yjFrB5Mwm\":{\"layout\":[\"fixed\",\"auto\"]},\"gUKxyrlx8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerahw5yKRP9=withCSS(Component,css,\"framer-25TPA\");export default Framerahw5yKRP9;Framerahw5yKRP9.displayName=\"Footer\";Framerahw5yKRP9.defaultProps={height:574,width:1280};addPropertyControls(Framerahw5yKRP9,{variant:{options:[\"Bvj36_2Z0\",\"yjFrB5Mwm\",\"gUKxyrlx8\"],optionTitles:[\"Primary\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:200,maxValue:800,minValue:200,name:\"Weight\",tag:\"wght\"}];addFonts(Framerahw5yKRP9,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7gYHE41ni1AdIRsgW7S9XdZN8.woff2\",variationAxes,weight:\"400\"},{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:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_A87jxeN7B.woff2\",weight:\"300\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"}]},...ButtonContactUsOrangeFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerahw5yKRP9\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"574\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yjFrB5Mwm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gUKxyrlx8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ahw5yKRP9.map","// Generated by Framer (890879b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-500\",\"GF;Manrope-variable-regularVF=IndnaHQiIDY2Nw==\",\"GF;Manrope-variable-regularVF=IndnaHQiIDY2Nw==\",\"GF;Manrope-variable-regularVF=IndnaHQiIDY2Nw==\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}];export const css=['.framer-u8ABO .framer-styles-preset-1fd68ld:not(.rich-text-wrapper), .framer-u8ABO .framer-styles-preset-1fd68ld.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-variation-axes-bold: \"wght\" 667; --framer-font-variation-axes-bold-italic: \"wght\" 667; --framer-font-variation-axes-italic: \"wght\" 667; --framer-font-weight: 500; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 60px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #09213a; --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-u8ABO .framer-styles-preset-1fd68ld:not(.rich-text-wrapper), .framer-u8ABO .framer-styles-preset-1fd68ld.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-variation-axes-bold: \"wght\" 667; --framer-font-variation-axes-bold-italic: \"wght\" 667; --framer-font-variation-axes-italic: \"wght\" 667; --framer-font-weight: 500; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 40px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #09213a; --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-u8ABO .framer-styles-preset-1fd68ld:not(.rich-text-wrapper), .framer-u8ABO .framer-styles-preset-1fd68ld.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-family-italic: \"Manrope Variable\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-variation-axes-bold: \"wght\" 667; --framer-font-variation-axes-bold-italic: \"wght\" 667; --framer-font-variation-axes-italic: \"wght\" 667; --framer-font-weight: 500; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 36px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #09213a; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-u8ABO\";\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\"}}}"],"mappings":"m6BAGA,SAAS,GAAsB,CAAC,UAAU,SAAW,IAAY,OAAO,EAAK,IAAM,EAAQ,SAAS,cAAc,EAAgB,CAAC,QAAQ,CAAS,CAYhJ,SAAwB,EAAS,EAAM,CAAC,GAAK,CAAC,eAAa,eAAa,cAAY,CAAC,EAAW,CAAC,kBAAgB,QAAM,eAAa,UAAQ,iBAAe,aAAW,eAAa,gBAAc,cAAY,MAAI,CAAC,EAAmB,EAAuB,GAAsB,CAAK,EAAsB,AAAG,IAA2B,EAAM,UAAU,EAAQ,MAAI,EAAY,EAAM,QAAU,EAAM,UAAU,EAAQ,SAAO,EAAY,EAAM,cAAe,EAAa,KAAkB,EAAW,KAAK,EAAa,KAAK,EAAc,KAAK,EAAY,OAAO,EAAQ,IAAU,EAAQ,IAAI,CAAC,IAAI,EAAI,EAAK,IAAI,EAAY,OAAO,IAAM,EAAU,CAAC,MAAM,EAAY,YAAY,QAAQ,EAAE,EAAE,WAAW,CAAE,EAAC,OAAO,EAAY,OAAO,EAAS,SAAY,EAAI,EAAY,QAAuC,IAAmB,EAAK,MAAM,CAAC,MAAM,EAAU,KAAM,EAAK,EAAY,QAAyC,KAAM,EAAY,MAAM,IAAI,OAAO,EAAE,EAAY,MAAM,IAAI,gBAAgB,IAAI,EAAY,MAAM,IAAI,MAAM,EAAY,KAAK,OAAO,EAAY,IAAK,EAAC,CAAe,EAAK,MAAM,CAAC,MAAM,EAAU,MAAM,6BAA6B,MAAM,EAAY,KAAK,OAAO,EAAY,KAAK,KAAK,EAAY,MAAM,QAAQ,cAAc,SAAuB,EAAK,OAAO,CAAC,EAAE,2NAA4N,EAAC,AAAC,EAAC,AAAE,EAAO,EAAU,IAAQ,EAAM,UAAU,EAAQ,KAAK,EAAM,QAA0B,EAAM,UAAU,EAAQ,QAAQ,EAAM,QAAc,UAAgB,OAAe,EAAY,EAAuB,gBAAgB,sBAAsB,MAAqB,GAAM,EAAO,EAAE,CAAC,OAAO,SAAS,KAAK,EAAY,UAAS,EAAK,MAAM,EAAY,MAAM,CAAC,MAAI,SAAS,GAAG,WAAW,EAAE,WAAW,QAAQ,WAAW,IAAI,MAAM,cAAc,GAAG,EAAM,MAAM,GAAG,GAAa,GAAG,EAAM,YAAY,QAAQ,EAAmB,QAAsB,kBAA6B,eAAa,WAAW,OAAO,aAAa,GAAgB,EAAM,YAAY,CAAC,WAAW,SAAS,OAAO,GAAW,AAAC,EAAC,WAAW,EAAa,WAAW,GAA+D,WAAW,SAAS,CAAC,GAAS,CAAC,EAAM,IAAK,CAAC,EAAC,AAAE,2BACnS,AAhB7+D,GAAyD,IAAoD,IAAkC,CAAa,AAAC,SAASA,EAAS,CAA+B,AAA9B,EAAS,QAAW,UAAU,EAAS,OAAU,QAAU,EAAa,IAAS,CAAE,EAAE,CAAa,AAAC,SAASC,EAAQ,CAA4B,AAA3B,EAAQ,OAAU,SAAS,EAAQ,IAAO,KAAO,EAAY,IAAQ,CAAE,EAAE,CAExW,EAAgB,mCAa2vE,EAAS,YAAY,WAAW,EAAoB,EAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAK,EAAY,OAAO,aAAa,UAAW,EAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,yBAAwB,EAAK,MAAM,SAAS,QAAQ,CAAC,EAAQ,OAAO,EAAQ,GAAI,CAAC,EAAC,OAAO,CAAC,KAAK,EAAY,OAAO,MAAM,IAAI,YAAY,iBAAiB,OAAO,GAAO,EAAM,UAAU,EAAQ,MAAO,EAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,MAAM,IAAI,iBAAiB,CAAE,EAAC,OAAO,GAAO,EAAM,UAAU,EAAQ,GAAI,EAAC,YAAY,CAC7uF,KAAK,EAAY,KAAK,MAAM,OAAO,SAAS,UAAW,EAAC,YAAY,CAAC,KAAK,EAAY,OAAO,UAAS,EAAK,MAAM,OAAO,YAAY,cAAc,SAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAK,EAAY,KAAK,QAAQ,OAAO,OAAO,EAAS,CAAC,aAAa,OAAO,OAAO,EAAS,CAAC,yBAAwB,CAAK,EAAC,MAAM,CAAC,MAAM,QAAQ,KAAK,EAAY,MAAM,aAAa,OAAO,OAAO,GAAO,EAAM,OAAO,EAAS,MAAO,EAAC,MAAM,CAAC,MAAM,OAAO,KAAK,EAAY,gBAAgB,iBAAiB,CAAC,MAAM,MAAM,KAAM,EAAC,OAAO,GAAO,EAAM,OAAO,EAAS,OAAQ,EAAC,KAAK,CAAC,KAAK,EAAY,OAAO,gBAAe,EAAK,IAAI,EAAE,aAAa,GAAG,IAAI,GAAI,EAAC,UAAU,CAAC,MAAM,QAAQ,KAAK,EAAY,KAAK,yBAAwB,EAAK,QAAQ,CAAC,QAAQ,KAAM,EAAC,aAAa,CAAC,QAAQ,KAAM,CAAC,CAAC,CAAC,EAAC,aAAa,CAAC,KAAK,EAAY,OAAO,MAAM,SAAS,YAAY,eAAe,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,aAAa,MAAO,EAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,MAAO,EAAC,aAAa,CAAC,KAAK,EAAY,OAAO,MAAM,SAAS,gBAAe,EAAK,aAAa,EAAG,EAAC,QAAQ,CAAC,MAAM,UAAU,KAAK,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAmB,EAAC,aAAa,GAAG,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAe,EAAC,YAAY,CAAC,IAAI,IAAI,IAAI,GAAI,EAAC,IAAI,CAAE,EAAC,IAAI,CAAC,MAAM,MAAM,KAAK,EAAY,OAAO,gBAAe,EAAK,aAAa,CAAE,CAAC,CAAC,EAAC,aAAa,CAAC,KAAK,EAAY,OAAO,MAAM,QAAQ,YAAY,SAAS,UAAS,EAAK,SAAS,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,GAAG,gBAAe,EAAK,KAAK,IAAI,aAAa,GAAI,EAAC,gBAAgB,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,UAAS,CAAK,EAAC,MAAM,CAAC,KAAK,EAAY,MAAM,MAAM,QAAQ,aAAa,OAAO,UAAS,CAAK,EAAC,WAAW,CAAC,KAAK,EAAY,WAAW,MAAM,aAAa,aAAa,CAAC,KAAK,SAAS,UAAU,IAAI,QAAQ,EAAG,CAAC,CAAC,CAAC,CAAC,EAAC,CAAO,GAAa,CAAC,QAAQ,OAAO,WAAW,SAAS,aAAa,SAAS,eAAe,MAAO,EAA0D,GAAgB,GAAyB,GAA8E,UAA6B,EAAkB,YAAY,OAAc,aAAiB,EAAkB,YAAY,QAAe,WAAkB,SAAvI,0BCfp0C6B,AAAlzB,GAA8B,GAAU,UAAU,CAAE,EAAC,CAAcF,GAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAE,CAAE,CAAA,EAAcC,EAAI,CAAC,wqBAAyqB,EAAcC,EAAU,iCCAiEA,AAA73B,GAA8B,GAAU,UAAU,CAAE,EAAC,CAAcF,EAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAE,CAAE,CAAA,EAAcC,EAAI,CAAC,mvBAAovB,EAAcC,EAAU,iCCAijEA,AAAx7F,GAA8B,GAAU,UAAU,CAAC,iBAAiB,gBAAiB,EAAC,CAAcF,EAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAO,CAAA,CAAE,CAAA,EAAcC,EAAI,CAAC,kyBAAkyB,w1BAAw1B,o1BAAq1B,EAAcC,EAAU,iBCAnqE,SAASnB,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,mEAUzlB,AAV7X,GAAyD,IAAiM,IAAkE,IAA4B,CAA0B,GAAyH,CAAM,GAAgB,EAAO,EAAO,IAAI,CAAO,GAAgB,CAAC,UAAU,CAAC,OAAM,EAAK,SAAQ,CAAK,CAAC,EAAOC,GAAW,CAAC,YAAY,YAAY,WAAY,EAAOC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAmB,EAA8LC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAE,EAAC,KAAK,OAAQ,EAAO,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAE,EAAC,KAAK,OAAQ,EAAO,GAAU,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAE,EAAO,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAUC,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAOC,GAAS,EAAO,OAAA,EAAsB,CAAOC,GAAwB,CAAC,QAAQ,YAAY,SAAS,YAAY,QAAQ,WAAY,EAAOC,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQD,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAASE,GAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAASC,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,aAAU,kBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,WAAA,GAAW,eAAe,YAAY,mBAAgB,IAAI,EAAW,UAAQ,kBAAA,EAAkB,EAAC,CAAO,EAAiB,GAAuB,EAAM,EAAS,CAAM,CAAC,wBAAsB,SAAM,CAAC,GAAyB,EAAY,CAAO,GAAY,EAAsB,MAAM,GAAG,IAAO,CAAoC,AAAnC,EAAgB,CAAC,WAAU,CAAM,EAAC,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,EAAoB,EAAsB,MAAM,GAAG,IAAO,CAAmC,AAAlC,EAAgB,CAAC,WAAU,CAAK,EAAC,CAAC,EAAW,YAAY,AAAE,EAAC,CAAO,EAAsB,CAAA,EAAuB,EAAO,EAAkB,EAAGR,GAAkB,GAAG,EAAsB,CAAO,EAAY,IAAQ,IAAc,YAA6C,EAAa,IAAQ,IAAc,YAAuC,MAAoB,GAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAKI,GAAS,CAAC,QAAQ,EAAS,SAAQ,EAAM,SAAsB,EAAKD,GAAW,CAAC,MAAMD,GAAY,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAM,EAAO,EAAE,CAAC,GAAG,EAAU,GAAG,EAAgB,aAAa,EAAG,EAAkB,iBAAiBe,EAAU,EAAW,CAAC,gBAAgB,mBAAmB,UAAU,kBAAiB,EAAK,aAAa,SAA0B,mBAAiB,SAAS,YAAY,aAAa,EAAoB,MAAM,GAAY,IAAI,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,uEAAuE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,oaAAoa,QAAQ,EAAE,GAAG,CAAM,EAAC,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,iBAAiB,uEAAuE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,QAAQ,CAAE,EAAC,oBAAoB,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,gBAAgB,oEAAoE,QAAQ,CAAE,EAAC,UAAU,CAAC,QAAQ,EAAG,CAAC,EAAC,GAAG,GAAqB,CAAC,kBAAkB,CAAC,eAAc,EAAK,uBAAA,EAA6B,EAAC,oBAAoB,CAAC,uBAAA,EAA6B,EAAC,UAAU,CAAC,mBAAmB,SAAU,EAAC,UAAU,CAAC,mBAAmB,UAAW,CAAC,EAAC,EAAY,EAAe,CAAC,SAAS,CAAC,GAAa,EAAe,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,4FAA6F,EAAC,SAAS,YAAa,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,SAAS,CAAC,oBAAoB,CAAC,qBAAqB,uEAAwE,CAAC,EAAC,kBAAkB,MAAM,oBAAmB,EAAK,GAAG,GAAqB,CAAC,oBAAoB,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAiG,EAAC,SAAS,YAAa,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,CAAC,GAAc,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,MAAM,CAAC,KAAK,iHAAiH,WAAW,gHAAiH,EAAC,SAAsB,EAAK,GAAgB,CAAC,eAAe,GAAU,6BAA4B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyB,GAAY,iBAAgB,EAAM,oBAAmB,EAAK,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,2FAA2F,gBAAgB,oBAAoB,KAAK,OAAO,WAAW,MAAO,EAAC,SAAS,CAAC,UAAU,CAAC,WAAW,+GAA+G,gBAAgB,mBAAmB,KAAK,iHAAiH,WAAW,gHAAiH,CAAC,EAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,kBAAkB,EAAmB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOD,GAAI,CAAC,kFAAkF,gFAAgF,+TAA+T,gHAAgH,uLAAuL,oIAAoI,+LAA+L,kEAAkE,sEAAsE,GAAA,GAAmB,+bAAgc,EAUvgU,EAAgB,EAAQR,GAAUQ,GAAI,eAAe,GAAgB,EAAgB,EAAgB,YAAY,6BAA6B,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAI,EAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAY,EAAC,aAAa,CAAC,UAAU,UAAU,UAAW,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,CAAC,EAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,CAAC,CAAC,EAAC,GAAG,EAAA,EAA0C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,GCVve,SAAS,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,6DAUnzC,AAVpc,GAAyD,IAAsQ,IAAkE,IAA4B,CAA0B,IAAkH,KAA0H,IAAyH,KAA0H,KAA0H,IAA0H,KAAgI,CAAM,GAA2B,EAASL,EAAsB,CAAO,GAAc,EAAS,EAAS,CAAO,GAAW,CAAC,YAAY,YAAY,WAAY,EAAO,GAAkB,eAAqB,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAmB,EAA8L,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAS,EAAO,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAO,GAAS,EAAO,OAAA,EAAsB,CAAO,GAAwB,CAAC,OAAO,YAAY,QAAQ,YAAY,OAAO,WAAY,EAAO,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAAS,EAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAS,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,uBAAoB,kBAAgB,iBAAe,YAAU,mBAAgB,cAAW,WAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,IAAI,EAAW,UAAQ,oBAAkB,EAAC,CAAO,EAAiB,EAAuB,EAAM,EAAS,CAAO,EAAsB,WAAmH,EAAO,EAAkB,EAAG,GAAkB,GAAG,EAAsB,CAAO,EAAY,KAAQ,CAAC,YAAY,WAAY,EAAC,SAAS,EAAY,CAAkC,EAAa,IAAQ,IAAc,YAA6C,EAAa,IAAQ,IAAc,YAAuC,MAAoB,GAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,SAAQ,EAAM,SAAsB,EAAK,GAAW,CAAC,MAAM,GAAY,SAAsB,EAAM,EAAO,OAAO,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,EAAkB,iBAAiBM,EAAU,EAAW,CAAC,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,gBAAgB,8EAA8E,GAAG,CAAM,EAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAS,EAAC,UAAU,CAAC,mBAAmB,QAAS,CAAC,EAAC,EAAY,EAAe,CAAC,SAAS,CAAC,GAAa,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAqC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,wDAAwD,qBAAqB,OAAO,sBAAsB,6FAA8F,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,MAAM,CAAC,6BAA8B,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kHAAmH,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,gBAAiB,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8EAA+E,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,gMAAgM,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,0CAA0C,0BAA0B,WAAY,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,gBAAiB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iBAAiB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,oBAAqC,mBAAiB,SAAS,sBAAsB,KAAK,oBAAoB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKN,EAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,oBAAoB,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAKE,EAAM,CAAC,WAAW,CAAC,IAAI,oCAAoC,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,wBAAwB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,iBAAiB,mBAAmB,6BAA8C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,mBAAmB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,mBAAoC,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,sBAAsB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,kBAAkB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,sEAAsE,OAAO,qKAAsK,EAAC,UAAU,gBAAgB,mBAAmB,aAA8B,mBAAiB,SAAS,WAAY,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,GAAa,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,iBAAiB,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,UAAU,QAAQ,IAA2B,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,QAAQ,GAAmB,OAAO,QAAQ,kBAAkB,IAAI,qEAAqE,OAAO,gQAAiQ,EAAC,UAAU,iBAAiB,mBAAmB,oCAAqD,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,+FAAgG,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,sEAAsE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,kBAAmC,mBAAiB,SAAS,YAAY,IAAI;;;EAAqM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAgC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,mBAAmB,IAAI;;;EAAiuB,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,0BAA0B,WAAY,EAAC,SAAS,4CAA6C,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,2BAA4B,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,8CAA+C,EAAC,SAAS,wBAAyB,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,UAAW,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,uGAAuG,MAAM,CAAC,iBAAiB,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,sBAAsB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,mBAAmB,IAAI;;;EAA60B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAA0B,mBAAiB,SAAS,kBAAmB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAsB,EAAK,EAAK,CAAC,KAAK,2BAA2B,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAoB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,QAAQ,IAA2B,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,GAAG,CAAC,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAuE,EAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,CAAC,gBAA6B,EAAK,EAAK,CAAC,KAAK,sEAAsE,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAW,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,wBAAwB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAqB,mBAAiB,SAAS,YAAY,IAAI;;;EAAmM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,sBAAsC,EAAK,EAAK,CAAC,KAAK,mBAAmB,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,8CAA+C,CAAC,EAAC,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,kBAA+B,EAAK,EAAK,CAAC,KAAK,0EAA0E,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8BAA+B,EAAC,AAAC,EAAC,CAAC,uGAA2G,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,gVAAsV,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,qBAAqB,wEAAwE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iDAAiD,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,GAAI,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,yBAAyB,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iBAAiB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,GAAI,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,sBAAsB,gGAAiG,EAAC,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,aAAY,EAAK,OAAO,YAAY,cAAa,EAAM,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAiB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,gBAAiB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,GAAc,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAiC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAmC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,0BAA2C,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,4FAA6F,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,MAAM,CAAC,gBAAiB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kHAAmH,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,gBAAiB,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8EAA+E,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,gMAAgM,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA8F,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAmC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,oBAAqC,mBAAiB,SAAS,sBAAsB,KAAK,oBAAoB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKF,EAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,oBAAoB,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,iBAAiB,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKE,EAAM,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,UAAU,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,OAAO,gQAAiQ,EAAC,UAAU,iBAAiB,mBAAmB,oCAAqD,mBAAiB,SAAS,YAAY,GAAG,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,UAAU,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,QAAQ,GAAmB,OAAO,QAAQ,kBAAkB,IAAI,qEAAqE,OAAO,gQAAiQ,CAAC,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,8FAA+F,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,sEAAsE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,IAAI,eAAe,kBAAmC,mBAAiB,SAAS,YAAY,IAAI;;;EAAqM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAgC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI;;;EAAiuB,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,0BAA0B,WAAY,EAAC,SAAS,4CAA6C,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,2BAA4B,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,8CAA+C,EAAC,SAAS,wBAAyB,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,UAAW,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,uGAAuG,MAAM,CAAC,iBAAiB,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,sBAAsB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI;;;EAA60B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAA0B,mBAAiB,SAAS,WAAY,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,mBAAoB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAuE,EAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,CAAC,gBAA6B,EAAK,EAAK,CAAC,KAAK,sEAAsE,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAW,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,wBAAwB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,6BAA8C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,mBAAoC,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,sEAAsE,OAAO,qKAAsK,EAAC,UAAU,iBAAiB,mBAAmB,aAA8B,mBAAiB,SAAS,WAAY,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAqB,mBAAiB,SAAS,YAAY,IAAI;;;EAAmM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,sBAAsC,EAAK,EAAK,CAAC,KAAK,mBAAmB,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,8CAA+C,CAAC,EAAC,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,kBAA+B,EAAK,EAAK,CAAC,KAAK,0EAA0E,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8BAA+B,EAAC,AAAC,EAAC,CAAC,8GAAkH,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,gVAAsV,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,qBAAqB,wEAAwE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iDAAiD,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,GAAI,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iBAAiB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,GAAI,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gGAAiG,EAAC,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,aAAY,EAAK,OAAO,YAAY,cAAa,EAAM,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAiB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,GAAc,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,2BAA4C,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAmC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,0BAA2C,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,4FAA6F,EAAC,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,MAAM,CAAC,gBAAiB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kHAAmH,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,gBAAiB,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8EAA+E,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,gMAAgM,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA8F,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,oEAAoE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAmC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAA0B,CAAC,OAAO,GAAG,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,oBAAqC,mBAAiB,SAAS,sBAAsB,KAAK,oBAAoB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAKF,EAAsB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,oBAAoB,QAAQ,YAAY,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAC,GAAc,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,iBAAiB,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKE,EAAM,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,UAAU,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,qEAAqE,OAAO,gQAAiQ,EAAC,UAAU,iBAAiB,mBAAmB,oCAAqD,mBAAiB,SAAS,YAAY,GAAG,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,iBAAiB,IAAI,UAAU,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,OAAO,QAAQ,GAAmB,OAAO,QAAQ,iBAAiB,IAAI,qEAAqE,OAAO,gQAAiQ,CAAC,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,8FAA+F,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,MAAM,CAAC,OAAQ,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,sEAAsE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,KAAK,oEAAoE,gBAAgB,IAAI,eAAe,kBAAmC,mBAAiB,SAAS,YAAY,IAAI;;;EAAqM,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAgC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,oEAAoE,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI;;;EAAiuB,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,8CAA8C,0BAA0B,WAAY,EAAC,SAAS,4CAA6C,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,2BAA4B,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,8CAA+C,EAAC,SAAS,wBAAyB,EAAC,CAAc,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,UAAW,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,uGAAuG,MAAM,CAAC,iBAAiB,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,sBAAsB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,qBAAsC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,oEAAoE,gBAAgB,GAAG,eAAe,GAAoB,mBAAiB,SAAS,YAAY,IAAI;;;EAA60B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAA0B,mBAAiB,SAAS,WAAY,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,mBAAoB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,gBAAgB,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAuE,EAAC,UAAU,iBAAiB,mBAAmB,SAA0B,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,uBAAuB,OAAO,sBAAsB,6CAA8C,EAAC,SAAS,CAAC,gBAA6B,EAAK,EAAK,CAAC,KAAK,sEAAsE,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAW,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,wBAAwB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,OAAO,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,6BAA8C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,gBAAgB,mBAAmB,mBAAoC,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,qEAAqE,OAAO,mKAAoK,EAAC,UAAU,iBAAiB,mBAAmB,2BAA4C,mBAAiB,SAAS,WAAY,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,YAAY,IAAI,sEAAsE,OAAO,qKAAsK,EAAC,UAAU,gBAAgB,mBAAmB,aAA8B,mBAAiB,SAAS,WAAY,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,oEAAoE,gBAAgB,EAAE,eAAe,IAAqB,mBAAiB,SAAS,YAAY,IAAI;;;EAAmM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iDAAiD,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,kBAAiB,EAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,mBAAkB,EAAK,QAAQ,YAAY,SAAsB,EAAK,EAAS,CAAC,YAAY,CAAC,WAAW,+CAA+C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAM,EAAC,OAAO,OAAO,aAAa,CAAC,gBAAgB,oEAAoE,MAAM,wEAAwE,MAAM,EAAE,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAS,CAAC,EAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,oEAAoE,aAAa,EAAE,MAAM,uEAAuE,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,gBAAe,EAAM,aAAa,EAAE,WAAW,CAAE,EAAC,KAAK,iBAAiB,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,gGAAiG,EAAC,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,WAAY,EAAC,aAAY,EAAK,OAAO,YAAY,cAAa,EAAM,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAiB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAqB,CAAC,SAAS,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,sBAAsC,EAAK,EAAK,CAAC,KAAK,mBAAmB,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kBAAmB,EAAC,AAAC,EAAC,CAAC,8CAA+C,CAAC,EAAC,CAAc,EAAM,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,OAAO,sBAAsB,gGAAiG,EAAC,SAAS,CAAC,kBAA+B,EAAK,EAAK,CAAC,KAAK,0EAA0E,aAAY,EAAK,OAAO,YAAY,cAAa,EAAK,UAAU,CAAE,EAAC,QAAQ,YAAY,cAAa,EAAM,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,8BAA+B,EAAC,AAAC,EAAC,CAAC,8GAAkH,CAAC,EAAC,AAAC,CAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,gVAAsV,MAAM,CAAC,oBAAqB,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,qBAAqB,wEAAwE,6BAA6B,KAAM,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOG,GAAI,CAAC,kFAAkF,gFAAgF,8QAA8Q,oUAAoU,mVAAmV,sRAAsR,+kBAA+kB,uRAAuR,6aAA6a,qRAAqR,uOAAuO,sOAAsO,qOAAqO,uOAAuO,uOAAuO,2VAA2V,0SAA0S,0KAA0K,2RAA2R,sVAAsV,6HAA6H,4VAA4V,uVAAuV,+UAA+U,+KAA+K,0ZAA0Z,0aAA0a,8KAA8K,+KAA+K,sNAAsN,ySAAyS,0JAA0J,wTAAwT,sSAAsS,6RAA6R,4SAA4S,0TAA0T,sTAAsT,uTAAuT,0SAA0S,wMAAwM,2TAA2T,qSAAqS,sTAAsT,2SAA2S,6RAA6R,2SAA2S,mHAAmH,qSAAqS,2SAA2S,0RAA0R,2RAA2R,mEAAmE,0MAA0M,2MAA2M,0GAA0G,6GAA6G,iEAAiE,wGAAwG,uGAAuG,GAAA,GAAmB,GAAA,EAAoB,GAAA,EAAoB,GAAA,EAAoB,GAAA,CAAoB,EAUjv3F,EAAgB,EAAQ,GAAUA,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,SAAS,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAK,EAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAY,EAAC,aAAa,CAAC,UAAU,SAAS,QAAS,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,CAAC,EAAC,CAAO,GAAc,CAAC,CAAC,aAAa,IAAI,SAAS,IAAI,SAAS,IAAI,KAAK,SAAS,IAAI,MAAQ,CAAA,EAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,4EAA4E,iBAAc,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAM,EAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAM,CAAC,CAAC,EAAC,GAAG,GAA2B,GAAG,GAAc,GAAG,EAAA,EAA0C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,GAA2C,CAAC,GAAG,EAAA,EAA2C,CAAC,GAAG,EAAA,EAA2C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,sBCVmuBC,AAAvzI,GAA8B,GAAU,UAAU,CAAC,iBAAiB,iDAAiD,iDAAiD,gDAAiD,EAAC,CAAcF,GAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,6FAA6F,OAAO,KAAO,CAAA,CAAE,CAAA,EAAcC,GAAI,CAAC,iwCAAiwC,uzCAAuzC,mzCAAozC,EAAcC,GAAU"}