{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dbrDNGsAxUSszXvvPsjJ/r3bAwg6p0H076tIleWYj/UUYkDNeM9.js", "ssg:https://ga.jspm.io/npm:style-value-types@5.0.0/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:framesync@6.0.1/dist/es/index.mjs", "ssg:https://ga.jspm.io/npm:popmotion@11.0.3/dist/es/index.mjs", "ssg:https://framerusercontent.com/modules/9vlcrQwDrbKSmD2xdWE5/HlCJ3urUTyvUKINNNEvI/ConicGradient.js", "ssg:https://framerusercontent.com/modules/kQT75NqMu2GnQtyGNgGr/SLJzWUU6P2BQmXSztUR6/OoxGOMLi6.js", "ssg:https://framerusercontent.com/modules/jdswfeZJ0ofZlgPWRAsc/8w4YRWo5w05v6Na8zeVG/TpvpqmlmO.js", "ssg:https://framerusercontent.com/modules/4C4z6M5xrz8R410BTjY9/lBb9jXkY6aHo6JxLNzbA/WBCOx_6jf.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter Tight-500\",\"GF;Inter Tight-700\",\"GF;Inter Tight-700italic\",\"GF;Inter Tight-500italic\"]);export const fonts=[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqWSRToK8EPg.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5SgqoUPvi5.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5SgqoUPvi5.woff2\",weight:\"500\"}];export const css=['.framer-snOkJ .framer-styles-preset-ang57t:not(.rich-text-wrapper), .framer-snOkJ .framer-styles-preset-ang57t.rich-text-wrapper p { --framer-font-family: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-family-italic: \"Inter Tight\", \"Inter Tight Placeholder\", sans-serif; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.4px; --framer-line-height: 34px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #a3a3a3; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-snOkJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "const clamp=(t,s)=>e=>Math.max(Math.min(e,s),t);const sanitize=t=>t%1?Number(t.toFixed(5)):t;const t=/(-)?([\\d]*\\.?[\\d])+/g;const s=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))/gi;const e=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\\((-?[\\d\\.]+%?[,\\s]+){2,3}\\s*\\/*\\s*[\\d\\.]+%?\\))$/i;function isString(t){return\"string\"===typeof t}const r={test:t=>\"number\"===typeof t,parse:parseFloat,transform:t=>t};const n=Object.assign(Object.assign({},r),{transform:clamp(0,1)});const a=Object.assign(Object.assign({},r),{default:1});const createUnitType=t=>({test:s=>isString(s)&&s.endsWith(t)&&1===s.split(\" \").length,parse:parseFloat,transform:s=>`${s}${t}`});const o=createUnitType(\"deg\");const c=createUnitType(\"%\");const l=createUnitType(\"px\");const i=createUnitType(\"vh\");const p=createUnitType(\"vw\");const u=Object.assign(Object.assign({},c),{parse:t=>c.parse(t)/100,transform:t=>c.transform(100*t)});const isColorString=(t,s)=>r=>Boolean(isString(r)&&e.test(r)&&r.startsWith(t)||s&&Object.prototype.hasOwnProperty.call(r,s));const splitColor=(s,e,r)=>n=>{if(!isString(n))return n;const[a,o,c,l]=n.match(t);return{[s]:parseFloat(a),[e]:parseFloat(o),[r]:parseFloat(c),alpha:void 0!==l?parseFloat(l):1}};const f={test:isColorString(\"hsl\",\"hue\"),parse:splitColor(\"hue\",\"saturation\",\"lightness\"),transform:({hue:t,saturation:s,lightness:e,alpha:r=1})=>\"hsla(\"+Math.round(t)+\", \"+c.transform(sanitize(s))+\", \"+c.transform(sanitize(e))+\", \"+sanitize(n.transform(r))+\")\"};const m=clamp(0,255);const g=Object.assign(Object.assign({},r),{transform:t=>Math.round(m(t))});const h={test:isColorString(\"rgb\",\"red\"),parse:splitColor(\"red\",\"green\",\"blue\"),transform:({red:t,green:s,blue:e,alpha:r=1})=>\"rgba(\"+g.transform(t)+\", \"+g.transform(s)+\", \"+g.transform(e)+\", \"+sanitize(n.transform(r))+\")\"};function parseHex(t){let s=\"\";let e=\"\";let r=\"\";let n=\"\";if(t.length>5){s=t.substr(1,2);e=t.substr(3,2);r=t.substr(5,2);n=t.substr(7,2)}else{s=t.substr(1,1);e=t.substr(2,1);r=t.substr(3,1);n=t.substr(4,1);s+=s;e+=e;r+=r;n+=n}return{red:parseInt(s,16),green:parseInt(e,16),blue:parseInt(r,16),alpha:n?parseInt(n,16)/255:1}}const b={test:isColorString(\"#\"),parse:parseHex,transform:h.transform};const d={test:t=>h.test(t)||b.test(t)||f.test(t),parse:t=>h.test(t)?h.parse(t):f.test(t)?f.parse(t):b.parse(t),transform:t=>isString(t)?t:t.hasOwnProperty(\"red\")?h.transform(t):f.transform(t)};const v=\"${c}\";const y=\"${n}\";function test(e){var r,n,a,o;return isNaN(e)&&isString(e)&&(null!==(n=null===(r=e.match(t))||void 0===r?void 0:r.length)&&void 0!==n?n:0)+(null!==(o=null===(a=e.match(s))||void 0===a?void 0:a.length)&&void 0!==o?o:0)>0}function analyse(e){\"number\"===typeof e&&(e=`${e}`);const n=[];let a=0;const o=e.match(s);if(o){a=o.length;e=e.replace(s,v);n.push(...o.map(d.parse))}const c=e.match(t);if(c){e=e.replace(t,y);n.push(...c.map(r.parse))}return{values:n,numColors:a,tokenised:e}}function parse(t){return analyse(t).values}function createTransformer(t){const{values:s,numColors:e,tokenised:r}=analyse(t);const n=s.length;return t=>{let s=r;for(let r=0;r<n;r++)s=s.replace(r<e?v:y,r<e?d.transform(t[r]):sanitize(t[r]));return s}}const convertNumbersToZero=t=>\"number\"===typeof t?0:t;function getAnimatableNone(t){const s=parse(t);const e=createTransformer(t);return e(s.map(convertNumbersToZero))}const O={test:test,parse:parse,createTransformer:createTransformer,getAnimatableNone:getAnimatableNone};const j=new Set([\"brightness\",\"contrast\",\"saturate\",\"opacity\"]);function applyDefaultFilter(s){let[e,r]=s.slice(0,-1).split(\"(\");if(\"drop-shadow\"===e)return s;const[n]=r.match(t)||[];if(!n)return s;const a=r.replace(n,\"\");let o=j.has(e)?1:0;n!==r&&(o*=100);return e+\"(\"+o+a+\")\"}const F=/([a-z-]*)\\(.*?\\)/g;const N=Object.assign(Object.assign({},O),{getAnimatableNone:t=>{const s=t.match(F);return s?s.map(applyDefaultFilter).join(\" \"):t}});export{n as alpha,d as color,O as complex,o as degrees,N as filter,b as hex,f as hsla,r as number,c as percent,u as progressPercentage,l as px,g as rgbUnit,h as rgba,a as scale,i as vh,p as vw};\n\n//# sourceMappingURL=index.mjs.map", "const e=1/60*1e3;const t=\"undefined\"!==typeof performance?()=>performance.now():()=>Date.now();const n=\"undefined\"!==typeof window?e=>window.requestAnimationFrame(e):n=>setTimeout((()=>n(t())),e);function createRenderStep(e){let t=[];let n=[];let s=0;let r=false;let c=false;const o=new WeakSet;const a={schedule:(e,c=false,a=false)=>{const l=a&&r;const f=l?t:n;c&&o.add(e);if(-1===f.indexOf(e)){f.push(e);l&&r&&(s=t.length)}return e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1);o.delete(e)},process:l=>{if(r)c=true;else{r=true;[t,n]=[n,t];n.length=0;s=t.length;if(s)for(let n=0;n<s;n++){const s=t[n];s(l);if(o.has(s)){a.schedule(s);e()}}r=false;if(c){c=false;a.process(l)}}}};return a}const s=40;let r=true;let c=false;let o=false;const a={delta:0,timestamp:0};const l=[\"read\",\"update\",\"preRender\",\"render\",\"postRender\"];const f=l.reduce(((e,t)=>{e[t]=createRenderStep((()=>c=true));return e}),{});const u=l.reduce(((e,t)=>{const n=f[t];e[t]=(e,t=false,s=false)=>{c||startLoop();return n.schedule(e,t,s)};return e}),{});const d=l.reduce(((e,t)=>{e[t]=f[t].cancel;return e}),{});const i=l.reduce(((e,t)=>{e[t]=()=>f[t].process(a);return e}),{});const processStep=e=>f[e].process(a);const processFrame=t=>{c=false;a.delta=r?e:Math.max(Math.min(t-a.timestamp,s),1);a.timestamp=t;o=true;l.forEach(processStep);o=false;if(c){r=false;n(processFrame)}};const startLoop=()=>{c=true;r=true;o||n(processFrame)};const getFrameData=()=>a;export{d as cancelSync,u as default,i as flushSync,getFrameData};\n\n//# sourceMappingURL=index.mjs.map", "import{__rest as t}from\"tslib\";import{warning as e,invariant as n}from\"hey-listen\";import{hex as o,rgba as s,hsla as r,color as i,complex as u}from\"style-value-types\";import l,{cancelSync as p,getFrameData as f}from\"framesync\";const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const d=.001;const h=.01;const m=10;const y=.05;const g=1;function findSpring({duration:t=800,bounce:n=.25,velocity:o=0,mass:s=1}){let r;let i;e(t<=1e3*m,\"Spring duration must be 10 seconds or less\");let u=1-n;u=clamp(y,g,u);t=clamp(h,m,t/1e3);if(u<1){r=e=>{const n=e*u;const s=n*t;const r=n-o;const i=calcAngularFreq(e,u);const l=Math.exp(-s);return d-r/i*l};i=e=>{const n=e*u;const s=n*t;const i=s*o+o;const l=Math.pow(u,2)*Math.pow(e,2)*t;const p=Math.exp(-s);const f=calcAngularFreq(Math.pow(e,2),u);const h=-r(e)+d>0?-1:1;return h*((i-l)*p)/f}}else{r=e=>{const n=Math.exp(-e*t);const s=(e-o)*t+1;return n*s-d};i=e=>{const n=Math.exp(-e*t);const s=t*t*(o-e);return n*s}}const l=5/t;const p=approximateRoot(r,i,l);t*=1e3;if(isNaN(p))return{stiffness:100,damping:10,duration:t};{const e=Math.pow(p,2)*s;return{stiffness:e,damping:2*u*Math.sqrt(s*e),duration:t}}}const v=12;function approximateRoot(t,e,n){let o=n;for(let n=1;n<v;n++)o-=t(o)/e(o);return o}function calcAngularFreq(t,e){return t*Math.sqrt(1-e*e)}const M=[\"duration\",\"bounce\"];const x=[\"stiffness\",\"damping\",\"mass\"];function isSpringType(t,e){return e.some((e=>void 0!==t[e]))}function getSpringOptions(t){let e=Object.assign({velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:false},t);if(!isSpringType(t,x)&&isSpringType(t,M)){const n=findSpring(t);e=Object.assign(Object.assign(Object.assign({},e),n),{velocity:0,mass:1});e.isResolvedFromDuration=true}return e}function spring(e){var{from:n=0,to:o=1,restSpeed:s=2,restDelta:r}=e,i=t(e,[\"from\",\"to\",\"restSpeed\",\"restDelta\"]);const u={done:false,value:n};let{stiffness:l,damping:p,mass:f,velocity:d,duration:h,isResolvedFromDuration:m}=getSpringOptions(i);let y=zero;let g=zero;function createSpring(){const t=d?-d/1e3:0;const e=o-n;const s=p/(2*Math.sqrt(l*f));const i=Math.sqrt(l/f)/1e3;void 0===r&&(r=Math.min(Math.abs(o-n)/100,.4));if(s<1){const n=calcAngularFreq(i,s);y=r=>{const u=Math.exp(-s*i*r);return o-u*((t+s*i*e)/n*Math.sin(n*r)+e*Math.cos(n*r))};g=o=>{const r=Math.exp(-s*i*o);return s*i*r*(Math.sin(n*o)*(t+s*i*e)/n+e*Math.cos(n*o))-r*(Math.cos(n*o)*(t+s*i*e)-n*e*Math.sin(n*o))}}else if(1===s)y=n=>o-Math.exp(-i*n)*(e+(t+i*e)*n);else{const n=i*Math.sqrt(s*s-1);y=r=>{const u=Math.exp(-s*i*r);const l=Math.min(n*r,300);return o-u*((t+s*i*e)*Math.sinh(l)+n*e*Math.cosh(l))/n}}}createSpring();return{next:t=>{const e=y(t);if(m)u.done=t>=h;else{const n=1e3*g(t);const i=Math.abs(n)<=s;const l=Math.abs(o-e)<=r;u.done=i&&l}u.value=u.done?o:e;return u},flipTarget:()=>{d=-d;[n,o]=[o,n];createSpring()}}}spring.needsInterpolation=(t,e)=>\"string\"===typeof t||\"string\"===typeof e;const zero=t=>0;const progress=(t,e,n)=>{const o=e-t;return 0===o?1:(n-t)/o};const mix=(t,e,n)=>-n*t+n*e+t;function hueToRgb(t,e,n){n<0&&(n+=1);n>1&&(n-=1);return n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function hslaToRgba({hue:t,saturation:e,lightness:n,alpha:o}){t/=360;e/=100;n/=100;let s=0;let r=0;let i=0;if(e){const o=n<.5?n*(1+e):n+e-n*e;const u=2*n-o;s=hueToRgb(u,o,t+1/3);r=hueToRgb(u,o,t);i=hueToRgb(u,o,t-1/3)}else s=r=i=n;return{red:Math.round(255*s),green:Math.round(255*r),blue:Math.round(255*i),alpha:o}}const mixLinearColor=(t,e,n)=>{const o=t*t;const s=e*e;return Math.sqrt(Math.max(0,n*(s-o)+o))};const S=[o,s,r];const getColorType=t=>S.find((e=>e.test(t)));const notAnimatable=t=>`'${t}' is not an animatable color. Use the equivalent color code instead.`;const mixColor=(t,e)=>{let o=getColorType(t);let i=getColorType(e);n(!!o,notAnimatable(t));n(!!i,notAnimatable(e));let u=o.parse(t);let l=i.parse(e);if(o===r){u=hslaToRgba(u);o=s}if(i===r){l=hslaToRgba(l);i=s}const p=Object.assign({},u);return t=>{for(const e in p)\"alpha\"!==e&&(p[e]=mixLinearColor(u[e],l[e],t));p.alpha=mix(u.alpha,l.alpha,t);return o.transform(p)}};const O={x:0,y:0,z:0};const isNum=t=>\"number\"===typeof t;const combineFunctions=(t,e)=>n=>e(t(n));const pipe=(...t)=>t.reduce(combineFunctions);function getMixer(t,e){return isNum(t)?n=>mix(t,e,n):i.test(t)?mixColor(t,e):mixComplex(t,e)}const mixArray=(t,e)=>{const n=[...t];const o=n.length;const s=t.map(((t,n)=>getMixer(t,e[n])));return t=>{for(let e=0;e<o;e++)n[e]=s[e](t);return n}};const mixObject=(t,e)=>{const n=Object.assign(Object.assign({},t),e);const o={};for(const s in n)void 0!==t[s]&&void 0!==e[s]&&(o[s]=getMixer(t[s],e[s]));return t=>{for(const e in o)n[e]=o[e](t);return n}};function analyse(t){const e=u.parse(t);const n=e.length;let o=0;let s=0;let r=0;for(let t=0;t<n;t++)o||\"number\"===typeof e[t]?o++:void 0!==e[t].hue?r++:s++;return{parsed:e,numNumbers:o,numRGB:s,numHSL:r}}const mixComplex=(t,n)=>{const o=u.createTransformer(n);const s=analyse(t);const r=analyse(n);const i=s.numHSL===r.numHSL&&s.numRGB===r.numRGB&&s.numNumbers>=r.numNumbers;if(i)return pipe(mixArray(s.parsed,r.parsed),o);e(true,`Complex values '${t}' and '${n}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`);return e=>`${e>0?n:t}`};const mixNumber=(t,e)=>n=>mix(t,e,n);function detectMixerFactory(t){return\"number\"===typeof t?mixNumber:\"string\"===typeof t?i.test(t)?mixColor:mixComplex:Array.isArray(t)?mixArray:\"object\"===typeof t?mixObject:void 0}function createMixers(t,e,n){const o=[];const s=n||detectMixerFactory(t[0]);const r=t.length-1;for(let n=0;n<r;n++){let r=s(t[n],t[n+1]);if(e){const t=Array.isArray(e)?e[n]:e;r=pipe(t,r)}o.push(r)}return o}function fastInterpolate([t,e],[n]){return o=>n(progress(t,e,o))}function slowInterpolate(t,e){const n=t.length;const o=n-1;return s=>{let r=0;let i=false;if(s<=t[0])i=true;else if(s>=t[o]){r=o-1;i=true}if(!i){let e=1;for(;e<n;e++)if(t[e]>s||e===o)break;r=e-1}const u=progress(t[r],t[r+1],s);return e[r](u)}}function interpolate(t,e,{clamp:o=true,ease:s,mixer:r}={}){const i=t.length;n(i===e.length,\"Both input and output ranges must be the same length\");n(!s||!Array.isArray(s)||s.length===i-1,\"Array of easing functions must be of length `input.length - 1`, as it applies to the transitions **between** the defined values.\");if(t[0]>t[i-1]){t=[].concat(t);e=[].concat(e);t.reverse();e.reverse()}const u=createMixers(e,s,r);const l=2===i?fastInterpolate(t,u):slowInterpolate(t,u);return o?e=>l(clamp(t[0],t[i-1],e)):l}const reverseEasing=t=>e=>1-t(1-e);const mirrorEasing=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2;const createExpoIn=t=>e=>Math.pow(e,t);const createBackIn=t=>e=>e*e*((t+1)*e-t);const createAnticipate=t=>{const e=createBackIn(t);return t=>(t*=2)<1?.5*e(t):.5*(2-Math.pow(2,-10*(t-1)))};const T=1.525;const w=4/11;const A=8/11;const R=.9;const linear=t=>t;const F=createExpoIn(2);const D=reverseEasing(F);const j=mirrorEasing(F);const circIn=t=>1-Math.sin(Math.acos(t));const q=reverseEasing(circIn);const I=mirrorEasing(q);const P=createBackIn(T);const k=reverseEasing(P);const E=mirrorEasing(P);const B=createAnticipate(T);const C=4356/361;const N=35442/1805;const U=16061/1805;const bounceOut=t=>{if(1===t||0===t)return t;const e=t*t;return t<w?7.5625*e:t<A?9.075*e-9.9*t+3.4:t<R?C*e-N*t+U:10.8*t*t-20.52*t+10.72};const z=reverseEasing(bounceOut);const bounceInOut=t=>t<.5?.5*(1-bounceOut(1-2*t)):.5*bounceOut(2*t-1)+.5;function defaultEasing(t,e){return t.map((()=>e||j)).splice(0,t.length-1)}function defaultOffset(t){const e=t.length;return t.map(((t,n)=>0!==n?n/(e-1):0))}function convertOffsetToTimes(t,e){return t.map((t=>t*e))}function keyframes({from:t=0,to:e=1,ease:n,offset:o,duration:s=300}){const r={done:false,value:t};const i=Array.isArray(e)?e:[t,e];const u=convertOffsetToTimes(o&&o.length===i.length?o:defaultOffset(i),s);function createInterpolator(){return interpolate(u,i,{ease:Array.isArray(n)?n:defaultEasing(i,n)})}let l=createInterpolator();return{next:t=>{r.value=l(t);r.done=t>=s;return r},flipTarget:()=>{i.reverse();l=createInterpolator()}}}function decay({velocity:t=0,from:e=0,power:n=.8,timeConstant:o=350,restDelta:s=.5,modifyTarget:r}){const i={done:false,value:e};let u=n*t;const l=e+u;const p=void 0===r?l:r(l);p!==l&&(u=p-e);return{next:t=>{const e=-u*Math.exp(-t/o);i.done=!(e>s||e<-s);i.value=i.done?p:p+e;return i},flipTarget:()=>{}}}const $={keyframes:keyframes,spring:spring,decay:decay};function detectAnimationFromOptions(t){if(Array.isArray(t.to))return keyframes;if($[t.type])return $[t.type];const e=new Set(Object.keys(t));return e.has(\"ease\")||e.has(\"duration\")&&!e.has(\"dampingRatio\")?keyframes:e.has(\"dampingRatio\")||e.has(\"stiffness\")||e.has(\"mass\")||e.has(\"damping\")||e.has(\"restSpeed\")||e.has(\"restDelta\")?spring:keyframes}function loopElapsed(t,e,n=0){return t-e-n}function reverseElapsed(t,e,n=0,o=true){return o?loopElapsed(e+-t,e,n):e-(t-e)+n}function hasRepeatDelayElapsed(t,e,n,o){return o?t>=e+n:t<=-n}const framesync=t=>{const passTimestamp=({delta:e})=>t(e);return{start:()=>l.update(passTimestamp,true),stop:()=>p.update(passTimestamp)}};function animate(e){var n,o;var{from:s,autoplay:r=true,driver:i=framesync,elapsed:u=0,repeat:l=0,repeatType:p=\"loop\",repeatDelay:f=0,onPlay:d,onStop:h,onComplete:m,onRepeat:y,onUpdate:g}=e,v=t(e,[\"from\",\"autoplay\",\"driver\",\"elapsed\",\"repeat\",\"repeatType\",\"repeatDelay\",\"onPlay\",\"onStop\",\"onComplete\",\"onRepeat\",\"onUpdate\"]);let{to:M}=v;let x;let S=0;let O=v.duration;let T;let w=false;let A=true;let R;const F=detectAnimationFromOptions(v);if(null===(o=(n=F).needsInterpolation)||void 0===o?void 0:o.call(n,s,M)){R=interpolate([0,100],[s,M],{clamp:false});s=0;M=100}const D=F(Object.assign(Object.assign({},v),{from:s,to:M}));function repeat(){S++;if(\"reverse\"===p){A=S%2===0;u=reverseElapsed(u,O,f,A)}else{u=loopElapsed(u,O,f);\"mirror\"===p&&D.flipTarget()}w=false;y&&y()}function complete(){x.stop();m&&m()}function update(t){A||(t=-t);u+=t;if(!w){const t=D.next(Math.max(0,u));T=t.value;R&&(T=R(T));w=A?t.done:u<=0}null===g||void 0===g?void 0:g(T);if(w){0===S&&(null!==O&&void 0!==O?O:O=u);S<l?hasRepeatDelayElapsed(u,O,f,A)&&repeat():complete()}}function play(){null===d||void 0===d?void 0:d();x=i(update);x.start()}r&&play();return{stop:()=>{null===h||void 0===h?void 0:h();x.stop()}}}function velocityPerSecond(t,e){return e?t*(1e3/e):0}function inertia({from:t=0,velocity:e=0,min:n,max:o,power:s=.8,timeConstant:r=750,bounceStiffness:i=500,bounceDamping:u=10,restDelta:l=1,modifyTarget:p,driver:d,onUpdate:h,onComplete:m,onStop:y}){let g;function isOutOfBounds(t){return void 0!==n&&t<n||void 0!==o&&t>o}function boundaryNearest(t){return void 0===n?o:void 0===o||Math.abs(n-t)<Math.abs(o-t)?n:o}function startAnimation(t){null===g||void 0===g?void 0:g.stop();g=animate(Object.assign(Object.assign({},t),{driver:d,onUpdate:e=>{var n;null===h||void 0===h?void 0:h(e);null===(n=t.onUpdate)||void 0===n?void 0:n.call(t,e)},onComplete:m,onStop:y}))}function startSpring(t){startAnimation(Object.assign({type:\"spring\",stiffness:i,damping:u,restDelta:l},t))}if(isOutOfBounds(t))startSpring({from:t,velocity:e,to:boundaryNearest(t)});else{let o=s*e+t;\"undefined\"!==typeof p&&(o=p(o));const i=boundaryNearest(o);const u=i===n?-1:1;let d;let h;const checkBoundary=t=>{d=h;h=t;e=velocityPerSecond(t-d,f().delta);(1===u&&t>i||-1===u&&t<i)&&startSpring({from:t,to:i,velocity:e})};startAnimation({type:\"decay\",from:t,velocity:e,timeConstant:r,power:s,restDelta:l,modifyTarget:p,onUpdate:isOutOfBounds(o)?checkBoundary:void 0})}return{stop:()=>null===g||void 0===g?void 0:g.stop()}}const radiansToDegrees=t=>180*t/Math.PI;const angle=(t,e=O)=>radiansToDegrees(Math.atan2(e.y-t.y,e.x-t.x));const applyOffset=(t,e)=>{let n=true;if(void 0===e){e=t;n=false}return o=>{if(n)return o-t+e;t=o;n=true;return e}};const identity=t=>t;const createAttractor=(t=identity)=>(e,n,o)=>{const s=n-o;const r=-(0-e+1)*(0-t(Math.abs(s)));return s<=0?n+r:n-r};const G=createAttractor();const H=createAttractor(Math.sqrt);const degreesToRadians=t=>t*Math.PI/180;const isPoint=t=>t.hasOwnProperty(\"x\")&&t.hasOwnProperty(\"y\");const isPoint3D=t=>isPoint(t)&&t.hasOwnProperty(\"z\");const distance1D=(t,e)=>Math.abs(t-e);function distance(t,e){if(isNum(t)&&isNum(e))return distance1D(t,e);if(isPoint(t)&&isPoint(e)){const n=distance1D(t.x,e.x);const o=distance1D(t.y,e.y);const s=isPoint3D(t)&&isPoint3D(e)?distance1D(t.z,e.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(o,2)+Math.pow(s,2))}}const pointFromVector=(t,e,n)=>{e=degreesToRadians(e);return{x:n*Math.cos(e)+t.x,y:n*Math.sin(e)+t.y}};const toDecimal=(t,e=2)=>{e=Math.pow(10,e);return Math.round(t*e)/e};const smoothFrame=(t,e,n,o=0)=>toDecimal(t+n*(e-t)/Math.max(o,n));const smooth=(t=50)=>{let e=0;let n=0;return o=>{const s=f().timestamp;const r=s!==n?s-n:0;const i=r?smoothFrame(e,o,r,t):e;n=s;e=i;return i}};const snap=t=>{if(\"number\"===typeof t)return e=>Math.round(e/t)*t;{let e=0;const n=t.length;return o=>{let s=Math.abs(t[0]-o);for(e=1;e<n;e++){const r=t[e];const i=Math.abs(r-o);if(0===i)return r;if(i>s)return t[e-1];if(e===n-1)return r;s=i}}}};function velocityPerFrame(t,e){return t/(1e3/e)}const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};const a=(t,e)=>1-3*e+3*t;const b=(t,e)=>3*e-6*t;const c=t=>3*t;const calcBezier=(t,e,n)=>((a(e,n)*t+b(e,n))*t+c(e))*t;const getSlope=(t,e,n)=>3*a(e,n)*t*t+2*b(e,n)*t+c(e);const L=1e-7;const X=10;function binarySubdivide(t,e,n,o,s){let r;let i;let u=0;do{i=e+(n-e)/2;r=calcBezier(i,o,s)-t;r>0?n=i:e=i}while(Math.abs(r)>L&&++u<X);return i}const J=8;const K=.001;function newtonRaphsonIterate(t,e,n,o){for(let s=0;s<J;++s){const s=getSlope(e,n,o);if(0===s)return e;const r=calcBezier(e,n,o)-t;e-=r/s}return e}const Q=11;const V=1/(Q-1);function cubicBezier(t,e,n,o){if(t===e&&n===o)return linear;const s=new Float32Array(Q);for(let e=0;e<Q;++e)s[e]=calcBezier(e*V,t,n);function getTForX(e){let o=0;let r=1;const i=Q-1;for(;r!==i&&s[r]<=e;++r)o+=V;--r;const u=(e-s[r])/(s[r+1]-s[r]);const l=o+u*V;const p=getSlope(l,t,n);return p>=K?newtonRaphsonIterate(e,l,t,n):0===p?l:binarySubdivide(e,o,o+V,t,n)}return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>n=>{n=\"end\"===e?Math.min(n,.999):Math.max(n,.001);const o=n*t;const s=\"end\"===e?Math.floor(o):Math.ceil(o);return clamp(0,1,s/t)};export{angle,animate,B as anticipate,applyOffset,G as attract,H as attractExpo,P as backIn,E as backInOut,k as backOut,z as bounceIn,bounceInOut,bounceOut,circIn,I as circInOut,q as circOut,clamp,createAnticipate,createAttractor,createBackIn,createExpoIn,cubicBezier,decay,degreesToRadians,distance,F as easeIn,j as easeInOut,D as easeOut,inertia,interpolate,isPoint,isPoint3D,keyframes,linear,mirrorEasing,mix,mixColor,mixComplex,pipe,pointFromVector,progress,radiansToDegrees,reverseEasing,smooth,smoothFrame,snap,spring,steps,toDecimal,velocityPerFrame,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.mjs.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useRef}from\"react\";import{addPropertyControls,ControlType,Color}from\"framer\";import{useAnimationFrame}from\"framer-motion\";import{wrap}from\"popmotion\";/**\n * CONIC\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function ConicGradient(props){const{colors,radius,from,axis,blur,shouldAnimate,rotate,speed}=props;const{xPos,yPos}=axis;const colorToValue=c=>Color(c).toValue();/* The CSS Background String */ const background=`conic-gradient(from ${from}deg at ${xPos}% ${yPos}%, ${colors.map(c=>colorToValue(c)).join(\",\")})`;/* Fallback variables */ let message=\"\";let isEmpty=false;let fallBackColor=colors[0];/* Fallback for 0 colors or 1 color in array */ if(colors.length==0){message=\"Please add 2+ colors.\";fallBackColor=\"rgba(136, 85, 255, 0.1)\";isEmpty=true;}else if(colors.length==1){isEmpty=true;fallBackColor=colors[0];}else{isEmpty=false;}const conicStyle={inset:\"-100%\",position:\"absolute\",display:\"flex\",placeItems:\"center\",placeContent:\"center\",color:\"#85F\",background:isEmpty?fallBackColor:background,willChange:\"transform\"};const blurStyle={WebkitBackdropFilter:`blur(${blur}px)`,MozBackdropFilter:`blur(${blur}px)`,backdropFilter:`blur(${blur}px)`};const absoluteStyle={position:\"absolute\",inset:0};/* Animation */ const transformRef=useRef(null);const initialTime=useRef(null);const prevTime=useRef(null);const rotationRef=useRef(0);const isNegative=rotate<0;useAnimationFrame(t=>{if(!transformRef.current||!rotate||!shouldAnimate){return;}if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);rotationRef.current+=delta;rotationRef.current=wrap(0,rotate,rotationRef.current);if(isNegative){rotationRef.current=wrap(0,-rotate,rotationRef.current);transformRef.current.style.transform=`translateZ(0) rotate(-${rotationRef.current}deg)`;}else{rotationRef.current=wrap(0,rotate,rotationRef.current);transformRef.current.style.transform=`translateZ(0) rotate(${rotationRef.current}deg)`;}prevTime.current=t;});return /*#__PURE__*/ _jsxs(\"div\",{style:{borderRadius:radius,overflow:\"hidden\",...absoluteStyle},children:[/*#__PURE__*/ _jsx(\"div\",{style:conicStyle,ref:transformRef,children:message}),/*#__PURE__*/ _jsx(\"div\",{style:{...absoluteStyle,...blurStyle}})]});};/* Default Properties */ ConicGradient.defaultProps={colors:[\"cyan\",\"magenta\",\"yellow\"],blur:0,radius:0,from:0,axis:{xPos:50,yPos:50}};ConicGradient.displayName=\"Conic Gradient\";/* Property Controls, Default Gradient */ addPropertyControls(ConicGradient,{colors:{type:ControlType.Array,title:\"Colors\",control:{type:ControlType.Color,title:\"Color\"},defaultValue:ConicGradient.defaultProps.colors},radius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,step:10},from:{type:ControlType.Number,title:\"Angle\",unit:\"\\xb0\",min:0,max:1080,displayStepper:true,step:15},axis:{type:ControlType.Object,title:\"Axis\",controls:{xPos:{type:ControlType.Number,title:\"X\",unit:\"%\",min:0,max:100,defaultValue:50},yPos:{type:ControlType.Number,title:\"Y\",unit:\"%\",min:0,max:100,defaultValue:50}}},shouldAnimate:{type:ControlType.Boolean,title:\"Animate\",defaultValue:false},rotate:{type:ControlType.Number,min:-360,max:360,defaultValue:360,title:\"To\",unit:\"\\xb0\",hidden:props=>!props.shouldAnimate},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5,hidden:props=>!props.shouldAnimate},blur:{type:ControlType.Number,title:\"Blur\",min:0,max:100,defaultValue:0,description:\"Only visible on Canvas with Show Background Blur enabled in View.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ConicGradient\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ConicGradient.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ConicGradient from\"https://framerusercontent.com/modules/9vlcrQwDrbKSmD2xdWE5/HlCJ3urUTyvUKINNNEvI/ConicGradient.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/dbrDNGsAxUSszXvvPsjJ/r3bAwg6p0H076tIleWYj/UUYkDNeM9.js\";import UnderlineAnimation from\"https://framerusercontent.com/modules/gwOwLmjj4BID4R1cAGMd/4qLMt2ZuSzlylAgveO4i/Z5xwzpHRd.js\";const UnderlineAnimationFonts=getFonts(UnderlineAnimation);const MotionDivWithFX=withFX(motion.div);const ConicGradientFonts=getFonts(ConicGradient);const cycleOrder=[\"qilGAMMBU\",\"A6OSzkDHc\"];const serializationHash=\"framer-rIaL8\";const variantClassNames={A6OSzkDHc:\"framer-v-1wtlvi1\",qilGAMMBU:\"framer-v-1k6hvf6\"};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 transition2={damping:40,delay:0,mass:1,stiffness:550,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-36};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:0,duration:60,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"qilGAMMBU\",Mobile:\"A6OSzkDHc\"};const getProps=({height,id,link,text,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,LjyafhK18:link!==null&&link!==void 0?link:props.LjyafhK18,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"qilGAMMBU\",vtAS7BpaZ:(_ref1=text!==null&&text!==void 0?text:props.vtAS7BpaZ)!==null&&_ref1!==void 0?_ref1:\"\\xa92025 ASHAN DON\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,LjyafhK18,vtAS7BpaZ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qilGAMMBU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"A6OSzkDHc\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1k6hvf6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qilGAMMBU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({A6OSzkDHc:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-145ahjv\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Zy9JE8hYB\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\\xa92024 WESTHILL STUDIO \"})}),className:\"framer-140iz6p\",\"data-framer-name\":\"Left\",fonts:[\"GF;Instrument Sans-600\"],layoutDependency:layoutDependency,layoutId:\"K2cspR0Qr\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:vtAS7BpaZ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:LjyafhK18,nodeId:\"W7byWAgZI\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3sw13j framer-ru9des\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"W7byWAgZI\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pizihz-container\",layoutDependency:layoutDependency,layoutId:\"MBP78S_Nf-container\",children:/*#__PURE__*/_jsx(UnderlineAnimation,{EHwggOTIz:\"GO BACK TO TOP\",height:\"100%\",HmWXS9X01:18,id:\"MBP78S_Nf\",layoutId:\"MBP78S_Nf\",nKqPNlRNt:\"rgb(255, 255, 255)\",style:{height:\"100%\"},width:\"100%\",Y1jKtkJjZ:\"rgb(255, 255, 255)\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"www.ashan.us/\",nodeId:\"Xmg9NdNRC\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1qznvit framer-ru9des\",\"data-border\":true,\"data-framer-name\":\"Ashan\",layoutDependency:layoutDependency,layoutId:\"Xmg9NdNRC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.05)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(143deg, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.3) 100%)\",borderBottomLeftRadius:33,borderBottomRightRadius:33,borderTopLeftRadius:33,borderTopRightRadius:33},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ang57t\",\"data-styles-preset\":\"UUYkDNeM9\",children:\"Designed By Ashan \u26A1\uFE0F\"})}),className:\"framer-1d1d33i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QKxElY69v\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19ckgz8\",layoutDependency:layoutDependency,layoutId:\"VaPvn2SSz\",style:{background:\"linear-gradient(40deg, rgb(102, 0, 255) 0%, rgb(85, 0, 255) 100%)\",borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26,boxShadow:\"inset 0px 2px 4px 0px hsla(0, 0%, 100%, 0.25), 0px 4px 50px 19px rgba(151, 15, 255, 0.3), 0px 8px 8px 0px rgba(0, 0, 0, 0.5)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lzi77i\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"EBEcA9OIJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.2)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(151deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.9375px rgba(50, 0, 97, 0.51107), 0px 2.414506143104518px 2.414506143104518px -1.875px rgba(50, 0, 97, 0.48275), 0px 6.382653521484461px 6.382653521484461px -2.8125px rgba(50, 0, 97, 0.4133), 0px 20px 20px -3.75px rgba(50, 0, 97, 0.175)\"},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:1,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-n15u2n\",layoutDependency:layoutDependency,layoutId:\"VY2AY24wH\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gTW9uby01MDA=\",\"--framer-font-family\":'\"DM Mono\", monospace',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 39, 84))\"},children:\"\uD83D\uDE0E\"})}),className:\"framer-19fdoue\",\"data-framer-name\":\"8\",fonts:[\"GF;DM Mono-500\"],layoutDependency:layoutDependency,layoutId:\"anUDK0W1W\",style:{\"--extracted-r6o4lv\":\"rgb(60, 39, 84)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gTW9uby01MDA=\",\"--framer-font-family\":'\"DM Mono\", monospace',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(60, 39, 84))\"},children:\"\uD83D\uDE09\"})}),className:\"framer-nchfne\",\"data-framer-name\":\"9\",fonts:[\"GF;DM Mono-500\"],layoutDependency:layoutDependency,layoutId:\"U_RUKwKhZ\",style:{\"--extracted-r6o4lv\":\"rgb(60, 39, 84)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:.3,className:\"framer-1gsalpf-container\",layoutDependency:layoutDependency,layoutId:\"aMFA_dtgv-container\",style:{opacity:.3},children:/*#__PURE__*/_jsx(ConicGradient,{axis:{xPos:50,yPos:50},blur:0,colors:[\"rgb(255, 255, 255)\",\"rgba(255, 255, 255, 0)\",\"rgb(3, 87, 0)\"],from:0,height:\"100%\",id:\"aMFA_dtgv\",layoutId:\"aMFA_dtgv\",radius:0,rotate:360,shouldAnimate:false,speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rIaL8.framer-ru9des, .framer-rIaL8 .framer-ru9des { display: block; }\",\".framer-rIaL8.framer-1k6hvf6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 10px 40px; position: relative; width: 1440px; }\",\".framer-rIaL8 .framer-145ahjv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-rIaL8 .framer-140iz6p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 286px; word-break: break-word; word-wrap: break-word; }\",\".framer-rIaL8 .framer-3sw13j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 265px; }\",\".framer-rIaL8 .framer-1pizihz-container { flex: none; height: 21px; position: relative; width: auto; }\",\".framer-rIaL8 .framer-1qznvit { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-rIaL8 .framer-1d1d33i, .framer-rIaL8 .framer-19fdoue, .framer-rIaL8 .framer-nchfne { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rIaL8 .framer-19ckgz8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; width: 30px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rIaL8 .framer-lzi77i { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 5px; overflow: hidden; position: absolute; right: 5px; top: 5px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-rIaL8 .framer-n15u2n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 3px; width: min-content; }\",\".framer-rIaL8 .framer-1gsalpf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rIaL8.framer-1k6hvf6, .framer-rIaL8 .framer-3sw13j, .framer-rIaL8 .framer-1qznvit, .framer-rIaL8 .framer-n15u2n { gap: 0px; } .framer-rIaL8.framer-1k6hvf6 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-rIaL8.framer-1k6hvf6 > :first-child, .framer-rIaL8 .framer-n15u2n > :first-child { margin-top: 0px; } .framer-rIaL8.framer-1k6hvf6 > :last-child, .framer-rIaL8 .framer-n15u2n > :last-child { margin-bottom: 0px; } .framer-rIaL8 .framer-3sw13j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rIaL8 .framer-3sw13j > :first-child, .framer-rIaL8 .framer-1qznvit > :first-child { margin-left: 0px; } .framer-rIaL8 .framer-3sw13j > :last-child, .framer-rIaL8 .framer-1qznvit > :last-child { margin-right: 0px; } .framer-rIaL8 .framer-1qznvit > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-rIaL8 .framer-n15u2n > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }\",\".framer-rIaL8.framer-v-1wtlvi1.framer-1k6hvf6 { padding: 0px 40px 26px 40px; width: 390px; }\",\".framer-rIaL8.framer-v-1wtlvi1 .framer-145ahjv { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rIaL8.framer-v-1wtlvi1 .framer-145ahjv { gap: 0px; } .framer-rIaL8.framer-v-1wtlvi1 .framer-145ahjv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rIaL8.framer-v-1wtlvi1 .framer-145ahjv > :first-child { margin-top: 0px; } .framer-rIaL8.framer-v-1wtlvi1 .framer-145ahjv > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-rIaL8[data-border=\"true\"]::after, .framer-rIaL8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"A6OSzkDHc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LjyafhK18\":\"link\",\"vtAS7BpaZ\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOoxGOMLi6=withCSS(Component,css,\"framer-rIaL8\");export default FramerOoxGOMLi6;FramerOoxGOMLi6.displayName=\"Dark Footer\";FramerOoxGOMLi6.defaultProps={height:44,width:1440};addPropertyControls(FramerOoxGOMLi6,{variant:{options:[\"qilGAMMBU\",\"A6OSzkDHc\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},LjyafhK18:{title:\"Link\",type:ControlType.Link},vtAS7BpaZ:{defaultValue:\"\\xa92025 ASHAN DON\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerOoxGOMLi6,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvumzIYGnbKX9Rlk.woff2\",weight:\"500\"}]},...UnderlineAnimationFonts,...ConicGradientFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOoxGOMLi6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A6OSzkDHc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"44\",\"framerVariables\":\"{\\\"LjyafhK18\\\":\\\"link\\\",\\\"vtAS7BpaZ\\\":\\\"text\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OoxGOMLi6.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,optimizeAppear,optimizeAppearTransformTemplate,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import PlusAndClose from\"https://framerusercontent.com/modules/lmFeoRC9uxfNFeUaPseW/haI8xspVetR865X320Bk/hBn2HndQR.js\";import Button from\"https://framerusercontent.com/modules/32RLyMW0thKhaLm3hsWL/B5zRRuBT6gQPT3twiOzK/Uga_CjWAY.js\";import MenuItems from\"https://framerusercontent.com/modules/wZ3lAlac4xk0gJWpe8Nx/0eigo98q3oy8lLvQ0Dcf/XGFOSJGAX.js\";import UnderlineAnimation from\"https://framerusercontent.com/modules/gwOwLmjj4BID4R1cAGMd/4qLMt2ZuSzlylAgveO4i/Z5xwzpHRd.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const MenuItemsFonts=getFonts(MenuItems);const PlusAndCloseFonts=getFonts(PlusAndClose);const UnderlineAnimationFonts=getFonts(UnderlineAnimation);const MaterialFonts=getFonts(Material);const cycleOrder=[\"mYtYrsL5_\",\"DzG4Fnd3z\",\"zdgqINXbk\",\"WIMBzPryJ\",\"yx4GJqTsU\",\"iVSyyE0E_\",\"IYaFTT5bb\",\"PCzjzA6Cj\",\"nRCjp7DKP\",\"ctYjgaIp0\",\"VGCj0PVJj\",\"nwipdGiTt\",\"i7Ia5Kp9w\",\"xRKllfW_O\",\"EvqT2xqsr\"];const serializationHash=\"framer-v4Cjw\";const variantClassNames={ctYjgaIp0:\"framer-v-1s9nnrq\",DzG4Fnd3z:\"framer-v-jyv35i\",EvqT2xqsr:\"framer-v-1btzgqu\",i7Ia5Kp9w:\"framer-v-4p4kzq\",iVSyyE0E_:\"framer-v-1qhfsro\",IYaFTT5bb:\"framer-v-1j7kb6e\",mYtYrsL5_:\"framer-v-q757sy\",nRCjp7DKP:\"framer-v-1rdhvxc\",nwipdGiTt:\"framer-v-650vjx\",PCzjzA6Cj:\"framer-v-10bdomu\",VGCj0PVJj:\"framer-v-8x4u7b\",WIMBzPryJ:\"framer-v-ngm506\",xRKllfW_O:\"framer-v-t994qr\",yx4GJqTsU:\"framer-v-2cnwlz\",zdgqINXbk:\"framer-v-190wug0\"};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:30,delay:0,mass:1,stiffness:220,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:716};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:716};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition3={damping:40,delay:.4,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:-160};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-160};const transition4={damping:40,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:160};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:160};const transition5={damping:40,delay:.3,mass:1,stiffness:200,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:160};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:160};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition6={damping:40,delay:.5,mass:1,stiffness:200,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:160};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={damping:40,delay:.6,mass:1,stiffness:200,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:160};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Mobile Contact\":\"EvqT2xqsr\",\"Mobile Home\":\"VGCj0PVJj\",\"Mobile Photography\":\"i7Ia5Kp9w\",\"Mobile Pricing\":\"xRKllfW_O\",\"Mobile Work\":\"nwipdGiTt\",\"Tablet Contact\":\"ctYjgaIp0\",\"Tablet Home\":\"iVSyyE0E_\",\"Tablet Photography\":\"PCzjzA6Cj\",\"Tablet Pricing\":\"nRCjp7DKP\",\"Tablet Work\":\"IYaFTT5bb\",Contact:\"yx4GJqTsU\",Home:\"mYtYrsL5_\",Photography:\"zdgqINXbk\",Pricing:\"WIMBzPryJ\",Work:\"DzG4Fnd3z\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,nudbpXYrr:tap!==null&&tap!==void 0?tap:props.nudbpXYrr,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"mYtYrsL5_\"};};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,nudbpXYrr,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mYtYrsL5_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const k3C6KlFnd1cyy5z3=activeVariantCallback(async(...args)=>{if(nudbpXYrr){const res=await nudbpXYrr(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"VGCj0PVJj\",\"i7Ia5Kp9w\",\"xRKllfW_O\",\"EvqT2xqsr\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"nwipdGiTt\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,__framer__presenceAnimate:optimizeAppear(\"animate\",\"q757sy\",animation1,undefined),__framer__presenceExit:animation,__framer__presenceInitial:optimizeAppear(\"initial\",\"q757sy\",animation2,undefined),__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-q757sy\",className,classNames),\"data-framer-appear-id\":\"q757sy\",\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"mYtYrsL5_\",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:\"rgb(10, 10, 10)\",...style},...addPropertyOverrides({ctYjgaIp0:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1s9nnrq\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1s9nnrq\",animation2,undefined),\"data-framer-appear-id\":\"1s9nnrq\",\"data-framer-name\":\"Tablet Contact\"},DzG4Fnd3z:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"jyv35i\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"jyv35i\",animation2,undefined),\"data-framer-appear-id\":\"jyv35i\",\"data-framer-name\":\"Work\"},EvqT2xqsr:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1btzgqu\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1btzgqu\",animation2,undefined),\"data-framer-appear-id\":\"1btzgqu\",\"data-framer-name\":\"Mobile Contact\"},i7Ia5Kp9w:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"4p4kzq\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"4p4kzq\",animation2,undefined),\"data-framer-appear-id\":\"4p4kzq\",\"data-framer-name\":\"Mobile Photography\"},iVSyyE0E_:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1qhfsro\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1qhfsro\",animation2,undefined),\"data-framer-appear-id\":\"1qhfsro\",\"data-framer-name\":\"Tablet Home\"},IYaFTT5bb:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1j7kb6e\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1j7kb6e\",animation2,undefined),\"data-framer-appear-id\":\"1j7kb6e\",\"data-framer-name\":\"Tablet Work\"},nRCjp7DKP:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"1rdhvxc\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"1rdhvxc\",animation2,undefined),\"data-framer-appear-id\":\"1rdhvxc\",\"data-framer-name\":\"Tablet Pricing\"},nwipdGiTt:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"650vjx\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"650vjx\",animation2,undefined),\"data-framer-appear-id\":\"650vjx\",\"data-framer-name\":\"Mobile Work\"},PCzjzA6Cj:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"10bdomu\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"10bdomu\",animation2,undefined),\"data-framer-appear-id\":\"10bdomu\",\"data-framer-name\":\"Tablet Photography\"},VGCj0PVJj:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"8x4u7b\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"8x4u7b\",animation2,undefined),\"data-framer-appear-id\":\"8x4u7b\",\"data-framer-name\":\"Mobile Home\"},WIMBzPryJ:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"ngm506\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"ngm506\",animation2,undefined),\"data-framer-appear-id\":\"ngm506\",\"data-framer-name\":\"Pricing\"},xRKllfW_O:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"t994qr\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"t994qr\",animation2,undefined),\"data-framer-appear-id\":\"t994qr\",\"data-framer-name\":\"Mobile Pricing\"},yx4GJqTsU:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"2cnwlz\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"2cnwlz\",animation2,undefined),\"data-framer-appear-id\":\"2cnwlz\",\"data-framer-name\":\"Contact\"},zdgqINXbk:{__framer__presenceAnimate:optimizeAppear(\"animate\",\"190wug0\",animation1,undefined),__framer__presenceInitial:optimizeAppear(\"initial\",\"190wug0\",animation2,undefined),\"data-framer-appear-id\":\"190wug0\",\"data-framer-name\":\"Photography\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1jhb5er\",animation4,\"q757sy\"),className:\"framer-1jhb5er\",\"data-framer-appear-id\":\"1jhb5er\",\"data-framer-name\":\"Top\",exit:animation3,initial:optimizeAppear(\"initial\",\"1jhb5er\",animation5,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"ItqwTjcAJ\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"f5i45n\",animate:optimizeAppear(\"animate\",\"f5i45n\",animation4,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"f5i45n\",animation5,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"1r0rpl1\",animate:optimizeAppear(\"animate\",\"1r0rpl1\",animation4,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"1r0rpl1\",animation5,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"1kj68uv\",animate:optimizeAppear(\"animate\",\"1kj68uv\",animation4,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"1kj68uv\",animation5,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"94fgiz\",animate:optimizeAppear(\"animate\",\"94fgiz\",animation4,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"94fgiz\",animation5,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"1p6pss2\",animate:optimizeAppear(\"animate\",\"1p6pss2\",animation4,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"1p6pss2\",animation5,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"10nkxj8\",animate:optimizeAppear(\"animate\",\"10nkxj8\",animation4,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"10nkxj8\",animation5,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"1df8sim\",animate:optimizeAppear(\"animate\",\"1df8sim\",animation4,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"1df8sim\",animation5,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"tn7ky0\",animate:optimizeAppear(\"animate\",\"tn7ky0\",animation4,\"650vjx\"),initial:optimizeAppear(\"initial\",\"tn7ky0\",animation5,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"v0jdb2\",animate:optimizeAppear(\"animate\",\"v0jdb2\",animation4,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"v0jdb2\",animation5,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"golyz2\",animate:optimizeAppear(\"animate\",\"golyz2\",animation4,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"golyz2\",animation5,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"1bkwbhf\",animate:optimizeAppear(\"animate\",\"1bkwbhf\",animation4,\"ngm506\"),initial:optimizeAppear(\"initial\",\"1bkwbhf\",animation5,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"1udltqn\",animate:optimizeAppear(\"animate\",\"1udltqn\",animation4,\"t994qr\"),initial:optimizeAppear(\"initial\",\"1udltqn\",animation5,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"y904o7\",animate:optimizeAppear(\"animate\",\"y904o7\",animation4,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"y904o7\",animation5,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"xm8cdp\",animate:optimizeAppear(\"animate\",\"xm8cdp\",animation4,\"190wug0\"),initial:optimizeAppear(\"initial\",\"xm8cdp\",animation5,\"190wug0\")}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-pwtvkl\",\"data-framer-name\":\"Logo and Menu\",layoutDependency:layoutDependency,layoutId:\"TilI15S0U\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bxlnk9\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"MzKaC5st1\",children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(255, 255, 255, 0.5))\"},children:\"LOCAL/ 35.9214\\xb0 N, 14.4906\\xb0 E\"})})}),className:\"framer-diczts\",\"data-framer-name\":\"Country\",fonts:[\"GF;Instrument Sans-500\"],layoutDependency:layoutDependency,layoutId:\"MySm2RKTo\",style:{\"--extracted-1w3ko1f\":\"rgba(255, 255, 255, 0.5)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dW9gRn8nJ\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15dlf8o framer-ziszf3\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"yXyV5ztXs\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5ngde0-container\",layoutDependency:layoutDependency,layoutId:\"lhds7RS5s-container\",children:/*#__PURE__*/_jsx(Button,{bjcosRlf4:\"rgb(10, 10, 10)\",height:\"100%\",id:\"lhds7RS5s\",layoutId:\"lhds7RS5s\",variant:\"irsEDigPp\",width:\"100%\",yfxVfmJ9O:\"Schedule a Call\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8mpfdp\",\"data-framer-name\":\"Center\",layoutDependency:layoutDependency,layoutId:\"djarojmrI\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pyQ74JKGa\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nv49zv framer-ziszf3\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"TG8eAoPYS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"ycnx1m\",animation7,\"q757sy\"),className:\"framer-ycnx1m-container\",\"data-framer-appear-id\":\"ycnx1m\",\"data-framer-name\":\"1\",exit:animation6,initial:optimizeAppear(\"initial\",\"ycnx1m\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"d77LRkTEc-container\",name:\"1\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"1rgql5m\",animate:optimizeAppear(\"animate\",\"1rgql5m\",animation7,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"1rgql5m\",animation8,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"1wmmgo9\",animate:optimizeAppear(\"animate\",\"1wmmgo9\",animation7,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"1wmmgo9\",animation8,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"12x1ahn\",animate:optimizeAppear(\"animate\",\"12x1ahn\",animation7,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"12x1ahn\",animation8,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"qofxea\",animate:optimizeAppear(\"animate\",\"qofxea\",animation7,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"qofxea\",animation8,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"17ck51c\",animate:optimizeAppear(\"animate\",\"17ck51c\",animation7,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"17ck51c\",animation8,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"kh7eh\",animate:optimizeAppear(\"animate\",\"kh7eh\",animation7,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"kh7eh\",animation8,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"18atp60\",animate:optimizeAppear(\"animate\",\"18atp60\",animation7,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"18atp60\",animation8,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"rg6p4k\",animate:optimizeAppear(\"animate\",\"rg6p4k\",animation7,\"650vjx\"),initial:optimizeAppear(\"initial\",\"rg6p4k\",animation8,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"2o6dmu\",animate:optimizeAppear(\"animate\",\"2o6dmu\",animation7,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"2o6dmu\",animation8,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"1uzqyj3\",animate:optimizeAppear(\"animate\",\"1uzqyj3\",animation7,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"1uzqyj3\",animation8,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"1twypoi\",animate:optimizeAppear(\"animate\",\"1twypoi\",animation7,\"ngm506\"),initial:optimizeAppear(\"initial\",\"1twypoi\",animation8,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"obcqd2\",animate:optimizeAppear(\"animate\",\"obcqd2\",animation7,\"t994qr\"),initial:optimizeAppear(\"initial\",\"obcqd2\",animation8,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"okizjg\",animate:optimizeAppear(\"animate\",\"okizjg\",animation7,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"okizjg\",animation8,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"1oxbvby\",animate:optimizeAppear(\"animate\",\"1oxbvby\",animation7,\"190wug0\"),initial:optimizeAppear(\"initial\",\"1oxbvby\",animation8,\"190wug0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItems,{dP6oM73Fx:\"rgb(255, 255, 255)\",DPixeKnD0:\"Home\",height:\"100%\",id:\"d77LRkTEc\",kozZKOKQu:\"Home\",layoutId:\"d77LRkTEc\",name:\"1\",QwBa9H1X0:\"rgb(255, 255, 255)\",RMKkS5HYq:\"(1)\",variant:\"xwRfqUSs5\",width:\"100%\",...addPropertyOverrides({ctYjgaIp0:{variant:\"qtQNqq2r2\"},DzG4Fnd3z:{variant:\"VOlvejIcv\"},EvqT2xqsr:{variant:\"ZOrZhJtJn\"},i7Ia5Kp9w:{variant:\"ZOrZhJtJn\"},iVSyyE0E_:{variant:\"CCM8tZt5J\"},IYaFTT5bb:{variant:\"qtQNqq2r2\"},nRCjp7DKP:{variant:\"qtQNqq2r2\"},nwipdGiTt:{variant:\"ZOrZhJtJn\"},PCzjzA6Cj:{variant:\"qtQNqq2r2\"},VGCj0PVJj:{variant:\"El4kEN0IF\"},WIMBzPryJ:{variant:\"VOlvejIcv\"},xRKllfW_O:{variant:\"ZOrZhJtJn\"},yx4GJqTsU:{variant:\"VOlvejIcv\"},zdgqINXbk:{variant:\"VOlvejIcv\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tIOIpS_mn\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1p3p6m7 framer-ziszf3\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"vuukXHr0m\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"m9pti3\",animation10,\"q757sy\"),className:\"framer-m9pti3-container\",\"data-framer-appear-id\":\"m9pti3\",\"data-framer-name\":\"2\",exit:animation9,initial:optimizeAppear(\"initial\",\"m9pti3\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"hO6O5nn1O-container\",name:\"2\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"41z7al\",animate:optimizeAppear(\"animate\",\"41z7al\",animation10,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"41z7al\",animation8,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"1jqwwdl\",animate:optimizeAppear(\"animate\",\"1jqwwdl\",animation10,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"1jqwwdl\",animation8,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"1uvc7gu\",animate:optimizeAppear(\"animate\",\"1uvc7gu\",animation10,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"1uvc7gu\",animation8,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"6g43az\",animate:optimizeAppear(\"animate\",\"6g43az\",animation10,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"6g43az\",animation8,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"14krcv0\",animate:optimizeAppear(\"animate\",\"14krcv0\",animation10,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"14krcv0\",animation8,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"1jx7lb7\",animate:optimizeAppear(\"animate\",\"1jx7lb7\",animation10,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"1jx7lb7\",animation8,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"4lwl1r\",animate:optimizeAppear(\"animate\",\"4lwl1r\",animation10,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"4lwl1r\",animation8,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"13qimhf\",animate:optimizeAppear(\"animate\",\"13qimhf\",animation10,\"650vjx\"),initial:optimizeAppear(\"initial\",\"13qimhf\",animation8,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"1aff5fs\",animate:optimizeAppear(\"animate\",\"1aff5fs\",animation10,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"1aff5fs\",animation8,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"1c5gwsx\",animate:optimizeAppear(\"animate\",\"1c5gwsx\",animation10,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"1c5gwsx\",animation8,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"otfxn6\",animate:optimizeAppear(\"animate\",\"otfxn6\",animation10,\"ngm506\"),initial:optimizeAppear(\"initial\",\"otfxn6\",animation8,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"1pvxfrm\",animate:optimizeAppear(\"animate\",\"1pvxfrm\",animation10,\"t994qr\"),initial:optimizeAppear(\"initial\",\"1pvxfrm\",animation8,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"ohlaeq\",animate:optimizeAppear(\"animate\",\"ohlaeq\",animation10,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"ohlaeq\",animation8,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"nbjjg0\",animate:optimizeAppear(\"animate\",\"nbjjg0\",animation10,\"190wug0\"),initial:optimizeAppear(\"initial\",\"nbjjg0\",animation8,\"190wug0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItems,{dP6oM73Fx:\"rgb(255, 255, 255)\",DPixeKnD0:\"Work\",height:\"100%\",id:\"hO6O5nn1O\",kozZKOKQu:\"Work\",layoutId:\"hO6O5nn1O\",name:\"2\",QwBa9H1X0:\"rgb(255, 255, 255)\",RMKkS5HYq:\"(2)\",variant:\"VOlvejIcv\",width:\"100%\",...addPropertyOverrides({ctYjgaIp0:{variant:\"qtQNqq2r2\"},DzG4Fnd3z:{variant:\"xwRfqUSs5\"},EvqT2xqsr:{variant:\"ZOrZhJtJn\"},i7Ia5Kp9w:{variant:\"ZOrZhJtJn\"},iVSyyE0E_:{variant:\"qtQNqq2r2\"},IYaFTT5bb:{variant:\"CCM8tZt5J\"},nRCjp7DKP:{variant:\"qtQNqq2r2\"},nwipdGiTt:{variant:\"El4kEN0IF\"},PCzjzA6Cj:{variant:\"qtQNqq2r2\"},VGCj0PVJj:{variant:\"ZOrZhJtJn\"},xRKllfW_O:{variant:\"ZOrZhJtJn\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wEmn9GQq0\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7qekox framer-ziszf3\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"dVTp58dmh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1rt1yxn\",animation4,\"q757sy\"),className:\"framer-1rt1yxn-container\",\"data-framer-appear-id\":\"1rt1yxn\",\"data-framer-name\":\"3\",exit:animation11,initial:optimizeAppear(\"initial\",\"1rt1yxn\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"QHRtPAK9Y-container\",name:\"3\",style:{transformPerspective:1200},transformTemplate:optimizeAppearTransformTemplate(\"1rt1yxn\",transformTemplate1),...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"1e8oy0x\",animate:optimizeAppear(\"animate\",\"1e8oy0x\",animation4,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"1e8oy0x\",animation8,\"1s9nnrq\"),transformTemplate:optimizeAppearTransformTemplate(\"1e8oy0x\",transformTemplate1)},DzG4Fnd3z:{\"data-framer-appear-id\":\"qbmem\",animate:optimizeAppear(\"animate\",\"qbmem\",animation4,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"qbmem\",animation8,\"jyv35i\"),transformTemplate:optimizeAppearTransformTemplate(\"qbmem\",transformTemplate1)},EvqT2xqsr:{\"data-framer-appear-id\":\"ko1xra\",animate:optimizeAppear(\"animate\",\"ko1xra\",animation4,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"ko1xra\",animation8,\"1btzgqu\"),transformTemplate:optimizeAppearTransformTemplate(\"ko1xra\",transformTemplate1)},i7Ia5Kp9w:{\"data-framer-appear-id\":\"gljhrm\",animate:optimizeAppear(\"animate\",\"gljhrm\",animation4,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"gljhrm\",animation8,\"4p4kzq\"),transformTemplate:optimizeAppearTransformTemplate(\"gljhrm\",transformTemplate1)},iVSyyE0E_:{\"data-framer-appear-id\":\"1cbswtp\",animate:optimizeAppear(\"animate\",\"1cbswtp\",animation4,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"1cbswtp\",animation8,\"1qhfsro\"),transformTemplate:optimizeAppearTransformTemplate(\"1cbswtp\",transformTemplate1)},IYaFTT5bb:{\"data-framer-appear-id\":\"1xu2v2m\",animate:optimizeAppear(\"animate\",\"1xu2v2m\",animation4,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"1xu2v2m\",animation8,\"1j7kb6e\"),transformTemplate:optimizeAppearTransformTemplate(\"1xu2v2m\",transformTemplate1)},nRCjp7DKP:{\"data-framer-appear-id\":\"vyhajn\",animate:optimizeAppear(\"animate\",\"vyhajn\",animation4,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"vyhajn\",animation8,\"1rdhvxc\"),transformTemplate:optimizeAppearTransformTemplate(\"vyhajn\",transformTemplate1)},nwipdGiTt:{\"data-framer-appear-id\":\"bg783p\",animate:optimizeAppear(\"animate\",\"bg783p\",animation4,\"650vjx\"),initial:optimizeAppear(\"initial\",\"bg783p\",animation8,\"650vjx\"),transformTemplate:optimizeAppearTransformTemplate(\"bg783p\",transformTemplate1)},PCzjzA6Cj:{\"data-framer-appear-id\":\"15d004n\",animate:optimizeAppear(\"animate\",\"15d004n\",animation4,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"15d004n\",animation8,\"10bdomu\"),transformTemplate:optimizeAppearTransformTemplate(\"15d004n\",transformTemplate1)},VGCj0PVJj:{\"data-framer-appear-id\":\"fxlrb2\",animate:optimizeAppear(\"animate\",\"fxlrb2\",animation4,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"fxlrb2\",animation8,\"8x4u7b\"),transformTemplate:optimizeAppearTransformTemplate(\"fxlrb2\",transformTemplate1)},WIMBzPryJ:{\"data-framer-appear-id\":\"1u0egwd\",animate:optimizeAppear(\"animate\",\"1u0egwd\",animation4,\"ngm506\"),initial:optimizeAppear(\"initial\",\"1u0egwd\",animation8,\"ngm506\"),transformTemplate:optimizeAppearTransformTemplate(\"1u0egwd\",transformTemplate1)},xRKllfW_O:{\"data-framer-appear-id\":\"1yios9l\",animate:optimizeAppear(\"animate\",\"1yios9l\",animation4,\"t994qr\"),initial:optimizeAppear(\"initial\",\"1yios9l\",animation8,\"t994qr\"),transformTemplate:optimizeAppearTransformTemplate(\"1yios9l\",transformTemplate1)},yx4GJqTsU:{\"data-framer-appear-id\":\"bg99fb\",animate:optimizeAppear(\"animate\",\"bg99fb\",animation4,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"bg99fb\",animation8,\"2cnwlz\"),transformTemplate:optimizeAppearTransformTemplate(\"bg99fb\",transformTemplate1)},zdgqINXbk:{\"data-framer-appear-id\":\"41apgv\",animate:optimizeAppear(\"animate\",\"41apgv\",animation4,\"190wug0\"),initial:optimizeAppear(\"initial\",\"41apgv\",animation8,\"190wug0\"),transformTemplate:optimizeAppearTransformTemplate(\"41apgv\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItems,{dP6oM73Fx:\"rgb(255, 255, 255)\",DPixeKnD0:\"gallery\",height:\"100%\",id:\"QHRtPAK9Y\",kozZKOKQu:\"Photograhy\",layoutId:\"QHRtPAK9Y\",name:\"3\",QwBa9H1X0:\"rgb(255, 255, 255)\",RMKkS5HYq:\"(3)\",variant:\"VOlvejIcv\",width:\"100%\",...addPropertyOverrides({ctYjgaIp0:{variant:\"qtQNqq2r2\"},EvqT2xqsr:{variant:\"ZOrZhJtJn\"},i7Ia5Kp9w:{variant:\"El4kEN0IF\"},iVSyyE0E_:{variant:\"qtQNqq2r2\"},IYaFTT5bb:{variant:\"qtQNqq2r2\"},nRCjp7DKP:{variant:\"qtQNqq2r2\"},nwipdGiTt:{variant:\"ZOrZhJtJn\"},PCzjzA6Cj:{variant:\"CCM8tZt5J\"},VGCj0PVJj:{variant:\"ZOrZhJtJn\"},xRKllfW_O:{variant:\"ZOrZhJtJn\"},zdgqINXbk:{variant:\"xwRfqUSs5\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FU_6ZRLyy\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rjn1m4 framer-ziszf3\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"utPXTkLIV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"jwbzhe\",animation13,\"q757sy\"),className:\"framer-jwbzhe-container\",\"data-framer-appear-id\":\"jwbzhe\",\"data-framer-name\":\"4\",exit:animation12,initial:optimizeAppear(\"initial\",\"jwbzhe\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"fnYpDGzkv-container\",name:\"4\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"c9pm12\",animate:optimizeAppear(\"animate\",\"c9pm12\",animation13,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"c9pm12\",animation8,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"18ub62s\",animate:optimizeAppear(\"animate\",\"18ub62s\",animation13,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"18ub62s\",animation8,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"q8vfdn\",animate:optimizeAppear(\"animate\",\"q8vfdn\",animation13,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"q8vfdn\",animation8,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"qwmc7w\",animate:optimizeAppear(\"animate\",\"qwmc7w\",animation13,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"qwmc7w\",animation8,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"i0cxgn\",animate:optimizeAppear(\"animate\",\"i0cxgn\",animation13,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"i0cxgn\",animation8,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"4esfl1\",animate:optimizeAppear(\"animate\",\"4esfl1\",animation13,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"4esfl1\",animation8,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"ycan6h\",animate:optimizeAppear(\"animate\",\"ycan6h\",animation13,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"ycan6h\",animation8,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"mocm4x\",animate:optimizeAppear(\"animate\",\"mocm4x\",animation13,\"650vjx\"),initial:optimizeAppear(\"initial\",\"mocm4x\",animation8,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"1lf2frp\",animate:optimizeAppear(\"animate\",\"1lf2frp\",animation13,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"1lf2frp\",animation8,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"mg1u9p\",animate:optimizeAppear(\"animate\",\"mg1u9p\",animation13,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"mg1u9p\",animation8,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"1fk15sz\",animate:optimizeAppear(\"animate\",\"1fk15sz\",animation13,\"ngm506\"),initial:optimizeAppear(\"initial\",\"1fk15sz\",animation8,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"ibehfb\",animate:optimizeAppear(\"animate\",\"ibehfb\",animation13,\"t994qr\"),initial:optimizeAppear(\"initial\",\"ibehfb\",animation8,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"12oa4ho\",animate:optimizeAppear(\"animate\",\"12oa4ho\",animation13,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"12oa4ho\",animation8,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"1vbajlm\",animate:optimizeAppear(\"animate\",\"1vbajlm\",animation13,\"190wug0\"),initial:optimizeAppear(\"initial\",\"1vbajlm\",animation8,\"190wug0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItems,{dP6oM73Fx:\"rgb(255, 255, 255)\",DPixeKnD0:\"Pricing\",height:\"100%\",id:\"fnYpDGzkv\",kozZKOKQu:\"Pricing\",layoutId:\"fnYpDGzkv\",name:\"4\",QwBa9H1X0:\"rgb(255, 255, 255)\",RMKkS5HYq:\"(4)\",variant:\"VOlvejIcv\",width:\"100%\",...addPropertyOverrides({ctYjgaIp0:{variant:\"qtQNqq2r2\"},EvqT2xqsr:{variant:\"ZOrZhJtJn\"},i7Ia5Kp9w:{variant:\"ZOrZhJtJn\"},iVSyyE0E_:{variant:\"qtQNqq2r2\"},IYaFTT5bb:{variant:\"qtQNqq2r2\"},nRCjp7DKP:{variant:\"CCM8tZt5J\"},nwipdGiTt:{variant:\"ZOrZhJtJn\"},PCzjzA6Cj:{variant:\"qtQNqq2r2\"},VGCj0PVJj:{variant:\"ZOrZhJtJn\"},WIMBzPryJ:{variant:\"xwRfqUSs5\"},xRKllfW_O:{variant:\"El4kEN0IF\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dW9gRn8nJ\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11t0o8g framer-ziszf3\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"AIdUebTbT\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"ns1dtl\",animation15,\"q757sy\"),className:\"framer-ns1dtl-container\",\"data-framer-appear-id\":\"ns1dtl\",\"data-framer-name\":\"5\",exit:animation14,initial:optimizeAppear(\"initial\",\"ns1dtl\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"vliYMuVYu-container\",name:\"5\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"1b8p9uw\",animate:optimizeAppear(\"animate\",\"1b8p9uw\",animation15,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"1b8p9uw\",animation8,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"1yi9iz9\",animate:optimizeAppear(\"animate\",\"1yi9iz9\",animation15,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"1yi9iz9\",animation8,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"1qy8yc3\",animate:optimizeAppear(\"animate\",\"1qy8yc3\",animation15,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"1qy8yc3\",animation8,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"p52xpp\",animate:optimizeAppear(\"animate\",\"p52xpp\",animation15,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"p52xpp\",animation8,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"1iuooov\",animate:optimizeAppear(\"animate\",\"1iuooov\",animation15,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"1iuooov\",animation8,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"1obs67g\",animate:optimizeAppear(\"animate\",\"1obs67g\",animation15,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"1obs67g\",animation8,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"owuehh\",animate:optimizeAppear(\"animate\",\"owuehh\",animation15,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"owuehh\",animation8,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"17hgtsf\",animate:optimizeAppear(\"animate\",\"17hgtsf\",animation15,\"650vjx\"),initial:optimizeAppear(\"initial\",\"17hgtsf\",animation8,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"1jdcdq3\",animate:optimizeAppear(\"animate\",\"1jdcdq3\",animation15,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"1jdcdq3\",animation8,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"talrsf\",animate:optimizeAppear(\"animate\",\"talrsf\",animation15,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"talrsf\",animation8,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"zapw1x\",animate:optimizeAppear(\"animate\",\"zapw1x\",animation15,\"ngm506\"),initial:optimizeAppear(\"initial\",\"zapw1x\",animation8,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"1yxopzh\",animate:optimizeAppear(\"animate\",\"1yxopzh\",animation15,\"t994qr\"),initial:optimizeAppear(\"initial\",\"1yxopzh\",animation8,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"1a75n44\",animate:optimizeAppear(\"animate\",\"1a75n44\",animation15,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"1a75n44\",animation8,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"htotma\",animate:optimizeAppear(\"animate\",\"htotma\",animation15,\"190wug0\"),initial:optimizeAppear(\"initial\",\"htotma\",animation8,\"190wug0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MenuItems,{dP6oM73Fx:\"rgb(255, 255, 255)\",DPixeKnD0:\"Contact\",height:\"100%\",id:\"vliYMuVYu\",kozZKOKQu:\"Contact\",layoutId:\"vliYMuVYu\",name:\"5\",QwBa9H1X0:\"rgb(255, 255, 255)\",RMKkS5HYq:\"(5)\",variant:\"VOlvejIcv\",width:\"100%\",...addPropertyOverrides({ctYjgaIp0:{variant:\"CCM8tZt5J\"},EvqT2xqsr:{variant:\"El4kEN0IF\"},i7Ia5Kp9w:{variant:\"ZOrZhJtJn\"},iVSyyE0E_:{variant:\"qtQNqq2r2\"},IYaFTT5bb:{variant:\"qtQNqq2r2\"},nRCjp7DKP:{variant:\"qtQNqq2r2\"},nwipdGiTt:{variant:\"ZOrZhJtJn\"},PCzjzA6Cj:{variant:\"qtQNqq2r2\"},VGCj0PVJj:{variant:\"ZOrZhJtJn\"},xRKllfW_O:{variant:\"ZOrZhJtJn\"},yx4GJqTsU:{variant:\"xwRfqUSs5\"}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tkorcj-container\",layoutDependency:layoutDependency,layoutId:\"fEojklyNo-container\",children:/*#__PURE__*/_jsx(PlusAndClose,{height:\"100%\",id:\"fEojklyNo\",k3C6KlFnd:k3C6KlFnd1cyy5z3,layoutId:\"fEojklyNo\",style:{height:\"100%\",width:\"100%\"},variant:\"nRYXoUrGn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1virpta\",animation4,\"q757sy\"),className:\"framer-1virpta\",\"data-framer-appear-id\":\"1virpta\",\"data-framer-name\":\"Bottom\",exit:animation11,initial:optimizeAppear(\"initial\",\"1virpta\",animation8,\"q757sy\"),layoutDependency:layoutDependency,layoutId:\"NGd8fL71k\",style:{transformPerspective:1200},...addPropertyOverrides({ctYjgaIp0:{\"data-framer-appear-id\":\"5rhzz3\",animate:optimizeAppear(\"animate\",\"5rhzz3\",animation4,\"1s9nnrq\"),initial:optimizeAppear(\"initial\",\"5rhzz3\",animation8,\"1s9nnrq\")},DzG4Fnd3z:{\"data-framer-appear-id\":\"6fn9p0\",animate:optimizeAppear(\"animate\",\"6fn9p0\",animation4,\"jyv35i\"),initial:optimizeAppear(\"initial\",\"6fn9p0\",animation8,\"jyv35i\")},EvqT2xqsr:{\"data-framer-appear-id\":\"17wnsa1\",animate:optimizeAppear(\"animate\",\"17wnsa1\",animation4,\"1btzgqu\"),initial:optimizeAppear(\"initial\",\"17wnsa1\",animation8,\"1btzgqu\")},i7Ia5Kp9w:{\"data-framer-appear-id\":\"14c20f1\",animate:optimizeAppear(\"animate\",\"14c20f1\",animation4,\"4p4kzq\"),initial:optimizeAppear(\"initial\",\"14c20f1\",animation8,\"4p4kzq\")},iVSyyE0E_:{\"data-framer-appear-id\":\"12fe4t4\",animate:optimizeAppear(\"animate\",\"12fe4t4\",animation4,\"1qhfsro\"),initial:optimizeAppear(\"initial\",\"12fe4t4\",animation8,\"1qhfsro\")},IYaFTT5bb:{\"data-framer-appear-id\":\"plfqd9\",animate:optimizeAppear(\"animate\",\"plfqd9\",animation4,\"1j7kb6e\"),initial:optimizeAppear(\"initial\",\"plfqd9\",animation8,\"1j7kb6e\")},nRCjp7DKP:{\"data-framer-appear-id\":\"12igu28\",animate:optimizeAppear(\"animate\",\"12igu28\",animation4,\"1rdhvxc\"),initial:optimizeAppear(\"initial\",\"12igu28\",animation8,\"1rdhvxc\")},nwipdGiTt:{\"data-framer-appear-id\":\"qcyku2\",animate:optimizeAppear(\"animate\",\"qcyku2\",animation4,\"650vjx\"),initial:optimizeAppear(\"initial\",\"qcyku2\",animation8,\"650vjx\")},PCzjzA6Cj:{\"data-framer-appear-id\":\"1yzfdc\",animate:optimizeAppear(\"animate\",\"1yzfdc\",animation4,\"10bdomu\"),initial:optimizeAppear(\"initial\",\"1yzfdc\",animation8,\"10bdomu\")},VGCj0PVJj:{\"data-framer-appear-id\":\"o8l2y3\",animate:optimizeAppear(\"animate\",\"o8l2y3\",animation4,\"8x4u7b\"),initial:optimizeAppear(\"initial\",\"o8l2y3\",animation8,\"8x4u7b\")},WIMBzPryJ:{\"data-framer-appear-id\":\"pkss0y\",animate:optimizeAppear(\"animate\",\"pkss0y\",animation4,\"ngm506\"),initial:optimizeAppear(\"initial\",\"pkss0y\",animation8,\"ngm506\")},xRKllfW_O:{\"data-framer-appear-id\":\"qe429n\",animate:optimizeAppear(\"animate\",\"qe429n\",animation4,\"t994qr\"),initial:optimizeAppear(\"initial\",\"qe429n\",animation8,\"t994qr\")},yx4GJqTsU:{\"data-framer-appear-id\":\"j99kcb\",animate:optimizeAppear(\"animate\",\"j99kcb\",animation4,\"2cnwlz\"),initial:optimizeAppear(\"initial\",\"j99kcb\",animation8,\"2cnwlz\")},zdgqINXbk:{\"data-framer-appear-id\":\"xa1mnd\",animate:optimizeAppear(\"animate\",\"xa1mnd\",animation4,\"190wug0\"),initial:optimizeAppear(\"initial\",\"xa1mnd\",animation8,\"190wug0\")}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x58249\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"H9nw8avvp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\\xa92024 All RIGHTS Reserved\"})}),className:\"framer-26mim1\",\"data-framer-name\":\"Left\",fonts:[\"GF;Instrument Sans-600\"],layoutDependency:layoutDependency,layoutId:\"VHO1RovST\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ku0wx3\",\"data-framer-name\":\"Social Links\",layoutDependency:layoutDependency,layoutId:\"OOfwgPnNX\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/ashan.us/\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1js49n9 framer-ziszf3\",\"data-framer-name\":\"Link 1\",layoutDependency:layoutDependency,layoutId:\"qjL_dyR2b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-meqskk-container\",layoutDependency:layoutDependency,layoutId:\"SBbalV_dR-container\",children:/*#__PURE__*/_jsx(UnderlineAnimation,{EHwggOTIz:\"Instagram\",height:\"100%\",HmWXS9X01:18,id:\"SBbalV_dR\",layoutId:\"SBbalV_dR\",nKqPNlRNt:\"rgb(255, 255, 255)\",style:{height:\"100%\"},width:\"100%\",Y1jKtkJjZ:\"rgb(255, 255, 255)\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1371fax\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"dDr2g1RK6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ps27a7-container\",layoutDependency:layoutDependency,layoutId:\"Gh9Pa056F-container\",style:{rotate:45},children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"arrowoutward\",iconSelection:\"ArrowUpward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Gh9Pa056F\",layoutId:\"Gh9Pa056F\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/ashan.io/\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1vvax6 framer-ziszf3\",\"data-framer-name\":\"Link 2\",layoutDependency:layoutDependency,layoutId:\"BW2jYMlWz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nj22i9-container\",layoutDependency:layoutDependency,layoutId:\"jWkAufc6r-container\",children:/*#__PURE__*/_jsx(UnderlineAnimation,{EHwggOTIz:\"Facebook\",height:\"100%\",HmWXS9X01:18,id:\"jWkAufc6r\",layoutId:\"jWkAufc6r\",nKqPNlRNt:\"rgb(255, 255, 255)\",style:{height:\"100%\"},width:\"100%\",Y1jKtkJjZ:\"rgb(255, 255, 255)\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kru9gd\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"fGkUo9yxr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g8od35-container\",layoutDependency:layoutDependency,layoutId:\"sGFUrOGZX-container\",style:{rotate:45},children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"arrowoutward\",iconSelection:\"ArrowUpward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"sGFUrOGZX\",layoutId:\"sGFUrOGZX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/ashanus/\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-lv02xd framer-ziszf3\",\"data-framer-name\":\"Link 3\",layoutDependency:layoutDependency,layoutId:\"FIr4dJCyf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wxsy0n-container\",layoutDependency:layoutDependency,layoutId:\"Zr_U_3_yH-container\",children:/*#__PURE__*/_jsx(UnderlineAnimation,{EHwggOTIz:\"linkedin\",height:\"100%\",HmWXS9X01:18,id:\"Zr_U_3_yH\",layoutId:\"Zr_U_3_yH\",nKqPNlRNt:\"rgb(255, 255, 255)\",style:{height:\"100%\"},width:\"100%\",Y1jKtkJjZ:\"rgb(255, 255, 255)\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eyvhh1\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"KSW9D8adV\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4itpr-container\",layoutDependency:layoutDependency,layoutId:\"NTHrkQAoV-container\",style:{rotate:45},children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"arrowoutward\",iconSelection:\"ArrowUpward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"NTHrkQAoV\",layoutId:\"NTHrkQAoV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v4Cjw.framer-ziszf3, .framer-v4Cjw .framer-ziszf3 { display: block; }\",\".framer-v4Cjw.framer-q757sy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 34px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-v4Cjw .framer-1jhb5er { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-v4Cjw .framer-pwtvkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 487px; height: 43px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-v4Cjw .framer-1bxlnk9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-v4Cjw .framer-diczts, .framer-v4Cjw .framer-26mim1 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-v4Cjw .framer-15dlf8o, .framer-v4Cjw .framer-1nv49zv, .framer-v4Cjw .framer-1p3p6m7, .framer-v4Cjw .framer-1rjn1m4, .framer-v4Cjw .framer-11t0o8g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-v4Cjw .framer-5ngde0-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\".framer-v4Cjw .framer-8mpfdp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 827px; }\",\".framer-v4Cjw .framer-ycnx1m-container, .framer-v4Cjw .framer-m9pti3-container, .framer-v4Cjw .framer-jwbzhe-container, .framer-v4Cjw .framer-ns1dtl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-v4Cjw .framer-7qekox { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 90px; min-width: 827px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-v4Cjw .framer-1rt1yxn-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; z-index: 1; }\",\".framer-v4Cjw .framer-1tkorcj-container { flex: none; height: 50px; left: calc(50.00000000000002% - 50px / 2); position: absolute; top: 34px; width: 50px; z-index: 1; }\",\".framer-v4Cjw .framer-1virpta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 10px 40px 40px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-v4Cjw .framer-x58249 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-v4Cjw .framer-1ku0wx3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-v4Cjw .framer-1js49n9, .framer-v4Cjw .framer-1vvax6, .framer-v4Cjw .framer-lv02xd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-v4Cjw .framer-meqskk-container, .framer-v4Cjw .framer-nj22i9-container, .framer-v4Cjw .framer-wxsy0n-container { flex: none; height: 21px; position: relative; width: auto; }\",\".framer-v4Cjw .framer-1371fax, .framer-v4Cjw .framer-1kru9gd, .framer-v4Cjw .framer-eyvhh1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-v4Cjw .framer-ps27a7-container, .framer-v4Cjw .framer-1g8od35-container, .framer-v4Cjw .framer-4itpr-container { flex: none; height: 22px; position: relative; width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw .framer-pwtvkl, .framer-v4Cjw .framer-1bxlnk9, .framer-v4Cjw .framer-15dlf8o, .framer-v4Cjw .framer-8mpfdp, .framer-v4Cjw .framer-1nv49zv, .framer-v4Cjw .framer-1p3p6m7, .framer-v4Cjw .framer-7qekox, .framer-v4Cjw .framer-1rjn1m4, .framer-v4Cjw .framer-11t0o8g, .framer-v4Cjw .framer-1virpta, .framer-v4Cjw .framer-1ku0wx3, .framer-v4Cjw .framer-1js49n9, .framer-v4Cjw .framer-1371fax, .framer-v4Cjw .framer-1vvax6, .framer-v4Cjw .framer-1kru9gd, .framer-v4Cjw .framer-lv02xd, .framer-v4Cjw .framer-eyvhh1 { gap: 0px; } .framer-v4Cjw .framer-pwtvkl > * { margin: 0px; margin-left: calc(487px / 2); margin-right: calc(487px / 2); } .framer-v4Cjw .framer-pwtvkl > :first-child, .framer-v4Cjw .framer-1bxlnk9 > :first-child, .framer-v4Cjw .framer-15dlf8o > :first-child, .framer-v4Cjw .framer-1nv49zv > :first-child, .framer-v4Cjw .framer-1p3p6m7 > :first-child, .framer-v4Cjw .framer-7qekox > :first-child, .framer-v4Cjw .framer-1rjn1m4 > :first-child, .framer-v4Cjw .framer-11t0o8g > :first-child, .framer-v4Cjw .framer-1ku0wx3 > :first-child, .framer-v4Cjw .framer-1js49n9 > :first-child, .framer-v4Cjw .framer-1371fax > :first-child, .framer-v4Cjw .framer-1vvax6 > :first-child, .framer-v4Cjw .framer-1kru9gd > :first-child, .framer-v4Cjw .framer-lv02xd > :first-child, .framer-v4Cjw .framer-eyvhh1 > :first-child { margin-left: 0px; } .framer-v4Cjw .framer-pwtvkl > :last-child, .framer-v4Cjw .framer-1bxlnk9 > :last-child, .framer-v4Cjw .framer-15dlf8o > :last-child, .framer-v4Cjw .framer-1nv49zv > :last-child, .framer-v4Cjw .framer-1p3p6m7 > :last-child, .framer-v4Cjw .framer-7qekox > :last-child, .framer-v4Cjw .framer-1rjn1m4 > :last-child, .framer-v4Cjw .framer-11t0o8g > :last-child, .framer-v4Cjw .framer-1ku0wx3 > :last-child, .framer-v4Cjw .framer-1js49n9 > :last-child, .framer-v4Cjw .framer-1371fax > :last-child, .framer-v4Cjw .framer-1vvax6 > :last-child, .framer-v4Cjw .framer-1kru9gd > :last-child, .framer-v4Cjw .framer-lv02xd > :last-child, .framer-v4Cjw .framer-eyvhh1 > :last-child { margin-right: 0px; } .framer-v4Cjw .framer-1bxlnk9 > *, .framer-v4Cjw .framer-1js49n9 > *, .framer-v4Cjw .framer-1vvax6 > *, .framer-v4Cjw .framer-lv02xd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-v4Cjw .framer-15dlf8o > *, .framer-v4Cjw .framer-1nv49zv > *, .framer-v4Cjw .framer-1p3p6m7 > *, .framer-v4Cjw .framer-7qekox > *, .framer-v4Cjw .framer-1rjn1m4 > *, .framer-v4Cjw .framer-11t0o8g > *, .framer-v4Cjw .framer-1371fax > *, .framer-v4Cjw .framer-1kru9gd > *, .framer-v4Cjw .framer-eyvhh1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v4Cjw .framer-8mpfdp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v4Cjw .framer-8mpfdp > :first-child, .framer-v4Cjw .framer-1virpta > :first-child { margin-top: 0px; } .framer-v4Cjw .framer-8mpfdp > :last-child, .framer-v4Cjw .framer-1virpta > :last-child { margin-bottom: 0px; } .framer-v4Cjw .framer-1virpta > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-v4Cjw .framer-1ku0wx3 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",\".framer-v4Cjw.framer-v-190wug0 .framer-7qekox { min-width: 846px; }\",\".framer-v4Cjw.framer-v-1qhfsro.framer-q757sy, .framer-v4Cjw.framer-v-1j7kb6e.framer-q757sy, .framer-v4Cjw.framer-v-10bdomu.framer-q757sy, .framer-v4Cjw.framer-v-1rdhvxc.framer-q757sy, .framer-v4Cjw.framer-v-1s9nnrq.framer-q757sy { width: 810px; }\",\".framer-v4Cjw.framer-v-1qhfsro .framer-7qekox, .framer-v4Cjw.framer-v-1j7kb6e .framer-7qekox, .framer-v4Cjw.framer-v-1rdhvxc .framer-7qekox, .framer-v4Cjw.framer-v-1s9nnrq .framer-7qekox { min-height: 70px; min-width: 356px; }\",\".framer-v4Cjw.framer-v-10bdomu .framer-7qekox { min-height: 70px; min-width: 376px; }\",\".framer-v4Cjw.framer-v-8x4u7b.framer-q757sy, .framer-v4Cjw.framer-v-650vjx.framer-q757sy, .framer-v4Cjw.framer-v-4p4kzq.framer-q757sy, .framer-v4Cjw.framer-v-t994qr.framer-q757sy, .framer-v4Cjw.framer-v-1btzgqu.framer-q757sy { width: 390px; }\",\".framer-v4Cjw.framer-v-8x4u7b .framer-7qekox, .framer-v4Cjw.framer-v-650vjx .framer-7qekox, .framer-v4Cjw.framer-v-t994qr .framer-7qekox, .framer-v4Cjw.framer-v-1btzgqu .framer-7qekox { min-height: 30px; min-width: 175px; }\",\".framer-v4Cjw.framer-v-8x4u7b .framer-1tkorcj-container, .framer-v4Cjw.framer-v-650vjx .framer-1tkorcj-container, .framer-v4Cjw.framer-v-4p4kzq .framer-1tkorcj-container, .framer-v4Cjw.framer-v-t994qr .framer-1tkorcj-container, .framer-v4Cjw.framer-v-1btzgqu .framer-1tkorcj-container { top: 60px; }\",\".framer-v4Cjw.framer-v-8x4u7b .framer-x58249, .framer-v4Cjw.framer-v-650vjx .framer-x58249, .framer-v4Cjw.framer-v-4p4kzq .framer-x58249, .framer-v4Cjw.framer-v-t994qr .framer-x58249, .framer-v4Cjw.framer-v-1btzgqu .framer-x58249 { flex-direction: column; gap: 20px; justify-content: flex-start; }\",\".framer-v4Cjw.framer-v-8x4u7b .framer-1ku0wx3, .framer-v4Cjw.framer-v-650vjx .framer-1ku0wx3, .framer-v4Cjw.framer-v-4p4kzq .framer-1ku0wx3, .framer-v4Cjw.framer-v-t994qr .framer-1ku0wx3, .framer-v4Cjw.framer-v-1btzgqu .framer-1ku0wx3 { flex-direction: column; gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw.framer-v-8x4u7b .framer-x58249, .framer-v4Cjw.framer-v-8x4u7b .framer-1ku0wx3 { gap: 0px; } .framer-v4Cjw.framer-v-8x4u7b .framer-x58249 > *, .framer-v4Cjw.framer-v-8x4u7b .framer-1ku0wx3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v4Cjw.framer-v-8x4u7b .framer-x58249 > :first-child, .framer-v4Cjw.framer-v-8x4u7b .framer-1ku0wx3 > :first-child { margin-top: 0px; } .framer-v4Cjw.framer-v-8x4u7b .framer-x58249 > :last-child, .framer-v4Cjw.framer-v-8x4u7b .framer-1ku0wx3 > :last-child { margin-bottom: 0px; } }\",\".framer-v4Cjw.framer-v-650vjx .framer-1bxlnk9 { min-height: 29px; min-width: 144px; }\",\".framer-v4Cjw.framer-v-650vjx .framer-15dlf8o { min-height: 48px; min-width: 206px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw.framer-v-650vjx .framer-x58249, .framer-v4Cjw.framer-v-650vjx .framer-1ku0wx3 { gap: 0px; } .framer-v4Cjw.framer-v-650vjx .framer-x58249 > *, .framer-v4Cjw.framer-v-650vjx .framer-1ku0wx3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v4Cjw.framer-v-650vjx .framer-x58249 > :first-child, .framer-v4Cjw.framer-v-650vjx .framer-1ku0wx3 > :first-child { margin-top: 0px; } .framer-v4Cjw.framer-v-650vjx .framer-x58249 > :last-child, .framer-v4Cjw.framer-v-650vjx .framer-1ku0wx3 > :last-child { margin-bottom: 0px; } }\",\".framer-v4Cjw.framer-v-4p4kzq .framer-7qekox { min-height: 30px; min-width: 195px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw.framer-v-4p4kzq .framer-x58249, .framer-v4Cjw.framer-v-4p4kzq .framer-1ku0wx3 { gap: 0px; } .framer-v4Cjw.framer-v-4p4kzq .framer-x58249 > *, .framer-v4Cjw.framer-v-4p4kzq .framer-1ku0wx3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v4Cjw.framer-v-4p4kzq .framer-x58249 > :first-child, .framer-v4Cjw.framer-v-4p4kzq .framer-1ku0wx3 > :first-child { margin-top: 0px; } .framer-v4Cjw.framer-v-4p4kzq .framer-x58249 > :last-child, .framer-v4Cjw.framer-v-4p4kzq .framer-1ku0wx3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw.framer-v-t994qr .framer-x58249, .framer-v4Cjw.framer-v-t994qr .framer-1ku0wx3 { gap: 0px; } .framer-v4Cjw.framer-v-t994qr .framer-x58249 > *, .framer-v4Cjw.framer-v-t994qr .framer-1ku0wx3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v4Cjw.framer-v-t994qr .framer-x58249 > :first-child, .framer-v4Cjw.framer-v-t994qr .framer-1ku0wx3 > :first-child { margin-top: 0px; } .framer-v4Cjw.framer-v-t994qr .framer-x58249 > :last-child, .framer-v4Cjw.framer-v-t994qr .framer-1ku0wx3 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v4Cjw.framer-v-1btzgqu .framer-x58249, .framer-v4Cjw.framer-v-1btzgqu .framer-1ku0wx3 { gap: 0px; } .framer-v4Cjw.framer-v-1btzgqu .framer-x58249 > *, .framer-v4Cjw.framer-v-1btzgqu .framer-1ku0wx3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-v4Cjw.framer-v-1btzgqu .framer-x58249 > :first-child, .framer-v4Cjw.framer-v-1btzgqu .framer-1ku0wx3 > :first-child { margin-top: 0px; } .framer-v4Cjw.framer-v-1btzgqu .framer-x58249 > :last-child, .framer-v4Cjw.framer-v-1btzgqu .framer-1ku0wx3 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DzG4Fnd3z\":{\"layout\":[\"fixed\",\"fixed\"]},\"zdgqINXbk\":{\"layout\":[\"fixed\",\"fixed\"]},\"WIMBzPryJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"yx4GJqTsU\":{\"layout\":[\"fixed\",\"fixed\"]},\"iVSyyE0E_\":{\"layout\":[\"fixed\",\"fixed\"]},\"IYaFTT5bb\":{\"layout\":[\"fixed\",\"fixed\"]},\"PCzjzA6Cj\":{\"layout\":[\"fixed\",\"fixed\"]},\"nRCjp7DKP\":{\"layout\":[\"fixed\",\"fixed\"]},\"ctYjgaIp0\":{\"layout\":[\"fixed\",\"fixed\"]},\"VGCj0PVJj\":{\"layout\":[\"fixed\",\"fixed\"]},\"nwipdGiTt\":{\"layout\":[\"fixed\",\"fixed\"]},\"i7Ia5Kp9w\":{\"layout\":[\"fixed\",\"fixed\"]},\"xRKllfW_O\":{\"layout\":[\"fixed\",\"fixed\"]},\"EvqT2xqsr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"nudbpXYrr\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTpvpqmlmO=withCSS(Component,css,\"framer-v4Cjw\");export default FramerTpvpqmlmO;FramerTpvpqmlmO.displayName=\"Dark Overlay Menu\";FramerTpvpqmlmO.defaultProps={height:800,width:1440};addPropertyControls(FramerTpvpqmlmO,{variant:{options:[\"mYtYrsL5_\",\"DzG4Fnd3z\",\"zdgqINXbk\",\"WIMBzPryJ\",\"yx4GJqTsU\",\"iVSyyE0E_\",\"IYaFTT5bb\",\"PCzjzA6Cj\",\"nRCjp7DKP\",\"ctYjgaIp0\",\"VGCj0PVJj\",\"nwipdGiTt\",\"i7Ia5Kp9w\",\"xRKllfW_O\",\"EvqT2xqsr\"],optionTitles:[\"Home\",\"Work\",\"Photography\",\"Pricing\",\"Contact\",\"Tablet Home\",\"Tablet Work\",\"Tablet Photography\",\"Tablet Pricing\",\"Tablet Contact\",\"Mobile Home\",\"Mobile Work\",\"Mobile Photography\",\"Mobile Pricing\",\"Mobile Contact\"],title:\"Variant\",type:ControlType.Enum},nudbpXYrr:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerTpvpqmlmO,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"}]},...ButtonFonts,...MenuItemsFonts,...PlusAndCloseFonts,...UnderlineAnimationFonts,...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTpvpqmlmO\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"nudbpXYrr\\\":\\\"tap\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DzG4Fnd3z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zdgqINXbk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WIMBzPryJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yx4GJqTsU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iVSyyE0E_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IYaFTT5bb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PCzjzA6Cj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nRCjp7DKP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ctYjgaIp0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VGCj0PVJj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nwipdGiTt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i7Ia5Kp9w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xRKllfW_O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EvqT2xqsr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TpvpqmlmO.map", "// Generated by Framer (e39ee10)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/TcQV6SEsl3y6G9Op8tp0/Time.js\";import MenuDots from\"https://framerusercontent.com/modules/u7vGyixX4TKrl5t5NuxW/RqIWt2aEOtMnLg8l2bTZ/E34lTlT6X.js\";import Button from\"https://framerusercontent.com/modules/32RLyMW0thKhaLm3hsWL/B5zRRuBT6gQPT3twiOzK/Uga_CjWAY.js\";const TimeDateFonts=getFonts(TimeDate);const MenuDotsFonts=getFonts(MenuDots);const ButtonFonts=getFonts(Button);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"tRj6JLnfK\",\"SpYLZEuKQ\"];const serializationHash=\"framer-vG4PT\";const variantClassNames={SpYLZEuKQ:\"framer-v-1wr1xac\",tRj6JLnfK:\"framer-v-b3ig5u\"};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:40,delay:.4,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,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:-160};const transition2={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={\"Desktop \":\"tRj6JLnfK\",Mobile:\"SpYLZEuKQ\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,h8rI9Kvlz:tap!==null&&tap!==void 0?tap:props.h8rI9Kvlz,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tRj6JLnfK\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,h8rI9Kvlz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tRj6JLnfK\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const NpHfTSIfey2k9c8=activeVariantCallback(async(...args)=>{if(h8rI9Kvlz){const res=await h8rI9Kvlz(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"SpYLZEuKQ\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"SpYLZEuKQ\")return true;return false;};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:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b3ig5u\",className,classNames),\"data-framer-appear-id\":\"b3ig5u\",\"data-framer-name\":\"Desktop \",layoutDependency:layoutDependency,layoutId:\"tRj6JLnfK\",optimized:true,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({SpYLZEuKQ:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uycvoa\",\"data-framer-name\":\"Nav Menu\",layoutDependency:layoutDependency,layoutId:\"b3j6m6B2h\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-teopgl\",\"data-framer-name\":\"Country & Time\",layoutDependency:layoutDependency,layoutId:\"V4B9md9_p\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1he7wvb\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"cuEOADLEm\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTYwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.6))\"},children:\"NYC/ \"})}),className:\"framer-80pufa\",\"data-framer-name\":\"Country\",fonts:[\"GF;Instrument Sans-600\"],layoutDependency:layoutDependency,layoutId:\"sHwHlgw_R\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.6)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xst3d\",\"data-framer-name\":\"Time Component\",layoutDependency:layoutDependency,layoutId:\"O6Ows2dg7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ioe59p-container\",layoutDependency:layoutDependency,layoutId:\"YfqSW74kK-container\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"rgb(255, 255, 255)\",font:{fontFamily:'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"YfqSW74kK\",layoutId:\"YfqSW74kK\",monthFormat:\"numeric\",outputType:\"time\",showMinutes:true,showMonth:true,showSeconds:true,showWeekday:false,showYear:true,style:{width:\"100%\"},tabularFont:false,timeFormat:\"24h\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17pib39\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"blSftBbCJ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jf66ua-container\",layoutDependency:layoutDependency,layoutId:\"dRCJfZn6E-container\",children:/*#__PURE__*/_jsx(MenuDots,{height:\"100%\",id:\"dRCJfZn6E\",layoutId:\"dRCJfZn6E\",NpHfTSIfe:NpHfTSIfey2k9c8,style:{height:\"100%\"},variant:\"vaPZ8M1sC\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3bq465\",\"data-framer-name\":\"Menu Button\",layoutDependency:layoutDependency,layoutId:\"PsHN87tWT\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dW9gRn8nJ\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1megw8f framer-fpwrl\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"WHOx9yhtK\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rt2vxd-container\",layoutDependency:layoutDependency,layoutId:\"rUKR1mjUP-container\",children:/*#__PURE__*/_jsx(Button,{bjcosRlf4:\"rgb(0, 0, 0)\",height:\"100%\",id:\"rUKR1mjUP\",layoutId:\"rUKR1mjUP\",variant:\"irsEDigPp\",width:\"100%\",yfxVfmJ9O:\"CONTACT\",...addPropertyOverrides({SpYLZEuKQ:{variant:\"nGRu_VSpf\"}},baseVariant,gestureVariant)})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FU_6ZRLyy\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1v7xwhg framer-fpwrl\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"ThU5m02_A\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xmzej1-container\",layoutDependency:layoutDependency,layoutId:\"bkh_yJV_0-container\",children:/*#__PURE__*/_jsx(Button,{bjcosRlf4:\"rgb(0, 0, 0)\",height:\"100%\",id:\"bkh_yJV_0\",layoutId:\"bkh_yJV_0\",variant:\"nGRu_VSpf\",width:\"100%\",yfxVfmJ9O:\"PRICING\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FU_6ZRLyy\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18235xe framer-fpwrl\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"tlVtvAzp6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3se1d6-container\",layoutDependency:layoutDependency,layoutId:\"XcedTvqx4-container\",children:/*#__PURE__*/_jsx(Button,{bjcosRlf4:\"rgb(0, 0, 0)\",height:\"100%\",id:\"XcedTvqx4\",layoutId:\"XcedTvqx4\",variant:\"irsEDigPp\",width:\"100%\",yfxVfmJ9O:\"PRICING\"})})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-n6fuy3\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"jtiiYpRgi\",style:{backgroundColor:\"rgb(22, 22, 22)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vG4PT.framer-fpwrl, .framer-vG4PT .framer-fpwrl { display: block; }\",\".framer-vG4PT.framer-b3ig5u { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; overflow: hidden; padding: 34px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-vG4PT .framer-uycvoa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 50px; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-vG4PT .framer-teopgl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 240px; }\",\".framer-vG4PT .framer-1he7wvb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vG4PT .framer-80pufa { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vG4PT .framer-1xst3d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vG4PT .framer-ioe59p-container { flex: none; height: auto; position: relative; width: 111px; }\",\".framer-vG4PT .framer-17pib39 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 240px; }\",\".framer-vG4PT .framer-jf66ua-container { flex: none; height: 18px; position: relative; width: auto; }\",\".framer-vG4PT .framer-3bq465 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vG4PT .framer-1megw8f, .framer-vG4PT .framer-18235xe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-vG4PT .framer-1rt2vxd-container, .framer-vG4PT .framer-xmzej1-container, .framer-vG4PT .framer-3se1d6-container { flex: none; height: auto; position: relative; width: auto; z-index: 10; }\",\".framer-vG4PT .framer-1v7xwhg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-vG4PT .framer-n6fuy3 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vG4PT.framer-b3ig5u, .framer-vG4PT .framer-teopgl, .framer-vG4PT .framer-1he7wvb, .framer-vG4PT .framer-1xst3d, .framer-vG4PT .framer-17pib39, .framer-vG4PT .framer-3bq465, .framer-vG4PT .framer-1megw8f, .framer-vG4PT .framer-1v7xwhg, .framer-vG4PT .framer-18235xe { gap: 0px; } .framer-vG4PT.framer-b3ig5u > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-vG4PT.framer-b3ig5u > :first-child, .framer-vG4PT .framer-teopgl > :first-child, .framer-vG4PT .framer-17pib39 > :first-child, .framer-vG4PT .framer-1v7xwhg > :first-child { margin-top: 0px; } .framer-vG4PT.framer-b3ig5u > :last-child, .framer-vG4PT .framer-teopgl > :last-child, .framer-vG4PT .framer-17pib39 > :last-child, .framer-vG4PT .framer-1v7xwhg > :last-child { margin-bottom: 0px; } .framer-vG4PT .framer-teopgl > *, .framer-vG4PT .framer-17pib39 > *, .framer-vG4PT .framer-1v7xwhg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-vG4PT .framer-1he7wvb > *, .framer-vG4PT .framer-1xst3d > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-vG4PT .framer-1he7wvb > :first-child, .framer-vG4PT .framer-1xst3d > :first-child, .framer-vG4PT .framer-3bq465 > :first-child, .framer-vG4PT .framer-1megw8f > :first-child, .framer-vG4PT .framer-18235xe > :first-child { margin-left: 0px; } .framer-vG4PT .framer-1he7wvb > :last-child, .framer-vG4PT .framer-1xst3d > :last-child, .framer-vG4PT .framer-3bq465 > :last-child, .framer-vG4PT .framer-1megw8f > :last-child, .framer-vG4PT .framer-18235xe > :last-child { margin-right: 0px; } .framer-vG4PT .framer-3bq465 > *, .framer-vG4PT .framer-1megw8f > *, .framer-vG4PT .framer-18235xe > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-vG4PT.framer-v-1wr1xac.framer-b3ig5u { gap: 5px; padding: 14px 0px 0px 0px; width: min-content; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-uycvoa { height: min-content; padding: 0px 25px 0px 25px; width: 390px; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-teopgl { height: 50px; width: min-content; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-ioe59p-container { width: 84px; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-17pib39 { height: 50px; overflow: visible; width: min-content; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-3bq465 { align-content: center; align-items: center; gap: 6px; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-1megw8f { flex-direction: column; padding: 7px 0px 7px 0px; }\",\".framer-vG4PT.framer-v-1wr1xac .framer-n6fuy3 { width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vG4PT.framer-v-1wr1xac.framer-b3ig5u, .framer-vG4PT.framer-v-1wr1xac .framer-3bq465, .framer-vG4PT.framer-v-1wr1xac .framer-1megw8f { gap: 0px; } .framer-vG4PT.framer-v-1wr1xac.framer-b3ig5u > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-vG4PT.framer-v-1wr1xac.framer-b3ig5u > :first-child, .framer-vG4PT.framer-v-1wr1xac .framer-1megw8f > :first-child { margin-top: 0px; } .framer-vG4PT.framer-v-1wr1xac.framer-b3ig5u > :last-child, .framer-vG4PT.framer-v-1wr1xac .framer-1megw8f > :last-child { margin-bottom: 0px; } .framer-vG4PT.framer-v-1wr1xac .framer-3bq465 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-vG4PT.framer-v-1wr1xac .framer-3bq465 > :first-child { margin-left: 0px; } .framer-vG4PT.framer-v-1wr1xac .framer-3bq465 > :last-child { margin-right: 0px; } .framer-vG4PT.framer-v-1wr1xac .framer-1megw8f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 118\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SpYLZEuKQ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"h8rI9Kvlz\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWBCOx_6jf=withCSS(Component,css,\"framer-vG4PT\");export default FramerWBCOx_6jf;FramerWBCOx_6jf.displayName=\"Dark Navigation Bar\";FramerWBCOx_6jf.defaultProps={height:118,width:1440};addPropertyControls(FramerWBCOx_6jf,{variant:{options:[\"tRj6JLnfK\",\"SpYLZEuKQ\"],optionTitles:[\"Desktop \",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},h8rI9Kvlz:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerWBCOx_6jf,[{explicitInter:true,fonts:[{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gfwmS0v3_7Y.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-QfwmS0v3_7Y.woff2\",weight:\"500\"}]},...TimeDateFonts,...MenuDotsFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWBCOx_6jf\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SpYLZEuKQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"118\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"h8rI9Kvlz\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WBCOx_6jf.map"],
  "mappings": "ynBAA8BA,GAAU,UAAU,CAAC,qBAAqB,qBAAqB,2BAA2B,0BAA0B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,qGAAqG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,qGAAqG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,uGAAuG,OAAO,KAAK,EAAE,CAAC,OAAO,cAAc,OAAO,SAAS,MAAM,SAAS,IAAI,uGAAuG,OAAO,KAAK,CAAC,EAAeC,GAAI,CAAC,o9BAAo9B,EAAeC,GAAU,eCA71D,IAAMC,GAAM,CAACC,EAAEC,IAAIC,GAAG,KAAK,IAAI,KAAK,IAAIA,EAAED,CAAC,EAAED,CAAC,EAAQG,GAASH,GAAGA,EAAE,EAAE,OAAOA,EAAE,QAAQ,CAAC,CAAC,EAAEA,EAAQA,GAAE,uBAA6BC,GAAE,gHAAsHC,GAAE,oGAAoG,SAASE,GAASJ,EAAE,CAAC,OAAiB,OAAOA,GAAlB,QAAmB,CAAC,IAAMK,GAAE,CAAC,KAAKL,GAAc,OAAOA,GAAlB,SAAoB,MAAM,WAAW,UAAUA,GAAGA,CAAC,EAAQM,GAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAED,EAAC,EAAE,CAAC,UAAUN,GAAM,EAAE,CAAC,CAAC,CAAC,EAAQQ,GAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEF,EAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAQG,GAAeR,IAAI,CAAC,KAAKC,GAAGG,GAASH,CAAC,GAAGA,EAAE,SAASD,CAAC,GAAOC,EAAE,MAAM,GAAG,EAAE,SAAjB,EAAwB,MAAM,WAAW,UAAUA,GAAG,GAAGA,CAAC,GAAGD,CAAC,EAAE,GAASS,GAAED,GAAe,KAAK,EAAQE,GAAEF,GAAe,GAAG,EAAQG,GAAEH,GAAe,IAAI,EAAQI,GAAEJ,GAAe,IAAI,EAAQK,GAAEL,GAAe,IAAI,EAAQM,GAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEJ,EAAC,EAAE,CAAC,MAAMV,GAAGU,GAAE,MAAMV,CAAC,EAAE,IAAI,UAAUA,GAAGU,GAAE,UAAU,IAAIV,CAAC,CAAC,CAAC,EAAQe,GAAc,CAACf,EAAEC,IAAII,GAAG,GAAQD,GAASC,CAAC,GAAGH,GAAE,KAAKG,CAAC,GAAGA,EAAE,WAAWL,CAAC,GAAGC,GAAG,OAAO,UAAU,eAAe,KAAKI,EAAEJ,CAAC,GAASe,GAAW,CAACf,EAAEC,EAAEG,IAAIC,GAAG,CAAC,GAAG,CAACF,GAASE,CAAC,EAAE,OAAOA,EAAE,GAAK,CAACC,EAAEE,EAAEC,EAAEC,CAAC,EAAEL,EAAE,MAAMN,EAAC,EAAE,MAAM,CAAC,CAACC,CAAC,EAAE,WAAWM,CAAC,EAAE,CAACL,CAAC,EAAE,WAAWO,CAAC,EAAE,CAACJ,CAAC,EAAE,WAAWK,CAAC,EAAE,MAAeC,IAAT,OAAW,WAAWA,CAAC,EAAE,CAAC,CAAC,EAAQM,GAAE,CAAC,KAAKF,GAAc,MAAM,KAAK,EAAE,MAAMC,GAAW,MAAM,aAAa,WAAW,EAAE,UAAU,CAAC,CAAC,IAAIhB,EAAE,WAAWC,EAAE,UAAUC,EAAE,MAAMG,EAAE,CAAC,IAAI,QAAQ,KAAK,MAAML,CAAC,EAAE,KAAKU,GAAE,UAAUP,GAASF,CAAC,CAAC,EAAE,KAAKS,GAAE,UAAUP,GAASD,CAAC,CAAC,EAAE,KAAKC,GAASG,GAAE,UAAUD,CAAC,CAAC,EAAE,GAAG,EAAQa,GAAEnB,GAAM,EAAE,GAAG,EAAQoB,GAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEd,EAAC,EAAE,CAAC,UAAUL,GAAG,KAAK,MAAMkB,GAAElB,CAAC,CAAC,CAAC,CAAC,EAAQoB,GAAE,CAAC,KAAKL,GAAc,MAAM,KAAK,EAAE,MAAMC,GAAW,MAAM,QAAQ,MAAM,EAAE,UAAU,CAAC,CAAC,IAAIhB,EAAE,MAAMC,EAAE,KAAKC,EAAE,MAAMG,EAAE,CAAC,IAAI,QAAQc,GAAE,UAAUnB,CAAC,EAAE,KAAKmB,GAAE,UAAUlB,CAAC,EAAE,KAAKkB,GAAE,UAAUjB,CAAC,EAAE,KAAKC,GAASG,GAAE,UAAUD,CAAC,CAAC,EAAE,GAAG,EAAE,SAASgB,GAASrB,EAAE,CAAC,IAAIC,EAAE,GAAOC,EAAE,GAAOG,EAAE,GAAOC,EAAE,GAAG,OAAGN,EAAE,OAAO,GAAGC,EAAED,EAAE,OAAO,EAAE,CAAC,EAAEE,EAAEF,EAAE,OAAO,EAAE,CAAC,EAAEK,EAAEL,EAAE,OAAO,EAAE,CAAC,EAAEM,EAAEN,EAAE,OAAO,EAAE,CAAC,IAAOC,EAAED,EAAE,OAAO,EAAE,CAAC,EAAEE,EAAEF,EAAE,OAAO,EAAE,CAAC,EAAEK,EAAEL,EAAE,OAAO,EAAE,CAAC,EAAEM,EAAEN,EAAE,OAAO,EAAE,CAAC,EAAEC,GAAGA,EAAEC,GAAGA,EAAEG,GAAGA,EAAEC,GAAGA,GAAQ,CAAC,IAAI,SAASL,EAAE,EAAE,EAAE,MAAM,SAASC,EAAE,EAAE,EAAE,KAAK,SAASG,EAAE,EAAE,EAAE,MAAMC,EAAE,SAASA,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,IAAMgB,GAAE,CAAC,KAAKP,GAAc,GAAG,EAAE,MAAMM,GAAS,UAAUD,GAAE,SAAS,EAAQG,GAAE,CAAC,KAAKvB,GAAGoB,GAAE,KAAKpB,CAAC,GAAGsB,GAAE,KAAKtB,CAAC,GAAGiB,GAAE,KAAKjB,CAAC,EAAE,MAAMA,GAAGoB,GAAE,KAAKpB,CAAC,EAAEoB,GAAE,MAAMpB,CAAC,EAAEiB,GAAE,KAAKjB,CAAC,EAAEiB,GAAE,MAAMjB,CAAC,EAAEsB,GAAE,MAAMtB,CAAC,EAAE,UAAUA,GAAGI,GAASJ,CAAC,EAAEA,EAAEA,EAAE,eAAe,KAAK,EAAEoB,GAAE,UAAUpB,CAAC,EAAEiB,GAAE,UAAUjB,CAAC,CAAC,EAAQwB,GAAE,OAAaC,GAAE,OAAO,SAASC,GAAKxB,EAAE,CAAC,IAAI,EAAE,EAAEK,EAAEE,EAAE,OAAO,MAAMP,CAAC,GAAGE,GAASF,CAAC,KAAY,GAAU,EAAEA,EAAE,MAAMF,EAAC,KAAnB,MAAgC,IAAT,OAAW,OAAO,EAAE,UAArD,MAAuE,IAAT,OAAW,EAAE,KAAYS,GAAUF,EAAEL,EAAE,MAAMD,EAAC,KAAnB,MAAgCM,IAAT,OAAW,OAAOA,EAAE,UAArD,MAAuEE,IAAT,OAAWA,EAAE,GAAG,CAAC,CAAC,SAASkB,GAAQzB,EAAE,CAAY,OAAOA,GAAlB,WAAsBA,EAAE,GAAGA,CAAC,IAAI,IAAMI,EAAE,CAAC,EAAMC,EAAE,EAAQ,EAAEL,EAAE,MAAMD,EAAC,EAAK,IAAGM,EAAE,EAAE,OAAOL,EAAEA,EAAE,QAAQD,GAAEuB,EAAC,EAAElB,EAAE,KAAK,GAAG,EAAE,IAAIiB,GAAE,KAAK,CAAC,GAAE,IAAMb,EAAER,EAAE,MAAMF,EAAC,EAAE,OAAGU,IAAGR,EAAEA,EAAE,QAAQF,GAAEyB,EAAC,EAAEnB,EAAE,KAAK,GAAGI,EAAE,IAAIL,GAAE,KAAK,CAAC,GAAQ,CAAC,OAAOC,EAAE,UAAUC,EAAE,UAAUL,CAAC,CAAC,CAAC,SAAS0B,GAAM5B,EAAE,CAAC,OAAO2B,GAAQ3B,CAAC,EAAE,MAAM,CAAC,SAAS6B,GAAkB7B,EAAE,CAAC,GAAK,CAAC,OAAOC,EAAE,UAAUC,EAAE,UAAUG,CAAC,EAAEsB,GAAQ3B,CAAC,EAAQM,EAAEL,EAAE,OAAO,OAAOD,GAAG,CAAC,IAAIC,EAAEI,EAAE,QAAQA,EAAE,EAAEA,EAAEC,EAAED,IAAIJ,EAAEA,EAAE,QAAQI,EAAEH,EAAEsB,GAAEC,GAAEpB,EAAEH,EAAEqB,GAAE,UAAUvB,EAAEK,CAAC,CAAC,EAAEF,GAASH,EAAEK,CAAC,CAAC,CAAC,EAAE,OAAOJ,CAAC,CAAC,CAAC,IAAM6B,GAAqB9B,GAAc,OAAOA,GAAlB,SAAoB,EAAEA,EAAE,SAAS+B,GAAkB/B,EAAE,CAAC,IAAMC,EAAE2B,GAAM5B,CAAC,EAA+B,OAArB6B,GAAkB7B,CAAC,EAAWC,EAAE,IAAI6B,EAAoB,CAAC,CAAC,CAAC,IAAME,GAAE,CAAC,KAAKN,GAAK,MAAME,GAAM,kBAAkBC,GAAkB,kBAAkBE,EAAiB,EAAQE,GAAE,IAAI,IAAI,CAAC,aAAa,WAAW,WAAW,SAAS,CAAC,EAAE,SAASC,GAAmBjC,EAAE,CAAC,GAAG,CAACC,EAAEG,CAAC,EAAEJ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,EAAE,GAAmBC,IAAhB,cAAkB,OAAOD,EAAE,GAAK,CAACK,CAAC,EAAED,EAAE,MAAML,EAAC,GAAG,CAAC,EAAE,GAAG,CAACM,EAAE,OAAOL,EAAE,IAAMM,EAAEF,EAAE,QAAQC,EAAE,EAAE,EAAMG,EAAEwB,GAAE,IAAI/B,CAAC,EAAE,EAAE,EAAE,OAAAI,IAAID,IAAII,GAAG,KAAYP,EAAE,IAAIO,EAAEF,EAAE,GAAG,CAAC,IAAM4B,GAAE,oBAA0BC,GAAE,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEJ,EAAC,EAAE,CAAC,kBAAkBhC,GAAG,CAAC,IAAMC,EAAED,EAAE,MAAMmC,EAAC,EAAE,OAAOlC,EAAEA,EAAE,IAAIiC,EAAkB,EAAE,KAAK,GAAG,EAAElC,CAAC,CAAC,CAAC,ECA9zH,IAAMqC,GAAE,mBAAeC,GAAgB,OAAO,YAArB,IAAiC,IAAI,YAAY,IAAI,EAAE,IAAI,KAAK,IAAI,EAAQC,GAAgB,OAAOC,EAArB,IAA4BH,GAAGG,EAAO,sBAAsBH,CAAC,EAAEE,GAAG,WAAY,IAAIA,EAAED,GAAE,CAAC,EAAGD,EAAC,EAAE,SAASI,GAAiBJ,EAAE,CAAC,IAAIC,EAAE,CAAC,EAAM,EAAE,CAAC,EAAMI,EAAE,EAAMC,EAAE,GAAU,EAAE,GAAYC,EAAE,IAAI,QAAcC,EAAE,CAAC,SAAS,CAACR,EAAES,EAAE,GAAMD,EAAE,KAAQ,CAAC,IAAME,EAAEF,GAAGF,EAAQK,EAAED,EAAET,EAAE,EAAE,OAAAQ,GAAGF,EAAE,IAAIP,CAAC,EAAUW,EAAE,QAAQX,CAAC,IAAhB,KAAmBW,EAAE,KAAKX,CAAC,EAAEU,GAAGJ,IAAID,EAAEJ,EAAE,SAAeD,CAAC,EAAE,OAAOA,GAAG,CAAC,IAAMC,EAAE,EAAE,QAAQD,CAAC,EAAOC,IAAL,IAAQ,EAAE,OAAOA,EAAE,CAAC,EAAEM,EAAE,OAAOP,CAAC,CAAC,EAAE,QAAQU,GAAG,CAAC,GAAGJ,EAAE,EAAE,OAAS,CAA0C,GAAzCA,EAAE,GAAK,CAACL,EAAE,CAAC,EAAE,CAAC,EAAEA,CAAC,EAAE,EAAE,OAAO,EAAEI,EAAEJ,EAAE,OAAUI,EAAE,QAAQH,EAAE,EAAEA,EAAEG,EAAEH,IAAI,CAAC,IAAMG,EAAEJ,EAAEC,CAAC,EAAEG,EAAEK,CAAC,EAAKH,EAAE,IAAIF,CAAC,IAAGG,EAAE,SAASH,CAAC,EAAEL,EAAE,EAAE,CAACM,EAAE,GAAS,IAAG,EAAE,GAAME,EAAE,QAAQE,CAAC,EAAE,CAAC,CAAC,EAAE,OAAOF,CAAC,CAAC,IAAMH,GAAE,GAAOC,GAAE,GAASG,GAAE,GAAUF,GAAE,GAAYC,GAAE,CAAC,MAAM,EAAE,UAAU,CAAC,EAAQE,GAAE,CAAC,OAAO,SAAS,YAAY,SAAS,YAAY,EAAQC,GAAED,GAAE,OAAQ,CAACV,EAAEC,KAAKD,EAAEC,CAAC,EAAEG,GAAkB,IAAIK,GAAE,EAAK,EAAST,GAAI,CAAC,CAAC,EAAQY,GAAEF,GAAE,OAAQ,CAACV,EAAEC,IAAI,CAAC,IAAM,EAAEU,GAAEV,CAAC,EAAE,OAAAD,EAAEC,CAAC,EAAE,CAACD,EAAEC,EAAE,GAAMI,EAAE,MAASI,IAAGI,GAAU,EAAS,EAAE,SAASb,EAAEC,EAAEI,CAAC,GAAUL,CAAC,EAAG,CAAC,CAAC,EAAQc,GAAEJ,GAAE,OAAQ,CAACV,EAAEC,KAAKD,EAAEC,CAAC,EAAEU,GAAEV,CAAC,EAAE,OAAcD,GAAI,CAAC,CAAC,EAAQe,GAAEL,GAAE,OAAQ,CAACV,EAAEC,KAAKD,EAAEC,CAAC,EAAE,IAAIU,GAAEV,CAAC,EAAE,QAAQO,EAAC,EAASR,GAAI,CAAC,CAAC,EAAQgB,GAAYhB,GAAGW,GAAEX,CAAC,EAAE,QAAQQ,EAAC,EAAQS,GAAahB,GAAG,CAACQ,GAAE,GAAMD,GAAE,MAAMF,GAAEN,GAAE,KAAK,IAAI,KAAK,IAAIC,EAAEO,GAAE,UAAUH,EAAC,EAAE,CAAC,EAAEG,GAAE,UAAUP,EAAEM,GAAE,GAAKG,GAAE,QAAQM,EAAW,EAAET,GAAE,GAASE,KAAGH,GAAE,GAAMJ,GAAEe,EAAY,EAAE,EAAQJ,GAAU,IAAI,CAACJ,GAAE,GAAKH,GAAE,GAAKC,IAAGL,GAAEe,EAAY,CAAC,ECA/pC,IAAMC,GAAM,CAACC,EAAEC,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,EAAED,CAAC,EAAEC,CAAC,EAAQC,GAAE,KAAWC,GAAE,IAAUC,GAAE,GAASC,GAAE,IAAUC,GAAE,EAAE,SAASC,GAAW,CAAC,SAASP,EAAE,IAAI,OAAOQ,EAAE,IAAI,SAASC,EAAE,EAAE,KAAKC,EAAE,CAAC,EAAE,CAAC,IAAIC,EAAMC,EAAEZ,GAAEA,GAAG,IAAII,GAAE,4CAA4C,EAAE,IAAIS,EAAE,EAAEL,EAAEK,EAAEd,GAAMM,GAAEC,GAAEO,CAAC,EAAEb,EAAED,GAAMI,GAAEC,GAAEJ,EAAE,GAAG,EAAKa,EAAE,GAAGF,EAAEV,GAAG,CAAC,IAAMO,EAAEP,EAAEY,EAAQH,EAAEF,EAAER,EAAQW,EAAEH,EAAEC,EAAQG,EAAEE,GAAgBb,EAAEY,CAAC,EAAQE,EAAE,KAAK,IAAI,CAACL,CAAC,EAAE,OAAOR,GAAES,EAAEC,EAAEG,CAAC,EAAEH,EAAEX,GAAG,CAAa,IAAMS,EAAVT,EAAEY,EAAYb,EAAQY,EAAEF,EAAED,EAAEA,EAAQM,EAAE,KAAK,IAAIF,EAAE,CAAC,EAAE,KAAK,IAAIZ,EAAE,CAAC,EAAED,EAAQgB,EAAE,KAAK,IAAI,CAACN,CAAC,EAAQO,EAAEH,GAAgB,KAAK,IAAIb,EAAE,CAAC,EAAEY,CAAC,EAAyB,OAAf,CAACF,EAAEV,CAAC,EAAEC,GAAE,EAAE,GAAG,KAAaU,EAAEG,GAAGC,GAAGC,CAAC,IAAON,EAAEV,GAAG,CAAC,IAAMO,EAAE,KAAK,IAAI,CAACP,EAAED,CAAC,EAAQU,GAAGT,EAAEQ,GAAGT,EAAE,EAAE,OAAOQ,EAAEE,EAAER,EAAC,EAAEU,EAAEX,GAAG,CAAC,IAAMO,EAAE,KAAK,IAAI,CAACP,EAAED,CAAC,EAAQU,EAAEV,EAAEA,GAAGS,EAAER,GAAG,OAAOO,EAAEE,CAAC,GAAE,IAAMK,EAAE,EAAEf,EAAQgB,EAAEE,GAAgBP,EAAEC,EAAEG,CAAC,EAAS,GAAPf,GAAG,IAAO,MAAMgB,CAAC,EAAE,MAAM,CAAC,UAAU,IAAI,QAAQ,GAAG,SAAShB,CAAC,EAAE,CAAC,IAAMC,EAAE,KAAK,IAAIe,EAAE,CAAC,EAAEN,EAAE,MAAM,CAAC,UAAUT,EAAE,QAAQ,EAAEY,EAAE,KAAK,KAAKH,EAAET,CAAC,EAAE,SAASD,CAAC,CAAC,CAAC,CAAC,IAAMmB,GAAE,GAAG,SAASD,GAAgBlB,EAAEC,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQO,EAAE,EAAEA,EAAEW,GAAEX,IAAI,GAAGR,EAAE,CAAC,EAAEC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,SAASa,GAAgBd,EAAEC,EAAE,CAAC,OAAOD,EAAE,KAAK,KAAK,EAAEC,EAAEA,CAAC,CAAC,CAAC,IAAMmB,GAAE,CAAC,WAAW,QAAQ,EAAQC,GAAE,CAAC,YAAY,UAAU,MAAM,EAAE,SAASC,GAAatB,EAAEC,EAAE,CAAC,OAAOA,EAAE,KAAMA,GAAYD,EAAEC,CAAC,IAAZ,MAAc,CAAC,CAAC,SAASsB,GAAiBvB,EAAE,CAAC,IAAIC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,UAAU,IAAI,QAAQ,GAAG,KAAK,EAAE,uBAAuB,EAAK,EAAED,CAAC,EAAE,GAAG,CAACsB,GAAatB,EAAEqB,EAAC,GAAGC,GAAatB,EAAEoB,EAAC,EAAE,CAAC,IAAM,EAAEb,GAAWP,CAAC,EAAEC,EAAE,OAAO,OAAO,OAAO,OAAO,OAAO,OAAO,CAAC,EAAEA,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,EAAEA,EAAE,uBAAuB,EAAI,CAAC,OAAOA,CAAC,CAAC,SAASuB,GAAOvB,EAAE,CAAC,GAAG,CAAC,KAAKO,EAAE,EAAE,GAAGC,EAAE,EAAE,UAAUC,EAAE,EAAE,UAAUC,CAAC,EAAEV,EAAEW,EAAEa,GAAExB,EAAE,CAAC,OAAO,KAAK,YAAY,WAAW,CAAC,EAAE,IAAMY,EAAE,CAAC,KAAK,GAAM,MAAML,CAAC,EAAK,CAAC,UAAUO,EAAE,QAAQC,EAAE,KAAKC,EAAE,SAAS,EAAE,SAASd,EAAE,uBAAuBC,CAAC,EAAEmB,GAAiBX,CAAC,EAAMP,EAAEqB,GAASpB,EAAEoB,GAAK,SAASC,GAAc,CAAC,IAAM3B,EAAE,EAAE,CAAC,EAAE,IAAI,EAAQC,EAAEQ,EAAED,EAAQE,EAAEM,GAAG,EAAE,KAAK,KAAKD,EAAEE,CAAC,GAASL,EAAE,KAAK,KAAKG,EAAEE,CAAC,EAAE,IAAmD,GAAtCN,IAAT,SAAaA,EAAE,KAAK,IAAI,KAAK,IAAIF,EAAED,CAAC,EAAE,IAAI,EAAE,GAAME,EAAE,EAAE,CAAC,IAAMF,EAAEM,GAAgBF,EAAEF,CAAC,EAAEL,EAAEM,GAAG,CAAC,IAAME,EAAE,KAAK,IAAI,CAACH,EAAEE,EAAED,CAAC,EAAE,OAAOF,EAAEI,IAAIb,EAAEU,EAAEE,EAAEX,GAAGO,EAAE,KAAK,IAAIA,EAAEG,CAAC,EAAEV,EAAE,KAAK,IAAIO,EAAEG,CAAC,EAAE,EAAEL,EAAEG,GAAG,CAAC,IAAME,EAAE,KAAK,IAAI,CAACD,EAAEE,EAAEH,CAAC,EAAE,OAAOC,EAAEE,EAAED,GAAG,KAAK,IAAIH,EAAEC,CAAC,GAAGT,EAAEU,EAAEE,EAAEX,GAAGO,EAAEP,EAAE,KAAK,IAAIO,EAAEC,CAAC,GAAGE,GAAG,KAAK,IAAIH,EAAEC,CAAC,GAAGT,EAAEU,EAAEE,EAAEX,GAAGO,EAAEP,EAAE,KAAK,IAAIO,EAAEC,CAAC,EAAE,CAAC,SAAaC,IAAJ,EAAML,EAAEG,GAAGC,EAAE,KAAK,IAAI,CAACG,EAAEJ,CAAC,GAAGP,GAAGD,EAAEY,EAAEX,GAAGO,OAAO,CAAC,IAAMA,EAAEI,EAAE,KAAK,KAAKF,EAAEA,EAAE,CAAC,EAAEL,EAAEM,GAAG,CAAC,IAAME,EAAE,KAAK,IAAI,CAACH,EAAEE,EAAED,CAAC,EAAQI,EAAE,KAAK,IAAIP,EAAEG,EAAE,GAAG,EAAE,OAAOF,EAAEI,IAAIb,EAAEU,EAAEE,EAAEX,GAAG,KAAK,KAAKc,CAAC,EAAEP,EAAEP,EAAE,KAAK,KAAKc,CAAC,GAAGP,CAAC,CAAC,CAAC,CAAC,OAAAmB,EAAa,EAAQ,CAAC,KAAK3B,GAAG,CAAC,IAAMC,EAAEI,EAAEL,CAAC,EAAE,GAAGI,EAAES,EAAE,KAAKb,GAAGG,MAAM,CAAC,IAAMK,EAAE,IAAIF,EAAEN,CAAC,EAAQY,EAAE,KAAK,IAAIJ,CAAC,GAAGE,EAAQK,EAAE,KAAK,IAAIN,EAAER,CAAC,GAAGU,EAAEE,EAAE,KAAKD,GAAGG,CAAC,CAAC,OAAAF,EAAE,MAAMA,EAAE,KAAKJ,EAAER,EAASY,CAAC,EAAE,WAAW,IAAI,CAAC,EAAE,CAAC,EAAE,CAACL,EAAEC,CAAC,EAAE,CAACA,EAAED,CAAC,EAAEmB,EAAa,CAAC,CAAC,CAAC,CAACH,GAAO,mBAAmB,CAACxB,EAAEC,IAAe,OAAOD,GAAlB,UAAgC,OAAOC,GAAlB,SAAoB,IAAMyB,GAAK1B,GAAG,EAAijH,IAAM4B,GAAcC,GAAGC,GAAG,EAAED,EAAE,EAAEC,CAAC,EAAQC,GAAaF,GAAGC,GAAGA,GAAG,GAAGD,EAAE,EAAEC,CAAC,EAAE,GAAG,EAAED,EAAE,GAAG,EAAEC,EAAE,GAAG,EAAQE,GAAaH,GAAGC,GAAG,KAAK,IAAIA,EAAED,CAAC,EAAQI,GAAaJ,GAAGC,GAAGA,EAAEA,IAAID,EAAE,GAAGC,EAAED,GAASK,GAAiBL,GAAG,CAAC,IAAMC,EAAEG,GAAaJ,CAAC,EAAE,OAAOA,IAAIA,GAAG,GAAG,EAAE,GAAGC,EAAED,CAAC,EAAE,IAAI,EAAE,KAAK,IAAI,EAAE,KAAKA,EAAE,EAAE,EAAE,EAAQM,GAAE,MAAYC,GAAE,EAAE,GAASC,GAAE,EAAE,GAASC,GAAE,GAAqB,IAAMC,GAAEC,GAAa,CAAC,EAAQC,GAAEC,GAAcH,EAAC,EAAQI,GAAEC,GAAaL,EAAC,EAAQM,GAAOC,GAAG,EAAE,KAAK,IAAI,KAAK,KAAKA,CAAC,CAAC,EAAQC,GAAEL,GAAcG,EAAM,EAAQG,GAAEJ,GAAaG,EAAC,EAAQE,GAAEC,GAAaC,EAAC,EAAQC,GAAEV,GAAcO,EAAC,EAAQI,GAAET,GAAaK,EAAC,EAAQK,GAAEC,GAAiBJ,EAAC,EAAQK,GAAE,KAAK,IAAUC,GAAE,MAAM,KAAWC,GAAE,MAAM,KAAWC,GAAUb,GAAG,CAAC,GAAOA,IAAJ,GAAWA,IAAJ,EAAM,OAAOA,EAAE,IAAMc,EAAEd,EAAEA,EAAE,OAAOA,EAAEe,GAAE,OAAOD,EAAEd,EAAEgB,GAAE,MAAMF,EAAE,IAAId,EAAE,IAAIA,EAAEiB,GAAEP,GAAEI,EAAEH,GAAEX,EAAEY,GAAE,KAAKZ,EAAEA,EAAE,MAAMA,EAAE,KAAK,EAAQkB,GAAEtB,GAAciB,EAAS,EAAo2I,IAAMM,GAASC,GAAGA,EAAQC,GAAgB,CAACD,EAAED,KAAW,CAACG,EAAE,EAAE,IAAI,CAAC,IAAMC,EAAE,EAAE,EAAQC,EAAE,EAAE,EAAEF,EAAE,IAAI,EAAEF,EAAE,KAAK,IAAIG,CAAC,CAAC,GAAG,OAAOA,GAAG,EAAE,EAAEC,EAAE,EAAEA,CAAC,EAAQC,GAAEJ,GAAgB,EAAQK,GAAEL,GAAgB,KAAK,IAAI,EAAknC,IAAMM,GAAK,CAACC,EAAEC,EAAE,IAAI,CAAC,IAAM,EAAEA,EAAED,EAAE,QAAQ,EAAEA,GAAG,EAAE,GAAG,EAAEA,CAAC,EAA4f,IAAME,GAAE,GAASC,GAAE,GAAGD,GAAE,GCSr6a,SAARE,EAA+BC,EAAM,CAAC,GAAK,CAAC,OAAAC,EAAO,OAAAC,EAAO,KAAAC,EAAK,KAAAC,EAAK,KAAAC,EAAK,cAAAC,EAAc,OAAAC,EAAO,MAAAC,CAAK,EAAER,EAAW,CAAC,KAAAS,EAAK,KAAAC,CAAI,EAAEN,EAAWO,EAAaC,GAAGC,GAAMD,CAAC,EAAE,QAAQ,EAAwCE,EAAW,uBAAuBX,CAAI,UAAUM,CAAI,KAAKC,CAAI,MAAMT,EAAO,IAAIW,GAAGD,EAAaC,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,IAAiCG,EAAQ,GAAOC,EAAQ,GAAUC,EAAchB,EAAO,CAAC,EAAqDA,EAAO,QAAQ,GAAGc,EAAQ,wBAAwBE,EAAc,0BAA0BD,EAAQ,IAAcf,EAAO,QAAQ,GAAGe,EAAQ,GAAKC,EAAchB,EAAO,CAAC,GAAQe,EAAQ,GAAO,IAAME,EAAW,CAAC,MAAM,QAAQ,SAAS,WAAW,QAAQ,OAAO,WAAW,SAAS,aAAa,SAAS,MAAM,OAAO,WAAWF,EAAQC,EAAcH,EAAW,WAAW,WAAW,EAAQK,EAAU,CAAC,qBAAqB,QAAQd,CAAI,MAAM,kBAAkB,QAAQA,CAAI,MAAM,eAAe,QAAQA,CAAI,KAAK,EAAQe,EAAc,CAAC,SAAS,WAAW,MAAM,CAAC,EAAwBC,EAAaC,EAAO,IAAI,EAAQC,EAAYD,EAAO,IAAI,EAAQE,EAASF,EAAO,IAAI,EAAQG,EAAYH,EAAO,CAAC,EAAQI,EAAWnB,EAAO,EAAE,OAAAoB,GAAkBC,GAAG,CAAC,GAAG,CAACP,EAAa,SAAS,CAACd,GAAQ,CAACD,EAAe,OAAWiB,EAAY,UAAU,OAAMA,EAAY,QAAQK,GAAGA,EAAEA,EAAEL,EAAY,QAAqE,IAAIM,IAAjDL,EAAS,UAAU,KAAK,EAAEI,EAAEJ,EAAS,UAA6BhB,EAAM,KAAKiB,EAAY,SAASI,GAAMJ,EAAY,QAAQK,GAAK,EAAEvB,EAAOkB,EAAY,OAAO,EAAKC,GAAYD,EAAY,QAAQK,GAAK,EAAE,CAACvB,EAAOkB,EAAY,OAAO,EAAEJ,EAAa,QAAQ,MAAM,UAAU,yBAAyBI,EAAY,OAAO,SAAaA,EAAY,QAAQK,GAAK,EAAEvB,EAAOkB,EAAY,OAAO,EAAEJ,EAAa,QAAQ,MAAM,UAAU,wBAAwBI,EAAY,OAAO,QAAQD,EAAS,QAAQI,CAAE,CAAC,EAAuBG,EAAM,MAAM,CAAC,MAAM,CAAC,aAAa7B,EAAO,SAAS,SAAS,GAAGkB,CAAa,EAAE,SAAS,CAAeY,EAAK,MAAM,CAAC,MAAMd,EAAW,IAAIG,EAAa,SAASN,CAAO,CAAC,EAAgBiB,EAAK,MAAM,CAAC,MAAM,CAAC,GAAGZ,EAAc,GAAGD,CAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAA2BpB,EAAc,aAAa,CAAC,OAAO,CAAC,OAAO,UAAU,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,GAAG,KAAK,EAAE,CAAC,EAAEA,EAAc,YAAY,iBAA2DkC,EAAoBlC,EAAc,CAAC,OAAO,CAAC,KAAKmC,EAAY,MAAM,MAAM,SAAS,QAAQ,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,EAAE,aAAanC,EAAc,aAAa,MAAM,EAAE,OAAO,CAAC,KAAKmC,EAAY,OAAO,MAAM,SAAS,IAAI,EAAE,IAAI,IAAI,eAAe,GAAK,KAAK,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,KAAK,OAAO,IAAI,EAAE,IAAI,KAAK,eAAe,GAAK,KAAK,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAY,OAAO,MAAM,OAAO,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,KAAK,IAAI,IAAI,EAAE,IAAI,IAAI,aAAa,EAAE,EAAE,KAAK,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,KAAK,IAAI,IAAI,EAAE,IAAI,IAAI,aAAa,EAAE,CAAC,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,QAAQ,MAAM,UAAU,aAAa,EAAK,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,IAAI,KAAK,IAAI,IAAI,aAAa,IAAI,MAAM,KAAK,KAAK,OAAO,OAAOlC,GAAO,CAACA,EAAM,aAAa,EAAE,MAAM,CAAC,KAAKkC,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,IAAI,aAAa,IAAI,KAAK,IAAI,eAAe,GAAK,KAAK,EAAE,OAAOlC,GAAO,CAACA,EAAM,aAAa,EAAE,KAAK,CAAC,KAAKkC,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,IAAI,IAAI,aAAa,EAAE,YAAY,mEAAmE,CAAC,CAAC,ECR1nF,IAAMC,GAAwBC,EAASC,CAAkB,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAmBL,EAASM,CAAa,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAS7B,EAAO,OAAa8B,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAKC,EAAM,MAAM,CAAC,GAAGH,EAAM,UAAUH,GAAgCG,EAAM,UAAU,SAASE,GAAMD,EAAuCR,GAAwBO,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,YAAY,WAAWC,EAAML,GAAgCE,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,oBAAoB,CAAE,EAAQC,GAAuB,CAACJ,EAAM9B,IAAe8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAE8B,EAAM,iBAAwB9B,EAAS,KAAK,GAAG,EAAUmC,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAzC,EAAQ,UAAA0C,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEtB,GAASM,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAtD,CAAQ,EAAEuD,GAAgB,CAAC,WAAA5D,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ2D,EAAiBtB,GAAuBJ,EAAM9B,CAAQ,EAAQyD,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQZ,IAAc,YAA6Ca,EAAsBC,GAAM,EAAQC,EAAsB,CAAapB,EAAS,EAAQqB,GAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,GAAY,CAAC,GAAGtB,GAA4CiB,EAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQrB,EAAS,QAAQ,GAAM,SAAsBoB,EAAKT,GAAW,CAAC,MAAMR,GAAY,SAAsBiB,EAAK5B,EAAO,IAAI,CAAC,GAAGsD,EAAU,GAAGI,EAAgB,UAAUgB,GAAGtE,GAAkB,GAAGkE,EAAsB,iBAAiBpB,EAAUM,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAInB,GAA6BoB,EAAK,MAAM,CAAC,GAAGhB,CAAK,EAAE,GAAG3C,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEiD,EAAYI,CAAc,EAAE,SAAsBgB,EAAM3E,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBgE,EAAiB,SAAS,YAAY,SAAS,CAACG,EAAY,GAAgBvC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWE,EAAS,CAAC,SAAsBF,EAAK5B,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,8CAA8C,0BAA0B,WAAW,EAAE,SAAS,2BAA2B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,KAAKX,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezB,EAAKiD,EAAK,CAAC,KAAKzB,EAAU,OAAO,YAAY,aAAa,GAAM,aAAa,GAAK,SAAsBxB,EAAK5B,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,QAAQ,iBAAiBgE,EAAiB,SAAS,YAAY,SAAsBpC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAK5B,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBgE,EAAiB,SAAS,sBAAsB,SAAsBpC,EAAK/B,EAAmB,CAAC,UAAU,iBAAiB,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,UAAU,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAKiD,EAAK,CAAC,KAAK,gBAAgB,OAAO,YAAY,SAAsBF,EAAM3E,EAAO,EAAE,CAAC,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,QAAQ,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4BAA4B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,WAAW,oFAAoF,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAcpC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWE,EAAS,CAAC,SAAsBF,EAAK5B,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gCAAsB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBgE,EAAiB,SAAS,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeW,EAAM3E,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,oEAAoE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,8HAA8H,EAAE,SAAS,CAAcpC,EAAK5B,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,2BAA2B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,WAAW,sFAAsF,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,8RAA8R,EAAE,SAAsBW,EAAM7E,GAAgB,CAAC,eAAee,GAAU,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,SAAS,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,gBAAgB,iBAAiBoD,EAAiB,SAAS,YAAY,kBAAkBlD,GAAmB,SAAS,CAAcc,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWE,EAAS,CAAC,SAAsBF,EAAK5B,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,uBAAuB,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,sBAAsB,0CAA0C,EAAE,SAAS,WAAI,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,MAAM,CAAC,gBAAgB,EAAE,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAKgD,EAAS,CAAC,sBAAsB,GAAK,SAAsBhD,EAAWE,EAAS,CAAC,SAAsBF,EAAK5B,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,uBAAuB,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,sBAAsB,0CAA0C,EAAE,SAAS,WAAI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,IAAI,MAAM,CAAC,gBAAgB,EAAE,iBAAiBgE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,kBAAkB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAK9B,GAAgB,CAAC,eAAeoB,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyBD,GAAY,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,GAAG,UAAU,2BAA2B,iBAAiB+C,EAAiB,SAAS,sBAAsB,MAAM,CAAC,QAAQ,EAAE,EAAE,SAAsBpC,EAAK1B,EAAc,CAAC,KAAK,CAAC,KAAK,GAAG,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,CAAC,qBAAqB,yBAAyB,eAAe,EAAE,KAAK,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,OAAO,EAAE,OAAO,IAAI,cAAc,GAAM,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6E,GAAI,CAAC,kFAAkF,gFAAgF,qRAAqR,sRAAsR,sKAAsK,6RAA6R,yGAAyG,0TAA0T,8KAA8K,wOAAwO,uQAAuQ,2SAA2S,4HAA4H,wkCAAwkC,+FAA+F,qHAAqH,ubAAub,GAAeA,GAAI,+bAA+b,EASr1eC,GAAgBC,GAAQtC,GAAUoC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,qBAAqB,gBAAgB,GAAM,MAAM,OAAO,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,+EAA+E,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGrF,GAAwB,GAAGM,GAAmB,GAAGqF,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECThkD,IAAMC,GAAYC,EAASC,CAAM,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAeL,EAASM,EAAS,EAAQC,GAAkBP,EAASQ,EAAY,EAAQC,GAAwBT,EAASU,CAAkB,EAAQC,GAAcX,EAASY,EAAQ,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,EAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,IAAI,EAAQE,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWX,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQY,EAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASrD,EAAasD,CAAQ,EAAQC,GAAwB,CAAC,iBAAiB,YAAY,cAAc,YAAY,qBAAqB,YAAY,iBAAiB,YAAY,cAAc,YAAY,iBAAiB,YAAY,cAAc,YAAY,qBAAqB,YAAY,iBAAiB,YAAY,cAAc,YAAY,QAAQ,YAAY,KAAK,YAAY,YAAY,YAAY,QAAQ,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUF,GAA6BE,EAAM,UAAU,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAM/C,IAAWA,EAAS,KAAK,GAAG,EAAE+C,EAAM,iBAAuBI,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAzD,EAAQ,UAAA0D,EAAU,GAAGC,CAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAAlE,CAAQ,EAAEmE,GAAgB,CAAC,WAAAxE,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuE,EAAiBlB,GAAuBH,EAAM/C,CAAQ,EAAO,CAAC,sBAAAqE,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAiBH,EAAsB,SAASI,KAAO,CAAC,GAAGb,GAAqB,MAAMA,EAAU,GAAGa,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQ,EAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASd,CAAW,EAAmCe,EAAa,IAAQf,IAAc,YAA6CgB,EAAsBC,GAAM,EAAQC,EAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,GAAY,CAAC,GAAGxB,GAA4CmB,EAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQvC,EAAS,QAAQ,GAAM,SAAsBsC,EAAKT,GAAW,CAAC,MAAMtB,GAAY,SAAsB6E,EAAMpG,GAAgB,CAAC,GAAG6E,EAAU,0BAA0BwB,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,uBAAuBD,GAAU,0BAA0BiF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAUgF,GAAG1F,GAAkB,GAAGoF,EAAsB,gBAAgBtB,EAAUK,CAAU,EAAE,wBAAwB,SAAS,mBAAmB,OAAO,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIZ,GAA6BqB,EAAK,MAAM,CAAC,gBAAgB,kBAAkB,GAAGjB,CAAK,EAAE,GAAG3D,EAAqB,CAAC,UAAU,CAAC,0BAA0BuF,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,MAAM,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,aAAa,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,aAAa,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,aAAa,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,oBAAoB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,aAAa,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,SAAS,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,SAAShF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,SAAS/E,EAAW,MAAS,EAAE,wBAAwB,SAAS,mBAAmB,SAAS,EAAE,UAAU,CAAC,0BAA0B+E,EAAe,UAAU,UAAUhF,EAAW,MAAS,EAAE,0BAA0BgF,EAAe,UAAU,UAAU/E,EAAW,MAAS,EAAE,wBAAwB,UAAU,mBAAmB,aAAa,CAAC,EAAEwD,EAAYE,CAAc,EAAE,SAAS,CAAcoB,EAAMpG,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,MAAM,KAAKD,GAAW,QAAQ4E,EAAe,UAAU,UAAU1E,EAAW,QAAQ,EAAE,iBAAiByD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuF,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQ0E,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAU1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQ0E,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAS1E,EAAW,SAAS,CAAC,CAAC,EAAEmD,EAAYE,CAAc,EAAE,SAAS,CAACY,EAAY,GAAgBtC,EAAKpD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKpD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBkF,EAAiB,SAAS,YAAY,SAASS,EAAa,GAAgBvC,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWE,EAAS,CAAC,SAAsBF,EAAKpD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,6CAA6C,EAAE,SAAsBoD,EAAKpD,EAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,oDAAoD,EAAE,SAAS,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,wBAAwB,EAAE,iBAAiBkF,EAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,2BAA2B,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEQ,EAAY,GAAgBtC,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,SAAS,iBAAiBkF,EAAiB,SAAS,YAAY,SAASS,EAAa,GAAgBvC,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBkF,EAAiB,SAAS,sBAAsB,SAAsB9B,EAAKvD,EAAO,CAAC,UAAU,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqG,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,IAAI,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,SAASvE,EAAW,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,mBAAmB,IAAI,KAAKD,GAAW,QAAQwE,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,sBAAsB,KAAK,IAAI,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,UAAU,QAAQuF,EAAe,UAAU,UAAUvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,QAAQ,QAAQsE,EAAe,UAAU,QAAQvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,QAAQtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASvE,EAAW,QAAQ,EAAE,QAAQuE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUvE,EAAW,SAAS,EAAE,QAAQuE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAsB1B,EAAKlD,GAAU,CAAC,UAAU,qBAAqB,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,KAAK,IAAI,UAAU,qBAAqB,UAAU,MAAM,QAAQ,YAAY,MAAM,OAAO,GAAGU,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,IAAI,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,SAASnE,EAAY,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,mBAAmB,IAAI,KAAKD,GAAW,QAAQoE,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,sBAAsB,KAAK,IAAI,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuF,EAAe,UAAU,SAASnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASnE,EAAY,QAAQ,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASnE,EAAY,SAAS,EAAE,QAAQmE,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAsB1B,EAAKlD,GAAU,CAAC,UAAU,qBAAqB,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAU,OAAO,SAAS,YAAY,KAAK,IAAI,UAAU,qBAAqB,UAAU,MAAM,QAAQ,YAAY,MAAM,OAAO,GAAGU,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,IAAI,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,UAAU,2BAA2B,wBAAwB,UAAU,mBAAmB,IAAI,KAAKS,GAAY,QAAQkE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,sBAAsB,KAAK,IAAI,MAAM,CAAC,qBAAqB,IAAI,EAAE,kBAAkBsB,EAAgC,UAAUtE,CAAkB,EAAE,GAAGtB,EAAqB,CAAC,UAAU,CAAC,wBAAwB,UAAU,QAAQuF,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,QAAQ,QAAQiE,EAAe,UAAU,QAAQ3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,QAAQtE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,QAAQtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQiE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQiE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQiE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQiE,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQiE,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,UAAUtE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQiE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,EAAE,kBAAkB2E,EAAgC,SAAStE,CAAkB,CAAC,CAAC,EAAE0C,EAAYE,CAAc,EAAE,SAAsB1B,EAAKlD,GAAU,CAAC,UAAU,qBAAqB,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,aAAa,SAAS,YAAY,KAAK,IAAI,UAAU,qBAAqB,UAAU,MAAM,QAAQ,YAAY,MAAM,OAAO,GAAGU,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,IAAI,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,SAAS5D,EAAY,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,mBAAmB,IAAI,KAAKD,GAAY,QAAQ6D,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,sBAAsB,KAAK,IAAI,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuF,EAAe,UAAU,SAAS5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU5D,EAAY,QAAQ,EAAE,QAAQ4D,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU5D,EAAY,SAAS,EAAE,QAAQ4D,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAsB1B,EAAKlD,GAAU,CAAC,UAAU,qBAAqB,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,KAAK,IAAI,UAAU,qBAAqB,UAAU,MAAM,QAAQ,YAAY,MAAM,OAAO,GAAGU,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAKkD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBlD,EAAKpD,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,IAAI,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,SAASzD,EAAY,QAAQ,EAAE,UAAU,0BAA0B,wBAAwB,SAAS,mBAAmB,IAAI,KAAKD,GAAY,QAAQ0D,EAAe,UAAU,SAAStE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,sBAAsB,KAAK,IAAI,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,UAAU,QAAQuF,EAAe,UAAU,UAAUzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAUzD,EAAY,QAAQ,EAAE,QAAQyD,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAASzD,EAAY,SAAS,EAAE,QAAQyD,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAsB1B,EAAKlD,GAAU,CAAC,UAAU,qBAAqB,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,KAAK,IAAI,UAAU,qBAAqB,UAAU,MAAM,QAAQ,YAAY,MAAM,OAAO,GAAGU,EAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAEgE,EAAYE,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBkF,EAAiB,SAAS,sBAAsB,SAAsB9B,EAAKhD,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUkF,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAKtD,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQqG,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,SAAS,KAAKS,GAAY,QAAQkE,EAAe,UAAU,UAAUtE,EAAW,QAAQ,EAAE,iBAAiBqD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,IAAI,EAAE,GAAGtE,EAAqB,CAAC,UAAU,CAAC,wBAAwB,SAAS,QAAQuF,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,UAAU,QAAQsE,EAAe,UAAU,UAAU3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,UAAUtE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,QAAQ,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,QAAQ,CAAC,EAAE,UAAU,CAAC,wBAAwB,SAAS,QAAQsE,EAAe,UAAU,SAAS3E,EAAW,SAAS,EAAE,QAAQ2E,EAAe,UAAU,SAAStE,EAAW,SAAS,CAAC,CAAC,EAAE+C,EAAYE,CAAc,EAAE,SAAsBoB,EAAMlG,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKiD,EAAS,CAAC,sBAAsB,GAAK,SAAsBjD,EAAWE,EAAS,CAAC,SAAsBF,EAAKpD,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,8CAA8C,0BAA0B,WAAW,EAAE,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,iBAAiBkF,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oBAAoB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAegB,EAAMlG,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKkD,EAAK,CAAC,KAAK,sCAAsC,SAAsBJ,EAAMlG,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,SAAS,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBkF,EAAiB,SAAS,sBAAsB,SAAsB9B,EAAK9C,EAAmB,CAAC,UAAU,YAAY,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,UAAU,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8C,EAAKpD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBkF,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB9B,EAAK5C,GAAS,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,eAAe,cAAc,cAAc,YAAY,SAAS,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKkD,EAAK,CAAC,KAAK,qCAAqC,SAAsBJ,EAAMlG,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,SAAS,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBkF,EAAiB,SAAS,sBAAsB,SAAsB9B,EAAK9C,EAAmB,CAAC,UAAU,WAAW,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,UAAU,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8C,EAAKpD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBkF,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB9B,EAAK5C,GAAS,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,eAAe,cAAc,cAAc,YAAY,SAAS,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4C,EAAKkD,EAAK,CAAC,KAAK,uCAAuC,SAAsBJ,EAAMlG,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,SAAS,iBAAiBkF,EAAiB,SAAS,YAAY,SAAS,CAAc9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBkF,EAAiB,SAAS,sBAAsB,SAAsB9B,EAAK9C,EAAmB,CAAC,UAAU,WAAW,OAAO,OAAO,UAAU,GAAG,GAAG,YAAY,SAAS,YAAY,UAAU,qBAAqB,MAAM,CAAC,OAAO,MAAM,EAAE,MAAM,OAAO,UAAU,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8C,EAAKpD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBkF,EAAiB,SAAS,YAAY,SAAsB9B,EAAKmD,EAA0B,CAAC,SAAsBnD,EAAKpD,EAAO,IAAI,CAAC,UAAU,yBAAyB,iBAAiBkF,EAAiB,SAAS,sBAAsB,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB9B,EAAK5C,GAAS,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,eAAe,cAAc,cAAc,YAAY,SAAS,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQiG,GAAI,CAAC,kFAAkF,gFAAgF,uQAAuQ,gRAAgR,8QAA8Q,qRAAqR,8IAA8I,uaAAua,qHAAqH,gRAAgR,gOAAgO,8UAA8U,0IAA0I,2KAA2K,6SAA6S,qRAAqR,oRAAoR,sWAAsW,wLAAwL,mUAAmU,wLAAwL,6sGAA6sG,sEAAsE,yPAAyP,qOAAqO,wFAAwF,qPAAqP,kOAAkO,8SAA8S,4SAA4S,oRAAoR,4oBAA4oB,wFAAwF,wFAAwF,4oBAA4oB,uFAAuF,4oBAA4oB,4oBAA4oB,mpBAAmpB,EASx4zDC,GAAgBC,GAAQ1C,GAAUwC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,OAAO,cAAc,UAAU,UAAU,cAAc,cAAc,qBAAqB,iBAAiB,iBAAiB,cAAc,cAAc,qBAAqB,iBAAiB,gBAAgB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG/G,GAAY,GAAGM,GAAe,GAAGE,GAAkB,GAAGE,GAAwB,GAAGE,EAAa,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT7mB,IAAMyG,GAAcC,EAASC,EAAQ,EAAQC,GAAcF,EAASG,EAAQ,EAAQC,GAAYJ,EAASK,CAAM,EAAQC,GAAyCC,GAA0BC,GAAOC,EAAO,GAAG,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASvB,EAAawB,CAAQ,EAAQC,GAAwB,CAAC,WAAW,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUF,GAA6BE,EAAM,UAAU,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMzB,IAAeyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAEyB,EAAM,iBAAwBzB,EAAS,KAAK,GAAG,EAAU6B,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,UAAAoC,EAAU,GAAGC,CAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA/C,CAAQ,EAAEgD,GAAgB,CAAC,WAAArD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBrB,GAAuBH,EAAMzB,CAAQ,EAAO,CAAC,sBAAAkD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAgBH,EAAsB,SAASI,KAAO,CAAC,GAAGhB,GAAqB,MAAMA,EAAU,GAAGgB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQjB,IAAc,YAA6CkB,GAAa,IAAQlB,IAAc,YAA6CmB,GAAsBC,GAAM,EAAQC,GAAsB,CAAC,EAAQC,GAAkBC,GAAqB,EAAE,OAAoB/C,EAAKgD,GAAY,CAAC,GAAG3B,GAA4CsB,GAAgB,SAAsB3C,EAAKC,GAAS,CAAC,QAAQjB,EAAS,QAAQ,GAAM,SAAsBgB,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsB2D,EAAM1E,GAAyC,CAAC,GAAGgD,EAAU,GAAGI,EAAgB,0BAA0BvC,GAAU,0BAA0BC,GAAW,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU6D,GAAGtE,GAAkB,GAAGiE,GAAsB,gBAAgBzB,EAAUK,CAAU,EAAE,wBAAwB,SAAS,mBAAmB,WAAW,iBAAiBQ,EAAiB,SAAS,YAAY,UAAU,GAAK,IAAIlB,GAA6BwB,EAAK,MAAM,CAAC,GAAGpB,CAAK,EAAE,GAAGrC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE0C,EAAYI,CAAc,EAAE,SAAS,CAAcqB,EAAMvE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcjC,EAAKtB,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBgB,EAAMvE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAACQ,EAAY,GAAgBzC,EAAKmD,EAAS,CAAC,sBAAsB,GAAK,SAAsBnD,EAAWE,EAAS,CAAC,SAAsBF,EAAKtB,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,OAAO,0BAA0B,QAAQ,sBAAsB,mDAAmD,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,MAAM,CAAC,wBAAwB,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAejC,EAAKtB,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBjC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKtB,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBuD,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAK9B,GAAS,CAAC,MAAM,qBAAqB,KAAK,CAAC,WAAW,+DAA+D,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,KAAK,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,UAAU,WAAW,OAAO,YAAY,GAAK,UAAU,GAAK,YAAY,GAAK,YAAY,GAAM,SAAS,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,YAAY,GAAM,WAAW,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAKtB,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBjC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKtB,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBuD,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAK5B,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUiE,EAAgB,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAMvE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcjC,EAAKqD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBrD,EAAKtB,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,SAAS,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBjC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKtB,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBuD,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAK1B,EAAO,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGQ,GAAqB,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE0C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEc,GAAa,GAAgB1C,EAAKqD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBrD,EAAKtB,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,SAAS,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBjC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKtB,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBuD,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAK1B,EAAO,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmE,EAAY,GAAgBzC,EAAKqD,EAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,aAAa,GAAM,SAAsBrD,EAAKtB,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,SAAS,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBjC,EAAKoD,EAA0B,CAAC,SAAsBpD,EAAKtB,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBuD,EAAiB,SAAS,sBAAsB,SAAsBjC,EAAK1B,EAAO,CAAC,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0B,EAAKtB,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,8EAA8E,yRAAyR,+QAA+Q,iRAAiR,qRAAqR,gHAAgH,kRAAkR,yGAAyG,0QAA0Q,wGAAwG,uRAAuR,0UAA0U,sMAAsM,8SAA8S,+GAA+G,i1DAAi1D,4GAA4G,mHAAmH,sFAAsF,2EAA2E,0GAA0G,0GAA0G,uGAAuG,kEAAkE,yiCAAyiC,EAShmgBC,GAAgBC,GAAQ3C,GAAUyC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,sBAAsBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,WAAW,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGvF,GAAc,GAAGG,GAAc,GAAGE,EAAW,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["fontStore", "fonts", "css", "className", "clamp", "t", "s", "e", "sanitize", "isString", "r", "n", "a", "createUnitType", "o", "c", "l", "i", "p", "u", "isColorString", "splitColor", "f", "m", "g", "h", "parseHex", "b", "d", "v", "y", "test", "analyse", "parse", "createTransformer", "convertNumbersToZero", "getAnimatableNone", "O", "j", "applyDefaultFilter", "F", "N", "e", "t", "n", "window", "createRenderStep", "s", "r", "o", "a", "c", "l", "f", "u", "startLoop", "d", "i", "processStep", "processFrame", "clamp", "t", "e", "d", "h", "m", "y", "g", "findSpring", "n", "o", "s", "r", "i", "u", "calcAngularFreq", "l", "p", "f", "approximateRoot", "v", "M", "x", "isSpringType", "getSpringOptions", "spring", "__rest", "zero", "createSpring", "reverseEasing", "t", "e", "mirrorEasing", "createExpoIn", "createBackIn", "createAnticipate", "T", "w", "A", "R", "F", "createExpoIn", "D", "reverseEasing", "j", "mirrorEasing", "circIn", "t", "q", "I", "P", "createBackIn", "T", "k", "E", "B", "createAnticipate", "C", "N", "U", "bounceOut", "e", "w", "A", "R", "z", "identity", "t", "createAttractor", "e", "s", "r", "G", "H", "wrap", "t", "e", "Q", "V", "ConicGradient", "props", "colors", "radius", "from", "axis", "blur", "shouldAnimate", "rotate", "speed", "xPos", "yPos", "colorToValue", "c", "Color", "background", "message", "isEmpty", "fallBackColor", "conicStyle", "blurStyle", "absoluteStyle", "transformRef", "pe", "initialTime", "prevTime", "rotationRef", "isNegative", "useAnimationFrame", "t", "delta", "wrap", "u", "p", "addPropertyControls", "ControlType", "UnderlineAnimationFonts", "getFonts", "Z5xwzpHRd_default", "MotionDivWithFX", "withFX", "motion", "ConicGradientFonts", "ConicGradient", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "text", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LjyafhK18", "vtAS7BpaZ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerOoxGOMLi6", "withCSS", "OoxGOMLi6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "Uga_CjWAY_default", "MotionDivWithFX", "withFX", "motion", "MenuItemsFonts", "XGFOSJGAX_default", "PlusAndCloseFonts", "hBn2HndQR_default", "UnderlineAnimationFonts", "Z5xwzpHRd_default", "MaterialFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "transition2", "transition3", "animation3", "animation4", "animation5", "transition4", "animation6", "animation7", "animation8", "transition5", "animation9", "animation10", "animation11", "transformTemplate1", "_", "t", "transition6", "animation12", "animation13", "transition7", "animation14", "animation15", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nudbpXYrr", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "k3C6KlFnd1cyy5z3", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "optimizeAppear", "cx", "RichText2", "Link", "ComponentViewportProvider", "optimizeAppearTransformTemplate", "css", "FramerTpvpqmlmO", "withCSS", "TpvpqmlmO_default", "addPropertyControls", "ControlType", "addFonts", "TimeDateFonts", "getFonts", "Time", "MenuDotsFonts", "E34lTlT6X_default", "ButtonFonts", "Uga_CjWAY_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "h8rI9Kvlz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "NpHfTSIfey2k9c8", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "Link", "css", "FramerWBCOx_6jf", "withCSS", "WBCOx_6jf_default", "addPropertyControls", "ControlType", "addFonts"]
}
