{
  "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/byBQszhemzWCRkYPykUH/NJXIlbVH2VbH92tQV1mi/qYgSL1wro.js", "ssg:https://framerusercontent.com/modules/onDJI3JFcwM1b2mYmZgR/dGRI5WR5O17zUhIzQCcT/gUFfDe_f2.js", "ssg:https://framerusercontent.com/modules/m6Krg20YrqU7MryGtggA/H2swmaa9ngLz1zzkRGGr/Us66DClQK.js", "ssg:https://framerusercontent.com/modules/8juUJLNX77NDJRCLbjPa/eK9iASVHd0m2VEfVGwCw/Yr9W8urxq.js", "ssg:https://framerusercontent.com/modules/mc8Q75p6EvFClghiXQG9/biTdqxO73Iu7UJjkuV25/Rg4t0zdRe.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 (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"yWT37jnmf\",\"izCf7QXUQ\",\"bFAeXzkbH\",\"EZlqIEDLg\",\"a2Yz2Swpu\",\"Gy3oEW_x2\",\"A7y9Sdlfq\",\"we_r_eQsO\"];const serializationHash=\"framer-YdL4J\";const variantClassNames={a2Yz2Swpu:\"framer-v-1dvykor\",A7y9Sdlfq:\"framer-v-bvj1fq\",bFAeXzkbH:\"framer-v-6n6x6c\",EZlqIEDLg:\"framer-v-150dnkb\",Gy3oEW_x2:\"framer-v-1si66bq\",izCf7QXUQ:\"framer-v-gi3njg\",we_r_eQsO:\"framer-v-1jqntmc\",yWT37jnmf:\"framer-v-opgh2s\"};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={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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"yWT37jnmf\",\"2\":\"izCf7QXUQ\",\"3\":\"bFAeXzkbH\",\"4\":\"EZlqIEDLg\",\"5\":\"a2Yz2Swpu\",\"6\":\"Gy3oEW_x2\",\"7\":\"A7y9Sdlfq\",\"8\":\"we_r_eQsO\"};const getProps=({height,id,image1,image2,image3,image4,image5,image6,image7,image8,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,CQuyllWoH:image2!==null&&image2!==void 0?image2:props.CQuyllWoH,CVqnpV02V:image5!==null&&image5!==void 0?image5:props.CVqnpV02V,E1VYOkQbB:image3!==null&&image3!==void 0?image3:props.E1VYOkQbB,fo7liKqhn:image4!==null&&image4!==void 0?image4:props.fo7liKqhn,ga3pCLb7N:image1!==null&&image1!==void 0?image1:props.ga3pCLb7N,Hbt1_Qqr7:image8!==null&&image8!==void 0?image8:props.Hbt1_Qqr7,NOOYR5UCo:image6!==null&&image6!==void 0?image6:props.NOOYR5UCo,oVr0ArdS6:image7!==null&&image7!==void 0?image7:props.oVr0ArdS6,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yWT37jnmf\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ga3pCLb7N,CQuyllWoH,E1VYOkQbB,fo7liKqhn,CVqnpV02V,NOOYR5UCo,oVr0ArdS6,Hbt1_Qqr7,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yWT37jnmf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-opgh2s\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"yWT37jnmf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({a2Yz2Swpu:{\"data-framer-name\":\"5\"},A7y9Sdlfq:{\"data-framer-name\":\"7\"},bFAeXzkbH:{\"data-framer-name\":\"3\"},EZlqIEDLg:{\"data-framer-name\":\"4\"},Gy3oEW_x2:{\"data-framer-name\":\"6\"},izCf7QXUQ:{\"data-framer-name\":\"2\"},we_r_eQsO:{\"data-framer-name\":\"8\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(ga3pCLb7N),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-o82fhf\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"vvRHTbuTJ\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:1},variants:{a2Yz2Swpu:{opacity:0},A7y9Sdlfq:{opacity:0},bFAeXzkbH:{opacity:0},EZlqIEDLg:{opacity:0},Gy3oEW_x2:{opacity:0},izCf7QXUQ:{opacity:0},we_r_eQsO:{opacity:0}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(CQuyllWoH),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-zuyr8w\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"DS9w8DZAS\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{izCf7QXUQ:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(E1VYOkQbB),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1rzo7ci\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"SkgRKfV6c\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{bFAeXzkbH:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(fo7liKqhn),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-16lj9cw\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"wNgFwZH4Z\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{EZlqIEDLg:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(CVqnpV02V),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1qbwz0x\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"QvLxAUA3U\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{a2Yz2Swpu:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(NOOYR5UCo),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-cb5ign\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"EtlOKKmgK\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{Gy3oEW_x2:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(oVr0ArdS6),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-19x3ao\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"BEhyLArHg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{A7y9Sdlfq:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(Hbt1_Qqr7),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-16assw2\",\"data-framer-name\":\"8\",layoutDependency:layoutDependency,layoutId:\"NRO8qL6aI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{we_r_eQsO:{opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YdL4J.framer-v3po39, .framer-YdL4J .framer-v3po39 { display: block; }\",\".framer-YdL4J.framer-opgh2s { height: 368px; overflow: hidden; position: relative; width: 656px; will-change: var(--framer-will-change-override, transform); }\",\".framer-YdL4J .framer-o82fhf, .framer-YdL4J .framer-zuyr8w, .framer-YdL4J .framer-1rzo7ci, .framer-YdL4J .framer-16lj9cw, .framer-YdL4J .framer-1qbwz0x, .framer-YdL4J .framer-cb5ign, .framer-YdL4J .framer-19x3ao, .framer-YdL4J .framer-16assw2 { 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\"]},\"izCf7QXUQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"bFAeXzkbH\":{\"layout\":[\"fixed\",\"fixed\"]},\"EZlqIEDLg\":{\"layout\":[\"fixed\",\"fixed\"]},\"a2Yz2Swpu\":{\"layout\":[\"fixed\",\"fixed\"]},\"Gy3oEW_x2\":{\"layout\":[\"fixed\",\"fixed\"]},\"A7y9Sdlfq\":{\"layout\":[\"fixed\",\"fixed\"]},\"we_r_eQsO\":{\"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 */const FramerqYgSL1wro=withCSS(Component,css,\"framer-YdL4J\");export default FramerqYgSL1wro;FramerqYgSL1wro.displayName=\"Gallery/Images\";FramerqYgSL1wro.defaultProps={height:368,width:656};addPropertyControls(FramerqYgSL1wro,{variant:{options:[\"yWT37jnmf\",\"izCf7QXUQ\",\"bFAeXzkbH\",\"EZlqIEDLg\",\"a2Yz2Swpu\",\"Gy3oEW_x2\",\"A7y9Sdlfq\",\"we_r_eQsO\"],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(FramerqYgSL1wro,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqYgSL1wro\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"izCf7QXUQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bFAeXzkbH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EZlqIEDLg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a2Yz2Swpu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Gy3oEW_x2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A7y9Sdlfq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"we_r_eQsO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"368\",\"framerVariables\":\"{\\\"ga3pCLb7N\\\":\\\"image1\\\",\\\"CQuyllWoH\\\":\\\"image2\\\",\\\"E1VYOkQbB\\\":\\\"image3\\\",\\\"fo7liKqhn\\\":\\\"image4\\\",\\\"CVqnpV02V\\\":\\\"image5\\\",\\\"NOOYR5UCo\\\":\\\"image6\\\",\\\"oVr0ArdS6\\\":\\\"image7\\\",\\\"Hbt1_Qqr7\\\":\\\"image8\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"656\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qYgSL1wro.map", "// Generated by Framer (015b6bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import GalleryNavigation from\"https://framerusercontent.com/modules/gpJQyGjpKPevTaQiu3p0/ZDmzR79yPuaIOrHccYOJ/DT5zjlPvT.js\";import GalleryImages from\"https://framerusercontent.com/modules/byBQszhemzWCRkYPykUH/NJXIlbVH2VbH92tQV1mi/qYgSL1wro.js\";const GalleryNavigationFonts=getFonts(GalleryNavigation);const GalleryImagesFonts=getFonts(GalleryImages);const cycleOrder=[\"yHH249ZFg\",\"fyaS5sCX4\",\"vYAMjadD5\",\"paLrlVd6u\",\"DMq3ZD8sA\",\"gGD82kapg\",\"vRMtg1RSY\",\"Mt9Gz9fT3\"];const serializationHash=\"framer-vstj7\";const variantClassNames={DMq3ZD8sA:\"framer-v-avp6wb\",fyaS5sCX4:\"framer-v-1xwycho\",gGD82kapg:\"framer-v-1gb0507\",Mt9Gz9fT3:\"framer-v-1ucl431\",paLrlVd6u:\"framer-v-fbnsk3\",vRMtg1RSY:\"framer-v-1h9jopk\",vYAMjadD5:\"framer-v-m5alhu\",yHH249ZFg:\"framer-v-zoc5j0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness: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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"1\":\"yHH249ZFg\",\"2\":\"fyaS5sCX4\",\"3\":\"vYAMjadD5\",\"4\":\"paLrlVd6u\",\"5\":\"DMq3ZD8sA\",\"6\":\"gGD82kapg\",\"7\":\"vRMtg1RSY\",\"8\":\"Mt9Gz9fT3\"};const getProps=({background,height,id,image1,image2,image3,image4,image5,image6,image7,image8,selector,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,AB57wm4vu:image5!==null&&image5!==void 0?image5:props.AB57wm4vu,aQnc30A6N:(_ref=selector!==null&&selector!==void 0?selector:props.aQnc30A6N)!==null&&_ref!==void 0?_ref:\"var(--token-419394a1-565d-4952-8ba3-b4f1eb92339c, rgb(5, 5, 5))\",DSJNh7kE4:(_ref1=image2!==null&&image2!==void 0?image2:props.DSJNh7kE4)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?scale-down-to=1024\",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\"},iVBKtZsnr:image6!==null&&image6!==void 0?image6:props.iVBKtZsnr,Jz5mRKP8b:image3!==null&&image3!==void 0?image3:props.Jz5mRKP8b,L3eYtamgf:(_ref2=background!==null&&background!==void 0?background:props.L3eYtamgf)!==null&&_ref2!==void 0?_ref2:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",LqdxvB4A5:image7!==null&&image7!==void 0?image7:props.LqdxvB4A5,NFYUL81vf:(_ref3=image1!==null&&image1!==void 0?image1:props.NFYUL81vf)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/lmFollwwBANyjurh7LnOrwRjzY.webp?scale-down-to=1024\",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\"},RROWsrtui:image4!==null&&image4!==void 0?image4:props.RROWsrtui,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"yHH249ZFg\",Vc2MsyiJ4:image8!==null&&image8!==void 0?image8:props.Vc2MsyiJ4};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,L3eYtamgf,aQnc30A6N,NFYUL81vf,DSJNh7kE4,Jz5mRKP8b,RROWsrtui,AB57wm4vu,iVBKtZsnr,LqdxvB4A5,Vc2MsyiJ4,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yHH249ZFg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const moyOFAv_J1251ko2=activeVariantCallback(async(...args)=>{setVariant(\"gGD82kapg\");});const guL96G44I1pxdwo7=activeVariantCallback(async(...args)=>{setVariant(\"vRMtg1RSY\");});const MvhWGEEJw13q551l=activeVariantCallback(async(...args)=>{setVariant(\"Mt9Gz9fT3\");});const qX5aJY0_l1wg7jyb=activeVariantCallback(async(...args)=>{setVariant(\"yHH249ZFg\");});const RthHlBIYj1ck0h3q=activeVariantCallback(async(...args)=>{setVariant(\"fyaS5sCX4\");});const FfrO1KV0Q13uq3wt=activeVariantCallback(async(...args)=>{setVariant(\"vYAMjadD5\");});const jR68EO0KP1n2k4la=activeVariantCallback(async(...args)=>{setVariant(\"paLrlVd6u\");});const YLJ1H6SSAcorc9n=activeVariantCallback(async(...args)=>{setVariant(\"DMq3ZD8sA\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zoc5j0\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"yHH249ZFg\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({DMq3ZD8sA:{\"data-framer-name\":\"5\"},fyaS5sCX4:{\"data-framer-name\":\"2\"},gGD82kapg:{\"data-framer-name\":\"6\"},Mt9Gz9fT3:{\"data-framer-name\":\"8\"},paLrlVd6u:{\"data-framer-name\":\"4\"},vRMtg1RSY:{\"data-framer-name\":\"7\"},vYAMjadD5:{\"data-framer-name\":\"3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-149t4ms-container\",layoutDependency:layoutDependency,layoutId:\"vQrPnP2Ji-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(GalleryNavigation,{cx33mnUE3:toResponsiveImage(DSJNh7kE4),FfrO1KV0Q:FfrO1KV0Q13uq3wt,FX_YoCLJm:toResponsiveImage(NFYUL81vf),g8ToaZVmj:toResponsiveImage(Jz5mRKP8b),guL96G44I:guL96G44I1pxdwo7,height:\"100%\",id:\"vQrPnP2Ji\",IqDVb43PR:aQnc30A6N,jR68EO0KP:jR68EO0KP1n2k4la,kV0neR1DF:toResponsiveImage(Vc2MsyiJ4),layoutId:\"vQrPnP2Ji\",moyOFAv_J:moyOFAv_J1251ko2,MvhWGEEJw:MvhWGEEJw13q551l,qO9woDsIE:toResponsiveImage(RROWsrtui),qX5aJY0_l:qX5aJY0_l1wg7jyb,RthHlBIYj:RthHlBIYj1ck0h3q,variant:\"sWviQKIxH\",width:\"100%\",XLzMbvsC3:L3eYtamgf,y0fX7xmZq:toResponsiveImage(AB57wm4vu),YjoLglh7W:toResponsiveImage(LqdxvB4A5),YLJ1H6SSA:YLJ1H6SSAcorc9n,ZrKNCUwGg:toResponsiveImage(iVBKtZsnr),...addPropertyOverrides({DMq3ZD8sA:{variant:\"Ko10hC4oY\"},fyaS5sCX4:{variant:\"PhT7IzTRL\"},gGD82kapg:{variant:\"Y0OZVA34l\"},Mt9Gz9fT3:{variant:\"tSm0HX6eu\"},paLrlVd6u:{variant:\"MsmC3_wur\"},vRMtg1RSY:{variant:\"BKuMeoHms\"},vYAMjadD5:{variant:\"fvK3TlZwl\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 2px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ytc3qv-container\",layoutDependency:layoutDependency,layoutId:\"fO8ik_C6k-container\",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:\"fO8ik_C6k\",layoutId:\"fO8ik_C6k\",NOOYR5UCo:toResponsiveImage(iVBKtZsnr),oVr0ArdS6:toResponsiveImage(LqdxvB4A5),style:{height:\"100%\",width:\"100%\"},variant:\"yWT37jnmf\",width:\"100%\",...addPropertyOverrides({DMq3ZD8sA:{variant:\"a2Yz2Swpu\"},fyaS5sCX4:{variant:\"izCf7QXUQ\"},gGD82kapg:{variant:\"Gy3oEW_x2\"},Mt9Gz9fT3:{variant:\"we_r_eQsO\"},paLrlVd6u:{variant:\"EZlqIEDLg\"},vRMtg1RSY:{variant:\"A7y9Sdlfq\"},vYAMjadD5:{variant:\"bFAeXzkbH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9pu3o1\",\"data-framer-name\":\"Border\",layoutDependency:layoutDependency,layoutId:\"otthV8lEm\",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-vstj7.framer-v7t1ul, .framer-vstj7 .framer-v7t1ul { display: block; }\",\".framer-vstj7.framer-zoc5j0 { height: 368px; overflow: visible; position: relative; width: 656px; }\",\".framer-vstj7 .framer-149t4ms-container { bottom: 6px; flex: none; height: auto; left: 50%; position: absolute; width: auto; z-index: 2; }\",\".framer-vstj7 .framer-ytc3qv-container { bottom: 1px; flex: none; left: 1px; position: absolute; right: 1px; top: 1px; z-index: 1; }\",\".framer-vstj7 .framer-9pu3o1 { 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\"]},\"fyaS5sCX4\":{\"layout\":[\"fixed\",\"fixed\"]},\"vYAMjadD5\":{\"layout\":[\"fixed\",\"fixed\"]},\"paLrlVd6u\":{\"layout\":[\"fixed\",\"fixed\"]},\"DMq3ZD8sA\":{\"layout\":[\"fixed\",\"fixed\"]},\"gGD82kapg\":{\"layout\":[\"fixed\",\"fixed\"]},\"vRMtg1RSY\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mt9Gz9fT3\":{\"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 */const FramergUFfDe_f2=withCSS(Component,css,\"framer-vstj7\");export default FramergUFfDe_f2;FramergUFfDe_f2.displayName=\"Gallery/Gallery\";FramergUFfDe_f2.defaultProps={height:368,width:656};addPropertyControls(FramergUFfDe_f2,{variant:{options:[\"yHH249ZFg\",\"fyaS5sCX4\",\"vYAMjadD5\",\"paLrlVd6u\",\"DMq3ZD8sA\",\"gGD82kapg\",\"vRMtg1RSY\",\"Mt9Gz9fT3\"],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:{__defaultAssetReference:\"data:framer/asset-reference,lmFollwwBANyjurh7LnOrwRjzY.webp?originalFilename=blue-1.webp&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},DSJNh7kE4:{__defaultAssetReference:\"data:framer/asset-reference,sQNMTjOuH5HwpdcYsQ1Mini7TGk.webp?originalFilename=orange-1.webp&preferredSize=auto\",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(FramergUFfDe_f2,[{explicitInter:true,fonts:[]},...GalleryNavigationFonts,...GalleryImagesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergUFfDe_f2\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"656\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fyaS5sCX4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vYAMjadD5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"paLrlVd6u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DMq3ZD8sA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gGD82kapg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vRMtg1RSY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mt9Gz9fT3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"L3eYtamgf\\\":\\\"background\\\",\\\"aQnc30A6N\\\":\\\"selector\\\",\\\"NFYUL81vf\\\":\\\"image1\\\",\\\"DSJNh7kE4\\\":\\\"image2\\\",\\\"Jz5mRKP8b\\\":\\\"image3\\\",\\\"RROWsrtui\\\":\\\"image4\\\",\\\"AB57wm4vu\\\":\\\"image5\\\",\\\"iVBKtZsnr\\\":\\\"image6\\\",\\\"LqdxvB4A5\\\":\\\"image7\\\",\\\"Vc2MsyiJ4\\\":\\\"image8\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"368\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gUFfDe_f2.map", "// Generated by Framer (e074804)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hcW0XJ96i\",\"qHrLVMdbO\"];const serializationHash=\"framer-Bvkty\";const variantClassNames={hcW0XJ96i:\"framer-v-wip14o\",qHrLVMdbO:\"framer-v-1pav0ll\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Close:\"qHrLVMdbO\",Open:\"hcW0XJ96i\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hcW0XJ96i\",Wlbd4kO8e:tap!==null&&tap!==void 0?tap:props.Wlbd4kO8e};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Wlbd4kO8e,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hcW0XJ96i\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapbkpl2i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wlbd4kO8e){const res=await Wlbd4kO8e(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-wip14o\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hcW0XJ96i\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTapbkpl2i,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({qHrLVMdbO:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-106s9gu\",\"data-framer-name\":\"Group 77\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:130,intrinsicWidth:130,layoutDependency:layoutDependency,layoutId:\"OkFxhfmx_\",style:{rotate:0},svg:'<svg width=\"130\" height=\"130\" viewBox=\"0 0 130 130\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_201_498)\">\\n<circle cx=\"65\" cy=\"65\" r=\"65\" fill=\"#FBBF17\" fill-opacity=\"0.8\"/>\\n<circle cx=\"65\" cy=\"65\" r=\"64.5\" stroke=\"#FBBF17\"/>\\n</g>\\n<path d=\"M65 45V85\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\"/>\\n<path d=\"M85 65L45 65\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\"/>\\n<defs>\\n<filter id=\"filter0_b_201_498\" x=\"-14\" y=\"-14\" width=\"158\" height=\"158\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"7\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_201_498\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_201_498\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',variants:{qHrLVMdbO:{rotate:-45}},withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Bvkty.framer-1mvgr1z, .framer-Bvkty .framer-1mvgr1z { display: block; }\",\".framer-Bvkty.framer-wip14o { cursor: pointer; height: 130px; overflow: hidden; position: relative; width: 130px; }\",\".framer-Bvkty .framer-106s9gu { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 130\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qHrLVMdbO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Wlbd4kO8e\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUs66DClQK=withCSS(Component,css,\"framer-Bvkty\");export default FramerUs66DClQK;FramerUs66DClQK.displayName=\"gallery cursor\";FramerUs66DClQK.defaultProps={height:130,width:130};addPropertyControls(FramerUs66DClQK,{variant:{options:[\"hcW0XJ96i\",\"qHrLVMdbO\"],optionTitles:[\"Open\",\"Close\"],title:\"Variant\",type:ControlType.Enum},Wlbd4kO8e:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerUs66DClQK,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUs66DClQK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qHrLVMdbO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Wlbd4kO8e\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"130\",\"framerIntrinsicWidth\":\"130\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Us66DClQK.map", "// Generated by Framer (ae50a0d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,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{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"uheEho1Pt\",\"jw5Hou9bE\",\"zuHzPxDtE\",\"uyqaJIWiG\",\"LMioPhgo7\",\"neVv4mCIZ\"];const serializationHash=\"framer-Cn9gT\";const variantClassNames={jw5Hou9bE:\"framer-v-9v8y4a\",LMioPhgo7:\"framer-v-1n3fij5\",neVv4mCIZ:\"framer-v-5cfrhb\",uheEho1Pt:\"framer-v-ggr233\",uyqaJIWiG:\"framer-v-1kuz5xc\",zuHzPxDtE:\"framer-v-15p8hb4\"};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:500,type:\"spring\"};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={\"All - Mobile\":\"uyqaJIWiG\",\"photos - mobile\":\"LMioPhgo7\",\"videos - mobile\":\"neVv4mCIZ\",All:\"uheEho1Pt\",Photos:\"jw5Hou9bE\",Videos:\"zuHzPxDtE\"};const getProps=({cursor,galleryTap,height,id,width,...props})=>{return{...props,kXyA6wxVB:galleryTap??props.kXyA6wxVB,QmXPDVgSk:cursor??props.QmXPDVgSk,variant:humanReadableVariantMap[props.variant]??props.variant??\"uheEho1Pt\"};};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,QmXPDVgSk,kXyA6wxVB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uheEho1Pt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapdudec8=activeVariantCallback(async(...args)=>{setVariant(\"uheEho1Pt\");});const onTapy6jxvb=activeVariantCallback(async(...args)=>{setVariant(\"uyqaJIWiG\");});const onTap1v2nryp=activeVariantCallback(async(...args)=>{setVariant(\"jw5Hou9bE\");});const onTapl21pci=activeVariantCallback(async(...args)=>{setVariant(\"LMioPhgo7\");});const onTap1vh8oth=activeVariantCallback(async(...args)=>{setVariant(\"zuHzPxDtE\");});const onTap15nw2u6=activeVariantCallback(async(...args)=>{setVariant(\"neVv4mCIZ\");});const onTap75tpax=activeVariantCallback(async(...args)=>{if(kXyA6wxVB){const res=await kXyA6wxVB(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"jw5Hou9bE\")return true;return false;};const isDisplayed1=()=>{if([\"jw5Hou9bE\",\"LMioPhgo7\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"LMioPhgo7\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"jw5Hou9bE\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"LMioPhgo7\")return false;return true;};const isDisplayed5=()=>{if([\"zuHzPxDtE\",\"neVv4mCIZ\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"zuHzPxDtE\")return true;return false;};const isDisplayed7=()=>{if([\"jw5Hou9bE\",\"LMioPhgo7\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"zuHzPxDtE\")return false;return true;};const isDisplayed9=()=>{if([\"jw5Hou9bE\",\"zuHzPxDtE\",\"LMioPhgo7\",\"neVv4mCIZ\"].includes(baseVariant))return false;return true;};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-ggr233\",className,classNames),\"data-framer-name\":\"All\",layoutDependency:layoutDependency,layoutId:\"uheEho1Pt\",ref:refBinding,style:{...style},...addPropertyOverrides({jw5Hou9bE:{\"data-framer-name\":\"Photos\"},LMioPhgo7:{\"data-framer-name\":\"photos - mobile\"},neVv4mCIZ:{\"data-framer-name\":\"videos - mobile\"},uyqaJIWiG:{\"data-framer-name\":\"All - Mobile\"},zuHzPxDtE:{\"data-framer-name\":\"Videos\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-byy6hw\",\"data-framer-name\":\"Frame 94\",layoutDependency:layoutDependency,layoutId:\"oTvcVH_RG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Jet Ski\"})}),className:\"framer-1iy0pww\",\"data-framer-name\":\"All\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"ubi2aQwkR\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{jw5Hou9bE:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\"},LMioPhgo7:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\"},neVv4mCIZ:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\"},zuHzPxDtE:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jw5Hou9bE:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Ski\"})}),onTap:onTapdudec8},LMioPhgo7:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Ski\"})}),onTap:onTapy6jxvb},neVv4mCIZ:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Ski\"})}),onTap:onTapy6jxvb},uyqaJIWiG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Jet Ski\"})})},zuHzPxDtE:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Ski\"})}),onTap:onTapdudec8}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Flyboard\"})}),className:\"framer-1hbrd8v\",\"data-framer-name\":\"Photos\",\"data-highlight\":true,fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"S1lDICho9\",onTap:onTap1v2nryp,style:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jw5Hou9bE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Flyboard\"})})},LMioPhgo7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Flyboard\"})}),onTap:onTapl21pci},neVv4mCIZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Flyboard\"})}),onTap:onTapl21pci},uyqaJIWiG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Flyboard\"})}),onTap:onTapl21pci}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Car\"})}),className:\"framer-1wmdjta\",\"data-framer-name\":\"Videos\",\"data-highlight\":true,fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"j_FIgOKOR\",onTap:onTap1vh8oth,style:{\"--extracted-r6o4lv\":\"rgb(214, 214, 214)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LMioPhgo7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Car\"})}),onTap:onTap15nw2u6},neVv4mCIZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Jet Car\"})}),onTap:onTap15nw2u6},uyqaJIWiG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(214, 214, 214))\"},children:\"Jet Car\"})}),onTap:onTap15nw2u6},zuHzPxDtE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\"},children:\"Jet Car\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k9znzt\",\"data-framer-name\":\"Image Grid\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XEjzTTDqY\",onTap:onTap75tpax,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pcwpft-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kFR84EvNv-container\",nodeId:\"kFR84EvNv\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"kFR84EvNv\",isMixedBorderRadius:false,layoutId:\"kFR84EvNv\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/GERDPJPf3ewEdoT7S9LzqRqFwE.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h0m1ql-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"A4CW9oYdJ-container\",nodeId:\"A4CW9oYdJ\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"A4CW9oYdJ\",isMixedBorderRadius:false,layoutId:\"A4CW9oYdJ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/3QIRgnSmSu2CRYjcLZ6PYAVCZZU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({neVv4mCIZ:{srcFile:\"https://framerusercontent.com/assets/7efYZwDuNsFmlCGDNCcnRWV5mE.mp4\"},zuHzPxDtE:{srcFile:\"https://framerusercontent.com/assets/7efYZwDuNsFmlCGDNCcnRWV5mE.mp4\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1735,pixelWidth:1928,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg\",srcSet:\"https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg 1928w\"},className:\"framer-1cf0yh1\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"vYotzbeda\",...addPropertyOverrides({jw5Hou9bE:{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg\",srcSet:\"https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg 1190w\"}},LMioPhgo7:{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+430),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg\",srcSet:\"https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/Yr1X5odStzciEQJR2uSdZUgGBo.jpg 1190w\"}},neVv4mCIZ:{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg\",srcSet:\"https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+432),pixelHeight:1735,pixelWidth:1928,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg\",srcSet:\"https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qjmvOtop4R8JD6938GEJhbKkH8E.jpg 1928w\"}},zuHzPxDtE:{background:{alt:\"how much does jet ski rental cost\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg\",srcSet:\"https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/Iz8WZXt2Hfc0XgXf5EESK4Dqg.jpg 1190w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+440),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg\",srcSet:\"https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg 1190w\"},className:\"framer-1ulsawe\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"Je22gPSDg\",...addPropertyOverrides({jw5Hou9bE:{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+440),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg\",srcSet:\"https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg 1190w\"}},LMioPhgo7:{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+860),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg\",srcSet:\"https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg 1190w\"}},neVv4mCIZ:{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+440),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg\",srcSet:\"https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+864),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg\",srcSet:\"https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/ozL4f8xxmryg3f8Etx2LDS4SMD4.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is jet ski dangerous\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg\",srcSet:\"https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/vEO09YZ19KKFJw5prhuy4ufIDSk.jpg 1190w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lyqi84\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"p87KLheci\",style:{backgroundColor:\"rgb(0, 108, 174)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Experience thrills beyond imagination.\"})}),className:\"framer-1j5pqu6\",\"data-framer-name\":\"Experience thrills beyond imagination.\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"vm33G40Mk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{neVv4mCIZ:{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\"},zuHzPxDtE:{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jw5Hou9bE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Soar above the seas and into the sky.\"})})},LMioPhgo7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Soar above the seas and into the sky.\"})})},neVv4mCIZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Make a splash,\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"live the adventure.\"})]})},zuHzPxDtE:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Make a splash,\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"live the adventure.\"})]})}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8k3grc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fxoG1uBup-container\",nodeId:\"fxoG1uBup\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fxoG1uBup\",isMixedBorderRadius:false,layoutId:\"fxoG1uBup\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/GERDPJPf3ewEdoT7S9LzqRqFwE.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+440),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"},className:\"framer-4w12vt\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"r2nPMkpLj\",...addPropertyOverrides({jw5Hou9bE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+880),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg\",srcSet:\"https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg 1190w\"}},LMioPhgo7:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1720),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg\",srcSet:\"https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/5LZljbNCHG3QaADJeNwY9cMw1dw.jpg 1190w\"}},neVv4mCIZ:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2200),pixelHeight:714,pixelWidth:1782,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg\",srcSet:\"https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg 1782w\"}},uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1728),pixelHeight:1594,pixelWidth:1190,positionX:\"50.2%\",positionY:\"63.9%\",sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+0),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg\",srcSet:\"https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"jet ski jumeirah beach\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+880),pixelHeight:680,pixelWidth:1200,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px) * 3 + 80px)`,src:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg\",srcSet:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg 1200w\"},className:\"framer-loa3d3\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"yqTZBB8bx\",...addPropertyOverrides({LMioPhgo7:{background:{alt:\"jet ski jumeirah beach\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3010),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg\",srcSet:\"https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/yw2rha8WTVv7YVQmOwjzWXBGC8.jpg 1190w\"}},neVv4mCIZ:{background:{alt:\"jet ski jumeirah beach\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3960),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg\",srcSet:\"https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"jet ski jumeirah beach\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2160),pixelHeight:680,pixelWidth:1200,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg\",srcSet:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg 1200w\"}},zuHzPxDtE:{background:{alt:\"jet ski jumeirah beach\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+880),pixelHeight:714,pixelWidth:1782,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px) * 3 + 80px)`,src:\"https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg\",srcSet:\"https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ryx4ALt9bbbyc5Gnne0IAjPtxA.jpg 1782w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"},className:\"framer-dzel3l\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"Orangecar\",layoutDependency:layoutDependency,layoutId:\"R3GhAbq7_\",...addPropertyOverrides({neVv4mCIZ:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+880),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2592),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1760),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg\",srcSet:\"https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/DJU88HYXgFhjTnCmikgzGovmsg.jpg 1190w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320+0),pixelHeight:1594,pixelWidth:1190,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px), 1px)`,src:\"https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg\",srcSet:\"https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg 1190w\"},className:\"framer-xk8ma1\",\"data-framer-cursor\":QmXPDVgSk,layoutDependency:layoutDependency,layoutId:\"MZzzqOazl\",...addPropertyOverrides({neVv4mCIZ:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+880+0),pixelHeight:1594,pixelWidth:1190,sizes:`max(max(${componentViewport?.width||\"100vw\"}, 200px), 1px)`,src:\"https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg\",srcSet:\"https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/OFA8No043F6NaleIlsmVaGRPhNI.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2592+0),pixelHeight:1594,pixelWidth:1190,sizes:`max(max(${componentViewport?.width||\"100vw\"}, 200px), 1px)`,src:\"https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg\",srcSet:\"https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/dg6e3IyN8b3oden2Sh7QdAS7EM.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1760+0),pixelHeight:1333,pixelWidth:1190,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px), 1px)`,src:\"https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg\",srcSet:\"https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg 1190w\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg\",srcSet:\"https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg 1190w\"},className:\"framer-1lsgkdl\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"M82toJ58T\",...addPropertyOverrides({neVv4mCIZ:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+4400),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg\",srcSet:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3024),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg\",srcSet:\"https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/cdPv4PFXIfGCcCjdjQF7a7Ayo.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1760),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg\",srcSet:\"https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/K8KfckQbYVLvInP9HLwpcX1bwnI.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg\",srcSet:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg 1190w\"},className:\"framer-nx0ka\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"xa7lKc9vq\",...addPropertyOverrides({jw5Hou9bE:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+440),pixelHeight:1594,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg\",srcSet:\"https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/sHcZ82itkrSpeFud2oO5UKipc.jpg 1190w\"}},neVv4mCIZ:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2640),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg\",srcSet:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3456),pixelHeight:1594,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg\",srcSet:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320),pixelHeight:1594,pixelWidth:1190,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px) * 2 + 40px)`,src:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg\",srcSet:\"https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg?scale-down-to=1024 764w,https://framerusercontent.com/images/rnmFaE1CmtjoAtQ609ZpZtkdrG8.jpg 1190w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m7fic7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"l0CI_1Vre-container\",nodeId:\"l0CI_1Vre\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"l0CI_1Vre\",isMixedBorderRadius:false,layoutId:\"l0CI_1Vre\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/0MMCU2x4Ota8gONH48Nf8m8YC0.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({jw5Hou9bE:{srcFile:\"https://framerusercontent.com/assets/6IS7oG25IZULjSpKd6CcLhvXKU.mp4\"},LMioPhgo7:{srcFile:\"https://framerusercontent.com/assets/6IS7oG25IZULjSpKd6CcLhvXKU.mp4\"},neVv4mCIZ:{srcFile:\"https://framerusercontent.com/assets/Cw5vlgSeW0QjzLJ8RxxMDIGgEc.mp4\"},zuHzPxDtE:{srcFile:\"https://framerusercontent.com/assets/Cw5vlgSeW0QjzLJ8RxxMDIGgEc.mp4\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9sqmw2-container\",\"data-framer-name\":\"Car\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tSfiq9vie-container\",name:\"Car\",nodeId:\"tSfiq9vie\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"tSfiq9vie\",isMixedBorderRadius:false,layoutId:\"tSfiq9vie\",loop:true,muted:true,name:\"Car\",objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/TQUzq9qIfBRXkx49KrudxIhvV0.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",pixelHeight:1333,pixelWidth:1190,src:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg\",srcSet:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg 1190w\"},className:\"framer-27bys8\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"At0eUZ5NK\",...addPropertyOverrides({zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1760),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg\",srcSet:\"https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/Et4HjryxQqOYZo94qPRcwf6i2VM.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4xqur5\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"iri3LGDxf\",style:{backgroundColor:\"rgb(0, 108, 174)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Unleash your inner thrill-seeker\"})}),className:\"framer-1ha9wuh\",\"data-framer-name\":\"Experience thrills beyond imagination.\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"gH3JNCHzb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed8()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1760),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg\",srcSet:\"https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg 1190w\"},className:\"framer-a6dd1b\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"fl\",layoutDependency:layoutDependency,layoutId:\"ffNIqpktZ\",...addPropertyOverrides({jw5Hou9bE:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+1320),pixelHeight:1029,pixelWidth:1908,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px) * 2 + 40px)`,src:\"https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg\",srcSet:\"https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg 1908w\"}},LMioPhgo7:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3440),pixelHeight:1029,pixelWidth:1908,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg\",srcSet:\"https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/01xoOMJjOd4v2uNQxn4ohMleqg.jpg 1908w\"}},neVv4mCIZ:{background:{alt:\"jet ski burj al arab\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+3520),pixelHeight:1333,pixelWidth:1190,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg\",srcSet:\"https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/MGJnC8mWKjSF0ZRErDPwq42Pc.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"jet ski burj al arab\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+4320),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg\",srcSet:\"https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/mKWvuNrJNb70x0noR7uOb1iNtbE.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2200),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg\",srcSet:\"https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg 1190w\"},className:\"framer-lfzjf6\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"WFouseArQ\",...addPropertyOverrides({uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+4752),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg\",srcSet:\"https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/y0WkFnsAmbDSrj4fq4ZhQuJH0H8.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2200),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg\",srcSet:\"https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg 1190w\"},className:\"framer-s5lb7i\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"qbns2Tq3B\",...addPropertyOverrides({neVv4mCIZ:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+5280),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg\",srcSet:\"https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg 1190w\"}},uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+5184),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg\",srcSet:\"https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/FFlqCAbfv8SWujtnRq8ZC3pAsno.jpg 1190w\"}},zuHzPxDtE:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2200),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg\",srcSet:\"https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/k72wwE5VSVyjlvR409KzWfDG3XM.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+2200),pixelHeight:1333,pixelWidth:1190,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) / 3, 200px)`,src:\"https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg\",srcSet:\"https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg 1190w\"},className:\"framer-ttlcq3\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"CL_Mo1Kuy\",...addPropertyOverrides({uyqaJIWiG:{background:{alt:\"is flyboarding safe\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+0+5616),pixelHeight:1333,pixelWidth:1190,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg\",srcSet:\"https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg?scale-down-to=1024 914w,https://framerusercontent.com/images/0tvPyiadxdxcHKD0FbbX7Ma7ms.jpg 1190w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1e4y7wo\",\"data-framer-cursor\":QmXPDVgSk,\"data-framer-name\":\"fl2\",layoutDependency:layoutDependency,layoutId:\"UEotkSW10\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bkp10l-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BFhA_3lwQ-container\",nodeId:\"BFhA_3lwQ\",rendersWithMotion:true,scopeId:\"Yr9W8urxq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"BFhA_3lwQ\",isMixedBorderRadius:false,layoutId:\"BFhA_3lwQ\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/IbXQzNqABRVOjCsFguVLxbup1o.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Cn9gT.framer-xxy0qu, .framer-Cn9gT .framer-xxy0qu { display: block; }\",\".framer-Cn9gT.framer-ggr233 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Cn9gT .framer-byy6hw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 74px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Cn9gT .framer-1iy0pww { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Cn9gT .framer-1hbrd8v, .framer-Cn9gT .framer-1wmdjta { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Cn9gT .framer-1k9znzt { cursor: pointer; display: grid; flex: none; gap: 40px; grid-auto-rows: 400px; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, 400px); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1pcwpft-container, .framer-Cn9gT .framer-9sqmw2-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-h0m1ql-container, .framer-Cn9gT .framer-8k3grc-container, .framer-Cn9gT .framer-m7fic7-container { align-self: start; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1cf0yh1, .framer-Cn9gT .framer-1ulsawe, .framer-Cn9gT .framer-4w12vt, .framer-Cn9gT .framer-dzel3l, .framer-Cn9gT .framer-1lsgkdl, .framer-Cn9gT .framer-27bys8, .framer-Cn9gT .framer-lfzjf6, .framer-Cn9gT .framer-s5lb7i, .framer-Cn9gT .framer-ttlcq3 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1lyqi84, .framer-Cn9gT .framer-4xqur5 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 45px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1j5pqu6, .framer-Cn9gT .framer-1ha9wuh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Cn9gT .framer-loa3d3 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; grid-column: auto / span 3; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-xk8ma1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Cn9gT .framer-nx0ka, .framer-Cn9gT .framer-a6dd1b { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1e4y7wo { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Cn9gT .framer-1bkp10l-container { flex: none; height: 747px; left: calc(48.99598393574299% - 697px / 2); position: absolute; top: calc(50.00000000000002% - 747px / 2); width: 697px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Cn9gT.framer-ggr233, .framer-Cn9gT .framer-byy6hw, .framer-Cn9gT .framer-1cf0yh1, .framer-Cn9gT .framer-1ulsawe, .framer-Cn9gT .framer-1lyqi84, .framer-Cn9gT .framer-4w12vt, .framer-Cn9gT .framer-loa3d3, .framer-Cn9gT .framer-dzel3l, .framer-Cn9gT .framer-xk8ma1, .framer-Cn9gT .framer-1lsgkdl, .framer-Cn9gT .framer-nx0ka, .framer-Cn9gT .framer-27bys8, .framer-Cn9gT .framer-4xqur5, .framer-Cn9gT .framer-a6dd1b, .framer-Cn9gT .framer-lfzjf6, .framer-Cn9gT .framer-s5lb7i, .framer-Cn9gT .framer-ttlcq3, .framer-Cn9gT .framer-1e4y7wo { gap: 0px; } .framer-Cn9gT.framer-ggr233 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Cn9gT.framer-ggr233 > :first-child, .framer-Cn9gT .framer-1lyqi84 > :first-child, .framer-Cn9gT .framer-loa3d3 > :first-child, .framer-Cn9gT .framer-nx0ka > :first-child, .framer-Cn9gT .framer-4xqur5 > :first-child, .framer-Cn9gT .framer-a6dd1b > :first-child, .framer-Cn9gT .framer-1e4y7wo > :first-child { margin-top: 0px; } .framer-Cn9gT.framer-ggr233 > :last-child, .framer-Cn9gT .framer-1lyqi84 > :last-child, .framer-Cn9gT .framer-loa3d3 > :last-child, .framer-Cn9gT .framer-nx0ka > :last-child, .framer-Cn9gT .framer-4xqur5 > :last-child, .framer-Cn9gT .framer-a6dd1b > :last-child, .framer-Cn9gT .framer-1e4y7wo > :last-child { margin-bottom: 0px; } .framer-Cn9gT .framer-byy6hw > * { margin: 0px; margin-left: calc(74px / 2); margin-right: calc(74px / 2); } .framer-Cn9gT .framer-byy6hw > :first-child, .framer-Cn9gT .framer-1cf0yh1 > :first-child, .framer-Cn9gT .framer-1ulsawe > :first-child, .framer-Cn9gT .framer-4w12vt > :first-child, .framer-Cn9gT .framer-dzel3l > :first-child, .framer-Cn9gT .framer-xk8ma1 > :first-child, .framer-Cn9gT .framer-1lsgkdl > :first-child, .framer-Cn9gT .framer-27bys8 > :first-child, .framer-Cn9gT .framer-lfzjf6 > :first-child, .framer-Cn9gT .framer-s5lb7i > :first-child, .framer-Cn9gT .framer-ttlcq3 > :first-child { margin-left: 0px; } .framer-Cn9gT .framer-byy6hw > :last-child, .framer-Cn9gT .framer-1cf0yh1 > :last-child, .framer-Cn9gT .framer-1ulsawe > :last-child, .framer-Cn9gT .framer-4w12vt > :last-child, .framer-Cn9gT .framer-dzel3l > :last-child, .framer-Cn9gT .framer-xk8ma1 > :last-child, .framer-Cn9gT .framer-1lsgkdl > :last-child, .framer-Cn9gT .framer-27bys8 > :last-child, .framer-Cn9gT .framer-lfzjf6 > :last-child, .framer-Cn9gT .framer-s5lb7i > :last-child, .framer-Cn9gT .framer-ttlcq3 > :last-child { margin-right: 0px; } .framer-Cn9gT .framer-1cf0yh1 > *, .framer-Cn9gT .framer-1ulsawe > *, .framer-Cn9gT .framer-4w12vt > *, .framer-Cn9gT .framer-dzel3l > *, .framer-Cn9gT .framer-xk8ma1 > *, .framer-Cn9gT .framer-1lsgkdl > *, .framer-Cn9gT .framer-27bys8 > *, .framer-Cn9gT .framer-lfzjf6 > *, .framer-Cn9gT .framer-s5lb7i > *, .framer-Cn9gT .framer-ttlcq3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Cn9gT .framer-1lyqi84 > *, .framer-Cn9gT .framer-loa3d3 > *, .framer-Cn9gT .framer-nx0ka > *, .framer-Cn9gT .framer-4xqur5 > *, .framer-Cn9gT .framer-a6dd1b > *, .framer-Cn9gT .framer-1e4y7wo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1iy0pww, .framer-Cn9gT.framer-v-15p8hb4 .framer-1iy0pww, .framer-Cn9gT.framer-v-1n3fij5 .framer-1iy0pww, .framer-Cn9gT.framer-v-5cfrhb .framer-1iy0pww { cursor: pointer; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1pcwpft-container, .framer-Cn9gT.framer-v-5cfrhb .framer-nx0ka { order: 8; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1cf0yh1, .framer-Cn9gT.framer-v-15p8hb4 .framer-1cf0yh1, .framer-Cn9gT.framer-v-5cfrhb .framer-1cf0yh1 { order: 1; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1ulsawe, .framer-Cn9gT.framer-v-15p8hb4 .framer-1lyqi84, .framer-Cn9gT.framer-v-1n3fij5 .framer-1lyqi84, .framer-Cn9gT.framer-v-5cfrhb .framer-1lyqi84 { order: 4; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1lyqi84, .framer-Cn9gT.framer-v-15p8hb4 .framer-4w12vt, .framer-Cn9gT.framer-v-1n3fij5 .framer-1ulsawe, .framer-Cn9gT.framer-v-5cfrhb .framer-dzel3l { order: 3; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-4w12vt, .framer-Cn9gT.framer-v-15p8hb4 .framer-9sqmw2-container, .framer-Cn9gT.framer-v-5cfrhb .framer-9sqmw2-container { order: 9; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-nx0ka, .framer-Cn9gT.framer-v-15p8hb4 .framer-1ulsawe, .framer-Cn9gT.framer-v-1n3fij5 .framer-1cf0yh1, .framer-Cn9gT.framer-v-5cfrhb .framer-1ulsawe { order: 2; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-m7fic7-container { order: 0; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-4xqur5, .framer-Cn9gT.framer-v-15p8hb4 .framer-loa3d3, .framer-Cn9gT.framer-v-5cfrhb .framer-4w12vt { order: 7; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-a6dd1b { grid-column: auto / span 2; order: 17; }\",\".framer-Cn9gT.framer-v-9v8y4a .framer-1e4y7wo { order: 19; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-h0m1ql-container { order: 14; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-dzel3l { order: 10; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-1lsgkdl, .framer-Cn9gT.framer-v-5cfrhb .framer-a6dd1b { order: 11; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-nx0ka { grid-column: auto / span 2; order: 8; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-m7fic7-container, .framer-Cn9gT.framer-v-1n3fij5 .framer-4xqur5 { order: 6; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-27bys8 { order: 12; }\",\".framer-Cn9gT.framer-v-15p8hb4 .framer-s5lb7i { order: 15; }\",\".framer-Cn9gT.framer-v-1kuz5xc .framer-byy6hw, .framer-Cn9gT.framer-v-1n3fij5 .framer-byy6hw, .framer-Cn9gT.framer-v-5cfrhb .framer-byy6hw { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-Cn9gT.framer-v-1kuz5xc .framer-1k9znzt { gap: 32px; grid-template-columns: repeat(1, minmax(200px, 1fr)); }\",\".framer-Cn9gT.framer-v-1kuz5xc .framer-h0m1ql-container, .framer-Cn9gT.framer-v-1kuz5xc .framer-loa3d3, .framer-Cn9gT.framer-v-1kuz5xc .framer-m7fic7-container { grid-column: auto / span 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Cn9gT.framer-v-1kuz5xc .framer-byy6hw, .framer-Cn9gT.framer-v-1kuz5xc .framer-1k9znzt { gap: 0px; } .framer-Cn9gT.framer-v-1kuz5xc .framer-byy6hw > *, .framer-Cn9gT.framer-v-1kuz5xc .framer-byy6hw > :first-child, .framer-Cn9gT.framer-v-1kuz5xc .framer-byy6hw > :last-child, .framer-Cn9gT.framer-v-1kuz5xc .framer-1k9znzt > *, .framer-Cn9gT.framer-v-1kuz5xc .framer-1k9znzt > :first-child, .framer-Cn9gT.framer-v-1kuz5xc .framer-1k9znzt > :last-child { margin: 0px; } }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-1k9znzt { gap: 30px; grid-template-columns: repeat(1, minmax(200px, 1fr)); }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-8k3grc-container { grid-column: auto / span 1; order: 7; }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-4w12vt { order: 5; }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-loa3d3 { grid-column: auto / span 1; order: 8; }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-m7fic7-container { grid-column: auto / span 1; order: 1; }\",\".framer-Cn9gT.framer-v-1n3fij5 .framer-a6dd1b { order: 18; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Cn9gT.framer-v-1n3fij5 .framer-byy6hw, .framer-Cn9gT.framer-v-1n3fij5 .framer-1k9znzt { gap: 0px; } .framer-Cn9gT.framer-v-1n3fij5 .framer-byy6hw > *, .framer-Cn9gT.framer-v-1n3fij5 .framer-byy6hw > :first-child, .framer-Cn9gT.framer-v-1n3fij5 .framer-byy6hw > :last-child, .framer-Cn9gT.framer-v-1n3fij5 .framer-1k9znzt > *, .framer-Cn9gT.framer-v-1n3fij5 .framer-1k9znzt > :first-child, .framer-Cn9gT.framer-v-1n3fij5 .framer-1k9znzt > :last-child { margin: 0px; } }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-1k9znzt { grid-template-columns: repeat(1, minmax(200px, 1fr)); }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-h0m1ql-container { grid-column: auto / span 1; order: 16; }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-loa3d3 { grid-column: auto / span 1; order: 12; }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-1lsgkdl { order: 13; }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-m7fic7-container { grid-column: auto / span 1; order: 5; }\",\".framer-Cn9gT.framer-v-5cfrhb .framer-s5lb7i { order: 17; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Cn9gT.framer-v-5cfrhb .framer-byy6hw { gap: 0px; } .framer-Cn9gT.framer-v-5cfrhb .framer-byy6hw > *, .framer-Cn9gT.framer-v-5cfrhb .framer-byy6hw > :first-child, .framer-Cn9gT.framer-v-5cfrhb .framer-byy6hw > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2680\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jw5Hou9bE\":{\"layout\":[\"fixed\",\"auto\"]},\"zuHzPxDtE\":{\"layout\":[\"fixed\",\"auto\"]},\"uyqaJIWiG\":{\"layout\":[\"fixed\",\"auto\"]},\"LMioPhgo7\":{\"layout\":[\"fixed\",\"auto\"]},\"neVv4mCIZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"QmXPDVgSk\":\"cursor\",\"kXyA6wxVB\":\"galleryTap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYr9W8urxq=withCSS(Component,css,\"framer-Cn9gT\");export default FramerYr9W8urxq;FramerYr9W8urxq.displayName=\"Gallery\";FramerYr9W8urxq.defaultProps={height:2680,width:1200};addPropertyControls(FramerYr9W8urxq,{variant:{options:[\"uheEho1Pt\",\"jw5Hou9bE\",\"zuHzPxDtE\",\"uyqaJIWiG\",\"LMioPhgo7\",\"neVv4mCIZ\"],optionTitles:[\"All\",\"Photos\",\"Videos\",\"All - Mobile\",\"photos - mobile\",\"videos - mobile\"],title:\"Variant\",type:ControlType.Enum},QmXPDVgSk:{title:\"Cursor\",type:ControlType.CustomCursor},kXyA6wxVB:{title:\"Gallery Tap\",type:ControlType.EventHandler}});addFonts(FramerYr9W8urxq,[{explicitInter:true,fonts:[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\",weight:\"400\"}]},...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYr9W8urxq\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"2680\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jw5Hou9bE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zuHzPxDtE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uyqaJIWiG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LMioPhgo7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"neVv4mCIZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"QmXPDVgSk\\\":\\\"cursor\\\",\\\"kXyA6wxVB\\\":\\\"galleryTap\\\"}\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Yr9W8urxq.map", "// Generated by Framer (74b1a33)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import GalleryGallery from\"#framer/local/canvasComponent/gUFfDe_f2/gUFfDe_f2.js\";import NavbarCopy from\"#framer/local/canvasComponent/lWCpaJqt7/lWCpaJqt7.js\";import NewTopStrip from\"#framer/local/canvasComponent/mMcfMq1XY/mMcfMq1XY.js\";import Button from\"#framer/local/canvasComponent/nv7J3bbKu/nv7J3bbKu.js\";import Whatsapp from\"#framer/local/canvasComponent/OsksT9i0V/OsksT9i0V.js\";import Footer from\"#framer/local/canvasComponent/ubovzy1kd/ubovzy1kd.js\";import GalleryCursor from\"#framer/local/canvasComponent/Us66DClQK/Us66DClQK.js\";import Gallery from\"#framer/local/canvasComponent/Yr9W8urxq/Yr9W8urxq.js\";import metadataProvider from\"#framer/local/webPageMetadata/Rg4t0zdRe/Rg4t0zdRe.js\";const NewTopStripFonts=getFonts(NewTopStrip);const NavbarCopyFonts=getFonts(NavbarCopy);const MotionDivWithFX=withFX(motion.div);const ContainerWithFX=withFX(Container);const GalleryFonts=getFonts(Gallery);const GalleryGalleryFonts=getFonts(GalleryGallery);const GalleryCursorFonts=getFonts(GalleryCursor);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const WhatsappFonts=getFonts(Whatsapp);const breakpoints={D_mKiPzcZ:\"(min-width: 900px) and (max-width: 1199px)\",fCXmOudSP:\"(min-width: 1440px)\",Ip54FHxft:\"(min-width: 1200px) and (max-width: 1439px)\",SQsJkQ3ZO:\"(max-width: 899px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Qm5MP\";const variantClassNames={D_mKiPzcZ:\"framer-v-pm2jm1\",fCXmOudSP:\"framer-v-rsq9vx\",Ip54FHxft:\"framer-v-1sey7dh\",SQsJkQ3ZO:\"framer-v-15k3yf6\"};const transition1={damping:54,delay:0,mass:1,stiffness:315,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,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:116};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:118};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-80};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition3={damping:80,delay:.2,mass:1,stiffness:315,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 transition4={damping:100,delay:0,mass:1.7,stiffness:280,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"Ip54FHxft\",Desktop:\"fCXmOudSP\",Phone:\"SQsJkQ3ZO\",Tablet:\"D_mKiPzcZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fCXmOudSP\"};};const cursor={component:GalleryCursor,variant:\"hcW0XJ96i\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const kXyA6wxVB3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const Wlbd4kO8e1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({pgeqy4:cursor});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fCXmOudSP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-rsq9vx\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rx3lal\",\"data-framer-name\":\"Navigation Wrapper\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nu95n-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"dFSfmLN_7\"},SQsJkQ3ZO:{variant:\"z2gJY1VWb\"}},children:/*#__PURE__*/_jsx(NewTopStrip,{height:\"100%\",id:\"Z0vTlwE_M\",layoutId:\"Z0vTlwE_M\",style:{height:\"100%\",width:\"100%\"},variant:\"R6JP6oVxP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iulwh5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"yWBZLJ_Vl\"},SQsJkQ3ZO:{variant:\"Swxg3dRT9\"}},children:/*#__PURE__*/_jsx(NavbarCopy,{height:\"100%\",id:\"vp_sVM39D\",layoutId:\"vp_sVM39D\",style:{width:\"100%\"},variant:\"j0TyE8qNi\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{__framer__scrollDirection:{direction:\"up\",target:animation2}},Ip54FHxft:{__framer__scrollDirection:{direction:\"up\",target:animation2}},SQsJkQ3ZO:{__framer__scrollDirection:{direction:\"up\",target:animation2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"up\",target:animation1},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-952wb9\",\"data-framer-name\":\"Scroll Nav\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{y:-118},Ip54FHxft:{y:-118},SQsJkQ3ZO:{y:-118}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:componentViewport?.width||\"100vw\",y:-117,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cksiue-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"dFSfmLN_7\"},SQsJkQ3ZO:{variant:\"z2gJY1VWb\"}},children:/*#__PURE__*/_jsx(NewTopStrip,{height:\"100%\",id:\"TFqQ1XF7r\",layoutId:\"TFqQ1XF7r\",style:{height:\"100%\",width:\"100%\"},variant:\"R6JP6oVxP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:-82},Ip54FHxft:{width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:-82},SQsJkQ3ZO:{width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:-82}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"1200px\",y:-81,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation3},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qeo8js-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"yWBZLJ_Vl\"},SQsJkQ3ZO:{variant:\"Swxg3dRT9\"}},children:/*#__PURE__*/_jsx(NavbarCopy,{height:\"100%\",id:\"MhweFZDRD\",layoutId:\"MhweFZDRD\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"j0TyE8qNi\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kmsu6x\",\"data-framer-name\":\"Hero Banner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nwtx9t\",\"data-framer-name\":\"1200\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rfyam4\",\"data-framer-name\":\"Frame 91\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"116px\",\"--framer-text-alignment\":\"center\"},children:\"Gallery\"})})},SQsJkQ3ZO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"116px\",\"--framer-text-alignment\":\"center\"},children:\"Gallery\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-line-height\":\"116px\",\"--framer-text-alignment\":\"center\"},children:\"Gallery\"})}),className:\"framer-8p3fpo\",\"data-framer-name\":\"Experience Jet Skiing Thrills in Dubai\",fonts:[\"CUSTOM;Riffic Free Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTMwMA==\",\"--framer-font-family\":'\"Lexend\"',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\"},children:\"From heart-pounding action shots to serene moments in nature, our gallery showcases the thrill and beauty of every Ride In Dubai experience.\"})})}),className:\"framer-1i23a3w\",\"data-framer-name\":\"From heart-pounding action shots to serene moments in nature, our gallery showcases the thrill and beauty of every Ride In Dubai experience.\",fonts:[\"GF;Lexend-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-buozps\",\"data-framer-name\":\"Choose Tour\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mq00or\",\"data-framer-name\":\"wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tdjim5\",\"data-framer-name\":\"1200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dtplpd\",\"data-framer-name\":\"Images wrap grid\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 120px)`,y:(componentViewport?.y||0)+0+440+0+0+0+0+0+0+0},Ip54FHxft:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 120px)`},SQsJkQ3ZO:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1200px) - 60px)`,y:(componentViewport?.y||0)+0+586+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:2680,width:\"1200px\",y:(componentViewport?.y||0)+0+512+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-9529oi-container\",id:\"9529oi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQsJkQ3ZO:{variant:\"uyqaJIWiG\"}},children:/*#__PURE__*/_jsx(Gallery,{height:\"100%\",id:\"zi0PfMj3s\",kXyA6wxVB:kXyA6wxVB3bnx0g({overlay}),layoutId:\"zi0PfMj3s\",QmXPDVgSk:\"pgeqy4\",style:{width:\"100%\"},variant:\"uheEho1Pt\",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:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-b5dl2y\"),\"data-framer-portal-id\":\"9529oi\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"lBzDHzT17\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-e20aiy-container\"),\"data-framer-portal-id\":\"9529oi\",children:/*#__PURE__*/_jsx(GalleryGallery,{AB57wm4vu:addImageAlt({src:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg\",srcSet:\"https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nIM7Vq38eZwl0bhb6gxnDXdv6VA.jpg 1200w\"},\"\"),aQnc30A6N:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",DSJNh7kE4:addImageAlt({src:\"https://framerusercontent.com/images/alSGvJEgzkWNJavxWJmZHGpLiMk.jpg\"},\"\"),height:\"100%\",id:\"rO2cfGfXT\",Jz5mRKP8b:addImageAlt({src:\"https://framerusercontent.com/images/psitNtgqnF7yg2giUC9w2kXYNw.jpg\"},\"\"),L3eYtamgf:\"rgb(0, 0, 0)\",layoutId:\"rO2cfGfXT\",NFYUL81vf:addImageAlt({src:\"https://framerusercontent.com/images/uOZzvTUb1lg3sKbPthqlA8x3WY.jpg\"},\"\"),RROWsrtui:addImageAlt({src:\"https://framerusercontent.com/images/drEgzVnGMSYvotxw1nr6DHsyYxY.jpg\",srcSet:\"https://framerusercontent.com/images/drEgzVnGMSYvotxw1nr6DHsyYxY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/drEgzVnGMSYvotxw1nr6DHsyYxY.jpg 782w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"yHH249ZFg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"65px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-czna3p-container\"),\"data-framer-portal-id\":\"9529oi\",children:/*#__PURE__*/_jsx(GalleryCursor,{height:\"100%\",id:\"Ht48YiYft\",layoutId:\"Ht48YiYft\",style:{height:\"100%\",width:\"100%\"},variant:\"qHrLVMdbO\",width:\"100%\",Wlbd4kO8e:Wlbd4kO8e1wnntms({overlay})})})})]}),getContainer())})})]})})})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-u9c7vu\",\"data-framer-name\":\"CTA Banner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r6tmpv\",\"data-framer-name\":\"1200\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{background:{alt:\"water sports dubai\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3270+0+0),pixelHeight:720,pixelWidth:1320,positionX:\"center\",positionY:\"center\",sizes:`max(max(${componentViewport?.width||\"100vw\"}, 1px) - 60px, 1px)`,src:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg\",srcSet:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg 1320w\"}},Ip54FHxft:{background:{alt:\"water sports dubai\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3342+0+0),pixelHeight:720,pixelWidth:1320,sizes:`max(max(${componentViewport?.width||\"100vw\"}, 1px) - 60px, 1px)`,src:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg\",srcSet:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg 1320w\"}},SQsJkQ3ZO:{background:{alt:\"water sports dubai\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3416+0+0+0),pixelHeight:2127,pixelWidth:1634,positionX:\"center\",positionY:\"bottom\",sizes:`max(${componentViewport?.width||\"100vw\"} - 30px, 1px)`,src:\"https://framerusercontent.com/images/XeE7wuquBdxfgfjdDrhPiNAYvg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XeE7wuquBdxfgfjdDrhPiNAYvg.jpg?scale-down-to=1024 786w,https://framerusercontent.com/images/XeE7wuquBdxfgfjdDrhPiNAYvg.jpg?scale-down-to=2048 1573w,https://framerusercontent.com/images/XeE7wuquBdxfgfjdDrhPiNAYvg.jpg 1634w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"water sports dubai\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1320,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3342+0+0),pixelHeight:720,pixelWidth:1320,sizes:`max(max(${componentViewport?.width||\"100vw\"}, 1px) - 120px, 1px)`,src:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg\",srcSet:\"https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ngjxp2u1OBujIbZVpmajdNBv4.jpg 1320w\"},className:\"framer-1fd8hbq\",\"data-framer-name\":\"Group 109\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sg3af7\",\"data-framer-name\":\"Frame 54\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ftxa7\",\"data-framer-name\":\"Frame 55\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Book Your\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Adventure Now!\"})]})},SQsJkQ3ZO:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Book Your\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Adventure Now!\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"76px\",\"--framer-line-height\":\"86px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Book Your\"}),/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1JpZmZpYyBGcmVlIEJvbGQ=\",\"--framer-font-family\":'\"Riffic Free Bold\", \"Riffic Free Bold Placeholder\", sans-serif',\"--framer-font-size\":\"76px\",\"--framer-line-height\":\"86px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Adventure Now!\"})]}),className:\"framer-1jlalcg\",\"data-framer-name\":\"Book Your Adventure Now!\",fonts:[\"CUSTOM;Riffic Free Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTMwMA==\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Experience Jet Skiing, Flyboarding, and More in Dubai's Waters\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTMwMA==\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Experience Jet Skiing, Flyboarding, and More in Dubai's Waters\"})}),className:\"framer-1754amu\",\"data-framer-name\":\"Experience Jet Skiing, Flyboarding, and More in Dubai's Waters\",fonts:[\"GF;Lexend-300\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bjv55z9er\"},implicitPathVariables:undefined},{href:{webPageId:\"bjv55z9er\"},implicitPathVariables:undefined},{href:{webPageId:\"bjv55z9er\"},implicitPathVariables:undefined},{href:{webPageId:\"bjv55z9er\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{y:(componentViewport?.y||0)+0+3270+0+0+160+0+350.4},SQsJkQ3ZO:{y:(componentViewport?.y||0)+0+3416+0+0+0+80+0+342.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+0+3342+0+0+160+0+424,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d9az4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{ScUtCsbVE:resolvedLinks[2]},Ip54FHxft:{ScUtCsbVE:resolvedLinks[1]},SQsJkQ3ZO:{ScUtCsbVE:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(Button,{A82LL78Sz:\"BOOK NOW\",GAj2p7LGS:16,height:\"100%\",id:\"KKHyt5Far\",layoutId:\"KKHyt5Far\",ScUtCsbVE:resolvedLinks[0],variant:\"fhlnl_X6t\",width:\"100%\"})})})})})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{y:(componentViewport?.y||0)+0+4074.4},SQsJkQ3ZO:{y:(componentViewport?.y||0)+0+4056}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:731,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4220,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1siq87p-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"zKEj79nrD\"},SQsJkQ3ZO:{variant:\"nCReszKOP\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"nYz4id9r_\",layoutId:\"nYz4id9r_\",style:{width:\"100%\"},variant:\"eEoNxwAJv\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQsJkQ3ZO:{y:892}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:877,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n8smso-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{D_mKiPzcZ:{variant:\"xAhYGjzN1\"},Ip54FHxft:{variant:\"S2oopSvk8\"},SQsJkQ3ZO:{variant:\"HS1k06BMT\"}},children:/*#__PURE__*/_jsx(Whatsapp,{height:\"100%\",id:\"riw96yyPe\",layoutId:\"riw96yyPe\",variant:\"VhK2P34BZ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Qm5MP.framer-18o6ngm, .framer-Qm5MP .framer-18o6ngm { display: block; }\",\".framer-Qm5MP.framer-rsq9vx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-Qm5MP .framer-rx3lal { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-Qm5MP .framer-1nu95n-container, .framer-Qm5MP .framer-1cksiue-container { flex: none; height: 36px; position: relative; width: 100%; z-index: 7; }\",\".framer-Qm5MP .framer-iulwh5-container { flex: none; height: auto; position: relative; width: 100%; z-index: 7; }\",\".framer-Qm5MP .framer-952wb9 { 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: flex-start; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: -117px; z-index: 8; }\",\".framer-Qm5MP .framer-1qeo8js-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 1200px; z-index: 7; }\",\".framer-Qm5MP .framer-1kmsu6x, .framer-Qm5MP .framer-1dtplpd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-nwtx9t { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 96px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-1rfyam4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Qm5MP .framer-8p3fpo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1008px; word-break: break-word; word-wrap: break-word; }\",\".framer-Qm5MP .framer-1i23a3w { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: 64px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-Qm5MP .framer-buozps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-1mq00or { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-1tdjim5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Qm5MP .framer-9529oi-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-Qm5MP.framer-b5dl2y { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-Qm5MP.framer-e20aiy-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-Qm5MP.framer-czna3p-container { flex: none; height: 65px; position: fixed; right: 60px; top: 60px; width: 65px; z-index: 10; }\",\".framer-Qm5MP .framer-u9c7vu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-1r6tmpv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 120px; position: relative; width: 1px; }\",\".framer-Qm5MP .framer-1fd8hbq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 160px 0px 160px 120px; position: relative; width: 1px; z-index: 1; }\",\".framer-Qm5MP .framer-1sg3af7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 66px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Qm5MP .framer-9ftxa7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Qm5MP .framer-1jlalcg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 870px; word-break: break-word; word-wrap: break-word; }\",\".framer-Qm5MP .framer-1754amu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 440px; word-break: break-word; word-wrap: break-word; }\",\".framer-Qm5MP .framer-1d9az4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Qm5MP .framer-1siq87p-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Qm5MP .framer-1n8smso-container { bottom: 55px; flex: none; height: auto; position: fixed; right: 55px; width: auto; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Qm5MP.framer-rsq9vx, .framer-Qm5MP .framer-rx3lal, .framer-Qm5MP .framer-952wb9, .framer-Qm5MP .framer-1kmsu6x, .framer-Qm5MP .framer-nwtx9t, .framer-Qm5MP .framer-1rfyam4, .framer-Qm5MP .framer-buozps, .framer-Qm5MP .framer-1mq00or, .framer-Qm5MP .framer-1tdjim5, .framer-Qm5MP .framer-1dtplpd, .framer-Qm5MP .framer-u9c7vu, .framer-Qm5MP .framer-1r6tmpv, .framer-Qm5MP .framer-1fd8hbq, .framer-Qm5MP .framer-1sg3af7, .framer-Qm5MP .framer-9ftxa7 { gap: 0px; } .framer-Qm5MP.framer-rsq9vx > *, .framer-Qm5MP .framer-rx3lal > *, .framer-Qm5MP .framer-952wb9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Qm5MP.framer-rsq9vx > :first-child, .framer-Qm5MP .framer-rx3lal > :first-child, .framer-Qm5MP .framer-952wb9 > :first-child, .framer-Qm5MP .framer-1kmsu6x > :first-child, .framer-Qm5MP .framer-1rfyam4 > :first-child, .framer-Qm5MP .framer-buozps > :first-child, .framer-Qm5MP .framer-1tdjim5 > :first-child, .framer-Qm5MP .framer-1dtplpd > :first-child, .framer-Qm5MP .framer-1sg3af7 > :first-child, .framer-Qm5MP .framer-9ftxa7 > :first-child { margin-top: 0px; } .framer-Qm5MP.framer-rsq9vx > :last-child, .framer-Qm5MP .framer-rx3lal > :last-child, .framer-Qm5MP .framer-952wb9 > :last-child, .framer-Qm5MP .framer-1kmsu6x > :last-child, .framer-Qm5MP .framer-1rfyam4 > :last-child, .framer-Qm5MP .framer-buozps > :last-child, .framer-Qm5MP .framer-1tdjim5 > :last-child, .framer-Qm5MP .framer-1dtplpd > :last-child, .framer-Qm5MP .framer-1sg3af7 > :last-child, .framer-Qm5MP .framer-9ftxa7 > :last-child { margin-bottom: 0px; } .framer-Qm5MP .framer-1kmsu6x > *, .framer-Qm5MP .framer-buozps > *, .framer-Qm5MP .framer-1dtplpd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Qm5MP .framer-nwtx9t > *, .framer-Qm5MP .framer-1mq00or > *, .framer-Qm5MP .framer-u9c7vu > *, .framer-Qm5MP .framer-1fd8hbq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Qm5MP .framer-nwtx9t > :first-child, .framer-Qm5MP .framer-1mq00or > :first-child, .framer-Qm5MP .framer-u9c7vu > :first-child, .framer-Qm5MP .framer-1r6tmpv > :first-child, .framer-Qm5MP .framer-1fd8hbq > :first-child { margin-left: 0px; } .framer-Qm5MP .framer-nwtx9t > :last-child, .framer-Qm5MP .framer-1mq00or > :last-child, .framer-Qm5MP .framer-u9c7vu > :last-child, .framer-Qm5MP .framer-1r6tmpv > :last-child, .framer-Qm5MP .framer-1fd8hbq > :last-child { margin-right: 0px; } .framer-Qm5MP .framer-1rfyam4 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Qm5MP .framer-1tdjim5 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Qm5MP .framer-1r6tmpv > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-Qm5MP .framer-1sg3af7 > * { margin: 0px; margin-bottom: calc(66px / 2); margin-top: calc(66px / 2); } .framer-Qm5MP .framer-9ftxa7 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-Qm5MP.framer-rsq9vx { width: 1200px; } .framer-Qm5MP .framer-rx3lal { background-color: #ffffff; } .framer-Qm5MP .framer-952wb9 { top: -118px; } .framer-Qm5MP .framer-1cksiue-container { order: 0; } .framer-Qm5MP .framer-1qeo8js-container { order: 1; width: 100%; } .framer-Qm5MP .framer-1tdjim5 { padding: 0px 60px 0px 60px; } .framer-Qm5MP .framer-9529oi-container { width: 100%; } .framer-Qm5MP .framer-1r6tmpv { padding: 0px 0px 0px 60px; }}\",\"@media (min-width: 900px) and (max-width: 1199px) { .framer-Qm5MP.framer-rsq9vx { width: 900px; } .framer-Qm5MP .framer-rx3lal { background-color: #ffffff; } .framer-Qm5MP .framer-952wb9 { top: -118px; } .framer-Qm5MP .framer-1cksiue-container { order: 0; } .framer-Qm5MP .framer-1qeo8js-container { order: 1; width: 100%; } .framer-Qm5MP .framer-nwtx9t { padding: 60px; } .framer-Qm5MP .framer-1rfyam4 { flex: 1 0 0px; width: 1px; } .framer-Qm5MP .framer-8p3fpo, .framer-Qm5MP .framer-9529oi-container { width: 100%; } .framer-Qm5MP .framer-1i23a3w { align-self: unset; width: 100%; } .framer-Qm5MP .framer-1tdjim5 { padding: 0px 60px 0px 60px; } .framer-Qm5MP .framer-1r6tmpv { padding: 0px 0px 0px 60px; } .framer-Qm5MP .framer-9ftxa7 { gap: 30px; } .framer-Qm5MP .framer-1jlalcg { align-self: stretch; width: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Qm5MP .framer-9ftxa7 { gap: 0px; } .framer-Qm5MP .framer-9ftxa7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Qm5MP .framer-9ftxa7 > :first-child { margin-top: 0px; } .framer-Qm5MP .framer-9ftxa7 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 899px) { .framer-Qm5MP.framer-rsq9vx { width: 375px; } .framer-Qm5MP .framer-rx3lal { background-color: #ffffff; } .framer-Qm5MP .framer-952wb9 { top: -118px; } .framer-Qm5MP .framer-1cksiue-container { order: 0; } .framer-Qm5MP .framer-1qeo8js-container { order: 1; width: 100%; } .framer-Qm5MP .framer-nwtx9t { padding: 96px 30px 96px 30px; } .framer-Qm5MP .framer-1rfyam4 { flex: 1 0 0px; gap: 2px; width: 1px; } .framer-Qm5MP .framer-8p3fpo, .framer-Qm5MP .framer-9529oi-container, .framer-Qm5MP .framer-1jlalcg, .framer-Qm5MP .framer-1754amu { width: 100%; } .framer-Qm5MP .framer-1i23a3w { align-self: unset; height: auto; width: 100%; } .framer-Qm5MP .framer-1tdjim5 { padding: 0px 30px 0px 30px; } .framer-Qm5MP .framer-u9c7vu { flex-direction: column; padding: 0px; } .framer-Qm5MP .framer-1r6tmpv { flex: none; padding: 0px 0px 0px 30px; width: 100%; } .framer-Qm5MP .framer-1fd8hbq { align-content: flex-start; align-items: flex-start; height: 640px; padding: 80px 30px 0px 30px; } .framer-Qm5MP .framer-1sg3af7 { flex: 1 0 0px; width: 1px; } .framer-Qm5MP .framer-9ftxa7 { gap: 21px; width: 100%; } .framer-Qm5MP .framer-1n8smso-container { bottom: 40px; right: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Qm5MP .framer-1rfyam4, .framer-Qm5MP .framer-u9c7vu, .framer-Qm5MP .framer-9ftxa7 { gap: 0px; } .framer-Qm5MP .framer-1rfyam4 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-Qm5MP .framer-1rfyam4 > :first-child, .framer-Qm5MP .framer-u9c7vu > :first-child, .framer-Qm5MP .framer-9ftxa7 > :first-child { margin-top: 0px; } .framer-Qm5MP .framer-1rfyam4 > :last-child, .framer-Qm5MP .framer-u9c7vu > :last-child, .framer-Qm5MP .framer-9ftxa7 > :last-child { margin-bottom: 0px; } .framer-Qm5MP .framer-u9c7vu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Qm5MP .framer-9ftxa7 > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3981\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ip54FHxft\":{\"layout\":[\"fixed\",\"auto\"]},\"D_mKiPzcZ\":{\"layout\":[\"fixed\",\"auto\"]},\"SQsJkQ3ZO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerRg4t0zdRe=withCSS(Component,css,\"framer-Qm5MP\");export default FramerRg4t0zdRe;FramerRg4t0zdRe.displayName=\"Page\";FramerRg4t0zdRe.defaultProps={height:3981,width:1440};addFonts(FramerRg4t0zdRe,[{explicitInter:true,fonts:[{family:\"Riffic Free Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I3z7YJvLnyWDhFXXJnoICGU2oE.woff2\"},{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v23/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LVte6KuGEo.woff2\",weight:\"300\"}]},...NewTopStripFonts,...NavbarCopyFonts,...GalleryFonts,...GalleryGalleryFonts,...GalleryCursorFonts,...ButtonFonts,...FooterFonts,...WhatsappFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRg4t0zdRe\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ip54FHxft\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D_mKiPzcZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SQsJkQ3ZO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"3981\"}},\"__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", "z", "E", "A", "useVariantState", "v", "h", "L", "U", "G", "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", "n", "i", "se", "p", "j", "T", "m", "o", "f", "s", "l", "d", "c", "h", "v", "y", "u", "g", "q", "x", "Z", "H", "Y", "useLocaleInfo", "B", "J", "C", "E", "S", "N", "D", "K", "M", "O", "Q", "X", "L", "V", "W", "A", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ga3pCLb7N", "CQuyllWoH", "E1VYOkQbB", "fo7liKqhn", "CVqnpV02V", "NOOYR5UCo", "oVr0ArdS6", "Hbt1_Qqr7", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "css", "FramerqYgSL1wro", "withCSS", "qYgSL1wro_default", "addPropertyControls", "ControlType", "addFonts", "GalleryNavigationFonts", "getFonts", "DT5zjlPvT_default", "GalleryImagesFonts", "qYgSL1wro_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", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "L3eYtamgf", "aQnc30A6N", "NFYUL81vf", "DSJNh7kE4", "Jz5mRKP8b", "RROWsrtui", "AB57wm4vu", "iVBKtZsnr", "LqdxvB4A5", "Vc2MsyiJ4", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "moyOFAv_J1251ko2", "args", "guL96G44I1pxdwo7", "MvhWGEEJw13q551l", "qX5aJY0_l1wg7jyb", "RthHlBIYj1ck0h3q", "FfrO1KV0Q13uq3wt", "jR68EO0KP1n2k4la", "YLJ1H6SSAcorc9n", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramergUFfDe_f2", "withCSS", "gUFfDe_f2_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Wlbd4kO8e", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapbkpl2i", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerUs66DClQK", "withCSS", "Us66DClQK_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "galleryTap", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "QmXPDVgSk", "kXyA6wxVB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapdudec8", "args", "onTapy6jxvb", "onTap1v2nryp", "onTapl21pci", "onTap1vh8oth", "onTap15nw2u6", "onTap75tpax", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FramerYr9W8urxq", "withCSS", "Yr9W8urxq_default", "addPropertyControls", "ControlType", "addFonts", "NewTopStripFonts", "getFonts", "mMcfMq1XY_default", "NavbarCopyFonts", "lWCpaJqt7_default", "MotionDivWithFX", "withFX", "motion", "ContainerWithFX", "Container", "GalleryFonts", "Yr9W8urxq_default", "GalleryGalleryFonts", "gUFfDe_f2_default", "GalleryCursorFonts", "Us66DClQK_default", "ButtonFonts", "nv7J3bbKu_default", "FooterFonts", "ubovzy1kd_default", "WhatsappFonts", "OsksT9i0V_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "transition3", "addImageAlt", "image", "alt", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "Us66DClQK_default", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "kXyA6wxVB3bnx0g", "overlay", "loadMore", "args", "Wlbd4kO8e1wnntms", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithFX", "ComponentViewportProvider", "Container", "PropertyOverrides2", "mMcfMq1XY_default", "lWCpaJqt7_default", "ContainerWithFX", "x", "RichText2", "l", "Yr9W8urxq_default", "AnimatePresence", "Ga", "gUFfDe_f2_default", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "nv7J3bbKu_default", "ubovzy1kd_default", "OsksT9i0V_default", "css", "FramerRg4t0zdRe", "withCSS", "Rg4t0zdRe_default", "addFonts", "NewTopStripFonts", "NavbarCopyFonts", "GalleryFonts", "GalleryGalleryFonts", "GalleryCursorFonts", "ButtonFonts", "FooterFonts", "WhatsappFonts", "__FramerMetadata__"]
}
