{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js", "ssg:https://framerusercontent.com/modules/tqrLC7FdWnbrTBu4Jbjx/xAsV4D3kJS5KXk2kRGw6/EvMPvjkuO.js", "ssg:https://framerusercontent.com/modules/gpJQyGjpKPevTaQiu3p0/ZDmzR79yPuaIOrHccYOJ/DT5zjlPvT.js", "ssg:https://framerusercontent.com/modules/WynOyHqbPsFV22L1clem/VHJpPkQfKz2lDkt2u1qx/ESryYkaFA.js", "ssg:https://framerusercontent.com/modules/zPiHZY9T41ef8ogyLY12/eMLZqjkXYt54Vp9kTTon/c7UIRUQhf.js", "ssg:https://framerusercontent.com/modules/qyUiVXBwihzgI7ZfkakW/qs1RCNURx7tiXy5lWYov/VxWZXGISB.js", "ssg:https://framerusercontent.com/modules/xdx1aWYctHP56eFdIPvJ/FZ9pU7hQKz4m7hr3YSr4/DM0pIiYm6.js"],
  "sourcesContent": ["import{jsx as e}from\"react/jsx-runtime\";import{useState as t,useEffect as o}from\"react\";import{addPropertyControls as i,ControlType as l}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function s(i){let[l,s]=t(null);o(()=>{let e=i.customSvgCode;r(e);},[i.customSvgCode,i.customColor,i.customStrokeWidth,i.lineCap,i.lineJoin]);let r=e=>{let t=[[/width=\"[^\"]*\"/,'width=\"100%\"'],[/height=\"[^\"]*\"/,'height=\"100%\"']],o=e.includes('stroke=\"'),l=e.includes('stroke-width=\"'),r=e.includes('stroke-linecap=\"'),n=e.includes('stroke-linejoin=\"');if(e.includes(\"<circle\")){// Find the circle element and update its fill attribute\nlet o=/<circle[^>]*fill=\"([^\"]*)\"/,l=e.match(o);if(l){// Update the fill attribute with the custom color\nlet t=l[0].replace(l[1],i.customColor);e=e.replace(o,t);}else // If there is no fill attribute, add it with the custom color\nt.push([/<circle/g,`<circle fill=\"${i.customColor}\"`]);}o?(r?t.push([/<path/g,`<path stroke=\"${i.customColor}\" stroke-linecap=\"${i.lineCap}\"`]):t.push([/<path/g,`<path stroke=\"${i.customColor}\"`]),l&&t.push([/stroke-width=\"(?!0\\b)\\d+(\\.\\d+)?\"/g,`stroke-width=\"${i.customStrokeWidth}\"`])):t.push([/<path/g,`<path fill=\"${i.customColor}\"`]),e.includes('overflow=\"')?t.push([/overflow=\"[^\"]*\"/,'overflow=\"visible\"']):t.push([/<svg/,'<svg overflow=\"visible\"']),n?t.push([/stroke-linejoin=\"[^\"]*\"/,`stroke-linejoin=\"${i.lineJoin}\"`]):t.push([/<path/g,`<path stroke-linejoin=\"${i.lineJoin}\"`]),t.forEach(([t,o])=>{e=e.replace(t,o);}),s(e);},n={padding:`${i.customPadding}px`,display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",overflow:\"visible\"};return /*#__PURE__*/e(\"div\",{dangerouslySetInnerHTML:{__html:l},style:n});}s.defaultProps={customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9996 4.58607L19.414 12.0001L22.9139 8.50015L15.4997 1.08594L11.9996 4.58607Z\" fill=\"black\"/> <path d=\"M18.403 13.8175L10.1822 5.59708L5.63438 7.25082L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L16.7491 18.3656L18.403 13.8175Z\" fill=\"black\"/> </svg>',customColor:\"#ffffff\",customPadding:0,customStrokeWidth:2,lineCap:\"butt\",lineJoin:\"miter\"},i(s,{customSvgCode:{type:l.String,title:\"SVG Code\",displayTextArea:!1},customColor:{type:l.Color,title:\"Color\",defaultValue:\"#ffffff\"},customStrokeWidth:{type:l.Number,title:\"Stroke\",defaultValue:2,min:0,step:.1,displayStepper:!0,hidden:e=>!e.customSvgCode.includes('stroke=\"')},customPadding:{type:l.Number,title:\"Padding\",defaultValue:0,min:0,step:1,displayStepper:!0},lineCap:{type:l.Enum,title:\"Line Cap\",options:[\"butt\",\"round\",\"square\"],optionTitles:[\"Butt\",\"Round\",\"Square\"],defaultValue:\"butt\",hidden:e=>!e.customSvgCode.includes('stroke=\"')},lineJoin:{type:l.Enum,title:\"Line Join\",options:[\"round\",\"miter\",\"bevel\"],optionTitles:[\"Round\",\"Miter\",\"Bevel\"],defaultValue:\"miter\",hidden:e=>!e.customSvgCode.includes('stroke=\"')}});export default s;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVG\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG.map", "// Generated by Framer (4f5e97b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as i,Image as n,useActiveVariantCallback as l,useLocaleInfo as s,useVariantState as d,withCSS as m}from\"framer\";import{LayoutGroup as u,motion as p,MotionConfigContext as f}from\"framer-motion\";import*as c from\"react\";let h={JSBRhZ05q:{hover:!0}},v=[\"kGqWZo08u\",\"JSBRhZ05q\"],w=\"framer-vWUw1\",b={JSBRhZ05q:\"framer-v-12o467w\",kGqWZo08u:\"framer-v-10hsbsc\"};function y(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let g={default:{delay:0,duration:.25,ease:[.44,0,.56,1],type:\"tween\"}},R=e=>\"object\"==typeof e&&null!==e&&\"string\"==typeof e.src?e:\"string\"==typeof e?{src:e}:void 0,B=({value:r,children:t})=>{let a=c.useContext(f),o=null!=r?r:a.transition,i=c.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(f.Provider,{value:i,children:t});},q={Active:\"kGqWZo08u\",Inactive:\"JSBRhZ05q\"},x=({border:e,height:r,id:t,image:a,tap:o,width:i,...n})=>{var l,s,d,m;return{...n,Na8yZDTE3:null!=o?o:n.Na8yZDTE3,qorJ6sE5a:null!==(l=null!=e?e:n.qorJ6sE5a)&&void 0!==l?l:\"rgb(255, 255, 255)\",variant:null!==(d=null!==(s=q[n.variant])&&void 0!==s?s:n.variant)&&void 0!==d?d:\"kGqWZo08u\",ztRBQIg9r:null!==(m=null!=a?a:n.ztRBQIg9r)&&void 0!==m?m:{src:\"https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=512 512w, https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp 1456w\"}};},Z=(e,r)=>r.join(\"-\")+e.layoutDependency,j=/*#__PURE__*/c.forwardRef(function(t,a){let{activeLocale:o}=s(),{style:m,className:f,layoutId:w,variant:q,ztRBQIg9r:j,Na8yZDTE3:W,qorJ6sE5a:J,...N}=x(t),{baseVariant:S,classNames:k,gestureVariant:I,setGestureState:T,setVariant:z,transition:E,variants:A}=d({cycleOrder:v,defaultVariant:\"kGqWZo08u\",enabledGestures:h,transitions:g,variant:q,variantClassNames:b}),L=Z(t,A),{activeVariantCallback:U,delay:G}=l(S),D=U(async(...e)=>{if(W){let r=await W(...e);if(!1===r)return!1;}}),O=c.useRef(null),F=c.useId();return /*#__PURE__*/e(u,{id:null!=w?w:F,children:/*#__PURE__*/e(p.div,{initial:q,animate:A,onHoverStart:()=>T({isHovered:!0}),onHoverEnd:()=>T({isHovered:!1}),onTapStart:()=>T({isPressed:!0}),onTap:()=>T({isPressed:!1}),onTapCancel:()=>T({isPressed:!1}),className:i(\"framer-vWUw1\",...[],k),style:{display:\"contents\"},children:/*#__PURE__*/e(B,{value:E,children:/*#__PURE__*/r(p.div,{...N,className:i(\"framer-10hsbsc\",f),\"data-framer-name\":\"Active\",\"data-highlight\":!0,layoutDependency:L,layoutId:\"kGqWZo08u\",onTap:D,ref:null!=a?a:O,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...m},variants:{\"JSBRhZ05q-hover\":{opacity:.8},JSBRhZ05q:{opacity:.4}},...y({\"JSBRhZ05q-hover\":{\"data-framer-name\":void 0},JSBRhZ05q:{\"data-framer-name\":\"Inactive\"}},S,I),children:[/*#__PURE__*/e(p.div,{className:\"framer-1kwqkx5\",\"data-framer-name\":\"Border\",layoutDependency:L,layoutId:\"JWiUs4_s_\",style:{backgroundColor:J,opacity:0},variants:{JSBRhZ05q:{opacity:.2}}}),/*#__PURE__*/e(n,{background:{alt:\"\",fit:\"fill\",sizes:\"80px\",...R(j)},className:\"framer-1ame7u7\",\"data-framer-name\":\"Image\",layoutDependency:L,layoutId:\"RjsMvp5Bq\",style:{borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7}})]})})})});}),W=['.framer-vWUw1 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vWUw1 .framer-3os7mm { display: block; }\",\".framer-vWUw1 .framer-10hsbsc { cursor: pointer; height: 46px; overflow: hidden; position: relative; width: 82px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vWUw1 .framer-1kwqkx5 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-vWUw1 .framer-1ame7u7 { flex: none; height: 44px; left: calc(50.00000000000002% - 80px / 2); overflow: visible; pointer-events: none; position: absolute; top: calc(50.00000000000002% - 44px / 2); width: 80px; }\"],J=m(j,W,\"framer-vWUw1\");export default J;J.displayName=\"Gallery/Navigation Item\",J.defaultProps={height:46,width:82},a(J,{variant:{options:[\"kGqWZo08u\",\"JSBRhZ05q\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:o.Enum},ztRBQIg9r:{__defaultAssetReference:\"data:framer/asset-reference,lmFollwwBANyjurh7LnOrwRjzY.webp?originalFilename=blue-1.webp&preferredSize=auto\",title:\"Image\",type:o.ResponsiveImage},Na8yZDTE3:{title:\"Tap\",type:o.EventHandler},qorJ6sE5a:{defaultValue:\"rgb(255, 255, 255)\",title:\"Border\",type:o.Color}}),t(J,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEvMPvjkuO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"46\",\"framerVariables\":\"{\\\"ztRBQIg9r\\\":\\\"image\\\",\\\"Na8yZDTE3\\\":\\\"tap\\\",\\\"qorJ6sE5a\\\":\\\"border\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JSBRhZ05q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dt5DBic_o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"82\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EvMPvjkuO.map", "// Generated by Framer (4f5e97b)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as n,cx as i,getFonts as m,useActiveVariantCallback as o,useLocaleInfo as f,useVariantState as s,withCSS as l}from\"framer\";import{LayoutGroup as d,motion as c,MotionConfigContext as h}from\"framer-motion\";import*as v from\"react\";import y from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/hAahUT5WhkA90ScusgxD/SVG.js\";import u from\"https://framerusercontent.com/modules/tqrLC7FdWnbrTBu4Jbjx/xAsV4D3kJS5KXk2kRGw6/EvMPvjkuO.js\";let g=m(u),p=m(y),q=[\"sWviQKIxH\",\"PhT7IzTRL\",\"fvK3TlZwl\",\"MsmC3_wur\",\"Ko10hC4oY\",\"Y0OZVA34l\",\"BKuMeoHms\",\"tSm0HX6eu\"],x=\"framer-rqdns\",w={BKuMeoHms:\"framer-v-z4eh2f\",fvK3TlZwl:\"framer-v-1la4q2t\",Ko10hC4oY:\"framer-v-31f8og\",MsmC3_wur:\"framer-v-1xrs7i6\",PhT7IzTRL:\"framer-v-ae5lod\",sWviQKIxH:\"framer-v-1tm5zsy\",tSm0HX6eu:\"framer-v-137zijx\",Y0OZVA34l:\"framer-v-z8sx1g\"};function b(r,...e){let a={};return null==e||e.forEach(e=>e&&Object.assign(a,r[e])),a;}let z={default:{damping:60,delay:0,mass:1,stiffness:650,type:\"spring\"}},I=r=>\"object\"==typeof r&&null!==r&&\"string\"==typeof r.src?r:\"string\"==typeof r?{src:r}:void 0,R=r=>null!=r&&\"\"!==r,k=({value:e,children:a})=>{let t=v.useContext(h),n=null!=e?e:t.transition,i=v.useMemo(()=>({...t,transition:n}),[JSON.stringify(n)]);return /*#__PURE__*/r(h.Provider,{value:i,children:a});},j={1:\"sWviQKIxH\",2:\"PhT7IzTRL\",3:\"fvK3TlZwl\",4:\"MsmC3_wur\",5:\"Ko10hC4oY\",6:\"Y0OZVA34l\",7:\"BKuMeoHms\",8:\"tSm0HX6eu\"},T=({_1:r,_2:e,_3:a,_4:t,_5:n,_6:i,_7:m,_8:o,background:f,height:s,id:l,image1:d,image2:c,image3:h,image4:v,image5:y,image6:u,image7:g,image8:p,selector:q,width:x,...w})=>{var b,z,I,R,k,T;return{...w,cx33mnUE3:null!==(b=null!=c?c:w.cx33mnUE3)&&void 0!==b?b:{src:\"https://framerusercontent.com/images/sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?scale-down-to=512 512w, https://framerusercontent.com/images/sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp 1456w\"},FfrO1KV0Q:null!=a?a:w.FfrO1KV0Q,FX_YoCLJm:null!==(z=null!=d?d:w.FX_YoCLJm)&&void 0!==z?z:{src:\"https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=512 512w, https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=1024 1024w, https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp 1456w\"},g8ToaZVmj:null!=h?h:w.g8ToaZVmj,guL96G44I:null!=m?m:w.guL96G44I,IqDVb43PR:null!==(I=null!=q?q:w.IqDVb43PR)&&void 0!==I?I:'var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {\"name\":\"12\"} */',jR68EO0KP:null!=t?t:w.jR68EO0KP,kV0neR1DF:null!=p?p:w.kV0neR1DF,moyOFAv_J:null!=i?i:w.moyOFAv_J,MvhWGEEJw:null!=o?o:w.MvhWGEEJw,qO9woDsIE:null!=v?v:w.qO9woDsIE,qX5aJY0_l:null!=r?r:w.qX5aJY0_l,RthHlBIYj:null!=e?e:w.RthHlBIYj,variant:null!==(k=null!==(R=j[w.variant])&&void 0!==R?R:w.variant)&&void 0!==k?k:\"sWviQKIxH\",XLzMbvsC3:null!==(T=null!=f?f:w.XLzMbvsC3)&&void 0!==T?T:'var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5)) /* {\"name\":\"1\"} */',y0fX7xmZq:null!=y?y:w.y0fX7xmZq,YjoLglh7W:null!=g?g:w.YjoLglh7W,YLJ1H6SSA:null!=n?n:w.YLJ1H6SSA,ZrKNCUwGg:null!=u?u:w.ZrKNCUwGg};},Z=(r,e)=>e.join(\"-\")+r.layoutDependency,H=/*#__PURE__*/v.forwardRef(function(a,t){let{activeLocale:n}=f(),{style:m,className:l,layoutId:h,variant:g,moyOFAv_J:p,guL96G44I:x,MvhWGEEJw:j,XLzMbvsC3:H,IqDVb43PR:B,FX_YoCLJm:J,cx33mnUE3:C,g8ToaZVmj:Y,qO9woDsIE:E,y0fX7xmZq:S,ZrKNCUwGg:N,YjoLglh7W:D,kV0neR1DF:K,qX5aJY0_l:M,RthHlBIYj:O,FfrO1KV0Q:Q,jR68EO0KP:X,YLJ1H6SSA:L,...V}=T(a),{baseVariant:W,classNames:A,gestureVariant:G,setGestureState:F,setVariant:_,transition:U,variants:P}=s({cycleOrder:q,defaultVariant:\"sWviQKIxH\",transitions:z,variant:g,variantClassNames:w}),$=Z(a,P),{activeVariantCallback:rr,delay:re}=o(W),ra=rr(async(...r)=>{if(M){let e=await M(...r);if(!1===e)return!1;}_(\"sWviQKIxH\");}),rt=rr(async(...r)=>{if(O){let e=await O(...r);if(!1===e)return!1;}_(\"PhT7IzTRL\");}),rn=rr(async(...r)=>{if(Q){let e=await Q(...r);if(!1===e)return!1;}_(\"fvK3TlZwl\");}),ri=rr(async(...r)=>{if(X){let e=await X(...r);if(!1===e)return!1;}_(\"MsmC3_wur\");}),rm=rr(async(...r)=>{if(L){let e=await L(...r);if(!1===e)return!1;}_(\"Ko10hC4oY\");}),ro=rr(async(...r)=>{if(p){let e=await p(...r);if(!1===e)return!1;}_(\"Y0OZVA34l\");}),rf=rr(async(...r)=>{if(x){let e=await x(...r);if(!1===e)return!1;}_(\"BKuMeoHms\");}),rs=rr(async(...r)=>{if(j){let e=await j(...r);if(!1===e)return!1;}_(\"tSm0HX6eu\");}),rl=v.useRef(null),rd=v.useId();return /*#__PURE__*/r(d,{id:null!=h?h:rd,children:/*#__PURE__*/r(c.div,{initial:g,animate:P,onHoverStart:()=>F({isHovered:!0}),onHoverEnd:()=>F({isHovered:!1}),onTapStart:()=>F({isPressed:!0}),onTap:()=>F({isPressed:!1}),onTapCancel:()=>F({isPressed:!1}),className:i(\"framer-rqdns\",...[],A),style:{display:\"contents\"},children:/*#__PURE__*/r(k,{value:U,children:/*#__PURE__*/e(c.div,{...V,className:i(\"framer-1tm5zsy\",l),\"data-framer-name\":\"1\",layoutDependency:$,layoutId:\"sWviQKIxH\",ref:null!=t?t:rl,style:{backgroundColor:H,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...m},...b({BKuMeoHms:{\"data-framer-name\":\"7\"},fvK3TlZwl:{\"data-framer-name\":\"3\"},Ko10hC4oY:{\"data-framer-name\":\"5\"},MsmC3_wur:{\"data-framer-name\":\"4\"},PhT7IzTRL:{\"data-framer-name\":\"2\"},tSm0HX6eu:{\"data-framer-name\":\"8\"},Y0OZVA34l:{\"data-framer-name\":\"6\"}},W,G),children:[/*#__PURE__*/r(c.div,{className:\"framer-1wxztg6-container\",layoutDependency:$,layoutId:\"sLmRmXFIx-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"sLmRmXFIx\",layoutId:\"sLmRmXFIx\",Na8yZDTE3:ra,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"kGqWZo08u\",width:\"100%\",ztRBQIg9r:I(J),...b({BKuMeoHms:{variant:\"JSBRhZ05q\"},fvK3TlZwl:{variant:\"JSBRhZ05q\"},Ko10hC4oY:{variant:\"JSBRhZ05q\"},MsmC3_wur:{variant:\"JSBRhZ05q\"},PhT7IzTRL:{variant:\"JSBRhZ05q\"},tSm0HX6eu:{variant:\"JSBRhZ05q\"},Y0OZVA34l:{variant:\"JSBRhZ05q\"}},W,G)})}),/*#__PURE__*/r(c.div,{className:\"framer-1073ma4-container\",layoutDependency:$,layoutId:\"TaIXWTY4s-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"TaIXWTY4s\",layoutId:\"TaIXWTY4s\",Na8yZDTE3:rt,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(C),...b({PhT7IzTRL:{variant:\"kGqWZo08u\"}},W,G)})}),R(Y)&&/*#__PURE__*/r(c.div,{className:\"framer-1qzh8qf-container\",layoutDependency:$,layoutId:\"eUZi21W6s-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"eUZi21W6s\",layoutId:\"eUZi21W6s\",Na8yZDTE3:rn,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(Y),...b({fvK3TlZwl:{variant:\"kGqWZo08u\"}},W,G)})}),R(E)&&/*#__PURE__*/r(c.div,{className:\"framer-180pvf0-container\",layoutDependency:$,layoutId:\"UVK4ywfbk-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"UVK4ywfbk\",layoutId:\"UVK4ywfbk\",Na8yZDTE3:ri,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(E),...b({MsmC3_wur:{variant:\"kGqWZo08u\"}},W,G)})}),R(S)&&/*#__PURE__*/r(c.div,{className:\"framer-1szz7ph-container\",layoutDependency:$,layoutId:\"vBDJTuYqx-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"vBDJTuYqx\",layoutId:\"vBDJTuYqx\",Na8yZDTE3:rm,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(S),...b({Ko10hC4oY:{variant:\"kGqWZo08u\"}},W,G)})}),R(N)&&/*#__PURE__*/r(c.div,{className:\"framer-2rngo5-container\",layoutDependency:$,layoutId:\"t3F3pCjyV-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"t3F3pCjyV\",layoutId:\"t3F3pCjyV\",Na8yZDTE3:ro,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(N),...b({Y0OZVA34l:{variant:\"kGqWZo08u\"}},W,G)})}),R(D)&&/*#__PURE__*/r(c.div,{className:\"framer-1yfpeax-container\",layoutDependency:$,layoutId:\"UBYubqkj1-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"UBYubqkj1\",layoutId:\"UBYubqkj1\",Na8yZDTE3:rf,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(D),...b({BKuMeoHms:{variant:\"kGqWZo08u\"}},W,G)})}),R(K)&&/*#__PURE__*/r(c.div,{className:\"framer-wyv4ta-container\",layoutDependency:$,layoutId:\"RezuIzgLA-container\",children:/*#__PURE__*/r(u,{height:\"100%\",id:\"RezuIzgLA\",layoutId:\"RezuIzgLA\",Na8yZDTE3:rs,qorJ6sE5a:B,style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(K),...b({tSm0HX6eu:{variant:\"kGqWZo08u\"}},W,G)})}),/*#__PURE__*/e(c.div,{className:\"framer-1mxfycc\",\"data-framer-name\":\"Selector\",layoutDependency:$,layoutId:\"q2P8WsY24\",children:[/*#__PURE__*/r(c.div,{className:\"framer-r55sj5\",\"data-framer-name\":\"Helper\",layoutDependency:$,layoutId:\"Lhxgvii2w\",children:/*#__PURE__*/r(c.div,{className:\"framer-sgtyak-container\",layoutDependency:$,layoutId:\"Ty0JWO93A-container\",children:/*#__PURE__*/r(y,{customColor:B,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"86\" height=\"50\" viewBox=\"0 0 86 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96341 0H76.0366C81.5731 0 86 4.48832 86 9.94983V40.0502C86 45.5117 81.5731 50 76.0366 50H9.96342C4.42691 50 0 45.5117 0 40.0502V9.94983C0 4.48832 4.42691 0 9.96341 0ZM9.96341 1.92308C5.54024 1.92308 1.95455 5.51678 1.95455 9.94983V40.0502C1.95455 44.4832 5.54024 48.0769 9.96342 48.0769H76.0366C80.4598 48.0769 84.0455 44.4832 84.0455 40.0502V9.94983C84.0455 5.51678 80.4598 1.92308 76.0366 1.92308H9.96341Z\" fill=\"black\"/> </svg>',height:\"100%\",id:\"Ty0JWO93A\",layoutId:\"Ty0JWO93A\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/r(c.div,{className:\"framer-s2mbvd-container\",layoutDependency:$,layoutId:\"wECCHjToT-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"wECCHjToT\",layoutId:\"wECCHjToT\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(C)})}),/*#__PURE__*/r(c.div,{className:\"framer-1kmx5kj-container\",layoutDependency:$,layoutId:\"XOrlg_vuC-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"XOrlg_vuC\",layoutId:\"XOrlg_vuC\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(Y)})}),R(E)&&/*#__PURE__*/r(c.div,{className:\"framer-bg4x7l-container\",layoutDependency:$,layoutId:\"AYHUXfXGq-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"AYHUXfXGq\",layoutId:\"AYHUXfXGq\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(E)})}),R(S)&&/*#__PURE__*/r(c.div,{className:\"framer-dr01gk-container\",layoutDependency:$,layoutId:\"llkhpgocz-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"llkhpgocz\",layoutId:\"llkhpgocz\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(S)})}),R(N)&&/*#__PURE__*/r(c.div,{className:\"framer-xa9a5g-container\",layoutDependency:$,layoutId:\"R76MQU60D-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"R76MQU60D\",layoutId:\"R76MQU60D\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(N)})}),R(D)&&/*#__PURE__*/r(c.div,{className:\"framer-kzephy-container\",layoutDependency:$,layoutId:\"Zbz4SNtq9-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"Zbz4SNtq9\",layoutId:\"Zbz4SNtq9\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(D)})}),R(K)&&/*#__PURE__*/r(c.div,{className:\"framer-ohayr8-container\",layoutDependency:$,layoutId:\"Xxb7fIxqu-container\",style:{opacity:0},children:/*#__PURE__*/r(u,{height:\"100%\",id:\"Xxb7fIxqu\",layoutId:\"Xxb7fIxqu\",qorJ6sE5a:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"JSBRhZ05q\",width:\"100%\",ztRBQIg9r:I(K)})})]})]})})})});}),B=['.framer-rqdns [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rqdns .framer-102fvrs { display: block; }\",\".framer-rqdns .framer-1tm5zsy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; max-width: 380px; overflow: hidden; padding: 8px 8px 8px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rqdns .framer-1wxztg6-container, .framer-rqdns .framer-1073ma4-container, .framer-rqdns .framer-1qzh8qf-container, .framer-rqdns .framer-180pvf0-container, .framer-rqdns .framer-1szz7ph-container, .framer-rqdns .framer-2rngo5-container, .framer-rqdns .framer-1yfpeax-container, .framer-rqdns .framer-wyv4ta-container { flex: none; height: 46px; position: relative; width: 82px; }\",\".framer-rqdns .framer-1mxfycc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 52px; justify-content: flex-start; left: 0px; overflow: visible; padding: 8px 8px 8px 8px; pointer-events: none; position: absolute; right: 0px; top: calc(50.00000000000002% - 52px / 2); z-index: 2; }\",\".framer-rqdns .framer-r55sj5 { flex: none; height: 52px; overflow: visible; pointer-events: none; position: relative; width: 82px; }\",\".framer-rqdns .framer-sgtyak-container { flex: none; height: 50px; left: calc(50.00000000000002% - 86px / 2); position: absolute; top: calc(50.00000000000002% - 50px / 2); width: 86px; z-index: 1; }\",\".framer-rqdns .framer-s2mbvd-container, .framer-rqdns .framer-1kmx5kj-container, .framer-rqdns .framer-bg4x7l-container, .framer-rqdns .framer-dr01gk-container, .framer-rqdns .framer-xa9a5g-container, .framer-rqdns .framer-kzephy-container, .framer-rqdns .framer-ohayr8-container { flex: none; height: 46px; pointer-events: none; position: relative; width: 82px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rqdns .framer-1tm5zsy, .framer-rqdns .framer-1mxfycc { gap: 0px; } .framer-rqdns .framer-1tm5zsy > *, .framer-rqdns .framer-1mxfycc > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-rqdns .framer-1tm5zsy > :first-child, .framer-rqdns .framer-1mxfycc > :first-child { margin-left: 0px; } .framer-rqdns .framer-1tm5zsy > :last-child, .framer-rqdns .framer-1mxfycc > :last-child { margin-right: 0px; } }\",\".framer-rqdns.framer-v-ae5lod .framer-r55sj5, .framer-rqdns.framer-v-1la4q2t .framer-1kmx5kj-container, .framer-rqdns.framer-v-1xrs7i6 .framer-1kmx5kj-container, .framer-rqdns.framer-v-31f8og .framer-1kmx5kj-container, .framer-rqdns.framer-v-z8sx1g .framer-1kmx5kj-container, .framer-rqdns.framer-v-z4eh2f .framer-1kmx5kj-container, .framer-rqdns.framer-v-137zijx .framer-1kmx5kj-container { order: 1; }\",\".framer-rqdns.framer-v-ae5lod .framer-s2mbvd-container, .framer-rqdns.framer-v-1la4q2t .framer-s2mbvd-container, .framer-rqdns.framer-v-1xrs7i6 .framer-s2mbvd-container, .framer-rqdns.framer-v-31f8og .framer-s2mbvd-container, .framer-rqdns.framer-v-z8sx1g .framer-s2mbvd-container, .framer-rqdns.framer-v-z4eh2f .framer-s2mbvd-container, .framer-rqdns.framer-v-137zijx .framer-s2mbvd-container { order: 0; }\",\".framer-rqdns.framer-v-ae5lod .framer-1kmx5kj-container, .framer-rqdns.framer-v-1la4q2t .framer-r55sj5, .framer-rqdns.framer-v-1xrs7i6 .framer-bg4x7l-container, .framer-rqdns.framer-v-31f8og .framer-bg4x7l-container, .framer-rqdns.framer-v-z8sx1g .framer-bg4x7l-container, .framer-rqdns.framer-v-z4eh2f .framer-bg4x7l-container, .framer-rqdns.framer-v-137zijx .framer-bg4x7l-container { order: 2; }\",\".framer-rqdns.framer-v-ae5lod .framer-bg4x7l-container, .framer-rqdns.framer-v-1la4q2t .framer-bg4x7l-container, .framer-rqdns.framer-v-1xrs7i6 .framer-r55sj5, .framer-rqdns.framer-v-31f8og .framer-dr01gk-container, .framer-rqdns.framer-v-z8sx1g .framer-dr01gk-container, .framer-rqdns.framer-v-z4eh2f .framer-dr01gk-container, .framer-rqdns.framer-v-137zijx .framer-dr01gk-container { order: 3; }\",\".framer-rqdns.framer-v-ae5lod .framer-dr01gk-container, .framer-rqdns.framer-v-1la4q2t .framer-dr01gk-container, .framer-rqdns.framer-v-1xrs7i6 .framer-dr01gk-container, .framer-rqdns.framer-v-31f8og .framer-r55sj5, .framer-rqdns.framer-v-z8sx1g .framer-xa9a5g-container, .framer-rqdns.framer-v-z4eh2f .framer-xa9a5g-container, .framer-rqdns.framer-v-137zijx .framer-xa9a5g-container { order: 4; }\",\".framer-rqdns.framer-v-ae5lod .framer-xa9a5g-container, .framer-rqdns.framer-v-1la4q2t .framer-xa9a5g-container, .framer-rqdns.framer-v-1xrs7i6 .framer-xa9a5g-container, .framer-rqdns.framer-v-31f8og .framer-xa9a5g-container, .framer-rqdns.framer-v-z8sx1g .framer-r55sj5, .framer-rqdns.framer-v-z4eh2f .framer-kzephy-container, .framer-rqdns.framer-v-137zijx .framer-kzephy-container { order: 5; }\",\".framer-rqdns.framer-v-ae5lod .framer-kzephy-container, .framer-rqdns.framer-v-1la4q2t .framer-kzephy-container, .framer-rqdns.framer-v-1xrs7i6 .framer-kzephy-container, .framer-rqdns.framer-v-31f8og .framer-kzephy-container, .framer-rqdns.framer-v-z8sx1g .framer-kzephy-container, .framer-rqdns.framer-v-z4eh2f .framer-r55sj5, .framer-rqdns.framer-v-137zijx .framer-ohayr8-container { order: 6; }\",\".framer-rqdns.framer-v-ae5lod .framer-ohayr8-container, .framer-rqdns.framer-v-1la4q2t .framer-ohayr8-container, .framer-rqdns.framer-v-1xrs7i6 .framer-ohayr8-container, .framer-rqdns.framer-v-31f8og .framer-ohayr8-container, .framer-rqdns.framer-v-z8sx1g .framer-ohayr8-container, .framer-rqdns.framer-v-z4eh2f .framer-ohayr8-container, .framer-rqdns.framer-v-137zijx .framer-r55sj5 { order: 7; }\",\".framer-rqdns.framer-v-31f8og .framer-1tm5zsy, .framer-rqdns.framer-v-31f8og .framer-1mxfycc, .framer-rqdns.framer-v-z8sx1g .framer-1tm5zsy, .framer-rqdns.framer-v-z8sx1g .framer-1mxfycc, .framer-rqdns.framer-v-z4eh2f .framer-1tm5zsy, .framer-rqdns.framer-v-z4eh2f .framer-1mxfycc, .framer-rqdns.framer-v-137zijx .framer-1tm5zsy, .framer-rqdns.framer-v-137zijx .framer-1mxfycc { justify-content: flex-end; }\"],J=l(H,B,\"framer-rqdns\");export default J;J.displayName=\"Gallery/Navigation\",J.defaultProps={height:62,width:184},t(J,{variant:{options:[\"sWviQKIxH\",\"PhT7IzTRL\",\"fvK3TlZwl\",\"MsmC3_wur\",\"Ko10hC4oY\",\"Y0OZVA34l\",\"BKuMeoHms\",\"tSm0HX6eu\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\"],title:\"Variant\",type:n.Enum},moyOFAv_J:{title:\"6\",type:n.EventHandler},guL96G44I:{title:\"7\",type:n.EventHandler},MvhWGEEJw:{title:\"8\",type:n.EventHandler},XLzMbvsC3:{defaultValue:'var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5)) /* {\"name\":\"1\"} */',title:\"Background\",type:n.Color},IqDVb43PR:{defaultValue:'var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {\"name\":\"12\"} */',title:\"Selector\",type:n.Color},FX_YoCLJm:{__defaultAssetReference:\"data:framer/asset-reference,lmFollwwBANyjurh7LnOrwRjzY.webp?originalFilename=blue-1.webp&preferredSize=auto\",title:\"Image 1\",type:n.ResponsiveImage},cx33mnUE3:{__defaultAssetReference:\"data:framer/asset-reference,sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?originalFilename=orange-1.webp&preferredSize=auto\",title:\"Image 2\",type:n.ResponsiveImage},g8ToaZVmj:{title:\"Image 3\",type:n.ResponsiveImage},qO9woDsIE:{title:\"Image 4\",type:n.ResponsiveImage},y0fX7xmZq:{title:\"Image 5\",type:n.ResponsiveImage},ZrKNCUwGg:{title:\"Image 6\",type:n.ResponsiveImage},YjoLglh7W:{title:\"Image 7\",type:n.ResponsiveImage},kV0neR1DF:{title:\"Image 8\",type:n.ResponsiveImage},qX5aJY0_l:{title:\"1\",type:n.EventHandler},RthHlBIYj:{title:\"2\",type:n.EventHandler},FfrO1KV0Q:{title:\"3\",type:n.EventHandler},jR68EO0KP:{title:\"4\",type:n.EventHandler},YLJ1H6SSA:{title:\"5\",type:n.EventHandler}}),a(J,[...g,...p]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDT5zjlPvT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"62\",\"framerVariables\":\"{\\\"moyOFAv_J\\\":\\\"_6\\\",\\\"guL96G44I\\\":\\\"_7\\\",\\\"MvhWGEEJw\\\":\\\"_8\\\",\\\"XLzMbvsC3\\\":\\\"background\\\",\\\"IqDVb43PR\\\":\\\"selector\\\",\\\"FX_YoCLJm\\\":\\\"image1\\\",\\\"cx33mnUE3\\\":\\\"image2\\\",\\\"g8ToaZVmj\\\":\\\"image3\\\",\\\"qO9woDsIE\\\":\\\"image4\\\",\\\"y0fX7xmZq\\\":\\\"image5\\\",\\\"ZrKNCUwGg\\\":\\\"image6\\\",\\\"YjoLglh7W\\\":\\\"image7\\\",\\\"kV0neR1DF\\\":\\\"image8\\\",\\\"qX5aJY0_l\\\":\\\"_1\\\",\\\"RthHlBIYj\\\":\\\"_2\\\",\\\"FfrO1KV0Q\\\":\\\"_3\\\",\\\"jR68EO0KP\\\":\\\"_4\\\",\\\"YLJ1H6SSA\\\":\\\"_5\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"184\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"PhT7IzTRL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"fvK3TlZwl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"MsmC3_wur\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"Ko10hC4oY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"Y0OZVA34l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"BKuMeoHms\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]},\\\"tSm0HX6eu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"380px\\\",null,null]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (eca4804)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"aQAvAQ9Sw\",\"MFi6s8oea\",\"u0oXnurfL\",\"DlSNMO2nk\",\"DtoD9Aqtb\",\"jBlBDBbuC\",\"tyQEnuuvZ\",\"tw47zYrIn\"];const serializationHash=\"framer-HZweb\";const variantClassNames={aQAvAQ9Sw:\"framer-v-tlx0ys\",DlSNMO2nk:\"framer-v-1a6p98o\",DtoD9Aqtb:\"framer-v-1goo0or\",jBlBDBbuC:\"framer-v-11cmnd8\",MFi6s8oea:\"framer-v-1t7xdri\",tw47zYrIn:\"framer-v-1r9w2qj\",tyQEnuuvZ:\"framer-v-xaculm\",u0oXnurfL:\"framer-v-a9tdaa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"aQAvAQ9Sw\",\"2\":\"MFi6s8oea\",\"3\":\"u0oXnurfL\",\"4\":\"DlSNMO2nk\",\"5\":\"DtoD9Aqtb\",\"6\":\"jBlBDBbuC\",\"7\":\"tyQEnuuvZ\",\"8\":\"tw47zYrIn\"};const getProps=({height,id,image1,image2,image3,image4,image5,image6,image7,image8,width,...props})=>{return{...props,CQuyllWoH:image2??props.CQuyllWoH,CVqnpV02V:image5??props.CVqnpV02V,E1VYOkQbB:image3??props.E1VYOkQbB,fo7liKqhn:image4??props.fo7liKqhn,ga3pCLb7N:image1??props.ga3pCLb7N,Hbt1_Qqr7:image8??props.Hbt1_Qqr7,NOOYR5UCo:image6??props.NOOYR5UCo,oVr0ArdS6:image7??props.oVr0ArdS6,variant:humanReadableVariantMap[props.variant]??props.variant??\"aQAvAQ9Sw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ga3pCLb7N,CQuyllWoH,E1VYOkQbB,fo7liKqhn,CVqnpV02V,NOOYR5UCo,oVr0ArdS6,Hbt1_Qqr7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aQAvAQ9Sw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-tlx0ys\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"aQAvAQ9Sw\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({DlSNMO2nk:{\"data-framer-name\":\"4\"},DtoD9Aqtb:{\"data-framer-name\":\"5\"},jBlBDBbuC:{\"data-framer-name\":\"6\"},MFi6s8oea:{\"data-framer-name\":\"2\"},tw47zYrIn:{\"data-framer-name\":\"8\"},tyQEnuuvZ:{\"data-framer-name\":\"7\"},u0oXnurfL:{\"data-framer-name\":\"3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ga3pCLb7N)},className:\"framer-fotuxv\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"HyBr0QL3f\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:1},variants:{DlSNMO2nk:{opacity:0},DtoD9Aqtb:{opacity:0},jBlBDBbuC:{opacity:0},MFi6s8oea:{opacity:0},tw47zYrIn:{opacity:0},tyQEnuuvZ:{opacity:0},u0oXnurfL:{opacity:0}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(CQuyllWoH)},className:\"framer-572gxg\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"k4SGZ_m2v\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{MFi6s8oea:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(E1VYOkQbB)},className:\"framer-1mto6wi\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"rjlnqASrK\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{u0oXnurfL:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(fo7liKqhn)},className:\"framer-1jlciwr\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"rIpCfpog8\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{DlSNMO2nk:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(CVqnpV02V)},className:\"framer-t1b96b\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"KFqNvEssq\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{DtoD9Aqtb:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(NOOYR5UCo)},className:\"framer-pnecmj\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"INfB0U42a\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{jBlBDBbuC:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(oVr0ArdS6)},className:\"framer-1zq8zb\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"keFF_tYjE\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{tyQEnuuvZ:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(Hbt1_Qqr7)},className:\"framer-vj322t\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"ruPle1oQ9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{tw47zYrIn:{opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HZweb.framer-1s0ustg, .framer-HZweb .framer-1s0ustg { display: block; }\",\".framer-HZweb.framer-tlx0ys { height: 368px; overflow: hidden; position: relative; width: 656px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HZweb .framer-fotuxv, .framer-HZweb .framer-572gxg, .framer-HZweb .framer-1mto6wi, .framer-HZweb .framer-1jlciwr, .framer-HZweb .framer-t1b96b, .framer-HZweb .framer-pnecmj, .framer-HZweb .framer-1zq8zb, .framer-HZweb .framer-vj322t { bottom: 0px; flex: none; left: 0px; overflow: visible; pointer-events: none; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 368\n * @framerIntrinsicWidth 656\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MFi6s8oea\":{\"layout\":[\"fixed\",\"fixed\"]},\"u0oXnurfL\":{\"layout\":[\"fixed\",\"fixed\"]},\"DlSNMO2nk\":{\"layout\":[\"fixed\",\"fixed\"]},\"DtoD9Aqtb\":{\"layout\":[\"fixed\",\"fixed\"]},\"jBlBDBbuC\":{\"layout\":[\"fixed\",\"fixed\"]},\"tyQEnuuvZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"tw47zYrIn\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ga3pCLb7N\":\"image1\",\"CQuyllWoH\":\"image2\",\"E1VYOkQbB\":\"image3\",\"fo7liKqhn\":\"image4\",\"CVqnpV02V\":\"image5\",\"NOOYR5UCo\":\"image6\",\"oVr0ArdS6\":\"image7\",\"Hbt1_Qqr7\":\"image8\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerESryYkaFA=withCSS(Component,css,\"framer-HZweb\");export default FramerESryYkaFA;FramerESryYkaFA.displayName=\"Gallery/Images\";FramerESryYkaFA.defaultProps={height:368,width:656};addPropertyControls(FramerESryYkaFA,{variant:{options:[\"aQAvAQ9Sw\",\"MFi6s8oea\",\"u0oXnurfL\",\"DlSNMO2nk\",\"DtoD9Aqtb\",\"jBlBDBbuC\",\"tyQEnuuvZ\",\"tw47zYrIn\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\"],title:\"Variant\",type:ControlType.Enum},ga3pCLb7N:{title:\"Image 1\",type:ControlType.ResponsiveImage},CQuyllWoH:{title:\"Image 2\",type:ControlType.ResponsiveImage},E1VYOkQbB:{title:\"Image 3\",type:ControlType.ResponsiveImage},fo7liKqhn:{title:\"Image 4\",type:ControlType.ResponsiveImage},CVqnpV02V:{title:\"Image 5\",type:ControlType.ResponsiveImage},NOOYR5UCo:{title:\"Image 6\",type:ControlType.ResponsiveImage},oVr0ArdS6:{title:\"Image 7\",type:ControlType.ResponsiveImage},Hbt1_Qqr7:{title:\"Image 8\",type:ControlType.ResponsiveImage}});addFonts(FramerESryYkaFA,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerESryYkaFA\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"656\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"368\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MFi6s8oea\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u0oXnurfL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DlSNMO2nk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DtoD9Aqtb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jBlBDBbuC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tyQEnuuvZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tw47zYrIn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ga3pCLb7N\\\":\\\"image1\\\",\\\"CQuyllWoH\\\":\\\"image2\\\",\\\"E1VYOkQbB\\\":\\\"image3\\\",\\\"fo7liKqhn\\\":\\\"image4\\\",\\\"CVqnpV02V\\\":\\\"image5\\\",\\\"NOOYR5UCo\\\":\\\"image6\\\",\\\"oVr0ArdS6\\\":\\\"image7\\\",\\\"Hbt1_Qqr7\\\":\\\"image8\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ESryYkaFA.map", "// Generated by Framer (eca4804)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import GalleryNavigation from\"https://framerusercontent.com/modules/gpJQyGjpKPevTaQiu3p0/ZDmzR79yPuaIOrHccYOJ/DT5zjlPvT.js\";import GalleryImages from\"https://framerusercontent.com/modules/WynOyHqbPsFV22L1clem/VHJpPkQfKz2lDkt2u1qx/ESryYkaFA.js\";const GalleryNavigationFonts=getFonts(GalleryNavigation);const GalleryImagesFonts=getFonts(GalleryImages);const cycleOrder=[\"IiBJNU2D0\",\"e4lOk6mvr\",\"RTP7_ANUN\",\"G6oc9lTNW\",\"m_GI_wNUV\",\"hImG5YkTI\",\"KCBHfpFWH\",\"jKEQLq3Ea\"];const serializationHash=\"framer-hJk0l\";const variantClassNames={e4lOk6mvr:\"framer-v-1w4vprr\",G6oc9lTNW:\"framer-v-1pv730d\",hImG5YkTI:\"framer-v-1dgv47w\",IiBJNU2D0:\"framer-v-1ncrot6\",jKEQLq3Ea:\"framer-v-dd7ihx\",KCBHfpFWH:\"framer-v-1t41csu\",m_GI_wNUV:\"framer-v-1snrcwx\",RTP7_ANUN:\"framer-v-pgdach\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:650,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"IiBJNU2D0\",\"2\":\"e4lOk6mvr\",\"3\":\"RTP7_ANUN\",\"4\":\"G6oc9lTNW\",\"5\":\"m_GI_wNUV\",\"6\":\"hImG5YkTI\",\"7\":\"KCBHfpFWH\",\"8\":\"jKEQLq3Ea\"};const getProps=({background,height,id,image1,image2,image3,image4,image5,image6,image7,image8,selector,width,...props})=>{return{...props,AB57wm4vu:image5??props.AB57wm4vu,aQnc30A6N:selector??props.aQnc30A6N??\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",DSJNh7kE4:image2??props.DSJNh7kE4,iVBKtZsnr:image6??props.iVBKtZsnr,Jz5mRKP8b:image3??props.Jz5mRKP8b,L3eYtamgf:background??props.L3eYtamgf??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",LqdxvB4A5:image7??props.LqdxvB4A5,NFYUL81vf:image1??props.NFYUL81vf,RROWsrtui:image4??props.RROWsrtui,variant:humanReadableVariantMap[props.variant]??props.variant??\"IiBJNU2D0\",Vc2MsyiJ4:image8??props.Vc2MsyiJ4};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,L3eYtamgf,aQnc30A6N,NFYUL81vf,DSJNh7kE4,Jz5mRKP8b,RROWsrtui,AB57wm4vu,iVBKtZsnr,LqdxvB4A5,Vc2MsyiJ4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IiBJNU2D0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const moyOFAv_Jm2xk0w=activeVariantCallback(async(...args)=>{setVariant(\"hImG5YkTI\");});const guL96G44Itv00ep=activeVariantCallback(async(...args)=>{setVariant(\"KCBHfpFWH\");});const MvhWGEEJwuyv1ij=activeVariantCallback(async(...args)=>{setVariant(\"jKEQLq3Ea\");});const qX5aJY0_luv85yt=activeVariantCallback(async(...args)=>{setVariant(\"IiBJNU2D0\");});const RthHlBIYj15tfd3d=activeVariantCallback(async(...args)=>{setVariant(\"e4lOk6mvr\");});const FfrO1KV0Q11wmbia=activeVariantCallback(async(...args)=>{setVariant(\"RTP7_ANUN\");});const jR68EO0KP10i4kfv=activeVariantCallback(async(...args)=>{setVariant(\"G6oc9lTNW\");});const YLJ1H6SSA8kroto=activeVariantCallback(async(...args)=>{setVariant(\"m_GI_wNUV\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ncrot6\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"IiBJNU2D0\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({e4lOk6mvr:{\"data-framer-name\":\"2\"},G6oc9lTNW:{\"data-framer-name\":\"4\"},hImG5YkTI:{\"data-framer-name\":\"6\"},jKEQLq3Ea:{\"data-framer-name\":\"8\"},KCBHfpFWH:{\"data-framer-name\":\"7\"},m_GI_wNUV:{\"data-framer-name\":\"5\"},RTP7_ANUN:{\"data-framer-name\":\"3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o1ihmz-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"h1dmUhKyA-container\",nodeId:\"h1dmUhKyA\",rendersWithMotion:true,scopeId:\"c7UIRUQhf\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(GalleryNavigation,{cx33mnUE3:toResponsiveImage(DSJNh7kE4),FfrO1KV0Q:FfrO1KV0Q11wmbia,FX_YoCLJm:toResponsiveImage(NFYUL81vf),g8ToaZVmj:toResponsiveImage(Jz5mRKP8b),guL96G44I:guL96G44Itv00ep,height:\"100%\",id:\"h1dmUhKyA\",IqDVb43PR:aQnc30A6N,jR68EO0KP:jR68EO0KP10i4kfv,kV0neR1DF:toResponsiveImage(Vc2MsyiJ4),layoutId:\"h1dmUhKyA\",moyOFAv_J:moyOFAv_Jm2xk0w,MvhWGEEJw:MvhWGEEJwuyv1ij,qO9woDsIE:toResponsiveImage(RROWsrtui),qX5aJY0_l:qX5aJY0_luv85yt,RthHlBIYj:RthHlBIYj15tfd3d,variant:\"sWviQKIxH\",width:\"100%\",XLzMbvsC3:L3eYtamgf,y0fX7xmZq:toResponsiveImage(AB57wm4vu),YjoLglh7W:toResponsiveImage(LqdxvB4A5),YLJ1H6SSA:YLJ1H6SSA8kroto,ZrKNCUwGg:toResponsiveImage(iVBKtZsnr),...addPropertyOverrides({e4lOk6mvr:{variant:\"PhT7IzTRL\"},G6oc9lTNW:{variant:\"MsmC3_wur\"},hImG5YkTI:{variant:\"Y0OZVA34l\"},jKEQLq3Ea:{variant:\"tSm0HX6eu\"},KCBHfpFWH:{variant:\"BKuMeoHms\"},m_GI_wNUV:{variant:\"Ko10hC4oY\"},RTP7_ANUN:{variant:\"fvK3TlZwl\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||368)-2,width:`calc(${componentViewport?.width||\"100vw\"} - 2px)`,y:(componentViewport?.y||0)+1,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sl7ct5-container\",layoutDependency:layoutDependency,layoutId:\"QFayJg5Eh-container\",nodeId:\"QFayJg5Eh\",rendersWithMotion:true,scopeId:\"c7UIRUQhf\",children:/*#__PURE__*/_jsx(GalleryImages,{CQuyllWoH:toResponsiveImage(DSJNh7kE4),CVqnpV02V:toResponsiveImage(AB57wm4vu),E1VYOkQbB:toResponsiveImage(Jz5mRKP8b),fo7liKqhn:toResponsiveImage(RROWsrtui),ga3pCLb7N:toResponsiveImage(NFYUL81vf),Hbt1_Qqr7:toResponsiveImage(Vc2MsyiJ4),height:\"100%\",id:\"QFayJg5Eh\",layoutId:\"QFayJg5Eh\",NOOYR5UCo:toResponsiveImage(iVBKtZsnr),oVr0ArdS6:toResponsiveImage(LqdxvB4A5),style:{height:\"100%\",width:\"100%\"},variant:\"aQAvAQ9Sw\",width:\"100%\",...addPropertyOverrides({e4lOk6mvr:{variant:\"MFi6s8oea\"},G6oc9lTNW:{variant:\"DlSNMO2nk\"},hImG5YkTI:{variant:\"jBlBDBbuC\"},jKEQLq3Ea:{variant:\"tw47zYrIn\"},KCBHfpFWH:{variant:\"tyQEnuuvZ\"},m_GI_wNUV:{variant:\"DtoD9Aqtb\"},RTP7_ANUN:{variant:\"u0oXnurfL\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4553zi\",\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"YpjBPRwHy\",style:{backgroundColor:aQnc30A6N,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:.1}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hJk0l.framer-7k04y3, .framer-hJk0l .framer-7k04y3 { display: block; }\",\".framer-hJk0l.framer-1ncrot6 { height: 368px; overflow: visible; position: relative; width: 656px; }\",\".framer-hJk0l .framer-1o1ihmz-container { bottom: -44px; flex: none; height: auto; left: 50%; position: absolute; width: auto; z-index: 2; }\",\".framer-hJk0l .framer-1sl7ct5-container { bottom: 1px; flex: none; left: 1px; position: absolute; right: 1px; top: 1px; z-index: 1; }\",\".framer-hJk0l .framer-4553zi { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 368\n * @framerIntrinsicWidth 656\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"e4lOk6mvr\":{\"layout\":[\"fixed\",\"fixed\"]},\"RTP7_ANUN\":{\"layout\":[\"fixed\",\"fixed\"]},\"G6oc9lTNW\":{\"layout\":[\"fixed\",\"fixed\"]},\"m_GI_wNUV\":{\"layout\":[\"fixed\",\"fixed\"]},\"hImG5YkTI\":{\"layout\":[\"fixed\",\"fixed\"]},\"KCBHfpFWH\":{\"layout\":[\"fixed\",\"fixed\"]},\"jKEQLq3Ea\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"L3eYtamgf\":\"background\",\"aQnc30A6N\":\"selector\",\"NFYUL81vf\":\"image1\",\"DSJNh7kE4\":\"image2\",\"Jz5mRKP8b\":\"image3\",\"RROWsrtui\":\"image4\",\"AB57wm4vu\":\"image5\",\"iVBKtZsnr\":\"image6\",\"LqdxvB4A5\":\"image7\",\"Vc2MsyiJ4\":\"image8\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerc7UIRUQhf=withCSS(Component,css,\"framer-hJk0l\");export default Framerc7UIRUQhf;Framerc7UIRUQhf.displayName=\"Gallery/Gallery\";Framerc7UIRUQhf.defaultProps={height:368,width:656};addPropertyControls(Framerc7UIRUQhf,{variant:{options:[\"IiBJNU2D0\",\"e4lOk6mvr\",\"RTP7_ANUN\",\"G6oc9lTNW\",\"m_GI_wNUV\",\"hImG5YkTI\",\"KCBHfpFWH\",\"jKEQLq3Ea\"],optionTitles:[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\"],title:\"Variant\",type:ControlType.Enum},L3eYtamgf:{defaultValue:'var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255)) /* {\"name\":\"12\"} */',title:\"Background\",type:ControlType.Color},aQnc30A6N:{defaultValue:'var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5)) /* {\"name\":\"1\"} */',title:\"Selector\",type:ControlType.Color},NFYUL81vf:{title:\"Image 1\",type:ControlType.ResponsiveImage},DSJNh7kE4:{title:\"Image 2\",type:ControlType.ResponsiveImage},Jz5mRKP8b:{title:\"Image 3\",type:ControlType.ResponsiveImage},RROWsrtui:{title:\"Image 4\",type:ControlType.ResponsiveImage},AB57wm4vu:{title:\"Image 5\",type:ControlType.ResponsiveImage},iVBKtZsnr:{title:\"Image 6\",type:ControlType.ResponsiveImage},LqdxvB4A5:{title:\"Image 7\",type:ControlType.ResponsiveImage},Vc2MsyiJ4:{title:\"Image 8\",type:ControlType.ResponsiveImage}});addFonts(Framerc7UIRUQhf,[{explicitInter:true,fonts:[]},...GalleryNavigationFonts,...GalleryImagesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc7UIRUQhf\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"656\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"368\",\"framerVariables\":\"{\\\"L3eYtamgf\\\":\\\"background\\\",\\\"aQnc30A6N\\\":\\\"selector\\\",\\\"NFYUL81vf\\\":\\\"image1\\\",\\\"DSJNh7kE4\\\":\\\"image2\\\",\\\"Jz5mRKP8b\\\":\\\"image3\\\",\\\"RROWsrtui\\\":\\\"image4\\\",\\\"AB57wm4vu\\\":\\\"image5\\\",\\\"iVBKtZsnr\\\":\\\"image6\\\",\\\"LqdxvB4A5\\\":\\\"image7\\\",\\\"Vc2MsyiJ4\\\":\\\"image8\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e4lOk6mvr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RTP7_ANUN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G6oc9lTNW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m_GI_wNUV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hImG5YkTI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KCBHfpFWH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jKEQLq3Ea\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c7UIRUQhf.map", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jBNKXzjbznXvusVjAJHT/JBr3eEbM9TbGizVd3ZQs/sA1pdkMlu.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/6SmlWSofmvt4iUQl76K6/KQecwgA67IRVxQTwaFKZ/SJt7fXVzX.js\";const VideoFonts=getFonts(Video);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const cycleOrder=[\"UXvFh1NbW\",\"Rdbsei64e\",\"axGwvVn1g\"];const serializationHash=\"framer-SdM3M\";const variantClassNames={axGwvVn1g:\"framer-v-194fw8s\",Rdbsei64e:\"framer-v-y047m7\",UXvFh1NbW:\"framer-v-15i51lo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition2={delay:0,duration:2,ease:[.2,.93,.37,1.01],type:\"tween\"};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 toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:1.9,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:.6,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition4={delay:1.7,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Initial State\":\"UXvFh1NbW\",\"On Appear\":\"Rdbsei64e\",Variant:\"axGwvVn1g\"};const getProps=({category,height,heroVideoURL,id,imageHero,title,videoPoster,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,B5sCjwcF_:heroVideoURL!==null&&heroVideoURL!==void 0?heroVideoURL:props.B5sCjwcF_,cM8JGBzkE:(_ref=category!==null&&category!==void 0?category:props.cM8JGBzkE)!==null&&_ref!==void 0?_ref:\"Branding\",eKMOq8490:(_ref1=title!==null&&title!==void 0?title:props.eKMOq8490)!==null&&_ref1!==void 0?_ref1:\"Polestar\",s7UosfiRw:imageHero!==null&&imageHero!==void 0?imageHero:props.s7UosfiRw,V9TOCqVxo:videoPoster!==null&&videoPoster!==void 0?videoPoster:props.V9TOCqVxo,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"UXvFh1NbW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,s7UosfiRw,B5sCjwcF_,eKMOq8490,V9TOCqVxo,cM8JGBzkE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UXvFh1NbW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearm7njg2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Rdbsei64e\"),1200);});useOnVariantChange(baseVariant,{axGwvVn1g:onAppearm7njg2});const ref1=React.useRef(null);const visible=isSet(s7UosfiRw);const visible1=isSet(B5sCjwcF_);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({axGwvVn1g:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184},className:cx(serializationHash,...sharedStyleClassNames,\"framer-15i51lo\",className,classNames),\"data-framer-name\":\"Initial State\",layoutDependency:layoutDependency,layoutId:\"UXvFh1NbW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({axGwvVn1g:{\"data-framer-name\":undefined,\"data-highlight\":true},Rdbsei64e:{\"data-framer-name\":\"On Appear\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wetiwl\",\"data-framer-name\":\"Image / Video Wrapper\",layoutDependency:layoutDependency,layoutId:\"GTZspi4yI\",children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-(-200+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)*1)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)*1-0)*.95+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)*1-0)*.95+10))/2+0+0)),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.95)`,...toResponsiveImage(s7UosfiRw)},className:\"framer-1x2yrds\",\"data-framer-name\":\"Image Hero\",layoutDependency:layoutDependency,layoutId:\"cPJ24WF4m\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:0},variants:{axGwvVn1g:{opacity:.9},Rdbsei64e:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1}},...addPropertyOverrides({axGwvVn1g:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0-((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0)*.95+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0)*.95+10))/2+0+0)),sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.95)`,...toResponsiveImage(s7UosfiRw)}},Rdbsei64e:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0-((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0)*1+(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-0)/1)*1-0)*1+10))/2+0+0)),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(s7UosfiRw),...{positionX:\"center\",positionY:\"top\"}}}},baseVariant,gestureVariant)}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lrbnq2-container\",\"data-framer-name\":\"Video Hero\",layoutDependency:layoutDependency,layoutId:\"hkktEPo2a-container\",name:\"Video Hero\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,controls:false,height:\"100%\",id:\"hkktEPo2a\",isMixedBorderRadius:false,layoutId:\"hkktEPo2a\",loop:true,muted:true,name:\"Video Hero\",objectFit:\"cover\",playing:true,poster:toImageSrc(V9TOCqVxo),posterEnabled:true,srcType:\"URL\",srcUrl:B5sCjwcF_,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:25,width:\"100%\",...addPropertyOverrides({Rdbsei64e:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,topLeftRadius:0,topRightRadius:0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vaa62h\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"AW2Kyx3yY\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.39) 100%)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,opacity:0},variants:{axGwvVn1g:{opacity:1},Rdbsei64e:{opacity:1}}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-je6vtn\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"lrfSZXmWS\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fw2pjy\",\"data-framer-name\":\"Category\",layoutDependency:layoutDependency,layoutId:\"KHCig6BCs\",children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.6,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-towgad\",\"data-styles-preset\":\"SJt7fXVzX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Branding\"})}),className:\"framer-1axkqby\",\"data-framer-appear-id\":\"1axkqby\",\"data-framer-name\":\"Identity\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"YIfEOYAIK\",optimized:true,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6,transformPerspective:1200},text:cM8JGBzkE,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c873f3\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"I01_tGWt1\",children:/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-13f2fhd\",\"data-styles-preset\":\"sA1pdkMlu\",children:\"Polestar\"})}),className:\"framer-9w9cx2\",\"data-framer-appear-id\":\"9w9cx2\",\"data-framer-name\":\"Cut & Pase\",fonts:[\"Inter\"],initial:animation3,layoutDependency:layoutDependency,layoutId:\"vj4Ut9kGi\",optimized:true,style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},text:eKMOq8490,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SdM3M.framer-11z3tq3, .framer-SdM3M .framer-11z3tq3 { display: block; }\",\".framer-SdM3M.framer-15i51lo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 800px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-SdM3M .framer-1wetiwl { align-content: center; align-items: center; bottom: -200px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: absolute; width: 100%; z-index: 1; }\",\".framer-SdM3M .framer-1x2yrds { flex: none; height: 95%; overflow: hidden; position: relative; width: 95%; will-change: var(--framer-will-change-override, transform); }\",\".framer-SdM3M .framer-1lrbnq2-container { flex: none; height: 95%; position: relative; width: 95%; z-index: 1; }\",\".framer-SdM3M .framer-vaa62h { flex: none; height: 95%; left: calc(50.00000000000002% - 95% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 95% / 2); width: 95%; z-index: 3; }\",\".framer-SdM3M .framer-je6vtn { align-content: center; align-items: center; bottom: -300px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; width: min-content; z-index: 4; }\",\".framer-SdM3M .framer-fw2pjy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SdM3M .framer-1axkqby, .framer-SdM3M .framer-9w9cx2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SdM3M .framer-1c873f3 { 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: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SdM3M.framer-15i51lo, .framer-SdM3M .framer-1wetiwl, .framer-SdM3M .framer-je6vtn, .framer-SdM3M .framer-fw2pjy, .framer-SdM3M .framer-1c873f3 { gap: 0px; } .framer-SdM3M.framer-15i51lo > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-SdM3M.framer-15i51lo > :first-child, .framer-SdM3M .framer-1wetiwl > :first-child, .framer-SdM3M .framer-je6vtn > :first-child { margin-top: 0px; } .framer-SdM3M.framer-15i51lo > :last-child, .framer-SdM3M .framer-1wetiwl > :last-child, .framer-SdM3M .framer-je6vtn > :last-child { margin-bottom: 0px; } .framer-SdM3M .framer-1wetiwl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-SdM3M .framer-je6vtn > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-SdM3M .framer-fw2pjy > *, .framer-SdM3M .framer-1c873f3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SdM3M .framer-fw2pjy > :first-child, .framer-SdM3M .framer-1c873f3 > :first-child { margin-left: 0px; } .framer-SdM3M .framer-fw2pjy > :last-child, .framer-SdM3M .framer-1c873f3 > :last-child { margin-right: 0px; } }\",\".framer-SdM3M.framer-v-y047m7 .framer-1wetiwl, .framer-SdM3M.framer-v-194fw8s .framer-1wetiwl { bottom: unset; flex: 1 0 0px; height: 1px; left: unset; position: relative; }\",\".framer-SdM3M.framer-v-y047m7 .framer-1x2yrds, .framer-SdM3M.framer-v-y047m7 .framer-1lrbnq2-container { height: 100%; width: 100%; }\",\".framer-SdM3M.framer-v-y047m7 .framer-vaa62h { height: 100%; left: calc(50.00000000000002% - 100% / 2); top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-SdM3M.framer-v-y047m7 .framer-je6vtn, .framer-SdM3M.framer-v-194fw8s .framer-je6vtn { bottom: 50px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Rdbsei64e\":{\"layout\":[\"fixed\",\"fixed\"]},\"axGwvVn1g\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"s7UosfiRw\":\"imageHero\",\"B5sCjwcF_\":\"heroVideoURL\",\"eKMOq8490\":\"title\",\"V9TOCqVxo\":\"videoPoster\",\"cM8JGBzkE\":\"category\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVxWZXGISB=withCSS(Component,css,\"framer-SdM3M\");export default FramerVxWZXGISB;FramerVxWZXGISB.displayName=\"Projects CMS Page / Hero Image - Video Projects Page\";FramerVxWZXGISB.defaultProps={height:800,width:1200};addPropertyControls(FramerVxWZXGISB,{variant:{options:[\"UXvFh1NbW\",\"Rdbsei64e\",\"axGwvVn1g\"],optionTitles:[\"Initial State\",\"On Appear\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},s7UosfiRw:{title:\"Image Hero\",type:ControlType.ResponsiveImage},B5sCjwcF_:{defaultValue:\"\",title:\"Hero Video URL\",type:ControlType.String},eKMOq8490:{defaultValue:\"Polestar\",title:\"Title\",type:ControlType.String},V9TOCqVxo:{title:\"Video Poster\",type:ControlType.ResponsiveImage},cM8JGBzkE:{defaultValue:\"Branding\",displayTextArea:false,title:\"Category\",type:ControlType.String}});addFonts(FramerVxWZXGISB,[{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\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVxWZXGISB\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"s7UosfiRw\\\":\\\"imageHero\\\",\\\"B5sCjwcF_\\\":\\\"heroVideoURL\\\",\\\"eKMOq8490\\\":\\\"title\\\",\\\"V9TOCqVxo\\\":\\\"videoPoster\\\",\\\"cM8JGBzkE\\\":\\\"category\\\"}\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Rdbsei64e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"axGwvVn1g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VxWZXGISB.map", "// Generated by Framer (b0cf16c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import GalleryGallery from\"#framer/local/canvasComponent/c7UIRUQhf/c7UIRUQhf.js\";import NavigationNavigationMobile from\"#framer/local/canvasComponent/CA2UVAOBt/CA2UVAOBt.js\";import FooterFooter from\"#framer/local/canvasComponent/CPt2kErNr/CPt2kErNr.js\";import NavigationNavigationDesktop from\"#framer/local/canvasComponent/F0lbt84nG/F0lbt84nG.js\";import GlobalLineAnimationGlobal from\"#framer/local/canvasComponent/lw0LfyniE/lw0LfyniE.js\";import TextLinkTextLinkArrow from\"#framer/local/canvasComponent/MS7fGSvo6/MS7fGSvo6.js\";import NavigationMobileFullNavigation from\"#framer/local/canvasComponent/uL6YOTdAZ/uL6YOTdAZ.js\";import ProjectsCMSPageHeroImageVideoProjectsPage from\"#framer/local/canvasComponent/VxWZXGISB/VxWZXGISB.js\";import HomeHomeProjectsRow from\"#framer/local/canvasComponent/z64WCa5DN/z64WCa5DN.js\";import Projects from\"#framer/local/collection/vHeab_GFB/vHeab_GFB.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/dQyDA_Lpr/dQyDA_Lpr.js\";import*as sharedStyle5 from\"#framer/local/css/rWBnQ01qE/rWBnQ01qE.js\";import*as sharedStyle1 from\"#framer/local/css/sA1pdkMlu/sA1pdkMlu.js\";import*as sharedStyle from\"#framer/local/css/SJt7fXVzX/SJt7fXVzX.js\";import*as sharedStyle3 from\"#framer/local/css/xxobpGKc2/xxobpGKc2.js\";import*as sharedStyle4 from\"#framer/local/css/yqlI0UKE3/yqlI0UKE3.js\";import metadataProvider from\"#framer/local/webPageMetadata/DM0pIiYm6/DM0pIiYm6.js\";const NavigationNavigationDesktopFonts=getFonts(NavigationNavigationDesktop);const NavigationNavigationDesktopWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationDesktop);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const NavigationNavigationMobileFonts=getFonts(NavigationNavigationMobile);const NavigationNavigationMobileWithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationMobile);const NavigationMobileFullNavigationFonts=getFonts(NavigationMobileFullNavigation);const ProjectsCMSPageHeroImageVideoProjectsPageFonts=getFonts(ProjectsCMSPageHeroImageVideoProjectsPage);const ProjectsCMSPageHeroImageVideoProjectsPageWithVariantAppearEffect=withVariantAppearEffect(ProjectsCMSPageHeroImageVideoProjectsPage);const RichTextWithFX=withFX(RichText);const GalleryGalleryFonts=getFonts(GalleryGallery);const GlobalLineAnimationGlobalFonts=getFonts(GlobalLineAnimationGlobal);const GlobalLineAnimationGlobalWithVariantAppearEffect=withVariantAppearEffect(GlobalLineAnimationGlobal);const TextLinkTextLinkArrowFonts=getFonts(TextLinkTextLinkArrow);const HomeHomeProjectsRowFonts=getFonts(HomeHomeProjectsRow);const FooterFooterFonts=getFonts(FooterFooter);const breakpoints={E0qmMgmpW:\"(min-width: 810px) and (max-width: 1199px)\",GDtLbbd2l:\"(min-width: 1200px)\",ZgcpmiHck:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-73Rmn\";const variantClassNames={E0qmMgmpW:\"framer-v-xo028q\",GDtLbbd2l:\"framer-v-1eaejtm\",ZgcpmiHck:\"framer-v-19kljla\"};const transition1={delay:2.5,duration:.3,ease:[0,0,1,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 transition2={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation5={opacity:1,rotate:4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:23};const transition3={delay:.1,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition4={delay:.2,duration:4,ease:[.16,1,.3,1],type:\"tween\"};const animation7={opacity:1,rotate:4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={delay:.3,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition6={delay:.4,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition7={delay:.5,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition8={delay:.6,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition9={delay:.55,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition10={delay:.7,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition11={delay:.8,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"GDtLbbd2l\",Phone:\"ZgcpmiHck\",Tablet:\"E0qmMgmpW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GDtLbbd2l\"};};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:\"DM0pIiYm6\",data:Projects,type:\"Collection\"},select:[{collection:\"DM0pIiYm6\",name:\"FnwgSIUrA\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"iC9pVt3ff\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"Fz9l0NnYQ\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"OKHcAq9Ff\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"iqG3u7S2H\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"iCDUa9cHV\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"nmra7HyPc\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"Byf_lucD0\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"TXmd62wMm\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"vO0Cvxftv\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"uNKxhajOC\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"c26Jr57LR\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"UUJ0Y28HX\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"NPZz5yatu\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"ORffhsntQ\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"nQqO0se6B\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"Pzgc68Jgt\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"s9pbdxWXQ\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"EnizxCMQ2\",type:\"Identifier\"},{collection:\"DM0pIiYm6\",name:\"v0zo4FwVO\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"DM0pIiYm6\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,nmra7HyPc=getFromCurrentRouteData(\"nmra7HyPc\")??\"\",FnwgSIUrA=getFromCurrentRouteData(\"FnwgSIUrA\")??\"\",iqG3u7S2H=getFromCurrentRouteData(\"iqG3u7S2H\"),vO0Cvxftv=getFromCurrentRouteData(\"vO0Cvxftv\")??\"\",iCDUa9cHV=getFromCurrentRouteData(\"iCDUa9cHV\"),Byf_lucD0=getFromCurrentRouteData(\"Byf_lucD0\")??\"\",TXmd62wMm=getFromCurrentRouteData(\"TXmd62wMm\")??\"\",uNKxhajOC=getFromCurrentRouteData(\"uNKxhajOC\")??\"\",c26Jr57LR=getFromCurrentRouteData(\"c26Jr57LR\")??\"\",UUJ0Y28HX=getFromCurrentRouteData(\"UUJ0Y28HX\"),NPZz5yatu=getFromCurrentRouteData(\"NPZz5yatu\"),ORffhsntQ=getFromCurrentRouteData(\"ORffhsntQ\"),nQqO0se6B=getFromCurrentRouteData(\"nQqO0se6B\"),Pzgc68Jgt=getFromCurrentRouteData(\"Pzgc68Jgt\"),s9pbdxWXQ=getFromCurrentRouteData(\"s9pbdxWXQ\"),EnizxCMQ2=getFromCurrentRouteData(\"EnizxCMQ2\"),v0zo4FwVO=getFromCurrentRouteData(\"v0zo4FwVO\"),Fz9l0NnYQ=getFromCurrentRouteData(\"Fz9l0NnYQ\")??0,OKHcAq9Ff=getFromCurrentRouteData(\"OKHcAq9Ff\")??0,iC9pVt3ff=getFromCurrentRouteData(\"iC9pVt3ff\")??\"\",...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EHMhKGDpT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const wCQM1JsQO1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ZgcpmiHck\")return false;return true;};const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ZgcpmiHck\")return true;return false;};const elementId=useRouteElementId(\"RbgxCShXc\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"IWwCV5Xkt\");const elementId2=useRouteElementId(\"jioavKSxy\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"VnuHPoI8w\");const ref4=React.useRef(null);const visible=isSet(UUJ0Y28HX);const elementId4=useRouteElementId(\"aC7duzUwd\");const ref5=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GDtLbbd2l\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1eaejtm\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:85,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-n767o3-container hidden-19kljla\",\"data-framer-appear-id\":\"n767o3\",initial:animation1,layoutScroll:true,nodeId:\"dqnZ4yzNd\",optimized:true,rendersWithMotion:true,scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(NavigationNavigationDesktopWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:400,ref:ref1,target:\"lQ7T5v16X\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"dqnZ4yzNd\",layoutId:\"dqnZ4yzNd\",style:{width:\"100%\"},variant:\"glROJL_vL\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{height:76,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-slbw0u-container hidden-1eaejtm hidden-xo028q\",\"data-framer-appear-id\":\"slbw0u\",\"data-framer-name\":\"Navigation Mobile LATEST\",id:\"slbw0u\",initial:animation1,layoutScroll:true,name:\"Navigation Mobile LATEST\",nodeId:\"f4L_MwB3d\",optimized:true,rendersWithMotion:true,scopeId:\"DM0pIiYm6\",children:[/*#__PURE__*/_jsx(NavigationNavigationMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:400,ref:ref1,target:\"DEBd6oizS\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,EHMhKGDpT:EHMhKGDpT3bnx0g({overlay}),height:\"100%\",id:\"f4L_MwB3d\",layoutId:\"f4L_MwB3d\",name:\"Navigation Mobile LATEST\",style:{width:\"100%\"},variant:overlay.visible?\"DEBd6oizS\":\"BrEWvSRFO\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-12nty0g\"),\"data-framer-portal-id\":\"slbw0u\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"ukySWYwjC\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:cx(scopingClassNames,\"framer-1kdyara-container\"),\"data-framer-portal-id\":\"slbw0u\",exit:animation2,inComponentSlot:true,initial:animation4,nodeId:\"eyUvn9yBs\",rendersWithMotion:true,scopeId:\"DM0pIiYm6\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavigationMobileFullNavigation,{height:\"100%\",id:\"eyUvn9yBs\",layoutId:\"eyUvn9yBs\",style:{height:\"100%\",width:\"100%\"},wCQM1JsQO:wCQM1JsQO1wnntms({overlay}),width:\"100%\"})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-wsqo7\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1t8e0gu\",\"data-framer-name\":\"Section Hero Sticky\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{height:900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-usui5f-container\",nodeId:\"YumdXr1Ce\",rendersWithMotion:true,scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{s7UosfiRw:toResponsiveImage(iCDUa9cHV)}},children:/*#__PURE__*/_jsx(ProjectsCMSPageHeroImageVideoProjectsPageWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"UXvFh1NbW\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"axGwvVn1g\",B5sCjwcF_:nmra7HyPc,cM8JGBzkE:vO0Cvxftv,eKMOq8490:FnwgSIUrA,height:\"100%\",id:\"YumdXr1Ce\",layoutId:\"YumdXr1Ce\",style:{height:\"100%\",width:\"100%\"},V9TOCqVxo:toResponsiveImage(iqG3u7S2H),variant:\"Rdbsei64e\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lgclxu\",\"data-framer-name\":\"Container Relative\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1grx2qp\",\"data-framer-name\":\"Section Details\",id:elementId1,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cergo0\",\"data-framer-name\":\"Left Content\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rj6jrh\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ywdlpw\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-towgad\",\"data-styles-preset\":\"SJt7fXVzX\",children:\"About\"})}),className:\"framer-1mrfpwj\",\"data-framer-name\":\"Client\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"QPhGHImAZ\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:Byf_lucD0,className:\"framer-uq2992\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{h1:\"framer-styles-preset-13f2fhd\",h2:\"framer-styles-preset-4bjfgn\",h3:\"framer-styles-preset-ci2ngw\",img:\"framer-styles-preset-1q549du\",p:\"framer-styles-preset-11mlu8b\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1shdmfr\",\"data-framer-name\":\"Right Content\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oy9772\",\"data-framer-name\":\"Details\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5e8afm\",\"data-framer-name\":\"Details Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vf22l8\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-towgad\",\"data-styles-preset\":\"SJt7fXVzX\",children:\"Client\"})}),className:\"framer-mqxqh8\",\"data-framer-name\":\"Client\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vttrqd\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11mlu8b\",\"data-styles-preset\":\"xxobpGKc2\",children:\"Babe's Bubble Waffle Cafe\"})}),className:\"framer-grdcj3\",\"data-framer-name\":\"Cut and paste\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:TXmd62wMm,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qqpmfa\",\"data-framer-name\":\"Details Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tqcmuh\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-towgad\",\"data-styles-preset\":\"SJt7fXVzX\",children:\"Category\"})}),className:\"framer-1wpzt7h\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qnhqz3\",\"data-framer-name\":\"Category Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11xwwak\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11mlu8b\",\"data-styles-preset\":\"xxobpGKc2\",children:\"Photography\"})}),className:\"framer-llbs45\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:vO0Cvxftv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11mlu8b\",\"data-styles-preset\":\"xxobpGKc2\",children:\",\"})}),className:\"framer-1os2r0x\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cwu302\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11mlu8b\",\"data-styles-preset\":\"xxobpGKc2\",children:\"Photo\"})}),className:\"framer-1noc4qq\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:uNKxhajOC,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ipktrt\",\"data-framer-name\":\"Details Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yafzdf\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-towgad\",\"data-styles-preset\":\"SJt7fXVzX\",children:\"Year\"})}),className:\"framer-jk0162\",\"data-framer-name\":\"Year\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16o91qo\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11mlu8b\",\"data-styles-preset\":\"xxobpGKc2\",children:\"2025\"})}),className:\"framer-wjoi12\",\"data-framer-name\":\"2024\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:c26Jr57LR,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),visible&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-olieii\",\"data-framer-name\":\"Section Details\",id:elementId4,ref:ref5,children:visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E0qmMgmpW:{width:`calc((${componentViewport?.width||\"100vw\"} - 30px) * 0.85)`},ZgcpmiHck:{height:515.9698,y:(componentViewport?.y||0)+0+0+0+900+0+416.8+30+111.5151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:973,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1e3+0+310.8+50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sqamdg-container\",nodeId:\"o5M3omL7A\",scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(GalleryGallery,{AB57wm4vu:toResponsiveImage(Pzgc68Jgt),aQnc30A6N:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",DSJNh7kE4:toResponsiveImage(NPZz5yatu),height:\"100%\",id:\"o5M3omL7A\",iVBKtZsnr:toResponsiveImage(s9pbdxWXQ),Jz5mRKP8b:toResponsiveImage(ORffhsntQ),L3eYtamgf:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",layoutId:\"o5M3omL7A\",LqdxvB4A5:toResponsiveImage(EnizxCMQ2),NFYUL81vf:toResponsiveImage(UUJ0Y28HX),RROWsrtui:toResponsiveImage(nQqO0se6B),style:{height:\"100%\",width:\"100%\"},variant:\"IiBJNU2D0\",Vc2MsyiJ4:toResponsiveImage(v0zo4FwVO),width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-b3eyiq\",\"data-framer-name\":\"Next Projects Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{y:(componentViewport?.y||0)+0+0+0+900+0+1245.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1e3+0+1417.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-95lxv5-container\",nodeId:\"yzAjG60qX\",rendersWithMotion:true,scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__obscuredVariantId:\"nPpQfRvF3\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"V1IOI6Ysj\",height:\"100%\",id:\"yzAjG60qX\",layoutId:\"yzAjG60qX\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"V1IOI6Ysj\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ikftaf\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-nid3ne\",\"data-styles-preset\":\"rWBnQ01qE\",style:{\"--framer-text-alignment\":\"left\"},children:\"More projects\"})}),className:\"framer-1lawr56\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined},{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined},{href:{webPageId:\"x7QPEPctu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{y:(componentViewport?.y||0)+0+0+0+900+0+1245.8+0+11+11.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+0+0+0+1e3+0+1417.8+0+11+11.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1adrrhx-container\",nodeId:\"nDnLUCuxg\",scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E0qmMgmpW:{Y7ZaaF8zk:resolvedLinks[1]},ZgcpmiHck:{Y7ZaaF8zk:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(TextLinkTextLinkArrow,{height:\"100%\",id:\"nDnLUCuxg\",layoutId:\"nDnLUCuxg\",mI3TCS136:\"All Projects\",variant:\"hU3jkonk_\",width:\"100%\",Y7ZaaF8zk:resolvedLinks[0]})})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-gmgctx\",\"data-framer-name\":\"Section Next Projects\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{y:(componentViewport?.y||0)+0+0+0+900+0+1356.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:605,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0+0+1e3+0+1528.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y45l8a-container\",nodeId:\"Nw7HrPNky\",scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E0qmMgmpW:{variant:\"bn4UIWDSx\"},ZgcpmiHck:{variant:\"Uv47Ka9s5\"}},children:/*#__PURE__*/_jsx(HomeHomeProjectsRow,{height:\"100%\",id:\"Nw7HrPNky\",L2MOOUbt9:OKHcAq9Ff,layoutId:\"Nw7HrPNky\",sERka2TFV:3,style:{width:\"100%\"},variant:\"yUlP7ytQP\",VKA4llfY9:Fz9l0NnYQ,width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":RbgxCShXc\",pathVariables:{iC9pVt3ff},webPageId:\"DM0pIiYm6\"},implicitPathVariables:undefined},{href:{hash:\":RbgxCShXc\",pathVariables:{iC9pVt3ff},webPageId:\"DM0pIiYm6\"},implicitPathVariables:undefined},{href:{hash:\":RbgxCShXc\",pathVariables:{iC9pVt3ff},webPageId:\"DM0pIiYm6\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZgcpmiHck:{y:(componentViewport?.y||0)+0+2861.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:755,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3133.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6qvf3e-container\",nodeId:\"SFqWSkcF8\",scopeId:\"DM0pIiYm6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E0qmMgmpW:{variant:\"Wkpy7bZw9\",XOac4bt7c:resolvedLinks1[1]},ZgcpmiHck:{variant:\"In5qJquLm\",XOac4bt7c:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"SFqWSkcF8\",layoutId:\"SFqWSkcF8\",style:{width:\"100%\"},variant:\"tNEqhl1aI\",width:\"100%\",XOac4bt7c:resolvedLinks1[0]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-73Rmn.framer-qs6sst, .framer-73Rmn .framer-qs6sst { display: block; }\",\".framer-73Rmn.framer-1eaejtm { align-content: center; align-items: center; background-color: var(--token-c3a55a0f-d2a0-4565-bb3a-bbd6f1087b74, #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-73Rmn .framer-n767o3-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-73Rmn .framer-slbw0u-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-73Rmn.framer-12nty0g { inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-73Rmn.framer-1kdyara-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-73Rmn .framer-wsqo7 { 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-73Rmn .framer-1t8e0gu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; }\",\".framer-73Rmn .framer-usui5f-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-73Rmn .framer-1lgclxu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 1000px; width: 100%; z-index: 6; }\",\".framer-73Rmn .framer-1grx2qp { 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: visible; padding: 50px 15px 84px 15px; position: relative; scroll-margin-top: 400px; width: 100%; }\",\".framer-73Rmn .framer-cergo0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-73Rmn .framer-1rj6jrh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 575px; }\",\".framer-73Rmn .framer-1ywdlpw, .framer-73Rmn .framer-vf22l8, .framer-73Rmn .framer-1vttrqd, .framer-73Rmn .framer-cwu302, .framer-73Rmn .framer-1yafzdf, .framer-73Rmn .framer-16o91qo { 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: min-content; }\",\".framer-73Rmn .framer-1mrfpwj, .framer-73Rmn .framer-mqxqh8, .framer-73Rmn .framer-1wpzt7h, .framer-73Rmn .framer-jk0162 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.4; position: relative; white-space: pre; width: auto; }\",\".framer-73Rmn .framer-uq2992 { --framer-paragraph-spacing: 19px; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 520px; word-break: break-word; word-wrap: break-word; }\",\".framer-73Rmn .framer-1shdmfr { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-73Rmn .framer-oy9772 { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-73Rmn .framer-5e8afm, .framer-73Rmn .framer-qqpmfa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-73Rmn .framer-grdcj3, .framer-73Rmn .framer-llbs45, .framer-73Rmn .framer-1os2r0x, .framer-73Rmn .framer-1noc4qq, .framer-73Rmn .framer-wjoi12 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-73Rmn .framer-1tqcmuh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 15px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-73Rmn .framer-qnhqz3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-73Rmn .framer-11xwwak { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-73Rmn .framer-ipktrt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-73Rmn .framer-olieii { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1107px; justify-content: center; overflow: visible; padding: 50px 15px 84px 15px; position: relative; scroll-margin-top: 400px; width: 100%; }\",\".framer-73Rmn .framer-sqamdg-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-73Rmn .framer-b3eyiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 15px 50px 15px; position: relative; width: 100%; }\",\".framer-73Rmn .framer-95lxv5-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-73Rmn .framer-ikftaf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-73Rmn .framer-1lawr56 { --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-73Rmn .framer-1adrrhx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-73Rmn .framer-gmgctx { 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-73Rmn .framer-y45l8a-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 5; }\",\".framer-73Rmn .framer-6qvf3e-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-73Rmn.framer-1eaejtm, .framer-73Rmn .framer-wsqo7, .framer-73Rmn .framer-1t8e0gu, .framer-73Rmn .framer-1lgclxu, .framer-73Rmn .framer-1grx2qp, .framer-73Rmn .framer-cergo0, .framer-73Rmn .framer-1rj6jrh, .framer-73Rmn .framer-1ywdlpw, .framer-73Rmn .framer-1shdmfr, .framer-73Rmn .framer-oy9772, .framer-73Rmn .framer-5e8afm, .framer-73Rmn .framer-vf22l8, .framer-73Rmn .framer-1vttrqd, .framer-73Rmn .framer-qqpmfa, .framer-73Rmn .framer-1tqcmuh, .framer-73Rmn .framer-qnhqz3, .framer-73Rmn .framer-11xwwak, .framer-73Rmn .framer-cwu302, .framer-73Rmn .framer-ipktrt, .framer-73Rmn .framer-1yafzdf, .framer-73Rmn .framer-16o91qo, .framer-73Rmn .framer-olieii, .framer-73Rmn .framer-b3eyiq, .framer-73Rmn .framer-ikftaf, .framer-73Rmn .framer-gmgctx { gap: 0px; } .framer-73Rmn.framer-1eaejtm > *, .framer-73Rmn .framer-wsqo7 > *, .framer-73Rmn .framer-1lgclxu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-73Rmn.framer-1eaejtm > :first-child, .framer-73Rmn .framer-wsqo7 > :first-child, .framer-73Rmn .framer-1lgclxu > :first-child, .framer-73Rmn .framer-cergo0 > :first-child, .framer-73Rmn .framer-1rj6jrh > :first-child, .framer-73Rmn .framer-oy9772 > :first-child, .framer-73Rmn .framer-5e8afm > :first-child, .framer-73Rmn .framer-qqpmfa > :first-child, .framer-73Rmn .framer-ipktrt > :first-child, .framer-73Rmn .framer-b3eyiq > :first-child { margin-top: 0px; } .framer-73Rmn.framer-1eaejtm > :last-child, .framer-73Rmn .framer-wsqo7 > :last-child, .framer-73Rmn .framer-1lgclxu > :last-child, .framer-73Rmn .framer-cergo0 > :last-child, .framer-73Rmn .framer-1rj6jrh > :last-child, .framer-73Rmn .framer-oy9772 > :last-child, .framer-73Rmn .framer-5e8afm > :last-child, .framer-73Rmn .framer-qqpmfa > :last-child, .framer-73Rmn .framer-ipktrt > :last-child, .framer-73Rmn .framer-b3eyiq > :last-child { margin-bottom: 0px; } .framer-73Rmn .framer-1t8e0gu > *, .framer-73Rmn .framer-1ywdlpw > *, .framer-73Rmn .framer-vf22l8 > *, .framer-73Rmn .framer-1vttrqd > *, .framer-73Rmn .framer-1tqcmuh > *, .framer-73Rmn .framer-cwu302 > *, .framer-73Rmn .framer-1yafzdf > *, .framer-73Rmn .framer-16o91qo > *, .framer-73Rmn .framer-ikftaf > *, .framer-73Rmn .framer-gmgctx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-73Rmn .framer-1t8e0gu > :first-child, .framer-73Rmn .framer-1grx2qp > :first-child, .framer-73Rmn .framer-1ywdlpw > :first-child, .framer-73Rmn .framer-1shdmfr > :first-child, .framer-73Rmn .framer-vf22l8 > :first-child, .framer-73Rmn .framer-1vttrqd > :first-child, .framer-73Rmn .framer-1tqcmuh > :first-child, .framer-73Rmn .framer-qnhqz3 > :first-child, .framer-73Rmn .framer-11xwwak > :first-child, .framer-73Rmn .framer-cwu302 > :first-child, .framer-73Rmn .framer-1yafzdf > :first-child, .framer-73Rmn .framer-16o91qo > :first-child, .framer-73Rmn .framer-olieii > :first-child, .framer-73Rmn .framer-ikftaf > :first-child, .framer-73Rmn .framer-gmgctx > :first-child { margin-left: 0px; } .framer-73Rmn .framer-1t8e0gu > :last-child, .framer-73Rmn .framer-1grx2qp > :last-child, .framer-73Rmn .framer-1ywdlpw > :last-child, .framer-73Rmn .framer-1shdmfr > :last-child, .framer-73Rmn .framer-vf22l8 > :last-child, .framer-73Rmn .framer-1vttrqd > :last-child, .framer-73Rmn .framer-1tqcmuh > :last-child, .framer-73Rmn .framer-qnhqz3 > :last-child, .framer-73Rmn .framer-11xwwak > :last-child, .framer-73Rmn .framer-cwu302 > :last-child, .framer-73Rmn .framer-1yafzdf > :last-child, .framer-73Rmn .framer-16o91qo > :last-child, .framer-73Rmn .framer-olieii > :last-child, .framer-73Rmn .framer-ikftaf > :last-child, .framer-73Rmn .framer-gmgctx > :last-child { margin-right: 0px; } .framer-73Rmn .framer-1grx2qp > *, .framer-73Rmn .framer-1shdmfr > *, .framer-73Rmn .framer-olieii > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-73Rmn .framer-cergo0 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-73Rmn .framer-1rj6jrh > *, .framer-73Rmn .framer-b3eyiq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-73Rmn .framer-oy9772 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-73Rmn .framer-5e8afm > *, .framer-73Rmn .framer-qqpmfa > *, .framer-73Rmn .framer-ipktrt > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-73Rmn .framer-qnhqz3 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-73Rmn .framer-11xwwak > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-73Rmn.framer-1eaejtm { width: 810px; } .framer-73Rmn .framer-1grx2qp { order: 0; } .framer-73Rmn .framer-1rj6jrh { width: 100%; } .framer-73Rmn .framer-1shdmfr { flex: 0.3 0 0px; } .framer-73Rmn .framer-oy9772 { overflow: visible; } .framer-73Rmn .framer-olieii { order: 1; } .framer-73Rmn .framer-sqamdg-container { width: 85%; } .framer-73Rmn .framer-b3eyiq { order: 2; } .framer-73Rmn .framer-gmgctx { order: 3; }}\",\"@media (max-width: 809px) { .framer-73Rmn.framer-1eaejtm { width: 390px; } .framer-73Rmn .framer-1t8e0gu { height: 90vh; } .framer-73Rmn .framer-1grx2qp { flex-direction: column; gap: 30px; padding: 30px 15px 60px 15px; } .framer-73Rmn .framer-cergo0, .framer-73Rmn .framer-1shdmfr { flex: none; width: 100%; } .framer-73Rmn .framer-1rj6jrh, .framer-73Rmn .framer-5e8afm, .framer-73Rmn .framer-qqpmfa { width: 100%; } .framer-73Rmn .framer-uq2992 { max-width: unset; width: 100%; } .framer-73Rmn .framer-olieii { flex-direction: column; height: 829px; padding: 30px 15px 60px 15px; } .framer-73Rmn .framer-sqamdg-container { height: 70%; order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-73Rmn .framer-1grx2qp, .framer-73Rmn .framer-olieii { gap: 0px; } .framer-73Rmn .framer-1grx2qp > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-73Rmn .framer-1grx2qp > :first-child, .framer-73Rmn .framer-olieii > :first-child { margin-top: 0px; } .framer-73Rmn .framer-1grx2qp > :last-child, .framer-73Rmn .framer-olieii > :last-child { margin-bottom: 0px; } .framer-73Rmn .framer-olieii > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4006\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"E0qmMgmpW\":{\"layout\":[\"fixed\",\"auto\"]},\"ZgcpmiHck\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"RbgxCShXc\":{\"pattern\":\":RbgxCShXc\",\"name\":\"hero\"},\"IWwCV5Xkt\":{\"pattern\":\":IWwCV5Xkt\",\"name\":\"trigger-section\"},\"jioavKSxy\":{\"pattern\":\":jioavKSxy\",\"name\":\"left-content\"},\"VnuHPoI8w\":{\"pattern\":\":VnuHPoI8w\",\"name\":\"right-content\"},\"aC7duzUwd\":{\"pattern\":\":aC7duzUwd\",\"name\":\"trigger-section\"}}\n * @framerResponsiveScreen\n */const FramerDM0pIiYm6=withCSS(Component,css,\"framer-73Rmn\");export default FramerDM0pIiYm6;FramerDM0pIiYm6.displayName=\"Page\";FramerDM0pIiYm6.defaultProps={height:4006,width:1200};addFonts(FramerDM0pIiYm6,[{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\"}]},...NavigationNavigationDesktopFonts,...NavigationNavigationMobileFonts,...NavigationMobileFullNavigationFonts,...ProjectsCMSPageHeroImageVideoProjectsPageFonts,...GalleryGalleryFonts,...GlobalLineAnimationGlobalFonts,...TextLinkTextLinkArrowFonts,...HomeHomeProjectsRowFonts,...FooterFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...componentPresets.fonts?.[\"QPhGHImAZ\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QPhGHImAZ\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDM0pIiYm6\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"RbgxCShXc\\\":{\\\"pattern\\\":\\\":RbgxCShXc\\\",\\\"name\\\":\\\"hero\\\"},\\\"IWwCV5Xkt\\\":{\\\"pattern\\\":\\\":IWwCV5Xkt\\\",\\\"name\\\":\\\"trigger-section\\\"},\\\"jioavKSxy\\\":{\\\"pattern\\\":\\\":jioavKSxy\\\",\\\"name\\\":\\\"left-content\\\"},\\\"VnuHPoI8w\\\":{\\\"pattern\\\":\\\":VnuHPoI8w\\\",\\\"name\\\":\\\"right-content\\\"},\\\"aC7duzUwd\\\":{\\\"pattern\\\":\\\":aC7duzUwd\\\",\\\"name\\\":\\\"trigger-section\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4006\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E0qmMgmpW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZgcpmiHck\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["s", "i", "l", "ye", "ue", "e", "r", "t", "o", "n", "p", "addPropertyControls", "ControlType", "SVG_default", "h", "v", "b", "y", "e", "r", "t", "g", "R", "B", "a", "re", "MotionConfigContext", "o", "i", "se", "p", "q", "x", "n", "l", "s", "d", "m", "Z", "j", "Y", "useLocaleInfo", "f", "w", "W", "J", "N", "S", "k", "I", "T", "z", "E", "A", "useVariantState", "v", "h", "L", "U", "useActiveVariantCallback", "D", "O", "pe", "F", "ae", "LayoutGroup", "motion", "cx", "u", "Image2", "withCSS", "EvMPvjkuO_default", "addPropertyControls", "ControlType", "addFonts", "g", "getFonts", "EvMPvjkuO_default", "p", "SVG_default", "q", "w", "b", "e", "a", "z", "I", "R", "k", "t", "re", "MotionConfigContext", "i", "se", "p", "j", "T", "n", "m", "o", "f", "s", "l", "d", "c", "h", "v", "y", "u", "g", "q", "x", "Z", "H", "Y", "useLocaleInfo", "B", "J", "C", "E", "S", "D", "K", "M", "O", "Q", "X", "L", "V", "W", "A", "G", "F", "_", "U", "P", "useVariantState", "$", "rr", "useActiveVariantCallback", "ra", "r", "rt", "rn", "ri", "rm", "ro", "rf", "rs", "rl", "pe", "rd", "ae", "LayoutGroup", "motion", "cx", "EvMPvjkuO_default", "SVG_default", "withCSS", "DT5zjlPvT_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "image4", "image5", "image6", "image7", "image8", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ga3pCLb7N", "CQuyllWoH", "E1VYOkQbB", "fo7liKqhn", "CVqnpV02V", "NOOYR5UCo", "oVr0ArdS6", "Hbt1_Qqr7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerESryYkaFA", "withCSS", "ESryYkaFA_default", "addPropertyControls", "ControlType", "addFonts", "GalleryNavigationFonts", "getFonts", "DT5zjlPvT_default", "GalleryImagesFonts", "ESryYkaFA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "image1", "image2", "image3", "image4", "image5", "image6", "image7", "image8", "selector", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "L3eYtamgf", "aQnc30A6N", "NFYUL81vf", "DSJNh7kE4", "Jz5mRKP8b", "RROWsrtui", "AB57wm4vu", "iVBKtZsnr", "LqdxvB4A5", "Vc2MsyiJ4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "moyOFAv_Jm2xk0w", "args", "guL96G44Itv00ep", "MvhWGEEJwuyv1ij", "qX5aJY0_luv85yt", "RthHlBIYj15tfd3d", "FfrO1KV0Q11wmbia", "jR68EO0KP10i4kfv", "YLJ1H6SSA8kroto", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerc7UIRUQhf", "withCSS", "c7UIRUQhf_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "isSet", "value", "toResponsiveImage", "toImageSrc", "transformTemplate1", "_", "t", "transition3", "animation", "animation1", "transition4", "animation2", "animation3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "category", "height", "heroVideoURL", "id", "imageHero", "title", "videoPoster", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "s7UosfiRw", "B5sCjwcF_", "eKMOq8490", "V9TOCqVxo", "cM8JGBzkE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearm7njg2", "args", "useOnVariantChange", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerVxWZXGISB", "withCSS", "VxWZXGISB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationNavigationDesktopFonts", "getFonts", "F0lbt84nG_default", "NavigationNavigationDesktopWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "NavigationNavigationMobileFonts", "CA2UVAOBt_default", "NavigationNavigationMobileWithVariantAppearEffect", "NavigationMobileFullNavigationFonts", "uL6YOTdAZ_default", "ProjectsCMSPageHeroImageVideoProjectsPageFonts", "VxWZXGISB_default", "ProjectsCMSPageHeroImageVideoProjectsPageWithVariantAppearEffect", "RichTextWithFX", "withFX", "RichText2", "GalleryGalleryFonts", "c7UIRUQhf_default", "GlobalLineAnimationGlobalFonts", "lw0LfyniE_default", "GlobalLineAnimationGlobalWithVariantAppearEffect", "TextLinkTextLinkArrowFonts", "MS7fGSvo6_default", "HomeHomeProjectsRowFonts", "z64WCa5DN_default", "FooterFooterFonts", "CPt2kErNr_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toResponsiveImage", "value", "animation5", "transition3", "animation6", "transition4", "animation7", "transition5", "transition6", "transition7", "transition8", "transition9", "transition10", "transition11", "isSet", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "vHeab_GFB_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "nmra7HyPc", "FnwgSIUrA", "iqG3u7S2H", "vO0Cvxftv", "iCDUa9cHV", "Byf_lucD0", "TXmd62wMm", "uNKxhajOC", "c26Jr57LR", "UUJ0Y28HX", "NPZz5yatu", "ORffhsntQ", "nQqO0se6B", "Pzgc68Jgt", "s9pbdxWXQ", "EnizxCMQ2", "v0zo4FwVO", "Fz9l0NnYQ", "OKHcAq9Ff", "iC9pVt3ff", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpT3bnx0g", "overlay", "loadMore", "args", "wCQM1JsQO1wnntms", "scopingClassNames", "cx", "isDisplayed", "ref1", "isDisplayed1", "elementId", "useRouteElementId", "ref2", "elementId1", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerDM0pIiYm6", "withCSS", "DM0pIiYm6_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
