{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js", "ssg:https://framerusercontent.com/modules/cGN5yimN2tk7TOPWfvJJ/p3wyOVeYacQhir3pmiaX/GNj4hNtKX.js", "ssg:https://framerusercontent.com/modules/nSAPMWhupXksRSFOMBJ1/vA0tLGwrNXRyYLFBVkBP/GulOZoMnJ.js", "ssg:https://framerusercontent.com/modules/ng7ajT86GzXoJsmouk3F/4pJFDmYuF13OVJy97RAA/Jl2zKoCF7.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", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */ export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==PlayOptions.Normal;const showThumbnail=onCanvas||thumbnail!==ThumbnailOptions.Off&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/ _jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?ThumbnailFormat.WebP:ThumbnailFormat.JPG);// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(isAutoplay||showThumbnail){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===PlayOptions.Loop){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/ _jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},children:[isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/ _jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),showVideo?/*#__PURE__*/ _jsx(\"iframe\",{style:videoStyle,src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp}):/*#__PURE__*/ _jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===PlayOptions.Normal;}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==PlayOptions.Normal;}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:PlayOptions.Normal,shouldMute:true,thumbnail:ThumbnailOptions.Medium,isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL1=getEmbedURL(videoId);return[videoId,embedURL1];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId1=pathSegments[1];return[videoId1,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId2=url.pathname.slice(1);const embedURL2=getEmbedURL(videoId2);return[videoId2,embedURL2];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=ThumbnailFormat.JPG){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=ThumbnailFormat.WebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=ThumbnailFormat.WebP?\"webp\":\"jpg\";switch(res){case ThumbnailOptions.Low:return`${pre}${videoId}/hqdefault.${ext}`;case ThumbnailOptions.Medium:return`${pre}${videoId}/sddefault.${ext}`;case ThumbnailOptions.High:return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(!!(element.getContext&&element.getContext(\"2d\"))){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")==0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/ _jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/ _jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (e1877f1)\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/xRXt8GdkmDQxNGKccMIU/YfrlKKdf65KWmuTjV4Hu/QMuEq11PS.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/84mGMrRnj7eq3BeiXiRA/4FLBs02Q9z7dce7rAqOB/qvAaSoY3f.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"f2uZ2FCbf\",\"XMz6yeBHL\"];const serializationHash=\"framer-FUfRt\";const variantClassNames={f2uZ2FCbf:\"framer-v-1v4aaoq\",XMz6yeBHL:\"framer-v-7xelt0\"};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,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,transition:transition2,x:-50,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\":\"f2uZ2FCbf\",Phone:\"XMz6yeBHL\"};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:\"f2uZ2FCbf\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;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,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f2uZ2FCbf\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v4aaoq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"f2uZ2FCbf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),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({XMz6yeBHL:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-14q99v6\",layoutDependency:layoutDependency,layoutId:\"ccQue4_k8\",variants:{XMz6yeBHL:{transformPerspective:1200}},...addPropertyOverrides({XMz6yeBHL:{__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(motion.div,{className:\"framer-6nr1jv-container\",layoutDependency:layoutDependency,layoutId:\"RXxLHfAEr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",height:\"100%\",iconSearch:\"House\",iconSelection:SbXn3ioFw,id:\"RXxLHfAEr\",layoutId:\"RXxLHfAEr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-znltd1\",\"data-styles-preset\":\"qvAaSoY3f\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Client\"})}),className:\"framer-1ystiaq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Etnlg33MK\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:qCTJD2C4t,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vcau2\",\"data-styles-preset\":\"QMuEq11PS\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Initial Consultation\"})}),className:\"framer-1btl776\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vjcO3V9qp\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MnS43KmDO,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FUfRt.framer-1vtbph6, .framer-FUfRt .framer-1vtbph6 { display: block; }\",\".framer-FUfRt.framer-1v4aaoq { 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-FUfRt .framer-14q99v6 { 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-FUfRt .framer-6nr1jv-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-FUfRt .framer-1ystiaq, .framer-FUfRt .framer-1btl776 { 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-FUfRt .framer-14q99v6 { gap: 0px; } .framer-FUfRt .framer-14q99v6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FUfRt .framer-14q99v6 > :first-child { margin-left: 0px; } .framer-FUfRt .framer-14q99v6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-FUfRt[data-border=\"true\"]::after, .framer-FUfRt [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 49\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XMz6yeBHL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qCTJD2C4t\":\"title\",\"MnS43KmDO\":\"information\",\"SbXn3ioFw\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGNj4hNtKX=withCSS(Component,css,\"framer-FUfRt\");export default FramerGNj4hNtKX;FramerGNj4hNtKX.displayName=\"Project - Single - Information\";FramerGNj4hNtKX.defaultProps={height:49,width:800};addPropertyControls(FramerGNj4hNtKX,{variant:{options:[\"f2uZ2FCbf\",\"XMz6yeBHL\"],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(FramerGNj4hNtKX,[{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\":\"FramerGNj4hNtKX\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XMz6yeBHL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"800\",\"framerIntrinsicHeight\":\"49\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"qCTJD2C4t\\\":\\\"title\\\",\\\"MnS43KmDO\\\":\\\"information\\\",\\\"SbXn3ioFw\\\":\\\"icon\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}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\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={g9mqlMtTf:{hover:true},OLk37zJLK:{hover:true},YeADQ4fF7:{hover:true}};const cycleOrder=[\"OLk37zJLK\",\"YeADQ4fF7\",\"eVOZEQeoF\",\"MkF63W8X5\",\"g9mqlMtTf\"];const serializationHash=\"framer-qEC8m\";const variantClassNames={eVOZEQeoF:\"framer-v-1nmga73\",g9mqlMtTf:\"framer-v-jqec1s\",MkF63W8X5:\"framer-v-3xtf99\",OLk37zJLK:\"framer-v-1nw2xe9\",YeADQ4fF7:\"framer-v-9l2fqq\"};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 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={\"Large - Dark\":\"YeADQ4fF7\",\"Large - Light\":\"OLk37zJLK\",\"Phone - Dark\":\"MkF63W8X5\",\"Phone - Light\":\"eVOZEQeoF\",\"Small-Icon Left\":\"g9mqlMtTf\"};const getProps=({height,id,link,smoothScroll,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,ER1RkCXWl:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.ER1RkCXWl,iejb8yWnj:(_ref=title!==null&&title!==void 0?title:props.iejb8yWnj)!==null&&_ref!==void 0?_ref:\"Button\",ovlJVBqUg:link!==null&&link!==void 0?link:props.ovlJVBqUg,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"OLk37zJLK\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iejb8yWnj,ovlJVBqUg,ER1RkCXWl,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OLk37zJLK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"g9mqlMtTf-hover\")return false;if([\"eVOZEQeoF\",\"g9mqlMtTf\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ovlJVBqUg,openInNewTab:false,smoothScroll:ER1RkCXWl,...addPropertyOverrides({eVOZEQeoF:{smoothScroll:true},g9mqlMtTf:{smoothScroll:true},MkF63W8X5:{smoothScroll:true},YeADQ4fF7:{smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1nw2xe9\",className,classNames)} framer-1a8oue9`,\"data-border\":true,\"data-framer-name\":\"Large - Light\",layoutDependency:layoutDependency,layoutId:\"OLk37zJLK\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6b19d04a-c8c7-46ac-8bc0-4380931dccd5, rgba(255, 255, 255, 0.5))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"g9mqlMtTf-hover\":{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"},eVOZEQeoF:{\"--border-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},g9mqlMtTf:{\"--border-color\":\"var(--token-67fbec5f-f86d-4a68-8709-0a9a96756c72, rgba(255, 255, 255, 0.1))\"},MkF63W8X5:{\"--border-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},YeADQ4fF7:{\"--border-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"}},...addPropertyOverrides({\"g9mqlMtTf-hover\":{\"data-framer-name\":undefined},\"OLk37zJLK-hover\":{\"data-framer-name\":undefined},\"YeADQ4fF7-hover\":{\"data-framer-name\":undefined},eVOZEQeoF:{\"data-framer-name\":\"Phone - Light\"},g9mqlMtTf:{\"data-framer-name\":\"Small-Icon Left\"},MkF63W8X5:{\"data-framer-name\":\"Phone - Dark\"},YeADQ4fF7:{\"data-framer-name\":\"Large - Dark\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxtgh3\",layoutDependency:layoutDependency,layoutId:\"G4CvubjvL\",style:{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\",borderBottomLeftRadius:600,borderBottomRightRadius:600,borderTopLeftRadius:600,borderTopRightRadius:600,opacity:0},variants:{\"OLk37zJLK-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1},\"YeADQ4fF7-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Button\"})}),className:\"framer-1xxawpu\",\"data-framer-name\":\"BOOK AN APPOINTMENT\",fonts:[\"FS;Clash Display-regular\"],layoutDependency:layoutDependency,layoutId:\"fCFPMBMYi\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},text:iejb8yWnj,variants:{eVOZEQeoF:{\"--extracted-r6o4lv\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},g9mqlMtTf:{\"--extracted-r6o4lv\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eVOZEQeoF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255)))\"},children:\"Button\"})})},g9mqlMtTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17cpdx7-container\",layoutDependency:layoutDependency,layoutId:\"xSeXJ390S-container\",style:{rotate:0},variants:{\"OLk37zJLK-hover\":{rotate:-45},\"YeADQ4fF7-hover\":{rotate:-45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"xSeXJ390S\",layoutId:\"xSeXJ390S\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"g9mqlMtTf-hover\":{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",weight:\"fill\"},eVOZEQeoF:{color:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},g9mqlMtTf:{color:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\",iconSelection:\"PhoneCall\",weight:\"duotone\"},MkF63W8X5:{color:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},YeADQ4fF7:{color:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qEC8m.framer-1a8oue9, .framer-qEC8m .framer-1a8oue9 { display: block; }\",\".framer-qEC8m.framer-1nw2xe9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; text-decoration: none; width: 222px; }\",\".framer-qEC8m .framer-zxtgh3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 66px; overflow: visible; position: absolute; right: 66px; top: 29px; z-index: 0; }\",\".framer-qEC8m .framer-1xxawpu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qEC8m .framer-17cpdx7-container { flex: none; height: 27px; position: relative; width: 27px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-1nw2xe9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qEC8m.framer-1nw2xe9 > :first-child { margin-left: 0px; } .framer-qEC8m.framer-1nw2xe9 > :last-child { margin-right: 0px; } }\",\".framer-qEC8m.framer-v-9l2fqq .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 200px); left: 160px; right: unset; width: 0%; }\",\".framer-qEC8m.framer-v-1nmga73.framer-1nw2xe9 { padding: 12px 15px 11px 20px; width: min-content; }\",\".framer-qEC8m.framer-v-1nmga73 .framer-17cpdx7-container, .framer-qEC8m.framer-v-3xtf99 .framer-17cpdx7-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); width: 20px; }\",\".framer-qEC8m.framer-v-3xtf99.framer-1nw2xe9 { padding: 12px 15px 11px 20px; }\",\".framer-qEC8m.framer-v-3xtf99 .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 200px); right: unset; width: 100%; }\",\".framer-qEC8m.framer-v-jqec1s.framer-1nw2xe9 { padding: 12px 15px 11px 10px; }\",\".framer-qEC8m.framer-v-jqec1s .framer-1xxawpu { -webkit-user-select: auto; order: 2; user-select: auto; }\",\".framer-qEC8m.framer-v-jqec1s .framer-17cpdx7-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); order: 1; width: 20px; }\",\".framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 { gap: unset; justify-content: space-between; }\",\".framer-qEC8m.framer-v-1nw2xe9.hover .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 150px); left: 0px; pointer-events: none; right: 0px; top: -46px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > *, .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > :first-child, .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > :last-child { margin: 0px; } }\",\".framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 { gap: 28px; width: min-content; }\",\".framer-qEC8m.framer-v-9l2fqq.hover .framer-zxtgh3 { bottom: 0px; left: 0px; right: unset; top: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > :first-child { margin-left: 0px; } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > :last-child { margin-right: 0px; } }\",'.framer-qEC8m[data-border=\"true\"]::after, .framer-qEC8m [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 57\n * @framerIntrinsicWidth 222\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YeADQ4fF7\":{\"layout\":[\"fixed\",\"auto\"]},\"eVOZEQeoF\":{\"layout\":[\"auto\",\"auto\"]},\"MkF63W8X5\":{\"layout\":[\"fixed\",\"auto\"]},\"g9mqlMtTf\":{\"layout\":[\"fixed\",\"auto\"]},\"X47tpDay7\":{\"layout\":[\"fixed\",\"auto\"]},\"cder8zTeZ\":{\"layout\":[\"auto\",\"auto\"]},\"jL84mf9ih\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iejb8yWnj\":\"title\",\"ovlJVBqUg\":\"link\",\"ER1RkCXWl\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGulOZoMnJ=withCSS(Component,css,\"framer-qEC8m\");export default FramerGulOZoMnJ;FramerGulOZoMnJ.displayName=\"Button\";FramerGulOZoMnJ.defaultProps={height:57,width:222};addPropertyControls(FramerGulOZoMnJ,{variant:{options:[\"OLk37zJLK\",\"YeADQ4fF7\",\"eVOZEQeoF\",\"MkF63W8X5\",\"g9mqlMtTf\"],optionTitles:[\"Large - Light\",\"Large - Dark\",\"Phone - Light\",\"Phone - Dark\",\"Small-Icon Left\"],title:\"Variant\",type:ControlType.Enum},iejb8yWnj:{defaultValue:\"Button\",displayTextArea:false,title:\"Title\",type:ControlType.String},ovlJVBqUg:{title:\"Link\",type:ControlType.Link},ER1RkCXWl:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerGulOZoMnJ,[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VFMK2COV3DN37JR7JQ4CAOJPZ7KWKNY7/ODD5YJNDLHZZB2MIT3DPVH4EIHAMZ34D/BSY64LPTT3OPLVKAZKL3AHKRWZ3D74AC.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGulOZoMnJ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"57\",\"framerVariables\":\"{\\\"iejb8yWnj\\\":\\\"title\\\",\\\"ovlJVBqUg\\\":\\\"link\\\",\\\"ER1RkCXWl\\\":\\\"smoothScroll\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"222\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YeADQ4fF7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eVOZEQeoF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MkF63W8X5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g9mqlMtTf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X47tpDay7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cder8zTeZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jL84mf9ih\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GulOZoMnJ.map", "// Generated by Framer (cbb0119)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import ProjectSingleInformation from\"#framer/local/canvasComponent/GNj4hNtKX/GNj4hNtKX.js\";import Button from\"#framer/local/canvasComponent/GulOZoMnJ/GulOZoMnJ.js\";import NavMenuOverlay from\"#framer/local/canvasComponent/hcXsnZxmp/hcXsnZxmp.js\";import Button1 from\"#framer/local/canvasComponent/ice_UvhW5/ice_UvhW5.js\";import Footer from\"#framer/local/canvasComponent/PqQtuErNZ/PqQtuErNZ.js\";import Cursor from\"#framer/local/canvasComponent/t3kQNA4Z8/t3kQNA4Z8.js\";import Nav from\"#framer/local/canvasComponent/UEn7U9jTS/UEn7U9jTS.js\";import Project from\"#framer/local/canvasComponent/VvgCSmuri/VvgCSmuri.js\";import Albums,{enumToDisplayNameFunctions}from\"#framer/local/collection/Qiwj4Sxj4/Qiwj4Sxj4.js\";import*as sharedStyle2 from\"#framer/local/css/HvbIeng7X/HvbIeng7X.js\";import*as sharedStyle from\"#framer/local/css/QBbKt4HEz/QBbKt4HEz.js\";import*as sharedStyle1 from\"#framer/local/css/YlG7eJng5/YlG7eJng5.js\";import metadataProvider from\"#framer/local/webPageMetadata/Jl2zKoCF7/Jl2zKoCF7.js\";const NavFonts=getFonts(Nav);const NavMenuOverlayFonts=getFonts(NavMenuOverlay);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ProjectSingleInformationFonts=getFonts(ProjectSingleInformation);const ButtonFonts=getFonts(Button);const Image1Fonts=getFonts(Image1);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const MotionSectionWithFX=withFX(motion.section);const ProjectFonts=getFonts(Project);const TickerFonts=getFonts(Ticker);const Button1Fonts=getFonts(Button1);const SmoothScrollFonts=getFonts(SmoothScroll);const FooterFonts=getFonts(Footer);const CursorFonts=getFonts(Cursor);const breakpoints={dLDIjOQTQ:\"(min-width: 810px) and (max-width: 1199px)\",HUTvd2P2_:\"(min-width: 1200px)\",nG2wuX4B4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lLYyA\";const variantClassNames={dLDIjOQTQ:\"framer-v-1s3kdxw\",HUTvd2P2_:\"framer-v-xnq4v4\",nG2wuX4B4:\"framer-v-14eti12\"};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:37,delay:0,mass:1,stiffness:59,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const enumToDisplayName=value=>value;const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};const transition2={damping:100,delay:0,mass:1,stiffness:362,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:170};const transition3={damping:60,delay:0,mass:1,stiffness:251,type:\"spring\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"HUTvd2P2_\",Phone:\"nG2wuX4B4\",Tablet:\"dLDIjOQTQ\"};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:\"HUTvd2P2_\"};};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:20},placement:\"top\",transition:transition3,variant:\"kHV_DxTWA\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_FgTryvasc;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"Jl2zKoCF7\",data:Albums,type:\"Collection\"},select:[{collection:\"Jl2zKoCF7\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Wwn3GC3IC\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"tXlv3VSKL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"qC3CngwCS\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"HuqiW5T6t\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"HsiPHG34_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"FgTryvasc\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"NPwu0IAxP\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"VzZZCiT65\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Iww9jcZJA\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Uc0EKW689\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"fWJ74q7xr\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"o54wwUXoX\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"aTI9KHriu\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"b_X5KNYN7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"oHTkeZJ15\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Ak_tmyHDL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"ILkpQcNvi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"gBkoe0Lt_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i8axNsxJW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OzGGYAMO7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"DTdUoV3vO\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"NOK98R40_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"x3QduU9gk\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OnX0sZkMW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"PP4i7ZJUK\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"SQP2GMQE0\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i2shV2MAl\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"BAh5FEar5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Jl2zKoCF7\")});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,_getFromCurrentRouteData9;const{style,className,layoutId,variant,vKXD8iKpJ=getFromCurrentRouteData(\"vKXD8iKpJ\"),F5JM_atFV=(_getFromCurrentRouteData=getFromCurrentRouteData(\"F5JM_atFV\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",Wwn3GC3IC=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"Wwn3GC3IC\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",H8wcwixxo,FgTryvasc=getFromCurrentRouteData(\"FgTryvasc\"),EY0IIs10M,QegPSgwAY,HuqiW5T6t=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"HuqiW5T6t\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",qC3CngwCS=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"qC3CngwCS\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",tXlv3VSKL=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"tXlv3VSKL\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",HsiPHG34_=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"HsiPHG34_\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",VzZZCiT65=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"VzZZCiT65\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",NPwu0IAxP=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"NPwu0IAxP\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",fWJ74q7xr=getFromCurrentRouteData(\"fWJ74q7xr\"),aTI9KHriu=getFromCurrentRouteData(\"aTI9KHriu\"),oHTkeZJ15=getFromCurrentRouteData(\"oHTkeZJ15\"),ILkpQcNvi=getFromCurrentRouteData(\"ILkpQcNvi\"),i8axNsxJW=getFromCurrentRouteData(\"i8axNsxJW\"),DTdUoV3vO=getFromCurrentRouteData(\"DTdUoV3vO\"),x3QduU9gk=getFromCurrentRouteData(\"x3QduU9gk\"),PP4i7ZJUK=getFromCurrentRouteData(\"PP4i7ZJUK\"),i2shV2MAl=getFromCurrentRouteData(\"i2shV2MAl\"),Uc0EKW689=getFromCurrentRouteData(\"Uc0EKW689\"),o54wwUXoX=getFromCurrentRouteData(\"o54wwUXoX\"),b_X5KNYN7=getFromCurrentRouteData(\"b_X5KNYN7\"),Ak_tmyHDL=getFromCurrentRouteData(\"Ak_tmyHDL\"),gBkoe0Lt_=getFromCurrentRouteData(\"gBkoe0Lt_\"),OzGGYAMO7=getFromCurrentRouteData(\"OzGGYAMO7\"),NOK98R40_=getFromCurrentRouteData(\"NOK98R40_\"),OnX0sZkMW=getFromCurrentRouteData(\"OnX0sZkMW\"),SQP2GMQE0=getFromCurrentRouteData(\"SQP2GMQE0\"),BAh5FEar5=getFromCurrentRouteData(\"BAh5FEar5\"),Iww9jcZJA=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"Iww9jcZJA\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",F5JM_atFVk8vhOIAaT,abCVizEmik8vhOIAaT,H8wcwixxok8vhOIAaT,FgTryvasck8vhOIAaT,idk8vhOIAaT,abCVizEmi=(_getFromCurrentRouteData9=getFromCurrentRouteData(\"abCVizEmi\"))!==null&&_getFromCurrentRouteData9!==void 0?_getFromCurrentRouteData9:\"\",...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-lLYyA`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-lLYyA`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Fv5UOj18qwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const visible=isSet(EY0IIs10M);const visible1=isSet(QegPSgwAY);const visible2=isSet(HuqiW5T6t);const visible3=isSet(qC3CngwCS);const visible4=isSet(tXlv3VSKL);const visible5=isSet(HsiPHG34_);const visible6=isSet(VzZZCiT65);const router=useRouter();const visible7=isSet(vKXD8iKpJ);const visible8=isSet(fWJ74q7xr);const visible9=isSet(aTI9KHriu);const visible10=isSet(oHTkeZJ15);const visible11=isSet(ILkpQcNvi);const visible12=isSet(i8axNsxJW);const visible13=isSet(DTdUoV3vO);const visible14=isSet(x3QduU9gk);const visible15=isSet(PP4i7ZJUK);const visible16=isSet(i2shV2MAl);const visible17=isSet(Uc0EKW689);const visible18=isSet(o54wwUXoX);const visible19=isSet(b_X5KNYN7);const visible20=isSet(Ak_tmyHDL);const visible21=isSet(gBkoe0Lt_);const visible22=isSet(OzGGYAMO7);const visible23=isSet(NOK98R40_);const visible24=isSet(OnX0sZkMW);const visible25=isSet(SQP2GMQE0);const visible26=isSet(BAh5FEar5);const elementId=useRouteElementId(\"kuIpY0oV4\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"az9Knxxno\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({gqwp9f:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HUTvd2P2_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xnq4v4\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ufenzv-container\",id:\"ufenzv\",layoutScroll:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{variant:\"ot3jw09Sv\"}},children:/*#__PURE__*/_jsx(Nav,{Fv5UOj18q:Fv5UOj18qwelu7j({overlay}),height:\"100%\",id:\"FbBJr3LKY\",layoutId:\"FbBJr3LKY\",style:{height:\"100%\",width:\"100%\"},variant:\"B37HrnbDL\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1afk57i\",\"data-framer-portal-id\":\"ufenzv\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"m99_tENrp\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-160jkse-container\",\"data-framer-portal-id\":\"ufenzv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{variant:\"SWIMc8iie\"}},children:/*#__PURE__*/_jsx(NavMenuOverlay,{height:\"100%\",id:\"lzQYJIOYr\",layoutId:\"lzQYJIOYr\",style:{height:\"100%\",width:\"100%\"},variant:\"q8DZilw9H\",vFLr6XZMs:\"IqzBGOj4x\",width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1f82oid\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1v25yk7\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"670px\",...toResponsiveImage(vKXD8iKpJ)}},nG2wuX4B4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"calc(100vw - 40px)\",...toResponsiveImage(vKXD8iKpJ)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"calc(100vw - 100px)\",...toResponsiveImage(vKXD8iKpJ)},className:\"framer-akq6r7\",\"data-framer-name\":\"Background Image\",name:\"Background Image\"})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-11xnjq1\",\"data-styles-preset\":\"QBbKt4HEz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Colorful India\"})}),className:\"framer-13hlsc5\",\"data-framer-appear-id\":\"13hlsc5\",fonts:[\"Inter\"],initial:animation1,optimized:true,text:F5JM_atFV,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-gzhd13\",\"data-framer-name\":\"Overview\",name:\"Overview\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"To capture the vibrant life, culture, and diversity of India's streets through a collaborative travel photography project. The aim was to document everyday moments, unique street scenes, and cultural events, showcasing the essence of Indian street life.\"})}),className:\"framer-4cr4ef\",fonts:[\"Inter\"],text:Wwn3GC3IC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yggf7x\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jew10\",\"data-framer-name\":\"Information Wrapper\",name:\"Information Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:821},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:679}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:871,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lz7wp1-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"qvDjLA_b9\",layoutId:\"qvDjLA_b9\",MnS43KmDO:enumToDisplayName(H8wcwixxo,activeLocale),qCTJD2C4t:\"Category\",SbXn3ioFw:\"UserFocus\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:880},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:738}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:930,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ux42k-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"DBDaNaALY\",layoutId:\"DBDaNaALY\",MnS43KmDO:(_enumToDisplayNameFunctions_FgTryvasc=enumToDisplayNameFunctions[\"FgTryvasc\"])===null||_enumToDisplayNameFunctions_FgTryvasc===void 0?void 0:_enumToDisplayNameFunctions_FgTryvasc.call(enumToDisplayNameFunctions,FgTryvasc,activeLocale),qCTJD2C4t:\"Project Type\",SbXn3ioFw:\"Triangle\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:939},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:797}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:989,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qp2z07-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"eUyyg2th6\",layoutId:\"eUyyg2th6\",MnS43KmDO:EY0IIs10M,qCTJD2C4t:\"Camera\",SbXn3ioFw:\"Camera\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:998},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:856}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1048,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ajxnvo-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"OVt8hNoTf\",layoutId:\"OVt8hNoTf\",MnS43KmDO:QegPSgwAY,qCTJD2C4t:\"Lenses\",SbXn3ioFw:\"Aperture\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1057},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:915}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1107,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n9cgwt-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"KJoVDUT3a\",layoutId:\"KJoVDUT3a\",MnS43KmDO:HuqiW5T6t,qCTJD2C4t:\"Other Devices\",SbXn3ioFw:\"Devices\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1116},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:974}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nqyzky-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"vapmtmtEY\",layoutId:\"vapmtmtEY\",MnS43KmDO:qC3CngwCS,qCTJD2C4t:\"Location\",SbXn3ioFw:\"MapPin\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1175},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1033}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1225,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yu2s8t-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"C03ajywxi\",layoutId:\"C03ajywxi\",MnS43KmDO:tXlv3VSKL,qCTJD2C4t:\"Time\",SbXn3ioFw:\"Calendar\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1234},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1092}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1284,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ridi78-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"z37g9M7X9\",layoutId:\"z37g9M7X9\",MnS43KmDO:HsiPHG34_,qCTJD2C4t:\"Client\",SbXn3ioFw:\"User\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})})]}),visible6&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:VzZZCiT65,implicitPathVariables:undefined},{href:VzZZCiT65,implicitPathVariables:undefined},{href:VzZZCiT65,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1250},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1108}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n6cvmu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{ovlJVBqUg:resolvedLinks[1],variant:\"eVOZEQeoF\"},nG2wuX4B4:{ovlJVBqUg:resolvedLinks[2],variant:\"eVOZEQeoF\"}},children:/*#__PURE__*/_jsx(Button,{ER1RkCXWl:false,height:\"100%\",id:\"KA_rTaLk3\",iejb8yWnj:NPwu0IAxP,layoutId:\"KA_rTaLk3\",ovlJVBqUg:resolvedLinks[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-153vbs4\",\"data-framer-name\":\"Images\",name:\"Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rrt3\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnpiy7\",\"data-framer-name\":\"Column 1\",name:\"Column 1\",children:[visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7rbdd2-container\",\"data-framer-name\":\"1\",name:\"1\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"TSHTjXfpL\",image:toResponsiveImage(vKXD8iKpJ),layoutId:\"TSHTjXfpL\",name:\"1\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94n44q-container\",\"data-framer-name\":\"3\",name:\"3\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"dacDw2QAT\",image:toResponsiveImage(fWJ74q7xr),layoutId:\"dacDw2QAT\",name:\"3\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1p5y4iu-container\",\"data-framer-name\":\"5\",name:\"5\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oXVTd5q3c\",image:toResponsiveImage(aTI9KHriu),layoutId:\"oXVTd5q3c\",name:\"5\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1l39nhb-container\",\"data-framer-name\":\"7\",name:\"7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"YNBRHv5_a\",image:toResponsiveImage(oHTkeZJ15),layoutId:\"YNBRHv5_a\",name:\"7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible11&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13lqrm4-container\",\"data-framer-name\":\"9\",name:\"9\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"t5GjTiXd3\",image:toResponsiveImage(ILkpQcNvi),layoutId:\"t5GjTiXd3\",name:\"9\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible12&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7klbl3-container\",\"data-framer-name\":\"11\",name:\"11\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qox1vs2l7\",image:toResponsiveImage(i8axNsxJW),layoutId:\"Qox1vs2l7\",name:\"11\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible13&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oucqdp-container\",\"data-framer-name\":\"13\",name:\"13\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"SPPwrWs3u\",image:toResponsiveImage(DTdUoV3vO),layoutId:\"SPPwrWs3u\",name:\"13\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible14&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kj72wm-container\",\"data-framer-name\":\"15\",name:\"15\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zlNekFBtx\",image:toResponsiveImage(x3QduU9gk),layoutId:\"zlNekFBtx\",name:\"15\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible15&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17x0do4-container\",\"data-framer-name\":\"17\",name:\"17\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"iEr5PtDjE\",image:toResponsiveImage(PP4i7ZJUK),layoutId:\"iEr5PtDjE\",name:\"17\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible16&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gtxagc-container\",\"data-framer-name\":\"19\",name:\"19\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"f3njhjUSC\",image:toResponsiveImage(i2shV2MAl),layoutId:\"f3njhjUSC\",name:\"19\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1360uxb\",\"data-framer-name\":\"Column 2\",name:\"Column 2\",children:[visible17&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g92rri-container\",\"data-framer-name\":\"2\",name:\"2\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"b2LVz7zMH\",image:toResponsiveImage(Uc0EKW689),layoutId:\"b2LVz7zMH\",name:\"2\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible18&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19zr2jh-container\",\"data-framer-name\":\"4\",name:\"4\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qg5MpTpK7\",image:toResponsiveImage(o54wwUXoX),layoutId:\"Qg5MpTpK7\",name:\"4\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible19&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lss7nn-container\",\"data-framer-name\":\"6\",name:\"6\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"rBpuLjdGV\",image:toResponsiveImage(b_X5KNYN7),layoutId:\"rBpuLjdGV\",name:\"6\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible20&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-temixw-container\",\"data-framer-name\":\"8\",name:\"8\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"CSeiUJEiv\",image:toResponsiveImage(Ak_tmyHDL),layoutId:\"CSeiUJEiv\",name:\"8\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible21&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lixyy7-container\",\"data-framer-name\":\"10\",name:\"10\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oJgm4MBql\",image:toResponsiveImage(gBkoe0Lt_),layoutId:\"oJgm4MBql\",name:\"10\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible22&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-160gvgf-container\",\"data-framer-name\":\"12\",name:\"12\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"n_y460BLZ\",image:toResponsiveImage(OzGGYAMO7),layoutId:\"n_y460BLZ\",name:\"12\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible23&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lzodov-container\",\"data-framer-name\":\"14\",name:\"14\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"bUeEnMloa\",image:toResponsiveImage(NOK98R40_),layoutId:\"bUeEnMloa\",name:\"14\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible24&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m3ziqt-container\",\"data-framer-name\":\"16\",name:\"16\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"sIbaL6JgH\",image:toResponsiveImage(OnX0sZkMW),layoutId:\"sIbaL6JgH\",name:\"16\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible25&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rwdvg0-container\",\"data-framer-name\":\"18\",name:\"18\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zrhIDdjlZ\",image:toResponsiveImage(SQP2GMQE0),layoutId:\"zrhIDdjlZ\",name:\"18\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible26&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13s5con-container\",\"data-framer-name\":\"20\",name:\"20\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"DpXYaWt1Q\",image:toResponsiveImage(BAh5FEar5),layoutId:\"DpXYaWt1Q\",name:\"20\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q3eh0m\",\"data-framer-name\":\"Video\",id:elementId,name:\"Video\",ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bda809\",\"data-framer-name\":\"Youtube-Player\",name:\"Youtube-Player\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15xhdfc-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"MjGP7TQsC\",isMixedBorderRadius:false,isRed:true,layoutId:\"MjGP7TQsC\",play:\"Off\",shouldMute:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:Iww9jcZJA,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94xdi9\",\"data-framer-name\":\"Other Albums\",id:elementId1,name:\"Other Albums\",ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"More Albums\"})}),className:\"framer-1yep507\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sknpqw\",\"data-framer-name\":\"Ticker\",name:\"Ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19n4b8k-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Z3s93wrOi\",layoutId:\"Z3s93wrOi\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1br8mta\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"k8vhOIAaT\",data:Albums,type:\"Collection\"},select:[{collection:\"k8vhOIAaT\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"H8wcwixxo\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"FgTryvasc\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:abCVizEmi},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"F5JM_atFV\":F5JM_atFVk8vhOIAaT,\"abCVizEmi\":abCVizEmik8vhOIAaT,\"H8wcwixxo\":H8wcwixxok8vhOIAaT,\"FgTryvasc\":FgTryvasck8vhOIAaT,\"id\":idk8vhOIAaT},i)=>{F5JM_atFVk8vhOIAaT!==null&&F5JM_atFVk8vhOIAaT!==void 0?F5JM_atFVk8vhOIAaT:F5JM_atFVk8vhOIAaT=\"\";abCVizEmik8vhOIAaT!==null&&abCVizEmik8vhOIAaT!==void 0?abCVizEmik8vhOIAaT:abCVizEmik8vhOIAaT=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`k8vhOIAaT-${idk8vhOIAaT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{abCVizEmi:abCVizEmik8vhOIAaT},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{abCVizEmi:abCVizEmik8vhOIAaT},webPageId:\"Jl2zKoCF7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>{var _enumToDisplayNameFunctions_FgTryvasc;return /*#__PURE__*/_jsx(ComponentViewportProvider,{height:446,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gic4k-container\",\"data-framer-cursor\":\"gqwp9f\",children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"vE0_HNXep\",jmbHURFsg:(_enumToDisplayNameFunctions_FgTryvasc=enumToDisplayNameFunctions[\"FgTryvasc\"])===null||_enumToDisplayNameFunctions_FgTryvasc===void 0?void 0:_enumToDisplayNameFunctions_FgTryvasc.call(enumToDisplayNameFunctions,FgTryvasck8vhOIAaT,activeLocale),layoutId:\"vE0_HNXep\",PWZpsn7di:\"Upload\",qqNc2XiOL:F5JM_atFVk8vhOIAaT,style:{width:\"100%\"},variant:\"SJISusQ3l\",width:\"100%\",xpmiv5OmA:enumToDisplayName(H8wcwixxok8vhOIAaT,activeLocale),ZSDiebDov:resolvedLinks1[0]})})});}})})},idk8vhOIAaT);})})})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:3351.5},nG2wuX4B4:{y:4139.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:3471.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zutt2x-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{FonsFUcAa:resolvedLinks2[1]},nG2wuX4B4:{FonsFUcAa:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button1,{FonsFUcAa:resolvedLinks2[0],height:\"100%\",id:\"Fmfq0hnck\",layoutId:\"Fmfq0hnck\",NxxZ8Xy2U:\"All Albums\",variant:\"fKZmX1c_3\",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(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:3701.5},nG2wuX4B4:{y:4449.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:839,width:\"100vw\",y:3871.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i1w80d-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{variant:\"pB6WvHHYF\"},nG2wuX4B4:{variant:\"qT_RXWXGW\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"CNjGdvLQ_\",layoutId:\"CNjGdvLQ_\",r4vORIQnG:true,style:{width:\"100%\"},variant:\"RAJRLJqHQ\",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-lLYyA { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); }`,\".framer-lLYyA.framer-m1ijvk, .framer-lLYyA .framer-m1ijvk { display: block; }\",\".framer-lLYyA.framer-xnq4v4 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #0a0a0a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-lLYyA .framer-ufenzv-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: exclusion; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-lLYyA .framer-1afk57i { background-color: #000000; inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-lLYyA .framer-160jkse-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-lLYyA .framer-1f82oid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLYyA .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: 80px 50px 80px 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-lLYyA .framer-akq6r7 { aspect-ratio: 3.0088495575221237 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 366px); mix-blend-mode: lighten; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\".framer-lLYyA .framer-13hlsc5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; height: auto; left: 50%; max-width: 1120px; position: absolute; text-shadow: 1px 1px 52px rgba(0, 0, 0, 0.45); transform: translateX(-50%); white-space: pre-wrap; width: 1120px; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-lLYyA .framer-gzhd13 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 120px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-lLYyA .framer-4cr4ef { --framer-paragraph-spacing: 20px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLYyA .framer-yggf7x { align-content: center; align-items: center; background-color: var(--token-3ef2b024-43b5-4c0c-a7b2-ecacd057a93b, rgba(255, 255, 255, 0.05)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: visible; padding: 21px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-jew10 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-1lz7wp1-container, .framer-lLYyA .framer-5ux42k-container, .framer-lLYyA .framer-1qp2z07-container, .framer-lLYyA .framer-1ajxnvo-container, .framer-lLYyA .framer-n9cgwt-container, .framer-lLYyA .framer-nqyzky-container, .framer-lLYyA .framer-1yu2s8t-container, .framer-lLYyA .framer-ridi78-container, .framer-lLYyA .framer-1n6cvmu-container, .framer-lLYyA .framer-7rbdd2-container, .framer-lLYyA .framer-94n44q-container, .framer-lLYyA .framer-1p5y4iu-container, .framer-lLYyA .framer-1l39nhb-container, .framer-lLYyA .framer-13lqrm4-container, .framer-lLYyA .framer-7klbl3-container, .framer-lLYyA .framer-oucqdp-container, .framer-lLYyA .framer-kj72wm-container, .framer-lLYyA .framer-17x0do4-container, .framer-lLYyA .framer-1gtxagc-container, .framer-lLYyA .framer-1g92rri-container, .framer-lLYyA .framer-19zr2jh-container, .framer-lLYyA .framer-lss7nn-container, .framer-lLYyA .framer-temixw-container, .framer-lLYyA .framer-lixyy7-container, .framer-lLYyA .framer-160gvgf-container, .framer-lLYyA .framer-1lzodov-container, .framer-lLYyA .framer-1m3ziqt-container, .framer-lLYyA .framer-rwdvg0-container, .framer-lLYyA .framer-13s5con-container, .framer-lLYyA .framer-1i1w80d-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lLYyA .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: visible; padding: 0px 10px 10px 10px; position: relative; width: 100%; z-index: 1; }\",\".framer-lLYyA .framer-24rrt3 { 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; max-width: 1900px; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-lLYyA .framer-wnpiy7, .framer-lLYyA .framer-1360uxb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 10px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-lLYyA .framer-q3eh0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 10px 10px 10px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-1bda809 { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 664px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-15xhdfc-container { aspect-ratio: 1.7770597738287561 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 664px); max-width: 1900px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-94xdi9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 150px 10px 150px 10px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-1yep507 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lLYyA .framer-sknpqw { 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: center; max-width: 1680%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-19n4b8k-container { flex: none; height: 485px; position: relative; width: 100%; }\",\".framer-lLYyA .framer-1br8mta { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: min-content; }\",\".framer-lLYyA .framer-17gic4k-container { flex: none; height: auto; position: relative; width: 370px; }\",\".framer-lLYyA .framer-zutt2x-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lLYyA .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-lLYyA.framer-xnq4v4, .framer-lLYyA .framer-1f82oid, .framer-lLYyA .framer-1v25yk7, .framer-lLYyA .framer-gzhd13, .framer-lLYyA .framer-yggf7x, .framer-lLYyA .framer-jew10, .framer-lLYyA .framer-153vbs4, .framer-lLYyA .framer-24rrt3, .framer-lLYyA .framer-wnpiy7, .framer-lLYyA .framer-1360uxb, .framer-lLYyA .framer-q3eh0m, .framer-lLYyA .framer-1bda809, .framer-lLYyA .framer-94xdi9, .framer-lLYyA .framer-sknpqw, .framer-lLYyA .framer-1br8mta { gap: 0px; } .framer-lLYyA.framer-xnq4v4 > *, .framer-lLYyA .framer-1f82oid > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-lLYyA.framer-xnq4v4 > :first-child, .framer-lLYyA .framer-1f82oid > :first-child, .framer-lLYyA .framer-1v25yk7 > :first-child, .framer-lLYyA .framer-gzhd13 > :first-child, .framer-lLYyA .framer-yggf7x > :first-child, .framer-lLYyA .framer-jew10 > :first-child, .framer-lLYyA .framer-153vbs4 > :first-child, .framer-lLYyA .framer-wnpiy7 > :first-child, .framer-lLYyA .framer-1360uxb > :first-child, .framer-lLYyA .framer-q3eh0m > :first-child, .framer-lLYyA .framer-94xdi9 > :first-child, .framer-lLYyA .framer-sknpqw > :first-child { margin-top: 0px; } .framer-lLYyA.framer-xnq4v4 > :last-child, .framer-lLYyA .framer-1f82oid > :last-child, .framer-lLYyA .framer-1v25yk7 > :last-child, .framer-lLYyA .framer-gzhd13 > :last-child, .framer-lLYyA .framer-yggf7x > :last-child, .framer-lLYyA .framer-jew10 > :last-child, .framer-lLYyA .framer-153vbs4 > :last-child, .framer-lLYyA .framer-wnpiy7 > :last-child, .framer-lLYyA .framer-1360uxb > :last-child, .framer-lLYyA .framer-q3eh0m > :last-child, .framer-lLYyA .framer-94xdi9 > :last-child, .framer-lLYyA .framer-sknpqw > :last-child { margin-bottom: 0px; } .framer-lLYyA .framer-1v25yk7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-lLYyA .framer-gzhd13 > *, .framer-lLYyA .framer-153vbs4 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-lLYyA .framer-yggf7x > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-lLYyA .framer-jew10 > *, .framer-lLYyA .framer-wnpiy7 > *, .framer-lLYyA .framer-1360uxb > *, .framer-lLYyA .framer-q3eh0m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lLYyA .framer-24rrt3 > *, .framer-lLYyA .framer-1bda809 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lLYyA .framer-24rrt3 > :first-child, .framer-lLYyA .framer-1bda809 > :first-child, .framer-lLYyA .framer-1br8mta > :first-child { margin-left: 0px; } .framer-lLYyA .framer-24rrt3 > :last-child, .framer-lLYyA .framer-1bda809 > :last-child, .framer-lLYyA .framer-1br8mta > :last-child { margin-right: 0px; } .framer-lLYyA .framer-94xdi9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-lLYyA .framer-sknpqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-lLYyA .framer-1br8mta > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-lLYyA { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); } .framer-lLYyA.framer-xnq4v4 { width: 810px; } .framer-lLYyA .framer-1v25yk7 { padding: 80px 50px 50px 50px; } .framer-lLYyA .framer-akq6r7 { height: var(--framer-aspect-ratio-supported, 223px); width: 670px; } .framer-lLYyA .framer-13hlsc5 { max-width: 600px; width: 600px; } .framer-lLYyA .framer-gzhd13 { padding: 100px 40px 100px 40px; } .framer-lLYyA .framer-4cr4ef { max-width: 600px; } .framer-lLYyA .framer-1bda809, .framer-lLYyA .framer-15xhdfc-container { height: var(--framer-aspect-ratio-supported, 445px); } .framer-lLYyA .framer-94xdi9 { padding: 100px 10px 100px 10px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-lLYyA { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); } .framer-lLYyA.framer-xnq4v4 { width: 390px; } .framer-lLYyA .framer-1v25yk7 { padding: 80px 20px 20px 20px; } .framer-lLYyA .framer-akq6r7 { aspect-ratio: unset; height: 277px; } .framer-lLYyA .framer-13hlsc5 { max-width: 400px; width: 400px; } .framer-lLYyA .framer-gzhd13 { padding: 50px 20px 50px 20px; } .framer-lLYyA .framer-153vbs4 { gap: 10px; } .framer-lLYyA .framer-24rrt3 { flex-direction: column; } .framer-lLYyA .framer-wnpiy7, .framer-lLYyA .framer-1360uxb { flex: none; position: relative; top: unset; width: 100%; } .framer-lLYyA .framer-1bda809, .framer-lLYyA .framer-15xhdfc-container { height: var(--framer-aspect-ratio-supported, 208px); } .framer-lLYyA .framer-94xdi9 { padding: 30px 10px 60px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-lLYyA .framer-153vbs4, .framer-lLYyA .framer-24rrt3 { gap: 0px; } .framer-lLYyA .framer-153vbs4 > *, .framer-lLYyA .framer-24rrt3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-lLYyA .framer-153vbs4 > :first-child, .framer-lLYyA .framer-24rrt3 > :first-child { margin-top: 0px; } .framer-lLYyA .framer-153vbs4 > :last-child, .framer-lLYyA .framer-24rrt3 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7545.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dLDIjOQTQ\":{\"layout\":[\"fixed\",\"auto\"]},\"nG2wuX4B4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerJl2zKoCF7=withCSS(Component,css,\"framer-lLYyA\");export default FramerJl2zKoCF7;FramerJl2zKoCF7.displayName=\"Albums\";FramerJl2zKoCF7.defaultProps={height:7545.5,width:1200};addFonts(FramerJl2zKoCF7,[{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\"}]},...NavFonts,...NavMenuOverlayFonts,...ProjectSingleInformationFonts,...ButtonFonts,...Image1Fonts,...YouTubeFonts,...ProjectFonts,...TickerFonts,...Button1Fonts,...SmoothScrollFonts,...FooterFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJl2zKoCF7\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dLDIjOQTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nG2wuX4B4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"7545.5\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\"}},\"__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", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "u", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "embedURL1", "videoId2", "embedURL2", "res", "format", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerGNj4hNtKX", "withCSS", "GNj4hNtKX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "smoothScroll", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "iejb8yWnj", "ovlJVBqUg", "ER1RkCXWl", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerGulOZoMnJ", "withCSS", "GulOZoMnJ_default", "addPropertyControls", "ControlType", "addFonts", "NavFonts", "getFonts", "UEn7U9jTS_default", "NavMenuOverlayFonts", "hcXsnZxmp_default", "ImageWithFX", "withFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ProjectSingleInformationFonts", "GNj4hNtKX_default", "ButtonFonts", "GulOZoMnJ_default", "Image1Fonts", "Image", "ContainerWithFX", "Container", "YouTubeFonts", "Youtube", "MotionSectionWithFX", "motion", "ProjectFonts", "VvgCSmuri_default", "TickerFonts", "Ticker", "Button1Fonts", "ice_UvhW5_default", "SmoothScrollFonts", "SmoothScroll", "FooterFonts", "PqQtuErNZ_default", "CursorFonts", "t3kQNA4Z8_default", "breakpoints", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toResponsiveImage", "value", "transformTemplate1", "_", "transition1", "animation", "animation1", "enumToDisplayName", "isSet", "animation2", "transition2", "animation3", "transition3", "QueryData", "query", "pageSize", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "t3kQNA4Z8_default", "Component", "Y", "ref", "_enumToDisplayNameFunctions_FgTryvasc", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Qiwj4Sxj4_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "_getFromCurrentRouteData9", "style", "className", "layoutId", "variant", "vKXD8iKpJ", "F5JM_atFV", "Wwn3GC3IC", "H8wcwixxo", "FgTryvasc", "EY0IIs10M", "QegPSgwAY", "HuqiW5T6t", "qC3CngwCS", "tXlv3VSKL", "HsiPHG34_", "VzZZCiT65", "NPwu0IAxP", "fWJ74q7xr", "aTI9KHriu", "oHTkeZJ15", "ILkpQcNvi", "i8axNsxJW", "DTdUoV3vO", "x3QduU9gk", "PP4i7ZJUK", "i2shV2MAl", "Uc0EKW689", "o54wwUXoX", "b_X5KNYN7", "Ak_tmyHDL", "gBkoe0Lt_", "OzGGYAMO7", "NOK98R40_", "OnX0sZkMW", "SQP2GMQE0", "BAh5FEar5", "Iww9jcZJA", "F5JM_atFVk8vhOIAaT", "abCVizEmik8vhOIAaT", "H8wcwixxok8vhOIAaT", "FgTryvasck8vhOIAaT", "idk8vhOIAaT", "abCVizEmi", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Fv5UOj18qwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "router", "useRouter", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "visible22", "visible23", "visible24", "visible25", "visible26", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "UEn7U9jTS_default", "AnimatePresence", "Ga", "x", "hcXsnZxmp_default", "getLoadingLazyAtYPosition", "ImageWithFX", "RichTextWithOptimizedAppearEffect", "RichText2", "GNj4hNtKX_default", "enumToDisplayNameFunctions", "ResolveLinks", "resolvedLinks", "GulOZoMnJ_default", "ContainerWithFX", "Image", "MotionSectionWithFX", "Youtube", "Ticker", "ChildrenCanSuspend", "collection", "loadMore", "i", "PathVariablesContext", "resolvedLinks1", "VvgCSmuri_default", "resolvedLinks2", "ice_UvhW5_default", "SmoothScroll", "PqQtuErNZ_default", "css", "FramerJl2zKoCF7", "withCSS", "Jl2zKoCF7_default", "addFonts", "NavFonts", "NavMenuOverlayFonts", "ProjectSingleInformationFonts", "ButtonFonts", "Image1Fonts", "YouTubeFonts", "ProjectFonts", "TickerFonts", "Button1Fonts", "SmoothScrollFonts", "FooterFonts", "CursorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
