{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/57XCqAIGJ1YBQJoUYxjX/P72HKPMDGF9SObX5M11E/YckFIlg3V.js", "ssg:https://framerusercontent.com/modules/XwSVARfbcDgog05VvWYi/ms4q3hBSOi1WzFx0PzTM/Custom_cursor.js", "ssg:https://framerusercontent.com/modules/jDlaVGEUnGH5ypJ5MqJT/5LxeaOJOurOQid6igbgz/LWFByBo5x.js", "ssg:https://framerusercontent.com/modules/941AcFXS8UTZFFJD1JvB/KfTypTA6H06eq32EhCoU/FMbTQqhDu.js", "ssg:https://framerusercontent.com/modules/s8UBpWqk5klRd6uDXNsU/RvsO2yikJRnQWFHVdxFM/fVxnimdqP.js", "ssg:https://framerusercontent.com/modules/e8oXn8FfeYKYVxbEqhna/wrqLCSsaQbD4fDQNuvlp/ikuT4vWOd.js"],
  "sourcesContent": ["// Generated by Framer (c747e62)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Supply Light\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Supply Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/IjTiw9L1MberYCBMXoTHTxZFEUs.woff2\"}]}];export const css=['.framer-DHqzs .framer-styles-preset-12lj5ox:not(.rich-text-wrapper), .framer-DHqzs .framer-styles-preset-12lj5ox.rich-text-wrapper h3 { --framer-font-family: \"Supply Light\", \"Supply Light Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.4px; --framer-line-height: 17px; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-DHqzs\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useState,useEffect}from\"react\";export function withCursorFollow(Component){return props=>{const ref=useRef(null);const[isHovering,setIsHovering]=useState(false);const[position,setPosition]=useState({left:0,top:0});useEffect(()=>{const handleMouseMove=e=>{if(!ref.current)return;const isHovered=e.target instanceof Element&&(e.target===ref.current.parentElement||ref.current.parentElement.contains(e.target)||e.target===ref.current||ref.current.contains(e.target));setIsHovering(isHovered);if(isHovered){const parentRect=ref.current.parentElement.getBoundingClientRect();const elementRect=ref.current.getBoundingClientRect();setPosition({left:e.clientX-parentRect.left-elementRect.width/2,top:e.clientY-parentRect.top-elementRect.height/2});}else{setIsHovering(false);}};window.addEventListener(\"mousemove\",handleMouseMove);return()=>{window.removeEventListener(\"mousemove\",handleMouseMove);};},[]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{position:\"fixed\",left:`calc(${position.left}px - 0.1%)`,top:`calc(${position.top}px - 0.1%)`,pointerEvents:\"none\",transform:\"translate(-0.1%, -0.1%)\"},children:isHovering&&/*#__PURE__*/_jsx(Component,{...props})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withCursorFollow\":{\"type\":\"reactHoc\",\"name\":\"withCursorFollow\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Custom_cursor.map", "// Generated by Framer (d6b3045)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withCursorFollow}from\"https://framerusercontent.com/modules/XwSVARfbcDgog05VvWYi/ms4q3hBSOi1WzFx0PzTM/Custom_cursor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/57XCqAIGJ1YBQJoUYxjX/P72HKPMDGF9SObX5M11E/YckFIlg3V.js\";const ImageWithCursorFollow=withCursorFollow(Image);const enabledGestures={CeyoUA4OY:{hover:true},N2Hb50Ztv:{hover:true}};const cycleOrder=[\"N2Hb50Ztv\",\"CeyoUA4OY\",\"BZj3rP2on\"];const serializationHash=\"framer-juYxu\";const variantClassNames={BZj3rP2on:\"framer-v-c3ena6\",CeyoUA4OY:\"framer-v-lh816c\",N2Hb50Ztv:\"framer-v-10ktjfm\"};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={delay:0,duration:.7,ease:[.62,.05,.01,.99],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"N2Hb50Ztv\",mobile:\"BZj3rP2on\",tablet:\"CeyoUA4OY\"};const getProps=({description,height,id,image,link,title,width,year,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,b0sCx3k4V:(_ref=year!==null&&year!==void 0?year:props.b0sCx3k4V)!==null&&_ref!==void 0?_ref:\"(2022)\",L5lWAR8u7:(_ref1=title!==null&&title!==void 0?title:props.L5lWAR8u7)!==null&&_ref1!==void 0?_ref1:\"Custo\\xae\",QfOAVZTUi:link!==null&&link!==void 0?link:props.QfOAVZTUi,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"N2Hb50Ztv\",W5200pcdy:(_ref3=image!==null&&image!==void 0?image:props.W5200pcdy)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg?scale-down-to=2048 1364w,https://framerusercontent.com/images/kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg?scale-down-to=4096 2729w,https://framerusercontent.com/images/kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg 3325w\"},yf4ApOEmL:(_ref4=description!==null&&description!==void 0?description:props.yf4ApOEmL)!==null&&_ref4!==void 0?_ref4:\"Ecommerce website designed for Custo\\xae. A new smart mailbox on the block.\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W5200pcdy,L5lWAR8u7,yf4ApOEmL,b0sCx3k4V,QfOAVZTUi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"N2Hb50Ztv\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"N2Hb50Ztv-hover\",\"CeyoUA4OY-hover\"].includes(gestureVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"BZj3rP2on\")return false;return true;};const isDisplayed2=()=>{if(gestureVariant===\"CeyoUA4OY-hover\")return false;if(baseVariant===\"CeyoUA4OY\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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__*/_jsx(Link,{href:QfOAVZTUi,nodeId:\"N2Hb50Ztv\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-10ktjfm\",className,classNames)} framer-1566c51`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"N2Hb50Ztv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"CeyoUA4OY-hover\":{\"data-framer-name\":undefined},\"N2Hb50Ztv-hover\":{\"data-framer-name\":undefined},BZj3rP2on:{\"data-framer-name\":\"mobile\"},CeyoUA4OY:{\"data-framer-name\":\"tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16r5u3\",layoutDependency:layoutDependency,layoutId:\"W9qObsyxb\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0),pixelHeight:4e3,pixelWidth:6e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(W5200pcdy)},className:\"framer-1qke6lv\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"N3YrpEbHm\",...addPropertyOverrides({\"CeyoUA4OY-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-27.00000000000003),pixelHeight:4e3,pixelWidth:6e3,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.12)`,...toResponsiveImage(W5200pcdy)}},\"N2Hb50Ztv-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:6e3,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-12),pixelHeight:4e3,pixelWidth:6e3,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.03)`,...toResponsiveImage(W5200pcdy)}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithCursorFollow,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:58,intrinsicWidth:118,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+3753.4999999999995),pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1cdZwWARaoYmrMZFh3k90iMY8.png\"},className:\"framer-tlbf5s\",\"data-framer-name\":\"cursor1\",layoutDependency:layoutDependency,layoutId:\"BB48IWKKh\",...addPropertyOverrides({\"CeyoUA4OY-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:58,intrinsicWidth:118,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-27.00000000000003+2354.9),pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1cdZwWARaoYmrMZFh3k90iMY8.png\"}},\"N2Hb50Ztv-hover\":{background:{alt:\"\",fit:\"fit\",intrinsicHeight:58,intrinsicWidth:118,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+-12+3866.8999999999996),pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1cdZwWARaoYmrMZFh3k90iMY8.png\"}},BZj3rP2on:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:58,intrinsicWidth:118,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+1154.75),pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1cdZwWARaoYmrMZFh3k90iMY8.png\"}},CeyoUA4OY:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:58,intrinsicWidth:118,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+2099.75),pixelHeight:120,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1cdZwWARaoYmrMZFh3k90iMY8.png\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bltxk4\",\"data-framer-name\":\"viewcase wrapper\",layoutDependency:layoutDependency,layoutId:\"S5NwBh5fa\",style:{opacity:0},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-alignment\":\"center\"},children:[\"View\",/*#__PURE__*/_jsx(motion.br,{}),\"case\"]})}),className:\"framer-1kz0igm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IQLq9HxzX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p3yk7c\",\"data-framer-name\":\"view case circle\",layoutDependency:layoutDependency,layoutId:\"j8_AvCtc9\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:180,borderBottomRightRadius:180,borderTopLeftRadius:180,borderTopRightRadius:180,opacity:0}})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i2ff2y\",\"data-framer-name\":\"case info wrapper\",layoutDependency:layoutDependency,layoutId:\"qMeM9cW7c\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7vfwiv\",\"data-framer-name\":\"name\",layoutDependency:layoutDependency,layoutId:\"RkrdXTz8x\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Case name\"})}),className:\"framer-153oeo1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DLPWYopAY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:L5lWAR8u7,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15dr8xt\",\"data-framer-name\":\"description\",layoutDependency:layoutDependency,layoutId:\"DTXuj6Mtc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Ecommerce website design for Custo, a new smart mailbox.\"})}),className:\"framer-1sq36nz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uudxlXu03\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:yf4ApOEmL,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-v06tbe\",\"data-framer-name\":\"spacer\",layoutDependency:layoutDependency,layoutId:\"Tk3aMX69A\"}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qh6ysr\",\"data-framer-name\":\"year\",layoutDependency:layoutDependency,layoutId:\"FtvGiPtcI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"2022\"})}),className:\"framer-jus28q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YwXsb6rvA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:b0sCx3k4V,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-juYxu.framer-1566c51, .framer-juYxu .framer-1566c51 { display: block; }\",\".framer-juYxu.framer-10ktjfm { align-content: center; align-items: center; cursor: none; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1380px; }\",\".framer-juYxu .framer-16r5u3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: calc(var(--framer-viewport-height, 100vh) * 0.8); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-juYxu .framer-1qke6lv { align-content: center; align-items: center; cursor: none; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-juYxu .framer-tlbf5s { flex: none; height: 53px; left: calc(50.00000000000002% - 132px / 2); overflow: visible; position: absolute; top: calc(472.49999999999994% - 53px / 2); width: 132px; z-index: 1; }\",\".framer-juYxu .framer-1bltxk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; left: calc(50.00000000000002% - 42px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(49.97694790225913% - 48px / 2); width: 42px; z-index: 2; }\",\".framer-juYxu .framer-1kz0igm { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-juYxu .framer-1p3yk7c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; left: calc(50.00000000000002% - 1px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(49.97694790225913% - 1px / 2); width: 1px; z-index: 1; }\",\".framer-juYxu .framer-i2ff2y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 11px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-juYxu .framer-7vfwiv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 68px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 27%; }\",\".framer-juYxu .framer-153oeo1, .framer-juYxu .framer-jus28q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-juYxu .framer-15dr8xt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 68px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 25%; }\",\".framer-juYxu .framer-1sq36nz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-juYxu .framer-v06tbe { flex: none; height: 65px; overflow: hidden; position: relative; width: 12%; }\",\".framer-juYxu .framer-1qh6ysr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 68px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-juYxu.framer-10ktjfm, .framer-juYxu .framer-16r5u3, .framer-juYxu .framer-1qke6lv, .framer-juYxu .framer-1bltxk4, .framer-juYxu .framer-1p3yk7c, .framer-juYxu .framer-i2ff2y, .framer-juYxu .framer-7vfwiv, .framer-juYxu .framer-15dr8xt, .framer-juYxu .framer-1qh6ysr { gap: 0px; } .framer-juYxu.framer-10ktjfm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-juYxu.framer-10ktjfm > :first-child { margin-top: 0px; } .framer-juYxu.framer-10ktjfm > :last-child { margin-bottom: 0px; } .framer-juYxu .framer-16r5u3 > *, .framer-juYxu .framer-1qke6lv > *, .framer-juYxu .framer-1bltxk4 > *, .framer-juYxu .framer-1p3yk7c > *, .framer-juYxu .framer-i2ff2y > *, .framer-juYxu .framer-7vfwiv > *, .framer-juYxu .framer-15dr8xt > *, .framer-juYxu .framer-1qh6ysr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-juYxu .framer-16r5u3 > :first-child, .framer-juYxu .framer-1qke6lv > :first-child, .framer-juYxu .framer-1bltxk4 > :first-child, .framer-juYxu .framer-1p3yk7c > :first-child, .framer-juYxu .framer-i2ff2y > :first-child, .framer-juYxu .framer-7vfwiv > :first-child, .framer-juYxu .framer-15dr8xt > :first-child, .framer-juYxu .framer-1qh6ysr > :first-child { margin-left: 0px; } .framer-juYxu .framer-16r5u3 > :last-child, .framer-juYxu .framer-1qke6lv > :last-child, .framer-juYxu .framer-1bltxk4 > :last-child, .framer-juYxu .framer-1p3yk7c > :last-child, .framer-juYxu .framer-i2ff2y > :last-child, .framer-juYxu .framer-7vfwiv > :last-child, .framer-juYxu .framer-15dr8xt > :last-child, .framer-juYxu .framer-1qh6ysr > :last-child { margin-right: 0px; } }\",\".framer-juYxu.framer-v-lh816c .framer-16r5u3 { height: calc(var(--framer-viewport-height, 100vh) * 0.45); }\",\".framer-juYxu.framer-v-lh816c .framer-7vfwiv { flex: 1 0 0px; width: 1px; }\",\".framer-juYxu.framer-v-lh816c .framer-15dr8xt { width: 50%; }\",\".framer-juYxu.framer-v-lh816c .framer-v06tbe { width: 20%; }\",\".framer-juYxu.framer-v-c3ena6 .framer-16r5u3 { height: 250px; }\",\".framer-juYxu.framer-v-c3ena6 .framer-7vfwiv { width: min-content; }\",\".framer-juYxu.framer-v-c3ena6 .framer-1qh6ysr { justify-content: flex-end; }\",\".framer-juYxu.framer-v-10ktjfm.hover .framer-1qke6lv { height: 103%; overflow: hidden; width: 103%; }\",\".framer-juYxu.framer-v-lh816c.hover .framer-1qke6lv { height: 112%; width: 112%; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 249\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CeyoUA4OY\":{\"layout\":[\"fixed\",\"auto\"]},\"BZj3rP2on\":{\"layout\":[\"fixed\",\"auto\"]},\"F6sAv926W\":{\"layout\":[\"fixed\",\"auto\"]},\"ADNH4Xy0Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W5200pcdy\":\"image\",\"L5lWAR8u7\":\"title\",\"yf4ApOEmL\":\"description\",\"b0sCx3k4V\":\"year\",\"QfOAVZTUi\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLWFByBo5x=withCSS(Component,css,\"framer-juYxu\");export default FramerLWFByBo5x;FramerLWFByBo5x.displayName=\"Case study\";FramerLWFByBo5x.defaultProps={height:249,width:1380};addPropertyControls(FramerLWFByBo5x,{variant:{options:[\"N2Hb50Ztv\",\"CeyoUA4OY\",\"BZj3rP2on\"],optionTitles:[\"Variant 1\",\"tablet\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},W5200pcdy:{__defaultAssetReference:\"data:framer/asset-reference,kYD7PNRkWy2eAoIeEGEuuqHS0M.jpg?originalFilename=a+person+riding+a+surfboard+on+a+wave+in+the+ocean.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},L5lWAR8u7:{defaultValue:\"Custo\\xae\",displayTextArea:true,title:\"Title\",type:ControlType.String},yf4ApOEmL:{defaultValue:\"Ecommerce website designed for Custo\\xae. A new smart mailbox on the block.\",displayTextArea:true,title:\"Description\",type:ControlType.String},b0sCx3k4V:{defaultValue:\"(2022)\",displayTextArea:true,title:\"Year\",type:ControlType.String},QfOAVZTUi:{title:\"Link\",type:ControlType.Link}});addFonts(FramerLWFByBo5x,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLWFByBo5x\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CeyoUA4OY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BZj3rP2on\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F6sAv926W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ADNH4Xy0Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1380\",\"framerIntrinsicHeight\":\"249\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W5200pcdy\\\":\\\"image\\\",\\\"L5lWAR8u7\\\":\\\"title\\\",\\\"yf4ApOEmL\\\":\\\"description\\\",\\\"b0sCx3k4V\\\":\\\"year\\\",\\\"QfOAVZTUi\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LWFByBo5x.map", "import{addPropertyControls as e,ControlType as t}from\"framer\";let s=\"iA7le3b4w\",o=\"Q5up8nLDa\",a=\"wwafp7KaW\",r=\"EsncWl2ka\",n=\"UiCz1VJ8U\",i=\"smKKES3u5\",c=\"Ks2W0pAEk\",m=\"tpaqH7ShM\",g=\"nz8RgaTyY\",p=\"PuoC9x8e6\",h=\"vU23wwZfS\",l=\"cyLU4y0uu\",d=\"P6fyGs6OD\",w=\"oucn1IlZz\",u=\"PQcvxV58C\",f=\"BxYSWPESQ\",j=\"CYXXEdux_\",y=\"pRD1ex8hy\",v=\"U10HUDA9I\",b=\"w9PLOWhCM\",S=(e,t)=>{if(e&&\"object\"==typeof e)return{...e,alt:t};},C=[{id:\"kuSjlnkrZ\",[s]:\"Rink Racer\",[o]:S({src:\"https://framerusercontent.com/images/3kSGBaHlmNQ1SadyuF3di6qL4.jpg\",srcSet:\"https://framerusercontent.com/images/3kSGBaHlmNQ1SadyuF3di6qL4.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/3kSGBaHlmNQ1SadyuF3di6qL4.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/3kSGBaHlmNQ1SadyuF3di6qL4.jpg 2000w\"},\"\"),[a]:\"\u201CArena Showdown\u201D - Arcade Extended Reality Immerseive Gamig Experience\",[r]:\"Toronto Maple Leafs, Scotiabank, Scene+ \",[n]:\"(2023)\",[i]:\"rink-racer\",[c]:\"Rink Racer is an immersive gaming experience that revolutionizes fan engagement utilizing in house projections systems to seamlessly bringing to life arcade games on the ice for a true multiplayer capability in arena. Arcade evolution of product offerings for partner opportunities enhancing the in arena digital + physical experience/opportunity for growth with prospecting and increased partner usage.\",[m]:\"https://youtu.be/AFmCS5XT3Kg\",[g]:\"Art direction, Web design, Interaction design\",[p]:\"Rink Racer was designed for the intermission of Maple Leafs hockey games at Scotiabank Arena, engages fans through a dynamic immersive experience. Players scan a QR code on the jumbotron to access the game on their smartphones. Divided into upper bowl Team Green and lower bowl Team Blue, fans select locations and tap a circle on their phones to propel the Leafs' mascot character, Carlton. Carlton's speed is determined by the teams' average taps per second. The design process begins with conceptualization, defining the theme, gameplay, and technical requirements. It progresses to UI and UX considerations, ensuring a seamless experience. The game logic involves speed calculations and duration planning as well. We have started the design process with outlining the game flow for Ice Projection, Mobile screen, Jumbotron screens and the voice over.\",[h]:S({src:\"https://framerusercontent.com/images/4cjHPjV7qmwgRdZHpwHc8bpGrk.jpg\",srcSet:\"https://framerusercontent.com/images/4cjHPjV7qmwgRdZHpwHc8bpGrk.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/4cjHPjV7qmwgRdZHpwHc8bpGrk.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/4cjHPjV7qmwgRdZHpwHc8bpGrk.jpg 2000w\"},\"\"),[l]:S({src:\"https://framerusercontent.com/images/jsv4JAFcCdWlAWbpZJF5OYeCcaQ.jpg\",srcSet:\"https://framerusercontent.com/images/jsv4JAFcCdWlAWbpZJF5OYeCcaQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/jsv4JAFcCdWlAWbpZJF5OYeCcaQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/jsv4JAFcCdWlAWbpZJF5OYeCcaQ.jpg 2000w\"},\"\"),[d]:S({src:\"https://framerusercontent.com/images/vk4B3HSlXR3cztrpKoDdS5Vo.jpg\",srcSet:\"https://framerusercontent.com/images/vk4B3HSlXR3cztrpKoDdS5Vo.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/vk4B3HSlXR3cztrpKoDdS5Vo.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/vk4B3HSlXR3cztrpKoDdS5Vo.jpg 2000w\"},\"\"),[w]:\"The design process for the ice projection mapping segment of Rink Racer began with sketching and wireframig the informations. After deciding the rough designn, we have started 3D modeling using Cinema 4D. We decided to have a big doors as the intro scene and when the time comes, the door opens up to reveal the prizing information while Carlton is skating around the rink. Careful consideration was given to the placement of partner logos on the ice, taking into account the existing lines and logos to avoid any overlaps during projection mapping. Following the QR code scan by fans, the projection unveiled the racing tracks, and Carlton came to life, skating dynamically. The 3D animations of Carlton were crafted using Mixamo, with seamless stitching of animations to create a visually captivating experience for the audience.\\n\",[u]:S({src:\"https://framerusercontent.com/images/lEzUDJWiJet0FTgBqb9qyWs31vc.jpg\",srcSet:\"https://framerusercontent.com/images/lEzUDJWiJet0FTgBqb9qyWs31vc.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/lEzUDJWiJet0FTgBqb9qyWs31vc.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/lEzUDJWiJet0FTgBqb9qyWs31vc.jpg 2000w\"},\"\"),[f]:S({src:\"https://framerusercontent.com/images/yAiq4TKXpYfixkSzTyeEZ8eQpsk.jpg\",srcSet:\"https://framerusercontent.com/images/yAiq4TKXpYfixkSzTyeEZ8eQpsk.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/yAiq4TKXpYfixkSzTyeEZ8eQpsk.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/yAiq4TKXpYfixkSzTyeEZ8eQpsk.jpg 2000w\"},\"\"),[j]:\"For the mobile ad Jumbotron screens, we made the game flow as simple as we could so the users will be able to take a picture of the QR code, pick their team and understand how to play the game as fast as possible.  Leveraging the host's microphone announcements facilitated quick comprehension The dark aesthetic of the mobile screen background aimed to enhance the prominence of the ice projection within the arena, while still clearly indicating each user's team affiliation. Despite the challenge of fans being on the move during intermission, with many heading outside for food and breaks, the strategy proved successful, yielding over 2500 clicks through the mobile application within a brief 1.5 minute sign up window. We have observed the fans gettig very excited and cheering over which team wins and making positive comments on social media.\\n\",[y]:S({src:\"https://framerusercontent.com/images/bSgzsIRqRLdZi3B6Rvcicacl4M.jpg\",srcSet:\"https://framerusercontent.com/images/bSgzsIRqRLdZi3B6Rvcicacl4M.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/bSgzsIRqRLdZi3B6Rvcicacl4M.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/bSgzsIRqRLdZi3B6Rvcicacl4M.jpg 2000w\"},\"\"),[v]:S({src:\"https://framerusercontent.com/images/iBU5fNLs3B5h3qyaEfbFtzx6RSg.jpg\",srcSet:\"https://framerusercontent.com/images/iBU5fNLs3B5h3qyaEfbFtzx6RSg.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/iBU5fNLs3B5h3qyaEfbFtzx6RSg.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/iBU5fNLs3B5h3qyaEfbFtzx6RSg.jpg 2000w\"},\"\"),[b]:S({src:\"https://framerusercontent.com/images/27aVIWiGgOHVfOHVeD69LYA9LI.jpg\",srcSet:\"https://framerusercontent.com/images/27aVIWiGgOHVfOHVeD69LYA9LI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/27aVIWiGgOHVfOHVeD69LYA9LI.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/27aVIWiGgOHVfOHVeD69LYA9LI.jpg 2000w\"},\"\")},{id:\"GmsRAYCEo\",[s]:\"Borough Ballers\",[o]:S({src:\"https://framerusercontent.com/images/1mCKBWGiKhZygDCbuMoGYLMB0.jpg\",srcSet:\"https://framerusercontent.com/images/1mCKBWGiKhZygDCbuMoGYLMB0.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/1mCKBWGiKhZygDCbuMoGYLMB0.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/1mCKBWGiKhZygDCbuMoGYLMB0.jpg 1850w\"},\"\"),[a]:\"Mobile game for Toronto Raptors and OLG to increase the fan engagements thorough Raptors App\",[r]:\"Toronto Raptors (MLSE), OLG\",[n]:\"(2022)\",[i]:\"borough-ballers\",[c]:\"Toronto Raptors and OLG celebrated six local organizations representing Toronto's six boroughs -Etobicoke, Old York, York, North York, East York and Scarborough. Fans chose the borough they represented and caught as many baskets as possible within the time limit; OLG and the Raptors donated $0.50 per play.\",[m]:\"https://arcade.mlse.com/OLG/BoroughBallers/\",[g]:\"Game Design, UX/UI Design\",[p]:\"The game was designed to maximize the visual identity of OLG's Borough Ballers campaign and the identity of the Toronto Raptors team.The game is unique in that players select a region from six boroughs, and their score in that region is directly reflected in the amount of money donated by OLG. A donation tracker is integrated into the game, reflecting donation amounts in real time.\",[h]:S({src:\"https://framerusercontent.com/images/zssaC6uLWMkHXBH4MlgMp5wbvZs.jpg\",srcSet:\"https://framerusercontent.com/images/zssaC6uLWMkHXBH4MlgMp5wbvZs.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/zssaC6uLWMkHXBH4MlgMp5wbvZs.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/zssaC6uLWMkHXBH4MlgMp5wbvZs.jpg 2000w\"},\"Logo Design\"),[l]:S({src:\"https://framerusercontent.com/images/VFDgSM9NeZ8ZvWEC2q1AeBgNOY.jpg\",srcSet:\"https://framerusercontent.com/images/VFDgSM9NeZ8ZvWEC2q1AeBgNOY.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/VFDgSM9NeZ8ZvWEC2q1AeBgNOY.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/VFDgSM9NeZ8ZvWEC2q1AeBgNOY.jpg 2000w\"},\"\"),[d]:S({src:\"https://framerusercontent.com/images/XfJHq8WO0gMshjYUPJRYnMjVHo.jpg\",srcSet:\"https://framerusercontent.com/images/XfJHq8WO0gMshjYUPJRYnMjVHo.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/XfJHq8WO0gMshjYUPJRYnMjVHo.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/XfJHq8WO0gMshjYUPJRYnMjVHo.jpg 2000w\"},\"\"),[w]:\"The game has been crafted to align with the black and white aesthetic of the visual identity. The use of scrapped paper outlines for game assets seamlessly integrates with the vintage theme associated with the Raptors. Each borough features a distinct basketball court and background, adding a unique touch to the overall design.\",[u]:S({src:\"https://framerusercontent.com/images/8ibygXY82ouOm2zifiS4wVk0S4o.jpg\",srcSet:\"https://framerusercontent.com/images/8ibygXY82ouOm2zifiS4wVk0S4o.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/8ibygXY82ouOm2zifiS4wVk0S4o.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/8ibygXY82ouOm2zifiS4wVk0S4o.jpg 2000w\"},\"\"),[f]:S({src:\"https://framerusercontent.com/images/PfXXACPBygeyWSJfD4FKJeosnT0.jpg\",srcSet:\"https://framerusercontent.com/images/PfXXACPBygeyWSJfD4FKJeosnT0.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/PfXXACPBygeyWSJfD4FKJeosnT0.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/PfXXACPBygeyWSJfD4FKJeosnT0.jpg 2000w\"},\"\"),[j]:\"Total of 24,070 shots were made and $10,632 were donated to the six local organizations by OLG. The photo-realistic, scrapbook-style aesthetic brought uniqueness to the game, and the Raptors team branding was also incorporated into the game.\",[y]:S({src:\"https://framerusercontent.com/images/lX9zO76ykrBUg6IY9CBTJnXEI.jpg\",srcSet:\"https://framerusercontent.com/images/lX9zO76ykrBUg6IY9CBTJnXEI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/lX9zO76ykrBUg6IY9CBTJnXEI.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/lX9zO76ykrBUg6IY9CBTJnXEI.jpg 2000w\"},\"\"),[v]:S({src:\"https://framerusercontent.com/images/WyjVDEGgMKp5jra1902ZdgCfK6k.jpg\",srcSet:\"https://framerusercontent.com/images/WyjVDEGgMKp5jra1902ZdgCfK6k.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/WyjVDEGgMKp5jra1902ZdgCfK6k.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/WyjVDEGgMKp5jra1902ZdgCfK6k.jpg 2000w\"},\"\"),[b]:S({src:\"https://framerusercontent.com/images/l8CUXaNCHx4tnv6LCMvAY77dtNc.jpg\",srcSet:\"https://framerusercontent.com/images/l8CUXaNCHx4tnv6LCMvAY77dtNc.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/l8CUXaNCHx4tnv6LCMvAY77dtNc.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/l8CUXaNCHx4tnv6LCMvAY77dtNc.jpg 2000w\"},\"\")},{id:\"thjSrYsqe\",[s]:\"Imaginary Sweets\",[o]:S({src:\"https://framerusercontent.com/images/sKNNyv6R2YF4GIE8UrixqcnLbwQ.png\",srcSet:\"https://framerusercontent.com/images/sKNNyv6R2YF4GIE8UrixqcnLbwQ.png?scale-down-to=512 512w, https://framerusercontent.com/images/sKNNyv6R2YF4GIE8UrixqcnLbwQ.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/sKNNyv6R2YF4GIE8UrixqcnLbwQ.png 1410w\"},\"\"),[a]:\"3D virtual desserts that can be experienced virtually and physically\",[r]:\"The Shift Tokyo\",[n]:\"(2022)\",[i]:\"imaginary-sweet\",[c]:\"Imaginary Sweets is a project inspired by questioning how food can be newly experienced in a time of pandemics where new experiences through traveling are limited. The project intends to create a virtual food experience that can broaden the food possibilities beyond the physical limitations. Also, it aims to restore the communication between people through food, especially through sweets that always have the power to make people happy at any age. \",[m]:\"https://theshift.tokyo/research/imaginary-sweets/\",[g]:\"3D Modelling, Animaton, Visual Design\",[p]:\"Imaginary Sweets are designed to exist in both the physical and virtual worlds. Unlike the usual dessert-making process, they are first designed in a virtual world through Cinema 4D. The inner part of the dessert has motions that cannot be made in reality. After virtually designing the sweets, we replicated the sweets physically. In the process of creating the real dessert, there were some developments in designs, so that we redesigned the virtual sweets once again in order to make them look similar.\\n\\n\",[h]:S({src:\"https://framerusercontent.com/images/1cmtqF3hjvYZfF5wc4mtZK1fM.jpg\",srcSet:\"https://framerusercontent.com/images/1cmtqF3hjvYZfF5wc4mtZK1fM.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/1cmtqF3hjvYZfF5wc4mtZK1fM.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/1cmtqF3hjvYZfF5wc4mtZK1fM.jpg 2000w\"},\"\"),[l]:S({src:\"https://framerusercontent.com/images/sDRjeJ5rxtmWKd28EcfIZVAvTQ.jpg\",srcSet:\"https://framerusercontent.com/images/sDRjeJ5rxtmWKd28EcfIZVAvTQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/sDRjeJ5rxtmWKd28EcfIZVAvTQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/sDRjeJ5rxtmWKd28EcfIZVAvTQ.jpg 2000w\"},\"\"),[d]:S({src:\"https://framerusercontent.com/images/xInPajuG67YWF3kd8WvHFwZjIhQ.jpg\",srcSet:\"https://framerusercontent.com/images/xInPajuG67YWF3kd8WvHFwZjIhQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/xInPajuG67YWF3kd8WvHFwZjIhQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/xInPajuG67YWF3kd8WvHFwZjIhQ.jpg 2000w\"},\"\"),[w]:\"Our goal is to make the experiences of virtual dessert possible from anywhere in the world since traveling is limited in the time of pandemic. We have developed a virtual gallery and displayed the virtual desserts with posters in a unique gallery space. We aim to add another layer to the virtual food experience through virtual gallery.\\n\",[u]:S({src:\"https://framerusercontent.com/images/RfFpDLOCBCuzCuHFOYPwpBJzWsA.jpg\",srcSet:\"https://framerusercontent.com/images/RfFpDLOCBCuzCuHFOYPwpBJzWsA.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/RfFpDLOCBCuzCuHFOYPwpBJzWsA.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/RfFpDLOCBCuzCuHFOYPwpBJzWsA.jpg 2000w\"},\"\"),[f]:S({src:\"https://framerusercontent.com/images/7dymz43rnKIKGd2N97GJfUqKmg.jpg\",srcSet:\"https://framerusercontent.com/images/7dymz43rnKIKGd2N97GJfUqKmg.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/7dymz43rnKIKGd2N97GJfUqKmg.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/7dymz43rnKIKGd2N97GJfUqKmg.jpg 2000w\"},\"\"),[j]:\"As we aim to sell the sweets in the future, we also made a packaging design virtually. The package has a clear box with the project title and the research question. The Shift logo is also placed to be scanned and link people to the virtual part of the project.\",[y]:S({src:\"https://framerusercontent.com/images/MHDxmiI3vI0HucF5Ge9PU6i0PXk.jpg\",srcSet:\"https://framerusercontent.com/images/MHDxmiI3vI0HucF5Ge9PU6i0PXk.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/MHDxmiI3vI0HucF5Ge9PU6i0PXk.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/MHDxmiI3vI0HucF5Ge9PU6i0PXk.jpg 2000w\"},\"\"),[v]:S({src:\"https://framerusercontent.com/images/Vo3maKyOe7xpTh8jbwqcWnHgtjA.jpg\",srcSet:\"https://framerusercontent.com/images/Vo3maKyOe7xpTh8jbwqcWnHgtjA.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/Vo3maKyOe7xpTh8jbwqcWnHgtjA.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/Vo3maKyOe7xpTh8jbwqcWnHgtjA.jpg 2000w\"},\"\"),[b]:S({src:\"https://framerusercontent.com/images/IH6zwSDafboUC8Akv3XjDoZIo0.jpg\",srcSet:\"https://framerusercontent.com/images/IH6zwSDafboUC8Akv3XjDoZIo0.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/IH6zwSDafboUC8Akv3XjDoZIo0.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/IH6zwSDafboUC8Akv3XjDoZIo0.jpg 2000w\"},\"\")},{id:\"FklJyFMUd\",[s]:\"Toronto Raptors x AXE Fresh Pass\",[o]:S(void 0,\"\"),[a]:\"\",[r]:\"\",[n]:\"\",[i]:\"other-creatives\",[c]:\"Here will go an intro text that talks about the challenge of the project and how you solved it. Use this place to give some more information about the project.\",[g]:\"Art direction, Web design, Interaction design\",[p]:\"\",[h]:S(void 0,\"\"),[l]:S(void 0,\"\"),[d]:S(void 0,\"\"),[w]:\"\",[u]:S(void 0,\"\"),[f]:S(void 0,\"\"),[j]:\"\",[y]:S(void 0,\"\"),[v]:S(void 0,\"\"),[b]:S(void 0,\"\")},{id:\"jeCyAyeSG\",[s]:\"TFC Partnership Campaigns 2023\",[o]:S({src:\"https://framerusercontent.com/images/E3JJKVFM2cUHMCgiK5MI3ZlU8.jpg\",srcSet:\"https://framerusercontent.com/images/E3JJKVFM2cUHMCgiK5MI3ZlU8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/E3JJKVFM2cUHMCgiK5MI3ZlU8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/E3JJKVFM2cUHMCgiK5MI3ZlU8.jpg 2000w\"},\"\"),[a]:\"Designed multiple partnership campaigns for Toronto FC in 2023 season\",[r]:\"Toronto FC (MLSE), Hotel X / PointsBet / redtag.ca\",[n]:\"(2023)\",[i]:\"toronto-fc-partnership-campaign-2023\",[c]:\"Developed an enter-to-win campaign for Toronto FC in collaboration with Hotel X, with the primary goal of elevating fan engagement via the Toronto FC mobile app. The partnership between Toronto FC and Hotel X has given rise to an exciting campaign, empowering users to select their preferred experiences at one of Toronto's most iconic luxury hotels. Participants have the opportunity to win an exclusive stay at Hotel X, along with tickets to a Toronto FC game. Designed a 3D model that captures the luxurious ambiance of the hotel, seamlessly incorporating it into social media posts on platforms like Instagram and Twitter.\",[g]:\"Visual Identity Design, Graphic Design, 3D Design\",[p]:'Created a captivating \"Enter to Win\" initiative in collaboration with Toronto FC and PointsBet, aimed at enhancing fan involvement through the Toronto FC mobile app. The joint effort between Toronto FC and PointsBet introduces an exciting giveaway, offering fans a chance to win a trip to Miami along with tickets to the Toronto FC vs. Miami FC game.',[h]:S({src:\"https://framerusercontent.com/images/hdBHbRCwfOtcTbgPHiYHvtcz4.jpg\",srcSet:\"https://framerusercontent.com/images/hdBHbRCwfOtcTbgPHiYHvtcz4.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/hdBHbRCwfOtcTbgPHiYHvtcz4.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/hdBHbRCwfOtcTbgPHiYHvtcz4.jpg 2000w\"},\"\"),[l]:S({src:\"https://framerusercontent.com/images/jN4bH3mjc5K70XkEajniqSy9jHU.jpg\",srcSet:\"https://framerusercontent.com/images/jN4bH3mjc5K70XkEajniqSy9jHU.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/jN4bH3mjc5K70XkEajniqSy9jHU.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/jN4bH3mjc5K70XkEajniqSy9jHU.jpg 2000w\"},\"\"),[d]:S({src:\"https://framerusercontent.com/images/ORdQ708RNOwoVVJupPBZ6NDGHL0.jpg\",srcSet:\"https://framerusercontent.com/images/ORdQ708RNOwoVVJupPBZ6NDGHL0.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/ORdQ708RNOwoVVJupPBZ6NDGHL0.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/ORdQ708RNOwoVVJupPBZ6NDGHL0.jpg 2000w\"},\"\"),[w]:\"Crafted an enter-to-win campaign for Toronto FC in collaboration with redtag.ca to enhance fan engagement through the Toronto FC mobile app. Toronto FC and redtag.ca have joined forces for a giveaway, offering participants the chance to win a $1000 travel voucher. The visual identity of the campaign seamlessly incorporates redtag's brand by aligning the shape of the airplane image on the travel tag and their logo while Toronto FC's 2023 toolkit was used as the base design.\",[u]:S({src:\"https://framerusercontent.com/images/vvMmOzrpAgUwAEhGRRnLiTOFrPQ.jpg\",srcSet:\"https://framerusercontent.com/images/vvMmOzrpAgUwAEhGRRnLiTOFrPQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/vvMmOzrpAgUwAEhGRRnLiTOFrPQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/vvMmOzrpAgUwAEhGRRnLiTOFrPQ.jpg 2000w\"},\"\"),[f]:S({src:\"https://framerusercontent.com/images/hcE9vTYF9c7LzmR4YThisOWdCFw.jpg\",srcSet:\"https://framerusercontent.com/images/hcE9vTYF9c7LzmR4YThisOWdCFw.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/hcE9vTYF9c7LzmR4YThisOWdCFw.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/hcE9vTYF9c7LzmR4YThisOWdCFw.jpg 2000w\"},\"\"),[j]:\"In every campaign, my objective was to incorporate TFC's brand identity while highlighting the distinctiveness of each partner's brand, creating excitement for the fans. The production duration for each campaign averaged between 40 to 50 hours. Notably, the PointsBet campaign garnered an impressive participation of over 5000 entries through the Toronto FC App.\",[y]:S({src:\"https://framerusercontent.com/images/Ce74sWcTKi23D9PwpNbL2jOOwQ.jpg\",srcSet:\"https://framerusercontent.com/images/Ce74sWcTKi23D9PwpNbL2jOOwQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/Ce74sWcTKi23D9PwpNbL2jOOwQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/Ce74sWcTKi23D9PwpNbL2jOOwQ.jpg 2000w\"},\"\"),[v]:S({src:\"https://framerusercontent.com/images/7YScvuZli59ytTiE3r4JL7mc5k.jpg\",srcSet:\"https://framerusercontent.com/images/7YScvuZli59ytTiE3r4JL7mc5k.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/7YScvuZli59ytTiE3r4JL7mc5k.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/7YScvuZli59ytTiE3r4JL7mc5k.jpg 2000w\"},\"\"),[b]:S({src:\"https://framerusercontent.com/images/wnoqM8DHgzfISIHPHyqYncrZ5mA.jpg\",srcSet:\"https://framerusercontent.com/images/wnoqM8DHgzfISIHPHyqYncrZ5mA.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/wnoqM8DHgzfISIHPHyqYncrZ5mA.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/wnoqM8DHgzfISIHPHyqYncrZ5mA.jpg 2000w\"},\"\")},{id:\"LwF65gOpt\",[s]:\"Visual Collection\",[o]:S({src:\"https://framerusercontent.com/images/mStMLiYNffb7T5Zrpyxtsm0usds.jpg\",srcSet:\"https://framerusercontent.com/images/mStMLiYNffb7T5Zrpyxtsm0usds.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/mStMLiYNffb7T5Zrpyxtsm0usds.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/mStMLiYNffb7T5Zrpyxtsm0usds.jpg 2000w\"},\"\"),[a]:\"A compilation of visuals derived from varaious projects, encompassing 3D modeling, campaign initiatives, virtual human, and game designs.\",[r]:\"Toronto Maple Leafs Alumni (MLSE)\",[n]:\"(2022)\",[i]:\"toronto-maple-leafs-alumni\",[c]:\"Toronto Maple Leafs Alumni Association (TMLAA) is the largest of its kind within the NHL, featuring more than 600 former players. The legacy and the culture of TMLAA has a long history and it is one of the iconic symbol in Toronto. The site features updated visuals and stories of the players who have made the Toronto Maple Leafs an iconic part of Toronto's history.\",[g]:\"3D Modeling, Animation\",[p]:\"The 3D animation uses an old hockey puck to represent the traditions and culture handed down at TMLAA. The iron parts of the old puck are made to glow divinely, representing the many shining achievements of the alumni.\",[h]:S({src:\"https://framerusercontent.com/images/Jjbwfp2x0Ztzr9QXYxlCY7pJoY.jpg\",srcSet:\"https://framerusercontent.com/images/Jjbwfp2x0Ztzr9QXYxlCY7pJoY.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/Jjbwfp2x0Ztzr9QXYxlCY7pJoY.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/Jjbwfp2x0Ztzr9QXYxlCY7pJoY.jpg 2000w\"},\"\"),[l]:S({src:\"https://framerusercontent.com/images/5uUDyLjivDnoi0WPgwpAr13sbI.jpg\",srcSet:\"https://framerusercontent.com/images/5uUDyLjivDnoi0WPgwpAr13sbI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/5uUDyLjivDnoi0WPgwpAr13sbI.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/5uUDyLjivDnoi0WPgwpAr13sbI.jpg 2000w\"},\"\"),[d]:S({src:\"https://framerusercontent.com/images/pBt6aOFZFs89dLCctjIC3n0L2M.jpg\",srcSet:\"https://framerusercontent.com/images/pBt6aOFZFs89dLCctjIC3n0L2M.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/pBt6aOFZFs89dLCctjIC3n0L2M.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/pBt6aOFZFs89dLCctjIC3n0L2M.jpg 2000w\"},\"\"),[w]:\"\",[u]:S({src:\"https://framerusercontent.com/images/6PL6HBXZlquXLwhnFnhwKb87pI.jpg\",srcSet:\"https://framerusercontent.com/images/6PL6HBXZlquXLwhnFnhwKb87pI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/6PL6HBXZlquXLwhnFnhwKb87pI.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/6PL6HBXZlquXLwhnFnhwKb87pI.jpg 2000w\"},\"\"),[f]:S({src:\"https://framerusercontent.com/images/XwBN9zMJ2KJq2Kdzb72uIh2Iby0.jpg\",srcSet:\"https://framerusercontent.com/images/XwBN9zMJ2KJq2Kdzb72uIh2Iby0.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/XwBN9zMJ2KJq2Kdzb72uIh2Iby0.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/XwBN9zMJ2KJq2Kdzb72uIh2Iby0.jpg 2000w\"},\"\"),[j]:\"\",[y]:S({src:\"https://framerusercontent.com/images/jZMHG48VqQzOAPScluwQzQ8wRw.jpg\",srcSet:\"https://framerusercontent.com/images/jZMHG48VqQzOAPScluwQzQ8wRw.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/jZMHG48VqQzOAPScluwQzQ8wRw.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/jZMHG48VqQzOAPScluwQzQ8wRw.jpg 2000w\"},\"\"),[v]:S({src:\"https://framerusercontent.com/images/hEIAcBvjypkLw5Y0fXYLDP2DPDc.jpg\",srcSet:\"https://framerusercontent.com/images/hEIAcBvjypkLw5Y0fXYLDP2DPDc.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/hEIAcBvjypkLw5Y0fXYLDP2DPDc.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/hEIAcBvjypkLw5Y0fXYLDP2DPDc.jpg 2000w\"},\"\"),[b]:S({src:\"https://framerusercontent.com/images/vJv9XjhZbhMlzoxN57jUxjSZI.jpg\",srcSet:\"https://framerusercontent.com/images/vJv9XjhZbhMlzoxN57jUxjSZI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/vJv9XjhZbhMlzoxN57jUxjSZI.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/vJv9XjhZbhMlzoxN57jUxjSZI.jpg 2000w\"},\"\")}];for(let e of C)Object.freeze(e);e(C,{iA7le3b4w:{defaultValue:\"Case study title\",displayTextArea:!1,placeholder:\"Case study title\",title:\"Title\",type:t.String},Q5up8nLDa:{title:\"Image\",type:t.ResponsiveImage},wwafp7KaW:{defaultValue:\"\",displayTextArea:!1,placeholder:\"short description here\",title:\"Description\",type:t.String},EsncWl2ka:{defaultValue:\"\",placeholder:\"Toronto Raptors (MLSE), OLG \",title:\"Client\",type:t.String},UiCz1VJ8U:{defaultValue:\"\",displayTextArea:!1,placeholder:\"2023\",title:\"Year\",type:t.String},smKKES3u5:{title:\"Slug\",type:t.String},Ks2W0pAEk:{defaultValue:\"Here will go an intro text that talks about the challenge of the project and how you solved it. Use this place to give some more information about the project.\",displayTextArea:!0,placeholder:\"Here will go an intro text that talks about the challenge of the project and how you solved it. Use this place to give some more information about the project.\",title:\"About case\",type:t.String},tpaqH7ShM:{title:\"Link\",type:t.Link},nz8RgaTyY:{defaultValue:\"Art direction, Web design, Interaction design\",placeholder:\"Art direction, Web design, Interaction design\",title:\"Services\",type:t.String},PuoC9x8e6:{defaultValue:\"\",displayTextArea:!0,placeholder:\"Short Design Process Here\",title:\"Design\",type:t.String},vU23wwZfS:{title:\"Image 2\",type:t.ResponsiveImage},cyLU4y0uu:{title:\"Image 3\",type:t.ResponsiveImage},P6fyGs6OD:{title:\"Image 4\",type:t.ResponsiveImage},oucn1IlZz:{defaultValue:\"\",displayTextArea:!0,placeholder:\"design more\",title:\"Design 2\",type:t.String},PQcvxV58C:{title:\"Image 5\",type:t.ResponsiveImage},BxYSWPESQ:{title:\"Image 6\",type:t.ResponsiveImage},CYXXEdux_:{defaultValue:\"\",displayTextArea:!0,title:\"Design 3\",type:t.String},pRD1ex8hy:{title:\"Image 7\",type:t.ResponsiveImage},U10HUDA9I:{title:\"Image 8\",type:t.ResponsiveImage},w9PLOWhCM:{title:\"Image 9\",type:t.ResponsiveImage}}),C.displayName=\"Case studies\";export default C;export const enumToDisplayNameFunctions={};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerData\":\"\",\"framerRecordIdKey\":\"id\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerSlug\":\"smKKES3u5\",\"framerContractVersion\":\"1\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-300\",\"GF;Inter-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}];export const css=['.framer-vXD0B .framer-styles-preset-1wml6uu:not(.rich-text-wrapper), .framer-vXD0B .framer-styles-preset-1wml6uu.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 22px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1499px) and (min-width: 1200px) { .framer-vXD0B .framer-styles-preset-1wml6uu:not(.rich-text-wrapper), .framer-vXD0B .framer-styles-preset-1wml6uu.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.1px; --framer-line-height: 24px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 0px) { .framer-vXD0B .framer-styles-preset-1wml6uu:not(.rich-text-wrapper), .framer-vXD0B .framer-styles-preset-1wml6uu.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 22px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-vXD0B\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c747e62)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-300\",\"GF;Inter-600\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZ1rib2Bg-4.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"}]}];export const css=['.framer-y1mQv .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-y1mQv .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-letter-spacing: 0.1px; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1499px) and (min-width: 1200px) { .framer-y1mQv .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-y1mQv .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-letter-spacing: 0px; --framer-line-height: 32px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 0px) { .framer-y1mQv .framer-styles-preset-1i23mjo:not(.rich-text-wrapper), .framer-y1mQv .framer-styles-preset-1i23mjo.rich-text-wrapper h2 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 300; --framer-font-weight-bold: 600; --framer-letter-spacing: -0.1px; --framer-line-height: 18px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-de4c915e-fcdc-4fed-b221-a1c95aedf936, #474747); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-y1mQv\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "withCursorFollow", "Component", "props", "ref", "pe", "isHovering", "setIsHovering", "ye", "position", "setPosition", "ue", "handleMouseMove", "e", "isHovered", "parentRect", "elementRect", "window", "p", "ImageWithCursorFollow", "withCursorFollow", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "description", "height", "id", "image", "link", "title", "width", "year", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W5200pcdy", "L5lWAR8u7", "yf4ApOEmL", "b0sCx3k4V", "QfOAVZTUi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerLWFByBo5x", "withCSS", "LWFByBo5x_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "s", "o", "a", "r", "n", "i", "c", "m", "g", "p", "h", "l", "d", "w", "u", "f", "j", "y", "v", "b", "S", "e", "t", "C", "addPropertyControls", "ControlType", "FMbTQqhDu_default", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
