{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/cbXFoJC953A1GPG8t5rv/T2gWJeiFeNls5ss69m02/a0jvnbxxz.js", "ssg:https://framerusercontent.com/modules/iFzgVcz4a0yKF8g0DZaH/SXIx5KZjg9Hi9KCG8t7R/wzIb9Eo19.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ydx3Rywr5zsY5635UJFy/TZ36N1GUMGde97t7ww8u/iLvBdfOs8.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/m0ufS3BOkflRQGeDCzgm/o6CZcHpDjuKAULDka8ot/IsgMMPEHU.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"ea5DwEZi_\",\"xb6BfhKge\"];const serializationHash=\"framer-fAMwf\";const variantClassNames={ea5DwEZi_:\"framer-v-12ftwwd\",xb6BfhKge:\"framer-v-iqnwpt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-50,y:0};const transition2={damping:24,delay:0,mass:1,stiffness:71,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:-50,y:0};const transition3={damping:24,delay:.1,mass:1,stiffness:71,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:-50,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:150,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ea5DwEZi_\",Phone:\"xb6BfhKge\"};const getProps=({height,icon,id,information,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,MnS43KmDO:(_ref=information!==null&&information!==void 0?information:props.MnS43KmDO)!==null&&_ref!==void 0?_ref:\"Initial Consultation\",qCTJD2C4t:(_ref1=title!==null&&title!==void 0?title:props.qCTJD2C4t)!==null&&_ref1!==void 0?_ref1:\"Client\",SbXn3ioFw:(_ref2=icon!==null&&icon!==void 0?icon:props.SbXn3ioFw)!==null&&_ref2!==void 0?_ref2:\"UserFocus\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"ea5DwEZi_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qCTJD2C4t,MnS43KmDO,SbXn3ioFw,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ea5DwEZi_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12ftwwd\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ea5DwEZi_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5d5de10c-51bb-4596-ab88-00139ed62b55, rgba(20, 20, 20, 0.2))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({xb6BfhKge:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-1ryh7i6\",layoutDependency:layoutDependency,layoutId:\"jJVwhQtJX\",variants:{xb6BfhKge:{transformPerspective:1200}},...addPropertyOverrides({xb6BfhKge:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1v2qoh-container\",layoutDependency:layoutDependency,layoutId:\"x6mSrkX3c-container\",style:{transformPerspective:1200},variants:{xb6BfhKge:{transformPerspective:undefined}},...addPropertyOverrides({xb6BfhKge:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-a3567fc0-2c6f-4fa8-ac8f-89ddd158e98d, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:SbXn3ioFw,id:\"x6mSrkX3c\",layoutId:\"x6mSrkX3c\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-usmfc9\",\"data-styles-preset\":\"IsgMMPEHU\",children:\"Client\"})}),className:\"framer-1dx6b0q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fY7sAcDUX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},text:qCTJD2C4t,variants:{xb6BfhKge:{transformPerspective:undefined}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xb6BfhKge:{__framer__styleAppearEffectEnabled:undefined}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-g6micz\",\"data-styles-preset\":\"iLvBdfOs8\",style:{\"--framer-text-alignment\":\"right\"},children:\"Initial Consultation\"})}),className:\"framer-1e660ow\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OVDVhl3Eg\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},text:MnS43KmDO,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fAMwf.framer-bkkq21, .framer-fAMwf .framer-bkkq21 { display: block; }\",\".framer-fAMwf.framer-12ftwwd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 10px 0px 10px 0px; position: relative; width: 800px; }\",\".framer-fAMwf .framer-1ryh7i6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fAMwf .framer-1v2qoh-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-fAMwf .framer-1dx6b0q, .framer-fAMwf .framer-1e660ow { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fAMwf .framer-1ryh7i6 { gap: 0px; } .framer-fAMwf .framer-1ryh7i6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fAMwf .framer-1ryh7i6 > :first-child { margin-left: 0px; } .framer-fAMwf .framer-1ryh7i6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-fAMwf[data-border=\"true\"]::after, .framer-fAMwf [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 47\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xb6BfhKge\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qCTJD2C4t\":\"title\",\"MnS43KmDO\":\"information\",\"SbXn3ioFw\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framera0jvnbxxz=withCSS(Component,css,\"framer-fAMwf\");export default Framera0jvnbxxz;Framera0jvnbxxz.displayName=\"Project - Single - Information\";Framera0jvnbxxz.defaultProps={height:47,width:800};addPropertyControls(Framera0jvnbxxz,{variant:{options:[\"ea5DwEZi_\",\"xb6BfhKge\"],optionTitles:[\"Variant 1\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},qCTJD2C4t:{defaultValue:\"Client\",displayTextArea:false,title:\"Title\",type:ControlType.String},MnS43KmDO:{defaultValue:\"Initial Consultation\",displayTextArea:true,title:\"Information\",type:ControlType.String},SbXn3ioFw:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"UserFocus\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(Framera0jvnbxxz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera0jvnbxxz\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xb6BfhKge\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"qCTJD2C4t\\\":\\\"title\\\",\\\"MnS43KmDO\\\":\\\"information\\\",\\\"SbXn3ioFw\\\":\\\"icon\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"47\",\"framerIntrinsicWidth\":\"800\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./a0jvnbxxz.map", "// Generated by Framer (be619af)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/s8KoqWSd7OOFVFWjfSWd/SmoothScroll_Prod.js\";import ProjectSingleInformation from\"#framer/local/canvasComponent/a0jvnbxxz/a0jvnbxxz.js\";import ButtonGradient from\"#framer/local/canvasComponent/Ri7mo6WgZ/Ri7mo6WgZ.js\";import Footer from\"#framer/local/canvasComponent/Swq40RzUA/Swq40RzUA.js\";import NavBar from\"#framer/local/canvasComponent/WvxfThqf1/WvxfThqf1.js\";import Album from\"#framer/local/collection/T7IwKEe1l/T7IwKEe1l.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle10 from\"#framer/local/css/AuvKPQkC9/AuvKPQkC9.js\";import*as sharedStyle7 from\"#framer/local/css/DuMLJ2VUN/DuMLJ2VUN.js\";import*as sharedStyle from\"#framer/local/css/hwFxtQiSW/hwFxtQiSW.js\";import*as sharedStyle4 from\"#framer/local/css/IsgMMPEHU/IsgMMPEHU.js\";import*as sharedStyle1 from\"#framer/local/css/LdRSkkClr/LdRSkkClr.js\";import*as sharedStyle3 from\"#framer/local/css/MjM7LH64L/MjM7LH64L.js\";import*as sharedStyle6 from\"#framer/local/css/nyo6FNB0n/nyo6FNB0n.js\";import*as sharedStyle2 from\"#framer/local/css/rZemCCbaP/rZemCCbaP.js\";import*as sharedStyle9 from\"#framer/local/css/vA9mWbdKn/vA9mWbdKn.js\";import*as sharedStyle5 from\"#framer/local/css/vFgiLTeGJ/vFgiLTeGJ.js\";import*as sharedStyle8 from\"#framer/local/css/xHea8ZIZv/xHea8ZIZv.js\";import metadataProvider from\"#framer/local/webPageMetadata/wzIb9Eo19/wzIb9Eo19.js\";const NavBarFonts=getFonts(NavBar);const ProjectSingleInformationFonts=getFonts(ProjectSingleInformation);const Image1Fonts=getFonts(Image1);const ButtonGradientFonts=getFonts(ButtonGradient);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={ciw3bkxdV:\"(min-width: 1600px)\",D5yKqIjar:\"(max-width: 809px)\",Kpau56imY:\"(min-width: 810px) and (max-width: 999px)\",LO28_AST9:\"(min-width: 1000px) and (max-width: 1599px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-otrEH\";const variantClassNames={ciw3bkxdV:\"framer-v-11cvacd\",D5yKqIjar:\"framer-v-i5lda7\",Kpau56imY:\"framer-v-181899\",LO28_AST9:\"framer-v-1jku828\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop - Wide\":\"ciw3bkxdV\",\"Desktop-Small\":\"LO28_AST9\",Phone:\"D5yKqIjar\",Tablet:\"Kpau56imY\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ciw3bkxdV\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"wzIb9Eo19\",data:Album,type:\"Collection\"},select:[{collection:\"wzIb9Eo19\",name:\"P6sdVgWkj\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"aCnJXhg7q\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"Zguqq7nom\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"AZWxvGv2V\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"HdcVsxtJi\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"TcpHehPO3\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"ZkVhJ86i6\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"b3SfFVys3\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"CbmY8GbyR\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"Oo__k7lJY\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"cx_MtFOrx\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"DqCFCgW8_\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"j46WsaXkK\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"aBHJJ4PCr\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"zUOjDAnQE\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"g19NFWdUd\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"qHZdEPEHe\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"dnrLVHfjm\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"mXvQBMaC_\",type:\"Identifier\"},{collection:\"wzIb9Eo19\",name:\"G6vjDjahA\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"wzIb9Eo19\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5,_getFromCurrentRouteData6,_getFromCurrentRouteData7,_getFromCurrentRouteData8;const{style,className,layoutId,variant,CbmY8GbyR=getFromCurrentRouteData(\"CbmY8GbyR\"),P6sdVgWkj=(_getFromCurrentRouteData=getFromCurrentRouteData(\"P6sdVgWkj\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",aCnJXhg7q=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"aCnJXhg7q\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",b3SfFVys3=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"b3SfFVys3\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",HdcVsxtJi=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"HdcVsxtJi\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",TcpHehPO3=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"TcpHehPO3\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",AZWxvGv2V=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"AZWxvGv2V\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",ZkVhJ86i6=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"ZkVhJ86i6\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",Zguqq7nom=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"Zguqq7nom\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",Oo__k7lJY=getFromCurrentRouteData(\"Oo__k7lJY\"),cx_MtFOrx=getFromCurrentRouteData(\"cx_MtFOrx\"),DqCFCgW8_=getFromCurrentRouteData(\"DqCFCgW8_\"),j46WsaXkK=getFromCurrentRouteData(\"j46WsaXkK\"),aBHJJ4PCr=getFromCurrentRouteData(\"aBHJJ4PCr\"),zUOjDAnQE=getFromCurrentRouteData(\"zUOjDAnQE\"),g19NFWdUd=getFromCurrentRouteData(\"g19NFWdUd\"),qHZdEPEHe=getFromCurrentRouteData(\"qHZdEPEHe\"),dnrLVHfjm=getFromCurrentRouteData(\"dnrLVHfjm\"),mXvQBMaC_=getFromCurrentRouteData(\"mXvQBMaC_\"),G6vjDjahA=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"G6vjDjahA\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-otrEH`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-otrEH`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const visible=isSet(CbmY8GbyR);const visible1=isSet(Oo__k7lJY);const visible2=isSet(cx_MtFOrx);const visible3=isSet(DqCFCgW8_);const visible4=isSet(j46WsaXkK);const visible5=isSet(aBHJJ4PCr);const visible6=isSet(zUOjDAnQE);const visible7=isSet(g19NFWdUd);const visible8=isSet(qHZdEPEHe);const visible9=isSet(dnrLVHfjm);const visible10=isSet(mXvQBMaC_);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ciw3bkxdV\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11cvacd\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wv03t3\",\"data-framer-name\":\"Background\",name:\"Background\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(-100),sizes:\"100vw\",...toResponsiveImage(CbmY8GbyR)},className:\"framer-e39oqg\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"min(90vw, 900px)\",y:20},Kpau56imY:{width:\"min(100vw, 697px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"min(100vw, 900px)\",y:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6dlmr0-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{variant:\"kcR3MtLMz\"},Kpau56imY:{variant:\"kcR3MtLMz\"}},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"jBNmzd2kZ\",jqb75Nvff:\"BxcKuqanK\",layoutId:\"jBNmzd2kZ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tuIzq1kD0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1v25yk7\",\"data-framer-name\":\"Section - Hero\",name:\"Section - Hero\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-m5rh52\",\"data-styles-preset\":\"hwFxtQiSW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Thailand: A Photographic Odyssey\"})}),className:\"framer-13hlsc5\",fonts:[\"Inter\"],text:P6sdVgWkj,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5hmt8u\",\"data-styles-preset\":\"LdRSkkClr\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\\"Siam Serenity\\\" is a mesmerizing photographic journey through the heart and soul of Thailand. This project encapsulates the beauty, diversity, and spirituality of Thailand's landscapes, traditions, and people. From the bustling streets of Bangkok to the tranquil shores of Phuket, each image captures the essence of Thailand's unique charm and allure.\"})}),className:\"framer-4cr4ef\",fonts:[\"Inter\"],text:aCnJXhg7q,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-gzhd13\",\"data-framer-name\":\"Section - Overview\",name:\"Section - Overview\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yggf7x\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:457,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lz7wp1-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"qvDjLA_b9\",layoutId:\"qvDjLA_b9\",MnS43KmDO:b3SfFVys3,qCTJD2C4t:\"Project Type\",SbXn3ioFw:\"UserFocus\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:514,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nojb8o-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"d1P3Tk9YI\",layoutId:\"d1P3Tk9YI\",MnS43KmDO:HdcVsxtJi,qCTJD2C4t:\"Camera\",SbXn3ioFw:\"Camera\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:571,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1km1dtj-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"aEiNwk_3a\",layoutId:\"aEiNwk_3a\",MnS43KmDO:TcpHehPO3,qCTJD2C4t:\"Lenses\",SbXn3ioFw:\"Aperture\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:628,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y01ycj-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"KeJUy5XMn\",layoutId:\"KeJUy5XMn\",MnS43KmDO:AZWxvGv2V,qCTJD2C4t:\"Location\",SbXn3ioFw:\"MapPin\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:685,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gvt7zn-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"I7vX9FdkD\",layoutId:\"I7vX9FdkD\",MnS43KmDO:ZkVhJ86i6,qCTJD2C4t:\"Other Equipment\",SbXn3ioFw:\"Devices\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{width:\"calc(min(max(100vw - 40px, 1px), 600px) - 42px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"calc(min(max(100vw - 100px, 1px), 600px) - 42px)\",y:742,children:/*#__PURE__*/_jsx(Container,{className:\"framer-agx9fw-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"lUnMmUT2l\",layoutId:\"lUnMmUT2l\",MnS43KmDO:Zguqq7nom,qCTJD2C4t:\"Year\",SbXn3ioFw:\"Calendar\",style:{width:\"100%\"},variant:\"ea5DwEZi_\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-153vbs4\",\"data-framer-name\":\"Section - Images\",name:\"Section - Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rrt3\",\"data-framer-name\":\"Container\",name:\"Container\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7rbdd2-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"TSHTjXfpL\",image:toResponsiveImage(CbmY8GbyR),layoutId:\"TSHTjXfpL\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g92rri-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"b2LVz7zMH\",image:toResponsiveImage(Oo__k7lJY),layoutId:\"b2LVz7zMH\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-94n44q-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"dacDw2QAT\",image:toResponsiveImage(cx_MtFOrx),layoutId:\"dacDw2QAT\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19zr2jh-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qg5MpTpK7\",image:toResponsiveImage(DqCFCgW8_),layoutId:\"Qg5MpTpK7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p5y4iu-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oXVTd5q3c\",image:toResponsiveImage(j46WsaXkK),layoutId:\"oXVTd5q3c\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lss7nn-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"rBpuLjdGV\",image:toResponsiveImage(aBHJJ4PCr),layoutId:\"rBpuLjdGV\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l39nhb-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"YNBRHv5_a\",image:toResponsiveImage(zUOjDAnQE),layoutId:\"YNBRHv5_a\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-temixw-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"CSeiUJEiv\",image:toResponsiveImage(g19NFWdUd),layoutId:\"CSeiUJEiv\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13lqrm4-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"t5GjTiXd3\",image:toResponsiveImage(qHZdEPEHe),layoutId:\"t5GjTiXd3\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lixyy7-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oJgm4MBql\",image:toResponsiveImage(dnrLVHfjm),layoutId:\"oJgm4MBql\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7klbl3-container\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qox1vs2l7\",image:toResponsiveImage(mXvQBMaC_),layoutId:\"Qox1vs2l7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-4br6v2\",\"data-framer-name\":\"Section - Images\",name:\"Section - Images\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16cc80s\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"qi9VZ4TLv\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"IhmiXLQ41\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:G6vjDjahA,className:\"framer-zkvgi3\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-yx9a1c\",blockquote:\"framer-styles-preset-18imtcg\",h1:\"framer-styles-preset-m5rh52\",h2:\"framer-styles-preset-4znnbj\",h3:\"framer-styles-preset-ravud2\",h4:\"framer-styles-preset-usmfc9\",h5:\"framer-styles-preset-xz2g08\",h6:\"framer-styles-preset-gm9ysa\",img:\"framer-styles-preset-1s9ij34\",p:\"framer-styles-preset-smtg16\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"V8_93pv97\"},implicitPathVariables:undefined},{href:{webPageId:\"V8_93pv97\"},implicitPathVariables:undefined},{href:{webPageId:\"V8_93pv97\"},implicitPathVariables:undefined},{href:{webPageId:\"V8_93pv97\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{y:959.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:991.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-msf4rh-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{ZnDHBgfGk:resolvedLinks[3]},Kpau56imY:{ZnDHBgfGk:resolvedLinks[2]},LO28_AST9:{ZnDHBgfGk:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonGradient,{height:\"100%\",id:\"Pl7kL2VQd\",layoutId:\"Pl7kL2VQd\",style:{height:\"100%\"},TOooqBdJz:\"Other Albums\",variant:\"iBTvWsen7\",width:\"100%\",ZnDHBgfGk:resolvedLinks[0]})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{y:1069.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1284,width:\"100vw\",y:1101.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2c4mfj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D5yKqIjar:{variant:\"uxlAHBS0R\"},Kpau56imY:{variant:\"s9UjOoml4\"},LO28_AST9:{variant:\"s9UjOoml4\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"S391n8tbn\",layoutId:\"S391n8tbn\",style:{width:\"100%\"},variant:\"ySSbzNqEC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yng2f-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IjDJ3JOop\",intensity:15,layoutId:\"IjDJ3JOop\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-otrEH { background: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)); }`,\".framer-otrEH.framer-1q0opkx, .framer-otrEH .framer-1q0opkx { display: block; }\",\".framer-otrEH.framer-11cvacd { align-content: center; align-items: center; background-color: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, #0d0d0d); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 1600px; }\",\".framer-otrEH .framer-1wv03t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 0px; }\",\".framer-otrEH .framer-e39oqg { -webkit-filter: brightness(0.32) blur(16px); filter: brightness(0.32) blur(16px); flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: relative; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 0; }\",\".framer-otrEH .framer-6dlmr0-container { flex: none; height: auto; left: 50%; max-width: 900px; position: fixed; top: 30px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-otrEH .framer-1v25yk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 50px 0px 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-13hlsc5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-otrEH .framer-4cr4ef { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-otrEH .framer-gzhd13 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-yggf7x { align-content: center; align-items: center; background-color: var(--token-16cecdcd-c5a5-4884-abaa-e0abd93e3514, rgba(255, 255, 255, 0.1)); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: visible; padding: 21px; position: relative; width: 1px; }\",\".framer-otrEH .framer-1lz7wp1-container, .framer-otrEH .framer-nojb8o-container, .framer-otrEH .framer-1km1dtj-container, .framer-otrEH .framer-y01ycj-container, .framer-otrEH .framer-1gvt7zn-container, .framer-otrEH .framer-agx9fw-container, .framer-otrEH .framer-7rbdd2-container, .framer-otrEH .framer-1g92rri-container, .framer-otrEH .framer-94n44q-container, .framer-otrEH .framer-19zr2jh-container, .framer-otrEH .framer-1p5y4iu-container, .framer-otrEH .framer-lss7nn-container, .framer-otrEH .framer-1l39nhb-container, .framer-otrEH .framer-temixw-container, .framer-otrEH .framer-13lqrm4-container, .framer-otrEH .framer-lixyy7-container, .framer-otrEH .framer-7klbl3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-otrEH .framer-153vbs4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-24rrt3 { 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; max-width: 1900px; min-height: 1024px; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-4br6v2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-16cc80s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1900px; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-zkvgi3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-otrEH .framer-msf4rh-container { flex: none; height: 60px; position: relative; width: auto; }\",\".framer-otrEH .framer-2c4mfj-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-otrEH .framer-16yng2f-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-otrEH.framer-11cvacd, .framer-otrEH .framer-1wv03t3, .framer-otrEH .framer-1v25yk7, .framer-otrEH .framer-gzhd13, .framer-otrEH .framer-yggf7x, .framer-otrEH .framer-153vbs4, .framer-otrEH .framer-24rrt3, .framer-otrEH .framer-4br6v2, .framer-otrEH .framer-16cc80s { gap: 0px; } .framer-otrEH.framer-11cvacd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-otrEH.framer-11cvacd > :first-child, .framer-otrEH .framer-1v25yk7 > :first-child, .framer-otrEH .framer-yggf7x > :first-child, .framer-otrEH .framer-153vbs4 > :first-child, .framer-otrEH .framer-24rrt3 > :first-child, .framer-otrEH .framer-4br6v2 > :first-child, .framer-otrEH .framer-16cc80s > :first-child { margin-top: 0px; } .framer-otrEH.framer-11cvacd > :last-child, .framer-otrEH .framer-1v25yk7 > :last-child, .framer-otrEH .framer-yggf7x > :last-child, .framer-otrEH .framer-153vbs4 > :last-child, .framer-otrEH .framer-24rrt3 > :last-child, .framer-otrEH .framer-4br6v2 > :last-child, .framer-otrEH .framer-16cc80s > :last-child { margin-bottom: 0px; } .framer-otrEH .framer-1wv03t3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-otrEH .framer-1wv03t3 > :first-child, .framer-otrEH .framer-gzhd13 > :first-child { margin-left: 0px; } .framer-otrEH .framer-1wv03t3 > :last-child, .framer-otrEH .framer-gzhd13 > :last-child { margin-right: 0px; } .framer-otrEH .framer-1v25yk7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-otrEH .framer-gzhd13 > * { margin: 0px; margin-left: calc(62px / 2); margin-right: calc(62px / 2); } .framer-otrEH .framer-yggf7x > *, .framer-otrEH .framer-24rrt3 > *, .framer-otrEH .framer-16cc80s > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-otrEH .framer-153vbs4 > *, .framer-otrEH .framer-4br6v2 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,`@media (min-width: 1000px) and (max-width: 1599px) { .${metadata.bodyClassName}-framer-otrEH { background: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)); } .framer-otrEH.framer-11cvacd { width: 1000px; } .framer-otrEH .framer-4cr4ef { max-width: 600px; }}`,`@media (min-width: 810px) and (max-width: 999px) { .${metadata.bodyClassName}-framer-otrEH { background: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)); } .framer-otrEH.framer-11cvacd { width: 810px; } .framer-otrEH .framer-6dlmr0-container { max-width: 697px; } .framer-otrEH .framer-4cr4ef { max-width: 600px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-otrEH { background: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13)); } .framer-otrEH.framer-11cvacd { width: 390px; } .framer-otrEH .framer-6dlmr0-container { top: 20px; width: 90%; } .framer-otrEH .framer-1v25yk7 { padding: 120px 20px 0px 20px; } .framer-otrEH .framer-gzhd13 { padding: 50px 20px 50px 20px; } .framer-otrEH .framer-153vbs4 { gap: 10px; padding: 0px 10px 50px 10px; } .framer-otrEH .framer-4br6v2 { gap: 30px; padding: 0px 20px 50px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-otrEH .framer-153vbs4, .framer-otrEH .framer-4br6v2 { gap: 0px; } .framer-otrEH .framer-153vbs4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-otrEH .framer-153vbs4 > :first-child, .framer-otrEH .framer-4br6v2 > :first-child { margin-top: 0px; } .framer-otrEH .framer-153vbs4 > :last-child, .framer-otrEH .framer-4br6v2 > :last-child { margin-bottom: 0px; } .framer-otrEH .framer-4br6v2 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15461\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LO28_AST9\":{\"layout\":[\"fixed\",\"auto\"]},\"Kpau56imY\":{\"layout\":[\"fixed\",\"auto\"]},\"D5yKqIjar\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerwzIb9Eo19=withCSS(Component,css,\"framer-otrEH\");export default FramerwzIb9Eo19;FramerwzIb9Eo19.displayName=\"Album\";FramerwzIb9Eo19.defaultProps={height:15461,width:1600};addFonts(FramerwzIb9Eo19,[{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\"}]},...NavBarFonts,...ProjectSingleInformationFonts,...Image1Fonts,...ButtonGradientFonts,...FooterFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"IhmiXLQ41\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"IhmiXLQ41\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"qi9VZ4TLv\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"qi9VZ4TLv\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwzIb9Eo19\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"15461\",\"framerIntrinsicWidth\":\"1600\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LO28_AST9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kpau56imY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D5yKqIjar\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "animation3", "animation4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "information", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qCTJD2C4t", "MnS43KmDO", "SbXn3ioFw", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framera0jvnbxxz", "withCSS", "a0jvnbxxz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "NavBarFonts", "getFonts", "WvxfThqf1_default", "ProjectSingleInformationFonts", "a0jvnbxxz_default", "Image1Fonts", "Image", "ButtonGradientFonts", "Ri7mo6WgZ_default", "FooterFonts", "Swq40RzUA_default", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "isSet", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "T7IwKEe1l_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "style", "className", "layoutId", "variant", "CbmY8GbyR", "P6sdVgWkj", "aCnJXhg7q", "b3SfFVys3", "HdcVsxtJi", "TcpHehPO3", "AZWxvGv2V", "ZkVhJ86i6", "Zguqq7nom", "Oo__k7lJY", "cx_MtFOrx", "DqCFCgW8_", "j46WsaXkK", "aBHJJ4PCr", "zUOjDAnQE", "g19NFWdUd", "qHZdEPEHe", "dnrLVHfjm", "mXvQBMaC_", "G6vjDjahA", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "ComponentViewportProvider", "Container", "WvxfThqf1_default", "RichText2", "x", "a0jvnbxxz_default", "Image", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "Ri7mo6WgZ_default", "Swq40RzUA_default", "SmoothScroll", "css", "FramerwzIb9Eo19", "withCSS", "wzIb9Eo19_default", "addFonts", "NavBarFonts", "ProjectSingleInformationFonts", "Image1Fonts", "ButtonGradientFonts", "FooterFonts", "SmoothScrollFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "getFontsFromComponentPreset", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "__FramerMetadata__"]
}
