{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2zBbjgKGembJScRjgHLR/92nmUUfoNnJr9UeCD7Ff/Animated_Numbers.js", "ssg:https://framerusercontent.com/modules/gChNUmQl3JCyvu4NU1TQ/Ho6BC1BMuHDM8lEHfho8/lTkDVr6P9.js", "ssg:https://framerusercontent.com/modules/zcxVefHhLBa58TdYAKkq/ZmHoS6CoLqLnE9vjmOA5/YgLU0LhRZ.js", "ssg:https://framerusercontent.com/modules/taNXgpKhANI7Jwk6TTBU/cCjyYrsoNYJvr6Kfpp2U/ROVhDximk.js"],
  "sourcesContent": ["// Animated Numbers - Component Description:\n// This component animates numbers between a start and end value, with the following customizable features:\n// - Start Number: Define the starting number for the animation.\n// - End Number: Define the ending number for the animation.\n// - Speed: Set the duration of the animation.\n// - Font: Choose from extended font options (font family, size, weight, line height).\n// - Font Color: Customize the text color.\n// - Text Alignment: Align the text (left, center, or right).\n// The animation triggers when the component becomes visible in the viewport.\n// Created by Tamas from Framerpod with ChatGPT.\n// Free to use :-)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion,animate,useInView}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function AnimatedNumber(props){const{startNumber,endNumber,speed,font,fontColor,textAlign}=props;const[currentNumber,setCurrentNumber]=useState(startNumber);const ref=useRef(null);const isInView=useInView(ref,{once:true});useEffect(()=>{if(isInView){const controls=animate(startNumber,endNumber,{duration:speed,onUpdate(value){setCurrentNumber(Math.floor(value));}});return()=>controls.stop()// Cleanup on unmount\n;}},[isInView,startNumber,endNumber,speed]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,style:{...font,color:fontColor,textAlign},children:currentNumber});}AnimatedNumber.defaultProps={startNumber:0,endNumber:100,speed:2,font:{fontFamily:\"Inter\",fontWeight:\"Regular\",fontSize:16,lineHeight:\"1.5em\"},fontColor:\"#000\",textAlign:\"center\"};addPropertyControls(AnimatedNumber,{startNumber:{type:ControlType.Number,title:\"Start Number\",defaultValue:0},endNumber:{type:ControlType.Number,title:\"End Number\",defaultValue:100},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:2,min:.1,max:10,step:.1},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#000\"},textAlign:{type:ControlType.Enum,title:\"Text Align\",description:\"Code by [Framerpod](https://www.framerpod.com).\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"AnimatedNumber\":{\"type\":\"reactComponent\",\"name\":\"AnimatedNumber\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animated_Numbers.map", "// Generated by Framer (2fef4c5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-JEhtI .framer-styles-preset-vc64m9:not(.rich-text-wrapper), .framer-JEhtI .framer-styles-preset-vc64m9.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"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-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JEhtI .framer-styles-preset-vc64m9:not(.rich-text-wrapper), .framer-JEhtI .framer-styles-preset-vc64m9.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"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-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JEhtI .framer-styles-preset-vc64m9:not(.rich-text-wrapper), .framer-JEhtI .framer-styles-preset-vc64m9.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"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-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.02em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-JEhtI\";\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\"}}}", "// Generated by Framer (2a6858f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-xZmXD .framer-styles-preset-ysgx3d:not(.rich-text-wrapper), .framer-xZmXD .framer-styles-preset-ysgx3d.rich-text-wrapper a { --framer-link-current-text-color: var(--token-0ba61dcc-4c97-46db-aef7-89db5605822d, #000000); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-779a1ba8-0316-46c9-9463-7c97d68bf0fd, #999999); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, #4d4d4d); --framer-link-text-decoration: none; transition: color 0.5s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-xZmXD\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{AnimatedNumber}from\"https://framerusercontent.com/modules/2zBbjgKGembJScRjgHLR/92nmUUfoNnJr9UeCD7Ff/Animated_Numbers.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import GetTemplate from\"https://framerusercontent.com/modules/PjJAeWLmI91BThhNxkki/X29RsK0ht9ySOcN7iD93/ztIC8OR6U.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import ComponentsNavigation from\"#framer/local/canvasComponent/Am64dxw8X/Am64dxw8X.js\";import CardsProjectCard from\"#framer/local/canvasComponent/cR4zY4def/cR4zY4def.js\";import ButtonsBtnNavigation from\"#framer/local/canvasComponent/DDLYzJ_G6/DDLYzJ_G6.js\";import ComponentsBookACall from\"#framer/local/canvasComponent/DvRZs4_SV/DvRZs4_SV.js\";import Footer from\"#framer/local/canvasComponent/N3knqLmla/N3knqLmla.js\";import ComponentsCursors from\"#framer/local/canvasComponent/QzRb71kAI/QzRb71kAI.js\";import Works from\"#framer/local/collection/gbHgEUu_o/gbHgEUu_o.js\";import*as sharedStyle1 from\"#framer/local/css/E_Ivj8h8W/E_Ivj8h8W.js\";import*as sharedStyle11 from\"#framer/local/css/EdVMVExsG/EdVMVExsG.js\";import*as sharedStyle7 from\"#framer/local/css/KO1x3Ayjw/KO1x3Ayjw.js\";import*as sharedStyle8 from\"#framer/local/css/LqFv966fz/LqFv966fz.js\";import*as sharedStyle6 from\"#framer/local/css/lTkDVr6P9/lTkDVr6P9.js\";import*as sharedStyle9 from\"#framer/local/css/NxIsvBfUr/NxIsvBfUr.js\";import*as sharedStyle13 from\"#framer/local/css/Qu6_gXf9D/Qu6_gXf9D.js\";import*as sharedStyle3 from\"#framer/local/css/QuOM12v6c/QuOM12v6c.js\";import*as sharedStyle from\"#framer/local/css/vNqtphakN/vNqtphakN.js\";import*as sharedStyle10 from\"#framer/local/css/VwaYvnh0u/VwaYvnh0u.js\";import*as sharedStyle5 from\"#framer/local/css/Y7uiNoarz/Y7uiNoarz.js\";import*as sharedStyle12 from\"#framer/local/css/YgLU0LhRZ/YgLU0LhRZ.js\";import*as sharedStyle4 from\"#framer/local/css/yOu_n5mzu/yOu_n5mzu.js\";import*as sharedStyle2 from\"#framer/local/css/yWKRTLhQZ/yWKRTLhQZ.js\";import metadataProvider from\"#framer/local/webPageMetadata/ROVhDximk/ROVhDximk.js\";const GetTemplateFonts=getFonts(GetTemplate);const GetTemplateWithVariantAppearEffect=withVariantAppearEffect(GetTemplate);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SmoothScrollFonts=getFonts(SmoothScroll);const ComponentsNavigationFonts=getFonts(ComponentsNavigation);const MotionDivWithFX=withFX(motion.div);const FeatherFonts=getFonts(Feather);const ContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Container));const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const VideoFonts=getFonts(Video);const AnimatedNumberFonts=getFonts(AnimatedNumber);const ContainerWithFX=withFX(Container);const CardsProjectCardFonts=getFonts(CardsProjectCard);const ButtonsBtnNavigationFonts=getFonts(ButtonsBtnNavigation);const ComponentsBookACallFonts=getFonts(ComponentsBookACall);const FooterFonts=getFonts(Footer);const FooterWithVariantAppearEffect=withVariantAppearEffect(Footer);const ComponentsCursorsFonts=getFonts(ComponentsCursors);const breakpoints={bgXtvhCd1:\"(min-width: 1200px)\",J39vt8uiI:\"(min-width: 810px) and (max-width: 1199px)\",Pb4HewxV4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gihsy\";const variantClassNames={bgXtvhCd1:\"framer-v-mtmso1\",J39vt8uiI:\"framer-v-1hec02z\",Pb4HewxV4:\"framer-v-10u1zmh\"};const transition1={delay:2,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};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:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-110};const transition3={damping:30,delay:1,mass:1,stiffness:200,type:\"spring\"};const transition4={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:-110};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition5={delay:.7,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition6={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.2,skewX:0,skewY:0,x:0,y:-33};const transition7={bounce:.2,delay:.6,duration:1,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation9={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition8={bounce:0,delay:.03,duration:1,type:\"spring\"};const textEffect={effect:animation9,repeat:false,startDelay:.1,threshold:.5,tokenization:\"word\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:90,scale:1,skewX:0,skewY:0,x:0,y:0};const transition9={delay:.02,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const textEffect1={effect:animation10,repeat:false,startDelay:.2,threshold:.5,tokenization:\"character\",transition:transition9,trigger:\"onInView\",type:\"appear\"};const textEffect2={effect:animation9,repeat:false,startDelay:.3,threshold:.5,tokenization:\"word\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const textEffect3={effect:animation9,repeat:false,startDelay:.4,threshold:.5,tokenization:\"word\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const transition10={bounce:0,delay:.02,duration:.8,type:\"spring\"};const textEffect4={effect:animation9,repeat:false,startDelay:.4,threshold:.5,tokenization:\"word\",transition:transition10,trigger:\"onInView\",type:\"appear\"};const transition11={bounce:0,delay:.03,duration:.6,type:\"spring\"};const textEffect5={effect:animation9,repeat:false,startDelay:.6,threshold:.5,tokenization:\"word\",transition:transition11,trigger:\"onInView\",type:\"appear\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition12={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const transition13={delay:0,duration:1.2,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const transition14={delay:.2,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const transition15={bounce:0,delay:0,duration:.6,type:\"spring\"};const textEffect6={effect:animation9,repeat:false,startDelay:.1,threshold:.5,tokenization:\"element\",transition:transition15,trigger:\"onInView\",type:\"appear\"};const textEffect7={effect:animation9,repeat:false,startDelay:.2,threshold:.5,tokenization:\"element\",transition:transition15,trigger:\"onInView\",type:\"appear\"};const textEffect8={effect:animation9,repeat:true,startDelay:.2,threshold:.5,tokenization:\"element\",transition:transition15,trigger:\"onInView\",type:\"appear\"};const animation13={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition16={bounce:0,delay:0,duration:1,type:\"spring\"};const textEffect9={effect:animation13,repeat:false,startDelay:.1,threshold:.5,tokenization:\"element\",transition:transition16,trigger:\"onInView\",type:\"appear\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const transition17={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition18={bounce:.2,delay:.1,duration:2,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition18,x:0,y:100};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition19={bounce:.2,delay:0,duration:.7,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition19,x:0,y:50};const textEffect10={effect:animation9,repeat:false,startDelay:.2,threshold:.5,tokenization:\"word\",transition:transition10,trigger:\"onInView\",type:\"appear\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition20={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition20,x:0,y:0};const animation20={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition21={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-10,y:0};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition22={delay:1.3,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation22={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition22,x:0,y:0};const animation23={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Laptop:\"bgXtvhCd1\",Phone:\"Pb4HewxV4\",Tablet:\"J39vt8uiI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bgXtvhCd1\"};};const cursor={component:ComponentsCursors,variant:\"ACMv8r70K\"};const cursor1={component:ComponentsCursors,variant:\"le1o2bq50\"};const cursor2={component:ComponentsCursors,variant:\"apNBSG_6R\"};const cursor3={component:ComponentsCursors,variant:\"VMQwepbCR\"};const cursor4={component:ComponentsCursors,variant:\"yctul_CuG\"};const cursor5={component:ComponentsCursors,variant:\"dIAZfYyk6\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"ROVhDximk\",data:Works,type:\"Collection\"},select:[{collection:\"ROVhDximk\",name:\"Fn11UNPqg\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"LX_LbEWOm\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"TuZJe163W\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"MqS8_9IPU\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"Y2v5oLrLT\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"IRXCHPzpS\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"BOYpBJMrK\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"RR44sh5rP\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"H6aF5Eq1E\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"FzfYjsAjA\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"BbneEldZU\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"n7Xdi0e8f\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"yIF8dpdPu\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"XEZW4Gzhs\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"rqZSVrvK7\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"kRAiAEZFG\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"PoaxrOuxY\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"XBu_Rg06B\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"bhKAXd3ii\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"H4k33O_Lo\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"zpjRlrvwZ\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"J2wulRQTS\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"cb7uoy2Jm\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"hBNl0e7hI\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"z5woXSVWG\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"UXRES5PH0\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"qHnsadBSQ\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"OBycCjX8Y\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"q20WNEmvP\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"vK8P5E4en\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"ZvwbmeDM_\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"At3EQJ1Kn\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"TUTdIMPe7\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"fS7R3bEfs\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"Gks2ZoklM\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"Q599Z5r7N\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"CEYn7grwe\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"o11_pMW0v\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"k8RFEosl4\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"jAWGN7kly\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"yk3E6NII7\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"VOIM1olEV\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"ShVQ9l3mL\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"Tuntw32Pv\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"aq8456iSd\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"TUBFBKm3q\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"RYtYL1sVn\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"AVajUgH99\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"ha3AkFiI5\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"k49jIusKR\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"YyJaNnOCy\",type:\"Identifier\"},{collection:\"ROVhDximk\",name:\"jkVOsFSCr\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ROVhDximk\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,TuZJe163W=getFromCurrentRouteData(\"TuZJe163W\"),Y2v5oLrLT=getFromCurrentRouteData(\"Y2v5oLrLT\")??\"\",MqS8_9IPU=getFromCurrentRouteData(\"MqS8_9IPU\")??\"\",IRXCHPzpS=getFromCurrentRouteData(\"IRXCHPzpS\")??\"\",BOYpBJMrK=getFromCurrentRouteData(\"BOYpBJMrK\")??\"\",RR44sh5rP=getFromCurrentRouteData(\"RR44sh5rP\")??\"\",H6aF5Eq1E=getFromCurrentRouteData(\"H6aF5Eq1E\")??\"\",FzfYjsAjA=getFromCurrentRouteData(\"FzfYjsAjA\"),BbneEldZU=getFromCurrentRouteData(\"BbneEldZU\"),n7Xdi0e8f=getFromCurrentRouteData(\"n7Xdi0e8f\")??\"\",yIF8dpdPu=getFromCurrentRouteData(\"yIF8dpdPu\")??\"\",XEZW4Gzhs=getFromCurrentRouteData(\"XEZW4Gzhs\")??\"\",rqZSVrvK7=getFromCurrentRouteData(\"rqZSVrvK7\")??\"\",kRAiAEZFG=getFromCurrentRouteData(\"kRAiAEZFG\")??\"\",PoaxrOuxY=getFromCurrentRouteData(\"PoaxrOuxY\"),XBu_Rg06B=getFromCurrentRouteData(\"XBu_Rg06B\")??\"\",bhKAXd3ii=getFromCurrentRouteData(\"bhKAXd3ii\")??\"\",H4k33O_Lo=getFromCurrentRouteData(\"H4k33O_Lo\")??\"\",zpjRlrvwZ=getFromCurrentRouteData(\"zpjRlrvwZ\")??\"\",J2wulRQTS=getFromCurrentRouteData(\"J2wulRQTS\")??\"\",cb7uoy2Jm=getFromCurrentRouteData(\"cb7uoy2Jm\")??\"\",hBNl0e7hI=getFromCurrentRouteData(\"hBNl0e7hI\"),z5woXSVWG=getFromCurrentRouteData(\"z5woXSVWG\"),UXRES5PH0=getFromCurrentRouteData(\"UXRES5PH0\"),qHnsadBSQ=getFromCurrentRouteData(\"qHnsadBSQ\")??\"\",OBycCjX8Y=getFromCurrentRouteData(\"OBycCjX8Y\")??\"\",vK8P5E4en=getFromCurrentRouteData(\"vK8P5E4en\")??\"\",ZvwbmeDM_=getFromCurrentRouteData(\"ZvwbmeDM_\")??\"\",At3EQJ1Kn=getFromCurrentRouteData(\"At3EQJ1Kn\")??\"\",TUTdIMPe7=getFromCurrentRouteData(\"TUTdIMPe7\")??\"\",q20WNEmvP=getFromCurrentRouteData(\"q20WNEmvP\")??\"\",fS7R3bEfs=getFromCurrentRouteData(\"fS7R3bEfs\")??\"\",Gks2ZoklM=getFromCurrentRouteData(\"Gks2ZoklM\"),Q599Z5r7N=getFromCurrentRouteData(\"Q599Z5r7N\"),CEYn7grwe=getFromCurrentRouteData(\"CEYn7grwe\"),o11_pMW0v=getFromCurrentRouteData(\"o11_pMW0v\"),k8RFEosl4=getFromCurrentRouteData(\"k8RFEosl4\"),jAWGN7kly=getFromCurrentRouteData(\"jAWGN7kly\")??\"\",yk3E6NII7=getFromCurrentRouteData(\"yk3E6NII7\")??\"\",VOIM1olEV=getFromCurrentRouteData(\"VOIM1olEV\")??\"\",ShVQ9l3mL=getFromCurrentRouteData(\"ShVQ9l3mL\")??\"\",Tuntw32Pv=getFromCurrentRouteData(\"Tuntw32Pv\")??\"\",aq8456iSd=getFromCurrentRouteData(\"aq8456iSd\")??\"\",TUBFBKm3q=getFromCurrentRouteData(\"TUBFBKm3q\")??\"\",RYtYL1sVn=getFromCurrentRouteData(\"RYtYL1sVn\")??0,AVajUgH99=getFromCurrentRouteData(\"AVajUgH99\")??0,ha3AkFiI5=getFromCurrentRouteData(\"ha3AkFiI5\")??\"\",k49jIusKR=getFromCurrentRouteData(\"k49jIusKR\")??0,YyJaNnOCy=getFromCurrentRouteData(\"YyJaNnOCy\")??0,jkVOsFSCr=getFromCurrentRouteData(\"jkVOsFSCr\")??\"\",Fn11UNPqgwUvzOP0ak,TuZJe163WwUvzOP0ak,MqS8_9IPUwUvzOP0ak,Y2v5oLrLTwUvzOP0ak,IRXCHPzpSwUvzOP0ak,idwUvzOP0ak,LX_LbEWOm=getFromCurrentRouteData(\"LX_LbEWOm\")??0,Fn11UNPqg=getFromCurrentRouteData(\"Fn11UNPqg\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"UzxGrLgIh\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"v6z7Kvpyd\");const ref2=React.useRef(null);const router=useRouter();const visible=isSet(TuZJe163W);const elementId2=useRouteElementId(\"ULlb_5HDa\");const ref3=React.useRef(null);const ref4=React.useRef(null);const elementId3=useRouteElementId(\"nA4tvg7TC\");const visible1=isSet(FzfYjsAjA);const visible2=isSet(BbneEldZU);const visible3=isSet(n7Xdi0e8f);const visible4=isSet(kRAiAEZFG);const visible5=isSet(PoaxrOuxY);const visible6=isSet(zpjRlrvwZ);const visible7=isSet(hBNl0e7hI);const visible8=isSet(z5woXSVWG);const visible9=isSet(UXRES5PH0);const visible10=isSet(qHnsadBSQ);const visible11=isSet(OBycCjX8Y);const visible12=isSet(vK8P5E4en);const visible13=isSet(ZvwbmeDM_);const visible14=isSet(At3EQJ1Kn);const visible15=isSet(TUTdIMPe7);const visible16=isSet(Gks2ZoklM);const visible17=isSet(Q599Z5r7N);const visible18=isSet(CEYn7grwe);const visible19=isSet(o11_pMW0v);const visible20=isSet(jAWGN7kly);const visible21=isSet(yk3E6NII7);const visible22=isSet(VOIM1olEV);const visible23=isSet(TUBFBKm3q);const visible24=isSet(ha3AkFiI5);const visible25=isSet(jkVOsFSCr);const elementId4=useRouteElementId(\"QCqqwHeU7\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"l3eOjLmCP\");const ref6=React.useRef(null);useCustomCursors({\"12cj42j\":cursor5,\"1ayqqli\":cursor1,kahto6:cursor2,tk2pcc:cursor3,ucrvko:cursor4,xynmh3:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bgXtvhCd1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-mtmso1\",className),\"data-framer-cursor\":\"xynmh3\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7d9u4h\",\"data-framer-name\":\"top\",id:elementId,ref:ref1}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"142px\",y:901,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-u4crr9-container\",\"data-framer-appear-id\":\"u4crr9\",initial:animation1,isModuleExternal:true,layoutScroll:true,nodeId:\"MAnBibntY\",optimized:true,rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(GetTemplateWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"MAnBibntY\",layoutId:\"MAnBibntY\",style:{height:\"100%\",width:\"100%\"},variant:\"t5Qmuw40i\",width:\"100%\",WZglYKE0H:\"https://framerpod.lemonsqueezy.com/buy/c4b18e5e-cea6-4a54-af17-c59b334ed367\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dyyyi5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ktNxeabpq\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ktNxeabpq\",intensity:10,layoutId:\"ktNxeabpq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"nav\",{className:\"framer-h0ly2k\",\"data-framer-name\":\"Navigation\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Yp1au__gv\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined},{href:{hash:\":xHGBAHHNY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"fCH0WrJL6\"},implicitPathVariables:undefined},{href:{hash:\":Yp1au__gv\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined},{href:{hash:\":xHGBAHHNY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"fCH0WrJL6\"},implicitPathVariables:undefined},{href:{hash:\":Yp1au__gv\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined},{href:{hash:\":xHGBAHHNY\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"fCH0WrJL6\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{y:5},Pb4HewxV4:{y:-5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(100vw, ${componentViewport?.width||\"100vw\"})`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3s8cu9-container\",\"data-framer-name\":\"Navigation Bar\",name:\"Navigation Bar\",nodeId:\"XTJzgX3fn\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{j3CHSFSUa:resolvedLinks[5],Ka4I_SXCt:resolvedLinks[7],lJ88FiWB_:resolvedLinks[6],OcMm96XuK:resolvedLinks[4],variant:\"T2qQrmnDu\"},Pb4HewxV4:{j3CHSFSUa:resolvedLinks[9],Ka4I_SXCt:resolvedLinks[11],lJ88FiWB_:resolvedLinks[10],OcMm96XuK:resolvedLinks[8],variant:\"ByQTgjmYK\"}},children:/*#__PURE__*/_jsx(ComponentsNavigation,{height:\"100%\",hT_q2Bqu_:\"mailto:hello@markashton.com\",id:\"XTJzgX3fn\",j3CHSFSUa:resolvedLinks[1],Ka4I_SXCt:resolvedLinks[3],layoutId:\"XTJzgX3fn\",lJ88FiWB_:resolvedLinks[2],name:\"Navigation Bar\",OcMm96XuK:resolvedLinks[0],RpQ1002rf:\"linkedin.com\",RUc77AO2h:\"twitter.com\",style:{width:\"100%\"},variant:\"ZZKO2QmrQ\",width:\"100%\",XhentpVOP:\"instagram.com\"})})})})})})}),visible&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-edvu21\",\"data-framer-name\":\"Hero\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__parallaxTransformEnabled:undefined,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsxs(ImageWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:90,__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:90,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(TuZJe163W)},className:\"framer-t6tvdq\",\"data-framer-appear-id\":\"t6tvdq\",\"data-framer-name\":\"Hero Image\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g5encu\",\"data-framer-name\":\"Fader\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation4,__framer__exit:animation5,__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-2vdl3x\",\"data-framer-name\":\"Discover\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8uxpzd\",\"data-styles-preset\":\"vNqtphakN\",style:{\"--framer-text-color\":\"var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, rgb(255, 255, 255))\"},children:\"DISCOVER PROJECT\"})}),className:\"framer-jyrw1q\",fonts:[\"Inter\"],style:{rotate:-90},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation6},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r75jn4\",\"data-framer-name\":\"Arrow\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFXWithOptimizedAppearEffect,{__framer__loop:animation7,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,animate:animation8,className:\"framer-1ieunag-container\",\"data-framer-appear-id\":\"1ieunag\",initial:animation1,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BqwWYKlCj\",optimized:true,rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-down\",id:\"BqwWYKlCj\",layoutId:\"BqwWYKlCj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-5wwjeg\",\"data-framer-name\":\"Project\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19lqr4d\",\"data-framer-name\":\"S1-Introduction\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b869ip\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fnq3a3\",\"data-framer-name\":\"Project Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kqqw4x\",\"data-framer-name\":\"Project Titles\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9kchow\",\"data-styles-preset\":\"E_Ivj8h8W\",style:{\"--framer-text-color\":\"var(--token-779a1ba8-0316-46c9-9463-7c97d68bf0fd, rgb(153, 153, 153))\"},children:\"Content\"})}),className:\"framer-1fj0hci\",\"data-framer-name\":\"Client\",effect:textEffect,fonts:[\"Inter\"],text:Y2v5oLrLT,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14lj9nx\",\"data-styles-preset\":\"yWKRTLhQZ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"Content\"})}),className:\"framer-1mx3fdn\",\"data-framer-name\":\"Project Title\",effect:textEffect1,fonts:[\"Inter\"],text:MqS8_9IPU,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-10q3qjb\",\"data-styles-preset\":\"QuOM12v6c\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"Content\"})}),className:\"framer-1omds8i\",\"data-framer-name\":\"Subtitle\",effect:textEffect2,fonts:[\"Inter\"],text:IRXCHPzpS,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14h6yom\",\"data-border\":true,\"data-framer-name\":\"Release Date\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9kchow\",\"data-styles-preset\":\"E_Ivj8h8W\",style:{\"--framer-text-color\":\"var(--token-779a1ba8-0316-46c9-9463-7c97d68bf0fd, rgb(153, 153, 153))\"},children:\"Content\"})}),className:\"framer-13fjyxu\",\"data-framer-name\":\"Release Date\",effect:textEffect3,fonts:[\"Inter\"],text:BOYpBJMrK,verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d0jd4l\",\"data-framer-name\":\"Short Introduction\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-7l2ojn\",\"data-styles-preset\":\"yOu_n5mzu\",style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"\u2014 Last Journey to Mars is a gripping sci-fi that explores the challenges and triumphs of humanity's final expedition to the Red Planet. As the lead 3D motion visual designer, I played a key role in bringing Cryo Studios' ambitious vision to life with cutting-edge CGI and breathtaking visual effects.\"})}),className:\"framer-1v4lp06\",\"data-framer-name\":\"Introduction\",effect:textEffect4,fonts:[\"Inter\"],text:RR44sh5rP,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-if18x8\",\"data-border\":true,\"data-framer-name\":\"Roles\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rvi5tt\",\"data-styles-preset\":\"Y7uiNoarz\",style:{\"--framer-text-color\":\"var(--token-779a1ba8-0316-46c9-9463-7c97d68bf0fd, rgb(153, 153, 153))\"},children:\"SERVICES\"})}),className:\"framer-18br6nz\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rvi5tt\",\"data-styles-preset\":\"Y7uiNoarz\",style:{\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:\"Content\"})}),className:\"framer-zlaw0h\",\"data-framer-name\":\"Roles, tasks\",effect:textEffect5,fonts:[\"Inter\"],text:H6aF5Eq1E,verticalAlignment:\"top\",withExternalLayout:true})]})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q18edh\",\"data-framer-name\":\"S1-Featured Images\",children:[visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(FzfYjsAjA)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(FzfYjsAjA)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(FzfYjsAjA)},className:\"framer-1y3aseq\",\"data-framer-name\":\"Featured Image 01\"})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(BbneEldZU)}},Pb4HewxV4:{__framer__animate:{transition:transition12},background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(BbneEldZU)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(BbneEldZU)},className:\"framer-1y3r8sx\",\"data-framer-name\":\"Featured Image 02\"})})]}),visible3&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-vuy86f\",\"data-framer-name\":\"S2-Overview\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s3bayb\",\"data-framer-name\":\"Overview Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s9audy\",\"data-framer-name\":\"Left Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12pbzhl\",\"data-border\":true,\"data-framer-name\":\"Project Overview Label\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"PROJECT OVERVIEW\"})}),className:\"framer-160xp8j\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],text:n7Xdi0e8f,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t7fdgq\",\"data-framer-name\":\"Project Objectives\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ly18bc\",\"data-styles-preset\":\"KO1x3Ayjw\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"The project demanded the highest standards of realism and technical precision to meet Cryo Studios' rigorous production requirements.\"})})}),className:\"framer-5h13m9\",\"data-framer-name\":\"Objectives\",effect:textEffect6,fonts:[\"Inter\",\"Inter-Italic\"],text:yIF8dpdPu,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18kl74r\",\"data-framer-name\":\"Right Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hukbcf\",\"data-framer-name\":\"Project Brief\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-10q3qjb\",\"data-styles-preset\":\"QuOM12v6c\",style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"The objective for Last Journey to Mars was to create a visually stunning and scientifically accurate portrayal of a manned mission to Mars. The goal was to immerse audiences in the perilous journey and the alien landscapes of the Red Planet.\"})}),className:\"framer-5zdeza\",\"data-framer-name\":\"Brief Intro\",effect:textEffect6,fonts:[\"Inter\"],text:XEZW4Gzhs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xf0cgq\",\"data-border\":true,\"data-framer-name\":\"Overview\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"This project required an intricate approach to design, ensuring every element\u2014from the spacecraft and tools to the Martian terrain\u2014was meticulously crafted to enhance the storytelling. My tasks included conceptualizing and creating 3D models, characters, and scenes that captured the essence of space exploration.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"Working closely with the director and production team, we aimed to integrate realistic visual effects with live-action footage seamlessly. The result was an immersive and believable depiction of the Martian environment that drew viewers into the story.\"})]})}),className:\"framer-qc3p4g\",\"data-framer-name\":\"Brief Details\",effect:textEffect7,fonts:[\"Inter\"],text:rqZSVrvK7,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),visible4&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xr1dwa\",\"data-framer-name\":\"S3-Approach\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cznsac\",\"data-framer-name\":\"Approach Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-151n16v\",\"data-framer-name\":\"Approach Left \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ebsrp\",\"data-border\":true,\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"Approach\"})}),className:\"framer-7z1st7\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],text:kRAiAEZFG,verticalAlignment:\"top\",withExternalLayout:true})}),visible5&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ofub4o\",\"data-framer-name\":\"Approach Image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13c8i4z\",\"data-framer-name\":\"Image + Title\",children:[visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,...toResponsiveImage(PoaxrOuxY),...{positionX:\"center\",positionY:\"top\"}}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,...toResponsiveImage(PoaxrOuxY),...{positionX:\"center\",positionY:\"top\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.7), 1200px) - 80px)`,...toResponsiveImage(PoaxrOuxY),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-ociphd\",\"data-framer-name\":\"Approach Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Content\"})})}),className:\"framer-158qers\",\"data-framer-name\":\"Title\",effect:textEffect8,fonts:[\"Inter\",\"Inter-Italic\"],text:XBu_Rg06B,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vkzsns\",\"data-framer-name\":\"Approach Right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1phn157\",\"data-framer-name\":\"Approach Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-10q3qjb\",\"data-styles-preset\":\"QuOM12v6c\",style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"The challenge of depicting Mars and space exploration required a blend of scientific accuracy and creative artistry. My approach combined these elements to push the boundaries of 3D design and visual effects.\"})}),className:\"framer-pctdan\",\"data-framer-name\":\"Approach Intro\",effect:textEffect6,fonts:[\"Inter\"],text:bhKAXd3ii,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p2ql3h\",\"data-border\":true,\"data-framer-name\":\"Approach\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",children:/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:[\"I started with extensive research on Mars, studying its geography, atmosphere, and potential challenges for human exploration. This research informed the development of concept art and 3D models, ensuring accuracy and visual appeal. Collaborative sessions with the production team helped refine these concepts, aligning them with the film's narrative and aesthetic.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Next, I focused on integrating these models into dynamic scenes using advanced visual effects techniques. Leveraging the latest software, I created realistic textures and lighting that brought the Martian landscape to life. The careful attention to detail ensured each scene was both scientifically plausible and visually captivating.\"]})})}),className:\"framer-z60kpe\",\"data-framer-name\":\"Approach Details\",effect:textEffect7,fonts:[\"Inter\"],text:H4k33O_Lo,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-12b8ay\",\"data-framer-name\":\"S4-Process\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dvswws\",\"data-framer-name\":\"Process Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fabx6q\",\"data-framer-name\":\"Left Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ox7xta\",\"data-border\":true,\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"PROCESS\"})}),className:\"framer-4bam9\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],text:zpjRlrvwZ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ouvczp\",\"data-framer-name\":\"Process Intro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ly18bc\",\"data-styles-preset\":\"KO1x3Ayjw\",style:{\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:\"My design process was a careful balance of creativity, technical skills, and collaboration. Each stage was meticulously planned and executed to achieve the highest quality results.\"})}),className:\"framer-13mblik\",\"data-framer-name\":\"Process Intro\",effect:textEffect6,fonts:[\"Inter\"],text:J2wulRQTS,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hjb9p6\",\"data-framer-name\":\"Right Column\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lx1qsf\",\"data-framer-name\":\"Process Details\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"The process began with creating detailed mood boards and sketches to visualize the Martian environment and mission elements. This was followed by the development of 3D models and textures, incorporating feedback from the production team to refine and perfect each design.\"}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"Throughout the project, constant communication with the team was essential. This iterative process of design and feedback ensured the final product met the high standards set for the film. The integration of visual effects was carefully managed to blend seamlessly with live-action footage, resulting in a stunning cinematic experience.\"})]})}),className:\"framer-1hnjf09\",\"data-framer-name\":\"Process Details\",effect:textEffect9,fonts:[\"Inter\"],text:cb7uoy2Jm,verticalAlignment:\"top\",withExternalLayout:true})})})]})}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ysnoc\",\"data-framer-name\":\"S4-Process Images\",children:[visible7&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(hBNl0e7hI)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(hBNl0e7hI)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(hBNl0e7hI)},className:\"framer-1360rzz\",\"data-framer-name\":\"Process Image 01\"})}),visible8&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(z5woXSVWG)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(z5woXSVWG)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(z5woXSVWG)},className:\"framer-7g9fah\",\"data-framer-name\":\"Process Image 02\"})}),visible9&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(UXRES5PH0)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(UXRES5PH0)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(UXRES5PH0)},className:\"framer-1t9jlvr\",\"data-framer-name\":\"Process Image 02\"})})]}),visible10&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-fj9xfi\",\"data-framer-name\":\"S4-Design Philosophy\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-u1k0oo\",\"data-styles-preset\":\"NxIsvBfUr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:\"Blanc 4's rebranding centered on crafting a modern, dynamic identity that reflects its innovative spirit, with each design element contributing to a cohesive and recognizable brand\"})}),className:\"framer-1qqxqla\",\"data-framer-name\":\"Design Philosophy\",fonts:[\"Inter\"],text:qHnsadBSQ,verticalAlignment:\"top\",withExternalLayout:true})}),visible11&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1campkt\",\"data-framer-name\":\"S5-Final Design\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hguzz2\",\"data-framer-name\":\"Final Design Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q5dbm2\",\"data-framer-name\":\"Left Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rpi5gt\",\"data-border\":true,\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"FINAL DESIGN\"})}),className:\"framer-10ikc5z\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],text:OBycCjX8Y,verticalAlignment:\"top\",withExternalLayout:true})}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7xzobm\",\"data-framer-name\":\"Final Design Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-370,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-544,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Content\"})})}),className:\"framer-1nugfuf\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],text:vK8P5E4en,verticalAlignment:\"top\",withExternalLayout:true})}),visible13&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-370,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-544,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Content\"})})}),className:\"framer-scvv0v\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],text:ZvwbmeDM_,verticalAlignment:\"top\",withExternalLayout:true})}),visible14&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-370,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-544,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Content\"})})}),className:\"framer-1cjxpk4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],text:At3EQJ1Kn,verticalAlignment:\"top\",withExternalLayout:true})}),visible15&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-370,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:40,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-544,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Content\"})})}),className:\"framer-1m8ieyy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\",\"Inter-Italic\"],text:TUTdIMPe7,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lhy3ws\",\"data-framer-name\":\"Right Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e0xp25\",\"data-framer-name\":\"Final Design\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-10q3qjb\",\"data-styles-preset\":\"QuOM12v6c\",style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"The culmination of extensive research, creative design, and technical precision resulted in a visually breathtaking film. The designs exceeded the studios' expectations, setting a new benchmark for sci-fi movies.\"})}),className:\"framer-11nti2h\",\"data-framer-name\":\"Final Design Intro\",effect:textEffect6,fonts:[\"Inter\"],text:q20WNEmvP,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y0y1cg\",\"data-border\":true,\"data-framer-name\":\"Final Design\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"The final designs for Last Journey to Mars featured a range of 3D models, including spacecraft, tools, and the Martian landscape. Each element was designed with a focus on realism and functionality, enhancing the film's narrative.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"The 3D scenes, brought to life with intricate details and dynamic visual effects, transported audiences to Mars. The visual continuity and attention to detail ensured that every frame contributed to the overall storytelling, making the film a visual masterpiece.\"})]})}),className:\"framer-1rlooty\",\"data-framer-name\":\"Final Design Details\",effect:textEffect7,fonts:[\"Inter\"],text:fS7R3bEfs,verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qjs4jy\",\"data-framer-name\":\"S5-Product Images\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12u71kj\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"Product Images\"})}),className:\"framer-eohta7\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),visible16&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-14u3kap\",\"data-framer-name\":\"Final Design 01\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(Gks2ZoklM)},className:\"framer-hclccz\",\"data-framer-name\":\"Final Design 01\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e4sulr\",\"data-framer-name\":\"Final Design 02-03\",children:[visible17&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Q599Z5r7N)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Q599Z5r7N)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(Q599Z5r7N)},className:\"framer-zsfect\",\"data-framer-name\":\"Final Design 02\"})}),visible18&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(CEYn7grwe)}},Pb4HewxV4:{background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(CEYn7grwe)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} + 1px) / 0, 1px)`,...toResponsiveImage(CEYn7grwe)},className:\"framer-diod66\",\"data-framer-name\":\"Final Design 03\"})})]}),visible19&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-191oyev\",\"data-framer-name\":\"Final Design Video\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f9kty2-container\",\"data-framer-name\":\"Product Video\",isAuthoredByUser:true,isModuleExternal:true,name:\"Product Video\",nodeId:\"kUPXFYA4h\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{controls:true,playing:false},Pb4HewxV4:{controls:true,playing:false}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"kUPXFYA4h\",isMixedBorderRadius:false,layoutId:\"kUPXFYA4h\",loop:true,muted:true,name:\"Product Video\",objectFit:\"cover\",playing:true,poster:toImageSrc(k8RFEosl4),posterEnabled:true,srcFile:o11_pMW0v,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-8jkasf\",\"data-framer-name\":\"S5-Hero Image\",children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(TuZJe163W)},className:\"framer-plxekk\",\"data-framer-name\":\"Hero Image\"})}),visible20&&/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1ukue33\",\"data-framer-name\":\"S5-Conclusion\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-9jsz2a\",\"data-styles-preset\":\"VwaYvnh0u\",style:{\"--framer-text-color\":\"var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-1awg4wg\",\"data-framer-name\":\"Conclusion\",fonts:[\"Inter\"],text:jAWGN7kly,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rwrg1f\",\"data-framer-name\":\"S6-Achievements\",children:visible21&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-70q9hf\",\"data-framer-name\":\"Achievement Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tx6qp1\",\"data-framer-name\":\"Achievements Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gh945u\",\"data-border\":true,\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vc64m9\",\"data-styles-preset\":\"lTkDVr6P9\",style:{\"--framer-text-color\":\"var(--token-22fcb246-38bd-48c6-8a41-8eefd4df124f, rgb(26, 26, 26))\"},children:\"Achievements\"})}),className:\"framer-4u2wb\",\"data-framer-name\":\"Section Title\",fonts:[\"Inter\"],text:yk3E6NII7,verticalAlignment:\"top\",withExternalLayout:true})}),visible22&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e4pcer\",\"data-framer-name\":\"Testimonial\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ly18bc\",\"data-styles-preset\":\"KO1x3Ayjw\",style:{\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Mark's expertise in visual design was crucial in realizing our dream. His dedication and innovation were key to bringing this epic journey to the screen.\"})})}),className:\"framer-1940fgz\",\"data-framer-name\":\"Testimonial\",effect:textEffect6,fonts:[\"Inter\",\"Inter-Italic\"],text:VOIM1olEV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-aw102k\",\"data-styles-preset\":\"EdVMVExsG\",style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"Content\"})}),className:\"framer-85b8zv\",\"data-framer-name\":\"Client Designation\",effect:textEffect10,fonts:[\"Inter\"],text:ShVQ9l3mL,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b4v701\",\"data-framer-name\":\"Achievements\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lakmqw\",\"data-framer-name\":\"Achievements\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-10q3qjb\",\"data-styles-preset\":\"QuOM12v6c\",style:{\"--framer-text-color\":\"var(--token-4c5c7faf-e5f1-4950-b116-53f1da77e14b, rgb(51, 51, 51))\"},children:\"The visual excellence of the movie received widespread acclaim, establishing new standards in the sci-fi genre. The innovative designs and seamless visual effects played a crucial role in the film's success.\"})}),className:\"framer-18q0lxb\",\"data-framer-name\":\"Achievements Intro\",effect:textEffect6,fonts:[\"Inter\"],text:Tuntw32Pv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15vhwxe\",\"data-border\":true,\"data-framer-name\":\"Achievements Details\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-lnsk4u\",\"data-styles-preset\":\"LqFv966fz\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"The project achieved a 49% increase in audience engagement, reflecting the captivating visual experience that drew viewers into the story. Additionally, the client satisfaction rate improved by 67%, underscoring the success of our collaborative efforts and the high quality of the final product.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-20c39617-617b-4d73-8bc3-15c4334e0d8c, rgb(128, 128, 128))\"},children:\"These achievements highlight the effectiveness of our design and implementation strategies, showcasing the project's ability to push the boundaries of visual storytelling. The recognition in various industry forums further cemented Cryo Studios' reputation as a leader in cinematic innovation.\"})]})}),className:\"framer-e20u0t\",\"data-framer-name\":\"Achievements Details\",effect:textEffect7,fonts:[\"Inter\"],text:aq8456iSd,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:false,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1og7z88\",\"data-framer-name\":\"Stats\",children:[visible23&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kfk9ir\",\"data-framer-name\":\"Stats Details 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ll5b0j\",\"data-framer-name\":\"Statistics 1 - Metric label\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:false,__framer__enter:animation20,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eop2mt\",\"data-border\":true,\"data-framer-name\":\"Stat Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yj2tz9-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Icon\",nodeId:\"YicnfwbZ0\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-160d5d07-7cb4-4a03-962f-176c380473b1, rgb(179, 179, 179))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"YicnfwbZ0\",layoutId:\"YicnfwbZ0\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:65,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rvi5tt\",\"data-styles-preset\":\"Y7uiNoarz\",style:{\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:\"Content\"})}),className:\"framer-ddggc4\",\"data-framer-name\":\"Statistics 1 - Metric label\",fonts:[\"Inter\"],text:TUBFBKm3q,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xb9wz2\",\"data-framer-name\":\"Percent\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yzj1vy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qHL5Rudug\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(AnimatedNumber,{endNumber:AVajUgH99,font:{fontFamily:'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:800,letterSpacing:\"-0.03em\",lineHeight:\"1em\",textAlign:\"left\"},fontColor:\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\",height:\"100%\",id:\"qHL5Rudug\",layoutId:\"qHL5Rudug\",speed:2,startNumber:RYtYL1sVn,textAlign:\"left\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14lj9nx\",\"data-styles-preset\":\"yWKRTLhQZ\",style:{\"--framer-text-color\":\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-9jsz2a\",\"data-styles-preset\":\"VwaYvnh0u\",style:{\"--framer-text-color\":\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\"},children:\"%\"})}),className:\"framer-fzw2w8\",\"data-framer-name\":\"Number\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible24&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ha3e02\",\"data-framer-name\":\"Stats Details 2\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:65,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rywxt1\",\"data-framer-name\":\"Statistics 2 - Metric label\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:false,__framer__enter:animation20,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-71urzn\",\"data-border\":true,\"data-framer-name\":\"Stat Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vf3jvb-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Icon\",nodeId:\"BeP3mrU9x\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-160d5d07-7cb4-4a03-962f-176c380473b1, rgb(179, 179, 179))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up\",id:\"BeP3mrU9x\",layoutId:\"BeP3mrU9x\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:65,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rvi5tt\",\"data-styles-preset\":\"Y7uiNoarz\",style:{\"--framer-text-color\":\"var(--token-e64946bc-1433-42a5-8526-742c167ec388, rgb(102, 102, 102))\"},children:\"Content\"})}),className:\"framer-1h3cldu\",\"data-framer-name\":\"Statistics 2 - Metric label\",fonts:[\"Inter\"],text:ha3AkFiI5,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dhv98j\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cyutjj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lmFFs54PF\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(AnimatedNumber,{endNumber:YyJaNnOCy,font:{fontFamily:'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',fontSize:\"120px\",fontStyle:\"normal\",fontWeight:800,letterSpacing:\"-0.03em\",lineHeight:\"1em\",textAlign:\"left\"},fontColor:\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\",height:\"100%\",id:\"lmFFs54PF\",layoutId:\"lmFFs54PF\",speed:2,startNumber:k49jIusKR,textAlign:\"left\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-14lj9nx\",\"data-styles-preset\":\"yWKRTLhQZ\",style:{\"--framer-text-color\":\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-9jsz2a\",\"data-styles-preset\":\"VwaYvnh0u\",style:{\"--framer-text-color\":\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\"},children:\"%\"})}),className:\"framer-tbqgr4\",\"data-framer-name\":\"Number\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})]})}),visible25&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-maifxj\",\"data-framer-name\":\"Visit\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hb3ggv\",\"data-framer-name\":\"Visit Project\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:65,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:jkVOsFSCr,className:\"framer-86kxet\",\"data-framer-cursor\":\"1ayqqli\",\"data-framer-name\":\"Visit/Download\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-ysgx3d\",code:\"framer-styles-preset-1s0h9vk\",h6:\"framer-styles-preset-7l2ojn\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation21,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition21,__perspectiveFX:false,__targetOpacity:1,className:\"framer-295lfa-container\",\"data-framer-name\":\"Arrow Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Arrow Icon\",nodeId:\"WhCzbmeHC\",rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-160d5d07-7cb4-4a03-962f-176c380473b1, rgb(179, 179, 179))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"WhCzbmeHC\",layoutId:\"WhCzbmeHC\",mirrored:false,name:\"Arrow Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rorn2r\",\"data-framer-name\":\"More Projects\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aodfys\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pb4HewxV4:{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:300,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:60}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bupxs7\",\"data-styles-preset\":\"Qu6_gXf9D\",style:{\"--framer-text-color\":\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\"},children:\"MORE PROJECTS\"})}),className:\"framer-ffgjv6\",\"data-framer-name\":\"More Projects Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x570ba\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"wUvzOP0ak\",data:Works,type:\"Collection\"},select:[{collection:\"wUvzOP0ak\",name:\"Fn11UNPqg\",type:\"Identifier\"},{collection:\"wUvzOP0ak\",name:\"TuZJe163W\",type:\"Identifier\"},{collection:\"wUvzOP0ak\",name:\"MqS8_9IPU\",type:\"Identifier\"},{collection:\"wUvzOP0ak\",name:\"Y2v5oLrLT\",type:\"Identifier\"},{collection:\"wUvzOP0ak\",name:\"IRXCHPzpS\",type:\"Identifier\"},{collection:\"wUvzOP0ak\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"wUvzOP0ak\",name:\"LX_LbEWOm\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:LX_LbEWOm},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({Fn11UNPqg:Fn11UNPqgwUvzOP0ak,id:idwUvzOP0ak,IRXCHPzpS:IRXCHPzpSwUvzOP0ak,MqS8_9IPU:MqS8_9IPUwUvzOP0ak,TuZJe163W:TuZJe163WwUvzOP0ak,Y2v5oLrLT:Y2v5oLrLTwUvzOP0ak},index)=>{Fn11UNPqgwUvzOP0ak??=\"\";MqS8_9IPUwUvzOP0ak??=\"\";Y2v5oLrLTwUvzOP0ak??=\"\";IRXCHPzpSwUvzOP0ak??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`wUvzOP0ak-${idwUvzOP0ak}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Fn11UNPqg:Fn11UNPqgwUvzOP0ak},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Fn11UNPqg:Fn11UNPqgwUvzOP0ak},webPageId:\"ROVhDximk\"},motionChild:true,nodeId:\"E9C6rKivL\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-8611l3 framer-1kr0av6\",\"data-framer-name\":\"Projects\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:65,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-nf17m9-container\",\"data-framer-cursor\":\"kahto6\",nodeId:\"CJ_E0VtxJ\",rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{variant:\"bHErIQy5Z\"},Pb4HewxV4:{variant:\"UgRdI4q7C\"}},children:/*#__PURE__*/_jsx(CardsProjectCard,{f97IWt_KP:Y2v5oLrLTwUvzOP0ak,height:\"100%\",id:\"CJ_E0VtxJ\",layoutId:\"CJ_E0VtxJ\",lNSWN3hHA:IRXCHPzpSwUvzOP0ak,Lplwptthz:{borderBottomWidth:1,borderColor:\"var(--token-5660840c-8096-4679-9347-2089466221d9, rgb(230, 230, 230))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},LwFK4dnqi:MqS8_9IPUwUvzOP0ak,MiKX8Tli9:\"var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, rgb(255, 255, 255))\",nfF_LtTCZ:toResponsiveImage(TuZJe163WwUvzOP0ak),style:{width:\"100%\"},variant:\"BMWDDnHRG\",width:\"100%\"})})})})})})})},idwUvzOP0ak);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c1dyj1\",\"data-framer-name\":\"EXPLORE ALL PROJECTS\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined},{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined},{href:{webPageId:\"WCF3WC6vZ\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation22,className:\"framer-2we90n-container\",\"data-framer-appear-id\":\"2we90n\",\"data-framer-name\":\"View All Projects Button\",initial:animation23,name:\"View All Projects Button\",nodeId:\"I0SnAwxKc\",optimized:true,rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{XaDkW66xU:resolvedLinks1[1]},Pb4HewxV4:{XaDkW66xU:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonsBtnNavigation,{DmcrDv_cc:false,height:\"100%\",id:\"I0SnAwxKc\",KkcI9de2t:\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\",layoutId:\"I0SnAwxKc\",name:\"View All Projects Button\",OlYHLPRAs:true,OW_UwIVTJ:\"var(--token-d5e8b09a-bea8-4f5d-a123-404b279daddc, rgb(77, 77, 77))\",variant:\"nhHT5aYtI\",width:\"100%\",X4kGlDs4u:\"EXPLORE ALL PROJECTS\",XaDkW66xU:resolvedLinks1[0]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation21,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition21,__perspectiveFX:false,__targetOpacity:1,className:\"framer-185dveh-container\",\"data-framer-name\":\"Arrow Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Arrow Icon\",nodeId:\"h4_C_nbd8\",rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-160d5d07-7cb4-4a03-962f-176c380473b1, rgb(179, 179, 179))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"h4_C_nbd8\",layoutId:\"h4_C_nbd8\",mirrored:false,name:\"Arrow Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1cz2p5\",\"data-framer-name\":\"Book a Call\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qlvd3j-container\",nodeId:\"vPLInewZT\",scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{variant:\"kerBvrgMX\"},Pb4HewxV4:{variant:\"OAhH8LGja\"}},children:/*#__PURE__*/_jsx(ComponentsBookACall,{CIPq4JCnc:\"https://calendly.com\",height:\"100%\",id:\"vPLInewZT\",layoutId:\"vPLInewZT\",style:{height:\"100%\",width:\"100%\"},variant:\"XG6qAlLjm\",width:\"100%\",wvg7iNoDp:\"Schedule a Call\",XXpNFjmea:\"Contact Me!\",YMqeNqMJ6:\"Have a project?\"})})})})})]}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-1jojhb5\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":UzxGrLgIh\",pathVariables:{Fn11UNPqg},webPageId:\"ROVhDximk\"},implicitPathVariables:undefined},{href:{hash:\":UzxGrLgIh\",pathVariables:{Fn11UNPqg},webPageId:\"ROVhDximk\"},implicitPathVariables:undefined},{href:{hash:\":UzxGrLgIh\",pathVariables:{Fn11UNPqg},webPageId:\"ROVhDximk\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:537,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h7tfsh-container\",nodeId:\"DCJCqjiA_\",rendersWithMotion:true,scopeId:\"ROVhDximk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J39vt8uiI:{__framer__variantAppearEffectEnabled:undefined,qHj7uF5Hu:resolvedLinks2[1],variant:\"wvczr1DQo\"},Pb4HewxV4:{__framer__variantAppearEffectEnabled:undefined,qHj7uF5Hu:resolvedLinks2[2],variant:\"LKl5z883T\"}},children:/*#__PURE__*/_jsx(FooterWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"DCJCqjiA_\",layoutId:\"DCJCqjiA_\",NgVrKq8UJ:\"ucrvko\",OQ_6i3PC_:\"12cj42j\",qHj7uF5Hu:resolvedLinks2[0],style:{width:\"100%\"},variant:\"CDWDYtnJN\",width:\"100%\",wnTVX9cYn:\"tk2pcc\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gihsy.framer-1kr0av6, .framer-gihsy .framer-1kr0av6 { display: block; }\",\".framer-gihsy.framer-mtmso1 { align-content: center; align-items: center; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); 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-gihsy .framer-7d9u4h { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-gihsy .framer-u4crr9-container { aspect-ratio: 3.9444444444444446 / 1; bottom: 63px; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: fixed; right: 20px; width: 142px; will-change: var(--framer-will-change-effect-override, transform); z-index: 8; }\",\".framer-gihsy .framer-dyyyi5-container, .framer-gihsy .framer-yzj1vy-container, .framer-gihsy .framer-cyutjj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gihsy .framer-h0ly2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: center; left: calc(50.00000000000002% - min(100%, 100%) / 2); max-width: 100%; mix-blend-mode: difference; overflow: visible; padding: 0px; position: fixed; top: 0px; width: 100%; z-index: 6; }\",\".framer-gihsy .framer-3s8cu9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-gihsy .framer-edvu21 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-gihsy .framer-t6tvdq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-gihsy .framer-g5encu { -webkit-user-select: none; background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) -15%, rgba(0, 0, 0, 0) 17.505208333333332%, rgba(0, 0, 0, 0.1) 80.27210022522523%, rgba(0, 0, 0, 0.37) 117%); flex: none; height: 100%; overflow: visible; pointer-events: none; position: relative; user-select: none; width: 100%; z-index: 1; }\",\".framer-gihsy .framer-2vdl3x { bottom: 100px; flex: none; height: 139px; left: 40px; overflow: hidden; position: absolute; width: 23px; }\",\".framer-gihsy .framer-jyrw1q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 48%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-gihsy .framer-1r75jn4 { align-content: center; align-items: center; bottom: 50px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 35px; min-height: 35px; min-width: 32px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-gihsy .framer-1ieunag-container { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 0px; position: absolute; right: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-gihsy .framer-5wwjeg { align-content: center; align-items: center; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-gihsy .framer-19lqr4d { align-content: flex-start; align-items: flex-start; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-b869ip { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-fnq3a3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-kqqw4x { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-1fj0hci, .framer-gihsy .framer-1mx3fdn, .framer-gihsy .framer-1omds8i, .framer-gihsy .framer-5h13m9, .framer-gihsy .framer-5zdeza, .framer-gihsy .framer-158qers, .framer-gihsy .framer-pctdan, .framer-gihsy .framer-13mblik, .framer-gihsy .framer-1hnjf09, .framer-gihsy .framer-1qqxqla, .framer-gihsy .framer-1nugfuf, .framer-gihsy .framer-scvv0v, .framer-gihsy .framer-1cjxpk4, .framer-gihsy .framer-1m8ieyy, .framer-gihsy .framer-11nti2h, .framer-gihsy .framer-1940fgz, .framer-gihsy .framer-85b8zv, .framer-gihsy .framer-18q0lxb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gihsy .framer-14h6yom { --border-bottom-width: 0px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-13fjyxu, .framer-gihsy .framer-zlaw0h, .framer-gihsy .framer-160xp8j, .framer-gihsy .framer-qc3p4g, .framer-gihsy .framer-z60kpe, .framer-gihsy .framer-1rlooty, .framer-gihsy .framer-e20u0t { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gihsy .framer-1d0jd4l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1v4lp06 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-gihsy .framer-if18x8 { --border-bottom-width: 1px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 0px 32px 12px; position: relative; width: 100%; }\",\".framer-gihsy .framer-18br6nz, .framer-gihsy .framer-7z1st7, .framer-gihsy .framer-4bam9, .framer-gihsy .framer-10ikc5z, .framer-gihsy .framer-eohta7, .framer-gihsy .framer-4u2wb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gihsy .framer-q18edh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: flex-start; min-height: 640px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1y3aseq, .framer-gihsy .framer-1y3r8sx, .framer-gihsy .framer-1360rzz, .framer-gihsy .framer-7g9fah, .framer-gihsy .framer-1t9jlvr { flex: 1 0 0px; height: 60vh; overflow: hidden; position: relative; width: 1px; }\",\".framer-gihsy .framer-vuy86f, .framer-gihsy .framer-1xr1dwa { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 100px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1cznsac { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1s9audy, .framer-gihsy .framer-151n16v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-12pbzhl { --border-bottom-width: 1px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1t7fdgq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-18kl74r { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-1hukbcf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 40px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1xf0cgq, .framer-gihsy .framer-1p2ql3h, .framer-gihsy .framer-1y0y1cg, .framer-gihsy .framer-15vhwxe { --border-bottom-width: 0px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-ebsrp, .framer-gihsy .framer-ox7xta { --border-bottom-width: 1px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-ofub4o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-13c8i4z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-ociphd { aspect-ratio: 1.6875 / 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: var(--framer-aspect-ratio-supported, 119px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gihsy .framer-1vkzsns, .framer-gihsy .framer-1lhy3ws { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-1phn157, .framer-gihsy .framer-1e0xp25 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 40px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-12b8ay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-dvswws { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-fabx6q { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-ouvczp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1hjb9p6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-1lx1qsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 40px 30px; position: relative; width: 100%; }\",\".framer-gihsy .framer-8ysnoc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; min-height: 480px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-fj9xfi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 200px 60px 200px 60px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1campkt { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 100px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1hguzz2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-q5dbm2, .framer-gihsy .framer-tx6qp1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-rpi5gt { --border-bottom-width: 1px; --border-color: var(--token-5660840c-8096-4679-9347-2089466221d9, #e6e6e6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-7xzobm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1qjs4jy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-12u71kj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-14u3kap { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 1px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-hclccz, .framer-gihsy .framer-zsfect, .framer-gihsy .framer-diod66 { flex: 1 0 0px; height: 80vh; overflow: hidden; position: relative; width: 1px; }\",\".framer-gihsy .framer-1e4sulr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; min-height: 560px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-191oyev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 1px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1f9kty2-container { flex: 1 0 0px; height: 80vh; position: relative; width: 1px; }\",\".framer-gihsy .framer-8jkasf { align-content: center; align-items: center; background-color: var(--token-0ba61dcc-4c97-46db-aef7-89db5605822d, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-gihsy .framer-plxekk { -webkit-filter: brightness(0.52); filter: brightness(0.52); flex: 1 0 0px; height: 100vh; overflow: hidden; position: relative; width: 1px; }\",\".framer-gihsy .framer-1ukue33 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; max-width: 80%; min-width: 1200px; overflow: visible; padding: 0px 40px 0px 40px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-gihsy .framer-1awg4wg { -webkit-user-select: none; flex: none; height: auto; max-width: 60%; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gihsy .framer-1rwrg1f { align-content: center; align-items: center; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; min-height: 1328px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-gihsy .framer-70q9hf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 70%; min-width: 1200px; overflow: hidden; padding: 100px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1gh945u { --border-bottom-width: 1px; --border-color: var(--token-cd741953-a7a5-40e2-8146-70d3c24925a2, #d0d4d6); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-e4pcer { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1b4v701 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 48px 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-1lakmqw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 60px 30px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1og7z88 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; min-height: 542px; overflow: hidden; padding: 20px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-gihsy .framer-kfk9ir, .framer-gihsy .framer-1ha3e02 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-gihsy .framer-ll5b0j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-eop2mt, .framer-gihsy .framer-71urzn { --border-bottom-width: 1px; --border-color: var(--token-160d5d07-7cb4-4a03-962f-176c380473b1, #b3b3b3); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 56px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gihsy .framer-yj2tz9-container, .framer-gihsy .framer-1vf3jvb-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-gihsy .framer-ddggc4, .framer-gihsy .framer-1h3cldu { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gihsy .framer-xb9wz2 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gihsy .framer-fzw2w8, .framer-gihsy .framer-tbqgr4, .framer-gihsy .framer-86kxet { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-gihsy .framer-1rywxt1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-dhv98j { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-maifxj { align-content: center; align-items: center; background-color: var(--token-28ada5df-c75d-45de-b6b6-690e156e6285, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-gihsy .framer-1hb3ggv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-295lfa-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 24px; }\",\".framer-gihsy .framer-rorn2r { align-content: center; align-items: center; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-gihsy .framer-1aodfys { align-content: center; align-items: center; background-color: var(--token-cd97e533-2924-464e-a04e-2728d8a5b286, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: min-content; }\",\".framer-gihsy .framer-ffgjv6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gihsy .framer-x570ba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-8611l3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-gihsy .framer-nf17m9-container, .framer-gihsy .framer-h7tfsh-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gihsy .framer-1c1dyj1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-2we90n-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-gihsy .framer-185dveh-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-gihsy .framer-1cz2p5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gihsy .framer-1qlvd3j-container { flex: 1 0 0px; height: 40vh; position: relative; width: 1px; z-index: 2; }\",\".framer-gihsy .framer-1jojhb5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gihsy.framer-mtmso1, .framer-gihsy .framer-h0ly2k, .framer-gihsy .framer-edvu21, .framer-gihsy .framer-t6tvdq, .framer-gihsy .framer-1r75jn4, .framer-gihsy .framer-5wwjeg, .framer-gihsy .framer-19lqr4d, .framer-gihsy .framer-b869ip, .framer-gihsy .framer-fnq3a3, .framer-gihsy .framer-kqqw4x, .framer-gihsy .framer-14h6yom, .framer-gihsy .framer-1d0jd4l, .framer-gihsy .framer-if18x8, .framer-gihsy .framer-q18edh, .framer-gihsy .framer-vuy86f, .framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1s9audy, .framer-gihsy .framer-12pbzhl, .framer-gihsy .framer-1t7fdgq, .framer-gihsy .framer-18kl74r, .framer-gihsy .framer-1hukbcf, .framer-gihsy .framer-1xf0cgq, .framer-gihsy .framer-1xr1dwa, .framer-gihsy .framer-1cznsac, .framer-gihsy .framer-151n16v, .framer-gihsy .framer-ebsrp, .framer-gihsy .framer-ofub4o, .framer-gihsy .framer-13c8i4z, .framer-gihsy .framer-1vkzsns, .framer-gihsy .framer-1phn157, .framer-gihsy .framer-1p2ql3h, .framer-gihsy .framer-12b8ay, .framer-gihsy .framer-dvswws, .framer-gihsy .framer-fabx6q, .framer-gihsy .framer-ox7xta, .framer-gihsy .framer-ouvczp, .framer-gihsy .framer-1hjb9p6, .framer-gihsy .framer-1lx1qsf, .framer-gihsy .framer-8ysnoc, .framer-gihsy .framer-fj9xfi, .framer-gihsy .framer-1campkt, .framer-gihsy .framer-1hguzz2, .framer-gihsy .framer-q5dbm2, .framer-gihsy .framer-rpi5gt, .framer-gihsy .framer-7xzobm, .framer-gihsy .framer-1lhy3ws, .framer-gihsy .framer-1e0xp25, .framer-gihsy .framer-1y0y1cg, .framer-gihsy .framer-1qjs4jy, .framer-gihsy .framer-12u71kj, .framer-gihsy .framer-14u3kap, .framer-gihsy .framer-1e4sulr, .framer-gihsy .framer-191oyev, .framer-gihsy .framer-8jkasf, .framer-gihsy .framer-1ukue33, .framer-gihsy .framer-1rwrg1f, .framer-gihsy .framer-70q9hf, .framer-gihsy .framer-tx6qp1, .framer-gihsy .framer-1gh945u, .framer-gihsy .framer-e4pcer, .framer-gihsy .framer-1b4v701, .framer-gihsy .framer-1lakmqw, .framer-gihsy .framer-15vhwxe, .framer-gihsy .framer-1og7z88, .framer-gihsy .framer-kfk9ir, .framer-gihsy .framer-ll5b0j, .framer-gihsy .framer-eop2mt, .framer-gihsy .framer-xb9wz2, .framer-gihsy .framer-1ha3e02, .framer-gihsy .framer-1rywxt1, .framer-gihsy .framer-71urzn, .framer-gihsy .framer-dhv98j, .framer-gihsy .framer-maifxj, .framer-gihsy .framer-1hb3ggv, .framer-gihsy .framer-rorn2r, .framer-gihsy .framer-1aodfys, .framer-gihsy .framer-x570ba, .framer-gihsy .framer-8611l3, .framer-gihsy .framer-1c1dyj1, .framer-gihsy .framer-1cz2p5, .framer-gihsy .framer-1jojhb5 { gap: 0px; } .framer-gihsy.framer-mtmso1 > *, .framer-gihsy .framer-t6tvdq > *, .framer-gihsy .framer-5wwjeg > *, .framer-gihsy .framer-1d0jd4l > *, .framer-gihsy .framer-vuy86f > *, .framer-gihsy .framer-1s9audy > *, .framer-gihsy .framer-1t7fdgq > *, .framer-gihsy .framer-1xr1dwa > *, .framer-gihsy .framer-151n16v > *, .framer-gihsy .framer-12b8ay > *, .framer-gihsy .framer-fabx6q > *, .framer-gihsy .framer-1lx1qsf > *, .framer-gihsy .framer-fj9xfi > *, .framer-gihsy .framer-1campkt > *, .framer-gihsy .framer-q5dbm2 > *, .framer-gihsy .framer-1qjs4jy > *, .framer-gihsy .framer-1ukue33 > *, .framer-gihsy .framer-tx6qp1 > *, .framer-gihsy .framer-1b4v701 > *, .framer-gihsy .framer-maifxj > *, .framer-gihsy .framer-rorn2r > *, .framer-gihsy .framer-x570ba > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gihsy.framer-mtmso1 > :first-child, .framer-gihsy .framer-t6tvdq > :first-child, .framer-gihsy .framer-5wwjeg > :first-child, .framer-gihsy .framer-19lqr4d > :first-child, .framer-gihsy .framer-b869ip > :first-child, .framer-gihsy .framer-kqqw4x > :first-child, .framer-gihsy .framer-1d0jd4l > :first-child, .framer-gihsy .framer-vuy86f > :first-child, .framer-gihsy .framer-1s9audy > :first-child, .framer-gihsy .framer-1t7fdgq > :first-child, .framer-gihsy .framer-18kl74r > :first-child, .framer-gihsy .framer-1hukbcf > :first-child, .framer-gihsy .framer-1xr1dwa > :first-child, .framer-gihsy .framer-151n16v > :first-child, .framer-gihsy .framer-ofub4o > :first-child, .framer-gihsy .framer-13c8i4z > :first-child, .framer-gihsy .framer-1vkzsns > :first-child, .framer-gihsy .framer-1phn157 > :first-child, .framer-gihsy .framer-12b8ay > :first-child, .framer-gihsy .framer-fabx6q > :first-child, .framer-gihsy .framer-ouvczp > :first-child, .framer-gihsy .framer-1hjb9p6 > :first-child, .framer-gihsy .framer-1lx1qsf > :first-child, .framer-gihsy .framer-fj9xfi > :first-child, .framer-gihsy .framer-1campkt > :first-child, .framer-gihsy .framer-q5dbm2 > :first-child, .framer-gihsy .framer-7xzobm > :first-child, .framer-gihsy .framer-1lhy3ws > :first-child, .framer-gihsy .framer-1e0xp25 > :first-child, .framer-gihsy .framer-1qjs4jy > :first-child, .framer-gihsy .framer-1ukue33 > :first-child, .framer-gihsy .framer-1rwrg1f > :first-child, .framer-gihsy .framer-tx6qp1 > :first-child, .framer-gihsy .framer-e4pcer > :first-child, .framer-gihsy .framer-1b4v701 > :first-child, .framer-gihsy .framer-1lakmqw > :first-child, .framer-gihsy .framer-kfk9ir > :first-child, .framer-gihsy .framer-1ha3e02 > :first-child, .framer-gihsy .framer-maifxj > :first-child, .framer-gihsy .framer-rorn2r > :first-child, .framer-gihsy .framer-x570ba > :first-child { margin-top: 0px; } .framer-gihsy.framer-mtmso1 > :last-child, .framer-gihsy .framer-t6tvdq > :last-child, .framer-gihsy .framer-5wwjeg > :last-child, .framer-gihsy .framer-19lqr4d > :last-child, .framer-gihsy .framer-b869ip > :last-child, .framer-gihsy .framer-kqqw4x > :last-child, .framer-gihsy .framer-1d0jd4l > :last-child, .framer-gihsy .framer-vuy86f > :last-child, .framer-gihsy .framer-1s9audy > :last-child, .framer-gihsy .framer-1t7fdgq > :last-child, .framer-gihsy .framer-18kl74r > :last-child, .framer-gihsy .framer-1hukbcf > :last-child, .framer-gihsy .framer-1xr1dwa > :last-child, .framer-gihsy .framer-151n16v > :last-child, .framer-gihsy .framer-ofub4o > :last-child, .framer-gihsy .framer-13c8i4z > :last-child, .framer-gihsy .framer-1vkzsns > :last-child, .framer-gihsy .framer-1phn157 > :last-child, .framer-gihsy .framer-12b8ay > :last-child, .framer-gihsy .framer-fabx6q > :last-child, .framer-gihsy .framer-ouvczp > :last-child, .framer-gihsy .framer-1hjb9p6 > :last-child, .framer-gihsy .framer-1lx1qsf > :last-child, .framer-gihsy .framer-fj9xfi > :last-child, .framer-gihsy .framer-1campkt > :last-child, .framer-gihsy .framer-q5dbm2 > :last-child, .framer-gihsy .framer-7xzobm > :last-child, .framer-gihsy .framer-1lhy3ws > :last-child, .framer-gihsy .framer-1e0xp25 > :last-child, .framer-gihsy .framer-1qjs4jy > :last-child, .framer-gihsy .framer-1ukue33 > :last-child, .framer-gihsy .framer-1rwrg1f > :last-child, .framer-gihsy .framer-tx6qp1 > :last-child, .framer-gihsy .framer-e4pcer > :last-child, .framer-gihsy .framer-1b4v701 > :last-child, .framer-gihsy .framer-1lakmqw > :last-child, .framer-gihsy .framer-kfk9ir > :last-child, .framer-gihsy .framer-1ha3e02 > :last-child, .framer-gihsy .framer-maifxj > :last-child, .framer-gihsy .framer-rorn2r > :last-child, .framer-gihsy .framer-x570ba > :last-child { margin-bottom: 0px; } .framer-gihsy .framer-h0ly2k > *, .framer-gihsy .framer-edvu21 > *, .framer-gihsy .framer-1r75jn4 > *, .framer-gihsy .framer-fnq3a3 > *, .framer-gihsy .framer-14h6yom > *, .framer-gihsy .framer-12pbzhl > *, .framer-gihsy .framer-1xf0cgq > *, .framer-gihsy .framer-ebsrp > *, .framer-gihsy .framer-1p2ql3h > *, .framer-gihsy .framer-ox7xta > *, .framer-gihsy .framer-rpi5gt > *, .framer-gihsy .framer-1y0y1cg > *, .framer-gihsy .framer-12u71kj > *, .framer-gihsy .framer-14u3kap > *, .framer-gihsy .framer-191oyev > *, .framer-gihsy .framer-8jkasf > *, .framer-gihsy .framer-1gh945u > *, .framer-gihsy .framer-15vhwxe > *, .framer-gihsy .framer-eop2mt > *, .framer-gihsy .framer-71urzn > *, .framer-gihsy .framer-1aodfys > *, .framer-gihsy .framer-8611l3 > *, .framer-gihsy .framer-1cz2p5 > *, .framer-gihsy .framer-1jojhb5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gihsy .framer-h0ly2k > :first-child, .framer-gihsy .framer-edvu21 > :first-child, .framer-gihsy .framer-1r75jn4 > :first-child, .framer-gihsy .framer-fnq3a3 > :first-child, .framer-gihsy .framer-14h6yom > :first-child, .framer-gihsy .framer-if18x8 > :first-child, .framer-gihsy .framer-q18edh > :first-child, .framer-gihsy .framer-s3bayb > :first-child, .framer-gihsy .framer-12pbzhl > :first-child, .framer-gihsy .framer-1xf0cgq > :first-child, .framer-gihsy .framer-1cznsac > :first-child, .framer-gihsy .framer-ebsrp > :first-child, .framer-gihsy .framer-1p2ql3h > :first-child, .framer-gihsy .framer-dvswws > :first-child, .framer-gihsy .framer-ox7xta > :first-child, .framer-gihsy .framer-8ysnoc > :first-child, .framer-gihsy .framer-1hguzz2 > :first-child, .framer-gihsy .framer-rpi5gt > :first-child, .framer-gihsy .framer-1y0y1cg > :first-child, .framer-gihsy .framer-12u71kj > :first-child, .framer-gihsy .framer-14u3kap > :first-child, .framer-gihsy .framer-1e4sulr > :first-child, .framer-gihsy .framer-191oyev > :first-child, .framer-gihsy .framer-8jkasf > :first-child, .framer-gihsy .framer-70q9hf > :first-child, .framer-gihsy .framer-1gh945u > :first-child, .framer-gihsy .framer-15vhwxe > :first-child, .framer-gihsy .framer-1og7z88 > :first-child, .framer-gihsy .framer-ll5b0j > :first-child, .framer-gihsy .framer-eop2mt > :first-child, .framer-gihsy .framer-xb9wz2 > :first-child, .framer-gihsy .framer-1rywxt1 > :first-child, .framer-gihsy .framer-71urzn > :first-child, .framer-gihsy .framer-dhv98j > :first-child, .framer-gihsy .framer-1hb3ggv > :first-child, .framer-gihsy .framer-1aodfys > :first-child, .framer-gihsy .framer-8611l3 > :first-child, .framer-gihsy .framer-1c1dyj1 > :first-child, .framer-gihsy .framer-1cz2p5 > :first-child, .framer-gihsy .framer-1jojhb5 > :first-child { margin-left: 0px; } .framer-gihsy .framer-h0ly2k > :last-child, .framer-gihsy .framer-edvu21 > :last-child, .framer-gihsy .framer-1r75jn4 > :last-child, .framer-gihsy .framer-fnq3a3 > :last-child, .framer-gihsy .framer-14h6yom > :last-child, .framer-gihsy .framer-if18x8 > :last-child, .framer-gihsy .framer-q18edh > :last-child, .framer-gihsy .framer-s3bayb > :last-child, .framer-gihsy .framer-12pbzhl > :last-child, .framer-gihsy .framer-1xf0cgq > :last-child, .framer-gihsy .framer-1cznsac > :last-child, .framer-gihsy .framer-ebsrp > :last-child, .framer-gihsy .framer-1p2ql3h > :last-child, .framer-gihsy .framer-dvswws > :last-child, .framer-gihsy .framer-ox7xta > :last-child, .framer-gihsy .framer-8ysnoc > :last-child, .framer-gihsy .framer-1hguzz2 > :last-child, .framer-gihsy .framer-rpi5gt > :last-child, .framer-gihsy .framer-1y0y1cg > :last-child, .framer-gihsy .framer-12u71kj > :last-child, .framer-gihsy .framer-14u3kap > :last-child, .framer-gihsy .framer-1e4sulr > :last-child, .framer-gihsy .framer-191oyev > :last-child, .framer-gihsy .framer-8jkasf > :last-child, .framer-gihsy .framer-70q9hf > :last-child, .framer-gihsy .framer-1gh945u > :last-child, .framer-gihsy .framer-15vhwxe > :last-child, .framer-gihsy .framer-1og7z88 > :last-child, .framer-gihsy .framer-ll5b0j > :last-child, .framer-gihsy .framer-eop2mt > :last-child, .framer-gihsy .framer-xb9wz2 > :last-child, .framer-gihsy .framer-1rywxt1 > :last-child, .framer-gihsy .framer-71urzn > :last-child, .framer-gihsy .framer-dhv98j > :last-child, .framer-gihsy .framer-1hb3ggv > :last-child, .framer-gihsy .framer-1aodfys > :last-child, .framer-gihsy .framer-8611l3 > :last-child, .framer-gihsy .framer-1c1dyj1 > :last-child, .framer-gihsy .framer-1cz2p5 > :last-child, .framer-gihsy .framer-1jojhb5 > :last-child { margin-right: 0px; } .framer-gihsy .framer-19lqr4d > *, .framer-gihsy .framer-1hukbcf > *, .framer-gihsy .framer-1phn157 > *, .framer-gihsy .framer-1e0xp25 > *, .framer-gihsy .framer-1lakmqw > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gihsy .framer-b869ip > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gihsy .framer-kqqw4x > *, .framer-gihsy .framer-7xzobm > *, .framer-gihsy .framer-e4pcer > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gihsy .framer-if18x8 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-gihsy .framer-q18edh > *, .framer-gihsy .framer-8ysnoc > *, .framer-gihsy .framer-1e4sulr > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-gihsy .framer-s3bayb > *, .framer-gihsy .framer-1cznsac > *, .framer-gihsy .framer-dvswws > *, .framer-gihsy .framer-1hguzz2 > *, .framer-gihsy .framer-70q9hf > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-gihsy .framer-18kl74r > *, .framer-gihsy .framer-ofub4o > *, .framer-gihsy .framer-1vkzsns > *, .framer-gihsy .framer-ouvczp > *, .framer-gihsy .framer-1hjb9p6 > *, .framer-gihsy .framer-1lhy3ws > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gihsy .framer-13c8i4z > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gihsy .framer-1rwrg1f > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-gihsy .framer-1og7z88 > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-gihsy .framer-kfk9ir > *, .framer-gihsy .framer-1ha3e02 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-gihsy .framer-ll5b0j > *, .framer-gihsy .framer-1c1dyj1 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-gihsy .framer-xb9wz2 > *, .framer-gihsy .framer-dhv98j > *, .framer-gihsy .framer-1hb3ggv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gihsy .framer-1rywxt1 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,'.framer-gihsy[data-border=\"true\"]::after, .framer-gihsy [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-gihsy.framer-mtmso1 { width: 810px; } .framer-gihsy .framer-h0ly2k { height: 80px; mix-blend-mode: unset; } .framer-gihsy .framer-1r75jn4 { bottom: 54px; } .framer-gihsy .framer-19lqr4d { max-width: unset; min-width: unset; padding: 60px 30px 100px 30px; } .framer-gihsy .framer-1v4lp06 { width: 100%; } .framer-gihsy .framer-if18x8 { flex-direction: column; padding: 32px 0px 32px 0px; } .framer-gihsy .framer-zlaw0h, .framer-gihsy .framer-1y3aseq, .framer-gihsy .framer-1y3r8sx, .framer-gihsy .framer-1s9audy, .framer-gihsy .framer-18kl74r, .framer-gihsy .framer-151n16v, .framer-gihsy .framer-1vkzsns, .framer-gihsy .framer-1360rzz, .framer-gihsy .framer-7g9fah, .framer-gihsy .framer-1t9jlvr, .framer-gihsy .framer-tx6qp1 { flex: none; width: 100%; } .framer-gihsy .framer-q18edh { flex-direction: column; min-height: 1730px; } .framer-gihsy .framer-vuy86f, .framer-gihsy .framer-1xr1dwa { max-width: unset; min-width: unset; padding: 60px 30px 60px 30px; } .framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1cznsac { flex-direction: column; } .framer-gihsy .framer-1hukbcf, .framer-gihsy .framer-1phn157 { gap: 40px; padding: 20px 0px 40px 0px; } .framer-gihsy .framer-1xf0cgq, .framer-gihsy .framer-1p2ql3h, .framer-gihsy .framer-1y0y1cg { padding: 0px 0px 0px 30px; } .framer-gihsy .framer-ociphd { aspect-ratio: unset; height: 390px; } .framer-gihsy .framer-12b8ay { max-width: unset; min-width: unset; padding: 60px 0px 60px 0px; } .framer-gihsy .framer-8ysnoc { flex-direction: column; min-height: 648px; } .framer-gihsy .framer-fj9xfi { max-width: unset; min-width: unset; padding: 60px 0px 60px 0px; width: 80%; } .framer-gihsy .framer-1campkt { max-width: unset; min-width: unset; padding: 60px 30px 0px 30px; } .framer-gihsy .framer-1e0xp25 { padding: 0px 0px 40px 0px; } .framer-gihsy .framer-12u71kj { padding: 60px 0px 60px 0px; } .framer-gihsy .framer-hclccz, .framer-gihsy .framer-1f9kty2-container { height: 60vh; } .framer-gihsy .framer-1e4sulr { flex-direction: column; min-height: 1080px; padding: 0px 0px 1px 0px; } .framer-gihsy .framer-zsfect, .framer-gihsy .framer-diod66 { flex: none; height: 60vh; width: 100%; } .framer-gihsy .framer-191oyev, .framer-gihsy .framer-15vhwxe { padding: 0px; } .framer-gihsy .framer-1ukue33 { max-width: unset; min-width: unset; } .framer-gihsy .framer-1awg4wg { max-width: unset; } .framer-gihsy .framer-1rwrg1f { min-height: 1248px; } .framer-gihsy .framer-70q9hf { flex-direction: column; max-width: unset; min-width: unset; padding: 60px 30px 0px 30px; } .framer-gihsy .framer-1b4v701 { flex: none; gap: 60px; padding: 0px 0px 48px 0px; width: 100%; } .framer-gihsy .framer-1lakmqw { gap: 40px; padding: 20px 0px 0px 30px; } .framer-gihsy .framer-1og7z88 { gap: 60px; padding: 20px 30px 60px 30px; } .framer-gihsy .framer-rorn2r { padding: 60px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gihsy .framer-if18x8, .framer-gihsy .framer-q18edh, .framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1hukbcf, .framer-gihsy .framer-1cznsac, .framer-gihsy .framer-1phn157, .framer-gihsy .framer-8ysnoc, .framer-gihsy .framer-1e4sulr, .framer-gihsy .framer-70q9hf, .framer-gihsy .framer-1b4v701, .framer-gihsy .framer-1lakmqw, .framer-gihsy .framer-1og7z88 { gap: 0px; } .framer-gihsy .framer-if18x8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gihsy .framer-if18x8 > :first-child, .framer-gihsy .framer-q18edh > :first-child, .framer-gihsy .framer-s3bayb > :first-child, .framer-gihsy .framer-1hukbcf > :first-child, .framer-gihsy .framer-1cznsac > :first-child, .framer-gihsy .framer-1phn157 > :first-child, .framer-gihsy .framer-8ysnoc > :first-child, .framer-gihsy .framer-1e4sulr > :first-child, .framer-gihsy .framer-70q9hf > :first-child, .framer-gihsy .framer-1b4v701 > :first-child, .framer-gihsy .framer-1lakmqw > :first-child { margin-top: 0px; } .framer-gihsy .framer-if18x8 > :last-child, .framer-gihsy .framer-q18edh > :last-child, .framer-gihsy .framer-s3bayb > :last-child, .framer-gihsy .framer-1hukbcf > :last-child, .framer-gihsy .framer-1cznsac > :last-child, .framer-gihsy .framer-1phn157 > :last-child, .framer-gihsy .framer-8ysnoc > :last-child, .framer-gihsy .framer-1e4sulr > :last-child, .framer-gihsy .framer-70q9hf > :last-child, .framer-gihsy .framer-1b4v701 > :last-child, .framer-gihsy .framer-1lakmqw > :last-child { margin-bottom: 0px; } .framer-gihsy .framer-q18edh > *, .framer-gihsy .framer-8ysnoc > *, .framer-gihsy .framer-1e4sulr > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-gihsy .framer-s3bayb > *, .framer-gihsy .framer-1hukbcf > *, .framer-gihsy .framer-1cznsac > *, .framer-gihsy .framer-1phn157 > *, .framer-gihsy .framer-70q9hf > *, .framer-gihsy .framer-1lakmqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gihsy .framer-1b4v701 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gihsy .framer-1og7z88 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-gihsy .framer-1og7z88 > :first-child { margin-left: 0px; } .framer-gihsy .framer-1og7z88 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-gihsy.framer-mtmso1 { width: 390px; } .framer-gihsy .framer-h0ly2k { flex-direction: column; height: 60px; mix-blend-mode: unset; } .framer-gihsy .framer-edvu21, .framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1cznsac, .framer-gihsy .framer-1hguzz2 { flex-direction: column; } .framer-gihsy .framer-t6tvdq { overflow: hidden; } .framer-gihsy .framer-2vdl3x { left: 30px; } .framer-gihsy .framer-1r75jn4 { bottom: 54px; left: 25px; } .framer-gihsy .framer-19lqr4d { max-width: unset; min-width: unset; padding: 60px 20px 60px 20px; } .framer-gihsy .framer-b869ip { gap: 24px; } .framer-gihsy .framer-1v4lp06 { width: 100%; } .framer-gihsy .framer-if18x8 { flex-direction: column; padding: 32px 0px 32px 0px; } .framer-gihsy .framer-zlaw0h, .framer-gihsy .framer-1s9audy, .framer-gihsy .framer-18kl74r, .framer-gihsy .framer-151n16v, .framer-gihsy .framer-1vkzsns, .framer-gihsy .framer-fabx6q, .framer-gihsy .framer-q5dbm2, .framer-gihsy .framer-1lhy3ws, .framer-gihsy .framer-1rlooty, .framer-gihsy .framer-tx6qp1, .framer-gihsy .framer-kfk9ir, .framer-gihsy .framer-1ha3e02 { flex: none; width: 100%; } .framer-gihsy .framer-q18edh { flex-direction: column; min-height: 1015px; } .framer-gihsy .framer-1y3aseq, .framer-gihsy .framer-1y3r8sx, .framer-gihsy .framer-1360rzz, .framer-gihsy .framer-7g9fah, .framer-gihsy .framer-1t9jlvr, .framer-gihsy .framer-zsfect, .framer-gihsy .framer-diod66 { flex: none; height: 50vh; width: 100%; } .framer-gihsy .framer-vuy86f, .framer-gihsy .framer-1xr1dwa, .framer-gihsy .framer-1campkt { max-width: unset; min-width: unset; padding: 60px 20px 0px 20px; } .framer-gihsy .framer-1hukbcf, .framer-gihsy .framer-1phn157 { gap: 40px; padding: 20px 0px 40px 0px; } .framer-gihsy .framer-1xf0cgq, .framer-gihsy .framer-1p2ql3h, .framer-gihsy .framer-1y0y1cg, .framer-gihsy .framer-15vhwxe { padding: 0px 0px 0px 20px; } .framer-gihsy .framer-ociphd { aspect-ratio: unset; height: 210px; } .framer-gihsy .framer-12b8ay { max-width: unset; min-width: unset; padding: 60px 0px 60px 0px; } .framer-gihsy .framer-dvswws { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-gihsy .framer-1hjb9p6 { flex: none; padding: 0px; width: 100%; } .framer-gihsy .framer-1lx1qsf, .framer-gihsy .framer-191oyev { padding: 0px; } .framer-gihsy .framer-8ysnoc { flex-direction: column; min-height: 507px; } .framer-gihsy .framer-fj9xfi { max-width: unset; min-width: unset; padding: 100px 20px 100px 20px; } .framer-gihsy .framer-1qqxqla { width: 90%; } .framer-gihsy .framer-rpi5gt { order: 0; } .framer-gihsy .framer-7xzobm { order: 1; } .framer-gihsy .framer-1e0xp25 { gap: 40px; padding: 0px 0px 40px 0px; } .framer-gihsy .framer-12u71kj { padding: 60px 0px 60px 20px; } .framer-gihsy .framer-hclccz, .framer-gihsy .framer-1f9kty2-container { height: 50vh; } .framer-gihsy .framer-1e4sulr { flex-direction: column; min-height: 422px; padding: 0px 0px 1px 0px; } .framer-gihsy .framer-1ukue33 { max-width: unset; min-width: unset; padding: 0px 20px 0px 20px; } .framer-gihsy .framer-1awg4wg { max-width: unset; } .framer-gihsy .framer-70q9hf { flex-direction: column; max-width: unset; min-width: unset; padding: 60px 20px 0px 20px; } .framer-gihsy .framer-1b4v701 { flex: none; padding: 0px 0px 40px 0px; width: 100%; } .framer-gihsy .framer-1lakmqw { gap: 40px; padding: 20px 0px 60px 0px; } .framer-gihsy .framer-1og7z88 { flex-direction: column; gap: 80px; padding: 20px 20px 60px 20px; } .framer-gihsy .framer-maifxj, .framer-gihsy .framer-1aodfys, .framer-gihsy .framer-1c1dyj1 { padding: 60px 0px 60px 0px; } .framer-gihsy .framer-rorn2r { padding: 60px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gihsy .framer-h0ly2k, .framer-gihsy .framer-edvu21, .framer-gihsy .framer-b869ip, .framer-gihsy .framer-if18x8, .framer-gihsy .framer-q18edh, .framer-gihsy .framer-s3bayb, .framer-gihsy .framer-1hukbcf, .framer-gihsy .framer-1cznsac, .framer-gihsy .framer-1phn157, .framer-gihsy .framer-dvswws, .framer-gihsy .framer-8ysnoc, .framer-gihsy .framer-1hguzz2, .framer-gihsy .framer-1e0xp25, .framer-gihsy .framer-1e4sulr, .framer-gihsy .framer-70q9hf, .framer-gihsy .framer-1lakmqw, .framer-gihsy .framer-1og7z88 { gap: 0px; } .framer-gihsy .framer-h0ly2k > *, .framer-gihsy .framer-edvu21 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gihsy .framer-h0ly2k > :first-child, .framer-gihsy .framer-edvu21 > :first-child, .framer-gihsy .framer-b869ip > :first-child, .framer-gihsy .framer-if18x8 > :first-child, .framer-gihsy .framer-q18edh > :first-child, .framer-gihsy .framer-s3bayb > :first-child, .framer-gihsy .framer-1hukbcf > :first-child, .framer-gihsy .framer-1cznsac > :first-child, .framer-gihsy .framer-1phn157 > :first-child, .framer-gihsy .framer-dvswws > :first-child, .framer-gihsy .framer-8ysnoc > :first-child, .framer-gihsy .framer-1hguzz2 > :first-child, .framer-gihsy .framer-1e0xp25 > :first-child, .framer-gihsy .framer-1e4sulr > :first-child, .framer-gihsy .framer-70q9hf > :first-child, .framer-gihsy .framer-1lakmqw > :first-child, .framer-gihsy .framer-1og7z88 > :first-child { margin-top: 0px; } .framer-gihsy .framer-h0ly2k > :last-child, .framer-gihsy .framer-edvu21 > :last-child, .framer-gihsy .framer-b869ip > :last-child, .framer-gihsy .framer-if18x8 > :last-child, .framer-gihsy .framer-q18edh > :last-child, .framer-gihsy .framer-s3bayb > :last-child, .framer-gihsy .framer-1hukbcf > :last-child, .framer-gihsy .framer-1cznsac > :last-child, .framer-gihsy .framer-1phn157 > :last-child, .framer-gihsy .framer-dvswws > :last-child, .framer-gihsy .framer-8ysnoc > :last-child, .framer-gihsy .framer-1hguzz2 > :last-child, .framer-gihsy .framer-1e0xp25 > :last-child, .framer-gihsy .framer-1e4sulr > :last-child, .framer-gihsy .framer-70q9hf > :last-child, .framer-gihsy .framer-1lakmqw > :last-child, .framer-gihsy .framer-1og7z88 > :last-child { margin-bottom: 0px; } .framer-gihsy .framer-b869ip > *, .framer-gihsy .framer-if18x8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gihsy .framer-q18edh > *, .framer-gihsy .framer-8ysnoc > *, .framer-gihsy .framer-1e4sulr > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-gihsy .framer-s3bayb > *, .framer-gihsy .framer-1hukbcf > *, .framer-gihsy .framer-1cznsac > *, .framer-gihsy .framer-1phn157 > *, .framer-gihsy .framer-dvswws > *, .framer-gihsy .framer-1hguzz2 > *, .framer-gihsy .framer-1e0xp25 > *, .framer-gihsy .framer-70q9hf > *, .framer-gihsy .framer-1lakmqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gihsy .framer-1og7z88 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13103\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"J39vt8uiI\":{\"layout\":[\"fixed\",\"auto\"]},\"Pb4HewxV4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"UzxGrLgIh\":{\"pattern\":\":UzxGrLgIh\",\"name\":\"top\"},\"v6z7Kvpyd\":{\"pattern\":\":v6z7Kvpyd\",\"name\":\"navigation\"},\"ULlb_5HDa\":{\"pattern\":\":ULlb_5HDa\",\"name\":\"hero\"},\"nA4tvg7TC\":{\"pattern\":\":nA4tvg7TC\",\"name\":\"project\"},\"QCqqwHeU7\":{\"pattern\":\":QCqqwHeU7\",\"name\":\"more-projects\"},\"l3eOjLmCP\":{\"pattern\":\":l3eOjLmCP\",\"name\":\"book-a-call\"}}\n * @framerResponsiveScreen\n */const FramerROVhDximk=withCSS(Component,css,\"framer-gihsy\");export default FramerROVhDximk;FramerROVhDximk.displayName=\"Page\";FramerROVhDximk.defaultProps={height:13103,width:1200};addFonts(FramerROVhDximk,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XYQDC7JAGGEKCBFTJWJFLWLJYO67C7XN/RVU7P55XKD46CPRWMPRMGQG2XS5IZ3EH/RJHIBK2KTTRF4HQSD33LZE5P3HZAYGJ2.woff2\",weight:\"800\"}]},...GetTemplateFonts,...SmoothScrollFonts,...ComponentsNavigationFonts,...FeatherFonts,...VideoFonts,...AnimatedNumberFonts,...CardsProjectCardFonts,...ButtonsBtnNavigationFonts,...ComponentsBookACallFonts,...FooterFonts,...ComponentsCursorsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerROVhDximk\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J39vt8uiI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pb4HewxV4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"UzxGrLgIh\\\":{\\\"pattern\\\":\\\":UzxGrLgIh\\\",\\\"name\\\":\\\"top\\\"},\\\"v6z7Kvpyd\\\":{\\\"pattern\\\":\\\":v6z7Kvpyd\\\",\\\"name\\\":\\\"navigation\\\"},\\\"ULlb_5HDa\\\":{\\\"pattern\\\":\\\":ULlb_5HDa\\\",\\\"name\\\":\\\"hero\\\"},\\\"nA4tvg7TC\\\":{\\\"pattern\\\":\\\":nA4tvg7TC\\\",\\\"name\\\":\\\"project\\\"},\\\"QCqqwHeU7\\\":{\\\"pattern\\\":\\\":QCqqwHeU7\\\",\\\"name\\\":\\\"more-projects\\\"},\\\"l3eOjLmCP\\\":{\\\"pattern\\\":\\\":l3eOjLmCP\\\",\\\"name\\\":\\\"book-a-call\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"13103\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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AY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YA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",
  "names": ["AnimatedNumber", "props", "startNumber", "endNumber", "speed", "font", "fontColor", "textAlign", "currentNumber", "setCurrentNumber", "ye", "ref", "pe", "isInView", "useInView", "ue", "controls", "animate", "value", "p", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "GetTemplateFonts", "getFonts", "ztIC8OR6U_default", "GetTemplateWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "SmoothScrollFonts", "SmoothScroll_Prod_default", "ComponentsNavigationFonts", "Am64dxw8X_default", "MotionDivWithFX", "withFX", "motion", "FeatherFonts", "Icon", "ContainerWithFXWithOptimizedAppearEffect", "ImageWithFXWithOptimizedAppearEffect", "Image2", "ImageWithFX", "RichTextWithFX", "RichText2", "VideoFonts", "Video", "AnimatedNumberFonts", "AnimatedNumber", "ContainerWithFX", "CardsProjectCardFonts", "cR4zY4def_default", "ButtonsBtnNavigationFonts", "DDLYzJ_G6_default", "ComponentsBookACallFonts", "DvRZs4_SV_default", "FooterFonts", "N3knqLmla_default", "FooterWithVariantAppearEffect", "ComponentsCursorsFonts", "QzRb71kAI_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "isSet", "value", "toResponsiveImage", "transition2", "animation2", "animation3", "animation4", "transition3", "transition4", "animation5", "transformTemplate1", "_", "t", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "animation9", "transition8", "textEffect", "animation10", "transition9", "textEffect1", "textEffect2", "textEffect3", "transition10", "textEffect4", "transition11", "textEffect5", "animation11", "transition12", "transition13", "animation12", "transition14", "transition15", "textEffect6", "textEffect7", "textEffect8", "animation13", "transition16", "textEffect9", "animation14", "transition17", "transition18", "animation15", "toImageSrc", "animation16", "transition19", "animation17", "textEffect10", "animation18", "transition20", "animation19", "animation20", "transition21", "animation21", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition22", "animation22", "animation23", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "QzRb71kAI_default", "cursor1", "cursor2", "cursor3", "cursor4", "cursor5", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "gbHgEUu_o_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "TuZJe163W", "Y2v5oLrLT", "MqS8_9IPU", "IRXCHPzpS", "BOYpBJMrK", "RR44sh5rP", "H6aF5Eq1E", "FzfYjsAjA", "BbneEldZU", "n7Xdi0e8f", "yIF8dpdPu", "XEZW4Gzhs", "rqZSVrvK7", "kRAiAEZFG", "PoaxrOuxY", "XBu_Rg06B", "bhKAXd3ii", "H4k33O_Lo", "zpjRlrvwZ", "J2wulRQTS", "cb7uoy2Jm", "hBNl0e7hI", "z5woXSVWG", "UXRES5PH0", "qHnsadBSQ", "OBycCjX8Y", "vK8P5E4en", "ZvwbmeDM_", "At3EQJ1Kn", "TUTdIMPe7", "q20WNEmvP", "fS7R3bEfs", "Gks2ZoklM", "Q599Z5r7N", "CEYn7grwe", "o11_pMW0v", "k8RFEosl4", "jAWGN7kly", "yk3E6NII7", "VOIM1olEV", "ShVQ9l3mL", "Tuntw32Pv", "aq8456iSd", "TUBFBKm3q", "RYtYL1sVn", "AVajUgH99", "ha3AkFiI5", "k49jIusKR", "YyJaNnOCy", "jkVOsFSCr", "Fn11UNPqgwUvzOP0ak", "TuZJe163WwUvzOP0ak", "MqS8_9IPUwUvzOP0ak", "Y2v5oLrLTwUvzOP0ak", "IRXCHPzpSwUvzOP0ak", "idwUvzOP0ak", "LX_LbEWOm", "Fn11UNPqg", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "router", "useRouter", "visible", "elementId2", "ref3", "ref4", "elementId3", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "visible22", "visible23", "visible24", "visible25", "elementId4", "ref5", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "GetTemplateWithVariantAppearEffect", "Container", "SmoothScroll_Prod_default", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "Am64dxw8X_default", "ImageWithFXWithOptimizedAppearEffect", "MotionDivWithFX", "RichText2", "x", "ContainerWithFXWithOptimizedAppearEffect", "Icon", "ImageWithFX", "RichTextWithFX", "Video", "AnimatedNumber", "ContainerWithFX", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "cR4zY4def_default", "resolvedLinks1", "DDLYzJ_G6_default", "DvRZs4_SV_default", "resolvedLinks2", "FooterWithVariantAppearEffect", "css", "FramerROVhDximk", "withCSS", "ROVhDximk_default", "addFonts", "GetTemplateFonts", "SmoothScrollFonts", "ComponentsNavigationFonts", "FeatherFonts", "VideoFonts", "AnimatedNumberFonts", "CardsProjectCardFonts", "ButtonsBtnNavigationFonts", "ComponentsBookACallFonts", "FooterFonts", "ComponentsCursorsFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
