{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/i9GayUyuKzq5AZLIseXV/SlideShow.js", "ssg:https://framerusercontent.com/modules/eJfxNJ19VYO01z9cQk4F/9zymyaiLGIy3P4Iv41Xu/aJXipNHMz.js", "ssg:https://framerusercontent.com/modules/Xcs9hYbLdOXyL9Iam4Uf/lORPHdhjfhkoKcTdvM2P/COOiNkM4U-0.js", "ssg:https://framerusercontent.com/modules/Ik1iOY2Ob8O9bNujzs6P/6qysBOcCyVZ8cPgUE78X/nSoRVpcoy.js", "ssg:https://framerusercontent.com/modules/Xcs9hYbLdOXyL9Iam4Uf/lORPHdhjfhkoKcTdvM2P/COOiNkM4U.js", "ssg:https://framerusercontent.com/modules/XZ6IN7t12skV73s8h4UD/U0XKRsRGJb6Fa3cLWL99/KdRyozdv1-0.js", "ssg:https://framerusercontent.com/modules/XZ6IN7t12skV73s8h4UD/U0XKRsRGJb6Fa3cLWL99/KdRyozdv1.js", "ssg:https://framerusercontent.com/modules/fB15PWQ56WRUFfWt5VbP/QdqnPWo8IEkyKjjNmqvn/kEmjwEPqy.js", "ssg:https://framerusercontent.com/modules/OrJreGUbrtXKbE83z3wL/GJTUn3wonUJZ7tAApukS/OI1GJKb3G.js", "ssg:https://framerusercontent.com/modules/P7mlfblktYSxuj8LLBGe/5XifaieArMwgenszSjJ7/eVcAaTZXP.js", "ssg:https://framerusercontent.com/modules/o5BCSti8XowrzFDorux9/5jxcEW8RGIumFyIGlkUX/eVcAaTZXP.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (90417e1)\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}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as localizedValues from\"./aJXipNHMz-0.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={jwSjx2SAi:{hover:true,pressed:true},SMbyuNSXj:{hover:true,pressed:true}};const cycleOrder=[\"SMbyuNSXj\",\"jwSjx2SAi\",\"jXU9DH4nu\"];const serializationHash=\"framer-PBdxk\";const variantClassNames={jwSjx2SAi:\"framer-v-9hvp4x\",jXU9DH4nu:\"framer-v-10qhe9j\",SMbyuNSXj:\"framer-v-a0nfx9\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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={\"Variant 3\":\"jXU9DH4nu\",\"Web-Tablet\":\"SMbyuNSXj\",Mobile:\"jwSjx2SAi\"};const getProps=({click,fontSize,height,id,link,padding,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,D8bkGatFf:link!==null&&link!==void 0?link:props.D8bkGatFf,dEU4f9T7p:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.dEU4f9T7p)!==null&&_ref!==void 0?_ref:18,kAafiaHvG:(_ref1=title!==null&&title!==void 0?title:props.kAafiaHvG)!==null&&_ref1!==void 0?_ref1:\"\uC2E0\uCCAD\uD558\uAE30\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"SMbyuNSXj\",wpxNtudEN:(_ref3=padding!==null&&padding!==void 0?padding:props.wpxNtudEN)!==null&&_ref3!==void 0?_ref3:\"10px 20px 10px 20px\",wrzFcFfov:click!==null&&click!==void 0?click:props.wrzFcFfov};};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,D8bkGatFf,kAafiaHvG,dEU4f9T7p,wpxNtudEN,wrzFcFfov,dEU4f9T7pvvWeu0GHi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SMbyuNSXj\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap8q6myf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wrzFcFfov){const res=await wrzFcFfov(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"jXU9DH4nu\")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:transition1,children:/*#__PURE__*/_jsx(Link,{href:D8bkGatFf,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-a0nfx9\",className,classNames)} framer-19gxkt0`,\"data-framer-name\":\"Web-Tablet\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SMbyuNSXj\",onTap:onTap8q6myf,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"jwSjx2SAi-hover\":{\"data-framer-name\":undefined},\"jwSjx2SAi-pressed\":{\"data-framer-name\":undefined},\"SMbyuNSXj-hover\":{\"data-framer-name\":undefined},\"SMbyuNSXj-pressed\":{\"data-framer-name\":undefined},jwSjx2SAi:{\"data-framer-name\":\"Mobile\"},jXU9DH4nu:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.button,{className:\"framer-1z1lvg\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"J1fJAnvxd\",style:{\"--1euef3h\":numberToPixelString(wpxNtudEN),backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{\"jwSjx2SAi-hover\":{backgroundColor:\"rgb(34, 34, 34)\"},\"jwSjx2SAi-pressed\":{backgroundColor:\"rgb(128, 128, 128)\"},\"SMbyuNSXj-hover\":{backgroundColor:\"rgb(34, 34, 34)\"},\"SMbyuNSXj-pressed\":{backgroundColor:\"rgb(128, 128, 128)\"},jwSjx2SAi:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-aJXipNHMz) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\"},children:\"\uC2E0\uCCAD\uD558\uAE30\"})}),className:\"framer-o5t1ig\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"CuYfme6o5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-dEU4f9T7p-aJXipNHMz\":dEU4f9T7p,\"--variable-reference-dEU4f9T7p-vvWeu0GHi\":dEU4f9T7pvvWeu0GHi},text:kAafiaHvG,variants:{\"jwSjx2SAi-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"jwSjx2SAi-pressed\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"SMbyuNSXj-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"SMbyuNSXj-pressed\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},jXU9DH4nu:{\"--extracted-r6o4lv\":\"rgb(186, 186, 186)\",\"--variable-reference-dEU4f9T7p-vvWeu0GHi\":dEU4f9T7pvvWeu0GHi}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jwSjx2SAi-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-aJXipNHMz) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\uC2E0\uCCAD\uD558\uAE30\"})})},\"jwSjx2SAi-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-aJXipNHMz) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\uC2E0\uCCAD\uD558\uAE30\"})})},\"SMbyuNSXj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-aJXipNHMz) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\uC2E0\uCCAD\uD558\uAE30\"})})},\"SMbyuNSXj-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-aJXipNHMz) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\uC2E0\uCCAD\uD558\uAE30\"})})},jXU9DH4nu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dEU4f9T7p-vvWeu0GHi) * 1px)\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(186, 186, 186))\"},children:\"COMING SOON\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nl2wvq-container\",layoutDependency:layoutDependency,layoutId:\"hniGeFg_m-container\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"hniGeFg_m\",layoutId:\"hniGeFg_m\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"jwSjx2SAi-hover\":{color:\"rgb(255, 255, 255)\"},\"jwSjx2SAi-pressed\":{color:\"rgb(255, 255, 255)\"},\"SMbyuNSXj-hover\":{color:\"rgb(255, 255, 255)\"},\"SMbyuNSXj-pressed\":{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PBdxk.framer-19gxkt0, .framer-PBdxk .framer-19gxkt0 { display: block; }\",\".framer-PBdxk.framer-a0nfx9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 193px; }\",\".framer-PBdxk .framer-1z1lvg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: var(--1euef3h); position: relative; width: 100%; }\",\".framer-PBdxk .framer-o5t1ig { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-PBdxk .framer-nl2wvq-container { flex: none; height: 25px; position: relative; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PBdxk.framer-a0nfx9 { gap: 0px; } .framer-PBdxk.framer-a0nfx9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PBdxk.framer-a0nfx9 > :first-child { margin-top: 0px; } .framer-PBdxk.framer-a0nfx9 > :last-child { margin-bottom: 0px; } }\",\".framer-PBdxk.framer-v-9hvp4x .framer-nl2wvq-container { height: 20px; width: 20px; }\",\".framer-PBdxk.framer-v-a0nfx9.hover .framer-1z1lvg, .framer-PBdxk.framer-v-9hvp4x.hover .framer-1z1lvg { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 193\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jwSjx2SAi\":{\"layout\":[\"fixed\",\"fixed\"]},\"jXU9DH4nu\":{\"layout\":[\"fixed\",\"fixed\"]},\"h3Vkp0cZn\":{\"layout\":[\"fixed\",\"fixed\"]},\"mkprNLQJp\":{\"layout\":[\"fixed\",\"fixed\"]},\"YaOwIG4KW\":{\"layout\":[\"fixed\",\"fixed\"]},\"dS8JmWniS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"D8bkGatFf\":\"link\",\"kAafiaHvG\":\"title\",\"dEU4f9T7p\":\"fontSize\",\"wpxNtudEN\":\"padding\",\"wrzFcFfov\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraJXipNHMz=withCSS(Component,css,\"framer-PBdxk\");export default FrameraJXipNHMz;FrameraJXipNHMz.displayName=\"CTA Chinese\";FrameraJXipNHMz.defaultProps={height:54,width:193};addPropertyControls(FrameraJXipNHMz,{variant:{options:[\"SMbyuNSXj\",\"jwSjx2SAi\",\"jXU9DH4nu\"],optionTitles:[\"Web-Tablet\",\"Mobile\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},D8bkGatFf:{title:\"Link\",type:ControlType.Link},kAafiaHvG:{defaultValue:\"\uC2E0\uCCAD\uD558\uAE30\",displayTextArea:false,title:\"Title\",type:ControlType.String},dEU4f9T7p:{defaultValue:18,title:\"Font Size\",type:ControlType.Number},wpxNtudEN:{defaultValue:\"10px 20px 10px 20px\",title:\"Padding\",type:ControlType.Padding},wrzFcFfov:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameraJXipNHMz,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraJXipNHMz\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"D8bkGatFf\\\":\\\"link\\\",\\\"kAafiaHvG\\\":\\\"title\\\",\\\"dEU4f9T7p\\\":\\\"fontSize\\\",\\\"wpxNtudEN\\\":\\\"padding\\\",\\\"wrzFcFfov\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"193\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jwSjx2SAi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jXU9DH4nu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h3Vkp0cZn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mkprNLQJp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YaOwIG4KW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dS8JmWniS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"54\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aJXipNHMz.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"ABOUT US\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"ABOUT US\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"ABOUT US\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances traceability and transparency throughout the entire lifecycle of the product.\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances traceability and transparency throughout the entire lifecycle of the product.\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances traceability and transparency throughout the entire lifecycle of the product.\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances traceability and transparency throughout the entire lifecycle of the product.\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"It contributes to achieving global circular economy and carbon neutrality goals, and furthermore, it helps in the production and distribution of products that comply with ESG standards.\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"It contributes to achieving global circular economy and carbon neutrality goals, and furthermore, it helps in the production and distribution of products that comply with ESG standards.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as localizedValues from\"./nSoRVpcoy-0.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={rm0hkeZiZ:{hover:true},SSDobnm_a:{hover:true},XY3hOO4_f:{hover:true},yNsbQH43c:{hover:true}};const cycleOrder=[\"yNsbQH43c\",\"XY3hOO4_f\",\"XUobcM5tK\",\"rm0hkeZiZ\",\"SSDobnm_a\"];const serializationHash=\"framer-LP8ue\";const variantClassNames={rm0hkeZiZ:\"framer-v-15hbn2c\",SSDobnm_a:\"framer-v-19u0jes\",XUobcM5tK:\"framer-v-r4wfxx\",XY3hOO4_f:\"framer-v-1eyusxt\",yNsbQH43c:\"framer-v-aoc2lk\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};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={\"Closed-reversal \":\"rm0hkeZiZ\",\"non icon\":\"XUobcM5tK\",\"Open-reversal \":\"SSDobnm_a\",Closed:\"yNsbQH43c\",Open:\"XY3hOO4_f\"};const getProps=({click,click2,click3,cONTENT,contentFontSize,fontSize,height,id,padding,padding2,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,Cm8F7BJF9:click!==null&&click!==void 0?click:props.Cm8F7BJF9,dNUf36lEX:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.dNUf36lEX)!==null&&_ref!==void 0?_ref:50,e0tY18jv9:(_ref1=contentFontSize!==null&&contentFontSize!==void 0?contentFontSize:props.e0tY18jv9)!==null&&_ref1!==void 0?_ref1:14,Gi2Ypkuj_:(_ref2=cONTENT!==null&&cONTENT!==void 0?cONTENT:props.Gi2Ypkuj_)!==null&&_ref2!==void 0?_ref2:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",me9V4gChL:(_ref3=padding2!==null&&padding2!==void 0?padding2:props.me9V4gChL)!==null&&_ref3!==void 0?_ref3:\"40px 20px 40px 20px\",on_ehFLAA:(_ref4=padding!==null&&padding!==void 0?padding:props.on_ehFLAA)!==null&&_ref4!==void 0?_ref4:\"24px 20px 24px 20px\",sHTPaVWVI:click3!==null&&click3!==void 0?click3:props.sHTPaVWVI,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"yNsbQH43c\",xlZWjcMG2:(_ref6=title!==null&&title!==void 0?title:props.xlZWjcMG2)!==null&&_ref6!==void 0?_ref6:\"TRANSFORMATION\",zWsDJjVQM:click2!==null&&click2!==void 0?click2:props.zWsDJjVQM};};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,xlZWjcMG2,Gi2Ypkuj_,Cm8F7BJF9,zWsDJjVQM,sHTPaVWVI,dNUf36lEX,e0tY18jv9,on_ehFLAA,me9V4gChL,e0tY18jv9tiIsWeqFW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yNsbQH43c\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1jkke0v=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Cm8F7BJF9){const res=await Cm8F7BJF9(...args);if(res===false)return false;}if(zWsDJjVQM){const res=await zWsDJjVQM(...args);if(res===false)return false;}if(sHTPaVWVI){const res=await sHTPaVWVI(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"XUobcM5tK\")return false;return true;};const isDisplayed1=()=>{if([\"XY3hOO4_f-hover\",\"SSDobnm_a-hover\"].includes(gestureVariant))return true;if([\"XY3hOO4_f\",\"SSDobnm_a\"].includes(baseVariant))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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-aoc2lk\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yNsbQH43c\",onTap:onTap1jkke0v,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"rm0hkeZiZ-hover\":{backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"rm0hkeZiZ-hover\":{\"data-framer-name\":undefined},\"SSDobnm_a-hover\":{\"data-framer-name\":undefined},\"XY3hOO4_f-hover\":{\"data-framer-name\":undefined},\"yNsbQH43c-hover\":{\"data-framer-name\":undefined},rm0hkeZiZ:{\"data-framer-name\":\"Closed-reversal \"},SSDobnm_a:{\"data-framer-name\":\"Open-reversal \"},XUobcM5tK:{\"data-framer-name\":\"non icon\"},XY3hOO4_f:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17ajtyq\",\"data-framer-name\":\"Clickable\",layoutDependency:layoutDependency,layoutId:\"TQ2P1lN10\",style:{\"--1ym2ka8\":numberToPixelString(on_ehFLAA),backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{\"SSDobnm_a-hover\":{backgroundColor:\"rgb(0, 0, 0)\"},\"XY3hOO4_f-hover\":{backgroundColor:\"rgb(0, 0, 0)\"},\"yNsbQH43c-hover\":{backgroundColor:\"rgb(0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dNUf36lEX-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"TRANSFORMATION\"})}),className:\"framer-1prg2sn\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"WQjsjgZGH\",style:{\"--extracted-1of0zx5\":\"rgb(26, 26, 26)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-dNUf36lEX-nSoRVpcoy\":dNUf36lEX},text:xlZWjcMG2,variants:{\"rm0hkeZiZ-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},\"SSDobnm_a-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},\"XY3hOO4_f-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},\"yNsbQH43c-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"rm0hkeZiZ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dNUf36lEX-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TRANSFORMATION\"})})},\"SSDobnm_a-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dNUf36lEX-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TRANSFORMATION\"})})},\"XY3hOO4_f-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dNUf36lEX-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TRANSFORMATION\"})})},\"yNsbQH43c-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-dNUf36lEX-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TRANSFORMATION\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10enwpe-container\",layoutDependency:layoutDependency,layoutId:\"BKZXmQ1wE-container\",style:{rotate:0},variants:{rm0hkeZiZ:{rotate:180},SSDobnm_a:{rotate:360},XY3hOO4_f:{rotate:180}},children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"BKZXmQ1wE\",layoutId:\"BKZXmQ1wE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"rm0hkeZiZ-hover\":{color:\"rgb(255, 255, 255)\"},\"SSDobnm_a-hover\":{color:\"rgb(255, 255, 255)\"},\"XY3hOO4_f-hover\":{color:\"rgb(255, 255, 255)\"},\"yNsbQH43c-hover\":{color:\"rgb(255, 255, 255)\"},SSDobnm_a:{color:\"rgb(26, 26, 26)\"},XY3hOO4_f:{color:\"rgb(26, 26, 26)\"}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-104nzg2\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"FB3TzapnC\",style:{\"--t4zvor\":numberToPixelString(me9V4gChL)},children:isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"Pretendard Regular\", \"Pretendard Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-e0tY18jv9-tiIsWeqFW) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\"},children:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \"})}),className:\"framer-14zvhq9\",fonts:[\"CUSTOM;Pretendard Regular\"],layoutDependency:layoutDependency,layoutId:\"cP0fvbx5R\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"10px\",\"--variable-reference-e0tY18jv9-nSoRVpcoy\":e0tY18jv9,\"--variable-reference-e0tY18jv9-tiIsWeqFW\":e0tY18jv9tiIsWeqFW},text:Gi2Ypkuj_,variants:{XY3hOO4_f:{\"--variable-reference-e0tY18jv9-nSoRVpcoy\":e0tY18jv9}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SSDobnm_a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-e0tY18jv9-tiIsWeqFW) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\"},children:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},XY3hOO4_f:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-e0tY18jv9-nSoRVpcoy) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\"},children:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-frhanf\",layoutDependency:layoutDependency,layoutId:\"EcI6ocLDy\",style:{backgroundColor:\"rgb(110, 110, 110)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LP8ue.framer-1vr7srn, .framer-LP8ue .framer-1vr7srn { display: block; }\",\".framer-LP8ue.framer-aoc2lk { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 498px; }\",\".framer-LP8ue .framer-17ajtyq { 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: visible; padding: var(--1ym2ka8); position: relative; width: 100%; }\",\".framer-LP8ue .framer-1prg2sn { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LP8ue .framer-10enwpe-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-LP8ue .framer-104nzg2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: var(--t4zvor); position: relative; width: 100%; }\",\".framer-LP8ue .framer-14zvhq9 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LP8ue .framer-frhanf { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LP8ue .framer-17ajtyq, .framer-LP8ue .framer-104nzg2 { gap: 0px; } .framer-LP8ue .framer-17ajtyq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LP8ue .framer-17ajtyq > :first-child, .framer-LP8ue .framer-104nzg2 > :first-child { margin-left: 0px; } .framer-LP8ue .framer-17ajtyq > :last-child, .framer-LP8ue .framer-104nzg2 > :last-child { margin-right: 0px; } .framer-LP8ue .framer-104nzg2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-LP8ue.framer-v-1eyusxt.framer-aoc2lk { gap: 0px; justify-content: center; }\",\".framer-LP8ue.framer-v-1eyusxt .framer-17ajtyq, .framer-LP8ue.framer-v-19u0jes .framer-17ajtyq { order: 0; }\",\".framer-LP8ue.framer-v-1eyusxt .framer-104nzg2 { flex: none; height: min-content; order: 2; }\",\".framer-LP8ue.framer-v-1eyusxt .framer-frhanf, .framer-LP8ue.framer-v-19u0jes .framer-frhanf { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LP8ue.framer-v-1eyusxt.framer-aoc2lk { gap: 0px; } .framer-LP8ue.framer-v-1eyusxt.framer-aoc2lk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LP8ue.framer-v-1eyusxt.framer-aoc2lk > :first-child { margin-top: 0px; } .framer-LP8ue.framer-v-1eyusxt.framer-aoc2lk > :last-child { margin-bottom: 0px; } }\",\".framer-LP8ue.framer-v-r4wfxx.framer-aoc2lk { cursor: default; }\",\".framer-LP8ue.framer-v-19u0jes.framer-aoc2lk { height: 250px; }\",\".framer-LP8ue.framer-v-19u0jes .framer-104nzg2 { order: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 98\n * @framerIntrinsicWidth 498\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XY3hOO4_f\":{\"layout\":[\"fixed\",\"auto\"]},\"XUobcM5tK\":{\"layout\":[\"fixed\",\"auto\"]},\"rm0hkeZiZ\":{\"layout\":[\"fixed\",\"auto\"]},\"SSDobnm_a\":{\"layout\":[\"fixed\",\"fixed\"]},\"jmK4W0N5h\":{\"layout\":[\"fixed\",\"auto\"]},\"g9YmveVnN\":{\"layout\":[\"fixed\",\"auto\"]},\"V0FY3ZYYf\":{\"layout\":[\"fixed\",\"auto\"]},\"y44GX4Qnq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"xlZWjcMG2\":\"title\",\"Gi2Ypkuj_\":\"cONTENT\",\"Cm8F7BJF9\":\"click\",\"zWsDJjVQM\":\"click2\",\"sHTPaVWVI\":\"click3\",\"dNUf36lEX\":\"fontSize\",\"e0tY18jv9\":\"contentFontSize\",\"on_ehFLAA\":\"padding\",\"me9V4gChL\":\"padding2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernSoRVpcoy=withCSS(Component,css,\"framer-LP8ue\");export default FramernSoRVpcoy;FramernSoRVpcoy.displayName=\"Dropdown Chinese\";FramernSoRVpcoy.defaultProps={height:98,width:498};addPropertyControls(FramernSoRVpcoy,{variant:{options:[\"yNsbQH43c\",\"XY3hOO4_f\",\"XUobcM5tK\",\"rm0hkeZiZ\",\"SSDobnm_a\"],optionTitles:[\"Closed\",\"Open\",\"non icon\",\"Closed-reversal \",\"Open-reversal \"],title:\"Variant\",type:ControlType.Enum},xlZWjcMG2:{defaultValue:\"TRANSFORMATION\",displayTextArea:false,title:\"Title\",type:ControlType.String},Gi2Ypkuj_:{defaultValue:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",displayTextArea:false,title:\"CONTENT\",type:ControlType.String},Cm8F7BJF9:{title:\"Click\",type:ControlType.EventHandler},zWsDJjVQM:{title:\"Click 2\",type:ControlType.EventHandler},sHTPaVWVI:{title:\"Click 3\",type:ControlType.EventHandler},dNUf36lEX:{defaultValue:50,title:\"Font Size\",type:ControlType.Number},e0tY18jv9:{defaultValue:14,title:\"Content font size\",type:ControlType.Number},on_ehFLAA:{defaultValue:\"24px 20px 24px 20px\",title:\"Padding\",type:ControlType.Padding},me9V4gChL:{defaultValue:\"40px 20px 40px 20px\",title:\"Padding 2\",type:ControlType.Padding}});addFonts(FramernSoRVpcoy,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"},{family:\"Pretendard Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/FyvaBmQLI1A6sAVrXVhA1qjbVqs.woff2\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernSoRVpcoy\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XY3hOO4_f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XUobcM5tK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rm0hkeZiZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SSDobnm_a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jmK4W0N5h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g9YmveVnN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V0FY3ZYYf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y44GX4Qnq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"xlZWjcMG2\\\":\\\"title\\\",\\\"Gi2Ypkuj_\\\":\\\"cONTENT\\\",\\\"Cm8F7BJF9\\\":\\\"click\\\",\\\"zWsDJjVQM\\\":\\\"click2\\\",\\\"sHTPaVWVI\\\":\\\"click3\\\",\\\"dNUf36lEX\\\":\\\"fontSize\\\",\\\"e0tY18jv9\\\":\\\"contentFontSize\\\",\\\"on_ehFLAA\\\":\\\"padding\\\",\\\"me9V4gChL\\\":\\\"padding2\\\"}\",\"framerIntrinsicWidth\":\"498\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"98\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nSoRVpcoy.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./COOiNkM4U-0.js\";import Border from\"https://framerusercontent.com/modules/9ww7JpxCoaHZpiNCWTix/WjrzAnkgotF9Z0wGlJgP/jjuH7RoVV.js\";import HBorder from\"https://framerusercontent.com/modules/TyEdA0bMhGrzzoNz2fGo/9qB0Als7suEW8z7ZAaHh/M7iyItImj.js\";import DropdownChinese from\"https://framerusercontent.com/modules/Ik1iOY2Ob8O9bNujzs6P/6qysBOcCyVZ8cPgUE78X/nSoRVpcoy.js\";const HBorderFonts=getFonts(HBorder);const BorderFonts=getFonts(Border);const DropdownChineseFonts=getFonts(DropdownChinese);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"tYH5if2_y\",\"nrElTT4JF\",\"O93hS8maM\",\"EJS7r4qIm\",\"vnh9fKKns\",\"wtYfownuH\",\"VoK0FHncU\",\"oeJHLTE9O\",\"oSjav3Vmh\",\"UHCSW1MfU\",\"DVoxsw4S_\",\"RP7vsXtIO\",\"RpBmGlaHW\",\"ysOlLDrkc\",\"GmMynyHE8\",\"CS2wQq9YJ\"];const serializationHash=\"framer-yYmPs\";const variantClassNames={CS2wQq9YJ:\"framer-v-18t8mfn\",DVoxsw4S_:\"framer-v-1ivhzcx\",EJS7r4qIm:\"framer-v-19jh39k\",GmMynyHE8:\"framer-v-ruu3mx\",nrElTT4JF:\"framer-v-3f7c31\",O93hS8maM:\"framer-v-1wcx6ro\",oeJHLTE9O:\"framer-v-xpwz17\",oSjav3Vmh:\"framer-v-9d2odc\",RP7vsXtIO:\"framer-v-1sr6s9i\",RpBmGlaHW:\"framer-v-pzndfh\",tYH5if2_y:\"framer-v-z6lalc\",UHCSW1MfU:\"framer-v-gtmx4l\",vnh9fKKns:\"framer-v-1hivmni\",VoK0FHncU:\"framer-v-1ov5vse\",wtYfownuH:\"framer-v-evqrx7\",ysOlLDrkc:\"framer-v-1f6orxh\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,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-Together\":\"GmMynyHE8\",\"Mobile-Transparent\":\"ysOlLDrkc\",\"Mobile-Trust\":\"CS2wQq9YJ\",\"Tablet-Together\":\"DVoxsw4S_\",\"Tablet-Transformation\":\"UHCSW1MfU\",\"Tablet-Trust\":\"RP7vsXtIO\",\"Web-Together\":\"oeJHLTE9O\",\"Web-Transformation\":\"VoK0FHncU\",\"Web-Trust\":\"oSjav3Vmh\",Laptop:\"tYH5if2_y\",Mobile:\"RpBmGlaHW\",Tablet:\"vnh9fKKns\",Together:\"O93hS8maM\",Transformation:\"nrElTT4JF\",Trust:\"EJS7r4qIm\",Web:\"wtYfownuH\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tYH5if2_y\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tYH5if2_y\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Cm8F7BJF978g7a0=activeVariantCallback(async(...args)=>{setVariant(\"nrElTT4JF\");});const Cm8F7BJF9b7tntl=activeVariantCallback(async(...args)=>{setVariant(\"tYH5if2_y\");});const Cm8F7BJF91nrds7=activeVariantCallback(async(...args)=>{setVariant(\"UHCSW1MfU\");});const Cm8F7BJF9ltli3=activeVariantCallback(async(...args)=>{setVariant(\"VoK0FHncU\");});const Cm8F7BJF9q112j3=activeVariantCallback(async(...args)=>{setVariant(\"wtYfownuH\");});const Cm8F7BJF9gv2go4=activeVariantCallback(async(...args)=>{setVariant(\"vnh9fKKns\");});const Cm8F7BJF91b0nppj=activeVariantCallback(async(...args)=>{setVariant(\"CS2wQq9YJ\");});const Cm8F7BJF96lnjgn=activeVariantCallback(async(...args)=>{setVariant(\"RpBmGlaHW\");});const Cm8F7BJF91va14fs=activeVariantCallback(async(...args)=>{setVariant(\"O93hS8maM\");});const Cm8F7BJF94hqwzo=activeVariantCallback(async(...args)=>{setVariant(\"DVoxsw4S_\");});const Cm8F7BJF9kjgrw9=activeVariantCallback(async(...args)=>{setVariant(\"oeJHLTE9O\");});const Cm8F7BJF91hai8sp=activeVariantCallback(async(...args)=>{setVariant(\"ysOlLDrkc\");});const Cm8F7BJF91ity4yx=activeVariantCallback(async(...args)=>{setVariant(\"EJS7r4qIm\");});const Cm8F7BJF9191q7an=activeVariantCallback(async(...args)=>{setVariant(\"RP7vsXtIO\");});const Cm8F7BJF978goi4=activeVariantCallback(async(...args)=>{setVariant(\"oSjav3Vmh\");});const Cm8F7BJF91f1xcyd=activeVariantCallback(async(...args)=>{setVariant(\"GmMynyHE8\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"RpBmGlaHW\",\"ysOlLDrkc\",\"GmMynyHE8\",\"CS2wQq9YJ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"RpBmGlaHW\",\"ysOlLDrkc\",\"GmMynyHE8\",\"CS2wQq9YJ\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-z6lalc\",className,classNames),\"data-framer-name\":\"Laptop\",layoutDependency:layoutDependency,layoutId:\"tYH5if2_y\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CS2wQq9YJ:{\"data-framer-name\":\"Mobile-Trust\"},DVoxsw4S_:{\"data-framer-name\":\"Tablet-Together\"},EJS7r4qIm:{\"data-framer-name\":\"Trust\"},GmMynyHE8:{\"data-framer-name\":\"Mobile-Together\"},nrElTT4JF:{\"data-framer-name\":\"Transformation\"},O93hS8maM:{\"data-framer-name\":\"Together\"},oeJHLTE9O:{\"data-framer-name\":\"Web-Together\"},oSjav3Vmh:{\"data-framer-name\":\"Web-Trust\"},RP7vsXtIO:{\"data-framer-name\":\"Tablet-Trust\"},RpBmGlaHW:{\"data-framer-name\":\"Mobile\"},UHCSW1MfU:{\"data-framer-name\":\"Tablet-Transformation\"},vnh9fKKns:{\"data-framer-name\":\"Tablet\"},VoK0FHncU:{\"data-framer-name\":\"Web-Transformation\"},wtYfownuH:{\"data-framer-name\":\"Web\"},ysOlLDrkc:{\"data-framer-name\":\"Mobile-Transparent\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yaeh12\",layoutDependency:layoutDependency,layoutId:\"hHdFqsGg2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:2670,pixelWidth:1926,positionX:\"center\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg\",srcSet:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=1024 738w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=2048 1477w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg 1926w\"},className:\"framer-1byzys6\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"ygNNu2az4\",...addPropertyOverrides({CS2wQq9YJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+0+0)+0+157),pixelHeight:1920,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg\",srcSet:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg 1280w\"}},DVoxsw4S_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+0+0)),pixelHeight:1931,pixelWidth:1280,positionX:\"50%\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg\",srcSet:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg?scale-down-to=1024 678w,https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg 1280w\"}},EJS7r4qIm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:1920,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg\",srcSet:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg 1280w\"}},GmMynyHE8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+0+0)+0+157),pixelHeight:1931,pixelWidth:1280,positionX:\"50%\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg\",srcSet:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg?scale-down-to=1024 678w,https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg 1280w\"}},nrElTT4JF:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:4272,pixelWidth:2848,positionX:\"center\",positionY:\"bottom\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg\",srcSet:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg 2848w\"}},O93hS8maM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:1931,pixelWidth:1280,positionX:\"50%\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg\",srcSet:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg?scale-down-to=1024 678w,https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg 1280w\"}},oeJHLTE9O:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:1931,pixelWidth:1280,positionX:\"50%\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg\",srcSet:\"https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg?scale-down-to=1024 678w,https://framerusercontent.com/images/w7g1DDEf6xOlIckdwHmv22mnis.jpg 1280w\"}},oSjav3Vmh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:1920,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg\",srcSet:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg 1280w\"}},RP7vsXtIO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+0+0)),pixelHeight:1920,pixelWidth:1280,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg\",srcSet:\"https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DXtq0q87BFGvYxWFjtXPw1Q4.jpg 1280w\"}},RpBmGlaHW:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+0+0)+0+157),pixelHeight:2670,pixelWidth:1926,positionX:\"center\",positionY:\"top\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg\",srcSet:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=1024 738w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=2048 1477w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg 1926w\"}},UHCSW1MfU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+0+0)),pixelHeight:4272,pixelWidth:2848,positionX:\"center\",positionY:\"bottom\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg\",srcSet:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg 2848w\"}},vnh9fKKns:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+0+0)),pixelHeight:2670,pixelWidth:1926,positionX:\"center\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg\",srcSet:\"https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=1024 738w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg?scale-down-to=2048 1477w,https://framerusercontent.com/images/UorQZDzU52nQEFYroKs4XJbKp0k.jpg 1926w\"}},VoK0FHncU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+0+0)),pixelHeight:4272,pixelWidth:2848,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg\",srcSet:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg 2848w\"}},ysOlLDrkc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+0+0)+0+157),pixelHeight:4272,pixelWidth:2848,positionX:\"50%\",positionY:\"40%\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg\",srcSet:\"https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/IZ7YVUoMSdRE1iuSgw98bjAXZGQ.jpg 2848w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/2+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.34+0))/1)*1+0),...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+0+0)+0+156},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+0)},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+0+0)+0+156},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+0)},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+0+0)+0+156},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+0)},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/2+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(1+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0)*.4+0))/1)*1+0)},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+0+0)+0+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1omy5zq-container\",layoutDependency:layoutDependency,layoutId:\"jWFJ7CXdP-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"jWFJ7CXdP\",layoutId:\"jWFJ7CXdP\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bbvmfp\",layoutDependency:layoutDependency,layoutId:\"pKB1LW9mR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-167yzf4\",layoutDependency:layoutDependency,layoutId:\"SF6MhN4pv\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})}),className:\"framer-1pb589e\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"HHbpJyfsc\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CS2wQq9YJ:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},DVoxsw4S_:{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},GmMynyHE8:{children:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},oeJHLTE9O:{children:(_getLocalizedValue4=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},oSjav3Vmh:{children:(_getLocalizedValue5=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},RP7vsXtIO:{children:(_getLocalizedValue6=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},RpBmGlaHW:{children:(_getLocalizedValue7=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},UHCSW1MfU:{children:(_getLocalizedValue8=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},vnh9fKKns:{children:(_getLocalizedValue9=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},VoK0FHncU:{children:(_getLocalizedValue10=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},wtYfownuH:{children:(_getLocalizedValue11=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})},ysOlLDrkc:{children:(_getLocalizedValue12=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-axgrw6\",layoutDependency:layoutDependency,layoutId:\"VRzZ77eFQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})}),className:\"framer-r5sgps\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\"],layoutDependency:layoutDependency,layoutId:\"yX4pFoUXn\",style:{\"--extracted-1of0zx5\":\"rgb(26, 26, 26)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CS2wQq9YJ:{children:(_getLocalizedValue14=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},DVoxsw4S_:{children:(_getLocalizedValue15=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},GmMynyHE8:{children:(_getLocalizedValue16=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},oeJHLTE9O:{children:(_getLocalizedValue17=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},oSjav3Vmh:{children:(_getLocalizedValue18=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},RP7vsXtIO:{children:(_getLocalizedValue19=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},RpBmGlaHW:{children:(_getLocalizedValue20=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},UHCSW1MfU:{children:(_getLocalizedValue21=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},vnh9fKKns:{children:(_getLocalizedValue22=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},VoK0FHncU:{children:(_getLocalizedValue23=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},wtYfownuH:{children:(_getLocalizedValue24=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})},ysOlLDrkc:{children:(_getLocalizedValue25=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u63D0\u9AD8\u4E86\u4EA7\u54C1\u6574\u4E2A\u751F\u547D\u5468\u671F\u7684\u53EF\u8FFD\u6EAF\u6027\u548C\u900F\u660E\u5EA6\u3002\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})}),className:\"framer-13876l5\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"TilPOx8n_\",style:{\"--extracted-1of0zx5\":\"rgb(26, 26, 26)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CS2wQq9YJ:{children:(_getLocalizedValue27=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},DVoxsw4S_:{children:(_getLocalizedValue28=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},GmMynyHE8:{children:(_getLocalizedValue29=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},RP7vsXtIO:{children:(_getLocalizedValue30=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},RpBmGlaHW:{children:(_getLocalizedValue31=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},UHCSW1MfU:{children:(_getLocalizedValue32=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},vnh9fKKns:{children:(_getLocalizedValue33=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})},ysOlLDrkc:{children:(_getLocalizedValue34=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\u6211\u4EEC\u5E2E\u52A9\u751F\u4EA7\u548C\u5206\u9500\u7B26\u5408 ESG \u6807\u51C6\u7684\u4EA7\u54C1\uFF0C\u4E3A\u5168\u7403\u5FAA\u73AF\u7ECF\u6D4E\u548C\u78B3\u4E2D\u548C\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({CS2wQq9YJ:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+400+0)},GmMynyHE8:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+400+0)},RpBmGlaHW:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+400+0)},ysOlLDrkc:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+400+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14z0oyv-container\",layoutDependency:layoutDependency,layoutId:\"aDWKx3oQl-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"aDWKx3oQl\",layoutId:\"aDWKx3oQl\",style:{height:\"100%\",width:\"100%\"},variant:\"XzrWLZdK7\",width:\"100%\",...addPropertyOverrides({CS2wQq9YJ:{variant:\"TKKC2sAp9\"},GmMynyHE8:{variant:\"TKKC2sAp9\"},RpBmGlaHW:{variant:\"TKKC2sAp9\"},ysOlLDrkc:{variant:\"TKKC2sAp9\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2),...addPropertyOverrides({DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-820)/2)},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-820)/2)},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-820)/2)},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-820)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7skzv0-container\",layoutDependency:layoutDependency,layoutId:\"R__342W_k-container\",children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"R__342W_k\",layoutId:\"R__342W_k\",style:{width:\"100%\"},variant:\"nDpVR2bNF\",width:\"100%\",...addPropertyOverrides({DVoxsw4S_:{variant:\"JHVUah5hi\"},RP7vsXtIO:{variant:\"JHVUah5hi\"},UHCSW1MfU:{variant:\"JHVUah5hi\"},vnh9fKKns:{variant:\"JHVUah5hi\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k4rbmc\",\"data-framer-name\":\"Lists\",layoutDependency:layoutDependency,layoutId:\"UJWKKKDPP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ujvfiz\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"KqEt_elau\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+0,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+198},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+0},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+198},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+0},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+0},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+198},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+0},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+0},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+198}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yowh9c-container\",layoutDependency:layoutDependency,layoutId:\"bdfUJ5MEd-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF978g7a0,dNUf36lEX:50,e0tY18jv9:16,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"bdfUJ5MEd\",layoutId:\"bdfUJ5MEd\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"\u4FE1\u606F\u900F\u660E\u5EA6\",...addPropertyOverrides({CS2wQq9YJ:{Cm8F7BJF9:Cm8F7BJF96lnjgn,dNUf36lEX:28,Gi2Ypkuj_:\"CARE ID \u7684\u884C\u52A8\u662F\u5177\u4F53\u7684\u3002DPP \u6807\u7B7E\u4E8C\u7EF4\u7801\u8BA9\u6D88\u8D39\u8005\u770B\u5230\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u78B3\u8BA1\u7B97\u5668\u5E2E\u52A9\u6D88\u8D39\u8005\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u6211\u4EEC\u5C06\u4EA7\u54C1\u7684\u4EF7\u503C\u539F\u539F\u672C\u672C\u5730\u4F20\u8FBE\u7ED9\u6D88\u8D39\u8005\uFF0C\u52A0\u5F3A\u4E86\u4F01\u4E1A\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u5E2E\u52A9\u786E\u4FDD\u6BCF\u4E00\u4E2A\u9009\u62E9\u90FD\u662F\u8D1F\u8D23\u4EFB\u7684\u9009\u62E9\u3002\",variant:\"XY3hOO4_f\"},DVoxsw4S_:{Cm8F7BJF9:Cm8F7BJF91nrds7,dNUf36lEX:40},GmMynyHE8:{Cm8F7BJF9:Cm8F7BJF91b0nppj,dNUf36lEX:28},nrElTT4JF:{Cm8F7BJF9:Cm8F7BJF9b7tntl,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u6CE8\u91CD\u884C\u52A8\uFF0C\u800C\u975E\u7A7A\u8C08\u3002\u6211\u4EEC\u8DDF\u8E2A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u6E05\u695A\u5730\u5C55\u793A\u4ECE\u751F\u4EA7\u5230\u6D88\u8D39\u7684\u6BCF\u4E00\u4E2A\u6B65\u9AA4\u3002\u6D88\u8D39\u8005\u77E5\u9053\u4ED6\u4EEC\u7684\u4EA7\u54C1\u6765\u81EA\u54EA\u91CC\uFF0C\u662F\u5982\u4F55\u751F\u4EA7\u51FA\u6765\u7684\uFF0C\u800C\u4F01\u4E1A\u5219\u901A\u8FC7\u900F\u660E\u5316\u8D62\u5F97\u4FE1\u4EFB\u3002CARE ID \u8BA9\u4EBA\u4EEC\u505A\u51FA\u66F4\u597D\u7684\u9009\u62E9\uFF0C\u56E0\u4E3A\u6211\u4EEC\u76F8\u4FE1\uFF0C\u5FAE\u5C0F\u7684\u6539\u53D8\u53EF\u4EE5\u4EA7\u751F\u5DE8\u5927\u7684\u5F71\u54CD\u3002\",variant:\"XY3hOO4_f\"},oeJHLTE9O:{Cm8F7BJF9:Cm8F7BJF9ltli3,dNUf36lEX:60,e0tY18jv9:18},oSjav3Vmh:{Cm8F7BJF9:Cm8F7BJF9ltli3,dNUf36lEX:60,e0tY18jv9:18},RP7vsXtIO:{Cm8F7BJF9:Cm8F7BJF91nrds7,dNUf36lEX:40},RpBmGlaHW:{Cm8F7BJF9:Cm8F7BJF91b0nppj,dNUf36lEX:28},UHCSW1MfU:{Cm8F7BJF9:Cm8F7BJF9gv2go4,dNUf36lEX:40,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u6CE8\u91CD\u884C\u52A8\uFF0C\u800C\u975E\u7A7A\u8C08\u3002\u6211\u4EEC\u8DDF\u8E2A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u6E05\u695A\u5730\u5C55\u793A\u4ECE\u751F\u4EA7\u5230\u6D88\u8D39\u7684\u6BCF\u4E00\u4E2A\u6B65\u9AA4\u3002\u6D88\u8D39\u8005\u77E5\u9053\u4ED6\u4EEC\u7684\u4EA7\u54C1\u6765\u81EA\u54EA\u91CC\uFF0C\u662F\u5982\u4F55\u751F\u4EA7\u51FA\u6765\u7684\uFF0C\u800C\u4F01\u4E1A\u5219\u901A\u8FC7\u900F\u660E\u5316\u8D62\u5F97\u4FE1\u4EFB\u3002CARE ID \u8BA9\u4EBA\u4EEC\u505A\u51FA\u66F4\u597D\u7684\u9009\u62E9\uFF0C\u56E0\u4E3A\u6211\u4EEC\u76F8\u4FE1\uFF0C\u5FAE\u5C0F\u7684\u6539\u53D8\u53EF\u4EE5\u4EA7\u751F\u5DE8\u5927\u7684\u5F71\u54CD\u3002\",variant:\"XY3hOO4_f\"},vnh9fKKns:{Cm8F7BJF9:Cm8F7BJF91nrds7,dNUf36lEX:40},VoK0FHncU:{Cm8F7BJF9:Cm8F7BJF9q112j3,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u6CE8\u91CD\u884C\u52A8\uFF0C\u800C\u975E\u7A7A\u8C08\u3002\u6211\u4EEC\u8DDF\u8E2A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u6E05\u695A\u5730\u5C55\u793A\u4ECE\u751F\u4EA7\u5230\u6D88\u8D39\u7684\u6BCF\u4E00\u4E2A\u6B65\u9AA4\u3002\u6D88\u8D39\u8005\u77E5\u9053\u4ED6\u4EEC\u7684\u4EA7\u54C1\u6765\u81EA\u54EA\u91CC\uFF0C\u662F\u5982\u4F55\u751F\u4EA7\u51FA\u6765\u7684\uFF0C\u800C\u4F01\u4E1A\u5219\u901A\u8FC7\u900F\u660E\u5316\u8D62\u5F97\u4FE1\u4EFB\u3002CARE ID \u8BA9\u4EBA\u4EEC\u505A\u51FA\u66F4\u597D\u7684\u9009\u62E9\uFF0C\u56E0\u4E3A\u6211\u4EEC\u76F8\u4FE1\uFF0C\u5FAE\u5C0F\u7684\u6539\u53D8\u53EF\u4EE5\u4EA7\u751F\u5DE8\u5927\u7684\u5F71\u54CD\u3002\",variant:\"XY3hOO4_f\"},wtYfownuH:{Cm8F7BJF9:Cm8F7BJF9ltli3,dNUf36lEX:60},ysOlLDrkc:{Cm8F7BJF9:Cm8F7BJF91b0nppj,dNUf36lEX:28}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+98,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+197},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+98},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+197},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+98},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+98},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+197},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+98},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+98},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+197}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ly4ksu-container\",layoutDependency:layoutDependency,layoutId:\"r2YYO3Mlj-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"r2YYO3Mlj\",layoutId:\"r2YYO3Mlj\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({CS2wQq9YJ:{variant:\"TKKC2sAp9\"},DVoxsw4S_:{variant:\"OZRK2_H50\"},GmMynyHE8:{variant:\"TKKC2sAp9\"},RP7vsXtIO:{variant:\"OZRK2_H50\"},RpBmGlaHW:{variant:\"TKKC2sAp9\"},UHCSW1MfU:{variant:\"OZRK2_H50\"},vnh9fKKns:{variant:\"OZRK2_H50\"},ysOlLDrkc:{variant:\"TKKC2sAp9\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+99,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+0},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+99},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+0},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+99},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+99},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+0},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+99},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+99},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-159mwji-container\",layoutDependency:layoutDependency,layoutId:\"H_kRvl7uH-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF91va14fs,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"H_kRvl7uH\",layoutId:\"H_kRvl7uH\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"\u643A\u624B\",...addPropertyOverrides({CS2wQq9YJ:{Cm8F7BJF9:Cm8F7BJF91hai8sp,dNUf36lEX:28},DVoxsw4S_:{Cm8F7BJF9:Cm8F7BJF9gv2go4,dNUf36lEX:40,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u61A7\u61AC\u4E00\u4E2A\u7531\u54C1\u724C\u548C\u6D88\u8D39\u8005\u5171\u540C\u521B\u9020\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u4E16\u754C\u3002\u6211\u4EEC\u901A\u8FC7\u6211\u4EEC\u7684 DPP \u6807\u7B7E\u3001\u78B3\u8BA1\u7B97\u5668 API \u548C\u8FDE\u63A5\u5B83\u4EEC\u7684 SaaS \u6765\u4FC3\u8FDB\u73B0\u5B9E\u4E16\u754C\u7684\u53D8\u5316\u3002\u8FD9\u4F7F\u4F01\u4E1A\u80FD\u591F\u751F\u4EA7\u51FA\u66F4\u597D\u7684\u4EA7\u54C1\uFF0C\u4F7F\u6D88\u8D39\u8005\u80FD\u591F\u505A\u51FA\u503C\u5F97\u4FE1\u8D56\u7684\u9009\u62E9\u3002CARE ID \u662F\u60A8\u5B9E\u73B0\u53EF\u6301\u7EED\u672A\u6765\u7684\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},GmMynyHE8:{Cm8F7BJF9:Cm8F7BJF91hai8sp,dNUf36lEX:28},O93hS8maM:{Cm8F7BJF9:Cm8F7BJF9b7tntl,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u61A7\u61AC\u4E00\u4E2A\u7531\u54C1\u724C\u548C\u6D88\u8D39\u8005\u5171\u540C\u521B\u9020\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u4E16\u754C\u3002\u6211\u4EEC\u901A\u8FC7\u6211\u4EEC\u7684 DPP \u6807\u7B7E\u3001\u78B3\u8BA1\u7B97\u5668 API \u548C\u8FDE\u63A5\u5B83\u4EEC\u7684 SaaS \u6765\u4FC3\u8FDB\u73B0\u5B9E\u4E16\u754C\u7684\u53D8\u5316\u3002\u8FD9\u4F7F\u4F01\u4E1A\u80FD\u591F\u751F\u4EA7\u51FA\u66F4\u597D\u7684\u4EA7\u54C1\uFF0C\u4F7F\u6D88\u8D39\u8005\u80FD\u591F\u505A\u51FA\u503C\u5F97\u4FE1\u8D56\u7684\u9009\u62E9\u3002CARE ID \u662F\u60A8\u5B9E\u73B0\u53EF\u6301\u7EED\u672A\u6765\u7684\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},oeJHLTE9O:{Cm8F7BJF9:Cm8F7BJF9q112j3,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u61A7\u61AC\u4E00\u4E2A\u7531\u54C1\u724C\u548C\u6D88\u8D39\u8005\u5171\u540C\u521B\u9020\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u4E16\u754C\u3002\u6211\u4EEC\u901A\u8FC7\u6211\u4EEC\u7684 DPP \u6807\u7B7E\u3001\u78B3\u8BA1\u7B97\u5668 API \u548C\u8FDE\u63A5\u5B83\u4EEC\u7684 SaaS \u6765\u4FC3\u8FDB\u73B0\u5B9E\u4E16\u754C\u7684\u53D8\u5316\u3002\u8FD9\u4F7F\u4F01\u4E1A\u80FD\u591F\u751F\u4EA7\u51FA\u66F4\u597D\u7684\u4EA7\u54C1\uFF0C\u4F7F\u6D88\u8D39\u8005\u80FD\u591F\u505A\u51FA\u503C\u5F97\u4FE1\u8D56\u7684\u9009\u62E9\u3002CARE ID \u662F\u60A8\u5B9E\u73B0\u53EF\u6301\u7EED\u672A\u6765\u7684\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},oSjav3Vmh:{Cm8F7BJF9:Cm8F7BJF9kjgrw9,dNUf36lEX:60,e0tY18jv9:18},RP7vsXtIO:{Cm8F7BJF9:Cm8F7BJF94hqwzo,dNUf36lEX:40},RpBmGlaHW:{Cm8F7BJF9:Cm8F7BJF91hai8sp,dNUf36lEX:28},UHCSW1MfU:{Cm8F7BJF9:Cm8F7BJF94hqwzo,dNUf36lEX:40},vnh9fKKns:{Cm8F7BJF9:Cm8F7BJF94hqwzo,dNUf36lEX:40},VoK0FHncU:{Cm8F7BJF9:Cm8F7BJF9kjgrw9,dNUf36lEX:60},wtYfownuH:{Cm8F7BJF9:Cm8F7BJF9kjgrw9,dNUf36lEX:60},ysOlLDrkc:{Cm8F7BJF9:Cm8F7BJF96lnjgn,dNUf36lEX:28,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u6CE8\u91CD\u884C\u52A8\uFF0C\u800C\u975E\u7A7A\u8C08\u3002\u6211\u4EEC\u8DDF\u8E2A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u6E05\u695A\u5730\u5C55\u793A\u4ECE\u751F\u4EA7\u5230\u6D88\u8D39\u7684\u6BCF\u4E00\u4E2A\u6B65\u9AA4\u3002\u6D88\u8D39\u8005\u77E5\u9053\u4ED6\u4EEC\u7684\u4EA7\u54C1\u6765\u81EA\u54EA\u91CC\uFF0C\u662F\u5982\u4F55\u751F\u4EA7\u51FA\u6765\u7684\uFF0C\u800C\u4F01\u4E1A\u5219\u901A\u8FC7\u900F\u660E\u5316\u8D62\u5F97\u4FE1\u4EFB\u3002CARE ID \u8BA9\u4EBA\u4EEC\u505A\u51FA\u66F4\u597D\u7684\u9009\u62E9\uFF0C\u56E0\u4E3A\u6211\u4EEC\u76F8\u4FE1\uFF0C\u5FAE\u5C0F\u7684\u6539\u53D8\u53EF\u4EE5\u4EA7\u751F\u5DE8\u5927\u7684\u5F71\u54CD\u3002\",variant:\"XY3hOO4_f\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+197,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+98},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+197},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+98},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+197},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+197},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+98},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+197},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+197},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1191uc5-container\",layoutDependency:layoutDependency,layoutId:\"xnFri8y3S-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"xnFri8y3S\",layoutId:\"xnFri8y3S\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({CS2wQq9YJ:{variant:\"TKKC2sAp9\"},DVoxsw4S_:{variant:\"OZRK2_H50\"},GmMynyHE8:{variant:\"TKKC2sAp9\"},RP7vsXtIO:{variant:\"OZRK2_H50\"},RpBmGlaHW:{variant:\"TKKC2sAp9\"},UHCSW1MfU:{variant:\"OZRK2_H50\"},vnh9fKKns:{variant:\"OZRK2_H50\"},ysOlLDrkc:{variant:\"TKKC2sAp9\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+198,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+99},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+198},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+99},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+198},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+198},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+99},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+198},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+198},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+99}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hlqct0-container\",layoutDependency:layoutDependency,layoutId:\"xiHovSACg-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF91ity4yx,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"xiHovSACg\",layoutId:\"xiHovSACg\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"\u4FE1\u4EFB\",...addPropertyOverrides({CS2wQq9YJ:{Cm8F7BJF9:Cm8F7BJF91f1xcyd,dNUf36lEX:28},DVoxsw4S_:{Cm8F7BJF9:Cm8F7BJF9191q7an,dNUf36lEX:40},EJS7r4qIm:{Cm8F7BJF9:Cm8F7BJF9b7tntl,Gi2Ypkuj_:\"CARE ID \u7684\u884C\u52A8\u662F\u5177\u4F53\u7684\u3002DPP \u6807\u7B7E\u4E8C\u7EF4\u7801\u8BA9\u6D88\u8D39\u8005\u770B\u5230\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u78B3\u8BA1\u7B97\u5668\u5E2E\u52A9\u6D88\u8D39\u8005\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u6211\u4EEC\u5C06\u4EA7\u54C1\u7684\u4EF7\u503C\u539F\u539F\u672C\u672C\u5730\u4F20\u8FBE\u7ED9\u6D88\u8D39\u8005\uFF0C\u52A0\u5F3A\u4E86\u4F01\u4E1A\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u5E2E\u52A9\u786E\u4FDD\u6BCF\u4E00\u4E2A\u9009\u62E9\u90FD\u662F\u8D1F\u8D23\u4EFB\u7684\u9009\u62E9\u3002\",variant:\"XY3hOO4_f\"},GmMynyHE8:{Cm8F7BJF9:Cm8F7BJF96lnjgn,dNUf36lEX:28,Gi2Ypkuj_:\"\u5728 CARE ID\uFF0C\u6211\u4EEC\u61A7\u61AC\u4E00\u4E2A\u7531\u54C1\u724C\u548C\u6D88\u8D39\u8005\u5171\u540C\u521B\u9020\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u4E16\u754C\u3002\u6211\u4EEC\u901A\u8FC7\u6211\u4EEC\u7684 DPP \u6807\u7B7E\u3001\u78B3\u8BA1\u7B97\u5668 API \u548C\u8FDE\u63A5\u5B83\u4EEC\u7684 SaaS \u6765\u4FC3\u8FDB\u73B0\u5B9E\u4E16\u754C\u7684\u53D8\u5316\u3002\u8FD9\u4F7F\u4F01\u4E1A\u80FD\u591F\u751F\u4EA7\u51FA\u66F4\u597D\u7684\u4EA7\u54C1\uFF0C\u4F7F\u6D88\u8D39\u8005\u80FD\u591F\u505A\u51FA\u503C\u5F97\u4FE1\u8D56\u7684\u9009\u62E9\u3002CARE ID \u662F\u60A8\u5B9E\u73B0\u53EF\u6301\u7EED\u672A\u6765\u7684\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},oeJHLTE9O:{Cm8F7BJF9:Cm8F7BJF978goi4,dNUf36lEX:60,e0tY18jv9:18},oSjav3Vmh:{Cm8F7BJF9:Cm8F7BJF9q112j3,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"CARE ID \u7684\u884C\u52A8\u662F\u5177\u4F53\u7684\u3002DPP \u6807\u7B7E\u4E8C\u7EF4\u7801\u8BA9\u6D88\u8D39\u8005\u770B\u5230\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u78B3\u8BA1\u7B97\u5668\u5E2E\u52A9\u6D88\u8D39\u8005\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u6211\u4EEC\u5C06\u4EA7\u54C1\u7684\u4EF7\u503C\u539F\u539F\u672C\u672C\u5730\u4F20\u8FBE\u7ED9\u6D88\u8D39\u8005\uFF0C\u52A0\u5F3A\u4E86\u4F01\u4E1A\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u5E2E\u52A9\u786E\u4FDD\u6BCF\u4E00\u4E2A\u9009\u62E9\u90FD\u662F\u8D1F\u8D23\u4EFB\u7684\u9009\u62E9\u3002\",variant:\"XY3hOO4_f\"},RP7vsXtIO:{Cm8F7BJF9:Cm8F7BJF9gv2go4,dNUf36lEX:40,Gi2Ypkuj_:\"CARE ID \u7684\u884C\u52A8\u662F\u5177\u4F53\u7684\u3002DPP \u6807\u7B7E\u4E8C\u7EF4\u7801\u8BA9\u6D88\u8D39\u8005\u770B\u5230\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u78B3\u8BA1\u7B97\u5668\u5E2E\u52A9\u6D88\u8D39\u8005\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u6211\u4EEC\u5C06\u4EA7\u54C1\u7684\u4EF7\u503C\u539F\u539F\u672C\u672C\u5730\u4F20\u8FBE\u7ED9\u6D88\u8D39\u8005\uFF0C\u52A0\u5F3A\u4E86\u4F01\u4E1A\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u5E2E\u52A9\u786E\u4FDD\u6BCF\u4E00\u4E2A\u9009\u62E9\u90FD\u662F\u8D1F\u8D23\u4EFB\u7684\u9009\u62E9\u3002\",variant:\"XY3hOO4_f\"},RpBmGlaHW:{Cm8F7BJF9:Cm8F7BJF91f1xcyd,dNUf36lEX:28},UHCSW1MfU:{Cm8F7BJF9:Cm8F7BJF9191q7an,dNUf36lEX:40},vnh9fKKns:{Cm8F7BJF9:Cm8F7BJF9191q7an,dNUf36lEX:40},VoK0FHncU:{Cm8F7BJF9:Cm8F7BJF978goi4,dNUf36lEX:60},wtYfownuH:{Cm8F7BJF9:Cm8F7BJF978goi4,dNUf36lEX:60},ysOlLDrkc:{Cm8F7BJF9:Cm8F7BJF91f1xcyd,dNUf36lEX:28}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-297)/1)*1))/1*0)+0+296,...addPropertyOverrides({CS2wQq9YJ:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||857)-0-698)/2+401+0)+0+0+0+296},DVoxsw4S_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+296},GmMynyHE8:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+296},nrElTT4JF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(297+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.33))/1*0)+0+296},RP7vsXtIO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+296},RpBmGlaHW:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||632)-0-698)/2+401+0)+0+0+0+296},UHCSW1MfU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+296},vnh9fKKns:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-(297+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||580)-0)*1-0-297)/1)*1))/1*0)+0+296},ysOlLDrkc:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||839)-0-698)/2+401+0)+0+0+0+296}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-oud542-container\",layoutDependency:layoutDependency,layoutId:\"uNiE5uIhn-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"uNiE5uIhn\",layoutId:\"uNiE5uIhn\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({CS2wQq9YJ:{variant:\"TKKC2sAp9\"},DVoxsw4S_:{variant:\"OZRK2_H50\"},GmMynyHE8:{variant:\"TKKC2sAp9\"},RP7vsXtIO:{variant:\"OZRK2_H50\"},RpBmGlaHW:{variant:\"TKKC2sAp9\"},UHCSW1MfU:{variant:\"OZRK2_H50\"},vnh9fKKns:{variant:\"OZRK2_H50\"},ysOlLDrkc:{variant:\"TKKC2sAp9\"}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gadyw5\",layoutDependency:layoutDependency,layoutId:\"GOaT6Zb0m\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yYmPs.framer-17mlolc, .framer-yYmPs .framer-17mlolc { display: block; }\",\".framer-yYmPs.framer-z6lalc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1198px; }\",\".framer-yYmPs .framer-yaeh12 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 33%; }\",\".framer-yYmPs .framer-1byzys6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yYmPs .framer-1omy5zq-container, .framer-yYmPs .framer-1ly4ksu-container, .framer-yYmPs .framer-1191uc5-container, .framer-yYmPs .framer-oud542-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-yYmPs .framer-bbvmfp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 34%; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-yYmPs .framer-167yzf4 { 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: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-yYmPs .framer-1pb589e { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-yYmPs .framer-axgrw6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yYmPs .framer-r5sgps, .framer-yYmPs .framer-13876l5 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yYmPs .framer-14z0oyv-container { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\".framer-yYmPs .framer-7skzv0-container { flex: none; height: auto; position: relative; width: 1px; }\",\".framer-yYmPs .framer-k4rbmc { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 0px; position: relative; width: 1px; }\",\".framer-yYmPs .framer-1ujvfiz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yYmPs .framer-1yowh9c-container, .framer-yYmPs .framer-159mwji-container, .framer-yYmPs .framer-hlqct0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-yYmPs .framer-gadyw5 { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yYmPs.framer-z6lalc, .framer-yYmPs .framer-yaeh12, .framer-yYmPs .framer-1byzys6, .framer-yYmPs .framer-167yzf4, .framer-yYmPs .framer-axgrw6, .framer-yYmPs .framer-1ujvfiz { gap: 0px; } .framer-yYmPs.framer-z6lalc > *, .framer-yYmPs .framer-1byzys6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-yYmPs.framer-z6lalc > :first-child, .framer-yYmPs .framer-1byzys6 > :first-child, .framer-yYmPs .framer-167yzf4 > :first-child { margin-left: 0px; } .framer-yYmPs.framer-z6lalc > :last-child, .framer-yYmPs .framer-1byzys6 > :last-child, .framer-yYmPs .framer-167yzf4 > :last-child { margin-right: 0px; } .framer-yYmPs .framer-yaeh12 > *, .framer-yYmPs .framer-1ujvfiz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yYmPs .framer-yaeh12 > :first-child, .framer-yYmPs .framer-axgrw6 > :first-child, .framer-yYmPs .framer-1ujvfiz > :first-child { margin-top: 0px; } .framer-yYmPs .framer-yaeh12 > :last-child, .framer-yYmPs .framer-axgrw6 > :last-child, .framer-yYmPs .framer-1ujvfiz > :last-child { margin-bottom: 0px; } .framer-yYmPs .framer-167yzf4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-yYmPs .framer-axgrw6 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-yYmPs.framer-v-3f7c31 .framer-gadyw5 { flex: none; height: 33%; }\",\".framer-yYmPs.framer-v-1hivmni.framer-z6lalc, .framer-yYmPs.framer-v-gtmx4l.framer-z6lalc, .framer-yYmPs.framer-v-1ivhzcx.framer-z6lalc, .framer-yYmPs.framer-v-1sr6s9i.framer-z6lalc { width: 808px; }\",\".framer-yYmPs.framer-v-1hivmni .framer-bbvmfp, .framer-yYmPs.framer-v-gtmx4l .framer-bbvmfp, .framer-yYmPs.framer-v-1ivhzcx .framer-bbvmfp, .framer-yYmPs.framer-v-1sr6s9i .framer-bbvmfp { height: 40%; padding: 10px; }\",\".framer-yYmPs.framer-v-evqrx7.framer-z6lalc, .framer-yYmPs.framer-v-1ov5vse.framer-z6lalc, .framer-yYmPs.framer-v-xpwz17.framer-z6lalc, .framer-yYmPs.framer-v-9d2odc.framer-z6lalc { width: 1918px; }\",\".framer-yYmPs.framer-v-evqrx7 .framer-bbvmfp, .framer-yYmPs.framer-v-1ov5vse .framer-bbvmfp, .framer-yYmPs.framer-v-xpwz17 .framer-bbvmfp, .framer-yYmPs.framer-v-9d2odc .framer-bbvmfp { padding: 30px; }\",\".framer-yYmPs.framer-v-pzndfh.framer-z6lalc, .framer-yYmPs.framer-v-1f6orxh.framer-z6lalc, .framer-yYmPs.framer-v-ruu3mx.framer-z6lalc, .framer-yYmPs.framer-v-18t8mfn.framer-z6lalc { flex-direction: column; width: 390px; }\",\".framer-yYmPs.framer-v-pzndfh .framer-yaeh12, .framer-yYmPs.framer-v-1f6orxh .framer-yaeh12, .framer-yYmPs.framer-v-ruu3mx .framer-yaeh12, .framer-yYmPs.framer-v-18t8mfn .framer-yaeh12 { align-self: unset; height: 400px; width: 100%; }\",\".framer-yYmPs.framer-v-pzndfh .framer-1byzys6, .framer-yYmPs.framer-v-pzndfh .framer-hlqct0-container, .framer-yYmPs.framer-v-1f6orxh .framer-1byzys6, .framer-yYmPs.framer-v-1f6orxh .framer-hlqct0-container, .framer-yYmPs.framer-v-ruu3mx .framer-1byzys6, .framer-yYmPs.framer-v-ruu3mx .framer-hlqct0-container, .framer-yYmPs.framer-v-18t8mfn .framer-1byzys6, .framer-yYmPs.framer-v-18t8mfn .framer-hlqct0-container { order: 2; }\",\".framer-yYmPs.framer-v-pzndfh .framer-1omy5zq-container, .framer-yYmPs.framer-v-pzndfh .framer-1191uc5-container, .framer-yYmPs.framer-v-1f6orxh .framer-1omy5zq-container, .framer-yYmPs.framer-v-1f6orxh .framer-1191uc5-container, .framer-yYmPs.framer-v-ruu3mx .framer-1omy5zq-container, .framer-yYmPs.framer-v-ruu3mx .framer-1191uc5-container, .framer-yYmPs.framer-v-18t8mfn .framer-1omy5zq-container, .framer-yYmPs.framer-v-18t8mfn .framer-1191uc5-container { order: 1; }\",\".framer-yYmPs.framer-v-pzndfh .framer-bbvmfp, .framer-yYmPs.framer-v-1f6orxh .framer-bbvmfp, .framer-yYmPs.framer-v-ruu3mx .framer-bbvmfp, .framer-yYmPs.framer-v-18t8mfn .framer-bbvmfp { gap: 40px; height: min-content; justify-content: center; order: 0; padding: 20px 10px 20px 10px; }\",\".framer-yYmPs.framer-v-pzndfh .framer-167yzf4, .framer-yYmPs.framer-v-1f6orxh .framer-167yzf4, .framer-yYmPs.framer-v-ruu3mx .framer-167yzf4, .framer-yYmPs.framer-v-18t8mfn .framer-167yzf4 { padding: 8px 10px 8px 10px; }\",\".framer-yYmPs.framer-v-pzndfh .framer-14z0oyv-container, .framer-yYmPs.framer-v-1f6orxh .framer-14z0oyv-container, .framer-yYmPs.framer-v-ruu3mx .framer-14z0oyv-container, .framer-yYmPs.framer-v-18t8mfn .framer-14z0oyv-container { flex: none; width: 100%; }\",\".framer-yYmPs.framer-v-pzndfh .framer-k4rbmc, .framer-yYmPs.framer-v-1f6orxh .framer-k4rbmc, .framer-yYmPs.framer-v-ruu3mx .framer-k4rbmc, .framer-yYmPs.framer-v-18t8mfn .framer-k4rbmc { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; width: 100%; }\",\".framer-yYmPs.framer-v-pzndfh .framer-1yowh9c-container, .framer-yYmPs.framer-v-1f6orxh .framer-1yowh9c-container, .framer-yYmPs.framer-v-ruu3mx .framer-1yowh9c-container, .framer-yYmPs.framer-v-18t8mfn .framer-1yowh9c-container { order: 4; }\",\".framer-yYmPs.framer-v-pzndfh .framer-1ly4ksu-container, .framer-yYmPs.framer-v-1f6orxh .framer-1ly4ksu-container, .framer-yYmPs.framer-v-ruu3mx .framer-1ly4ksu-container, .framer-yYmPs.framer-v-18t8mfn .framer-1ly4ksu-container { order: 3; }\",\".framer-yYmPs.framer-v-pzndfh .framer-159mwji-container, .framer-yYmPs.framer-v-1f6orxh .framer-159mwji-container, .framer-yYmPs.framer-v-ruu3mx .framer-159mwji-container, .framer-yYmPs.framer-v-18t8mfn .framer-159mwji-container { order: 0; }\",\".framer-yYmPs.framer-v-pzndfh .framer-oud542-container, .framer-yYmPs.framer-v-1f6orxh .framer-oud542-container, .framer-yYmPs.framer-v-ruu3mx .framer-oud542-container, .framer-yYmPs.framer-v-18t8mfn .framer-oud542-container { order: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yYmPs.framer-v-pzndfh.framer-z6lalc, .framer-yYmPs.framer-v-pzndfh .framer-bbvmfp, .framer-yYmPs.framer-v-pzndfh .framer-k4rbmc { gap: 0px; } .framer-yYmPs.framer-v-pzndfh.framer-z6lalc > *, .framer-yYmPs.framer-v-pzndfh .framer-k4rbmc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yYmPs.framer-v-pzndfh.framer-z6lalc > :first-child, .framer-yYmPs.framer-v-pzndfh .framer-bbvmfp > :first-child, .framer-yYmPs.framer-v-pzndfh .framer-k4rbmc > :first-child { margin-top: 0px; } .framer-yYmPs.framer-v-pzndfh.framer-z6lalc > :last-child, .framer-yYmPs.framer-v-pzndfh .framer-bbvmfp > :last-child, .framer-yYmPs.framer-v-pzndfh .framer-k4rbmc > :last-child { margin-bottom: 0px; } .framer-yYmPs.framer-v-pzndfh .framer-bbvmfp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yYmPs.framer-v-1f6orxh.framer-z6lalc, .framer-yYmPs.framer-v-1f6orxh .framer-bbvmfp, .framer-yYmPs.framer-v-1f6orxh .framer-k4rbmc { gap: 0px; } .framer-yYmPs.framer-v-1f6orxh.framer-z6lalc > *, .framer-yYmPs.framer-v-1f6orxh .framer-k4rbmc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yYmPs.framer-v-1f6orxh.framer-z6lalc > :first-child, .framer-yYmPs.framer-v-1f6orxh .framer-bbvmfp > :first-child, .framer-yYmPs.framer-v-1f6orxh .framer-k4rbmc > :first-child { margin-top: 0px; } .framer-yYmPs.framer-v-1f6orxh.framer-z6lalc > :last-child, .framer-yYmPs.framer-v-1f6orxh .framer-bbvmfp > :last-child, .framer-yYmPs.framer-v-1f6orxh .framer-k4rbmc > :last-child { margin-bottom: 0px; } .framer-yYmPs.framer-v-1f6orxh .framer-bbvmfp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yYmPs.framer-v-ruu3mx.framer-z6lalc, .framer-yYmPs.framer-v-ruu3mx .framer-bbvmfp, .framer-yYmPs.framer-v-ruu3mx .framer-k4rbmc { gap: 0px; } .framer-yYmPs.framer-v-ruu3mx.framer-z6lalc > *, .framer-yYmPs.framer-v-ruu3mx .framer-k4rbmc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yYmPs.framer-v-ruu3mx.framer-z6lalc > :first-child, .framer-yYmPs.framer-v-ruu3mx .framer-bbvmfp > :first-child, .framer-yYmPs.framer-v-ruu3mx .framer-k4rbmc > :first-child { margin-top: 0px; } .framer-yYmPs.framer-v-ruu3mx.framer-z6lalc > :last-child, .framer-yYmPs.framer-v-ruu3mx .framer-bbvmfp > :last-child, .framer-yYmPs.framer-v-ruu3mx .framer-k4rbmc > :last-child { margin-bottom: 0px; } .framer-yYmPs.framer-v-ruu3mx .framer-bbvmfp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yYmPs.framer-v-18t8mfn.framer-z6lalc, .framer-yYmPs.framer-v-18t8mfn .framer-bbvmfp, .framer-yYmPs.framer-v-18t8mfn .framer-k4rbmc { gap: 0px; } .framer-yYmPs.framer-v-18t8mfn.framer-z6lalc > *, .framer-yYmPs.framer-v-18t8mfn .framer-k4rbmc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yYmPs.framer-v-18t8mfn.framer-z6lalc > :first-child, .framer-yYmPs.framer-v-18t8mfn .framer-bbvmfp > :first-child, .framer-yYmPs.framer-v-18t8mfn .framer-k4rbmc > :first-child { margin-top: 0px; } .framer-yYmPs.framer-v-18t8mfn.framer-z6lalc > :last-child, .framer-yYmPs.framer-v-18t8mfn .framer-bbvmfp > :last-child, .framer-yYmPs.framer-v-18t8mfn .framer-k4rbmc > :last-child { margin-bottom: 0px; } .framer-yYmPs.framer-v-18t8mfn .framer-bbvmfp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 700\n * @framerIntrinsicWidth 1198\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nrElTT4JF\":{\"layout\":[\"fixed\",\"auto\"]},\"O93hS8maM\":{\"layout\":[\"fixed\",\"auto\"]},\"EJS7r4qIm\":{\"layout\":[\"fixed\",\"auto\"]},\"vnh9fKKns\":{\"layout\":[\"fixed\",\"auto\"]},\"wtYfownuH\":{\"layout\":[\"fixed\",\"auto\"]},\"VoK0FHncU\":{\"layout\":[\"fixed\",\"auto\"]},\"oeJHLTE9O\":{\"layout\":[\"fixed\",\"auto\"]},\"oSjav3Vmh\":{\"layout\":[\"fixed\",\"auto\"]},\"UHCSW1MfU\":{\"layout\":[\"fixed\",\"auto\"]},\"DVoxsw4S_\":{\"layout\":[\"fixed\",\"auto\"]},\"RP7vsXtIO\":{\"layout\":[\"fixed\",\"auto\"]},\"RpBmGlaHW\":{\"layout\":[\"fixed\",\"auto\"]},\"ysOlLDrkc\":{\"layout\":[\"fixed\",\"auto\"]},\"GmMynyHE8\":{\"layout\":[\"fixed\",\"auto\"]},\"CS2wQq9YJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCOOiNkM4U=withCSS(Component,css,\"framer-yYmPs\");export default FramerCOOiNkM4U;FramerCOOiNkM4U.displayName=\"About us Chinese\";FramerCOOiNkM4U.defaultProps={height:700,width:1198};addPropertyControls(FramerCOOiNkM4U,{variant:{options:[\"tYH5if2_y\",\"nrElTT4JF\",\"O93hS8maM\",\"EJS7r4qIm\",\"vnh9fKKns\",\"wtYfownuH\",\"VoK0FHncU\",\"oeJHLTE9O\",\"oSjav3Vmh\",\"UHCSW1MfU\",\"DVoxsw4S_\",\"RP7vsXtIO\",\"RpBmGlaHW\",\"ysOlLDrkc\",\"GmMynyHE8\",\"CS2wQq9YJ\"],optionTitles:[\"Laptop\",\"Transformation\",\"Together\",\"Trust\",\"Tablet\",\"Web\",\"Web-Transformation\",\"Web-Together\",\"Web-Trust\",\"Tablet-Transformation\",\"Tablet-Together\",\"Tablet-Trust\",\"Mobile\",\"Mobile-Transparent\",\"Mobile-Together\",\"Mobile-Trust\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerCOOiNkM4U,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"},{family:\"Noto Sans SC SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/MhpMYhzUtqVJHbw0RcTcCG4LU0g.woff2\"}]},...HBorderFonts,...BorderFonts,...DropdownChineseFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCOOiNkM4U\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nrElTT4JF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O93hS8maM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EJS7r4qIm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vnh9fKKns\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wtYfownuH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VoK0FHncU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oeJHLTE9O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oSjav3Vmh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UHCSW1MfU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DVoxsw4S_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RP7vsXtIO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RpBmGlaHW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ysOlLDrkc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GmMynyHE8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CS2wQq9YJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1198\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"700\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./COOiNkM4U.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances reliable and transparent ESG management and sustainability through collaborations with reputable research institutions. These partnerships enable thorough analysis and management of environmental impacts throughout all stages of a product's lifecycle, from production to disposal, substantiating sustainability efforts with concrete data. Data gathered from digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts across the entire product lifespan, enabling a scientific, systematic approach to achieving ESG goals and sustainable development. Leveraging these technological resources and partnerships, CARE ID is positioning itself as a leading company addressing global environmental issues and promoting sustainability.\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances reliable and transparent ESG management and sustainability through collaborations with reputable research institutions. These partnerships enable thorough analysis and management of environmental impacts throughout all stages of a product's lifecycle, from production to disposal, substantiating sustainability efforts with concrete data. Data gathered from digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts across the entire product lifespan, enabling a scientific, systematic approach to achieving ESG goals and sustainable development. Leveraging these technological resources and partnerships, CARE ID is positioning itself as a leading company addressing global environmental issues and promoting sustainability.\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"Pretendard Regular\", \"Pretendard Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"Research institutions can further enhance the depth of research and education through the CARE ID Digital Product Passport (DPP) and carbon calculator technologies. These resources enable research institutions to achieve ESG goals, practice environmental responsibility, and increase the credibility and social impact of their research. In particular, the DPP and carbon calculators help analyze the overall environmental impact throughout the product lifecycle, from production to use to disposal, and convert this into specific data. This allows research institutions to conduct research linked to Sustainable Development Goals (SDGs) and obtain key information necessary to realize environmental responsibility. These technological resources play a crucial role in improving the quality of research and enhancing the effectiveness of educational programs, serving as powerful tools for research institutions to respond to global environmental issues.\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances reliable and transparent ESG management and sustainability through collaborations with reputable research institutions. These partnerships enable thorough analysis and management of environmental impacts throughout all stages of a product's lifecycle, from production to disposal, substantiating sustainability efforts with concrete data. Data gathered from digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts across the entire product lifespan, enabling a scientific, systematic approach to achieving ESG goals and sustainable development. Leveraging these technological resources and partnerships, CARE ID is positioning itself as a leading company addressing global environmental issues and promoting sustainability.\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances reliable and transparent ESG management and sustainability through collaborations with reputable research institutions. These partnerships enable thorough analysis and management of environmental impacts throughout all stages of a product's lifecycle, from production to disposal, substantiating sustainability efforts with concrete data. Data gathered from digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts across the entire product lifespan, enabling a scientific, systematic approach to achieving ESG goals and sustainable development. Leveraging these technological resources and partnerships, CARE ID is positioning itself as a leading company addressing global environmental issues and promoting sustainability. for a thorough analysis and management of environmental impacts at all stages of product production, use, and disposal, playing a crucial role in verifying corporate sustainability efforts by returning concrete data. In particular, the data obtained through digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts throughout the entire product lifecycle, enabling a scientific and systematic approach to achieving ESG goals and realizing sustainable development. Based on these technological resources and collaborations with reputable research institutions, CARE ID is establishing itself as a leading company that addresses global environmental issues and provides sustainability.\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID enhances reliable and transparent ESG management and sustainability through collaborations with reputable research institutions. These partnerships enable thorough analysis and management of environmental impacts throughout all stages of a product's lifecycle, from production to disposal, substantiating sustainability efforts with concrete data. Data gathered from digital product passports and carbon calculator technology supports the quantitative assessment of environmental impacts across the entire product lifespan, enabling a scientific, systematic approach to achieving ESG goals and sustainable development. Leveraging these technological resources and partnerships, CARE ID is positioning itself as a leading company addressing global environmental issues and promoting sustainability.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Border from\"https://framerusercontent.com/modules/9ww7JpxCoaHZpiNCWTix/WjrzAnkgotF9Z0wGlJgP/jjuH7RoVV.js\";import*as localizedValues from\"./KdRyozdv1-0.js\";import HBorder from\"https://framerusercontent.com/modules/TyEdA0bMhGrzzoNz2fGo/9qB0Als7suEW8z7ZAaHh/M7iyItImj.js\";import DropdownChinese from\"https://framerusercontent.com/modules/Ik1iOY2Ob8O9bNujzs6P/6qysBOcCyVZ8cPgUE78X/nSoRVpcoy.js\";const DropdownChineseFonts=getFonts(DropdownChinese);const HBorderFonts=getFonts(HBorder);const MotionDivWithFX=withFX(motion.div);const BorderFonts=getFonts(Border);const cycleOrder=[\"BmJzH1Q67\",\"TzTIPJLEH\",\"GcymNOosw\",\"gU4rvOQgO\",\"eb4U9uZbq\",\"qk_dARtJp\",\"fliYGUFVG\",\"mvOvNGXE7\",\"I6100npJx\",\"RV0KTy931\",\"ibwegF6m8\",\"uhlm8g2ps\",\"wHB39sXke\",\"WQ1f9Pgrc\",\"GyjQevQOa\",\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"];const serializationHash=\"framer-jW9Vd\";const variantClassNames={BmJzH1Q67:\"framer-v-12yi811\",eb4U9uZbq:\"framer-v-1dysktc\",fliYGUFVG:\"framer-v-fxoi34\",GcymNOosw:\"framer-v-1jrp15p\",GskzeXmN5:\"framer-v-q9hten\",gU4rvOQgO:\"framer-v-1bjpbuh\",GyjQevQOa:\"framer-v-1vslx2h\",I6100npJx:\"framer-v-1ne3mma\",ibwegF6m8:\"framer-v-1plths1\",mvOvNGXE7:\"framer-v-1wr640v\",MXij2E9Ni:\"framer-v-1xynsob\",qk_dARtJp:\"framer-v-vuxait\",qNHHgHX_q:\"framer-v-7n95tk\",r70zMNNMb:\"framer-v-1u404qk\",RV0KTy931:\"framer-v-12rb4ye\",TzTIPJLEH:\"framer-v-9kdxog\",uhlm8g2ps:\"framer-v-12ev3gv\",vqBdWRT0i:\"framer-v-gnxcx0\",wHB39sXke:\"framer-v-i867xi\",WQ1f9Pgrc:\"framer-v-32oigg\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,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={\"Laptop - CNRI\":\"RV0KTy931\",\"Laptop - CSES\":\"fliYGUFVG\",\"Laptop - FITI\":\"mvOvNGXE7\",\"Laptop - KOTITI\":\"I6100npJx\",\"Mobile - CNRI\":\"GskzeXmN5\",\"Mobile - CSES\":\"r70zMNNMb\",\"Mobile - FITI\":\"vqBdWRT0i\",\"Mobile - KOTITI\":\"MXij2E9Ni\",\"Tablet - CNRI\":\"uhlm8g2ps\",\"Tablet - CSES\":\"GyjQevQOa\",\"Tablet - FITI\":\"wHB39sXke\",\"Tablet - KOTITI\":\"WQ1f9Pgrc\",\"Web- CSES\":\"qk_dARtJp\",\"Web-CNRI\":\"GcymNOosw\",\"Web-FITI\":\"gU4rvOQgO\",\"Web-KOTITI\":\"eb4U9uZbq\",Laptop:\"BmJzH1Q67\",Mobile:\"qNHHgHX_q\",Tablet:\"ibwegF6m8\",Web:\"TzTIPJLEH\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"BmJzH1Q67\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BmJzH1Q67\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Cm8F7BJF91r2hdy5=activeVariantCallback(async(...args)=>{setVariant(\"fliYGUFVG\");});const Cm8F7BJF9ef3ozi=activeVariantCallback(async(...args)=>{setVariant(\"GcymNOosw\");});const Cm8F7BJF9qgacw9=activeVariantCallback(async(...args)=>{setVariant(\"TzTIPJLEH\");});const Cm8F7BJF9nilgpi=activeVariantCallback(async(...args)=>{setVariant(\"BmJzH1Q67\");});const Cm8F7BJF914n30nm=activeVariantCallback(async(...args)=>{setVariant(\"uhlm8g2ps\");});const Cm8F7BJF9t3tai=activeVariantCallback(async(...args)=>{setVariant(\"ibwegF6m8\");});const Cm8F7BJF91t8uqm2=activeVariantCallback(async(...args)=>{setVariant(\"GskzeXmN5\");});const Cm8F7BJF9ky5nqk=activeVariantCallback(async(...args)=>{setVariant(\"qNHHgHX_q\");});const Cm8F7BJF91udki45=activeVariantCallback(async(...args)=>{setVariant(\"mvOvNGXE7\");});const Cm8F7BJF91ddwlsz=activeVariantCallback(async(...args)=>{setVariant(\"gU4rvOQgO\");});const Cm8F7BJF9ifxvgh=activeVariantCallback(async(...args)=>{setVariant(\"wHB39sXke\");});const Cm8F7BJF9ub9rql=activeVariantCallback(async(...args)=>{setVariant(\"vqBdWRT0i\");});const Cm8F7BJF91yctbbs=activeVariantCallback(async(...args)=>{setVariant(\"I6100npJx\");});const Cm8F7BJF914zga4f=activeVariantCallback(async(...args)=>{setVariant(\"eb4U9uZbq\");});const Cm8F7BJF91q6vszd=activeVariantCallback(async(...args)=>{setVariant(\"WQ1f9Pgrc\");});const Cm8F7BJF9huxcj8=activeVariantCallback(async(...args)=>{setVariant(\"MXij2E9Ni\");});const Cm8F7BJF94pumfz=activeVariantCallback(async(...args)=>{setVariant(\"RV0KTy931\");});const Cm8F7BJF95433me=activeVariantCallback(async(...args)=>{setVariant(\"qk_dARtJp\");});const Cm8F7BJF9xfqr4t=activeVariantCallback(async(...args)=>{setVariant(\"GyjQevQOa\");});const Cm8F7BJF912lauux=activeVariantCallback(async(...args)=>{setVariant(\"r70zMNNMb\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"gU4rvOQgO\",\"mvOvNGXE7\",\"wHB39sXke\",\"vqBdWRT0i\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"eb4U9uZbq\",\"I6100npJx\",\"WQ1f9Pgrc\",\"MXij2E9Ni\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"fliYGUFVG\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"RV0KTy931\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"GcymNOosw\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"qk_dARtJp\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"uhlm8g2ps\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"GyjQevQOa\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"GskzeXmN5\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"r70zMNNMb\")return true;return false;};const isDisplayed11=()=>{if([\"ibwegF6m8\",\"uhlm8g2ps\",\"wHB39sXke\",\"WQ1f9Pgrc\",\"GyjQevQOa\",\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"].includes(baseVariant))return false;return true;};const isDisplayed12=()=>{if([\"ibwegF6m8\",\"uhlm8g2ps\",\"wHB39sXke\",\"WQ1f9Pgrc\",\"GyjQevQOa\",\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"].includes(baseVariant))return true;return false;};const isDisplayed13=()=>{if([\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12yi811\",className,classNames),\"data-framer-name\":\"Laptop\",layoutDependency:layoutDependency,layoutId:\"BmJzH1Q67\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eb4U9uZbq:{\"data-framer-name\":\"Web-KOTITI\"},fliYGUFVG:{\"data-framer-name\":\"Laptop - CSES\"},GcymNOosw:{\"data-framer-name\":\"Web-CNRI\"},GskzeXmN5:{\"data-framer-name\":\"Mobile - CNRI\"},gU4rvOQgO:{\"data-framer-name\":\"Web-FITI\"},GyjQevQOa:{\"data-framer-name\":\"Tablet - CSES\"},I6100npJx:{\"data-framer-name\":\"Laptop - KOTITI\"},ibwegF6m8:{\"data-framer-name\":\"Tablet\"},mvOvNGXE7:{\"data-framer-name\":\"Laptop - FITI\"},MXij2E9Ni:{\"data-framer-name\":\"Mobile - KOTITI\"},qk_dARtJp:{\"data-framer-name\":\"Web- CSES\"},qNHHgHX_q:{\"data-framer-name\":\"Mobile\"},r70zMNNMb:{\"data-framer-name\":\"Mobile - CSES\"},RV0KTy931:{\"data-framer-name\":\"Laptop - CNRI\"},TzTIPJLEH:{\"data-framer-name\":\"Web\"},uhlm8g2ps:{\"data-framer-name\":\"Tablet - CNRI\"},vqBdWRT0i:{\"data-framer-name\":\"Mobile - FITI\"},wHB39sXke:{\"data-framer-name\":\"Tablet - FITI\"},WQ1f9Pgrc:{\"data-framer-name\":\"Tablet - KOTITI\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lntufl\",\"data-framer-name\":\"Lists\",layoutDependency:layoutDependency,layoutId:\"t0I_xTegh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-foqidb\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"h4KNl_6l9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+0,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+0},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+0},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+0},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+0},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+0},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+0},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+0},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+0},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+0},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+0},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+0},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+0},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1um5h1p-container\",layoutDependency:layoutDependency,layoutId:\"yhOodauxy-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF91r2hdy5,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"yhOodauxy\",layoutId:\"yhOodauxy\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"CSES\",...addPropertyOverrides({eb4U9uZbq:{Cm8F7BJF9:Cm8F7BJF9ef3ozi,dNUf36lEX:60},fliYGUFVG:{Cm8F7BJF9:Cm8F7BJF9nilgpi,e0tY18jv9:16,Gi2Ypkuj_:\" \u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u4E2D\u5FC3\uFF08CSES\uFF09\u8861\u91CF\u793E\u4F1A\u4EF7\u503C\uFF0C\u7814\u7A76\u793E\u4F1A\u95EE\u9898\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u5E76\u5C06\u4EBA\u4EEC\u8054\u7CFB\u8D77\u6765\uFF0C\u4F7F\u4ED6\u4EEC\u80FD\u591F\u5171\u540C\u5B8C\u6210\u8FD9\u9879\u5DE5\u4F5C\u3002\u6211\u4EEC\u7684\u613F\u666F\u662F\u5EFA\u7ACB\u4E00\u4E2A\u793E\u4F1A\u4EF7\u503C\u67A2\u7EBD\uFF0C\u5C06\u77E5\u8BC6\u4E0E\u4EBA\u8054\u7CFB\u8D77\u6765\uFF0C\u521B\u9020\u66F4\u5927\u7684\u4EF7\u503C\u3002\u901A\u8FC7\u9886\u5BFC\u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u548C\u79EF\u7D2F\u6570\u636E\uFF0C\u6211\u4EEC\u4E3A\u5EFA\u8BBE\u8D85\u7EA7\u4E92\u8054\u65F6\u4EE3\u7684\u672A\u6765\u793E\u4F1A\u57FA\u7840\u8BBE\u65BD\u505A\u51FA\u4E86\u8D21\u732E\u3002\u6211\u4EEC\u81F4\u529B\u4E8E\u521B\u5EFA\u4E00\u4E2A\u793E\u4F1A\u521B\u65B0\u751F\u6001\u7CFB\u7EDF\uFF0C\u8BA9\u5404\u5229\u76CA\u76F8\u5173\u65B9\u53C2\u4E0E\u3001\u5206\u4EAB\u548C\u5408\u4F5C\uFF0C\u5171\u540C\u89E3\u51B3\u793E\u4F1A\u95EE\u9898\u3002\u6211\u4EEC\u4ED4\u7EC6\u8FA8\u522B\u793E\u4F1A\u4EF7\u503C\uFF0C\u627E\u5230\u6807\u51C6\u5316\u7684\u793E\u4F1A\u4EF7\u503C\u8861\u91CF\u65B9\u6CD5\uFF0C\u5E76\u5927\u80C6\u5B9E\u65BD\u3002\",variant:\"XY3hOO4_f\"},GcymNOosw:{Cm8F7BJF9:Cm8F7BJF9qgacw9,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\" \u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u4E2D\u5FC3\uFF08CSES\uFF09\u8861\u91CF\u793E\u4F1A\u4EF7\u503C\uFF0C\u7814\u7A76\u793E\u4F1A\u95EE\u9898\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u5E76\u5C06\u4EBA\u4EEC\u8054\u7CFB\u8D77\u6765\uFF0C\u4F7F\u4ED6\u4EEC\u80FD\u591F\u5171\u540C\u5B8C\u6210\u8FD9\u9879\u5DE5\u4F5C\u3002\u6211\u4EEC\u7684\u613F\u666F\u662F\u5EFA\u7ACB\u4E00\u4E2A\u793E\u4F1A\u4EF7\u503C\u67A2\u7EBD\uFF0C\u5C06\u77E5\u8BC6\u4E0E\u4EBA\u8054\u7CFB\u8D77\u6765\uFF0C\u521B\u9020\u66F4\u5927\u7684\u4EF7\u503C\u3002\u901A\u8FC7\u9886\u5BFC\u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u548C\u79EF\u7D2F\u6570\u636E\uFF0C\u6211\u4EEC\u4E3A\u5EFA\u8BBE\u8D85\u7EA7\u4E92\u8054\u65F6\u4EE3\u7684\u672A\u6765\u793E\u4F1A\u57FA\u7840\u8BBE\u65BD\u505A\u51FA\u4E86\u8D21\u732E\u3002\u6211\u4EEC\u81F4\u529B\u4E8E\u521B\u5EFA\u4E00\u4E2A\u793E\u4F1A\u521B\u65B0\u751F\u6001\u7CFB\u7EDF\uFF0C\u8BA9\u5404\u5229\u76CA\u76F8\u5173\u65B9\u53C2\u4E0E\u3001\u5206\u4EAB\u548C\u5408\u4F5C\uFF0C\u5171\u540C\u89E3\u51B3\u793E\u4F1A\u95EE\u9898\u3002\u6211\u4EEC\u4ED4\u7EC6\u8FA8\u522B\u793E\u4F1A\u4EF7\u503C\uFF0C\u627E\u5230\u6807\u51C6\u5316\u7684\u793E\u4F1A\u4EF7\u503C\u8861\u91CF\u65B9\u6CD5\uFF0C\u5E76\u5927\u80C6\u5B9E\u65BD\u3002\",variant:\"XY3hOO4_f\"},GskzeXmN5:{Cm8F7BJF9:Cm8F7BJF9ky5nqk,dNUf36lEX:24,Gi2Ypkuj_:\" \u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u4E2D\u5FC3\uFF08CSES\uFF09\u8861\u91CF\u793E\u4F1A\u4EF7\u503C\uFF0C\u7814\u7A76\u793E\u4F1A\u95EE\u9898\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u5E76\u5C06\u4EBA\u4EEC\u8054\u7CFB\u8D77\u6765\uFF0C\u4F7F\u4ED6\u4EEC\u80FD\u591F\u5171\u540C\u5B8C\u6210\u8FD9\u9879\u5DE5\u4F5C\u3002\u6211\u4EEC\u7684\u613F\u666F\u662F\u5EFA\u7ACB\u4E00\u4E2A\u793E\u4F1A\u4EF7\u503C\u67A2\u7EBD\uFF0C\u5C06\u77E5\u8BC6\u4E0E\u4EBA\u8054\u7CFB\u8D77\u6765\uFF0C\u521B\u9020\u66F4\u5927\u7684\u4EF7\u503C\u3002\u901A\u8FC7\u9886\u5BFC\u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u548C\u79EF\u7D2F\u6570\u636E\uFF0C\u6211\u4EEC\u4E3A\u5EFA\u8BBE\u8D85\u7EA7\u4E92\u8054\u65F6\u4EE3\u7684\u672A\u6765\u793E\u4F1A\u57FA\u7840\u8BBE\u65BD\u505A\u51FA\u4E86\u8D21\u732E\u3002\u6211\u4EEC\u81F4\u529B\u4E8E\u521B\u5EFA\u4E00\u4E2A\u793E\u4F1A\u521B\u65B0\u751F\u6001\u7CFB\u7EDF\uFF0C\u8BA9\u5404\u5229\u76CA\u76F8\u5173\u65B9\u53C2\u4E0E\u3001\u5206\u4EAB\u548C\u5408\u4F5C\uFF0C\u5171\u540C\u89E3\u51B3\u793E\u4F1A\u95EE\u9898\u3002\u6211\u4EEC\u4ED4\u7EC6\u8FA8\u522B\u793E\u4F1A\u4EF7\u503C\uFF0C\u627E\u5230\u6807\u51C6\u5316\u7684\u793E\u4F1A\u4EF7\u503C\u8861\u91CF\u65B9\u6CD5\uFF0C\u5E76\u5927\u80C6\u5B9E\u65BD\u3002\",variant:\"XY3hOO4_f\"},gU4rvOQgO:{Cm8F7BJF9:Cm8F7BJF9ef3ozi,dNUf36lEX:60},GyjQevQOa:{Cm8F7BJF9:Cm8F7BJF914n30nm,dNUf36lEX:40},ibwegF6m8:{Cm8F7BJF9:Cm8F7BJF914n30nm,dNUf36lEX:40},MXij2E9Ni:{Cm8F7BJF9:Cm8F7BJF91t8uqm2,dNUf36lEX:24},qk_dARtJp:{Cm8F7BJF9:Cm8F7BJF9ef3ozi,dNUf36lEX:60},qNHHgHX_q:{Cm8F7BJF9:Cm8F7BJF91t8uqm2,dNUf36lEX:24},r70zMNNMb:{Cm8F7BJF9:Cm8F7BJF91t8uqm2,dNUf36lEX:24},TzTIPJLEH:{Cm8F7BJF9:Cm8F7BJF9ef3ozi,dNUf36lEX:60},uhlm8g2ps:{Cm8F7BJF9:Cm8F7BJF9t3tai,dNUf36lEX:40,Gi2Ypkuj_:\" \u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u4E2D\u5FC3\uFF08CSES\uFF09\u8861\u91CF\u793E\u4F1A\u4EF7\u503C\uFF0C\u7814\u7A76\u793E\u4F1A\u95EE\u9898\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u5E76\u5C06\u4EBA\u4EEC\u8054\u7CFB\u8D77\u6765\uFF0C\u4F7F\u4ED6\u4EEC\u80FD\u591F\u5171\u540C\u5B8C\u6210\u8FD9\u9879\u5DE5\u4F5C\u3002\u6211\u4EEC\u7684\u613F\u666F\u662F\u5EFA\u7ACB\u4E00\u4E2A\u793E\u4F1A\u4EF7\u503C\u67A2\u7EBD\uFF0C\u5C06\u77E5\u8BC6\u4E0E\u4EBA\u8054\u7CFB\u8D77\u6765\uFF0C\u521B\u9020\u66F4\u5927\u7684\u4EF7\u503C\u3002\u901A\u8FC7\u9886\u5BFC\u793E\u4F1A\u4EF7\u503C\u7814\u7A76\u548C\u79EF\u7D2F\u6570\u636E\uFF0C\u6211\u4EEC\u4E3A\u5EFA\u8BBE\u8D85\u7EA7\u4E92\u8054\u65F6\u4EE3\u7684\u672A\u6765\u793E\u4F1A\u57FA\u7840\u8BBE\u65BD\u505A\u51FA\u4E86\u8D21\u732E\u3002\u6211\u4EEC\u81F4\u529B\u4E8E\u521B\u5EFA\u4E00\u4E2A\u793E\u4F1A\u521B\u65B0\u751F\u6001\u7CFB\u7EDF\uFF0C\u8BA9\u5404\u5229\u76CA\u76F8\u5173\u65B9\u53C2\u4E0E\u3001\u5206\u4EAB\u548C\u5408\u4F5C\uFF0C\u5171\u540C\u89E3\u51B3\u793E\u4F1A\u95EE\u9898\u3002\u6211\u4EEC\u4ED4\u7EC6\u8FA8\u522B\u793E\u4F1A\u4EF7\u503C\uFF0C\u627E\u5230\u6807\u51C6\u5316\u7684\u793E\u4F1A\u4EF7\u503C\u8861\u91CF\u65B9\u6CD5\uFF0C\u5E76\u5927\u80C6\u5B9E\u65BD\u3002\",variant:\"XY3hOO4_f\"},vqBdWRT0i:{Cm8F7BJF9:Cm8F7BJF91t8uqm2,dNUf36lEX:24},wHB39sXke:{Cm8F7BJF9:Cm8F7BJF914n30nm,dNUf36lEX:40},WQ1f9Pgrc:{Cm8F7BJF9:Cm8F7BJF914n30nm,dNUf36lEX:40}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+98,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+98},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+98},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+98},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+98},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+98},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+98},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+98},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+98},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+98},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+98},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+98},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+98},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-8iw5ne-container\",layoutDependency:layoutDependency,layoutId:\"ZkEjWqxU6-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"ZkEjWqxU6\",layoutId:\"ZkEjWqxU6\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({GskzeXmN5:{variant:\"TKKC2sAp9\"},GyjQevQOa:{variant:\"OZRK2_H50\"},ibwegF6m8:{variant:\"OZRK2_H50\"},MXij2E9Ni:{variant:\"TKKC2sAp9\"},qNHHgHX_q:{variant:\"TKKC2sAp9\"},r70zMNNMb:{variant:\"TKKC2sAp9\"},uhlm8g2ps:{variant:\"OZRK2_H50\"},vqBdWRT0i:{variant:\"TKKC2sAp9\"},wHB39sXke:{variant:\"OZRK2_H50\"},WQ1f9Pgrc:{variant:\"OZRK2_H50\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+99,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+99},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+99},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+99},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+99},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+99},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+99},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+99},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+99},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+99},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+99},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+99},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+99},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+99}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14gxgu8-container\",layoutDependency:layoutDependency,layoutId:\"IXuQZm2p_-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF91udki45,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"IXuQZm2p_\",layoutId:\"IXuQZm2p_\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"FITI\",...addPropertyOverrides({eb4U9uZbq:{Cm8F7BJF9:Cm8F7BJF91ddwlsz,dNUf36lEX:60},GcymNOosw:{Cm8F7BJF9:Cm8F7BJF91ddwlsz,dNUf36lEX:60},GskzeXmN5:{Cm8F7BJF9:Cm8F7BJF9ub9rql,dNUf36lEX:24},gU4rvOQgO:{Cm8F7BJF9:Cm8F7BJF9qgacw9,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"FITI Testing and Research Institute \u6210\u7ACB\u4E8E 1965 \u5E74\uFF0C\u662F\u4E00\u5BB6\u68C0\u6D4B\u3001\u8BA4\u8BC1\u548C\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u7EBA\u7EC7\u54C1\u3001\u670D\u88C5\u3001\u5BB6\u5C45\u7528\u54C1\u548C\u5DE5\u4E1A\u4EA7\u54C1\u7B49\u591A\u4E2A\u9886\u57DF\u63D0\u4F9B\u8D28\u91CF\u68C0\u6D4B\u548C\u8BA4\u8BC1\u670D\u52A1\u3002FITI \u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u884C\u4E1A\u62E5\u6709\u60A0\u4E45\u7684\u5386\u53F2\u548C\u4E30\u5BCC\u7684\u7ECF\u9A8C\uFF0C\u76EE\u524D\u6B63\u901A\u8FC7\u5C06\u7814\u7A76\u6269\u5C55\u5230\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u7B49\u5404\u4E2A\u9886\u57DF\u6765\u8FFD\u6C42\u53EF\u6301\u7EED\u53D1\u5C55\u3002\u6211\u4EEC\u63D0\u4F9B\u91CF\u8EAB\u5B9A\u5236\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u4EE5\u63D0\u9AD8\u8D28\u91CF\uFF0C\u589E\u5F3A\u5728\u5168\u7403\u5E02\u573A\u7684\u7ADE\u4E89\u529B\uFF0C\u540C\u65F6\u4FDD\u62A4\u73AF\u5883\uFF0C\u5C65\u884C\u6211\u4EEC\u7684\u793E\u4F1A\u8D23\u4EFB\u3002FITI \u5C06\u81EA\u5DF1\u5B9A\u4F4D\u4E3A\u56FD\u5185\u5916\u503C\u5F97\u4FE1\u8D56\u7684\u5408\u4F5C\u4F19\u4F34\uFF0C\u901A\u8FC7\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u7814\u7A76\uFF0C\u4E3A\u5DE5\u4E1A\u53D1\u5C55\u548C\u516C\u5171\u5B89\u5168\u505A\u51FA\u8D21\u732E\uFF1B\u901A\u8FC7\u7814\u7A76\u548C\u521B\u65B0\uFF0C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u672A\u6765\u4E3A\u5BA2\u6237\u548C\u793E\u4F1A\u505A\u51FA\u8D21\u732E\u3002\",variant:\"XY3hOO4_f\"},GyjQevQOa:{Cm8F7BJF9:Cm8F7BJF9ifxvgh,dNUf36lEX:40},ibwegF6m8:{Cm8F7BJF9:Cm8F7BJF9ifxvgh,dNUf36lEX:40},mvOvNGXE7:{Cm8F7BJF9:Cm8F7BJF9nilgpi,e0tY18jv9:16,Gi2Ypkuj_:\"FITI Testing and Research Institute \u6210\u7ACB\u4E8E 1965 \u5E74\uFF0C\u662F\u4E00\u5BB6\u68C0\u6D4B\u3001\u8BA4\u8BC1\u548C\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u7EBA\u7EC7\u54C1\u3001\u670D\u88C5\u3001\u5BB6\u5C45\u7528\u54C1\u548C\u5DE5\u4E1A\u4EA7\u54C1\u7B49\u591A\u4E2A\u9886\u57DF\u63D0\u4F9B\u8D28\u91CF\u68C0\u6D4B\u548C\u8BA4\u8BC1\u670D\u52A1\u3002FITI \u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u884C\u4E1A\u62E5\u6709\u60A0\u4E45\u7684\u5386\u53F2\u548C\u4E30\u5BCC\u7684\u7ECF\u9A8C\uFF0C\u76EE\u524D\u6B63\u901A\u8FC7\u5C06\u7814\u7A76\u6269\u5C55\u5230\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u7B49\u5404\u4E2A\u9886\u57DF\u6765\u8FFD\u6C42\u53EF\u6301\u7EED\u53D1\u5C55\u3002\u6211\u4EEC\u63D0\u4F9B\u91CF\u8EAB\u5B9A\u5236\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u4EE5\u63D0\u9AD8\u8D28\u91CF\uFF0C\u589E\u5F3A\u5728\u5168\u7403\u5E02\u573A\u7684\u7ADE\u4E89\u529B\uFF0C\u540C\u65F6\u4FDD\u62A4\u73AF\u5883\uFF0C\u5C65\u884C\u6211\u4EEC\u7684\u793E\u4F1A\u8D23\u4EFB\u3002FITI \u5C06\u81EA\u5DF1\u5B9A\u4F4D\u4E3A\u56FD\u5185\u5916\u503C\u5F97\u4FE1\u8D56\u7684\u5408\u4F5C\u4F19\u4F34\uFF0C\u901A\u8FC7\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u7814\u7A76\uFF0C\u4E3A\u5DE5\u4E1A\u53D1\u5C55\u548C\u516C\u5171\u5B89\u5168\u505A\u51FA\u8D21\u732E\uFF1B\u901A\u8FC7\u7814\u7A76\u548C\u521B\u65B0\uFF0C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u672A\u6765\u4E3A\u5BA2\u6237\u548C\u793E\u4F1A\u505A\u51FA\u8D21\u732E\u3002\",variant:\"XY3hOO4_f\"},MXij2E9Ni:{Cm8F7BJF9:Cm8F7BJF9ub9rql,dNUf36lEX:24},qk_dARtJp:{Cm8F7BJF9:Cm8F7BJF91ddwlsz,dNUf36lEX:60},qNHHgHX_q:{Cm8F7BJF9:Cm8F7BJF9ub9rql,dNUf36lEX:24},r70zMNNMb:{Cm8F7BJF9:Cm8F7BJF9ub9rql,dNUf36lEX:24},TzTIPJLEH:{Cm8F7BJF9:Cm8F7BJF91ddwlsz,dNUf36lEX:60},uhlm8g2ps:{Cm8F7BJF9:Cm8F7BJF9ifxvgh,dNUf36lEX:40},vqBdWRT0i:{Cm8F7BJF9:Cm8F7BJF9ky5nqk,dNUf36lEX:24,Gi2Ypkuj_:\"FITI Testing and Research Institute \u6210\u7ACB\u4E8E 1965 \u5E74\uFF0C\u662F\u4E00\u5BB6\u68C0\u6D4B\u3001\u8BA4\u8BC1\u548C\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u7EBA\u7EC7\u54C1\u3001\u670D\u88C5\u3001\u5BB6\u5C45\u7528\u54C1\u548C\u5DE5\u4E1A\u4EA7\u54C1\u7B49\u591A\u4E2A\u9886\u57DF\u63D0\u4F9B\u8D28\u91CF\u68C0\u6D4B\u548C\u8BA4\u8BC1\u670D\u52A1\u3002FITI \u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u884C\u4E1A\u62E5\u6709\u60A0\u4E45\u7684\u5386\u53F2\u548C\u4E30\u5BCC\u7684\u7ECF\u9A8C\uFF0C\u76EE\u524D\u6B63\u901A\u8FC7\u5C06\u7814\u7A76\u6269\u5C55\u5230\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u7B49\u5404\u4E2A\u9886\u57DF\u6765\u8FFD\u6C42\u53EF\u6301\u7EED\u53D1\u5C55\u3002\u6211\u4EEC\u63D0\u4F9B\u91CF\u8EAB\u5B9A\u5236\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u4EE5\u63D0\u9AD8\u8D28\u91CF\uFF0C\u589E\u5F3A\u5728\u5168\u7403\u5E02\u573A\u7684\u7ADE\u4E89\u529B\uFF0C\u540C\u65F6\u4FDD\u62A4\u73AF\u5883\uFF0C\u5C65\u884C\u6211\u4EEC\u7684\u793E\u4F1A\u8D23\u4EFB\u3002FITI \u5C06\u81EA\u5DF1\u5B9A\u4F4D\u4E3A\u56FD\u5185\u5916\u503C\u5F97\u4FE1\u8D56\u7684\u5408\u4F5C\u4F19\u4F34\uFF0C\u901A\u8FC7\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u7814\u7A76\uFF0C\u4E3A\u5DE5\u4E1A\u53D1\u5C55\u548C\u516C\u5171\u5B89\u5168\u505A\u51FA\u8D21\u732E\uFF1B\u901A\u8FC7\u7814\u7A76\u548C\u521B\u65B0\uFF0C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u672A\u6765\u4E3A\u5BA2\u6237\u548C\u793E\u4F1A\u505A\u51FA\u8D21\u732E\u3002\",variant:\"XY3hOO4_f\"},wHB39sXke:{Cm8F7BJF9:Cm8F7BJF9t3tai,dNUf36lEX:40,Gi2Ypkuj_:\"FITI Testing and Research Institute \u6210\u7ACB\u4E8E 1965 \u5E74\uFF0C\u662F\u4E00\u5BB6\u68C0\u6D4B\u3001\u8BA4\u8BC1\u548C\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u7EBA\u7EC7\u54C1\u3001\u670D\u88C5\u3001\u5BB6\u5C45\u7528\u54C1\u548C\u5DE5\u4E1A\u4EA7\u54C1\u7B49\u591A\u4E2A\u9886\u57DF\u63D0\u4F9B\u8D28\u91CF\u68C0\u6D4B\u548C\u8BA4\u8BC1\u670D\u52A1\u3002FITI \u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u884C\u4E1A\u62E5\u6709\u60A0\u4E45\u7684\u5386\u53F2\u548C\u4E30\u5BCC\u7684\u7ECF\u9A8C\uFF0C\u76EE\u524D\u6B63\u901A\u8FC7\u5C06\u7814\u7A76\u6269\u5C55\u5230\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u7B49\u5404\u4E2A\u9886\u57DF\u6765\u8FFD\u6C42\u53EF\u6301\u7EED\u53D1\u5C55\u3002\u6211\u4EEC\u63D0\u4F9B\u91CF\u8EAB\u5B9A\u5236\u7684\u89E3\u51B3\u65B9\u6848\uFF0C\u4EE5\u63D0\u9AD8\u8D28\u91CF\uFF0C\u589E\u5F3A\u5728\u5168\u7403\u5E02\u573A\u7684\u7ADE\u4E89\u529B\uFF0C\u540C\u65F6\u4FDD\u62A4\u73AF\u5883\uFF0C\u5C65\u884C\u6211\u4EEC\u7684\u793E\u4F1A\u8D23\u4EFB\u3002FITI \u5C06\u81EA\u5DF1\u5B9A\u4F4D\u4E3A\u56FD\u5185\u5916\u503C\u5F97\u4FE1\u8D56\u7684\u5408\u4F5C\u4F19\u4F34\uFF0C\u901A\u8FC7\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u7814\u7A76\uFF0C\u4E3A\u5DE5\u4E1A\u53D1\u5C55\u548C\u516C\u5171\u5B89\u5168\u505A\u51FA\u8D21\u732E\uFF1B\u901A\u8FC7\u7814\u7A76\u548C\u521B\u65B0\uFF0C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u672A\u6765\u4E3A\u5BA2\u6237\u548C\u793E\u4F1A\u505A\u51FA\u8D21\u732E\u3002\",variant:\"XY3hOO4_f\"},WQ1f9Pgrc:{Cm8F7BJF9:Cm8F7BJF9ifxvgh,dNUf36lEX:40}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+197,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+197},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+197},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+197},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+197},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+197},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+197},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+197},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+197},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+296},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+197},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+197},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+197},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+197}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1azdbdi-container\",layoutDependency:layoutDependency,layoutId:\"PvT3Nw8BU-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"PvT3Nw8BU\",layoutId:\"PvT3Nw8BU\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({GskzeXmN5:{variant:\"TKKC2sAp9\"},GyjQevQOa:{variant:\"OZRK2_H50\"},ibwegF6m8:{variant:\"OZRK2_H50\"},MXij2E9Ni:{variant:\"TKKC2sAp9\"},qNHHgHX_q:{variant:\"TKKC2sAp9\"},r70zMNNMb:{variant:\"TKKC2sAp9\"},uhlm8g2ps:{variant:\"OZRK2_H50\"},vqBdWRT0i:{variant:\"TKKC2sAp9\"},wHB39sXke:{variant:\"OZRK2_H50\"},WQ1f9Pgrc:{variant:\"OZRK2_H50\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+198,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+198},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+198},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+198},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+198},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+198},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+198},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+198},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+198},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+198},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+198},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+198},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+198},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+198}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4tqlmw-container\",layoutDependency:layoutDependency,layoutId:\"Cr58CbD79-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF91yctbbs,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"Cr58CbD79\",layoutId:\"Cr58CbD79\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"KOTITI\",...addPropertyOverrides({eb4U9uZbq:{Cm8F7BJF9:Cm8F7BJF9qgacw9,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"KOTITI \u6D4B\u8BD5\u7814\u7A76\u6240\u6210\u7ACB\u4E8E 1961 \u5E74\uFF0C\u662F\u97E9\u56FD\u7B2C\u4E00\u5BB6\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u6D4B\u8BD5\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u5404\u884C\u5404\u4E1A\u7684\u8D28\u91CF\u548C\u5B89\u5168\u9A8C\u8BC1\u63D0\u4F9B\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\u3002KOTITI \u4E0D\u4EC5\u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u9886\u57DF\uFF0C\u8FD8\u5728\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u9886\u57DF\u5F00\u5C55\u4E13\u4E1A\u7814\u7A76\u548C\u6D4B\u8BD5\uFF0C\u4F5C\u4E3A\u56FD\u9645\u8BA4\u53EF\u7684\u6D4B\u8BD5\u4E2D\u5FC3\uFF0C\u53EF\u63D0\u4F9B\u7B26\u5408\u56FD\u9645\u6807\u51C6\u7684\u51C6\u786E\u6D4B\u8BD5\u7ED3\u679C\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u901A\u8FC7\u7814\u7A76\u5F00\u53D1\u73AF\u4FDD\u6750\u6599\u548C\u6539\u8FDB\u53EF\u6301\u7EED\u751F\u4EA7\u5DE5\u827A\uFF0C\u4E3A\u589E\u5F3A\u5BA2\u6237\u7684\u7ADE\u4E89\u529B\u505A\u51FA\u4E86\u8D21\u732E\u3002KOTITI \u4E0E\u5176\u5168\u7403\u7F51\u7EDC\u5408\u4F5C\uFF0C\u63D0\u4F9B\u5E7F\u6CDB\u7684\u56FD\u9645\u8BA4\u8BC1\u670D\u52A1\uFF0C\u4E3A\u5BA2\u6237\u8FDB\u5165\u5168\u7403\u5E02\u573A\u63D0\u4F9B\u652F\u6301\u3002\u57FA\u4E8E\u591A\u5E74\u7684\u7814\u7A76\u7ECF\u9A8C\u548C\u6570\u636E\u79EF\u7D2F\uFF0C\u6211\u4EEC\u63D0\u4F9B\u79D1\u5B66\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\uFF0C\u5E2E\u52A9\u60A8\u751F\u4EA7\u51FA\u5B89\u5168\u4F18\u8D28\u7684\u4EA7\u54C1\u3002\",variant:\"XY3hOO4_f\"},GcymNOosw:{Cm8F7BJF9:Cm8F7BJF914zga4f,dNUf36lEX:60},GskzeXmN5:{Cm8F7BJF9:Cm8F7BJF9huxcj8,dNUf36lEX:24},gU4rvOQgO:{Cm8F7BJF9:Cm8F7BJF914zga4f,dNUf36lEX:60},GyjQevQOa:{Cm8F7BJF9:Cm8F7BJF91q6vszd,dNUf36lEX:40},I6100npJx:{Cm8F7BJF9:Cm8F7BJF9nilgpi,e0tY18jv9:16,Gi2Ypkuj_:\"KOTITI \u6D4B\u8BD5\u7814\u7A76\u6240\u6210\u7ACB\u4E8E 1961 \u5E74\uFF0C\u662F\u97E9\u56FD\u7B2C\u4E00\u5BB6\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u6D4B\u8BD5\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u5404\u884C\u5404\u4E1A\u7684\u8D28\u91CF\u548C\u5B89\u5168\u9A8C\u8BC1\u63D0\u4F9B\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\u3002KOTITI \u4E0D\u4EC5\u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u9886\u57DF\uFF0C\u8FD8\u5728\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u9886\u57DF\u5F00\u5C55\u4E13\u4E1A\u7814\u7A76\u548C\u6D4B\u8BD5\uFF0C\u4F5C\u4E3A\u56FD\u9645\u8BA4\u53EF\u7684\u6D4B\u8BD5\u4E2D\u5FC3\uFF0C\u53EF\u63D0\u4F9B\u7B26\u5408\u56FD\u9645\u6807\u51C6\u7684\u51C6\u786E\u6D4B\u8BD5\u7ED3\u679C\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u901A\u8FC7\u7814\u7A76\u5F00\u53D1\u73AF\u4FDD\u6750\u6599\u548C\u6539\u8FDB\u53EF\u6301\u7EED\u751F\u4EA7\u5DE5\u827A\uFF0C\u4E3A\u589E\u5F3A\u5BA2\u6237\u7684\u7ADE\u4E89\u529B\u505A\u51FA\u4E86\u8D21\u732E\u3002KOTITI \u4E0E\u5176\u5168\u7403\u7F51\u7EDC\u5408\u4F5C\uFF0C\u63D0\u4F9B\u5E7F\u6CDB\u7684\u56FD\u9645\u8BA4\u8BC1\u670D\u52A1\uFF0C\u4E3A\u5BA2\u6237\u8FDB\u5165\u5168\u7403\u5E02\u573A\u63D0\u4F9B\u652F\u6301\u3002\u57FA\u4E8E\u591A\u5E74\u7684\u7814\u7A76\u7ECF\u9A8C\u548C\u6570\u636E\u79EF\u7D2F\uFF0C\u6211\u4EEC\u63D0\u4F9B\u79D1\u5B66\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\uFF0C\u5E2E\u52A9\u60A8\u751F\u4EA7\u51FA\u5B89\u5168\u4F18\u8D28\u7684\u4EA7\u54C1\u3002\",variant:\"XY3hOO4_f\"},ibwegF6m8:{Cm8F7BJF9:Cm8F7BJF91q6vszd,dNUf36lEX:40},MXij2E9Ni:{Cm8F7BJF9:Cm8F7BJF9ky5nqk,dNUf36lEX:24,Gi2Ypkuj_:\"KOTITI \u6D4B\u8BD5\u7814\u7A76\u6240\u6210\u7ACB\u4E8E 1961 \u5E74\uFF0C\u662F\u97E9\u56FD\u7B2C\u4E00\u5BB6\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u6D4B\u8BD5\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u5404\u884C\u5404\u4E1A\u7684\u8D28\u91CF\u548C\u5B89\u5168\u9A8C\u8BC1\u63D0\u4F9B\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\u3002KOTITI \u4E0D\u4EC5\u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u9886\u57DF\uFF0C\u8FD8\u5728\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u9886\u57DF\u5F00\u5C55\u4E13\u4E1A\u7814\u7A76\u548C\u6D4B\u8BD5\uFF0C\u4F5C\u4E3A\u56FD\u9645\u8BA4\u53EF\u7684\u6D4B\u8BD5\u4E2D\u5FC3\uFF0C\u53EF\u63D0\u4F9B\u7B26\u5408\u56FD\u9645\u6807\u51C6\u7684\u51C6\u786E\u6D4B\u8BD5\u7ED3\u679C\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u901A\u8FC7\u7814\u7A76\u5F00\u53D1\u73AF\u4FDD\u6750\u6599\u548C\u6539\u8FDB\u53EF\u6301\u7EED\u751F\u4EA7\u5DE5\u827A\uFF0C\u4E3A\u589E\u5F3A\u5BA2\u6237\u7684\u7ADE\u4E89\u529B\u505A\u51FA\u4E86\u8D21\u732E\u3002KOTITI \u4E0E\u5176\u5168\u7403\u7F51\u7EDC\u5408\u4F5C\uFF0C\u63D0\u4F9B\u5E7F\u6CDB\u7684\u56FD\u9645\u8BA4\u8BC1\u670D\u52A1\uFF0C\u4E3A\u5BA2\u6237\u8FDB\u5165\u5168\u7403\u5E02\u573A\u63D0\u4F9B\u652F\u6301\u3002\u57FA\u4E8E\u591A\u5E74\u7684\u7814\u7A76\u7ECF\u9A8C\u548C\u6570\u636E\u79EF\u7D2F\uFF0C\u6211\u4EEC\u63D0\u4F9B\u79D1\u5B66\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\uFF0C\u5E2E\u52A9\u60A8\u751F\u4EA7\u51FA\u5B89\u5168\u4F18\u8D28\u7684\u4EA7\u54C1\u3002\",variant:\"XY3hOO4_f\"},qk_dARtJp:{Cm8F7BJF9:Cm8F7BJF914zga4f,dNUf36lEX:60},qNHHgHX_q:{Cm8F7BJF9:Cm8F7BJF9huxcj8,dNUf36lEX:24},r70zMNNMb:{Cm8F7BJF9:Cm8F7BJF9huxcj8,dNUf36lEX:24},TzTIPJLEH:{Cm8F7BJF9:Cm8F7BJF914zga4f,dNUf36lEX:60},uhlm8g2ps:{Cm8F7BJF9:Cm8F7BJF91q6vszd,dNUf36lEX:40},vqBdWRT0i:{Cm8F7BJF9:Cm8F7BJF9huxcj8,dNUf36lEX:24},wHB39sXke:{Cm8F7BJF9:Cm8F7BJF91q6vszd,dNUf36lEX:40},WQ1f9Pgrc:{Cm8F7BJF9:Cm8F7BJF9t3tai,dNUf36lEX:40,Gi2Ypkuj_:\"KOTITI \u6D4B\u8BD5\u7814\u7A76\u6240\u6210\u7ACB\u4E8E 1961 \u5E74\uFF0C\u662F\u97E9\u56FD\u7B2C\u4E00\u5BB6\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u6D4B\u8BD5\u7814\u7A76\u673A\u6784\uFF0C\u4E3A\u5404\u884C\u5404\u4E1A\u7684\u8D28\u91CF\u548C\u5B89\u5168\u9A8C\u8BC1\u63D0\u4F9B\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\u3002KOTITI \u4E0D\u4EC5\u5728\u7EBA\u7EC7\u54C1\u548C\u670D\u88C5\u9886\u57DF\uFF0C\u8FD8\u5728\u73AF\u5883\u3001\u5316\u5B66\u548C\u751F\u7269\u9886\u57DF\u5F00\u5C55\u4E13\u4E1A\u7814\u7A76\u548C\u6D4B\u8BD5\uFF0C\u4F5C\u4E3A\u56FD\u9645\u8BA4\u53EF\u7684\u6D4B\u8BD5\u4E2D\u5FC3\uFF0C\u53EF\u63D0\u4F9B\u7B26\u5408\u56FD\u9645\u6807\u51C6\u7684\u51C6\u786E\u6D4B\u8BD5\u7ED3\u679C\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u901A\u8FC7\u7814\u7A76\u5F00\u53D1\u73AF\u4FDD\u6750\u6599\u548C\u6539\u8FDB\u53EF\u6301\u7EED\u751F\u4EA7\u5DE5\u827A\uFF0C\u4E3A\u589E\u5F3A\u5BA2\u6237\u7684\u7ADE\u4E89\u529B\u505A\u51FA\u4E86\u8D21\u732E\u3002KOTITI \u4E0E\u5176\u5168\u7403\u7F51\u7EDC\u5408\u4F5C\uFF0C\u63D0\u4F9B\u5E7F\u6CDB\u7684\u56FD\u9645\u8BA4\u8BC1\u670D\u52A1\uFF0C\u4E3A\u5BA2\u6237\u8FDB\u5165\u5168\u7403\u5E02\u573A\u63D0\u4F9B\u652F\u6301\u3002\u57FA\u4E8E\u591A\u5E74\u7684\u7814\u7A76\u7ECF\u9A8C\u548C\u6570\u636E\u79EF\u7D2F\uFF0C\u6211\u4EEC\u63D0\u4F9B\u79D1\u5B66\u53EF\u9760\u7684\u6D4B\u8BD5\u548C\u8BA4\u8BC1\u670D\u52A1\uFF0C\u5E2E\u52A9\u60A8\u751F\u4EA7\u51FA\u5B89\u5168\u4F18\u8D28\u7684\u4EA7\u54C1\u3002\",variant:\"XY3hOO4_f\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+296,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+296},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+296},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+296},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+296},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+296},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+296},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+296},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+296},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+197},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+296},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+296},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+296},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+296}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-x0ku5g-container\",layoutDependency:layoutDependency,layoutId:\"CX4diZS6C-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"CX4diZS6C\",layoutId:\"CX4diZS6C\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({GskzeXmN5:{variant:\"TKKC2sAp9\"},GyjQevQOa:{variant:\"OZRK2_H50\"},ibwegF6m8:{variant:\"OZRK2_H50\"},MXij2E9Ni:{variant:\"TKKC2sAp9\"},qNHHgHX_q:{variant:\"TKKC2sAp9\"},r70zMNNMb:{variant:\"TKKC2sAp9\"},uhlm8g2ps:{variant:\"OZRK2_H50\"},vqBdWRT0i:{variant:\"TKKC2sAp9\"},wHB39sXke:{variant:\"OZRK2_H50\"},WQ1f9Pgrc:{variant:\"OZRK2_H50\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+297,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+297},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+297},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+297},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+297},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+297},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+297},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+297},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+297},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+297},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+297},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+297},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+297},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+297}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12fudzw-container\",layoutDependency:layoutDependency,layoutId:\"ltl7I18Et-container\",children:/*#__PURE__*/_jsx(DropdownChinese,{Cm8F7BJF9:Cm8F7BJF94pumfz,dNUf36lEX:50,e0tY18jv9:14,Gi2Ypkuj_:\"TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT \",height:\"100%\",id:\"ltl7I18Et\",layoutId:\"ltl7I18Et\",me9V4gChL:\"40px 20px 40px 20px\",on_ehFLAA:\"24px 20px 24px 20px\",style:{width:\"100%\"},variant:\"yNsbQH43c\",width:\"100%\",xlZWjcMG2:\"CNRI\",...addPropertyOverrides({eb4U9uZbq:{Cm8F7BJF9:Cm8F7BJF95433me,dNUf36lEX:60},GcymNOosw:{Cm8F7BJF9:Cm8F7BJF95433me,dNUf36lEX:60},GskzeXmN5:{Cm8F7BJF9:Cm8F7BJF912lauux,dNUf36lEX:24},gU4rvOQgO:{Cm8F7BJF9:Cm8F7BJF95433me,dNUf36lEX:60},GyjQevQOa:{Cm8F7BJF9:Cm8F7BJF9t3tai,dNUf36lEX:40,Gi2Ypkuj_:\"CNRI \u662F\u4E00\u5BB6\u4E13\u95E8\u4ECE\u4E8B\u78B3\u4E2D\u548C\u7814\u7A76\u7684\u673A\u6784\uFF0C\u901A\u8FC7\u751F\u547D\u5468\u671F\u8BC4\u4F30 (LCA) \u8BE6\u7EC6\u5206\u6790\u516C\u53F8\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5E76\u63D0\u51FA\u51CF\u5C11\u78B3\u6392\u653E\u7684\u7B56\u7565\u5EFA\u8BAE\u3002\u6211\u4EEC\u4E0E Amorepacific \u96C6\u56E2\u548C\u65E5\u8FDB\u674F\u4EC1\u5408\u4F5C\uFF0C\u5EFA\u7ACB\u4E86\u751F\u547D\u5468\u671F\u8BC4\u4F30\u8BA1\u7B97\u7CFB\u7EDF\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u8FD0\u8425\u3002CNRI \u529B\u6C42\u5728\u4FDD\u62A4\u73AF\u5883\u7684\u540C\u65F6\u5B9E\u73B0\u7ECF\u6D4E\u589E\u957F\uFF0C\u4EE5\u521B\u65B0\u7684\u89E3\u51B3\u65B9\u6848\u4E3A\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\u5728\u6B64\u8FC7\u7A0B\u4E2D\uFF0CCNRI \u5C06\u81EA\u8EAB\u5B9A\u4F4D\u4E3A\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u548C\u7ECF\u6D4E\u6548\u76CA\u7684\u91CD\u8981\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},ibwegF6m8:{Cm8F7BJF9:Cm8F7BJF9xfqr4t,dNUf36lEX:40},MXij2E9Ni:{Cm8F7BJF9:Cm8F7BJF912lauux,dNUf36lEX:24},qk_dARtJp:{Cm8F7BJF9:Cm8F7BJF9qgacw9,dNUf36lEX:60,e0tY18jv9:18,Gi2Ypkuj_:\"CNRI \u662F\u4E00\u5BB6\u4E13\u95E8\u4ECE\u4E8B\u78B3\u4E2D\u548C\u7814\u7A76\u7684\u673A\u6784\uFF0C\u901A\u8FC7\u751F\u547D\u5468\u671F\u8BC4\u4F30 (LCA) \u8BE6\u7EC6\u5206\u6790\u516C\u53F8\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5E76\u63D0\u51FA\u51CF\u5C11\u78B3\u6392\u653E\u7684\u7B56\u7565\u5EFA\u8BAE\u3002\u6211\u4EEC\u4E0E Amorepacific \u96C6\u56E2\u548C\u65E5\u8FDB\u674F\u4EC1\u5408\u4F5C\uFF0C\u5EFA\u7ACB\u4E86\u751F\u547D\u5468\u671F\u8BC4\u4F30\u8BA1\u7B97\u7CFB\u7EDF\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u8FD0\u8425\u3002CNRI \u529B\u6C42\u5728\u4FDD\u62A4\u73AF\u5883\u7684\u540C\u65F6\u5B9E\u73B0\u7ECF\u6D4E\u589E\u957F\uFF0C\u4EE5\u521B\u65B0\u7684\u89E3\u51B3\u65B9\u6848\u4E3A\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\u5728\u6B64\u8FC7\u7A0B\u4E2D\uFF0CCNRI \u5C06\u81EA\u8EAB\u5B9A\u4F4D\u4E3A\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u548C\u7ECF\u6D4E\u6548\u76CA\u7684\u91CD\u8981\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},qNHHgHX_q:{Cm8F7BJF9:Cm8F7BJF912lauux,dNUf36lEX:24},r70zMNNMb:{Cm8F7BJF9:Cm8F7BJF9ky5nqk,dNUf36lEX:24,Gi2Ypkuj_:\"CNRI \u662F\u4E00\u5BB6\u4E13\u95E8\u4ECE\u4E8B\u78B3\u4E2D\u548C\u7814\u7A76\u7684\u673A\u6784\uFF0C\u901A\u8FC7\u751F\u547D\u5468\u671F\u8BC4\u4F30 (LCA) \u8BE6\u7EC6\u5206\u6790\u516C\u53F8\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5E76\u63D0\u51FA\u51CF\u5C11\u78B3\u6392\u653E\u7684\u7B56\u7565\u5EFA\u8BAE\u3002\u6211\u4EEC\u4E0E Amorepacific \u96C6\u56E2\u548C\u65E5\u8FDB\u674F\u4EC1\u5408\u4F5C\uFF0C\u5EFA\u7ACB\u4E86\u751F\u547D\u5468\u671F\u8BC4\u4F30\u8BA1\u7B97\u7CFB\u7EDF\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u8FD0\u8425\u3002CNRI \u529B\u6C42\u5728\u4FDD\u62A4\u73AF\u5883\u7684\u540C\u65F6\u5B9E\u73B0\u7ECF\u6D4E\u589E\u957F\uFF0C\u4EE5\u521B\u65B0\u7684\u89E3\u51B3\u65B9\u6848\u4E3A\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\u5728\u6B64\u8FC7\u7A0B\u4E2D\uFF0CCNRI \u5C06\u81EA\u8EAB\u5B9A\u4F4D\u4E3A\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u548C\u7ECF\u6D4E\u6548\u76CA\u7684\u91CD\u8981\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},RV0KTy931:{Cm8F7BJF9:Cm8F7BJF9nilgpi,e0tY18jv9:16,Gi2Ypkuj_:\"CNRI \u662F\u4E00\u5BB6\u4E13\u95E8\u4ECE\u4E8B\u78B3\u4E2D\u548C\u7814\u7A76\u7684\u673A\u6784\uFF0C\u901A\u8FC7\u751F\u547D\u5468\u671F\u8BC4\u4F30 (LCA) \u8BE6\u7EC6\u5206\u6790\u516C\u53F8\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5E76\u63D0\u51FA\u51CF\u5C11\u78B3\u6392\u653E\u7684\u7B56\u7565\u5EFA\u8BAE\u3002\u6211\u4EEC\u4E0E Amorepacific \u96C6\u56E2\u548C\u65E5\u8FDB\u674F\u4EC1\u5408\u4F5C\uFF0C\u5EFA\u7ACB\u4E86\u751F\u547D\u5468\u671F\u8BC4\u4F30\u8BA1\u7B97\u7CFB\u7EDF\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u8FD0\u8425\u3002CNRI \u529B\u6C42\u5728\u4FDD\u62A4\u73AF\u5883\u7684\u540C\u65F6\u5B9E\u73B0\u7ECF\u6D4E\u589E\u957F\uFF0C\u4EE5\u521B\u65B0\u7684\u89E3\u51B3\u65B9\u6848\u4E3A\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u505A\u51FA\u8D21\u732E\u3002\u5728\u6B64\u8FC7\u7A0B\u4E2D\uFF0CCNRI \u5C06\u81EA\u8EAB\u5B9A\u4F4D\u4E3A\u5E2E\u52A9\u4F01\u4E1A\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u548C\u7ECF\u6D4E\u6548\u76CA\u7684\u91CD\u8981\u5408\u4F5C\u4F19\u4F34\u3002\",variant:\"XY3hOO4_f\"},TzTIPJLEH:{Cm8F7BJF9:Cm8F7BJF95433me,dNUf36lEX:60},uhlm8g2ps:{Cm8F7BJF9:Cm8F7BJF9xfqr4t,dNUf36lEX:40},vqBdWRT0i:{Cm8F7BJF9:Cm8F7BJF912lauux,dNUf36lEX:24},wHB39sXke:{Cm8F7BJF9:Cm8F7BJF9xfqr4t,dNUf36lEX:40},WQ1f9Pgrc:{Cm8F7BJF9:Cm8F7BJF9xfqr4t,dNUf36lEX:40}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.67 - 1px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-396)/1)*1))/1*0)+0+395,...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+395},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+429+0)+0+0+0+395},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+395},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+395},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+395},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+395},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-396-0)/1)*1))/1*0)+0+395},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+429+0)+0+0+0+395},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+429+0)+0+0+0+395},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+395},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+429+0)+0+0+0+395},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+395},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(396+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-396)/1)*1))/1*0)+0+395}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1brkazq-container\",layoutDependency:layoutDependency,layoutId:\"vXZpPaL5a-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"vXZpPaL5a\",layoutId:\"vXZpPaL5a\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\",...addPropertyOverrides({GskzeXmN5:{variant:\"TKKC2sAp9\"},GyjQevQOa:{variant:\"OZRK2_H50\"},ibwegF6m8:{variant:\"OZRK2_H50\"},MXij2E9Ni:{variant:\"TKKC2sAp9\"},qNHHgHX_q:{variant:\"TKKC2sAp9\"},r70zMNNMb:{variant:\"TKKC2sAp9\"},uhlm8g2ps:{variant:\"OZRK2_H50\"},vqBdWRT0i:{variant:\"TKKC2sAp9\"},wHB39sXke:{variant:\"OZRK2_H50\"},WQ1f9Pgrc:{variant:\"OZRK2_H50\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vrk385\",layoutDependency:layoutDependency,layoutId:\"BrvhXL2_M\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-820)/2),...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-820)/2)},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-820)/2)},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2)},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2)},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-820)/2)},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2)},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2)},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-820)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fymuqs-container\",layoutDependency:layoutDependency,layoutId:\"GDRO80xcN-container\",children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"GDRO80xcN\",layoutId:\"GDRO80xcN\",style:{width:\"100%\"},variant:\"tKQcl0hdT\",width:\"100%\",...addPropertyOverrides({GyjQevQOa:{variant:\"nDpVR2bNF\"},ibwegF6m8:{variant:\"nDpVR2bNF\"},uhlm8g2ps:{variant:\"nDpVR2bNF\"},wHB39sXke:{variant:\"nDpVR2bNF\"},WQ1f9Pgrc:{variant:\"nDpVR2bNF\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s84gxe\",layoutDependency:layoutDependency,layoutId:\"nD7VHhMo7\",children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+0))/1)*1+0))/2+0+0)),pixelHeight:3470,pixelWidth:4925,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg\",srcSet:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg 4925w\"},className:\"framer-13w5rr0\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"aO1Jniylu\",...addPropertyOverrides({eb4U9uZbq:{background:undefined},fliYGUFVG:{background:undefined},GcymNOosw:{background:undefined},GskzeXmN5:{background:undefined},gU4rvOQgO:{background:undefined},GyjQevQOa:{background:undefined},I6100npJx:{background:undefined},ibwegF6m8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+0+0)),pixelHeight:3470,pixelWidth:4925,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg\",srcSet:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg 4925w\"}},mvOvNGXE7:{background:undefined},MXij2E9Ni:{background:undefined},qk_dARtJp:{background:undefined},qNHHgHX_q:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+0+0)+0+128),pixelHeight:3470,pixelWidth:4925,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg\",srcSet:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg 4925w\"}},r70zMNNMb:{background:undefined},RV0KTy931:{background:undefined},TzTIPJLEH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+0))/1)*1+0))/2+0+0)),pixelHeight:3470,pixelWidth:4925,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,src:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg\",srcSet:\"https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/dcn5d9xQWKjdVAuOajXKMM9AV8.jpg 4925w\"}},uhlm8g2ps:{background:undefined},vqBdWRT0i:{background:undefined},wHB39sXke:{background:undefined},WQ1f9Pgrc:{background:undefined}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-nf2odq\",\"data-framer-name\":\"FITI_SVG\",fill:\"black\",intrinsicHeight:96,intrinsicWidth:255,layoutDependency:layoutDependency,layoutId:\"RfWkLGT1_\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 255.1 96.4\"><defs><radialGradient id=\"a\" cx=\"-1370.7\" cy=\"-1326.9\" fx=\"-1370.7\" fy=\"-1326.9\" r=\"40.7\" gradientTransform=\"matrix(1.7 0 0 1.7 2468.3 2234.3)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#abdcee\"/><stop offset=\"0\" stop-color=\"#89c0df\"/><stop offset=\".2\" stop-color=\"#5f9fcd\"/><stop offset=\".4\" stop-color=\"#3d83be\"/><stop offset=\".5\" stop-color=\"#226db2\"/><stop offset=\".7\" stop-color=\"#0f5eaa\"/><stop offset=\".8\" stop-color=\"#0355a5\"/><stop offset=\"1\" stop-color=\"#0052a4\"/></radialGradient></defs><path d=\"m153.9 4.6-.7.4c-8.8 4.3-15.9 11.1-20.7 19.5l-.4.8H154V4.6m-.1 58.5V41h-27.2l-.5 7.3c0 26.6 21.6 48.2 48.2 48.2s21.1-3.5 29.7-10.2l1.2-.9h-29.2c-14.1 0-22.1-8.1-22.1-22.3M174.4 0h-2.3v25.1h26.8l.8.3c0 .3.3 4 .3 4.8 0 3.1 0 6.6-2 8.6-1.3 1.3-3.4 2-6.2 2h-20v20.1c0 5.6 3.3 8.6 9.6 8.6h36.2v-.3c3.4-6.6 5-13.7 5-21.1 0-26.7-21.6-48.3-48.3-48.3Z\" style=\"fill:url(#a)\"/><path d=\"M255.1 11.2c0 5.4-4.4 9.8-9.9 9.8s-9.8-4.3-9.8-9.8 4.4-9.9 9.8-9.9 9.9 4.4 9.9 9.9Zm-19.5 19.2c.2-.6.7-1.1 1.3-1.3.2-.1.4-.2.6-.2h15.6c.2 0 .4 0 .6.2.6.2 1 .7 1.3 1.3 0 .2.1.4.1.6v46.9c0 13.4-9.1 13.5-15.8 13.5h-.7c-1.2 0-1.9-.5-2.3-.9-.9-.9-.9-1.9-.9-2.1V30.9c0-.2 0-.4.1-.5ZM113.2 11.2c0 5.4-4.4 9.8-9.8 9.8s-9.9-4.3-9.9-9.8 4.4-9.9 9.9-9.9 9.8 4.4 9.8 9.9ZM93.7 30.4c.2-.6.7-1.1 1.3-1.3.2-.1.4-.2.6-.2h15.6c.2 0 .4 0 .6.2.6.2 1 .7 1.3 1.3 0 .2.1.4.1.6v46.9c0 13.5-9.1 13.5-15.8 13.5h-.7c-1.2 0-1.9-.5-2.3-.9-.9-.9-.9-1.9-.9-2.1V30.9c0-.2 0-.4.1-.5Zm-77.3 58c0 .2 0 1.3.9 2.1.4.4 1.1.9 2.3.9h.7c6.7 0 15.8 0 15.8-13.5V55.6h37.6c.2 0 .4 0 .6-.2.6-.2 1.1-.7 1.3-1.3 0-.2.1-.3.1-.5V41.2c0-.1 0 0 0 0v-.4c-.2-.7-.8-1.3-1.5-1.5H36.4v-10c0-6.1 3.4-9 10.3-9h32.5c1.1 0 2.1-.9 2.2-2V4.8c-.2-.7-.8-1.3-1.5-1.5H45.3c-18 0-28.2 10.4-28.2 28.4V39H1.8c-.7.2-1.3.8-1.5 1.5v.3H0v.1c0 .1 0 0 0 0v12.3c0 .1 0 0 0 0 .1 1 .9 1.7 1.8 1.8h14.5v32.7Z\" style=\"fill:#0052a4\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-qlkygy\",\"data-framer-name\":\"KOTITI_SVG\",fill:\"black\",intrinsicHeight:214,intrinsicWidth:847,layoutDependency:layoutDependency,layoutId:\"BtGtmGypj\",svg:'<svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 847.2 213.6\"><defs><linearGradient id=\"linear-gradient\" x1=\"287.2\" y1=\"132.1\" x2=\"295.5\" y2=\"132.1\" gradientTransform=\"matrix(0 -21.4 -21.4 0 3158.7 6314.3)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#0c72ba\"/><stop offset=\".2\" stop-color=\"#0c72ba\"/><stop offset=\"1\" stop-color=\"#7dd2f5\"/></linearGradient><linearGradient id=\"linear-gradient-2\" x1=\"285.8\" y1=\"137.3\" x2=\"294\" y2=\"137.3\" gradientTransform=\"matrix(0 -21.4 -21.4 0 3143.5 6318.6)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#7dd2f5\"/><stop offset=\"0\" stop-color=\"#7dd2f5\"/><stop offset=\".9\" stop-color=\"#0c72ba\"/><stop offset=\"1\" stop-color=\"#0c72ba\"/></linearGradient><linearGradient id=\"linear-gradient-3\" x1=\"282.9\" y1=\"150.8\" x2=\"291.1\" y2=\"150.8\" gradientTransform=\"matrix(21.4 0 0 -21.4 -5877.1 3266.7)\" xlink:href=\"#linear-gradient-2\"/><linearGradient id=\"linear-gradient-4\" x1=\"284.3\" y1=\"145.7\" x2=\"292.6\" y2=\"145.7\" gradientTransform=\"matrix(21.4 0 0 -21.4 -5872.9 3282)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#0c72ba\"/><stop offset=\".1\" stop-color=\"#0c72ba\"/><stop offset=\"1\" stop-color=\"#7dd2f5\"/></linearGradient><clipPath id=\"clippath\"><path class=\"cls-3\" d=\"M353.2 88.9c0 40.7-25.8 75.3-61.9 88.4h.2c48.6 0 88.1-39.4 88.1-88.1s-38.5-87-86.3-88c35 13.7 59.9 47.8 59.9 87.7\"/></clipPath><clipPath id=\"clippath-1\"><path class=\"cls-3\" d=\"M165.9 124.3c0 48 38.4 87 86.2 88-35-13.7-59.9-47.8-59.9-87.7s25.8-75.3 61.9-88.4h-.2c-48.6 0-88.1 39.4-88.1 88.1\"/></clipPath><clipPath id=\"clippath-2\"><path class=\"cls-3\" d=\"M167.2 86.2c13.7-35 47.8-59.9 87.6-59.9s75.3 25.8 88.5 61.9V88c0-48.6-39.4-88-88.1-88s-87 38.4-88 86.2\"/></clipPath><clipPath id=\"clippath-3\"><path class=\"cls-3\" d=\"M202.2 125.5c0 48.6 39.4 88.1 88.1 88.1s87-38.4 88-86.2c-13.7 35-47.8 59.9-87.7 59.9s-75.3-25.8-88.4-61.9v.2\"/></clipPath><style>.cls-3{fill:none}</style></defs><path d=\"M566.1 75.8v133.5h45.2V31.7h-45.2v44.2ZM802 31.7v177.7h45.2V31.7H802ZM122.5 75.8l36.3-44.2H95.6L79.8 53.4 63.5 75.8l-10.9 15-7.5 10.3V31.7H0v177.7h45.2v-39.5l27.3-33.2 31.6 72.7h58.2L103.8 98.7l18.8-22.8Zm323.2-44.1h-47.2v44.2h47.2v133.5h45.2V75.8h51.2V31.7h-96.3Zm238.9 0h-49.2v44.2h49.2v133.5h45.2V75.8H779V31.7h-94.3Z\" style=\"fill:#0c72ba\"/><g style=\"clip-path:url(#clippath)\"><path style=\"fill:url(#linear-gradient)\" d=\"M291.3 1.2h88.3v176.1h-88.3z\"/></g><g style=\"clip-path:url(#clippath-1)\"><path style=\"fill:url(#linear-gradient-2)\" d=\"M165.9 36.3h88.3v176.1h-88.3z\"/></g><g style=\"clip-path:url(#clippath-2)\"><path style=\"fill:url(#linear-gradient-3)\" d=\"M167.2 0h176.1v88.3H167.2z\"/></g><g style=\"clip-path:url(#clippath-3)\"><path style=\"fill:url(#linear-gradient-4)\" d=\"M202.2 125.3h176.1v88.3H202.2z\"/></g></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,pixelHeight:900,pixelWidth:900,src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"},className:\"framer-o3uwsr\",\"data-framer-name\":\"cses\",layoutDependency:layoutDependency,layoutId:\"KAKYZ7Snp\",...addPropertyOverrides({fliYGUFVG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+0))/1)*1+0))/2+0+0)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4-0-237)/2)),pixelHeight:900,pixelWidth:900,sizes:\"237px\",src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1czbs61\",\"data-framer-name\":\"cnri\",fill:\"black\",intrinsicHeight:155,intrinsicWidth:237,layoutDependency:layoutDependency,layoutId:\"u05E3wfLA\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 237.41 155.19\"><defs><style>.cls-1{fill:#001b39;stroke-width:0}</style></defs><path d=\"M192.61 0H44.8C20.1 0 0 21.49 0 47.89s20.1 47.89 44.8 47.89h147.8c24.7 0 44.8-21.49 44.8-47.89S217.31 0 192.61 0Zm0 84.33H44.8c-18.73 0-33.97-16.34-33.97-36.43S26.07 11.45 44.8 11.45h147.8c18.73 0 33.97 16.35 33.97 36.44s-15.23 36.43-33.97 36.43Z\" style=\"fill:#2157f5;stroke-width:0\"/><path class=\"cls-1\" d=\"M125.17 23.72v48.34c0 .8-.58 1.44-1.31 1.44h-7.5c-.39 0-.75-.18-1-.5L93.93 41.68v30.38c0 .8-.59 1.44-1.31 1.44H84.4c-.72 0-1.31-.64-1.31-1.44V23.72c0-.8.59-1.45 1.31-1.45h7.5c.39 0 .75.19 1 .51l21.42 31.32V23.72c0-.8.59-1.45 1.32-1.45h8.22c.72 0 1.31.65 1.31 1.45Zm32.11 29.87a1.074 1.074 0 0 1 .56-1.67c2.31-.7 4.54-1.99 6.26-3.64 2.62-2.56 3.9-5.92 3.9-10.25 0-6.13-2.74-9.7-4.38-11.27-2.13-2-6.11-4.39-12.92-4.39h-16.66c-.61 0-1.1.49-1.1 1.1v48.88c0 .61.49 1.1 1.1 1.1h8.81c.6 0 1.1-.49 1.1-1.1V54.8c0-.42.26-.77.66-.89.09-.03.18-.04.27-.04.3 0 .59.14.77.41l12.8 18.7c.2.3.54.48.9.48h11.04c.36 0 .65-.18.8-.49.15-.3.12-.65-.08-.92l-13.84-18.43Zm-2.55-9.98c-2.14 2.14-5.16 2.42-7.54 2.42h-2.52c-.4 0-.72-.32-.72-.72V31.44c0-.4.32-.72.72-.72h2.6c2.12 0 5.05.3 6.94 1.75 1.72 1.32 2.62 3.29 2.62 5.72 0 2.9-1.32 4.65-2.1 5.43Z\"/><rect class=\"cls-1\" x=\"179.06\" y=\"22.28\" width=\"11.17\" height=\"51.24\" rx=\".97\" ry=\".97\"/><path class=\"cls-1\" d=\"M51.14 47.9c0 8.12 6.61 14.72 14.72 14.72h7.6c1.03 0 1.87.84 1.87 1.87v7.15c0 1.03-.84 1.87-1.87 1.87h-7.6c-6.92 0-13.4-2.72-18.25-7.65-4.86-4.94-7.46-11.46-7.35-18.39.12-6.77 2.89-13.1 7.83-17.85 4.91-4.72 11.36-7.31 18.17-7.31h7.19c1.03 0 1.87.84 1.87 1.87v7.15c0 1.04-.84 1.87-1.87 1.87h-7.6c-8.11 0-14.72 6.6-14.72 14.72Z\"/><g id=\"_\uADF8\uB8F9_13254\" data-name=\"\uADF8\uB8F9 13254\"><g id=\"_\uADF8\uB8F9_13253\" data-name=\"\uADF8\uB8F9 13253\"><path id=\"_\uD328\uC2A4_7592\" data-name=\"\uD328\uC2A4 7592\" class=\"cls-1\" d=\"M16.87 126.18H5.04v3.44h11.08v3.93H5.04v3.59c4.6.07 9.19-.24 13.73-.92l.56 3.84c-4.82.93-9.14 1.09-16.37 1.08H0v-18.89h16.87v3.92ZM3.83 143.49h4.99v7.02h19.42v4.03H3.83v-11.05Zm18.12-23.98h5.01v10.55h4.79v4.07h-4.79v11.74h-5.01V119.5Z\"/><path id=\"_\uD328\uC2A4_7593\" data-name=\"\uD328\uC2A4 7593\" class=\"cls-1\" d=\"M65.91 150.89h-32.6v-4h13.64v-8.06h4.96v8.06h14v4Zm-19.18-26.81v-2.53h5.33v2.53c-.01 5.1 4.57 10.47 12.74 11.72l-2.13 4.17c-6.27-1.15-10.93-4.5-13.27-8.95-2.35 4.43-6.98 7.83-13.19 8.95l-2.13-4.17c8.09-1.25 12.63-6.68 12.66-11.72\"/><path id=\"_\uD328\uC2A4_7594\" data-name=\"\uD328\uC2A4 7594\" class=\"cls-1\" d=\"M100.45 139.7H86.63v2.65c6.2.45 9.89 2.69 9.91 6.36-.02 4.13-4.7 6.45-12.41 6.44-7.8.01-12.48-2.3-12.48-6.44 0-3.69 3.71-5.92 10.04-6.36v-2.65H67.93v-4h32.52v4Zm-19.93-14.74h-9.64v-3.95h26.64v3.95H87.8c.89 2.49 4.51 4.89 11.27 5.46l-1.74 3.92c-6.75-.64-11.27-3.17-13.19-6.65-1.88 3.46-6.36 6.01-13.11 6.65l-1.67-3.92c6.59-.57 10.24-2.99 11.16-5.46m3.61 26.42c4.84.01 7.39-.93 7.41-2.67 0-1.78-2.56-2.65-7.41-2.68-4.94.03-7.41.9-7.38 2.68-.03 1.74 2.45 2.68 7.38 2.67\"/><path id=\"_\uD328\uC2A4_7595\" data-name=\"\uD328\uC2A4 7595\" class=\"cls-1\" d=\"M104.38 121.11h16.52v10.61h-11.56v2.96c5 .11 9.99-.21 14.93-.97l.62 4c-5.74.87-11.54 1.23-17.34 1.07h-3.14v-10.84h11.54v-2.84h-11.58v-3.99Zm4.16 19.77h4.97v3.09h13.9v-3.09h4.98v13.88h-23.85v-13.88Zm18.86 6.92h-13.9v2.95h13.9v-2.95Zm4.99-8.41h-5.02v-19.86h5.02v19.86Z\"/><path id=\"_\uD328\uC2A4_7596\" data-name=\"\uD328\uC2A4 7596\" class=\"cls-1\" d=\"M167.22 145.61h-4.98v-8.45h-8.17a9.503 9.503 0 0 1-6.96 2.92c-5.1.14-9.35-3.87-9.49-8.97-.14-5.1 3.87-9.35 8.97-9.49h.52a9.487 9.487 0 0 1 6.97 2.92h8.16v-5h4.98v26.07Zm-20.11-9.96c2.5.09 4.6-1.86 4.69-4.36v-.43c.04-2.6-2.04-4.75-4.65-4.79a4.723 4.723 0 0 0-4.79 4.65v.14a4.496 4.496 0 0 0 4.17 4.79c.19.01.38.01.58 0m-3.54 7.33h4.98v7.52h19.51v4.03h-24.5v-11.55Zm12.97-12.13c0 .77-.09 1.54-.28 2.29h5.97v-4.62h-5.99c.2.76.3 1.54.29 2.33\"/><path id=\"_\uD328\uC2A4_7597\" data-name=\"\uD328\uC2A4 7597\" class=\"cls-1\" d=\"M200.5 124.79c.08 4.01-.23 8.02-.93 11.97h4.75v4.03h-13.91v14.4h-5.04v-14.4H171.8v-4.03h22.73a56.06 56.06 0 0 0 1-11.19h-20v-3.97h24.97v3.2Z\"/><path id=\"_\uD328\uC2A4_7598\" data-name=\"\uD328\uC2A4 7598\" class=\"cls-1\" d=\"m229.17 134.25.29 3.59c-2.81.47-5.73.79-8.61 1.01v6.77h-5.02v4.89h21.58v4.03h-26.58v-10.65h5v-4.75c-3.2.12-6.25.15-8.96.15l-.59-3.95c7.64.06 15.29-.3 22.89-1.09m-11.29-13.51c5.19-.01 8.89 2.6 8.9 6.4-.02 3.82-3.71 6.28-8.9 6.28s-8.96-2.47-8.96-6.28 3.67-6.41 8.96-6.4m0 9.07c2.41 0 4.14-.94 4.15-2.67-.01-1.78-1.74-2.75-4.15-2.75-2.54 0-4.24.97-4.22 2.75-.02 1.73 1.69 2.67 4.22 2.67m18.74 16.66h-5.01v-2.85h-6.81v-3.41h6.81v-20.68h5.01v26.94Z\"/></g></g></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,pixelHeight:900,pixelWidth:900,src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"},className:\"framer-1msftk7\",\"data-framer-name\":\"cses\",layoutDependency:layoutDependency,layoutId:\"u_W2Z1T86\",...addPropertyOverrides({GcymNOosw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+0))/1)*1+0))/2+0+0)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48-0-360)/2)),pixelHeight:900,pixelWidth:900,sizes:\"360px\",src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1alknrr\",\"data-framer-name\":\"cnri\",fill:\"black\",intrinsicHeight:155,intrinsicWidth:237,layoutDependency:layoutDependency,layoutId:\"SGj2lLatH\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 237.41 155.19\"><defs><style>.cls-1{fill:#001b39;stroke-width:0}</style></defs><path d=\"M192.61 0H44.8C20.1 0 0 21.49 0 47.89s20.1 47.89 44.8 47.89h147.8c24.7 0 44.8-21.49 44.8-47.89S217.31 0 192.61 0Zm0 84.33H44.8c-18.73 0-33.97-16.34-33.97-36.43S26.07 11.45 44.8 11.45h147.8c18.73 0 33.97 16.35 33.97 36.44s-15.23 36.43-33.97 36.43Z\" style=\"fill:#2157f5;stroke-width:0\"/><path class=\"cls-1\" d=\"M125.17 23.72v48.34c0 .8-.58 1.44-1.31 1.44h-7.5c-.39 0-.75-.18-1-.5L93.93 41.68v30.38c0 .8-.59 1.44-1.31 1.44H84.4c-.72 0-1.31-.64-1.31-1.44V23.72c0-.8.59-1.45 1.31-1.45h7.5c.39 0 .75.19 1 .51l21.42 31.32V23.72c0-.8.59-1.45 1.32-1.45h8.22c.72 0 1.31.65 1.31 1.45Zm32.11 29.87a1.074 1.074 0 0 1 .56-1.67c2.31-.7 4.54-1.99 6.26-3.64 2.62-2.56 3.9-5.92 3.9-10.25 0-6.13-2.74-9.7-4.38-11.27-2.13-2-6.11-4.39-12.92-4.39h-16.66c-.61 0-1.1.49-1.1 1.1v48.88c0 .61.49 1.1 1.1 1.1h8.81c.6 0 1.1-.49 1.1-1.1V54.8c0-.42.26-.77.66-.89.09-.03.18-.04.27-.04.3 0 .59.14.77.41l12.8 18.7c.2.3.54.48.9.48h11.04c.36 0 .65-.18.8-.49.15-.3.12-.65-.08-.92l-13.84-18.43Zm-2.55-9.98c-2.14 2.14-5.16 2.42-7.54 2.42h-2.52c-.4 0-.72-.32-.72-.72V31.44c0-.4.32-.72.72-.72h2.6c2.12 0 5.05.3 6.94 1.75 1.72 1.32 2.62 3.29 2.62 5.72 0 2.9-1.32 4.65-2.1 5.43Z\"/><rect class=\"cls-1\" x=\"179.06\" y=\"22.28\" width=\"11.17\" height=\"51.24\" rx=\".97\" ry=\".97\"/><path class=\"cls-1\" d=\"M51.14 47.9c0 8.12 6.61 14.72 14.72 14.72h7.6c1.03 0 1.87.84 1.87 1.87v7.15c0 1.03-.84 1.87-1.87 1.87h-7.6c-6.92 0-13.4-2.72-18.25-7.65-4.86-4.94-7.46-11.46-7.35-18.39.12-6.77 2.89-13.1 7.83-17.85 4.91-4.72 11.36-7.31 18.17-7.31h7.19c1.03 0 1.87.84 1.87 1.87v7.15c0 1.04-.84 1.87-1.87 1.87h-7.6c-8.11 0-14.72 6.6-14.72 14.72Z\"/><g id=\"_\uADF8\uB8F9_13254\" data-name=\"\uADF8\uB8F9 13254\"><g id=\"_\uADF8\uB8F9_13253\" data-name=\"\uADF8\uB8F9 13253\"><path id=\"_\uD328\uC2A4_7592\" data-name=\"\uD328\uC2A4 7592\" class=\"cls-1\" d=\"M16.87 126.18H5.04v3.44h11.08v3.93H5.04v3.59c4.6.07 9.19-.24 13.73-.92l.56 3.84c-4.82.93-9.14 1.09-16.37 1.08H0v-18.89h16.87v3.92ZM3.83 143.49h4.99v7.02h19.42v4.03H3.83v-11.05Zm18.12-23.98h5.01v10.55h4.79v4.07h-4.79v11.74h-5.01V119.5Z\"/><path id=\"_\uD328\uC2A4_7593\" data-name=\"\uD328\uC2A4 7593\" class=\"cls-1\" d=\"M65.91 150.89h-32.6v-4h13.64v-8.06h4.96v8.06h14v4Zm-19.18-26.81v-2.53h5.33v2.53c-.01 5.1 4.57 10.47 12.74 11.72l-2.13 4.17c-6.27-1.15-10.93-4.5-13.27-8.95-2.35 4.43-6.98 7.83-13.19 8.95l-2.13-4.17c8.09-1.25 12.63-6.68 12.66-11.72\"/><path id=\"_\uD328\uC2A4_7594\" data-name=\"\uD328\uC2A4 7594\" class=\"cls-1\" d=\"M100.45 139.7H86.63v2.65c6.2.45 9.89 2.69 9.91 6.36-.02 4.13-4.7 6.45-12.41 6.44-7.8.01-12.48-2.3-12.48-6.44 0-3.69 3.71-5.92 10.04-6.36v-2.65H67.93v-4h32.52v4Zm-19.93-14.74h-9.64v-3.95h26.64v3.95H87.8c.89 2.49 4.51 4.89 11.27 5.46l-1.74 3.92c-6.75-.64-11.27-3.17-13.19-6.65-1.88 3.46-6.36 6.01-13.11 6.65l-1.67-3.92c6.59-.57 10.24-2.99 11.16-5.46m3.61 26.42c4.84.01 7.39-.93 7.41-2.67 0-1.78-2.56-2.65-7.41-2.68-4.94.03-7.41.9-7.38 2.68-.03 1.74 2.45 2.68 7.38 2.67\"/><path id=\"_\uD328\uC2A4_7595\" data-name=\"\uD328\uC2A4 7595\" class=\"cls-1\" d=\"M104.38 121.11h16.52v10.61h-11.56v2.96c5 .11 9.99-.21 14.93-.97l.62 4c-5.74.87-11.54 1.23-17.34 1.07h-3.14v-10.84h11.54v-2.84h-11.58v-3.99Zm4.16 19.77h4.97v3.09h13.9v-3.09h4.98v13.88h-23.85v-13.88Zm18.86 6.92h-13.9v2.95h13.9v-2.95Zm4.99-8.41h-5.02v-19.86h5.02v19.86Z\"/><path id=\"_\uD328\uC2A4_7596\" data-name=\"\uD328\uC2A4 7596\" class=\"cls-1\" d=\"M167.22 145.61h-4.98v-8.45h-8.17a9.503 9.503 0 0 1-6.96 2.92c-5.1.14-9.35-3.87-9.49-8.97-.14-5.1 3.87-9.35 8.97-9.49h.52a9.487 9.487 0 0 1 6.97 2.92h8.16v-5h4.98v26.07Zm-20.11-9.96c2.5.09 4.6-1.86 4.69-4.36v-.43c.04-2.6-2.04-4.75-4.65-4.79a4.723 4.723 0 0 0-4.79 4.65v.14a4.496 4.496 0 0 0 4.17 4.79c.19.01.38.01.58 0m-3.54 7.33h4.98v7.52h19.51v4.03h-24.5v-11.55Zm12.97-12.13c0 .77-.09 1.54-.28 2.29h5.97v-4.62h-5.99c.2.76.3 1.54.29 2.33\"/><path id=\"_\uD328\uC2A4_7597\" data-name=\"\uD328\uC2A4 7597\" class=\"cls-1\" d=\"M200.5 124.79c.08 4.01-.23 8.02-.93 11.97h4.75v4.03h-13.91v14.4h-5.04v-14.4H171.8v-4.03h22.73a56.06 56.06 0 0 0 1-11.19h-20v-3.97h24.97v3.2Z\"/><path id=\"_\uD328\uC2A4_7598\" data-name=\"\uD328\uC2A4 7598\" class=\"cls-1\" d=\"m229.17 134.25.29 3.59c-2.81.47-5.73.79-8.61 1.01v6.77h-5.02v4.89h21.58v4.03h-26.58v-10.65h5v-4.75c-3.2.12-6.25.15-8.96.15l-.59-3.95c7.64.06 15.29-.3 22.89-1.09m-11.29-13.51c5.19-.01 8.89 2.6 8.9 6.4-.02 3.82-3.71 6.28-8.9 6.28s-8.96-2.47-8.96-6.28 3.67-6.41 8.96-6.4m0 9.07c2.41 0 4.14-.94 4.15-2.67-.01-1.78-1.74-2.75-4.15-2.75-2.54 0-4.24.97-4.22 2.75-.02 1.73 1.69 2.67 4.22 2.67m18.74 16.66h-5.01v-2.85h-6.81v-3.41h6.81v-20.68h5.01v26.94Z\"/></g></g></svg>',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,pixelHeight:900,pixelWidth:900,src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"},className:\"framer-1rlcuw9\",\"data-framer-name\":\"cses\",layoutDependency:layoutDependency,layoutId:\"K0j7QHTGj\",...addPropertyOverrides({uhlm8g2ps:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+0+0)+(0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37-0-200)/2)),pixelHeight:900,pixelWidth:900,sizes:\"200px\",src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1k4cjbg\",\"data-framer-name\":\"cnri\",fill:\"black\",intrinsicHeight:155,intrinsicWidth:237,layoutDependency:layoutDependency,layoutId:\"V6PWbYr4W\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 237.41 155.19\"><defs><style>.cls-1{fill:#001b39;stroke-width:0}</style></defs><path d=\"M192.61 0H44.8C20.1 0 0 21.49 0 47.89s20.1 47.89 44.8 47.89h147.8c24.7 0 44.8-21.49 44.8-47.89S217.31 0 192.61 0Zm0 84.33H44.8c-18.73 0-33.97-16.34-33.97-36.43S26.07 11.45 44.8 11.45h147.8c18.73 0 33.97 16.35 33.97 36.44s-15.23 36.43-33.97 36.43Z\" style=\"fill:#2157f5;stroke-width:0\"/><path class=\"cls-1\" d=\"M125.17 23.72v48.34c0 .8-.58 1.44-1.31 1.44h-7.5c-.39 0-.75-.18-1-.5L93.93 41.68v30.38c0 .8-.59 1.44-1.31 1.44H84.4c-.72 0-1.31-.64-1.31-1.44V23.72c0-.8.59-1.45 1.31-1.45h7.5c.39 0 .75.19 1 .51l21.42 31.32V23.72c0-.8.59-1.45 1.32-1.45h8.22c.72 0 1.31.65 1.31 1.45Zm32.11 29.87a1.074 1.074 0 0 1 .56-1.67c2.31-.7 4.54-1.99 6.26-3.64 2.62-2.56 3.9-5.92 3.9-10.25 0-6.13-2.74-9.7-4.38-11.27-2.13-2-6.11-4.39-12.92-4.39h-16.66c-.61 0-1.1.49-1.1 1.1v48.88c0 .61.49 1.1 1.1 1.1h8.81c.6 0 1.1-.49 1.1-1.1V54.8c0-.42.26-.77.66-.89.09-.03.18-.04.27-.04.3 0 .59.14.77.41l12.8 18.7c.2.3.54.48.9.48h11.04c.36 0 .65-.18.8-.49.15-.3.12-.65-.08-.92l-13.84-18.43Zm-2.55-9.98c-2.14 2.14-5.16 2.42-7.54 2.42h-2.52c-.4 0-.72-.32-.72-.72V31.44c0-.4.32-.72.72-.72h2.6c2.12 0 5.05.3 6.94 1.75 1.72 1.32 2.62 3.29 2.62 5.72 0 2.9-1.32 4.65-2.1 5.43Z\"/><rect class=\"cls-1\" x=\"179.06\" y=\"22.28\" width=\"11.17\" height=\"51.24\" rx=\".97\" ry=\".97\"/><path class=\"cls-1\" d=\"M51.14 47.9c0 8.12 6.61 14.72 14.72 14.72h7.6c1.03 0 1.87.84 1.87 1.87v7.15c0 1.03-.84 1.87-1.87 1.87h-7.6c-6.92 0-13.4-2.72-18.25-7.65-4.86-4.94-7.46-11.46-7.35-18.39.12-6.77 2.89-13.1 7.83-17.85 4.91-4.72 11.36-7.31 18.17-7.31h7.19c1.03 0 1.87.84 1.87 1.87v7.15c0 1.04-.84 1.87-1.87 1.87h-7.6c-8.11 0-14.72 6.6-14.72 14.72Z\"/><g id=\"_\uADF8\uB8F9_13254\" data-name=\"\uADF8\uB8F9 13254\"><g id=\"_\uADF8\uB8F9_13253\" data-name=\"\uADF8\uB8F9 13253\"><path id=\"_\uD328\uC2A4_7592\" data-name=\"\uD328\uC2A4 7592\" class=\"cls-1\" d=\"M16.87 126.18H5.04v3.44h11.08v3.93H5.04v3.59c4.6.07 9.19-.24 13.73-.92l.56 3.84c-4.82.93-9.14 1.09-16.37 1.08H0v-18.89h16.87v3.92ZM3.83 143.49h4.99v7.02h19.42v4.03H3.83v-11.05Zm18.12-23.98h5.01v10.55h4.79v4.07h-4.79v11.74h-5.01V119.5Z\"/><path id=\"_\uD328\uC2A4_7593\" data-name=\"\uD328\uC2A4 7593\" class=\"cls-1\" d=\"M65.91 150.89h-32.6v-4h13.64v-8.06h4.96v8.06h14v4Zm-19.18-26.81v-2.53h5.33v2.53c-.01 5.1 4.57 10.47 12.74 11.72l-2.13 4.17c-6.27-1.15-10.93-4.5-13.27-8.95-2.35 4.43-6.98 7.83-13.19 8.95l-2.13-4.17c8.09-1.25 12.63-6.68 12.66-11.72\"/><path id=\"_\uD328\uC2A4_7594\" data-name=\"\uD328\uC2A4 7594\" class=\"cls-1\" d=\"M100.45 139.7H86.63v2.65c6.2.45 9.89 2.69 9.91 6.36-.02 4.13-4.7 6.45-12.41 6.44-7.8.01-12.48-2.3-12.48-6.44 0-3.69 3.71-5.92 10.04-6.36v-2.65H67.93v-4h32.52v4Zm-19.93-14.74h-9.64v-3.95h26.64v3.95H87.8c.89 2.49 4.51 4.89 11.27 5.46l-1.74 3.92c-6.75-.64-11.27-3.17-13.19-6.65-1.88 3.46-6.36 6.01-13.11 6.65l-1.67-3.92c6.59-.57 10.24-2.99 11.16-5.46m3.61 26.42c4.84.01 7.39-.93 7.41-2.67 0-1.78-2.56-2.65-7.41-2.68-4.94.03-7.41.9-7.38 2.68-.03 1.74 2.45 2.68 7.38 2.67\"/><path id=\"_\uD328\uC2A4_7595\" data-name=\"\uD328\uC2A4 7595\" class=\"cls-1\" d=\"M104.38 121.11h16.52v10.61h-11.56v2.96c5 .11 9.99-.21 14.93-.97l.62 4c-5.74.87-11.54 1.23-17.34 1.07h-3.14v-10.84h11.54v-2.84h-11.58v-3.99Zm4.16 19.77h4.97v3.09h13.9v-3.09h4.98v13.88h-23.85v-13.88Zm18.86 6.92h-13.9v2.95h13.9v-2.95Zm4.99-8.41h-5.02v-19.86h5.02v19.86Z\"/><path id=\"_\uD328\uC2A4_7596\" data-name=\"\uD328\uC2A4 7596\" class=\"cls-1\" d=\"M167.22 145.61h-4.98v-8.45h-8.17a9.503 9.503 0 0 1-6.96 2.92c-5.1.14-9.35-3.87-9.49-8.97-.14-5.1 3.87-9.35 8.97-9.49h.52a9.487 9.487 0 0 1 6.97 2.92h8.16v-5h4.98v26.07Zm-20.11-9.96c2.5.09 4.6-1.86 4.69-4.36v-.43c.04-2.6-2.04-4.75-4.65-4.79a4.723 4.723 0 0 0-4.79 4.65v.14a4.496 4.496 0 0 0 4.17 4.79c.19.01.38.01.58 0m-3.54 7.33h4.98v7.52h19.51v4.03h-24.5v-11.55Zm12.97-12.13c0 .77-.09 1.54-.28 2.29h5.97v-4.62h-5.99c.2.76.3 1.54.29 2.33\"/><path id=\"_\uD328\uC2A4_7597\" data-name=\"\uD328\uC2A4 7597\" class=\"cls-1\" d=\"M200.5 124.79c.08 4.01-.23 8.02-.93 11.97h4.75v4.03h-13.91v14.4h-5.04v-14.4H171.8v-4.03h22.73a56.06 56.06 0 0 0 1-11.19h-20v-3.97h24.97v3.2Z\"/><path id=\"_\uD328\uC2A4_7598\" data-name=\"\uD328\uC2A4 7598\" class=\"cls-1\" d=\"m229.17 134.25.29 3.59c-2.81.47-5.73.79-8.61 1.01v6.77h-5.02v4.89h21.58v4.03h-26.58v-10.65h5v-4.75c-3.2.12-6.25.15-8.96.15l-.59-3.95c7.64.06 15.29-.3 22.89-1.09m-11.29-13.51c5.19-.01 8.89 2.6 8.9 6.4-.02 3.82-3.71 6.28-8.9 6.28s-8.96-2.47-8.96-6.28 3.67-6.41 8.96-6.4m0 9.07c2.41 0 4.14-.94 4.15-2.67-.01-1.78-1.74-2.75-4.15-2.75-2.54 0-4.24.97-4.22 2.75-.02 1.73 1.69 2.67 4.22 2.67m18.74 16.66h-5.01v-2.85h-6.81v-3.41h6.81v-20.68h5.01v26.94Z\"/></g></g></svg>',withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,pixelHeight:900,pixelWidth:900,src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"},className:\"framer-15odtlt\",\"data-framer-name\":\"cses\",layoutDependency:layoutDependency,layoutId:\"wzLvmPRLQ\",...addPropertyOverrides({GskzeXmN5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:900,intrinsicWidth:900,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+0+0)+0+128+31.5),pixelHeight:900,pixelWidth:900,sizes:\"237px\",src:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png\",srcSet:\"https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png?scale-down-to=512 512w,https://framerusercontent.com/images/5ibcuOD0uiCVjzu5yPZohFQw.png 900w\"}}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-14aaeo1\",\"data-framer-name\":\"cnri\",fill:\"black\",intrinsicHeight:155,intrinsicWidth:237,layoutDependency:layoutDependency,layoutId:\"JZuDWy9Y3\",svg:'<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 237.41 155.19\"><defs><style>.cls-1{fill:#001b39;stroke-width:0}</style></defs><path d=\"M192.61 0H44.8C20.1 0 0 21.49 0 47.89s20.1 47.89 44.8 47.89h147.8c24.7 0 44.8-21.49 44.8-47.89S217.31 0 192.61 0Zm0 84.33H44.8c-18.73 0-33.97-16.34-33.97-36.43S26.07 11.45 44.8 11.45h147.8c18.73 0 33.97 16.35 33.97 36.44s-15.23 36.43-33.97 36.43Z\" style=\"fill:#2157f5;stroke-width:0\"/><path class=\"cls-1\" d=\"M125.17 23.72v48.34c0 .8-.58 1.44-1.31 1.44h-7.5c-.39 0-.75-.18-1-.5L93.93 41.68v30.38c0 .8-.59 1.44-1.31 1.44H84.4c-.72 0-1.31-.64-1.31-1.44V23.72c0-.8.59-1.45 1.31-1.45h7.5c.39 0 .75.19 1 .51l21.42 31.32V23.72c0-.8.59-1.45 1.32-1.45h8.22c.72 0 1.31.65 1.31 1.45Zm32.11 29.87a1.074 1.074 0 0 1 .56-1.67c2.31-.7 4.54-1.99 6.26-3.64 2.62-2.56 3.9-5.92 3.9-10.25 0-6.13-2.74-9.7-4.38-11.27-2.13-2-6.11-4.39-12.92-4.39h-16.66c-.61 0-1.1.49-1.1 1.1v48.88c0 .61.49 1.1 1.1 1.1h8.81c.6 0 1.1-.49 1.1-1.1V54.8c0-.42.26-.77.66-.89.09-.03.18-.04.27-.04.3 0 .59.14.77.41l12.8 18.7c.2.3.54.48.9.48h11.04c.36 0 .65-.18.8-.49.15-.3.12-.65-.08-.92l-13.84-18.43Zm-2.55-9.98c-2.14 2.14-5.16 2.42-7.54 2.42h-2.52c-.4 0-.72-.32-.72-.72V31.44c0-.4.32-.72.72-.72h2.6c2.12 0 5.05.3 6.94 1.75 1.72 1.32 2.62 3.29 2.62 5.72 0 2.9-1.32 4.65-2.1 5.43Z\"/><rect class=\"cls-1\" x=\"179.06\" y=\"22.28\" width=\"11.17\" height=\"51.24\" rx=\".97\" ry=\".97\"/><path class=\"cls-1\" d=\"M51.14 47.9c0 8.12 6.61 14.72 14.72 14.72h7.6c1.03 0 1.87.84 1.87 1.87v7.15c0 1.03-.84 1.87-1.87 1.87h-7.6c-6.92 0-13.4-2.72-18.25-7.65-4.86-4.94-7.46-11.46-7.35-18.39.12-6.77 2.89-13.1 7.83-17.85 4.91-4.72 11.36-7.31 18.17-7.31h7.19c1.03 0 1.87.84 1.87 1.87v7.15c0 1.04-.84 1.87-1.87 1.87h-7.6c-8.11 0-14.72 6.6-14.72 14.72Z\"/><g id=\"_\uADF8\uB8F9_13254\" data-name=\"\uADF8\uB8F9 13254\"><g id=\"_\uADF8\uB8F9_13253\" data-name=\"\uADF8\uB8F9 13253\"><path id=\"_\uD328\uC2A4_7592\" data-name=\"\uD328\uC2A4 7592\" class=\"cls-1\" d=\"M16.87 126.18H5.04v3.44h11.08v3.93H5.04v3.59c4.6.07 9.19-.24 13.73-.92l.56 3.84c-4.82.93-9.14 1.09-16.37 1.08H0v-18.89h16.87v3.92ZM3.83 143.49h4.99v7.02h19.42v4.03H3.83v-11.05Zm18.12-23.98h5.01v10.55h4.79v4.07h-4.79v11.74h-5.01V119.5Z\"/><path id=\"_\uD328\uC2A4_7593\" data-name=\"\uD328\uC2A4 7593\" class=\"cls-1\" d=\"M65.91 150.89h-32.6v-4h13.64v-8.06h4.96v8.06h14v4Zm-19.18-26.81v-2.53h5.33v2.53c-.01 5.1 4.57 10.47 12.74 11.72l-2.13 4.17c-6.27-1.15-10.93-4.5-13.27-8.95-2.35 4.43-6.98 7.83-13.19 8.95l-2.13-4.17c8.09-1.25 12.63-6.68 12.66-11.72\"/><path id=\"_\uD328\uC2A4_7594\" data-name=\"\uD328\uC2A4 7594\" class=\"cls-1\" d=\"M100.45 139.7H86.63v2.65c6.2.45 9.89 2.69 9.91 6.36-.02 4.13-4.7 6.45-12.41 6.44-7.8.01-12.48-2.3-12.48-6.44 0-3.69 3.71-5.92 10.04-6.36v-2.65H67.93v-4h32.52v4Zm-19.93-14.74h-9.64v-3.95h26.64v3.95H87.8c.89 2.49 4.51 4.89 11.27 5.46l-1.74 3.92c-6.75-.64-11.27-3.17-13.19-6.65-1.88 3.46-6.36 6.01-13.11 6.65l-1.67-3.92c6.59-.57 10.24-2.99 11.16-5.46m3.61 26.42c4.84.01 7.39-.93 7.41-2.67 0-1.78-2.56-2.65-7.41-2.68-4.94.03-7.41.9-7.38 2.68-.03 1.74 2.45 2.68 7.38 2.67\"/><path id=\"_\uD328\uC2A4_7595\" data-name=\"\uD328\uC2A4 7595\" class=\"cls-1\" d=\"M104.38 121.11h16.52v10.61h-11.56v2.96c5 .11 9.99-.21 14.93-.97l.62 4c-5.74.87-11.54 1.23-17.34 1.07h-3.14v-10.84h11.54v-2.84h-11.58v-3.99Zm4.16 19.77h4.97v3.09h13.9v-3.09h4.98v13.88h-23.85v-13.88Zm18.86 6.92h-13.9v2.95h13.9v-2.95Zm4.99-8.41h-5.02v-19.86h5.02v19.86Z\"/><path id=\"_\uD328\uC2A4_7596\" data-name=\"\uD328\uC2A4 7596\" class=\"cls-1\" d=\"M167.22 145.61h-4.98v-8.45h-8.17a9.503 9.503 0 0 1-6.96 2.92c-5.1.14-9.35-3.87-9.49-8.97-.14-5.1 3.87-9.35 8.97-9.49h.52a9.487 9.487 0 0 1 6.97 2.92h8.16v-5h4.98v26.07Zm-20.11-9.96c2.5.09 4.6-1.86 4.69-4.36v-.43c.04-2.6-2.04-4.75-4.65-4.79a4.723 4.723 0 0 0-4.79 4.65v.14a4.496 4.496 0 0 0 4.17 4.79c.19.01.38.01.58 0m-3.54 7.33h4.98v7.52h19.51v4.03h-24.5v-11.55Zm12.97-12.13c0 .77-.09 1.54-.28 2.29h5.97v-4.62h-5.99c.2.76.3 1.54.29 2.33\"/><path id=\"_\uD328\uC2A4_7597\" data-name=\"\uD328\uC2A4 7597\" class=\"cls-1\" d=\"M200.5 124.79c.08 4.01-.23 8.02-.93 11.97h4.75v4.03h-13.91v14.4h-5.04v-14.4H171.8v-4.03h22.73a56.06 56.06 0 0 0 1-11.19h-20v-3.97h24.97v3.2Z\"/><path id=\"_\uD328\uC2A4_7598\" data-name=\"\uD328\uC2A4 7598\" class=\"cls-1\" d=\"m229.17 134.25.29 3.59c-2.81.47-5.73.79-8.61 1.01v6.77h-5.02v4.89h21.58v4.03h-26.58v-10.65h5v-4.75c-3.2.12-6.25.15-8.96.15l-.59-3.95c7.64.06 15.29-.3 22.89-1.09m-11.29-13.51c5.19-.01 8.89 2.6 8.9 6.4-.02 3.82-3.71 6.28-8.9 6.28s-8.96-2.47-8.96-6.28 3.67-6.41 8.96-6.4m0 9.07c2.41 0 4.14-.94 4.15-2.67-.01-1.78-1.74-2.75-4.15-2.75-2.54 0-4.24.97-4.22 2.75-.02 1.73 1.69 2.67 4.22 2.67m18.74 16.66h-5.01v-2.85h-6.81v-3.41h6.81v-20.68h5.01v26.94Z\"/></g></g></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.33)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.4+0),...addPropertyOverrides({eb4U9uZbq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+0)},GcymNOosw:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+0)},GskzeXmN5:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+0+0)+0+127},gU4rvOQgO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+0)},GyjQevQOa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+0)},ibwegF6m8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+0)},MXij2E9Ni:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+0+0)+0+127},qk_dARtJp:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0)*1-0)*.48+0)},qNHHgHX_q:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+0+0)+0+127},r70zMNNMb:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+0+0)+0+127},TzTIPJLEH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||820)-0)*1-0)*.48+0)},uhlm8g2ps:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+0)},vqBdWRT0i:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+0+0)+0+127},wHB39sXke:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+0)},WQ1f9Pgrc:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1)/2)+0+(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0-(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+1+0))/1)*1+0))/2+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||700)-0)*1-0)*.37+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1c5gacp-container\",layoutDependency:layoutDependency,layoutId:\"CXOt3IEad-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"CXOt3IEad\",layoutId:\"CXOt3IEad\",style:{height:\"100%\",width:\"100%\"},variant:\"XzrWLZdK7\",width:\"100%\",...addPropertyOverrides({eb4U9uZbq:{variant:\"fk9UchWUm\"},GcymNOosw:{variant:\"fk9UchWUm\"},GskzeXmN5:{variant:\"TKKC2sAp9\"},gU4rvOQgO:{variant:\"fk9UchWUm\"},GyjQevQOa:{variant:\"TKKC2sAp9\"},ibwegF6m8:{variant:\"TKKC2sAp9\"},MXij2E9Ni:{variant:\"TKKC2sAp9\"},qk_dARtJp:{variant:\"fk9UchWUm\"},qNHHgHX_q:{variant:\"TKKC2sAp9\"},r70zMNNMb:{variant:\"TKKC2sAp9\"},TzTIPJLEH:{variant:\"fk9UchWUm\"},uhlm8g2ps:{variant:\"TKKC2sAp9\"},vqBdWRT0i:{variant:\"TKKC2sAp9\"},wHB39sXke:{variant:\"TKKC2sAp9\"},WQ1f9Pgrc:{variant:\"TKKC2sAp9\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-omxrqu\",layoutDependency:layoutDependency,layoutId:\"nQen2rEkF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nk45d6\",layoutDependency:layoutDependency,layoutId:\"Tnh6EaE7x\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})}),className:\"framer-o3pqb1\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"nanOvzjKj\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eb4U9uZbq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},GcymNOosw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},GskzeXmN5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},gU4rvOQgO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},GyjQevQOa:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},ibwegF6m8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},MXij2E9Ni:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},qk_dARtJp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},qNHHgHX_q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},r70zMNNMb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},TzTIPJLEH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},uhlm8g2ps:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},vqBdWRT0i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},wHB39sXke:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})},WQ1f9Pgrc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"\u5408\u4F5C\u4F19\u4F34\"})})}},baseVariant,gestureVariant)})}),isDisplayed11()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),className:\"framer-18pxdty\",\"data-framer-name\":\"\u3137\u3137\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"qNnFWlz77\",style:{\"--extracted-1of0zx5\":\"rgb(26, 26, 26)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eb4U9uZbq:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})})},GcymNOosw:{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})})},gU4rvOQgO:{children:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})})},qk_dARtJp:{children:(_getLocalizedValue4=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})})},TzTIPJLEH:{children:(_getLocalizedValue5=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})})}},baseVariant,gestureVariant)}),isDisplayed12()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO1ByZXRlbmRhcmQgUmVndWxhcg==\",\"--framer-font-family\":'\"Pretendard Regular\", \"Pretendard Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"\uC5F0\uAD6C \uAE30\uAD00\uC740 CARE ID\uC758 \uB514\uC9C0\uD138 \uC81C\uD488 \uC5EC\uAD8C(DPP)\uACFC \uD0C4\uC18C\uACC4\uC0B0\uAE30 \uAE30\uC220\uC744 \uD1B5\uD574 \uC5F0\uAD6C\uC640 \uAD50\uC721\uC758 \uAE4A\uC774\uB97C \uB354\uC6B1 \uAC15\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC5F0\uAD6C \uAE30\uAD00\uC740 \uC774\uB7EC\uD55C \uC790\uC6D0\uC744 \uD1B5\uD574 ESG \uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uACE0, \uD658\uACBD\uC801\uCC45\uC784\uC744 \uC2E4\uCC9C\uD558\uBA70, \uC5F0\uAD6C\uC758 \uC2E0\uB8B0\uB3C4\uC640 \uC0AC\uD68C\uC801 \uC601\uD5A5\uB825\uC744 \uB192\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD2B9\uD788, DPP\uC640 \uD0C4\uC18C \uACC4\uC0B0\uAE30\uB294 \uC81C\uD488\uC758 \uC0DD\uC0B0, \uC0AC\uC6A9, \uD3D0\uAE30 \uB2E8\uACC4\uC5D0 \uC774\uB974\uAE30\uAE4C\uC9C0 \uC804\uCCB4\uC801\uC778 \uD658\uACBD \uC601\uD5A5\uC744 \uBD84\uC11D\uD558\uACE0 \uC774\uB97C \uAD6C\uCCB4\uC801\uC778 \uB370\uC774\uD130\uB85C \uD658\uC6D0\uD560 \uC218 \uC788\uB3C4\uB85D \uB3D5\uC2B5\uB2C8\uB2E4. \uC774\uB97C \uD1B5\uD574 \uC5F0\uAD6C \uAE30\uAD00\uC740 \uC9C0\uC18D \uAC00\uB2A5\uD55C \uAC1C\uBC1C \uBAA9\uD45C(SDGs)\uC640 \uC5F0\uACC4\uB41C \uC5F0\uAD6C\uB97C \uC218\uD589\uD574, \uD658\uACBD\uC801 \uCC45\uC784\uC744 \uC2E4\uD604\uD558\uB294 \uB370 \uD544\uC694\uD55C \uD575\uC2EC \uC815\uBCF4\uB97C \uD655\uBCF4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774\uB7EC\uD55C \uAE30\uC220\uC801 \uC790\uC6D0\uC740 \uC5F0\uAD6C\uC758 \uD488\uC9C8\uC744 \uB192\uC774\uACE0, \uAD50\uC721 \uD504\uB85C\uADF8\uB7A8\uC758 \uD6A8\uACFC\uC131\uC744 \uAC15\uD654\uD558\uB294 \uB370 \uC911\uC694\uD55C \uAE30\uC5EC\uB97C \uD558\uBA70, \uC5F0\uAD6C \uAE30\uAD00\uC774 \uAE00\uB85C\uBC8C \uD658\uACBD \uC774\uC288\uC5D0 \uB300\uC751\uD558\uB294 \uB370 \uC788\uC5B4 \uAC15\uB825\uD55C \uB3C4\uAD6C\uB85C \uC791\uC6A9\uD569\uB2C8\uB2E4.\"})}),className:\"framer-11v9u4d\",\"data-framer-name\":\"\u314B\u314B\",fonts:[\"CUSTOM;Pretendard Regular\"],layoutDependency:layoutDependency,layoutId:\"smkjFQhMG\",style:{\"--extracted-1of0zx5\":\"rgb(26, 26, 26)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GskzeXmN5:{children:(_getLocalizedValue7=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},GyjQevQOa:{children:(_getLocalizedValue8=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},ibwegF6m8:{children:(_getLocalizedValue9=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},MXij2E9Ni:{children:(_getLocalizedValue10=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},qNHHgHX_q:{children:(_getLocalizedValue11=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},r70zMNNMb:{children:(_getLocalizedValue12=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},uhlm8g2ps:{children:(_getLocalizedValue13=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},vqBdWRT0i:{children:(_getLocalizedValue14=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.1px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},wHB39sXke:{children:(_getLocalizedValue15=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]},WQ1f9Pgrc:{children:(_getLocalizedValue16=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(26, 26, 26))\"},children:\"CARE ID \u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u5408\u4F5C\uFF0C\u63D0\u4F9B\u66F4\u53EF\u9760\u3001\u66F4\u900F\u660E\u7684 ESG \u7BA1\u7406\u652F\u6301\u548C\u53EF\u6301\u7EED\u6027\u3002\u8FD9\u79CD\u5408\u4F5C\u5173\u7CFB\u5728\u4EA7\u54C1\u7684\u751F\u4EA7\u3001\u4F7F\u7528\u548C\u5904\u7406\u7684\u5404\u4E2A\u9636\u6BB5\uFF0C\u5E2E\u52A9\u6211\u4EEC\u6DF1\u5165\u5206\u6790\u548C\u7BA1\u7406\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\uFF0C\u5E76\u5C06\u8FD9\u4E9B\u4FE1\u606F\u8F6C\u5316\u4E3A\u5177\u4F53\u6570\u636E\uFF0C\u8BC1\u660E\u4F01\u4E1A\u5728\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u7684\u52AA\u529B\u3002\u7279\u522B\u662F\uFF0C\u6211\u4EEC\u7684\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u548C\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u6280\u672F\u6240\u63D0\u4F9B\u7684\u6570\u636E\uFF0C\u80FD\u591F\u5E2E\u52A9\u91CF\u5316\u4EA7\u54C1\u5728\u6574\u4E2A\u751F\u547D\u5468\u671F\u4E2D\u7684\u73AF\u5883\u5F71\u54CD\uFF0C\u652F\u6301\u4F01\u4E1A\u4EE5\u79D1\u5B66\u3001\u7CFB\u7EDF\u7684\u65B9\u5F0F\u5B9E\u73B0 ESG \u76EE\u6807\u548C\u53EF\u6301\u7EED\u53D1\u5C55\u3002  \u4F9D\u9760\u8FD9\u4E9B\u6280\u672F\u8D44\u6E90\u4EE5\u53CA\u4E0E\u6743\u5A01\u7814\u7A76\u673A\u6784\u7684\u5408\u4F5C\uFF0CCARE ID \u6B63\u5728\u6210\u4E3A\u5E94\u5BF9\u5168\u7403\u73AF\u5883\u95EE\u9898\u5E76\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u9886\u5148\u4F01\u4E1A\u3002\"})}),fonts:[\"CUSTOM;Noto Sans SC Regular\"]}},baseVariant,gestureVariant)})]})]}),isDisplayed13()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({GskzeXmN5:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1180)-0-825)/2+428+0)},MXij2E9Ni:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+428+0)},qNHHgHX_q:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||910)-0-825)/2+428+0)},r70zMNNMb:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1159)-0-825)/2+428+0)},vqBdWRT0i:{height:1,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1222)-0-825)/2+428+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-f8leue-container\",layoutDependency:layoutDependency,layoutId:\"Til__KcQH-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Til__KcQH\",layoutId:\"Til__KcQH\",style:{height:\"100%\",width:\"100%\"},variant:\"TKKC2sAp9\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jW9Vd.framer-dgenil, .framer-jW9Vd .framer-dgenil { display: block; }\",\".framer-jW9Vd.framer-12yi811 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1198px; }\",\".framer-jW9Vd .framer-lntufl { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 0px; position: relative; width: 1px; }\",\".framer-jW9Vd .framer-foqidb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-1um5h1p-container, .framer-jW9Vd .framer-14gxgu8-container, .framer-jW9Vd .framer-4tqlmw-container, .framer-jW9Vd .framer-12fudzw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-8iw5ne-container, .framer-jW9Vd .framer-1azdbdi-container, .framer-jW9Vd .framer-x0ku5g-container, .framer-jW9Vd .framer-1brkazq-container, .framer-jW9Vd .framer-1c5gacp-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-1vrk385 { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-fymuqs-container { flex: none; height: auto; position: relative; width: 1px; }\",\".framer-jW9Vd .framer-1s84gxe { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 33%; }\",\".framer-jW9Vd .framer-13w5rr0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-nf2odq { aspect-ratio: 2.65625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 89px); position: relative; width: 236px; }\",\".framer-jW9Vd .framer-qlkygy { aspect-ratio: 3.957943925233645 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 237px; }\",\".framer-jW9Vd .framer-o3uwsr, .framer-jW9Vd .framer-15odtlt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 237px); overflow: visible; position: relative; width: 237px; }\",\".framer-jW9Vd .framer-1czbs61 { flex: none; height: 155px; position: relative; width: 237px; }\",\".framer-jW9Vd .framer-1msftk7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 360px); overflow: visible; position: relative; width: 360px; }\",\".framer-jW9Vd .framer-1alknrr { aspect-ratio: 1.5290322580645161 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 209px); position: relative; width: 320px; }\",\".framer-jW9Vd .framer-1rlcuw9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: relative; width: 200px; }\",\".framer-jW9Vd .framer-1k4cjbg { aspect-ratio: 1.5290322580645161 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 131px); position: relative; width: 200px; }\",\".framer-jW9Vd .framer-14aaeo1 { aspect-ratio: 1.5290322580645161 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 118px); position: relative; width: 180px; }\",\".framer-jW9Vd .framer-omxrqu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 20px 30px 20px 30px; position: relative; width: 100%; }\",\".framer-jW9Vd .framer-nk45d6 { 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: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-jW9Vd .framer-o3pqb1 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-jW9Vd .framer-18pxdty { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jW9Vd .framer-11v9u4d { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 247px; word-break: break-word; word-wrap: break-word; }\",\".framer-jW9Vd .framer-f8leue-container { flex: 1 0 0px; height: 1px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-12yi811, .framer-jW9Vd .framer-foqidb, .framer-jW9Vd .framer-1s84gxe, .framer-jW9Vd .framer-13w5rr0, .framer-jW9Vd .framer-nk45d6 { gap: 0px; } .framer-jW9Vd.framer-12yi811 > *, .framer-jW9Vd .framer-13w5rr0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jW9Vd.framer-12yi811 > :first-child, .framer-jW9Vd .framer-13w5rr0 > :first-child, .framer-jW9Vd .framer-nk45d6 > :first-child { margin-left: 0px; } .framer-jW9Vd.framer-12yi811 > :last-child, .framer-jW9Vd .framer-13w5rr0 > :last-child, .framer-jW9Vd .framer-nk45d6 > :last-child { margin-right: 0px; } .framer-jW9Vd .framer-foqidb > *, .framer-jW9Vd .framer-1s84gxe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd .framer-foqidb > :first-child, .framer-jW9Vd .framer-1s84gxe > :first-child { margin-top: 0px; } .framer-jW9Vd .framer-foqidb > :last-child, .framer-jW9Vd .framer-1s84gxe > :last-child { margin-bottom: 0px; } .framer-jW9Vd .framer-nk45d6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-jW9Vd.framer-v-9kdxog.framer-12yi811, .framer-jW9Vd.framer-v-1jrp15p.framer-12yi811, .framer-jW9Vd.framer-v-1bjpbuh.framer-12yi811, .framer-jW9Vd.framer-v-1dysktc.framer-12yi811, .framer-jW9Vd.framer-v-vuxait.framer-12yi811 { width: 1918px; }\",\".framer-jW9Vd.framer-v-9kdxog .framer-13w5rr0 { height: 48%; order: 0; }\",\".framer-jW9Vd.framer-v-9kdxog .framer-1c5gacp-container, .framer-jW9Vd.framer-v-32oigg .framer-1c5gacp-container, .framer-jW9Vd.framer-v-1vslx2h .framer-1c5gacp-container, .framer-jW9Vd.framer-v-7n95tk .framer-1c5gacp-container, .framer-jW9Vd.framer-v-q9hten .framer-1c5gacp-container, .framer-jW9Vd.framer-v-gnxcx0 .framer-1c5gacp-container, .framer-jW9Vd.framer-v-1xynsob .framer-1c5gacp-container, .framer-jW9Vd.framer-v-1u404qk .framer-8iw5ne-container, .framer-jW9Vd.framer-v-1u404qk .framer-1c5gacp-container { order: 1; }\",\".framer-jW9Vd.framer-v-9kdxog .framer-omxrqu { order: 2; padding: 30px; }\",\".framer-jW9Vd.framer-v-1jrp15p .framer-13w5rr0, .framer-jW9Vd.framer-v-1bjpbuh .framer-13w5rr0, .framer-jW9Vd.framer-v-1dysktc .framer-13w5rr0, .framer-jW9Vd.framer-v-vuxait .framer-13w5rr0 { height: 48%; }\",\".framer-jW9Vd.framer-v-1jrp15p .framer-omxrqu, .framer-jW9Vd.framer-v-1bjpbuh .framer-omxrqu, .framer-jW9Vd.framer-v-1dysktc .framer-omxrqu, .framer-jW9Vd.framer-v-vuxait .framer-omxrqu { padding: 30px; }\",\".framer-jW9Vd.framer-v-1bjpbuh .framer-nf2odq { height: var(--framer-aspect-ratio-supported, 136px); width: 360px; }\",\".framer-jW9Vd.framer-v-1dysktc .framer-qlkygy { height: var(--framer-aspect-ratio-supported, 91px); width: 360px; }\",\".framer-jW9Vd.framer-v-1plths1.framer-12yi811, .framer-jW9Vd.framer-v-12ev3gv.framer-12yi811, .framer-jW9Vd.framer-v-i867xi.framer-12yi811, .framer-jW9Vd.framer-v-32oigg.framer-12yi811, .framer-jW9Vd.framer-v-1vslx2h.framer-12yi811 { width: 808px; }\",\".framer-jW9Vd.framer-v-1plths1 .framer-13w5rr0, .framer-jW9Vd.framer-v-12ev3gv .framer-13w5rr0, .framer-jW9Vd.framer-v-i867xi .framer-13w5rr0 { height: 37%; }\",\".framer-jW9Vd.framer-v-1plths1 .framer-omxrqu, .framer-jW9Vd.framer-v-12ev3gv .framer-omxrqu, .framer-jW9Vd.framer-v-i867xi .framer-omxrqu { padding: 10px; }\",\".framer-jW9Vd.framer-v-1plths1 .framer-11v9u4d, .framer-jW9Vd.framer-v-12ev3gv .framer-11v9u4d, .framer-jW9Vd.framer-v-i867xi .framer-11v9u4d, .framer-jW9Vd.framer-v-32oigg .framer-11v9u4d, .framer-jW9Vd.framer-v-1vslx2h .framer-11v9u4d, .framer-jW9Vd.framer-v-7n95tk .framer-11v9u4d, .framer-jW9Vd.framer-v-q9hten .framer-11v9u4d, .framer-jW9Vd.framer-v-gnxcx0 .framer-11v9u4d, .framer-jW9Vd.framer-v-1xynsob .framer-11v9u4d, .framer-jW9Vd.framer-v-1u404qk .framer-11v9u4d { width: 100%; }\",\".framer-jW9Vd.framer-v-i867xi .framer-nf2odq { aspect-ratio: 2.651685393258427 / 1; height: var(--framer-aspect-ratio-supported, 75px); width: 200px; }\",\".framer-jW9Vd.framer-v-32oigg .framer-13w5rr0, .framer-jW9Vd.framer-v-1vslx2h .framer-13w5rr0 { height: 37%; order: 0; }\",\".framer-jW9Vd.framer-v-32oigg .framer-qlkygy { aspect-ratio: 3.95 / 1; height: var(--framer-aspect-ratio-supported, 51px); width: 200px; }\",\".framer-jW9Vd.framer-v-32oigg .framer-omxrqu, .framer-jW9Vd.framer-v-1vslx2h .framer-omxrqu { order: 2; padding: 10px; }\",\".framer-jW9Vd.framer-v-7n95tk.framer-12yi811, .framer-jW9Vd.framer-v-q9hten.framer-12yi811, .framer-jW9Vd.framer-v-gnxcx0.framer-12yi811, .framer-jW9Vd.framer-v-1xynsob.framer-12yi811, .framer-jW9Vd.framer-v-1u404qk.framer-12yi811 { flex-direction: column; width: 390px; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-lntufl, .framer-jW9Vd.framer-v-q9hten .framer-lntufl, .framer-jW9Vd.framer-v-gnxcx0 .framer-lntufl, .framer-jW9Vd.framer-v-1xynsob .framer-lntufl, .framer-jW9Vd.framer-v-1u404qk .framer-lntufl { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; order: 3; width: 100%; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-1s84gxe, .framer-jW9Vd.framer-v-q9hten .framer-1s84gxe, .framer-jW9Vd.framer-v-gnxcx0 .framer-1s84gxe, .framer-jW9Vd.framer-v-1xynsob .framer-1s84gxe, .framer-jW9Vd.framer-v-1u404qk .framer-1s84gxe { align-self: unset; height: min-content; order: 0; width: 100%; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-13w5rr0, .framer-jW9Vd.framer-v-q9hten .framer-13w5rr0, .framer-jW9Vd.framer-v-gnxcx0 .framer-13w5rr0, .framer-jW9Vd.framer-v-1xynsob .framer-13w5rr0, .framer-jW9Vd.framer-v-1u404qk .framer-13w5rr0 { height: 300px; order: 2; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-omxrqu, .framer-jW9Vd.framer-v-q9hten .framer-omxrqu, .framer-jW9Vd.framer-v-gnxcx0 .framer-omxrqu, .framer-jW9Vd.framer-v-1xynsob .framer-omxrqu, .framer-jW9Vd.framer-v-1u404qk .framer-omxrqu { flex: none; gap: 40px; height: min-content; justify-content: center; order: 0; padding: 20px 10px 20px 10px; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-nk45d6, .framer-jW9Vd.framer-v-q9hten .framer-nk45d6, .framer-jW9Vd.framer-v-gnxcx0 .framer-nk45d6, .framer-jW9Vd.framer-v-1xynsob .framer-nk45d6, .framer-jW9Vd.framer-v-1u404qk .framer-nk45d6 { padding: 8px 10px 8px 10px; }\",\".framer-jW9Vd.framer-v-7n95tk .framer-f8leue-container, .framer-jW9Vd.framer-v-q9hten .framer-f8leue-container, .framer-jW9Vd.framer-v-gnxcx0 .framer-f8leue-container, .framer-jW9Vd.framer-v-1xynsob .framer-f8leue-container, .framer-jW9Vd.framer-v-1u404qk .framer-f8leue-container { flex: none; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-v-7n95tk.framer-12yi811, .framer-jW9Vd.framer-v-7n95tk .framer-lntufl, .framer-jW9Vd.framer-v-7n95tk .framer-omxrqu { gap: 0px; } .framer-jW9Vd.framer-v-7n95tk.framer-12yi811 > *, .framer-jW9Vd.framer-v-7n95tk .framer-lntufl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd.framer-v-7n95tk.framer-12yi811 > :first-child, .framer-jW9Vd.framer-v-7n95tk .framer-lntufl > :first-child, .framer-jW9Vd.framer-v-7n95tk .framer-omxrqu > :first-child { margin-top: 0px; } .framer-jW9Vd.framer-v-7n95tk.framer-12yi811 > :last-child, .framer-jW9Vd.framer-v-7n95tk .framer-lntufl > :last-child, .framer-jW9Vd.framer-v-7n95tk .framer-omxrqu > :last-child { margin-bottom: 0px; } .framer-jW9Vd.framer-v-7n95tk .framer-omxrqu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-v-q9hten.framer-12yi811, .framer-jW9Vd.framer-v-q9hten .framer-lntufl, .framer-jW9Vd.framer-v-q9hten .framer-omxrqu { gap: 0px; } .framer-jW9Vd.framer-v-q9hten.framer-12yi811 > *, .framer-jW9Vd.framer-v-q9hten .framer-lntufl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd.framer-v-q9hten.framer-12yi811 > :first-child, .framer-jW9Vd.framer-v-q9hten .framer-lntufl > :first-child, .framer-jW9Vd.framer-v-q9hten .framer-omxrqu > :first-child { margin-top: 0px; } .framer-jW9Vd.framer-v-q9hten.framer-12yi811 > :last-child, .framer-jW9Vd.framer-v-q9hten .framer-lntufl > :last-child, .framer-jW9Vd.framer-v-q9hten .framer-omxrqu > :last-child { margin-bottom: 0px; } .framer-jW9Vd.framer-v-q9hten .framer-omxrqu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-jW9Vd.framer-v-gnxcx0 .framer-nf2odq { height: var(--framer-aspect-ratio-supported, 76px); width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-v-gnxcx0.framer-12yi811, .framer-jW9Vd.framer-v-gnxcx0 .framer-lntufl, .framer-jW9Vd.framer-v-gnxcx0 .framer-omxrqu { gap: 0px; } .framer-jW9Vd.framer-v-gnxcx0.framer-12yi811 > *, .framer-jW9Vd.framer-v-gnxcx0 .framer-lntufl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd.framer-v-gnxcx0.framer-12yi811 > :first-child, .framer-jW9Vd.framer-v-gnxcx0 .framer-lntufl > :first-child, .framer-jW9Vd.framer-v-gnxcx0 .framer-omxrqu > :first-child { margin-top: 0px; } .framer-jW9Vd.framer-v-gnxcx0.framer-12yi811 > :last-child, .framer-jW9Vd.framer-v-gnxcx0 .framer-lntufl > :last-child, .framer-jW9Vd.framer-v-gnxcx0 .framer-omxrqu > :last-child { margin-bottom: 0px; } .framer-jW9Vd.framer-v-gnxcx0 .framer-omxrqu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-v-1xynsob.framer-12yi811, .framer-jW9Vd.framer-v-1xynsob .framer-lntufl, .framer-jW9Vd.framer-v-1xynsob .framer-omxrqu { gap: 0px; } .framer-jW9Vd.framer-v-1xynsob.framer-12yi811 > *, .framer-jW9Vd.framer-v-1xynsob .framer-lntufl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd.framer-v-1xynsob.framer-12yi811 > :first-child, .framer-jW9Vd.framer-v-1xynsob .framer-lntufl > :first-child, .framer-jW9Vd.framer-v-1xynsob .framer-omxrqu > :first-child { margin-top: 0px; } .framer-jW9Vd.framer-v-1xynsob.framer-12yi811 > :last-child, .framer-jW9Vd.framer-v-1xynsob .framer-lntufl > :last-child, .framer-jW9Vd.framer-v-1xynsob .framer-omxrqu > :last-child { margin-bottom: 0px; } .framer-jW9Vd.framer-v-1xynsob .framer-omxrqu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-jW9Vd.framer-v-1u404qk .framer-1um5h1p-container { order: 0; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-14gxgu8-container { order: 2; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-1azdbdi-container { order: 5; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-4tqlmw-container { order: 4; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-x0ku5g-container { order: 3; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-12fudzw-container { order: 6; }\",\".framer-jW9Vd.framer-v-1u404qk .framer-1brkazq-container { order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jW9Vd.framer-v-1u404qk.framer-12yi811, .framer-jW9Vd.framer-v-1u404qk .framer-lntufl, .framer-jW9Vd.framer-v-1u404qk .framer-omxrqu { gap: 0px; } .framer-jW9Vd.framer-v-1u404qk.framer-12yi811 > *, .framer-jW9Vd.framer-v-1u404qk .framer-lntufl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jW9Vd.framer-v-1u404qk.framer-12yi811 > :first-child, .framer-jW9Vd.framer-v-1u404qk .framer-lntufl > :first-child, .framer-jW9Vd.framer-v-1u404qk .framer-omxrqu > :first-child { margin-top: 0px; } .framer-jW9Vd.framer-v-1u404qk.framer-12yi811 > :last-child, .framer-jW9Vd.framer-v-1u404qk .framer-lntufl > :last-child, .framer-jW9Vd.framer-v-1u404qk .framer-omxrqu > :last-child { margin-bottom: 0px; } .framer-jW9Vd.framer-v-1u404qk .framer-omxrqu > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 820\n * @framerIntrinsicWidth 1198\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TzTIPJLEH\":{\"layout\":[\"fixed\",\"auto\"]},\"GcymNOosw\":{\"layout\":[\"fixed\",\"auto\"]},\"gU4rvOQgO\":{\"layout\":[\"fixed\",\"auto\"]},\"eb4U9uZbq\":{\"layout\":[\"fixed\",\"auto\"]},\"qk_dARtJp\":{\"layout\":[\"fixed\",\"auto\"]},\"fliYGUFVG\":{\"layout\":[\"fixed\",\"auto\"]},\"mvOvNGXE7\":{\"layout\":[\"fixed\",\"auto\"]},\"I6100npJx\":{\"layout\":[\"fixed\",\"auto\"]},\"RV0KTy931\":{\"layout\":[\"fixed\",\"auto\"]},\"ibwegF6m8\":{\"layout\":[\"fixed\",\"auto\"]},\"uhlm8g2ps\":{\"layout\":[\"fixed\",\"auto\"]},\"wHB39sXke\":{\"layout\":[\"fixed\",\"auto\"]},\"WQ1f9Pgrc\":{\"layout\":[\"fixed\",\"auto\"]},\"GyjQevQOa\":{\"layout\":[\"fixed\",\"auto\"]},\"qNHHgHX_q\":{\"layout\":[\"fixed\",\"auto\"]},\"GskzeXmN5\":{\"layout\":[\"fixed\",\"auto\"]},\"vqBdWRT0i\":{\"layout\":[\"fixed\",\"auto\"]},\"MXij2E9Ni\":{\"layout\":[\"fixed\",\"auto\"]},\"r70zMNNMb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKdRyozdv1=withCSS(Component,css,\"framer-jW9Vd\");export default FramerKdRyozdv1;FramerKdRyozdv1.displayName=\"Partners Chinese\";FramerKdRyozdv1.defaultProps={height:820,width:1198};addPropertyControls(FramerKdRyozdv1,{variant:{options:[\"BmJzH1Q67\",\"TzTIPJLEH\",\"GcymNOosw\",\"gU4rvOQgO\",\"eb4U9uZbq\",\"qk_dARtJp\",\"fliYGUFVG\",\"mvOvNGXE7\",\"I6100npJx\",\"RV0KTy931\",\"ibwegF6m8\",\"uhlm8g2ps\",\"wHB39sXke\",\"WQ1f9Pgrc\",\"GyjQevQOa\",\"qNHHgHX_q\",\"GskzeXmN5\",\"vqBdWRT0i\",\"MXij2E9Ni\",\"r70zMNNMb\"],optionTitles:[\"Laptop\",\"Web\",\"Web-CNRI\",\"Web-FITI\",\"Web-KOTITI\",\"Web- CSES\",\"Laptop - CSES\",\"Laptop - FITI\",\"Laptop - KOTITI\",\"Laptop - CNRI\",\"Tablet\",\"Tablet - CNRI\",\"Tablet - FITI\",\"Tablet - KOTITI\",\"Tablet - CSES\",\"Mobile\",\"Mobile - CNRI\",\"Mobile - FITI\",\"Mobile - KOTITI\",\"Mobile - CSES\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKdRyozdv1,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"},{family:\"Pretendard Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/FyvaBmQLI1A6sAVrXVhA1qjbVqs.woff2\"}]},...DropdownChineseFonts,...HBorderFonts,...BorderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKdRyozdv1\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TzTIPJLEH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GcymNOosw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gU4rvOQgO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eb4U9uZbq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qk_dARtJp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fliYGUFVG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mvOvNGXE7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I6100npJx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RV0KTy931\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ibwegF6m8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uhlm8g2ps\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wHB39sXke\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WQ1f9Pgrc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GyjQevQOa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qNHHgHX_q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GskzeXmN5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vqBdWRT0i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MXij2E9Ni\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r70zMNNMb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"820\",\"framerIntrinsicWidth\":\"1198\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KdRyozdv1.map", "// Generated by Framer (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as localizedValues from\"./kEmjwEPqy-0.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={nKx0lm6sj:{hover:true},rFz1XKris:{hover:true}};const cycleOrder=[\"nKx0lm6sj\",\"rFz1XKris\"];const serializationHash=\"framer-KuKA1\";const variantClassNames={nKx0lm6sj:\"framer-v-go40cm\",rFz1XKris:\"framer-v-1ev2y30\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"nKx0lm6sj\",\"Variant 2\":\"rFz1XKris\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"nKx0lm6sj\"};};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,P5zasORY5BsoSZ9rj5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nKx0lm6sj\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"n4batiNQn\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-go40cm\",className,classNames)} framer-ijqm9w`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nKx0lm6sj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"nKx0lm6sj-hover\":{\"data-framer-name\":undefined},\"rFz1XKris-hover\":{\"data-framer-name\":undefined},rFz1XKris:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-P5zasORY5-BsoSZ9rj5) * 1px)\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"\u5173\u4E8E\u6211\u4EEC\"})}),className:\"framer-1mb3h8e\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"rAuebpOn2\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"4px\",\"--variable-reference-P5zasORY5-BsoSZ9rj5\":P5zasORY5BsoSZ9rj5,opacity:.8},variants:{\"nKx0lm6sj-hover\":{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-152jlac-container\",layoutDependency:layoutDependency,layoutId:\"Vv2QnxNcO-container\",style:{opacity:.8},variants:{\"nKx0lm6sj-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRightCircled\",id:\"Vv2QnxNcO\",layoutId:\"Vv2QnxNcO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KuKA1.framer-ijqm9w, .framer-KuKA1 .framer-ijqm9w { display: block; }\",\".framer-KuKA1.framer-go40cm { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 14px; position: relative; text-decoration: none; width: min-content; }\",\".framer-KuKA1 .framer-1mb3h8e { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-KuKA1 .framer-152jlac-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KuKA1.framer-go40cm { gap: 0px; } .framer-KuKA1.framer-go40cm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KuKA1.framer-go40cm > :first-child { margin-left: 0px; } .framer-KuKA1.framer-go40cm > :last-child { margin-right: 0px; } }\",\".framer-KuKA1.framer-v-1ev2y30.framer-go40cm { gap: 6px; padding: 0px; }\",\".framer-KuKA1.framer-v-1ev2y30 .framer-152jlac-container { height: var(--framer-aspect-ratio-supported, 21px); width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KuKA1.framer-v-1ev2y30.framer-go40cm { gap: 0px; } .framer-KuKA1.framer-v-1ev2y30.framer-go40cm > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-KuKA1.framer-v-1ev2y30.framer-go40cm > :first-child { margin-left: 0px; } .framer-KuKA1.framer-v-1ev2y30.framer-go40cm > :last-child { margin-right: 0px; } }\",\".framer-KuKA1.framer-v-go40cm.hover.framer-go40cm { padding: 0px 0px 0px 20px; }\",\".framer-KuKA1.framer-v-1ev2y30.hover.framer-go40cm { padding: 0px 0px 0px 4px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23\n * @framerIntrinsicWidth 106\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rFz1XKris\":{\"layout\":[\"auto\",\"auto\"]},\"NyjqupH9T\":{\"layout\":[\"auto\",\"auto\"]},\"jEWRtosw8\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkEmjwEPqy=withCSS(Component,css,\"framer-KuKA1\");export default FramerkEmjwEPqy;FramerkEmjwEPqy.displayName=\"ABOUT US BUTTON Chinese\";FramerkEmjwEPqy.defaultProps={height:23,width:106};addPropertyControls(FramerkEmjwEPqy,{variant:{options:[\"nKx0lm6sj\",\"rFz1XKris\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkEmjwEPqy,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkEmjwEPqy\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"106\",\"framerIntrinsicHeight\":\"23\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rFz1XKris\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NyjqupH9T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jEWRtosw8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kEmjwEPqy.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as localizedValues from\"./OI1GJKb3G-0.js\";const IconoirFonts=getFonts(Iconoir);const enabledGestures={ejC8s6Cmr:{hover:true},haxju58_y:{hover:true}};const cycleOrder=[\"ejC8s6Cmr\",\"haxju58_y\"];const serializationHash=\"framer-Vm9PT\";const variantClassNames={ejC8s6Cmr:\"framer-v-g0tepq\",haxju58_y:\"framer-v-1a4zmdc\"};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 valuesByLocaleId={BzwC_eqFJ:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Laptop:\"ejC8s6Cmr\",Mobile:\"haxju58_y\"};const getProps=({content,contentSize,height,id,link,padding,title,titleSize,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,eLvvki9W0:(_ref=titleSize!==null&&titleSize!==void 0?titleSize:props.eLvvki9W0)!==null&&_ref!==void 0?_ref:40,gr1ZEJk6c:(_ref1=padding!==null&&padding!==void 0?padding:props.gr1ZEJk6c)!==null&&_ref1!==void 0?_ref1:\"30px 30px 30px 30px\",mf1Wc4pAa:link!==null&&link!==void 0?link:props.mf1Wc4pAa,rV04uFx78:(_ref2=title!==null&&title!==void 0?title:props.rV04uFx78)!==null&&_ref2!==void 0?_ref2:\"TEXT\",U3IDcZFBJ:(_ref3=contentSize!==null&&contentSize!==void 0?contentSize:props.U3IDcZFBJ)!==null&&_ref3!==void 0?_ref3:14,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"ejC8s6Cmr\",wAJV6kJf1:(_ref5=content!==null&&content!==void 0?content:props.wAJV6kJf1)!==null&&_ref5!==void 0?_ref5:\"TEXT\"};};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,rV04uFx78,wAJV6kJf1,eLvvki9W0,U3IDcZFBJ,mf1Wc4pAa,gr1ZEJk6c,U3IDcZFBJindLk23eP,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ejC8s6Cmr\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"haxju58_y-hover\")return true;if(baseVariant===\"haxju58_y\")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:transition1,children:/*#__PURE__*/_jsx(Link,{href:mf1Wc4pAa,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-g0tepq\",className,classNames)} framer-180jgf7`,\"data-framer-name\":\"Laptop\",layoutDependency:layoutDependency,layoutId:\"ejC8s6Cmr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--c8a4mv\":numberToPixelString(gr1ZEJk6c),backgroundColor:\"rgb(249, 248, 248)\",...style},variants:{\"ejC8s6Cmr-hover\":{backgroundColor:\"rgb(0, 0, 0)\"},\"haxju58_y-hover\":{backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"ejC8s6Cmr-hover\":{\"data-framer-name\":undefined},\"haxju58_y-hover\":{\"data-framer-name\":undefined},haxju58_y:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-66mbc5\",layoutDependency:layoutDependency,layoutId:\"Hqe9mxoMg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wg6cbe\",layoutDependency:layoutDependency,layoutId:\"Eq5lDDfu0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-eLvvki9W0-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-alignment\":\"left\"},children:\"TEXT\"})}),className:\"framer-1t5t4p4\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"p5hyGxitM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-eLvvki9W0-OI1GJKb3G\":eLvvki9W0},text:rV04uFx78,variants:{\"ejC8s6Cmr-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"},\"haxju58_y-hover\":{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ejC8s6Cmr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-eLvvki9W0-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TEXT\"})})},\"haxju58_y-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-eLvvki9W0-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"TEXT\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-snmqfh-container\",layoutDependency:layoutDependency,layoutId:\"faqP5MOjD-container\",style:{rotate:-90},children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"faqP5MOjD\",layoutId:\"faqP5MOjD\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"ejC8s6Cmr-hover\":{color:\"rgb(255, 255, 255)\"},\"haxju58_y-hover\":{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-U3IDcZFBJ-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\"},children:\"TEXT\"})}),className:\"framer-3gf4bq\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],layoutDependency:layoutDependency,layoutId:\"n9do5wv0t\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"8px\",\"--variable-reference-U3IDcZFBJ-OI1GJKb3G\":U3IDcZFBJ},text:wAJV6kJf1,variants:{\"ejC8s6Cmr-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"haxju58_y-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ejC8s6Cmr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-U3IDcZFBJ-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"TEXT\"})})},\"haxju58_y-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-U3IDcZFBJ-OI1GJKb3G) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"TEXT\"})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ke3jip\",layoutDependency:layoutDependency,layoutId:\"edXJhYVmu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBNZWRpdW0=\",\"--framer-font-family\":'\"Geologica Roman Medium\", \"Geologica Roman Medium Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-U3IDcZFBJ-indLk23eP) * 1px)\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.5em\"},children:\"READ MORE\"})}),className:\"framer-17nvtjg\",fonts:[\"CUSTOM;Geologica Roman Medium\"],layoutDependency:layoutDependency,layoutId:\"yRLG5aJRZ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"8px\",\"--variable-reference-U3IDcZFBJ-indLk23eP\":U3IDcZFBJindLk23eP},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vm9PT.framer-180jgf7, .framer-Vm9PT .framer-180jgf7 { display: block; }\",\".framer-Vm9PT.framer-g0tepq { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 250px; justify-content: space-between; overflow: hidden; padding: var(--c8a4mv); position: relative; text-decoration: none; width: 598px; }\",\".framer-Vm9PT .framer-66mbc5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Vm9PT .framer-1wg6cbe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Vm9PT .framer-1t5t4p4 { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Vm9PT .framer-snmqfh-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-Vm9PT .framer-3gf4bq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Vm9PT .framer-ke3jip { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Vm9PT .framer-17nvtjg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 538px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Vm9PT .framer-ke3jip { gap: 0px; } .framer-Vm9PT .framer-ke3jip > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Vm9PT .framer-ke3jip > :first-child { margin-top: 0px; } .framer-Vm9PT .framer-ke3jip > :last-child { margin-bottom: 0px; } }\",\".framer-Vm9PT.framer-v-1a4zmdc.framer-g0tepq { height: min-content; }\",\".framer-Vm9PT.framer-v-1a4zmdc .framer-66mbc5 { align-content: flex-start; align-items: flex-start; flex: none; gap: 14px; height: min-content; justify-content: center; }\",\".framer-Vm9PT.framer-v-1a4zmdc .framer-1wg6cbe { align-content: flex-start; align-items: flex-start; }\",\".framer-Vm9PT.framer-v-1a4zmdc .framer-1t5t4p4 { flex: none; width: 80%; }\",\".framer-Vm9PT.framer-v-1a4zmdc .framer-snmqfh-container { height: 24px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Vm9PT.framer-v-1a4zmdc .framer-66mbc5 { gap: 0px; } .framer-Vm9PT.framer-v-1a4zmdc .framer-66mbc5 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-Vm9PT.framer-v-1a4zmdc .framer-66mbc5 > :first-child { margin-top: 0px; } .framer-Vm9PT.framer-v-1a4zmdc .framer-66mbc5 > :last-child { margin-bottom: 0px; } }\",\".framer-Vm9PT.framer-v-1a4zmdc.hover .framer-1t5t4p4 { flex: 1 0 0px; width: 1px; }\",\".framer-Vm9PT.framer-v-1a4zmdc.hover .framer-snmqfh-container { height: 14px; width: 14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 250\n * @framerIntrinsicWidth 598\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"haxju58_y\":{\"layout\":[\"fixed\",\"auto\"]},\"NYt7tQPsS\":{\"layout\":[\"fixed\",\"fixed\"]},\"mhXYbjcA5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rV04uFx78\":\"title\",\"wAJV6kJf1\":\"content\",\"eLvvki9W0\":\"titleSize\",\"U3IDcZFBJ\":\"contentSize\",\"mf1Wc4pAa\":\"link\",\"gr1ZEJk6c\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOI1GJKb3G=withCSS(Component,css,\"framer-Vm9PT\");export default FramerOI1GJKb3G;FramerOI1GJKb3G.displayName=\"PRESS Chinese\";FramerOI1GJKb3G.defaultProps={height:250,width:598};addPropertyControls(FramerOI1GJKb3G,{variant:{options:[\"ejC8s6Cmr\",\"haxju58_y\"],optionTitles:[\"Laptop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},rV04uFx78:{defaultValue:\"TEXT\",displayTextArea:false,title:\"Title\",type:ControlType.String},wAJV6kJf1:{defaultValue:\"TEXT\",displayTextArea:false,title:\"Content\",type:ControlType.String},eLvvki9W0:{defaultValue:40,title:\"Title size\",type:ControlType.Number},U3IDcZFBJ:{defaultValue:14,title:\"Content Size\",type:ControlType.Number},mf1Wc4pAa:{title:\"Link\",type:ControlType.Link},gr1ZEJk6c:{defaultValue:\"30px 30px 30px 30px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerOI1GJKb3G,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"},{family:\"Geologica Roman Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/8yZpzI83NTb3qjwokLnwBbgRjPA.woff2\"}]},...IconoirFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOI1GJKb3G\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"598\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"rV04uFx78\\\":\\\"title\\\",\\\"wAJV6kJf1\\\":\\\"content\\\",\\\"eLvvki9W0\\\":\\\"titleSize\\\",\\\"U3IDcZFBJ\\\":\\\"contentSize\\\",\\\"mf1Wc4pAa\\\":\\\"link\\\",\\\"gr1ZEJk6c\\\":\\\"padding\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"haxju58_y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NYt7tQPsS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mhXYbjcA5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"250\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OI1GJKb3G.map", "// Generated by Framer (c76752e)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={BzwC_eqFJ:new LazyValue(()=>import(\"./eVcAaTZXP-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/i9GayUyuKzq5AZLIseXV/SlideShow.js\";import CTAChinese from\"#framer/local/canvasComponent/aJXipNHMz/aJXipNHMz.js\";import FloatingButtonCopyChinese from\"#framer/local/canvasComponent/BzZdaFjSx/BzZdaFjSx.js\";import AboutUsChinese from\"#framer/local/canvasComponent/COOiNkM4U/COOiNkM4U.js\";import NavbarCopyChinese from\"#framer/local/canvasComponent/g6u3vL27U/g6u3vL27U.js\";import Pagenation from\"#framer/local/canvasComponent/GNxRwQfd_/GNxRwQfd_.js\";import Border from\"#framer/local/canvasComponent/jjuH7RoVV/jjuH7RoVV.js\";import PartnersChinese from\"#framer/local/canvasComponent/KdRyozdv1/KdRyozdv1.js\";import ABOUTUSBUTTONChinese from\"#framer/local/canvasComponent/kEmjwEPqy/kEmjwEPqy.js\";import BlogChinese from\"#framer/local/canvasComponent/kut55_ZoH/kut55_ZoH.js\";import HBorder from\"#framer/local/canvasComponent/M7iyItImj/M7iyItImj.js\";import PRESSChinese from\"#framer/local/canvasComponent/OI1GJKb3G/OI1GJKb3G.js\";import FotterChinese from\"#framer/local/canvasComponent/RcyFRp0Ig/RcyFRp0Ig.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/eVcAaTZXP/eVcAaTZXP.js\";import metadataProvider from\"#framer/local/webPageMetadata/eVcAaTZXP/eVcAaTZXP.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const FloatingButtonCopyChineseFonts=getFonts(FloatingButtonCopyChinese);const MotionDivWithFX=withFX(motion.div);const ABOUTUSBUTTONChineseFonts=getFonts(ABOUTUSBUTTONChinese);const VideoFonts=getFonts(Video);const HBorderFonts=getFonts(HBorder);const BorderFonts=getFonts(Border);const AboutUsChineseFonts=getFonts(AboutUsChinese);const RichTextWithFX=withFX(RichText);const LottieFonts=getFonts(Lottie);const CTAChineseFonts=getFonts(CTAChinese);const SlideshowFonts=getFonts(Slideshow);const PartnersChineseFonts=getFonts(PartnersChinese);const PRESSChineseFonts=getFonts(PRESSChinese);const PagenationFonts=getFonts(Pagenation);const BlogChineseFonts=getFonts(BlogChinese);const FotterChineseFonts=getFonts(FotterChinese);const NavbarCopyChineseFonts=getFonts(NavbarCopyChinese);const breakpoints={t4OfR3B9b:\"(min-width: 1200px) and (max-width: 1919px)\",uuH76YaY2:\"(min-width: 1920px)\",VZS5GhC8j:\"(min-width: 810px) and (max-width: 1199px)\",yYcAAP_Hm:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-l4FrA\";const variantClassNames={t4OfR3B9b:\"framer-v-1wf94p6\",uuH76YaY2:\"framer-v-1aseqx9\",VZS5GhC8j:\"framer-v-lij83g\",yYcAAP_Hm:\"framer-v-7fau45\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-700};const transition1={delay:0,duration:1.2,ease:[.12,.23,.5,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-650};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-580};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-800};const animation5={opacity:0,rotate:0,rotateX:180,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:180,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-600};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:600};const transition3={delay:0,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-400};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-300,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-500};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-450};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-620};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-160};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-200};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-560};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={delay:0,duration:.05,ease:[0,0,1,1],type:\"tween\"};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"t4OfR3B9b\",Phone:\"yYcAAP_Hm\",Tablet:\"VZS5GhC8j\",web:\"uuH76YaY2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"t4OfR3B9b\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"yYcAAP_Hm\")return false;return true;};const elementId=useRouteElementId(\"U8z0bJXYd\");const ref2=React.useRef(null);usePreloadLocalizedValues(activeLocale);const elementId1=useRouteElementId(\"EdiJJm0m2\");const ref3=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"t4OfR3B9b\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(249, 248, 248); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1wf94p6\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dkail8-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"fMxpYag7P\",intensity:10,layoutId:\"fMxpYag7P\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rorg53\",\"data-framer-name\":\"Floating CTA\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"140px\",y:932,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nfz8ff-container\",children:/*#__PURE__*/_jsx(FloatingButtonCopyChinese,{height:\"100%\",id:\"BA_CV3cv7\",layoutId:\"BA_CV3cv7\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ca5veu\",\"data-framer-name\":\"Landing Video\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yk43fu hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u20z0t\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"header\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-s4to8y\",\"data-framer-name\":\"Video\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"170px\",\"--framer-letter-spacing\":\"-4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u5173\u6000\u76F8\u8FDE\"})})},VZS5GhC8j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-letter-spacing\":\"-4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u5173\u6000\u76F8\u8FDE\"})})},yYcAAP_Hm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u5173\u6000\u76F8\u8FDE\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"150px\",\"--framer-letter-spacing\":\"-4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u5173\u6000\u76F8\u8FDE\"})}),className:\"framer-1i4mfkx\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pifj0d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CARE ID \u901A\u8FC7\u63D0\u4F9B DPP \u6807\u7B7E\u3001\u78B3\u6392\u653E\u8BA1\u7B97\u5668 API \u4EE5\u53CA\u8FDE\u63A5\u8FD9\u4E9B\u4FE1\u606F\u7684 SaaS \u5E73\u53F0\uFF0C\u6765\u8DF5\u884C\u8FD9\u4E00\u627F\u8BFA\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CARE ID \u901A\u8FC7\u63D0\u4F9B DPP \u6807\u7B7E\u3001\u78B3\u6392\u653E\u8BA1\u7B97\u5668 API \u4EE5\u53CA\u8FDE\u63A5\u8FD9\u4E9B\u4FE1\u606F\u7684 SaaS \u5E73\u53F0\uFF0C\u6765\u8DF5\u884C\u8FD9\u4E00\u627F\u8BFA\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CARE ID \u901A\u8FC7\u63D0\u4F9B DPP \u6807\u7B7E\u3001\u78B3\u6392\u653E\u8BA1\u7B97\u5668 API \u4EE5\u53CA\u8FDE\u63A5\u8FD9\u4E9B\u4FE1\u606F\u7684 SaaS \u5E73\u53F0\uFF0C\u6765\u8DF5\u884C\u8FD9\u4E00\u627F\u8BFA\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"CARE ID \u901A\u8FC7\u63D0\u4F9B DPP \u6807\u7B7E\u3001\u78B3\u6392\u653E\u8BA1\u7B97\u5668 API \u4EE5\u53CA\u8FDE\u63A5\u8FD9\u4E9B\u4FE1\u606F\u7684 SaaS \u5E73\u53F0\uFF0C\u6765\u8DF5\u884C\u8FD9\u4E00\u627F\u8BFA\u3002\"})}),className:\"framer-15eeabr\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u901A\u8FC7\u4E8C\u7EF4\u7801\uFF0C\u900F\u660E\u5C55\u793A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u5B9E\u65F6\u76D1\u6D4B\u5176\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u901A\u8FC7\u4E8C\u7EF4\u7801\uFF0C\u900F\u660E\u5C55\u793A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u5B9E\u65F6\u76D1\u6D4B\u5176\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u901A\u8FC7\u4E8C\u7EF4\u7801\uFF0C\u900F\u660E\u5C55\u793A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u5B9E\u65F6\u76D1\u6D4B\u5176\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u901A\u8FC7\u4E8C\u7EF4\u7801\uFF0C\u900F\u660E\u5C55\u793A\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u5B9E\u65F6\u76D1\u6D4B\u5176\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\"})}),className:\"framer-umwhme\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F5C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u54C1\u724C\uFF0C\u6BCF\u4E00\u4E2A\u5C0F\u5C0F\u7684\u884C\u52A8\u90FD\u80FD\u7D2F\u79EF\u4FE1\u4EFB\uFF0C\u5E76\u63A8\u52A8\u5DE8\u5927\u7684\u53D8\u9769\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F5C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u54C1\u724C\uFF0C\u6BCF\u4E00\u4E2A\u5C0F\u5C0F\u7684\u884C\u52A8\u90FD\u80FD\u7D2F\u79EF\u4FE1\u4EFB\uFF0C\u5E76\u63A8\u52A8\u5DE8\u5927\u7684\u53D8\u9769\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F5C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u54C1\u724C\uFF0C\u6BCF\u4E00\u4E2A\u5C0F\u5C0F\u7684\u884C\u52A8\u90FD\u80FD\u7D2F\u79EF\u4FE1\u4EFB\uFF0C\u5E76\u63A8\u52A8\u5DE8\u5927\u7684\u53D8\u9769\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F5C\u4E3A\u53EF\u6301\u7EED\u53D1\u5C55\u7684\u54C1\u724C\uFF0C\u6BCF\u4E00\u4E2A\u5C0F\u5C0F\u7684\u884C\u52A8\u90FD\u80FD\u7D2F\u79EF\u4FE1\u4EFB\uFF0C\u5E76\u63A8\u52A8\u5DE8\u5927\u7684\u53D8\u9769\u3002\"})}),className:\"framer-6xhqeu\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+200+0+0+0+100+334},VZS5GhC8j:{y:(componentViewport?.y||0)+0+200+0+0+0+80+310.20000000000005},yYcAAP_Hm:{y:(componentViewport?.y||0)+0+200+0+0+0+80+178.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:23,y:(componentViewport?.y||0)+0+200+0+0+0+100+305.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c5exms-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{variant:\"rFz1XKris\"}},children:/*#__PURE__*/_jsx(ABOUTUSBUTTONChinese,{height:\"100%\",id:\"i4hllvhbx\",layoutId:\"i4hllvhbx\",variant:\"nKx0lm6sj\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15lc29g-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"CGuMMcD5b\",isMixedBorderRadius:false,layoutId:\"CGuMMcD5b\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:getLocalizedValue(\"v12\",activeLocale)??\"https://careid.s3.ap-northeast-2.amazonaws.com/docs/Main+Video+2.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+200+0+0+1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-108dyyu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"DcCTkRTYB\",layoutId:\"DcCTkRTYB\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-64mtso hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10du1dl\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+200+0+0+1001+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nyhmc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"IGJea97H4\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"l7ssW2z4Z\",layoutId:\"l7ssW2z4Z\",style:{width:\"100%\"},variant:\"toXS8312d\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1usac16\",\"data-framer-name\":\"Null\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+200+0+0+1821,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wkbkxy-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"UdbTDmYFw\",layoutId:\"UdbTDmYFw\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1184s33\",\"data-framer-name\":\"Stop\",id:elementId1,ref:ref3})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1bsnbsf hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10e37p6\",\"data-framer-name\":\"About us\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-amhs8u hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-updz0n\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+1201+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:700,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+2022+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eawgzn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"wtYfownuH\"},VZS5GhC8j:{variant:\"vnh9fKKns\"},yYcAAP_Hm:{variant:\"RpBmGlaHW\"}},children:/*#__PURE__*/_jsx(AboutUsChinese,{height:\"100%\",id:\"jrIaeHhHW\",layoutId:\"jrIaeHhHW\",style:{width:\"100%\"},variant:\"tYH5if2_y\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+2022+0+0+700,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m4644t-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"y9SvBFV_c\",layoutId:\"y9SvBFV_c\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sv4ytd hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4b2x76\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+2022+0+0+701+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z7voq1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"IGJea97H4\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"bheRRgwC7\",layoutId:\"bheRRgwC7\",style:{width:\"100%\"},variant:\"MRCoVJZfp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cfg8gu\",\"data-framer-name\":\"Null\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+2022+0+0+1521,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xjzpel-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"QbP3Is1l7\",layoutId:\"QbP3Is1l7\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s0ppq9 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ma9tl5\",\"data-framer-name\":\"Problem\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wouobl hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c532pa\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iko9qu\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xvq03t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\"},className:\"framer-mzrpf1\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pyw32l-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"I5bqLVv0M\",isMixedBorderRadius:false,layoutId:\"I5bqLVv0M\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:getLocalizedValue(\"v13\",activeLocale)??\"https://img.careid.xyz/docs/CPI_FHD.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+3544+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gommuk-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"X8yDAEYd8\"},VZS5GhC8j:{variant:\"PLKF03KIT\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"Xz7heOcLB\",layoutId:\"Xz7heOcLB\",style:{width:\"100%\"},variant:\"JHVUah5hi\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pqaio9\",\"data-framer-name\":\"Lists\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-139orqq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v3dv2c\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-evnwmx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u95EE\u9898\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u95EE\u9898\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u95EE\u9898\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u95EE\u9898\"})}),className:\"framer-1k93nb0\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"\u9690\u85CF\u7684\u5DE8\u5927\u8D23\u4EFB\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"-2.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"\u9690\u85CF\u7684\u5DE8\u5927\u8D23\u4EFB\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-2.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"\u9690\u85CF\u7684\u5DE8\u5927\u8D23\u4EFB\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"\u9690\u85CF\u7684\u5DE8\u5927\u8D23\u4EFB\"})}),className:\"framer-1rdy96\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ht4lf6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u5168\u7403\u6BCF\u5E74\u7EA6\u6709 9200 \u4E07\u5428\u8863\u7269\u88AB\u4E22\u5F03\uFF0C\u8FD9\u76F8\u5F53\u4E8E\u6BCF\u5E74\u751F\u4EA7\u8863\u7269\u7684 85%\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u5168\u7403\u6BCF\u5E74\u7EA6\u6709 9200 \u4E07\u5428\u8863\u7269\u88AB\u4E22\u5F03\uFF0C\u8FD9\u76F8\u5F53\u4E8E\u6BCF\u5E74\u751F\u4EA7\u8863\u7269\u7684 85%\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u5168\u7403\u6BCF\u5E74\u7EA6\u6709 9200 \u4E07\u5428\u8863\u7269\u88AB\u4E22\u5F03\uFF0C\u8FD9\u76F8\u5F53\u4E8E\u6BCF\u5E74\u751F\u4EA7\u8863\u7269\u7684 85%\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u5168\u7403\u6BCF\u5E74\u7EA6\u6709 9200 \u4E07\u5428\u8863\u7269\u88AB\u4E22\u5F03\uFF0C\u8FD9\u76F8\u5F53\u4E8E\u6BCF\u5E74\u751F\u4EA7\u8863\u7269\u7684 85%\u3002\"})}),className:\"framer-sc0jd5\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u6B64\u5916\uFF0C\u670D\u88C5\u884C\u4E1A\u6BCF\u5E74\u6392\u653E\u7684\u4E8C\u6C27\u5316\u78B3\u8D85\u8FC7 12 \u4EBF\u5428\uFF0C\u8D85\u8FC7\u5168\u7403\u822A\u7A7A\u548C\u6D77\u8FD0\u4E1A\u603B\u6392\u653E\u91CF\u3002\u4E0E\u6B64\u540C\u65F6\uFF0C\u6BCF\u5E74\u7EA6\u6709 50 \u4E07\u5428\u7684\u5FAE\u7EA4\u7EF4\u901A\u8FC7\u6D17\u8863\u6D41\u5165\u6D77\u6D0B\uFF0C\u5BFC\u81F4\u4E86\u7EA6 35% \u7684\u6D77\u6D0B\u6C61\u67D3\u3002\u8FD9\u4E9B\u6570\u636E\u4E0D\u4EC5\u53CD\u6620\u4E86\u73AF\u5883\u95EE\u9898\uFF0C\u66F4\u63ED\u793A\u4E86\u6211\u4EEC\u9762\u4E34\u7684\u4E25\u5CFB\u73B0\u5B9E\uFF0C\u5F3A\u8C03\u9009\u62E9\u53EF\u6301\u7EED\u65F6\u5C1A\u5DF2\u662F\u523B\u4E0D\u5BB9\u7F13\u7684\u91CD\u8981\u4EFB\u52A1\u3002\u6211\u4EEC\u4ECA\u5929\u7684\u9009\u62E9\u5C06\u51B3\u5B9A\u672A\u6765\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u6B64\u5916\uFF0C\u670D\u88C5\u884C\u4E1A\u6BCF\u5E74\u6392\u653E\u7684\u4E8C\u6C27\u5316\u78B3\u8D85\u8FC7 12 \u4EBF\u5428\uFF0C\u8D85\u8FC7\u5168\u7403\u822A\u7A7A\u548C\u6D77\u8FD0\u4E1A\u603B\u6392\u653E\u91CF\u3002\u4E0E\u6B64\u540C\u65F6\uFF0C\u6BCF\u5E74\u7EA6\u6709 50 \u4E07\u5428\u7684\u5FAE\u7EA4\u7EF4\u901A\u8FC7\u6D17\u8863\u6D41\u5165\u6D77\u6D0B\uFF0C\u5BFC\u81F4\u4E86\u7EA6 35% \u7684\u6D77\u6D0B\u6C61\u67D3\u3002\u8FD9\u4E9B\u6570\u636E\u4E0D\u4EC5\u53CD\u6620\u4E86\u73AF\u5883\u95EE\u9898\uFF0C\u66F4\u63ED\u793A\u4E86\u6211\u4EEC\u9762\u4E34\u7684\u4E25\u5CFB\u73B0\u5B9E\uFF0C\u5F3A\u8C03\u9009\u62E9\u53EF\u6301\u7EED\u65F6\u5C1A\u5DF2\u662F\u523B\u4E0D\u5BB9\u7F13\u7684\u91CD\u8981\u4EFB\u52A1\u3002\u6211\u4EEC\u4ECA\u5929\u7684\u9009\u62E9\u5C06\u51B3\u5B9A\u672A\u6765\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u6B64\u5916\uFF0C\u670D\u88C5\u884C\u4E1A\u6BCF\u5E74\u6392\u653E\u7684\u4E8C\u6C27\u5316\u78B3\u8D85\u8FC7 12 \u4EBF\u5428\uFF0C\u8D85\u8FC7\u5168\u7403\u822A\u7A7A\u548C\u6D77\u8FD0\u4E1A\u603B\u6392\u653E\u91CF\u3002\u4E0E\u6B64\u540C\u65F6\uFF0C\u6BCF\u5E74\u7EA6\u6709 50 \u4E07\u5428\u7684\u5FAE\u7EA4\u7EF4\u901A\u8FC7\u6D17\u8863\u6D41\u5165\u6D77\u6D0B\uFF0C\u5BFC\u81F4\u4E86\u7EA6 35% \u7684\u6D77\u6D0B\u6C61\u67D3\u3002\u8FD9\u4E9B\u6570\u636E\u4E0D\u4EC5\u53CD\u6620\u4E86\u73AF\u5883\u95EE\u9898\uFF0C\u66F4\u63ED\u793A\u4E86\u6211\u4EEC\u9762\u4E34\u7684\u4E25\u5CFB\u73B0\u5B9E\uFF0C\u5F3A\u8C03\u9009\u62E9\u53EF\u6301\u7EED\u65F6\u5C1A\u5DF2\u662F\u523B\u4E0D\u5BB9\u7F13\u7684\u91CD\u8981\u4EFB\u52A1\u3002\u6211\u4EEC\u4ECA\u5929\u7684\u9009\u62E9\u5C06\u51B3\u5B9A\u672A\u6765\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"140%\"},children:\"\u6B64\u5916\uFF0C\u670D\u88C5\u884C\u4E1A\u6BCF\u5E74\u6392\u653E\u7684\u4E8C\u6C27\u5316\u78B3\u8D85\u8FC7 12 \u4EBF\u5428\uFF0C\u8D85\u8FC7\u5168\u7403\u822A\u7A7A\u548C\u6D77\u8FD0\u4E1A\u603B\u6392\u653E\u91CF\u3002\u4E0E\u6B64\u540C\u65F6\uFF0C\u6BCF\u5E74\u7EA6\u6709 50 \u4E07\u5428\u7684\u5FAE\u7EA4\u7EF4\u901A\u8FC7\u6D17\u8863\u6D41\u5165\u6D77\u6D0B\uFF0C\u5BFC\u81F4\u4E86\u7EA6 35% \u7684\u6D77\u6D0B\u6C61\u67D3\u3002\u8FD9\u4E9B\u6570\u636E\u4E0D\u4EC5\u53CD\u6620\u4E86\u73AF\u5883\u95EE\u9898\uFF0C\u66F4\u63ED\u793A\u4E86\u6211\u4EEC\u9762\u4E34\u7684\u4E25\u5CFB\u73B0\u5B9E\uFF0C\u5F3A\u8C03\u9009\u62E9\u53EF\u6301\u7EED\u65F6\u5C1A\u5DF2\u662F\u523B\u4E0D\u5BB9\u7F13\u7684\u91CD\u8981\u4EFB\u52A1\u3002\u6211\u4EEC\u4ECA\u5929\u7684\u9009\u62E9\u5C06\u51B3\u5B9A\u672A\u6765\u3002\"})}),className:\"framer-h4p95t\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+1901+0+0+768}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+3544+0+0+820,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qmumpk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"aKArm1sUF\",layoutId:\"aKArm1sUF\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nzkxa8 hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f02fun\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+3544+0+0+821+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r6eibl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"IGJea97H4\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"EbWdtJXya\",layoutId:\"EbWdtJXya\",style:{width:\"100%\"},variant:\"MRCoVJZfp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kjwucp\",\"data-framer-name\":\"Null\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+3544+0+0+1641,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uo58hz-container hidden-7fau45\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Ag2ngdKZq\",layoutId:\"Ag2ngdKZq\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13mn3r9 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lfoarb\",\"data-framer-name\":\"Concept\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3b6klf hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8439j3\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2670+0+0+0),pixelHeight:2827,pixelWidth:4652,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,src:\"https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg\",srcSet:\"https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg 4652w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5186+0+0+0),pixelHeight:2827,pixelWidth:4652,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,src:\"https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg\",srcSet:\"https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gAdlTlCyNsnUngVlDhaAm9I6XP0.jpg 4652w\"},className:\"framer-pwk99n\",\"data-framer-name\":\"Video\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u53EF\u6301\u7EED\u6027\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u53EF\u6301\u7EED\u6027\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u53EF\u6301\u7EED\u6027\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u53EF\u6301\u7EED\u6027\"})}),className:\"framer-1w0t607\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u900F\u660E\u5EA6\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u900F\u660E\u5EA6\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u900F\u660E\u5EA6\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u900F\u660E\u5EA6\"})}),className:\"framer-10hd07a\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u5408\u4F5C\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u5408\u4F5C\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u5408\u4F5C\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\u5408\u4F5C\"})}),className:\"framer-1skrl4d\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+2670+0+0+1e3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+5186+0+0+1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m5spxu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"iczYuyxt7\",layoutId:\"iczYuyxt7\",style:{height:\"100%\",width:\"100%\"},variant:\"mtslgpKxm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117qw5d\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rtjjxc\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{y:(componentViewport?.y||0)+0+2670+0+0+1001+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+5186+0+0+1001+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mkhcui-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"lieuqmBCo\"},yYcAAP_Hm:{variant:\"YjwfGZNhQ\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"vchUZEZYl\",layoutId:\"vchUZEZYl\",style:{width:\"100%\"},variant:\"IGJea97H4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-57d0d0\",\"data-framer-name\":\"Null\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+2670+0+0+1821}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+5186+0+0+1821,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rr2905-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"g7NukoM5B\",layoutId:\"g7NukoM5B\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m28ic7 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tmk2qy\",\"data-framer-name\":\"Solutions\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qjkchs\",\"data-framer-name\":\"CARE ID\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o0gz93 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14jva32\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u15s5r\",\"data-framer-name\":\"CARE ID\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492+0+0+0+0+0+0+0),pixelHeight:2242,pixelWidth:3992,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,src:\"https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg\",srcSet:\"https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg 3992w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+0+0+0+0+0),pixelHeight:2242,pixelWidth:3992,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.4992)`,src:\"https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg\",srcSet:\"https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9CcWSolF1p40aluzBsqmy5QpHB0.jpg 3992w\"},className:\"framer-1b19ibq\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jk4srx-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"ZOTwD3u2s\",isForwardsDirection:true,layoutId:\"ZOTwD3u2s\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcType:\"URL\",srcUrl:getLocalizedValue(\"v40\",activeLocale)??\"https://lottie.host/28ace275-767a-4c79-a61a-0bfa7ffbb782/SLhPwYQyGK.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9},yYcAAP_Hm:{__framer__enter:animation10}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qyf0qs\",\"data-framer-name\":\"Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ioxlcn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qhkdw4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1duzib2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w6j0f2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})}),className:\"framer-9i94tp\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mos13j\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CARE ID \u6807\u7B7E\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CARE ID \u6807\u7B7E\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CARE ID \u6807\u7B7E\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CARE ID \u6807\u7B7E\"})}),className:\"framer-18zxr3u\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sy2ez3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u6807\u7B7E\u65E8\u5728\u900F\u660E\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u6807\u7B7E\u65E8\u5728\u900F\u660E\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u6807\u7B7E\u65E8\u5728\u900F\u660E\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u6807\u7B7E\u65E8\u5728\u900F\u660E\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\u3002\"})}),className:\"framer-g5si94\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u8BE5\u7CFB\u7EDF\u4E3A\u4EA7\u54C1\u521B\u5EFA\u4E86\u6570\u5B57 ID\uFF0C\u4F7F\u6D88\u8D39\u8005\u548C\u4F01\u4E1A\u80FD\u591F\u901A\u8FC7\u4E8C\u7EF4\u7801\u5B9E\u65F6\u9A8C\u8BC1\u4EA7\u54C1\u7684\u771F\u5B9E\u6027\u3001\u539F\u4EA7\u5730\u3001\u5236\u9020\u8FC7\u7A0B\u4EE5\u53CA\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u8FD9\u6837\uFF0C\u6D88\u8D39\u8005\u53EF\u4EE5\u8F7B\u677E\u83B7\u53D6\u53EF\u4FE1\u7684\u4EA7\u54C1\u4FE1\u606F\uFF0C\u4F01\u4E1A\u5219\u80FD\u591F\u52A0\u5F3A\u54C1\u724C\u4FDD\u62A4\u4E0E\u5408\u89C4\u7BA1\u7406\u3002CARE ID \u6807\u7B7E\u7B26\u5408\u6B27\u76DF\u7684\u5FAA\u73AF\u7ECF\u6D4E\u4E0E\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\uFF0C\u5B8C\u5168\u6EE1\u8DB3\u5168\u7403\u5E02\u573A\u7684\u76D1\u7BA1\u8981\u6C42\u3002CARE ID \u6807\u7B7E\u4E0D\u4EC5\u63D0\u4F9B\u4FE1\u606F\uFF0C\u8FD8\u4E3A\u4F01\u4E1A\u63D0\u4F9B\u4E86\u66F4\u6DF1\u5165\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u5F71\u54CD\u7684\u9014\u5F84\uFF0C\u5E2E\u52A9\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\u901A\u8FC7\u5BF9\u4EA7\u54C1\u751F\u547D\u5468\u671F\u7684\u5168\u9762\u6570\u636E\u6536\u96C6\u4E0E\u5206\u6790\uFF0C\u4F01\u4E1A\u53EF\u4EE5\u6709\u6548\u89C4\u5212\u8D44\u6E90\u5229\u7528\uFF0C\u5236\u5B9A\u5BF9\u73AF\u5883\u8D1F\u8D23\u7684\u6218\u7565\u3002\u6D88\u8D39\u8005\u53EF\u901A\u8FC7\u4E8C\u7EF4\u7801\u4E86\u89E3\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u8FD9\u8FDB\u4E00\u6B65\u589E\u5F3A\u4E86\u54C1\u724C\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u6807\u7B7E\u5DF2\u6210\u4E3A\u5F15\u5BFC\u8D1F\u8D23\u4EFB\u6D88\u8D39\u5E76\u5E2E\u52A9\u4F01\u4E1A\u8FC8\u5411\u53EF\u6301\u7EED\u672A\u6765\u7684\u5173\u952E\u5DE5\u5177\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u8BE5\u7CFB\u7EDF\u4E3A\u4EA7\u54C1\u521B\u5EFA\u4E86\u6570\u5B57 ID\uFF0C\u4F7F\u6D88\u8D39\u8005\u548C\u4F01\u4E1A\u80FD\u591F\u901A\u8FC7\u4E8C\u7EF4\u7801\u5B9E\u65F6\u9A8C\u8BC1\u4EA7\u54C1\u7684\u771F\u5B9E\u6027\u3001\u539F\u4EA7\u5730\u3001\u5236\u9020\u8FC7\u7A0B\u4EE5\u53CA\u5BF9\u73AF\u5883\u7684\u5F71\u54CD\u3002\u8FD9\u6837\uFF0C\u6D88\u8D39\u8005\u53EF\u4EE5\u8F7B\u677E\u83B7\u53D6\u53EF\u4FE1\u7684\u4EA7\u54C1\u4FE1\u606F\uFF0C\u4F01\u4E1A\u5219\u80FD\u591F\u52A0\u5F3A\u54C1\u724C\u4FDD\u62A4\u4E0E\u5408\u89C4\u7BA1\u7406\u3002CARE ID \u6807\u7B7E\u7B26\u5408\u6B27\u76DF\u7684\u5FAA\u73AF\u7ECF\u6D4E\u4E0E\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\uFF0C\u5B8C\u5168\u6EE1\u8DB3\u5168\u7403\u5E02\u573A\u7684\u76D1\u7BA1\u8981\u6C42\u3002CARE ID \u6807\u7B7E\u4E0D\u4EC5\u63D0\u4F9B\u4FE1\u606F\uFF0C\u8FD8\u4E3A\u4F01\u4E1A\u63D0\u4F9B\u4E86\u66F4\u6DF1\u5165\u4E86\u89E3\u4EA7\u54C1\u5BF9\u73AF\u5883\u5F71\u54CD\u7684\u9014\u5F84\uFF0C\u5E2E\u52A9\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\u901A\u8FC7\u5BF9\u4EA7\u54C1\u751F\u547D\u5468\u671F\u7684\u5168\u9762\u6570\u636E\u6536\u96C6\u4E0E\u5206\u6790\uFF0C\u4F01\u4E1A\u53EF\u4EE5\u6709\u6548\u89C4\u5212\u8D44\u6E90\u5229\u7528\uFF0C\u5236\u5B9A\u5BF9\u73AF\u5883\u8D1F\u8D23\u7684\u6218\u7565\u3002\u6D88\u8D39\u8005\u53EF\u901A\u8FC7\u4E8C\u7EF4\u7801\u4E86\u89E3\u4EA7\u54C1\u7684\u6574\u4E2A\u751F\u547D\u5468\u671F\uFF0C\u8FD9\u8FDB\u4E00\u6B65\u589E\u5F3A\u4E86\u54C1\u724C\u4E0E\u6D88\u8D39\u8005\u4E4B\u95F4\u7684\u4FE1\u4EFB\u3002CARE ID \u6807\u7B7E\u5DF2\u6210\u4E3A\u5F15\u5BFC\u8D1F\u8D23\u4EFB\u6D88\u8D39\u5E76\u5E2E\u52A9\u4F01\u4E1A\u8FC8\u5411\u53EF\u6301\u7EED\u672A\u6765\u7684\u5173\u952E\u5DE5\u5177\u3002\"})}),className:\"framer-1ls4n3c\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m0hapi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+540+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+540+0+0},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+0+0+0+0+0+301+0+354+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.5008 - 1px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+570+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p9y54e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"YJzBL71LG\",layoutId:\"YJzBL71LG\",style:{height:\"100%\",width:\"100%\"},variant:\"XzrWLZdK7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eNPizcOrO\"},implicitPathVariables:undefined},{href:{webPageId:\"eNPizcOrO\"},implicitPathVariables:undefined},{href:{webPageId:\"eNPizcOrO\"},implicitPathVariables:undefined},{href:{webPageId:\"eNPizcOrO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{height:109,y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+540+0+1},VZS5GhC8j:{height:59,y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+540+0+1},yYcAAP_Hm:{height:54,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+0+0+0+0+0+301+0+354+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.5008 - 1px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+0+0+0+0+0+0+570+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1msq7g4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{D8bkGatFf:resolvedLinks[3],dEU4f9T7p:20},VZS5GhC8j:{D8bkGatFf:resolvedLinks[1],dEU4f9T7p:14},yYcAAP_Hm:{D8bkGatFf:resolvedLinks[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CTAChinese,{D8bkGatFf:resolvedLinks[0],dEU4f9T7p:18,height:\"100%\",id:\"lCbU6nNQO\",kAafiaHvG:\"\u9605\u8BFB\u66F4\u591A\",layoutId:\"lCbU6nNQO\",style:{height:\"100%\",width:\"100%\"},variant:\"SMbyuNSXj\",width:\"100%\",wpxNtudEN:\"10px 30px 10px 30px\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+0+0+0+600},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+0+0+0+710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+0+0+0+650,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ujn4lx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"mLwzcaB4S\",layoutId:\"mLwzcaB4S\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ylmq8 hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ydw5s\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+0+0+0+601+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+7008+0+0+0+0+651+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-upnjae-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"MRCoVJZfp\"},VZS5GhC8j:{variant:\"lieuqmBCo\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"ctSReB69U\",layoutId:\"ctSReB69U\",style:{width:\"100%\"},variant:\"IGJea97H4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f3yu5b\",\"data-framer-name\":\"Null\"})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yxz9sk hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+1421}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,y:(componentViewport?.y||0)+0+7008+0+1471,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rdha0j-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"VblF4g3W9\",layoutId:\"VblF4g3W9\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-282yv4\",\"data-framer-name\":\"CIRCLE\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2geumm hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1acv4j3\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5zbiso\",\"data-framer-name\":\"Circle\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tj680r\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pyodow\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e3hqao\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c7hgbk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})}),className:\"framer-68unze\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-39h4i9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CIRCLE\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CIRCLE\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CIRCLE\"})}),fonts:[\"CUSTOM;Geologica Roman Light\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"CIRCLE\"})}),className:\"framer-gvmag8\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-emsv3z\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CIRCLE \u662F\u4E00\u4E2A\u5F00\u653E\u6E90 API\uFF0C\u53EF\u5E2E\u52A9\u670D\u88C5\u884C\u4E1A\u51C6\u786E\u8BA1\u7B97\u78B3\u6392\u653E\u91CF\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CIRCLE \u662F\u4E00\u4E2A\u5F00\u653E\u6E90 API\uFF0C\u53EF\u5E2E\u52A9\u670D\u88C5\u884C\u4E1A\u51C6\u786E\u8BA1\u7B97\u78B3\u6392\u653E\u91CF\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CIRCLE \u662F\u4E00\u4E2A\u5F00\u653E\u6E90 API\uFF0C\u53EF\u5E2E\u52A9\u670D\u88C5\u884C\u4E1A\u51C6\u786E\u8BA1\u7B97\u78B3\u6392\u653E\u91CF\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CIRCLE \u662F\u4E00\u4E2A\u5F00\u653E\u6E90 API\uFF0C\u53EF\u5E2E\u52A9\u670D\u88C5\u884C\u4E1A\u51C6\u786E\u8BA1\u7B97\u78B3\u6392\u653E\u91CF\u3002\"})}),className:\"framer-1wux7es\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u8BE5\u5DE5\u5177\u5168\u9762\u5206\u6790\u4EA7\u54C1\u5728\u6750\u6599\u6784\u6210\u3001\u5236\u9020\u8FC7\u7A0B\u3001\u5206\u9500\u548C\u5904\u7406\u9636\u6BB5\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5C24\u5176\u80FD\u591F\u8FFD\u8E2A\u6D77\u8FD0\u8FC7\u7A0B\uFF0C\u8BA1\u7B97\u8239\u8236\u822A\u884C\u8DDD\u79BB\u548C\u8DEF\u7EBF\u6240\u4EA7\u751F\u7684\u78B3\u6392\u653E\u91CF\u3002\u8BE5\u7CFB\u7EDF\u8FD8\u8003\u8651\u5230\u590D\u6742\u7684\u7269\u6D41\u8DEF\u7EBF\uFF0C\u80FD\u591F\u7CBE\u786E\u5730\u663E\u793A\u6574\u4E2A\u8FD0\u8F93\u8FC7\u7A0B\u4E2D\u7684\u78B3\u8DB3\u8FF9\u3002\u901A\u8FC7\u8FD9\u79CD\u5168\u9762\u7684\u5206\u6790\uFF0CCIRCLE \u5E2E\u52A9\u4F01\u4E1A\u6E05\u6670\u5730\u4E86\u89E3\u5176\u78B3\u8DB3\u8FF9\uFF0C\u4ECE\u800C\u505A\u51FA\u5C06\u78B3\u6392\u653E\u91CF\u964D\u81F3\u6700\u4F4E\u7684\u6218\u7565\u51B3\u7B56\u3002\u901A\u8FC7\u4E3A\u591A\u79CD\u6750\u6599\u548C\u590D\u6742\u5DE5\u827A\u7684\u4EA7\u54C1\u63D0\u4F9B\u8BE6\u7EC6\u7684\u78B3\u6570\u636E\uFF0CCIRCLE \u5728\u5E2E\u52A9\u4F01\u4E1A\u5C65\u884C\u73AF\u5883\u8D23\u4EFB\u548C\u5F3A\u5316\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u53D1\u6325\u4E86\u91CD\u8981\u4F5C\u7528\u3002\u6B64\u5916\uFF0C\u5B83\u901A\u8FC7\u6301\u7EED\u66F4\u65B0 API\uFF0C\u786E\u4FDD\u7ED3\u679C\u7B26\u5408\u6700\u65B0\u7684\u73AF\u5883\u6CD5\u89C4\u548C\u56FD\u9645\u6807\u51C6\uFF0C\u63D0\u4F9B\u53EF\u9760\u7684\u6570\u636E\u3002CIRCLE \u662F\u5B9E\u73B0\u78B3\u4E2D\u548C\u76EE\u6807\u5E76\u63A8\u52A8\u771F\u6B63\u53D8\u9769\uFF0C\u8FC8\u5411\u66F4\u7F8E\u597D\u672A\u6765\u7684\u5173\u952E\u89E3\u51B3\u65B9\u6848\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u8BE5\u5DE5\u5177\u5168\u9762\u5206\u6790\u4EA7\u54C1\u5728\u6750\u6599\u6784\u6210\u3001\u5236\u9020\u8FC7\u7A0B\u3001\u5206\u9500\u548C\u5904\u7406\u9636\u6BB5\u7684\u78B3\u8DB3\u8FF9\uFF0C\u5C24\u5176\u80FD\u591F\u8FFD\u8E2A\u6D77\u8FD0\u8FC7\u7A0B\uFF0C\u8BA1\u7B97\u8239\u8236\u822A\u884C\u8DDD\u79BB\u548C\u8DEF\u7EBF\u6240\u4EA7\u751F\u7684\u78B3\u6392\u653E\u91CF\u3002\u8BE5\u7CFB\u7EDF\u8FD8\u8003\u8651\u5230\u590D\u6742\u7684\u7269\u6D41\u8DEF\u7EBF\uFF0C\u80FD\u591F\u7CBE\u786E\u5730\u663E\u793A\u6574\u4E2A\u8FD0\u8F93\u8FC7\u7A0B\u4E2D\u7684\u78B3\u8DB3\u8FF9\u3002\u901A\u8FC7\u8FD9\u79CD\u5168\u9762\u7684\u5206\u6790\uFF0CCIRCLE \u5E2E\u52A9\u4F01\u4E1A\u6E05\u6670\u5730\u4E86\u89E3\u5176\u78B3\u8DB3\u8FF9\uFF0C\u4ECE\u800C\u505A\u51FA\u5C06\u78B3\u6392\u653E\u91CF\u964D\u81F3\u6700\u4F4E\u7684\u6218\u7565\u51B3\u7B56\u3002\u901A\u8FC7\u4E3A\u591A\u79CD\u6750\u6599\u548C\u590D\u6742\u5DE5\u827A\u7684\u4EA7\u54C1\u63D0\u4F9B\u8BE6\u7EC6\u7684\u78B3\u6570\u636E\uFF0CCIRCLE \u5728\u5E2E\u52A9\u4F01\u4E1A\u5C65\u884C\u73AF\u5883\u8D23\u4EFB\u548C\u5F3A\u5316\u53EF\u6301\u7EED\u53D1\u5C55\u65B9\u9762\u53D1\u6325\u4E86\u91CD\u8981\u4F5C\u7528\u3002\u6B64\u5916\uFF0C\u5B83\u901A\u8FC7\u6301\u7EED\u66F4\u65B0 API\uFF0C\u786E\u4FDD\u7ED3\u679C\u7B26\u5408\u6700\u65B0\u7684\u73AF\u5883\u6CD5\u89C4\u548C\u56FD\u9645\u6807\u51C6\uFF0C\u63D0\u4F9B\u53EF\u9760\u7684\u6570\u636E\u3002CIRCLE \u662F\u5B9E\u73B0\u78B3\u4E2D\u548C\u76EE\u6807\u5E76\u63A8\u52A8\u771F\u6B63\u53D8\u9769\uFF0C\u8FC8\u5411\u66F4\u7F8E\u597D\u672A\u6765\u7684\u5173\u952E\u89E3\u51B3\u65B9\u6848\u3002\"})}),className:\"framer-13b5r7w\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5rgexc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+7008+0+1472+0+0+0+0+0+540+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+1422+0+0+0+0+0+540+0+0},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+711+0+0+0+0+301+0+354+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2)`,y:(componentViewport?.y||0)+0+7008+0+1472+0+0+0+0+0+570+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-180dkdr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Rs4FygoJT\",layoutId:\"Rs4FygoJT\",style:{height:\"100%\",width:\"100%\"},variant:\"XzrWLZdK7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IVUs1AHBY\"},implicitPathVariables:undefined},{href:{webPageId:\"IVUs1AHBY\"},implicitPathVariables:undefined},{href:{webPageId:\"IVUs1AHBY\"},implicitPathVariables:undefined},{href:{webPageId:\"IVUs1AHBY\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{height:109,y:(componentViewport?.y||0)+0+7008+0+1472+0+0+0+0+0+540+0+1},VZS5GhC8j:{height:59,y:(componentViewport?.y||0)+0+7008+0+1422+0+0+0+0+0+540+0+1},yYcAAP_Hm:{height:54,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+711+0+0+0+0+301+0+354+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2)`,y:(componentViewport?.y||0)+0+7008+0+1472+0+0+0+0+0+570+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nj00cl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{D8bkGatFf:resolvedLinks1[3],dEU4f9T7p:20},VZS5GhC8j:{D8bkGatFf:resolvedLinks1[1]},yYcAAP_Hm:{D8bkGatFf:resolvedLinks1[2],style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CTAChinese,{D8bkGatFf:resolvedLinks1[0],dEU4f9T7p:18,height:\"100%\",id:\"TVjPaGBAy\",kAafiaHvG:\"\u9605\u8BFB\u66F4\u591A\",layoutId:\"TVjPaGBAy\",style:{height:\"100%\",width:\"100%\"},variant:\"SMbyuNSXj\",width:\"100%\",wpxNtudEN:\"10px 30px 10px 30px\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9},yYcAAP_Hm:{__framer__enter:animation10}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-by7i1x\",\"data-framer-name\":\"Border\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+1472+0+0+0+0),pixelHeight:2242,pixelWidth:1702,positionX:\"50%\",positionY:\"28%\",sizes:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2 - 1px, 1px)`,src:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg\",srcSet:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=1024 777w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=2048 1554w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg 1702w\"}},VZS5GhC8j:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+1422+0+0+0+0),pixelHeight:2242,pixelWidth:1702,positionX:\"50%\",positionY:\"20%\",sizes:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2 - 1px, 1px)`,src:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg\",srcSet:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=1024 777w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=2048 1554w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg 1702w\"}},yYcAAP_Hm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492+0+711+0+0+0+0+0),pixelHeight:2242,pixelWidth:1702,positionX:\"50%\",positionY:\"20%\",sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,src:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg\",srcSet:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=1024 777w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=2048 1554w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg 1702w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+1472+0+0+0+0),pixelHeight:2242,pixelWidth:1702,positionX:\"50%\",positionY:\"20%\",sizes:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2 - 1px, 1px)`,src:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg\",srcSet:\"https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=1024 777w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg?scale-down-to=2048 1554w,https://framerusercontent.com/images/CvCFgZCKzn7fkFL1xBxA7dp6tbQ.jpg 1702w\"},className:\"framer-oslkyc\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-78smba-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"akaOB6GKO\",isForwardsDirection:true,layoutId:\"akaOB6GKO\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcType:\"URL\",srcUrl:getLocalizedValue(\"v64\",activeLocale)??\"https://lottie.host/f85c1c98-8aff-4318-ad75-357553ac13f6/WsNeXbRlGq.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+1422+0+0+600},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+711+0+0+710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+1472+0+0+650,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u5itan-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"JC0c0ZVDD\",layoutId:\"JC0c0ZVDD\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4mnqh9 hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nc3bz3\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+1422+0+0+601+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+7008+0+1472+0+0+651+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u1f0gq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"MRCoVJZfp\"},VZS5GhC8j:{variant:\"lieuqmBCo\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"iM87ZRzN2\",layoutId:\"iM87ZRzN2\",style:{width:\"100%\"},variant:\"IGJea97H4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3rca09\",\"data-framer-name\":\"Null\"})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12wwtu2 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+2843}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,y:(componentViewport?.y||0)+0+7008+0+2943,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ao6ld-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"SJiNLZge7\",layoutId:\"SJiNLZge7\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6qt1ks\",\"data-framer-name\":\"Tracker\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-77i8my hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-szh2m\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a6kc6o\",\"data-framer-name\":\"Tracker\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+2844+0+0+0+0),pixelHeight:3740,pixelWidth:2992,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2)`,src:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg\",srcSet:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg 2992w\"}},yYcAAP_Hm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4492+0+1422+0+0+0+0+0),pixelHeight:3740,pixelWidth:2992,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,src:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg\",srcSet:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg 2992w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7008+0+2944+0+0+0+0),pixelHeight:3740,pixelWidth:2992,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2)`,src:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg\",srcSet:\"https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/uEJTilY4I8qh4u041bLpEJmNJ8.jpg 2992w\"},className:\"framer-q1wgql\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9},yYcAAP_Hm:{__framer__enter:animation10}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uawepk\",\"data-framer-name\":\"Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1119qte\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eg2ryo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1waf0yz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iguiij\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u89E3\u51B3\u65B9\u6848\"})}),className:\"framer-cbuig7\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ro1cqo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"TRACKER\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"TRACKER\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"TRACKER\"})}),fonts:[\"CUSTOM;Geologica Roman Light\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"TRACKER\"})}),className:\"framer-1quahhs\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d3zkf6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"Tracker \u662F\u4E00\u6B3E\u5168\u9762\u7684 SaaS \u89E3\u51B3\u65B9\u6848\uFF0C\u65E8\u5728\u6700\u5927\u9650\u5EA6\u5730\u63D0\u5347\u670D\u88C5\u4F01\u4E1A\u7684\u8FD0\u8425\u6548\u7387\u3002\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"Tracker \u662F\u4E00\u6B3E\u5168\u9762\u7684 SaaS \u89E3\u51B3\u65B9\u6848\uFF0C\u65E8\u5728\u6700\u5927\u9650\u5EA6\u5730\u63D0\u5347\u670D\u88C5\u4F01\u4E1A\u7684\u8FD0\u8425\u6548\u7387\u3002\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"Tracker \u662F\u4E00\u6B3E\u5168\u9762\u7684 SaaS \u89E3\u51B3\u65B9\u6848\uFF0C\u65E8\u5728\u6700\u5927\u9650\u5EA6\u5730\u63D0\u5347\u670D\u88C5\u4F01\u4E1A\u7684\u8FD0\u8425\u6548\u7387\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"Tracker \u662F\u4E00\u6B3E\u5168\u9762\u7684 SaaS \u89E3\u51B3\u65B9\u6848\uFF0C\u65E8\u5728\u6700\u5927\u9650\u5EA6\u5730\u63D0\u5347\u670D\u88C5\u4F01\u4E1A\u7684\u8FD0\u8425\u6548\u7387\u3002\"})}),className:\"framer-1wy6vmv\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u5B83\u5BF9\u4EA7\u54C1\u751F\u547D\u5468\u671F\u7684\u6240\u6709\u9636\u6BB5\uFF08\u751F\u4EA7\u3001\u7269\u6D41\u3001\u5E93\u5B58\u3001\u9500\u552E\u3001\u7EF4\u62A4\u3001\u8F6C\u552E\u548C\u5904\u7406\uFF09\u8FDB\u884C\u7EFC\u5408\u7BA1\u7406\uFF0C\u8BA9\u4F01\u4E1A\u80FD\u591F\u5168\u65B9\u4F4D\u638C\u63E1\u6574\u4E2A\u8FD0\u8425\u8FC7\u7A0B\u3002Tracker \u5177\u5907\u5B9E\u65F6\u76D1\u63A7\u529F\u80FD\uFF0C\u80FD\u591F\u8DDF\u8E2A\u4EA7\u54C1\u7684\u79FB\u52A8\u8DEF\u5F84\u5E76\u5206\u6790\u5404\u9636\u6BB5\u7684\u6570\u636E\uFF0C\u4ECE\u800C\u589E\u5F3A\u4F9B\u5E94\u94FE\u900F\u660E\u5EA6\u5E76\u6700\u5927\u5316\u8FD0\u8425\u6548\u7387\u3002\u8FD9\u6709\u52A9\u4E8E\u4F01\u4E1A\u4F18\u5316\u8D44\u6E90\u5229\u7528\u3001\u964D\u4F4E\u6210\u672C\uFF0C\u5E76\u7B80\u5316\u590D\u6742\u7684\u8FD0\u8425\u6D41\u7A0B\u3002\u901A\u8FC7\u7EF4\u62A4\u548C\u8F6C\u552E\u7BA1\u7406\u529F\u80FD\uFF0CTracker \u6709\u6548\u5730\u5EF6\u957F\u4E86\u4EA7\u54C1\u7684\u4F7F\u7528\u5BFF\u547D\uFF0C\u51CF\u5C11\u4E86\u6D6A\u8D39\u3002\u5176\u7528\u6237\u53CB\u597D\u7684\u754C\u9762\u548C\u7EFC\u5408\u62A5\u544A\u529F\u80FD\u4FC3\u8FDB\u4E86\u4E0D\u540C\u90E8\u95E8\u4E4B\u95F4\u7684\u534F\u4F5C\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5FEB\u901F\u5E94\u5BF9\u4E0D\u65AD\u53D8\u5316\u7684\u5E02\u573A\u73AF\u5883\u3002Tracker \u4E0D\u4EC5\u4EC5\u662F\u4E00\u4E2A\u7BA1\u7406\u5DE5\u5177\uFF0C\u66F4\u662F\u652F\u6301\u4F01\u4E1A\u5B9E\u73B0\u957F\u671F\u53D1\u5C55\u548C\u4FDD\u6301\u7ADE\u4E89\u529B\u7684\u5173\u952E\u89E3\u51B3\u65B9\u6848\uFF0C\u4E3A\u53EF\u6301\u7EED\u589E\u957F\u63D0\u4F9B\u652F\u6301\u3002\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u5B83\u5BF9\u4EA7\u54C1\u751F\u547D\u5468\u671F\u7684\u6240\u6709\u9636\u6BB5\uFF08\u751F\u4EA7\u3001\u7269\u6D41\u3001\u5E93\u5B58\u3001\u9500\u552E\u3001\u7EF4\u62A4\u3001\u8F6C\u552E\u548C\u5904\u7406\uFF09\u8FDB\u884C\u7EFC\u5408\u7BA1\u7406\uFF0C\u8BA9\u4F01\u4E1A\u80FD\u591F\u5168\u65B9\u4F4D\u638C\u63E1\u6574\u4E2A\u8FD0\u8425\u8FC7\u7A0B\u3002Tracker \u5177\u5907\u5B9E\u65F6\u76D1\u63A7\u529F\u80FD\uFF0C\u80FD\u591F\u8DDF\u8E2A\u4EA7\u54C1\u7684\u79FB\u52A8\u8DEF\u5F84\u5E76\u5206\u6790\u5404\u9636\u6BB5\u7684\u6570\u636E\uFF0C\u4ECE\u800C\u589E\u5F3A\u4F9B\u5E94\u94FE\u900F\u660E\u5EA6\u5E76\u6700\u5927\u5316\u8FD0\u8425\u6548\u7387\u3002\u8FD9\u6709\u52A9\u4E8E\u4F01\u4E1A\u4F18\u5316\u8D44\u6E90\u5229\u7528\u3001\u964D\u4F4E\u6210\u672C\uFF0C\u5E76\u7B80\u5316\u590D\u6742\u7684\u8FD0\u8425\u6D41\u7A0B\u3002\u901A\u8FC7\u7EF4\u62A4\u548C\u8F6C\u552E\u7BA1\u7406\u529F\u80FD\uFF0CTracker \u6709\u6548\u5730\u5EF6\u957F\u4E86\u4EA7\u54C1\u7684\u4F7F\u7528\u5BFF\u547D\uFF0C\u51CF\u5C11\u4E86\u6D6A\u8D39\u3002\u5176\u7528\u6237\u53CB\u597D\u7684\u754C\u9762\u548C\u7EFC\u5408\u62A5\u544A\u529F\u80FD\u4FC3\u8FDB\u4E86\u4E0D\u540C\u90E8\u95E8\u4E4B\u95F4\u7684\u534F\u4F5C\uFF0C\u5E2E\u52A9\u4F01\u4E1A\u5FEB\u901F\u5E94\u5BF9\u4E0D\u65AD\u53D8\u5316\u7684\u5E02\u573A\u73AF\u5883\u3002Tracker \u4E0D\u4EC5\u4EC5\u662F\u4E00\u4E2A\u7BA1\u7406\u5DE5\u5177\uFF0C\u66F4\u662F\u652F\u6301\u4F01\u4E1A\u5B9E\u73B0\u957F\u671F\u53D1\u5C55\u548C\u4FDD\u6301\u7ADE\u4E89\u529B\u7684\u5173\u952E\u89E3\u51B3\u65B9\u6848\uFF0C\u4E3A\u53EF\u6301\u7EED\u589E\u957F\u63D0\u4F9B\u652F\u6301\u3002\"})}),className:\"framer-1ky1xrs\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12cjwjp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+7008+0+2944+0+0+0+0+0+540+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+2844+0+0+0+0+0+540+0+0},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+1422+0+0+0+0+301+0+354+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2 - 1px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+2944+0+0+0+0+0+570+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p3yf6h-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"tIrkri7mv\",layoutId:\"tIrkri7mv\",style:{height:\"100%\",width:\"100%\"},variant:\"XzrWLZdK7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{height:109,y:(componentViewport?.y||0)+0+7008+0+2944+0+0+0+0+0+540+0+1},VZS5GhC8j:{height:59,y:(componentViewport?.y||0)+0+7008+0+2844+0+0+0+0+0+540+0+1},yYcAAP_Hm:{height:54,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+1422+0+0+0+0+301+0+354+0+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 2 - 1px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+2944+0+0+0+0+0+570+0+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-134g1ig-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{dEU4f9T7p:20},yYcAAP_Hm:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(CTAChinese,{dEU4f9T7p:18,height:\"100%\",id:\"VxnEt2lqW\",kAafiaHvG:\"\u5373\u5C06\u63A8\u51FA\",layoutId:\"VxnEt2lqW\",style:{height:\"100%\",width:\"100%\"},variant:\"jXU9DH4nu\",width:\"100%\",wpxNtudEN:\"10px 30px 10px 30px\"})})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+2844+0+0+600},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+4492+0+1422+0+0+710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+2944+0+0+650,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p0ezz7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"lnz6ldoOf\",layoutId:\"lnz6ldoOf\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1exlewe hidden-7fau45\",\"data-framer-name\":\"Space\"}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{y:(componentViewport?.y||0)+0+7008+0+2844+0+0+601}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+7008+0+2944+0+0+651,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1onwxr8-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"BuJsbj8ad\",layoutId:\"BuJsbj8ad\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1haq9mw hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-100btdt\",\"data-framer-name\":\"Brand\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation12}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rzb02b hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-texlzc\",\"data-framer-name\":\"Horizontal\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p6zrxv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jf0yuk\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rewrog\",\"data-framer-name\":\"Brand Left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c3lr9u\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6dapg8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u54C1\u724C\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u54C1\u724C\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u54C1\u724C\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBMaWdodA==\",\"--framer-font-family\":'\"Geologica Roman Light\", \"Geologica Roman Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u54C1\u724C\"})}),className:\"framer-fmk4eq\",fonts:[\"CUSTOM;Geologica Roman Light\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBUaGlu\",\"--framer-font-family\":'\"Geologica Roman Thin\", \"Geologica Roman Thin Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"150+\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBUaGlu\",\"--framer-font-family\":'\"Geologica Roman Thin\", \"Geologica Roman Thin Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"150+\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBUaGlu\",\"--framer-font-family\":'\"Geologica Roman Thin\", \"Geologica Roman Thin Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"150+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb2xvZ2ljYSBSb21hbiBUaGlu\",\"--framer-font-family\":'\"Geologica Roman Thin\", \"Geologica Roman Thin Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\"},children:\"150+\"})}),className:\"framer-1xgdyvw\",fonts:[\"CUSTOM;Geologica Roman Thin\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"\u4E0E CARE ID \u5408\u4F5C\u7684\u54C1\u724C\u5728\u5B9E\u73B0\u53EF\u6301\u7EED\u65F6\u5C1A\u7684\u8FC7\u7A0B\u4E2D\uFF0C\u80FD\u591F\u4EAB\u53D7\u5230\u591A\u79CD\u76CA\u5904\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u901A\u8FC7\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\uFF08DPP\uFF09\u7CFB\u7EDF\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\uFF0C\u63D0\u5347\u900F\u660E\u5EA6\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u7CBE\u51C6\u76D1\u6D4B\u78B3\u8DB3\u8FF9\uFF0C\u786E\u4FDD\u4EE5\u73AF\u4FDD\u7684\u65B9\u5F0F\u5F00\u5C55\u8FD0\u8425\u3002\u8FD9\u79CD\u65B9\u6CD5\u4E0D\u4EC5\u589E\u5F3A\u4E86\u6D88\u8D39\u8005\u7684\u4FE1\u4EFB\uFF0C\u8FD8\u52A9\u529B\u54C1\u724C\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u7684\u521B\u65B0\u89E3\u51B3\u65B9\u6848\u5DF2\u6210\u4E3A\u54C1\u724C\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u7684\u5173\u952E\u5408\u4F5C\u4F19\u4F34\uFF0C\u8FD9\u4E00\u8FC7\u7A0B\u6700\u7EC8\u5C06\u63D0\u5347\u6D88\u8D39\u8005\u4FE1\u4EFB\u5EA6\u3001\u589E\u52A0\u9500\u552E\u989D\uFF0C\u5E76\u63D0\u9AD8\u54C1\u724C\u4EF7\u503C\u3002\"})]})},VZS5GhC8j:{children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"\u4E0E CARE ID \u5408\u4F5C\u7684\u54C1\u724C\u5728\u5B9E\u73B0\u53EF\u6301\u7EED\u65F6\u5C1A\u7684\u8FC7\u7A0B\u4E2D\uFF0C\u80FD\u591F\u4EAB\u53D7\u5230\u591A\u79CD\u76CA\u5904\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u901A\u8FC7\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\uFF08DPP\uFF09\u7CFB\u7EDF\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\uFF0C\u63D0\u5347\u900F\u660E\u5EA6\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u7CBE\u51C6\u76D1\u6D4B\u78B3\u8DB3\u8FF9\uFF0C\u786E\u4FDD\u4EE5\u73AF\u4FDD\u7684\u65B9\u5F0F\u5F00\u5C55\u8FD0\u8425\u3002\u8FD9\u79CD\u65B9\u6CD5\u4E0D\u4EC5\u589E\u5F3A\u4E86\u6D88\u8D39\u8005\u7684\u4FE1\u4EFB\uFF0C\u8FD8\u52A9\u529B\u54C1\u724C\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u7684\u521B\u65B0\u89E3\u51B3\u65B9\u6848\u5DF2\u6210\u4E3A\u54C1\u724C\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u7684\u5173\u952E\u5408\u4F5C\u4F19\u4F34\uFF0C\u8FD9\u4E00\u8FC7\u7A0B\u6700\u7EC8\u5C06\u63D0\u5347\u6D88\u8D39\u8005\u4FE1\u4EFB\u5EA6\u3001\u589E\u52A0\u9500\u552E\u989D\uFF0C\u5E76\u63D0\u9AD8\u54C1\u724C\u4EF7\u503C\u3002\"})]})},yYcAAP_Hm:{children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"\u4E0E CARE ID \u5408\u4F5C\u7684\u54C1\u724C\u5728\u5B9E\u73B0\u53EF\u6301\u7EED\u65F6\u5C1A\u7684\u8FC7\u7A0B\u4E2D\uFF0C\u80FD\u591F\u4EAB\u53D7\u5230\u591A\u79CD\u76CA\u5904\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u901A\u8FC7\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\uFF08DPP\uFF09\u7CFB\u7EDF\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\uFF0C\u63D0\u5347\u900F\u660E\u5EA6\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u7CBE\u51C6\u76D1\u6D4B\u78B3\u8DB3\u8FF9\uFF0C\u786E\u4FDD\u4EE5\u73AF\u4FDD\u7684\u65B9\u5F0F\u5F00\u5C55\u8FD0\u8425\u3002\u8FD9\u79CD\u65B9\u6CD5\u4E0D\u4EC5\u589E\u5F3A\u4E86\u6D88\u8D39\u8005\u7684\u4FE1\u4EFB\uFF0C\u8FD8\u52A9\u529B\u54C1\u724C\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u7684\u521B\u65B0\u89E3\u51B3\u65B9\u6848\u5DF2\u6210\u4E3A\u54C1\u724C\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u7684\u5173\u952E\u5408\u4F5C\u4F19\u4F34\uFF0C\u8FD9\u4E00\u8FC7\u7A0B\u6700\u7EC8\u5C06\u63D0\u5347\u6D88\u8D39\u8005\u4FE1\u4EFB\u5EA6\u3001\u589E\u52A0\u9500\u552E\u989D\uFF0C\u5E76\u63D0\u9AD8\u54C1\u724C\u4EF7\u503C\u3002\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Noto Sans SC SemiBold\", \"Noto Sans SC SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\"},children:\"\u4E0E CARE ID \u5408\u4F5C\u7684\u54C1\u724C\u5728\u5B9E\u73B0\u53EF\u6301\u7EED\u65F6\u5C1A\u7684\u8FC7\u7A0B\u4E2D\uFF0C\u80FD\u591F\u4EAB\u53D7\u5230\u591A\u79CD\u76CA\u5904\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"\u901A\u8FC7\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\uFF08DPP\uFF09\u7CFB\u7EDF\u5730\u7BA1\u7406\u4EA7\u54C1\u7684\u751F\u547D\u5468\u671F\uFF0C\u63D0\u5347\u900F\u660E\u5EA6\uFF0C\u5E76\u901A\u8FC7\u78B3\u6392\u653E\u8BA1\u7B97\u5668\u7CBE\u51C6\u76D1\u6D4B\u78B3\u8DB3\u8FF9\uFF0C\u786E\u4FDD\u4EE5\u73AF\u4FDD\u7684\u65B9\u5F0F\u5F00\u5C55\u8FD0\u8425\u3002\u8FD9\u79CD\u65B9\u6CD5\u4E0D\u4EC5\u589E\u5F3A\u4E86\u6D88\u8D39\u8005\u7684\u4FE1\u4EFB\uFF0C\u8FD8\u52A9\u529B\u54C1\u724C\u5B9E\u73B0\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u3002\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.4em\"},children:\"CARE ID \u7684\u521B\u65B0\u89E3\u51B3\u65B9\u6848\u5DF2\u6210\u4E3A\u54C1\u724C\u5B9E\u73B0\u5168\u7403\u53EF\u6301\u7EED\u53D1\u5C55\u76EE\u6807\u7684\u5173\u952E\u5408\u4F5C\u4F19\u4F34\uFF0C\u8FD9\u4E00\u8FC7\u7A0B\u6700\u7EC8\u5C06\u63D0\u5347\u6D88\u8D39\u8005\u4FE1\u4EFB\u5EA6\u3001\u589E\u52A0\u9500\u552E\u989D\uFF0C\u5E76\u63D0\u9AD8\u54C1\u724C\u4EF7\u503C\u3002\"})]}),className:\"framer-hi4eud\",fonts:[\"CUSTOM;Noto Sans SC SemiBold\",\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sx9u6u hidden-7fau45\",\"data-framer-name\":\"wtf\"})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:0,className:\"framer-1x0rxmg hidden-7fau45\",\"data-framer-name\":\"wtf\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i3l48u\",\"data-framer-name\":\" Slide\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vkqlr2\",\"data-framer-name\":\"Column 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18m3f3n\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dvo79t\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i5l0mr-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:0},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"KQsTSaor_\",intervalControl:3,itemAmount:1,layoutId:\"KQsTSaor_\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/r7tzlJULQsYstb69QKqf6y2Q9o.png\",srcSet:\"https://framerusercontent.com/images/r7tzlJULQsYstb69QKqf6y2Q9o.png?scale-down-to=512 512w,https://framerusercontent.com/images/r7tzlJULQsYstb69QKqf6y2Q9o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/r7tzlJULQsYstb69QKqf6y2Q9o.png 1280w\"},className:\"framer-drby77\",\"data-framer-name\":\"$1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/AUCXWy5fBssd7ZPI7yNENtu3YrE.png\",srcSet:\"https://framerusercontent.com/images/AUCXWy5fBssd7ZPI7yNENtu3YrE.png?scale-down-to=512 512w,https://framerusercontent.com/images/AUCXWy5fBssd7ZPI7yNENtu3YrE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AUCXWy5fBssd7ZPI7yNENtu3YrE.png 1280w\"},className:\"framer-f80nwi\",\"data-framer-name\":\"$2\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+274.5},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+0+0+0+0+0+249.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.67 - 2px, 1px) * 0.2509 - 1px, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+249.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lxzfqx-container hidden-7fau45\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Li4jbHmUA\",layoutId:\"Li4jbHmUA\",style:{height:\"100%\",width:\"100%\"},variant:\"VCBHLQIQ8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-36bnpp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12l9yr3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{direction:\"left\"}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"right\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"FpFjtbW_F\",intervalControl:3,itemAmount:1,layoutId:\"FpFjtbW_F\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/T8TEf32gK81j47pOCTdh9yNpQc.png\",srcSet:\"https://framerusercontent.com/images/T8TEf32gK81j47pOCTdh9yNpQc.png?scale-down-to=512 512w,https://framerusercontent.com/images/T8TEf32gK81j47pOCTdh9yNpQc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/T8TEf32gK81j47pOCTdh9yNpQc.png 1280w\"},className:\"framer-bl5zah\",\"data-framer-name\":\"$3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/mCcujaYvsxuSZRyuwzYsGIm4o.png\",srcSet:\"https://framerusercontent.com/images/mCcujaYvsxuSZRyuwzYsGIm4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/mCcujaYvsxuSZRyuwzYsGIm4o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mCcujaYvsxuSZRyuwzYsGIm4o.png 1280w\"},className:\"framer-1fiq2m0\",\"data-framer-name\":\"$4\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jp180f hidden-7fau45\",\"data-framer-name\":\"wtf\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wzi7fd\",\"data-framer-name\":\"Column 2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18pk85k\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-24q2cp\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q7rool-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{direction:\"right\"}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"vIfJjD7a2\",intervalControl:3,itemAmount:1,layoutId:\"vIfJjD7a2\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/BcbcUMi1tQFCGic2l1LwjDuQMz0.png\",srcSet:\"https://framerusercontent.com/images/BcbcUMi1tQFCGic2l1LwjDuQMz0.png?scale-down-to=512 512w,https://framerusercontent.com/images/BcbcUMi1tQFCGic2l1LwjDuQMz0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BcbcUMi1tQFCGic2l1LwjDuQMz0.png 1280w\"},className:\"framer-1n8kowk\",\"data-framer-name\":\"$5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/vpBRn5MXcY49BjNko4bDdeogIY.png\",srcSet:\"https://framerusercontent.com/images/vpBRn5MXcY49BjNko4bDdeogIY.png?scale-down-to=512 512w,https://framerusercontent.com/images/vpBRn5MXcY49BjNko4bDdeogIY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vpBRn5MXcY49BjNko4bDdeogIY.png 1280w\"},className:\"framer-4i2y21\",\"data-framer-name\":\"$6\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+274.5},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+0+0+0+0+0+249.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.67 - 2px, 1px) / 4.005, 1px) - 1px, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+249.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y67no3-container hidden-7fau45\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"a5kiaazUB\",layoutId:\"a5kiaazUB\",style:{height:\"100%\",width:\"100%\"},variant:\"VCBHLQIQ8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n2dtqf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6aivm6-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"right\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"kaZE0fvWy\",intervalControl:3,itemAmount:1,layoutId:\"kaZE0fvWy\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/vKkcBfDbdFQ1SPKwMj3L8Eb0w.png\",srcSet:\"https://framerusercontent.com/images/vKkcBfDbdFQ1SPKwMj3L8Eb0w.png?scale-down-to=512 512w,https://framerusercontent.com/images/vKkcBfDbdFQ1SPKwMj3L8Eb0w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vKkcBfDbdFQ1SPKwMj3L8Eb0w.png 1280w\"},className:\"framer-v1xmn2\",\"data-framer-name\":\"$7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/PaIy2ApywHuDYpQU4by38rw2PH8.png\",srcSet:\"https://framerusercontent.com/images/PaIy2ApywHuDYpQU4by38rw2PH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/PaIy2ApywHuDYpQU4by38rw2PH8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PaIy2ApywHuDYpQU4by38rw2PH8.png 1280w\"},className:\"framer-ro3kwc\",\"data-framer-name\":\"$8\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1leokm9 hidden-7fau45\",\"data-framer-name\":\"wtf\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-128wfkx\",\"data-framer-name\":\"Column 3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8no39v\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gkjl0z\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mj0hj0-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"SFa9cJnxz\",intervalControl:3,itemAmount:1,layoutId:\"SFa9cJnxz\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/aXK1dkNjn1UO6qoDhGnQ0puN48.png\",srcSet:\"https://framerusercontent.com/images/aXK1dkNjn1UO6qoDhGnQ0puN48.png?scale-down-to=512 512w,https://framerusercontent.com/images/aXK1dkNjn1UO6qoDhGnQ0puN48.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aXK1dkNjn1UO6qoDhGnQ0puN48.png 1280w\"},className:\"framer-3ucm0j\",\"data-framer-name\":\"$9\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/4XnoDRcqNYcrm14XgvAPmx7a0M.png\",srcSet:\"https://framerusercontent.com/images/4XnoDRcqNYcrm14XgvAPmx7a0M.png?scale-down-to=512 512w,https://framerusercontent.com/images/4XnoDRcqNYcrm14XgvAPmx7a0M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4XnoDRcqNYcrm14XgvAPmx7a0M.png 1280w\"},className:\"framer-1sgbbgu\",\"data-framer-name\":\"$10\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+274.5},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+0+0+0+0+0+249.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.67 - 2px, 1px) / 4.005, 1px) - 1px, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+249.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yij5ss-container hidden-7fau45\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"ia_IxTtDj\",layoutId:\"ia_IxTtDj\",style:{height:\"100%\",width:\"100%\"},variant:\"VCBHLQIQ8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ye9d2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9inb9e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{direction:\"left\"}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"right\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"eyXRiSw42\",intervalControl:3,itemAmount:1,layoutId:\"eyXRiSw42\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/TC3sNqTLSCfCyH0j9cRCXCaZbVQ.png\",srcSet:\"https://framerusercontent.com/images/TC3sNqTLSCfCyH0j9cRCXCaZbVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/TC3sNqTLSCfCyH0j9cRCXCaZbVQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TC3sNqTLSCfCyH0j9cRCXCaZbVQ.png 1280w\"},className:\"framer-1kqfbbs\",\"data-framer-name\":\"$11\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/QFw05XG1IqQz9j5Appzkff5nV0w.png\",srcSet:\"https://framerusercontent.com/images/QFw05XG1IqQz9j5Appzkff5nV0w.png?scale-down-to=512 512w,https://framerusercontent.com/images/QFw05XG1IqQz9j5Appzkff5nV0w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QFw05XG1IqQz9j5Appzkff5nV0w.png 1280w\"},className:\"framer-1xobhyh\",\"data-framer-name\":\"$12\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation9}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1l4427u hidden-7fau45\",\"data-framer-name\":\"wtf\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f3r6ey\",\"data-framer-name\":\"Column 4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i69cuw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3cl9yf\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vjxwao-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{direction:\"right\"}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"WomaU8wqS\",intervalControl:3,itemAmount:1,layoutId:\"WomaU8wqS\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/VQQ6kzzjRwsQHkBaws5nfCk9Wg.png\",srcSet:\"https://framerusercontent.com/images/VQQ6kzzjRwsQHkBaws5nfCk9Wg.png?scale-down-to=512 512w,https://framerusercontent.com/images/VQQ6kzzjRwsQHkBaws5nfCk9Wg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VQQ6kzzjRwsQHkBaws5nfCk9Wg.png 1280w\"},className:\"framer-19l9jf4\",\"data-framer-name\":\"$13\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/kh4yjKHMvnOwdgY9OnXy1v1LW0.png\",srcSet:\"https://framerusercontent.com/images/kh4yjKHMvnOwdgY9OnXy1v1LW0.png?scale-down-to=512 512w,https://framerusercontent.com/images/kh4yjKHMvnOwdgY9OnXy1v1LW0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kh4yjKHMvnOwdgY9OnXy1v1LW0.png 1280w\"},className:\"framer-f8frmv\",\"data-framer-name\":\"$14\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+274.5},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+0+0+0+0+0+249.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(max(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) * 0.67 - 2px, 1px) / 4.005, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+0+0+0+0+0+249.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jh17ju-container hidden-7fau45\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Q3hwrHSQo\",layoutId:\"Q3hwrHSQo\",style:{height:\"100%\",width:\"100%\"},variant:\"VCBHLQIQ8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ckhqtb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jl85p4-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(0, 0, 0)\",arrowGap:10,arrowPadding:30,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"right\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:0,effectsPerspective:200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:50,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"LRygLMX8s\",intervalControl:3,itemAmount:1,layoutId:\"LRygLMX8s\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/YDGRhRGEjuxzEHOaikHHfsLR70M.png\",srcSet:\"https://framerusercontent.com/images/YDGRhRGEjuxzEHOaikHHfsLR70M.png?scale-down-to=512 512w,https://framerusercontent.com/images/YDGRhRGEjuxzEHOaikHHfsLR70M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YDGRhRGEjuxzEHOaikHHfsLR70M.png 1280w\"},className:\"framer-17ouoc0\",\"data-framer-name\":\"$15\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1280,pixelHeight:800,pixelWidth:1280,sizes:\"160px\",src:\"https://framerusercontent.com/images/lawlb66jWrqB3pM93DqsJ9UUXWY.png\",srcSet:\"https://framerusercontent.com/images/lawlb66jWrqB3pM93DqsJ9UUXWY.png?scale-down-to=512 512w,https://framerusercontent.com/images/lawlb66jWrqB3pM93DqsJ9UUXWY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lawlb66jWrqB3pM93DqsJ9UUXWY.png 1280w\"},className:\"framer-rdtfbw\",\"data-framer-name\":\"$16\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"},width:\"100%\"})})})})]})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+550},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+500},yYcAAP_Hm:{width:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,y:(componentViewport?.y||0)+0+6625+0+0+0+900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+500,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kg1eah-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"gYtOqvekx\",layoutId:\"gYtOqvekx\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ii04p hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cm0b5b\",\"data-framer-name\":\"NULL\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rilv7c\",\"data-framer-name\":\"Border\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+10604+0+0+651},VZS5GhC8j:{y:(componentViewport?.y||0)+0+10454+0+0+551}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+10604+0+0+571,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lv9g4j-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"Netm1J90s\",layoutId:\"Netm1J90s\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation12}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation11,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wm5kjp hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fegzyf\",\"data-framer-name\":\"Partners\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1e4eyq hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jh4oz8\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-smc6l\",\"data-framer-name\":\"Partners\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+11256+0+0+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+11006+0+0+0+0},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+7526+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+11176+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15uxwbc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"TzTIPJLEH\"},VZS5GhC8j:{variant:\"ibwegF6m8\"},yYcAAP_Hm:{variant:\"qNHHgHX_q\"}},children:/*#__PURE__*/_jsx(PartnersChinese,{height:\"100%\",id:\"rIx1D2O7x\",layoutId:\"rIx1D2O7x\",style:{width:\"100%\"},variant:\"BmJzH1Q67\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+11256+0+0+820},VZS5GhC8j:{y:(componentViewport?.y||0)+0+11006+0+0+820}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+11176+0+0+820,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m17jxt-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"gYJOksflx\",layoutId:\"gYJOksflx\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-101rbvb hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vjsuya\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+11256+0+0+821+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+11006+0+0+821+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+11176+0+0+821+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ntd0w0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"IGJea97H4\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"KU2BVoaGS\",layoutId:\"KU2BVoaGS\",style:{width:\"100%\"},variant:\"MRCoVJZfp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gfokxz\",\"data-framer-name\":\"Null\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+11256+0+0+1641},VZS5GhC8j:{y:(componentViewport?.y||0)+0+11006+0+0+1641}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+11176+0+0+1641,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16e1ajz-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"pMJVyGWFd\",layoutId:\"pMJVyGWFd\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ji5stj hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uk2qqv\",\"data-framer-name\":\"Press\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation14}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wihqfs hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ksahu\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m6vup\",\"data-framer-name\":\"Lable\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-enkrxx\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rbyz9f\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v88\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u65B0\u95FB\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u65B0\u95FB\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u65B0\u95FB\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v86\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u65B0\u95FB\"})}),className:\"framer-19ud8rz\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+140},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+80},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+8346+0+0+50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+100,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7bu530-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"ZGwbU9CZ4\",layoutId:\"ZGwbU9CZ4\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15v239t\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+141+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+81+0},yYcAAP_Hm:{height:420,width:`calc((max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 1px) * 0.4996)`,y:(componentViewport?.y||0)+0+8346+0+0+51+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`calc((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 1px) * 0.4996)`,y:(componentViewport?.y||0)+0+12818+0+0+101+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pzutfq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{eLvvki9W0:60,U3IDcZFBJ:18},VZS5GhC8j:{eLvvki9W0:28,U3IDcZFBJ:14},yYcAAP_Hm:{eLvvki9W0:24,gr1ZEJk6c:\"10px 10px 10px 10px\",U3IDcZFBJ:14,variant:\"haxju58_y\"}},children:/*#__PURE__*/_jsx(PRESSChinese,{eLvvki9W0:40,gr1ZEJk6c:\"30px 30px 30px 30px\",height:\"100%\",id:\"Dpp27QGv_\",layoutId:\"Dpp27QGv_\",mf1Wc4pAa:\"https://www.hantoday.net/news/articleView.html?idxno=36439\",rV04uFx78:\"MNTC \u5C55\u793A\u73AF\u4FDD\u65F6\u5C1A\",style:{height:\"100%\",width:\"100%\"},U3IDcZFBJ:16,variant:\"ejC8s6Cmr\",wAJV6kJf1:\"Mint Collection \u5728 \u201CProject555 \u201D\u6D3B\u52A8\u4E2D\u5C55\u793A\u4E86\u5176\u97E9\u56FD\u65F6\u88C5\u78B3\u8DB3\u8FF9\u8BA1\u7B97\u5668\uFF0C\u8BE5\u8BA1\u7B97\u5668\u53EF\u6D4B\u91CF\u670D\u88C5\u7684\u78B3\u8DB3\u8FF9\uFF0C\u4EE5\u9F13\u52B1\u73AF\u4FDD\u6D88\u8D39\uFF0C\u5E76\u5C55\u793A\u4E86\u4EE5\u5343\u5E74\u866B\u4E3A\u7075\u611F\u7684\u8BBE\u8BA1\u5E08\u54C1\u724C\u7684\u53EF\u6301\u7EED\u65F6\u88C5\u3002Mint Collection \u901A\u8FC7\u5176\u5FAA\u73AF\u65F6\u5C1A\u5E73\u53F0\u652F\u6301 ESG \u7BA1\u7406\uFF0C\u65E8\u5728\u5C55\u793A\u53EF\u6301\u7EED\u65F6\u5C1A\u4EA7\u4E1A\u7684\u613F\u666F\u3002\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation16},yYcAAP_Hm:{__framer__enter:animation16}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tu3lbx\",\"data-framer-name\":\"Wtf\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+141+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+81+0},yYcAAP_Hm:{height:420,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 1px) * 0.5004 - 1px, 1px)`,y:(componentViewport?.y||0)+0+8346+0+0+51+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 1px) * 0.5004 - 1px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+101+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qggd56-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{eLvvki9W0:60,U3IDcZFBJ:18},VZS5GhC8j:{eLvvki9W0:28,U3IDcZFBJ:14},yYcAAP_Hm:{eLvvki9W0:24,gr1ZEJk6c:\"10px 10px 10px 10px\",U3IDcZFBJ:14,variant:\"haxju58_y\"}},children:/*#__PURE__*/_jsx(PRESSChinese,{eLvvki9W0:40,gr1ZEJk6c:\"30px 30px 30px 30px\",height:\"100%\",id:\"jNcHeDDpf\",layoutId:\"jNcHeDDpf\",mf1Wc4pAa:\"https://www.chosun.com/economy/startup_story/2022/09/08/VHDN5TWBNFHD7EOZ7EPVHQVFXE/\",rV04uFx78:\"MNTC, \u5FAA\u73AF\u65F6\u5C1A\",style:{height:\"100%\",width:\"100%\"},U3IDcZFBJ:16,variant:\"ejC8s6Cmr\",wAJV6kJf1:\"MintCollection \u662F\u4E00\u4E2A\u5FAA\u73AF\u65F6\u5C1A\u5E73\u53F0\uFF0C\u5B83\u4EE5\u52A0\u5BC6\u65B9\u5F0F\u4E3A\u670D\u88C5\u8D34\u6807\u7B7E\uFF0C\u4EE5\u8DDF\u8E2A\u5176\u6D41\u5411\u5E76\u9F13\u52B1\u8F6C\u552E\u3002\u8FD9\u5EF6\u957F\u4E86\u5E93\u5B58\u670D\u88C5\u548C\u4E8C\u624B\u670D\u88C5\u7684\u751F\u547D\u5468\u671F\uFF0C\u5B9E\u73B0\u4E86\u53EF\u6301\u7EED\u65F6\u5C1A\u3002\u81EA\u88AB\u9009\u4E3A LG \u793E\u4F1A\u7814\u7A76\u5458\u4EE5\u6765\uFF0C\u8BE5\u516C\u53F8\u5DF2\u901A\u8FC7\u5404\u79CD\u5F00\u653E\u5F0F\u521B\u65B0\u673A\u4F1A\u4E0E\u591A\u4E2A\u8BBE\u8BA1\u5E08\u54C1\u724C\u5408\u4F5C\uFF0C\u5E76\u83B7\u5F97\u4E86\u5927\u578B\u65F6\u5C1A\u54C1\u724C\u7684 PoC \u9879\u76EE\u3002\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+441},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+381},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+8346+0+0+471}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+401,children:/*#__PURE__*/_jsx(Container,{className:\"framer-29k025-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"dft2CA_VE\",layoutId:\"dft2CA_VE\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5bbfq2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+442+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+382+0},yYcAAP_Hm:{height:420,width:`calc((max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 1px) * 0.4996)`,y:(componentViewport?.y||0)+0+8346+0+0+472+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`calc((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 1px) * 0.4996)`,y:(componentViewport?.y||0)+0+12818+0+0+402+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16q94b1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{eLvvki9W0:60,U3IDcZFBJ:18},VZS5GhC8j:{eLvvki9W0:28,U3IDcZFBJ:14},yYcAAP_Hm:{eLvvki9W0:24,gr1ZEJk6c:\"10px 10px 10px 10px\",U3IDcZFBJ:14,variant:\"haxju58_y\"}},children:/*#__PURE__*/_jsx(PRESSChinese,{eLvvki9W0:40,gr1ZEJk6c:\"30px 30px 30px 30px\",height:\"100%\",id:\"pe5_4d5TL\",layoutId:\"pe5_4d5TL\",mf1Wc4pAa:\"https://www.edaily.co.kr/news/read?newsId=01826966638856120&mediaCodeNo=257&OutLnkChk=Y\",rV04uFx78:\"YUNE \u7684\u53EF\u6301\u7EED\u65F6\u88C5\u521B\u65B0\",style:{height:\"100%\",width:\"100%\"},U3IDcZFBJ:16,variant:\"ejC8s6Cmr\",wAJV6kJf1:\"YUNE \u7684 CARE ID \u662F\u4E00\u9879\u9488\u5BF9\u65F6\u88C5\u4E1A\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u5021\u8BAE\uFF0C\u901A\u8FC7\u5728\u670D\u88C5\u4E0A\u8D34\u4E0A CARE ID \u6807\u7B7E\uFF0C\u5B9E\u73B0\u670D\u88C5\u7684\u91CD\u590D\u4F7F\u7528\u548C\u53EF\u8FFD\u6EAF\u6027\uFF0C\u65E8\u5728\u5EF6\u957F\u670D\u88C5\u7684\u4F7F\u7528\u5BFF\u547D\u5E76\u51CF\u5C11\u78B3\u6392\u653E\u3002\u4E3A\u54CD\u5E94\u6B27\u6D32\u7684\u53EF\u6301\u7EED\u53D1\u5C55\u6CD5\u89C4\uFF0C\u8BE5\u516C\u53F8\u6B63\u5728\u5411\u5168\u7403\u6269\u5F20\uFF0C\u5E76\u4EE5\u8FD9\u79CD\u521B\u65B0\u65B9\u6CD5\u5F15\u9886\u7740\u65F6\u88C5\u4E1A\u7684\u7EFF\u8272\u53D1\u5C55\u3002\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation16},yYcAAP_Hm:{__framer__enter:animation16}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fsrarf\",\"data-framer-name\":\"Wtf\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+442+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+382+0},yYcAAP_Hm:{height:420,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 1px) * 0.5004 - 1px, 1px)`,y:(componentViewport?.y||0)+0+8346+0+0+472+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 1px) * 0.5004 - 1px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+402+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14avqio-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{eLvvki9W0:60,U3IDcZFBJ:18},VZS5GhC8j:{eLvvki9W0:28,U3IDcZFBJ:14},yYcAAP_Hm:{eLvvki9W0:24,gr1ZEJk6c:\"10px 10px 10px 10px\",U3IDcZFBJ:14,variant:\"haxju58_y\"}},children:/*#__PURE__*/_jsx(PRESSChinese,{eLvvki9W0:40,gr1ZEJk6c:\"30px 30px 30px 30px\",height:\"100%\",id:\"KhQ45srDi\",layoutId:\"KhQ45srDi\",mf1Wc4pAa:\"https://www.startupn.kr/news/articleView.html?idxno=45092\",rV04uFx78:\"YUNE \u8D70\u5411\u5168\u7403\",style:{height:\"100%\",width:\"100%\"},U3IDcZFBJ:16,variant:\"ejC8s6Cmr\",wAJV6kJf1:\"\u5FAA\u73AF\u65F6\u5C1A\u521D\u521B\u4F01\u4E1AYUNE\u53C2\u52A0\u4E86\u4E0A\u6D77\u65F6\u88C5\u5468\uFF0C\u5E76\u542F\u52A8\u4E86\u5176\u5168\u7403\u6269\u5F20\u8BA1\u5212\u3002 YUNE\u8FD0\u7528\u5176 \u201CCARE ID \u201D\u89E3\u51B3\u65B9\u6848\u8DDF\u8E2A\u670D\u88C5\u7684\u751F\u547D\u5468\u671F\uFF0C\u9632\u6B62\u5047\u5192\u5E76\u4FDD\u62A4\u54C1\u724C\u4EF7\u503C\u3002CARE ID \u89E3\u51B3\u65B9\u6848\u6709\u671B\u6210\u4E3A\u652F\u6301\u53EF\u6301\u7EED\u5206\u9500\u548C\u6D88\u8D39\u7684 ESG \u5DE5\u5177\u3002\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+742},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+682},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+8346+0+0+892}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+702,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vyyeov-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"},yYcAAP_Hm:{variant:\"TKKC2sAp9\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"yKkehNzl6\",layoutId:\"yKkehNzl6\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-197d4pf hidden-7fau45\",\"data-framer-name\":\"Space\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m8vple\",\"data-framer-name\":\"Null\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+743+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+683+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+12818+0+0+703+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17vmzdg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"L7mkhiFs3\"},VZS5GhC8j:{variant:\"IGJea97H4\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"CRVI19gvs\",layoutId:\"CRVI19gvs\",style:{width:\"100%\"},variant:\"MRCoVJZfp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pl4fh7\",\"data-framer-name\":\"Null\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+12898+0+0+1563},VZS5GhC8j:{y:(componentViewport?.y||0)+0+12648+0+0+1503}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+12818+0+0+1523,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtj84n-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"mtslgpKxm\"}},children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"FCnXP6vl2\",layoutId:\"FCnXP6vl2\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation14}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14qjxfm hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pukr0w\",\"data-framer-name\":\"Article\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hqn7mq hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16iehge\",\"data-framer-name\":\"Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13hfd2z\",\"data-framer-name\":\"Lable\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dhf0jt\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jjsn6m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u535A\u5BA2\"})})},VZS5GhC8j:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u535A\u5BA2\"})})},yYcAAP_Hm:{children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u535A\u5BA2\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBTQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans SC Regular\", \"Noto Sans SC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u535A\u5BA2\"})}),className:\"framer-wrg2f9\",fonts:[\"CUSTOM;Noto Sans SC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+0+-360},VZS5GhC8j:{height:80,y:(componentViewport?.y||0)+0+14152+0+0+0+0},yYcAAP_Hm:{y:(componentViewport?.y||0)+0+9239+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+14342+0+0+0+-360,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wfcn7j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{style:{height:\"100%\",width:\"100%\"},variant:\"IGJea97H4\"},yYcAAP_Hm:{variant:\"lieuqmBCo\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"jTJNhSDr3\",layoutId:\"jTJNhSDr3\",style:{width:\"100%\"},variant:\"MRCoVJZfp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y61OTS0IF\"},implicitPathVariables:undefined},{href:{webPageId:\"y61OTS0IF\"},implicitPathVariables:undefined},{href:{webPageId:\"y61OTS0IF\"},implicitPathVariables:undefined},{href:{webPageId:\"y61OTS0IF\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+0+0},VZS5GhC8j:{height:80,y:(componentViewport?.y||0)+0+14152+0+0+0+0},yYcAAP_Hm:{height:820,width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) / 2 - 1px, 1px)`,y:(componentViewport?.y||0)+0+9239+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) / 4)`,y:(componentViewport?.y||0)+0+14342+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ylysun-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{hRCcjb1rS:20,HWdX_w1l3:resolvedLinks2[3]},VZS5GhC8j:{e2UuE83tQ:10,hRCcjb1rS:14,HWdX_w1l3:resolvedLinks2[1]},yYcAAP_Hm:{hRCcjb1rS:14,HWdX_w1l3:resolvedLinks2[2],variant:\"aLEptwGMc\"}},children:/*#__PURE__*/_jsx(Pagenation,{e2UuE83tQ:20,height:\"100%\",hGH_ZAZAp:getLocalizedValue(\"v92\",activeLocale)??\"\u67E5\u770B\u66F4\u591A\",hRCcjb1rS:16,HWdX_w1l3:resolvedLinks2[0],id:\"a8jtGk7hL\",layoutId:\"a8jtGk7hL\",style:{height:\"100%\",width:\"100%\"},variant:\"NZub7REs_\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+100},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+80},yYcAAP_Hm:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px)`,y:(componentViewport?.y||0)+0+9239+0+0+820}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px)`,y:(componentViewport?.y||0)+0+14342+0+0+100,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z909r-container\",children:/*#__PURE__*/_jsx(HBorder,{height:\"100%\",id:\"ZYFUyp8K_\",layoutId:\"ZYFUyp8K_\",style:{height:\"100%\",width:\"100%\"},variant:\"OQMUWk11f\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rown9u\",\"data-framer-name\":\"About us\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ywp05u\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"G8HjP27hv\"},implicitPathVariables:undefined},{href:{webPageId:\"G8HjP27hv\"},implicitPathVariables:undefined},{href:{webPageId:\"G8HjP27hv\"},implicitPathVariables:undefined},{href:{webPageId:\"G8HjP27hv\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0},yYcAAP_Hm:{height:258,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 2px)`,y:(componentViewport?.y||0)+0+9239+0+0+821+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 5px) / 4, 1px)`,y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-865yha-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{LVes2dhoT:resolvedLinks3[3],r6ORzAYC6:18,Rk0Ga8BaF:28},VZS5GhC8j:{g5eyG5l0H:\"10px\",LVes2dhoT:resolvedLinks3[1],r6ORzAYC6:14,Rk0Ga8BaF:18,xUuLzksSA:8},yYcAAP_Hm:{LVes2dhoT:resolvedLinks3[2],r6ORzAYC6:14,style:{width:\"100%\"},variant:\"JPPdh1RNT\",xUuLzksSA:10}},children:/*#__PURE__*/_jsx(BlogChinese,{DYT7UFdQA:\"\u5FEB\u901F\u65F6\u5C1A\u7684\u6269\u6563\u4F7F\u670D\u88C5\u6D88\u8D39\u548C\u5904\u7406\u66F4\u52A0\u9891\u7E41\uFF0C\u4ECE\u800C\u52A0\u5267\u4E86\u8FD9\u4E00\u95EE\u9898\u3002\u5728\u672C\u6587\u4E2D\uFF0C\u6211\u4EEC\u5C06\u8BA8\u8BBA\u65F6\u88C5\u4E1A\u4E2D\u7684\u5E9F\u65E7\u670D\u88C5\u548C\u5E9F\u65E7\u7EBA\u7EC7\u54C1\u95EE\u9898\uFF0C\u5E76\u63A2\u8BA8\u5B9E\u73B0\u53EF\u6301\u7EED\u65F6\u88C5\u7684\u65B9\u6CD5\uFF0C\u5305\u62EC\u5347\u7EA7\u518D\u9020\u3001\u56DE\u6536\u5229\u7528\u548C\u96F6\u5E9F\u5F03\u8BBE\u8BA1\u3002\",EMzADhEu_:true,g5eyG5l0H:\"20px\",height:\"100%\",id:\"UazGmGUvN\",kipint2mL:addImageAlt({src:\"https://framerusercontent.com/images/u8EIsppdC27nctoKFELKR352FKM.jpg\",srcSet:\"https://framerusercontent.com/images/u8EIsppdC27nctoKFELKR352FKM.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/u8EIsppdC27nctoKFELKR352FKM.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/u8EIsppdC27nctoKFELKR352FKM.jpg 2707w\"},\"\"),layoutId:\"UazGmGUvN\",LVes2dhoT:resolvedLinks3[0],nbZvBprNk:10,nVznMtdQk:\"\u65F6\u88C5\u4E1A\u7684\u670D\u88C5\u5E9F\u5F03\u7269\u95EE\u9898\",r6ORzAYC6:16,Rk0Ga8BaF:24,style:{height:\"100%\",width:\"100%\"},variant:\"YbgMVCWt5\",width:\"100%\",xUuLzksSA:14})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sh6v37-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"X8yDAEYd8\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"YlPj8DGQU\",layoutId:\"YlPj8DGQU\",style:{width:\"100%\"},variant:\"tKQcl0hdT\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zjFa5aEHy\"},implicitPathVariables:undefined},{href:{webPageId:\"zjFa5aEHy\"},implicitPathVariables:undefined},{href:{webPageId:\"zjFa5aEHy\"},implicitPathVariables:undefined},{href:{webPageId:\"zjFa5aEHy\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0},yYcAAP_Hm:{height:258,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 2px)`,y:(componentViewport?.y||0)+0+9239+0+0+821+0+0+258}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 5px) / 4, 1px)`,y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10nrpcq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{LVes2dhoT:resolvedLinks4[3],r6ORzAYC6:18,Rk0Ga8BaF:28},VZS5GhC8j:{g5eyG5l0H:\"10px\",LVes2dhoT:resolvedLinks4[1],r6ORzAYC6:14,Rk0Ga8BaF:18,xUuLzksSA:8},yYcAAP_Hm:{LVes2dhoT:resolvedLinks4[2],r6ORzAYC6:14,style:{width:\"100%\"},variant:\"JPPdh1RNT\",xUuLzksSA:10}},children:/*#__PURE__*/_jsx(BlogChinese,{DYT7UFdQA:\"\u8FD1\u5E74\u6765\uFF0C\u5168\u7403\u65F6\u5C1A\u4EA7\u4E1A\u7684\u76D1\u7BA1\u4E0D\u65AD\u52A0\u5F3A\uFF0C\u4EE5\u4FDD\u62A4\u73AF\u5883\uFF0C\u4FC3\u8FDB\u9053\u5FB7\u751F\u4EA7\u548C\u6D88\u8D39\u3002\u672C\u6587\u5C06\u63A2\u8BA8\u6D77\u5916\u65F6\u5C1A\u76D1\u7BA1\u7684\u5168\u7403\u8D8B\u52BF\u3001\u5404\u56FD\u65F6\u5C1A\u4EA7\u4E1A\u76D1\u7BA1\u7684\u73B0\u72B6\uFF0C\u4EE5\u53CA\u97E9\u56FD\u65F6\u5C1A\u4EA7\u4E1A\u5E94\u5982\u4F55\u5E94\u5BF9\u4EE5\u8FDB\u519B\u5168\u7403\u5E02\u573A\u3002\",EMzADhEu_:true,g5eyG5l0H:\"20px\",height:\"100%\",id:\"TnYASpsNu\",kipint2mL:addImageAlt({src:\"https://framerusercontent.com/images/mcp8XIAXf1iV8prDUp8hxgBRk.jpg\",srcSet:\"https://framerusercontent.com/images/mcp8XIAXf1iV8prDUp8hxgBRk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mcp8XIAXf1iV8prDUp8hxgBRk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mcp8XIAXf1iV8prDUp8hxgBRk.jpg 1920w\"},\"\"),layoutId:\"TnYASpsNu\",LVes2dhoT:resolvedLinks4[0],nbZvBprNk:10,nVznMtdQk:\"\u56FD\u9645\u65F6\u5C1A\u6CD5\u89C4\",r6ORzAYC6:16,Rk0Ga8BaF:24,style:{height:\"100%\",width:\"100%\"},variant:\"o5NaDfqNo\",width:\"100%\",xUuLzksSA:14})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16r16rb-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"X8yDAEYd8\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"V_UX0hqxO\",layoutId:\"V_UX0hqxO\",style:{width:\"100%\"},variant:\"tKQcl0hdT\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b8h9hWrMe\"},implicitPathVariables:undefined},{href:{webPageId:\"b8h9hWrMe\"},implicitPathVariables:undefined},{href:{webPageId:\"b8h9hWrMe\"},implicitPathVariables:undefined},{href:{webPageId:\"b8h9hWrMe\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0},yYcAAP_Hm:{height:258,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 2px)`,y:(componentViewport?.y||0)+0+9239+0+0+821+0+0+516}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 5px) / 4, 1px)`,y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-156kpqh-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{LVes2dhoT:resolvedLinks5[3],r6ORzAYC6:18,Rk0Ga8BaF:28},VZS5GhC8j:{g5eyG5l0H:\"10px\",LVes2dhoT:resolvedLinks5[1],r6ORzAYC6:14,Rk0Ga8BaF:18,xUuLzksSA:8},yYcAAP_Hm:{LVes2dhoT:resolvedLinks5[2],r6ORzAYC6:14,style:{width:\"100%\"},variant:\"JPPdh1RNT\",xUuLzksSA:10}},children:/*#__PURE__*/_jsx(BlogChinese,{DYT7UFdQA:\"2024 \u5E74 7 \u6708 18 \u65E5\uFF0C\u6B27\u76DF\uFF08EU\uFF09\u6B63\u5F0F\u63A8\u51FA\u4E86\u300A\u53EF\u6301\u7EED\u4EA7\u54C1\u751F\u6001\u8BBE\u8BA1\u6CD5\u89C4\u300B\uFF08ESPR\uFF09\uFF0C\u65E8\u5728\u63D0\u9AD8\u6B27\u76DF\u5E02\u573A\u4E0A\u4EA7\u54C1\u7684\u5FAA\u73AF\u6027\u3001\u80FD\u6E90\u6027\u80FD\u548C\u73AF\u5883\u53EF\u6301\u7EED\u6027\u3002\u672C\u6587\u5C06\u4ECB\u7ECD\u8BE5\u6CD5\u89C4\u7684\u8981\u70B9\u3001\u5BF9\u56FD\u5185\u4F01\u4E1A\u7684\u5F71\u54CD\u4EE5\u53CA\u5E94\u5BF9\u7B56\u7565\u3002\",EMzADhEu_:true,g5eyG5l0H:\"20px\",height:\"100%\",id:\"cXte4dkl9\",kipint2mL:addImageAlt({src:\"https://framerusercontent.com/images/G4r5fIlRYNPtJ6wQ6b51Ne554dY.jpg\",srcSet:\"https://framerusercontent.com/images/G4r5fIlRYNPtJ6wQ6b51Ne554dY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/G4r5fIlRYNPtJ6wQ6b51Ne554dY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/G4r5fIlRYNPtJ6wQ6b51Ne554dY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/G4r5fIlRYNPtJ6wQ6b51Ne554dY.jpg 3673w\"},\"\"),layoutId:\"cXte4dkl9\",LVes2dhoT:resolvedLinks5[0],nbZvBprNk:10,nVznMtdQk:\"\u62DF\u8BAE\u7684\u751F\u6001\u8BBE\u8BA1\u6CD5\u89C4\u5BF9\u56FD\u5185\u4F01\u4E1A\u610F\u5473\u7740\u4EC0\u4E48\uFF1F\",r6ORzAYC6:16,Rk0Ga8BaF:24,style:{height:\"100%\",width:\"100%\"},variant:\"YbgMVCWt5\",width:\"100%\",xUuLzksSA:14})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"1px\",y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-140dyb8-container hidden-7fau45\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{variant:\"X8yDAEYd8\"}},children:/*#__PURE__*/_jsx(Border,{height:\"100%\",id:\"i4NTtgJnk\",layoutId:\"i4NTtgJnk\",style:{width:\"100%\"},variant:\"tKQcl0hdT\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mhQKrwXlU\"},implicitPathVariables:undefined},{href:{webPageId:\"mhQKrwXlU\"},implicitPathVariables:undefined},{href:{webPageId:\"mhQKrwXlU\"},implicitPathVariables:undefined},{href:{webPageId:\"mhQKrwXlU\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+14462+0+0+101+0+0},VZS5GhC8j:{y:(componentViewport?.y||0)+0+14152+0+0+81+0+0},yYcAAP_Hm:{height:258,width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1920px), 1px) - 2px)`,y:(componentViewport?.y||0)+0+9239+0+0+821+0+0+774}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1920px) - 2px, 1px) - 5px) / 4, 1px)`,y:(componentViewport?.y||0)+0+14342+0+0+101+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ojrlu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{LVes2dhoT:resolvedLinks6[3],r6ORzAYC6:18,Rk0Ga8BaF:28},VZS5GhC8j:{g5eyG5l0H:\"10px\",LVes2dhoT:resolvedLinks6[1],r6ORzAYC6:14,Rk0Ga8BaF:18,xUuLzksSA:8},yYcAAP_Hm:{LVes2dhoT:resolvedLinks6[2],r6ORzAYC6:14,style:{width:\"100%\"},variant:\"JPPdh1RNT\",xUuLzksSA:10}},children:/*#__PURE__*/_jsx(BlogChinese,{DYT7UFdQA:\"\u5728\u73B0\u4EE3\u793E\u4F1A\uFF0C\u53EF\u6301\u7EED\u6027\u548C\u900F\u660E\u5EA6\u6B63\u6210\u4E3A\u6D88\u8D39\u8005\u8D2D\u4E70\u51B3\u7B56\u7684\u91CD\u8981\u56E0\u7D20\u3002\u5728\u6B64\u80CC\u666F\u4E0B\uFF0C\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u7684\u5FC5\u8981\u6027\u53D8\u5F97\u8D8A\u6765\u8D8A\u91CD\u8981\u3002\u8BA9\u6211\u4EEC\u6765\u770B\u770B\u6570\u5B57\u4EA7\u54C1\u62A4\u7167\u6559\u80B2\u6D88\u8D39\u8005\u7684\u5FC5\u8981\u6027\u548C\u539F\u56E0\u3002\",EMzADhEu_:true,g5eyG5l0H:\"20px\",height:\"100%\",id:\"J9R2W9gr8\",kipint2mL:addImageAlt({src:\"https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg\",srcSet:\"https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/sOmDMNmDroNSQRXGU3Y1AE8WNE.jpg 6000w\"},\"\"),layoutId:\"J9R2W9gr8\",LVes2dhoT:resolvedLinks6[0],nbZvBprNk:10,nVznMtdQk:\"DPP \u6D88\u8D39\u8005\u6559\u80B2\u7684\u5FC5\u8981\u6027\",r6ORzAYC6:16,Rk0Ga8BaF:24,style:{height:\"100%\",width:\"100%\"},variant:\"o5NaDfqNo\",width:\"100%\",xUuLzksSA:14})})})})})})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VZS5GhC8j:{__framer__enter:animation2}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-u2o8w8 hidden-7fau45\",\"data-framer-name\":\"Layer Border\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{y:(componentViewport?.y||0)+0+15383},VZS5GhC8j:{y:(componentViewport?.y||0)+0+15053},yYcAAP_Hm:{y:(componentViewport?.y||0)+0+11092}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:627,width:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,y:(componentViewport?.y||0)+0+15263,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11hbiwg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"BNXd8omrN\"},VZS5GhC8j:{variant:\"XUczCo1cS\"},yYcAAP_Hm:{variant:\"MDSdQNlRR\"}},children:/*#__PURE__*/_jsx(FotterChinese,{height:\"100%\",id:\"xRwNJCsuK\",layoutId:\"xRwNJCsuK\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ngaVJZs3q\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation18},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19hh42i\",\"data-framer-name\":\"New Nav\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"min(100vw, 1920px)\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cwiacg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uuH76YaY2:{variant:\"IneA4WCFX\"},VZS5GhC8j:{variant:\"VQrTt2_w9\"},yYcAAP_Hm:{variant:\"VQrTt2_w9\"}},children:/*#__PURE__*/_jsx(NavbarCopyChinese,{height:\"100%\",id:\"qplIKQrkh\",layoutId:\"qplIKQrkh\",style:{width:\"100%\"},variant:\"SUHl1Hjuq\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r6kgu9\",\"data-framer-name\":\"H-Border\"})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l4FrA.framer-1isntm, .framer-l4FrA .framer-1isntm { display: block; }\",\".framer-l4FrA.framer-1wf94p6 { align-content: center; align-items: center; background-color: #f9f8f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-l4FrA .framer-1dkail8-container, .framer-l4FrA .framer-c5exms-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-l4FrA .framer-1rorg53 { align-content: center; align-items: center; bottom: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; left: 50%; max-width: 1920px; overflow: hidden; padding: 0px 20px 0px 0px; position: fixed; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-l4FrA .framer-1nfz8ff-container { flex: none; height: 48px; position: relative; width: 140px; }\",\".framer-l4FrA .framer-1ca5veu, .framer-l4FrA .framer-10e37p6, .framer-l4FrA .framer-ma9tl5, .framer-l4FrA .framer-1lfoarb, .framer-l4FrA .framer-100btdt, .framer-l4FrA .framer-1fegzyf, .framer-l4FrA .framer-uk2qqv, .framer-l4FrA .framer-pukr0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-yk43fu, .framer-l4FrA .framer-1bsnbsf, .framer-l4FrA .framer-amhs8u, .framer-l4FrA .framer-s0ppq9, .framer-l4FrA .framer-1wouobl, .framer-l4FrA .framer-13mn3r9, .framer-l4FrA .framer-3b6klf, .framer-l4FrA .framer-m28ic7, .framer-l4FrA .framer-o0gz93, .framer-l4FrA .framer-yxz9sk, .framer-l4FrA .framer-2geumm, .framer-l4FrA .framer-12wwtu2, .framer-l4FrA .framer-77i8my, .framer-l4FrA .framer-1haq9mw, .framer-l4FrA .framer-1rzb02b, .framer-l4FrA .framer-1wm5kjp, .framer-l4FrA .framer-1e4eyq, .framer-l4FrA .framer-ji5stj, .framer-l4FrA .framer-1wihqfs, .framer-l4FrA .framer-14qjxfm, .framer-l4FrA .framer-1hqn7mq, .framer-l4FrA .framer-u2o8w8 { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-u20z0t, .framer-l4FrA .framer-updz0n, .framer-l4FrA .framer-c532pa, .framer-l4FrA .framer-8439j3, .framer-l4FrA .framer-14jva32, .framer-l4FrA .framer-1acv4j3, .framer-l4FrA .framer-szh2m, .framer-l4FrA .framer-texlzc, .framer-l4FrA .framer-jh4oz8, .framer-l4FrA .framer-5ksahu, .framer-l4FrA .framer-16iehge { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-s4to8y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 100px 20px 100px 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-l4FrA .framer-1i4mfkx, .framer-l4FrA .framer-1k93nb0, .framer-l4FrA .framer-9i94tp, .framer-l4FrA .framer-68unze, .framer-l4FrA .framer-cbuig7, .framer-l4FrA .framer-fmk4eq, .framer-l4FrA .framer-19ud8rz, .framer-l4FrA .framer-wrg2f9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-l4FrA .framer-1pifj0d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 14px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-15eeabr, .framer-l4FrA .framer-umwhme, .framer-l4FrA .framer-6xhqeu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 4px; flex: none; height: auto; opacity: 0.8; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-15lc29g-container { bottom: 102px; flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 0; }\",\".framer-l4FrA .framer-108dyyu-container, .framer-l4FrA .framer-1wkbkxy-container, .framer-l4FrA .framer-1m4644t-container, .framer-l4FrA .framer-1xjzpel-container, .framer-l4FrA .framer-1qmumpk-container, .framer-l4FrA .framer-uo58hz-container, .framer-l4FrA .framer-m5spxu-container, .framer-l4FrA .framer-1rr2905-container, .framer-l4FrA .framer-p9y54e-container, .framer-l4FrA .framer-1ujn4lx-container, .framer-l4FrA .framer-1rdha0j-container, .framer-l4FrA .framer-180dkdr-container, .framer-l4FrA .framer-1u5itan-container, .framer-l4FrA .framer-ao6ld-container, .framer-l4FrA .framer-p3yf6h-container, .framer-l4FrA .framer-1p0ezz7-container, .framer-l4FrA .framer-1onwxr8-container, .framer-l4FrA .framer-1lxzfqx-container, .framer-l4FrA .framer-1y67no3-container, .framer-l4FrA .framer-1yij5ss-container, .framer-l4FrA .framer-1jh17ju-container, .framer-l4FrA .framer-1kg1eah-container, .framer-l4FrA .framer-lv9g4j-container, .framer-l4FrA .framer-1m17jxt-container, .framer-l4FrA .framer-16e1ajz-container, .framer-l4FrA .framer-7bu530-container, .framer-l4FrA .framer-29k025-container, .framer-l4FrA .framer-vyyeov-container, .framer-l4FrA .framer-vtj84n-container, .framer-l4FrA .framer-1z909r-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-64mtso, .framer-l4FrA .framer-1sv4ytd, .framer-l4FrA .framer-1nzkxa8, .framer-l4FrA .framer-117qw5d, .framer-l4FrA .framer-1qjkchs, .framer-l4FrA .framer-u15s5r, .framer-l4FrA .framer-2ylmq8, .framer-l4FrA .framer-282yv4, .framer-l4FrA .framer-5zbiso, .framer-l4FrA .framer-4mnqh9, .framer-l4FrA .framer-6qt1ks, .framer-l4FrA .framer-1a6kc6o, .framer-l4FrA .framer-p6zrxv, .framer-l4FrA .framer-13ii04p, .framer-l4FrA .framer-101rbvb, .framer-l4FrA .framer-197d4pf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-10du1dl, .framer-l4FrA .framer-1gfokxz { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 33%; }\",\".framer-l4FrA .framer-nyhmc-container, .framer-l4FrA .framer-z7voq1-container, .framer-l4FrA .framer-gommuk-container, .framer-l4FrA .framer-1r6eibl-container, .framer-l4FrA .framer-mkhcui-container, .framer-l4FrA .framer-upnjae-container, .framer-l4FrA .framer-1u1f0gq-container, .framer-l4FrA .framer-1ntd0w0-container, .framer-l4FrA .framer-17vmzdg-container, .framer-l4FrA .framer-1wfcn7j-container, .framer-l4FrA .framer-1sh6v37-container, .framer-l4FrA .framer-16r16rb-container, .framer-l4FrA .framer-140dyb8-container { flex: none; height: auto; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1usac16, .framer-l4FrA .framer-4b2x76, .framer-l4FrA .framer-f02fun, .framer-l4FrA .framer-57d0d0, .framer-l4FrA .framer-f3yu5b, .framer-l4FrA .framer-3rca09, .framer-l4FrA .framer-1vjsuya, .framer-l4FrA .framer-1pl4fh7 { align-self: stretch; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1184s33 { flex: none; height: 300px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 602px; width: 100%; z-index: 1; }\",\".framer-l4FrA .framer-eawgzn-container, .framer-l4FrA .framer-cwiacg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-l4FrA .framer-cfg8gu, .framer-l4FrA .framer-1kjwucp { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 36%; }\",\".framer-l4FrA .framer-iko9qu { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-xvq03t { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-mzrpf1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1pyw32l-container, .framer-l4FrA .framer-1qggd56-container, .framer-l4FrA .framer-14avqio-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1pqaio9 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; padding: 20px; position: relative; width: 36%; }\",\".framer-l4FrA .framer-139orqq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-v3dv2c, .framer-l4FrA .framer-1duzib2, .framer-l4FrA .framer-e3hqao, .framer-l4FrA .framer-1waf0yz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-evnwmx, .framer-l4FrA .framer-1w6j0f2, .framer-l4FrA .framer-c7hgbk, .framer-l4FrA .framer-iguiij, .framer-l4FrA .framer-6dapg8, .framer-l4FrA .framer-1rbyz9f, .framer-l4FrA .framer-jjsn6m { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 14px 10px 14px; position: relative; width: min-content; }\",\".framer-l4FrA .framer-1rdy96 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 335px; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-ht4lf6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-sc0jd5, .framer-l4FrA .framer-h4p95t, .framer-l4FrA .framer-1ls4n3c, .framer-l4FrA .framer-13b5r7w, .framer-l4FrA .framer-1ky1xrs, .framer-l4FrA .framer-hi4eud { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-pwk99n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 100px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1w0t607, .framer-l4FrA .framer-10hd07a, .framer-l4FrA .framer-1skrl4d, .framer-l4FrA .framer-1quahhs, .framer-l4FrA .framer-1xgdyvw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-1rtjjxc, .framer-l4FrA .framer-3ydw5s, .framer-l4FrA .framer-1nc3bz3, .framer-l4FrA .framer-1m8vple { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 50%; }\",\".framer-l4FrA .framer-tmk2qy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1920px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1b19ibq, .framer-l4FrA .framer-q1wgql { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-l4FrA .framer-jk4srx-container { aspect-ratio: 1.4285714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); position: relative; width: 20%; }\",\".framer-l4FrA .framer-1qyf0qs, .framer-l4FrA .framer-by7i1x, .framer-l4FrA .framer-uawepk { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-ioxlcn, .framer-l4FrA .framer-1119qte { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1qhkdw4, .framer-l4FrA .framer-pyodow, .framer-l4FrA .framer-1eg2ryo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-mos13j, .framer-l4FrA .framer-39h4i9, .framer-l4FrA .framer-1ro1cqo, .framer-l4FrA .framer-1c3lr9u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-18zxr3u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 538px; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-1sy2ez3, .framer-l4FrA .framer-emsv3z, .framer-l4FrA .framer-d3zkf6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-g5si94, .framer-l4FrA .framer-1wux7es, .framer-l4FrA .framer-1wy6vmv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-m0hapi, .framer-l4FrA .framer-5rgexc, .framer-l4FrA .framer-12cjwjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1msq7g4-container, .framer-l4FrA .framer-1nj00cl-container, .framer-l4FrA .framer-134g1ig-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-tj680r { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 0px; position: relative; width: 50%; }\",\".framer-l4FrA .framer-gvmag8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 539px; word-break: break-word; word-wrap: break-word; }\",\".framer-l4FrA .framer-oslkyc, .framer-l4FrA .framer-1i3l48u { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-78smba-container { aspect-ratio: 1.4285714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 140px); position: relative; width: 30%; }\",\".framer-l4FrA .framer-1exlewe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 70px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1jf0yuk { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-l4FrA .framer-rewrog { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; padding: 20px; position: relative; width: 33%; }\",\".framer-l4FrA .framer-sx9u6u { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1x0rxmg { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: flex-start; opacity: 0; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1vkqlr2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 25%; }\",\".framer-l4FrA .framer-18m3f3n, .framer-l4FrA .framer-18pk85k, .framer-l4FrA .framer-8no39v, .framer-l4FrA .framer-1i69cuw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1dvo79t, .framer-l4FrA .framer-36bnpp, .framer-l4FrA .framer-24q2cp, .framer-l4FrA .framer-n2dtqf, .framer-l4FrA .framer-gkjl0z, .framer-l4FrA .framer-9ye9d2, .framer-l4FrA .framer-3cl9yf, .framer-l4FrA .framer-ckhqtb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-l4FrA .framer-1i5l0mr-container, .framer-l4FrA .framer-12l9yr3-container, .framer-l4FrA .framer-1vjxwao-container, .framer-l4FrA .framer-jl85p4-container { aspect-ratio: 1.6 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 125px); position: relative; width: 100%; }\",\".framer-l4FrA .framer-drby77, .framer-l4FrA .framer-f80nwi, .framer-l4FrA .framer-bl5zah, .framer-l4FrA .framer-1fiq2m0, .framer-l4FrA .framer-1n8kowk, .framer-l4FrA .framer-4i2y21, .framer-l4FrA .framer-v1xmn2, .framer-l4FrA .framer-ro3kwc, .framer-l4FrA .framer-3ucm0j, .framer-l4FrA .framer-1sgbbgu, .framer-l4FrA .framer-1kqfbbs, .framer-l4FrA .framer-1xobhyh, .framer-l4FrA .framer-19l9jf4, .framer-l4FrA .framer-f8frmv, .framer-l4FrA .framer-17ouoc0, .framer-l4FrA .framer-rdtfbw { aspect-ratio: 1.6 / 1; height: var(--framer-aspect-ratio-supported, 100px); overflow: visible; position: relative; width: 160px; }\",\".framer-l4FrA .framer-jp180f, .framer-l4FrA .framer-1leokm9, .framer-l4FrA .framer-1l4427u { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-wzi7fd, .framer-l4FrA .framer-128wfkx, .framer-l4FrA .framer-1f3r6ey { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-1q7rool-container, .framer-l4FrA .framer-6aivm6-container, .framer-l4FrA .framer-mj0hj0-container, .framer-l4FrA .framer-9inb9e-container { aspect-ratio: 1.59 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 126px); position: relative; width: 100%; }\",\".framer-l4FrA .framer-1cm0b5b { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-rilv7c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 70px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-smc6l, .framer-l4FrA .framer-1rown9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-15uxwbc-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-l4FrA .framer-m6vup, .framer-l4FrA .framer-13hfd2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-enkrxx, .framer-l4FrA .framer-dhf0jt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-15v239t, .framer-l4FrA .framer-5bbfq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 300px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 1px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-1pzutfq-container, .framer-l4FrA .framer-16q94b1-container { flex: none; height: 100%; position: relative; width: 50%; }\",\".framer-l4FrA .framer-1tu3lbx, .framer-l4FrA .framer-1fsrarf { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-ylysun-container { flex: none; height: 100%; position: relative; width: 25%; }\",\".framer-l4FrA .framer-ywp05u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 1px 0px 1px; position: relative; width: 1px; }\",\".framer-l4FrA .framer-865yha-container, .framer-l4FrA .framer-10nrpcq-container, .framer-l4FrA .framer-156kpqh-container, .framer-l4FrA .framer-9ojrlu-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-l4FrA .framer-11hbiwg-container { flex: none; height: auto; max-width: 1920px; position: relative; width: 100%; }\",\".framer-l4FrA .framer-19hh42i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; max-width: 1920px; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-l4FrA .framer-1r6kgu9 { align-content: flex-start; align-items: flex-start; background-color: #6e6e6e; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l4FrA.framer-1wf94p6, .framer-l4FrA .framer-1rorg53, .framer-l4FrA .framer-1ca5veu, .framer-l4FrA .framer-yk43fu, .framer-l4FrA .framer-u20z0t, .framer-l4FrA .framer-s4to8y, .framer-l4FrA .framer-1pifj0d, .framer-l4FrA .framer-64mtso, .framer-l4FrA .framer-1bsnbsf, .framer-l4FrA .framer-10e37p6, .framer-l4FrA .framer-amhs8u, .framer-l4FrA .framer-updz0n, .framer-l4FrA .framer-1sv4ytd, .framer-l4FrA .framer-s0ppq9, .framer-l4FrA .framer-ma9tl5, .framer-l4FrA .framer-1wouobl, .framer-l4FrA .framer-c532pa, .framer-l4FrA .framer-iko9qu, .framer-l4FrA .framer-xvq03t, .framer-l4FrA .framer-mzrpf1, .framer-l4FrA .framer-1pqaio9, .framer-l4FrA .framer-v3dv2c, .framer-l4FrA .framer-evnwmx, .framer-l4FrA .framer-ht4lf6, .framer-l4FrA .framer-1nzkxa8, .framer-l4FrA .framer-13mn3r9, .framer-l4FrA .framer-1lfoarb, .framer-l4FrA .framer-3b6klf, .framer-l4FrA .framer-8439j3, .framer-l4FrA .framer-pwk99n, .framer-l4FrA .framer-117qw5d, .framer-l4FrA .framer-m28ic7, .framer-l4FrA .framer-tmk2qy, .framer-l4FrA .framer-1qjkchs, .framer-l4FrA .framer-o0gz93, .framer-l4FrA .framer-14jva32, .framer-l4FrA .framer-u15s5r, .framer-l4FrA .framer-1b19ibq, .framer-l4FrA .framer-1qyf0qs, .framer-l4FrA .framer-1duzib2, .framer-l4FrA .framer-1w6j0f2, .framer-l4FrA .framer-mos13j, .framer-l4FrA .framer-1sy2ez3, .framer-l4FrA .framer-m0hapi, .framer-l4FrA .framer-2ylmq8, .framer-l4FrA .framer-yxz9sk, .framer-l4FrA .framer-282yv4, .framer-l4FrA .framer-2geumm, .framer-l4FrA .framer-1acv4j3, .framer-l4FrA .framer-5zbiso, .framer-l4FrA .framer-e3hqao, .framer-l4FrA .framer-c7hgbk, .framer-l4FrA .framer-39h4i9, .framer-l4FrA .framer-emsv3z, .framer-l4FrA .framer-5rgexc, .framer-l4FrA .framer-by7i1x, .framer-l4FrA .framer-oslkyc, .framer-l4FrA .framer-4mnqh9, .framer-l4FrA .framer-12wwtu2, .framer-l4FrA .framer-6qt1ks, .framer-l4FrA .framer-77i8my, .framer-l4FrA .framer-szh2m, .framer-l4FrA .framer-1a6kc6o, .framer-l4FrA .framer-q1wgql, .framer-l4FrA .framer-uawepk, .framer-l4FrA .framer-1waf0yz, .framer-l4FrA .framer-iguiij, .framer-l4FrA .framer-1ro1cqo, .framer-l4FrA .framer-d3zkf6, .framer-l4FrA .framer-12cjwjp, .framer-l4FrA .framer-1haq9mw, .framer-l4FrA .framer-100btdt, .framer-l4FrA .framer-1rzb02b, .framer-l4FrA .framer-texlzc, .framer-l4FrA .framer-p6zrxv, .framer-l4FrA .framer-1c3lr9u, .framer-l4FrA .framer-6dapg8, .framer-l4FrA .framer-sx9u6u, .framer-l4FrA .framer-1x0rxmg, .framer-l4FrA .framer-1i3l48u, .framer-l4FrA .framer-1vkqlr2, .framer-l4FrA .framer-1dvo79t, .framer-l4FrA .framer-36bnpp, .framer-l4FrA .framer-jp180f, .framer-l4FrA .framer-wzi7fd, .framer-l4FrA .framer-24q2cp, .framer-l4FrA .framer-n2dtqf, .framer-l4FrA .framer-1leokm9, .framer-l4FrA .framer-128wfkx, .framer-l4FrA .framer-gkjl0z, .framer-l4FrA .framer-9ye9d2, .framer-l4FrA .framer-1l4427u, .framer-l4FrA .framer-1f3r6ey, .framer-l4FrA .framer-3cl9yf, .framer-l4FrA .framer-ckhqtb, .framer-l4FrA .framer-13ii04p, .framer-l4FrA .framer-1cm0b5b, .framer-l4FrA .framer-rilv7c, .framer-l4FrA .framer-1wm5kjp, .framer-l4FrA .framer-1fegzyf, .framer-l4FrA .framer-1e4eyq, .framer-l4FrA .framer-jh4oz8, .framer-l4FrA .framer-smc6l, .framer-l4FrA .framer-101rbvb, .framer-l4FrA .framer-ji5stj, .framer-l4FrA .framer-uk2qqv, .framer-l4FrA .framer-1wihqfs, .framer-l4FrA .framer-5ksahu, .framer-l4FrA .framer-m6vup, .framer-l4FrA .framer-enkrxx, .framer-l4FrA .framer-1rbyz9f, .framer-l4FrA .framer-15v239t, .framer-l4FrA .framer-1tu3lbx, .framer-l4FrA .framer-5bbfq2, .framer-l4FrA .framer-1fsrarf, .framer-l4FrA .framer-197d4pf, .framer-l4FrA .framer-14qjxfm, .framer-l4FrA .framer-pukr0w, .framer-l4FrA .framer-1hqn7mq, .framer-l4FrA .framer-16iehge, .framer-l4FrA .framer-13hfd2z, .framer-l4FrA .framer-dhf0jt, .framer-l4FrA .framer-jjsn6m, .framer-l4FrA .framer-1rown9u, .framer-l4FrA .framer-ywp05u, .framer-l4FrA .framer-u2o8w8, .framer-l4FrA .framer-19hh42i, .framer-l4FrA .framer-1r6kgu9 { gap: 0px; } .framer-l4FrA.framer-1wf94p6 > *, .framer-l4FrA .framer-u20z0t > *, .framer-l4FrA .framer-updz0n > *, .framer-l4FrA .framer-c532pa > *, .framer-l4FrA .framer-xvq03t > *, .framer-l4FrA .framer-8439j3 > *, .framer-l4FrA .framer-pwk99n > *, .framer-l4FrA .framer-tmk2qy > *, .framer-l4FrA .framer-14jva32 > *, .framer-l4FrA .framer-1qyf0qs > *, .framer-l4FrA .framer-m0hapi > *, .framer-l4FrA .framer-1acv4j3 > *, .framer-l4FrA .framer-5rgexc > *, .framer-l4FrA .framer-by7i1x > *, .framer-l4FrA .framer-szh2m > *, .framer-l4FrA .framer-uawepk > *, .framer-l4FrA .framer-12cjwjp > *, .framer-l4FrA .framer-texlzc > *, .framer-l4FrA .framer-sx9u6u > *, .framer-l4FrA .framer-1x0rxmg > *, .framer-l4FrA .framer-jp180f > *, .framer-l4FrA .framer-1leokm9 > *, .framer-l4FrA .framer-1l4427u > *, .framer-l4FrA .framer-rilv7c > *, .framer-l4FrA .framer-jh4oz8 > *, .framer-l4FrA .framer-5ksahu > *, .framer-l4FrA .framer-16iehge > *, .framer-l4FrA .framer-19hh42i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-l4FrA.framer-1wf94p6 > :first-child, .framer-l4FrA .framer-yk43fu > :first-child, .framer-l4FrA .framer-u20z0t > :first-child, .framer-l4FrA .framer-s4to8y > :first-child, .framer-l4FrA .framer-1pifj0d > :first-child, .framer-l4FrA .framer-1bsnbsf > :first-child, .framer-l4FrA .framer-amhs8u > :first-child, .framer-l4FrA .framer-updz0n > :first-child, .framer-l4FrA .framer-s0ppq9 > :first-child, .framer-l4FrA .framer-1wouobl > :first-child, .framer-l4FrA .framer-c532pa > :first-child, .framer-l4FrA .framer-xvq03t > :first-child, .framer-l4FrA .framer-1pqaio9 > :first-child, .framer-l4FrA .framer-v3dv2c > :first-child, .framer-l4FrA .framer-ht4lf6 > :first-child, .framer-l4FrA .framer-13mn3r9 > :first-child, .framer-l4FrA .framer-3b6klf > :first-child, .framer-l4FrA .framer-8439j3 > :first-child, .framer-l4FrA .framer-pwk99n > :first-child, .framer-l4FrA .framer-m28ic7 > :first-child, .framer-l4FrA .framer-tmk2qy > :first-child, .framer-l4FrA .framer-o0gz93 > :first-child, .framer-l4FrA .framer-14jva32 > :first-child, .framer-l4FrA .framer-1qyf0qs > :first-child, .framer-l4FrA .framer-1duzib2 > :first-child, .framer-l4FrA .framer-mos13j > :first-child, .framer-l4FrA .framer-1sy2ez3 > :first-child, .framer-l4FrA .framer-m0hapi > :first-child, .framer-l4FrA .framer-yxz9sk > :first-child, .framer-l4FrA .framer-2geumm > :first-child, .framer-l4FrA .framer-1acv4j3 > :first-child, .framer-l4FrA .framer-e3hqao > :first-child, .framer-l4FrA .framer-39h4i9 > :first-child, .framer-l4FrA .framer-emsv3z > :first-child, .framer-l4FrA .framer-5rgexc > :first-child, .framer-l4FrA .framer-by7i1x > :first-child, .framer-l4FrA .framer-12wwtu2 > :first-child, .framer-l4FrA .framer-77i8my > :first-child, .framer-l4FrA .framer-szh2m > :first-child, .framer-l4FrA .framer-uawepk > :first-child, .framer-l4FrA .framer-1waf0yz > :first-child, .framer-l4FrA .framer-1ro1cqo > :first-child, .framer-l4FrA .framer-d3zkf6 > :first-child, .framer-l4FrA .framer-12cjwjp > :first-child, .framer-l4FrA .framer-1haq9mw > :first-child, .framer-l4FrA .framer-1rzb02b > :first-child, .framer-l4FrA .framer-texlzc > :first-child, .framer-l4FrA .framer-1c3lr9u > :first-child, .framer-l4FrA .framer-sx9u6u > :first-child, .framer-l4FrA .framer-1x0rxmg > :first-child, .framer-l4FrA .framer-jp180f > :first-child, .framer-l4FrA .framer-1leokm9 > :first-child, .framer-l4FrA .framer-1l4427u > :first-child, .framer-l4FrA .framer-rilv7c > :first-child, .framer-l4FrA .framer-1wm5kjp > :first-child, .framer-l4FrA .framer-1e4eyq > :first-child, .framer-l4FrA .framer-jh4oz8 > :first-child, .framer-l4FrA .framer-ji5stj > :first-child, .framer-l4FrA .framer-1wihqfs > :first-child, .framer-l4FrA .framer-5ksahu > :first-child, .framer-l4FrA .framer-1tu3lbx > :first-child, .framer-l4FrA .framer-1fsrarf > :first-child, .framer-l4FrA .framer-14qjxfm > :first-child, .framer-l4FrA .framer-1hqn7mq > :first-child, .framer-l4FrA .framer-16iehge > :first-child, .framer-l4FrA .framer-u2o8w8 > :first-child, .framer-l4FrA .framer-19hh42i > :first-child { margin-top: 0px; } .framer-l4FrA.framer-1wf94p6 > :last-child, .framer-l4FrA .framer-yk43fu > :last-child, .framer-l4FrA .framer-u20z0t > :last-child, .framer-l4FrA .framer-s4to8y > :last-child, .framer-l4FrA .framer-1pifj0d > :last-child, .framer-l4FrA .framer-1bsnbsf > :last-child, .framer-l4FrA .framer-amhs8u > :last-child, .framer-l4FrA .framer-updz0n > :last-child, .framer-l4FrA .framer-s0ppq9 > :last-child, .framer-l4FrA .framer-1wouobl > :last-child, .framer-l4FrA .framer-c532pa > :last-child, .framer-l4FrA .framer-xvq03t > :last-child, .framer-l4FrA .framer-1pqaio9 > :last-child, .framer-l4FrA .framer-v3dv2c > :last-child, .framer-l4FrA .framer-ht4lf6 > :last-child, .framer-l4FrA .framer-13mn3r9 > :last-child, .framer-l4FrA .framer-3b6klf > :last-child, .framer-l4FrA .framer-8439j3 > :last-child, .framer-l4FrA .framer-pwk99n > :last-child, .framer-l4FrA .framer-m28ic7 > :last-child, .framer-l4FrA .framer-tmk2qy > :last-child, .framer-l4FrA .framer-o0gz93 > :last-child, .framer-l4FrA .framer-14jva32 > :last-child, .framer-l4FrA .framer-1qyf0qs > :last-child, .framer-l4FrA .framer-1duzib2 > :last-child, .framer-l4FrA .framer-mos13j > :last-child, .framer-l4FrA .framer-1sy2ez3 > :last-child, .framer-l4FrA .framer-m0hapi > :last-child, .framer-l4FrA .framer-yxz9sk > :last-child, .framer-l4FrA .framer-2geumm > :last-child, .framer-l4FrA .framer-1acv4j3 > :last-child, .framer-l4FrA .framer-e3hqao > :last-child, .framer-l4FrA .framer-39h4i9 > :last-child, .framer-l4FrA .framer-emsv3z > :last-child, .framer-l4FrA .framer-5rgexc > :last-child, .framer-l4FrA .framer-by7i1x > :last-child, .framer-l4FrA .framer-12wwtu2 > :last-child, .framer-l4FrA .framer-77i8my > :last-child, .framer-l4FrA .framer-szh2m > :last-child, .framer-l4FrA .framer-uawepk > :last-child, .framer-l4FrA .framer-1waf0yz > :last-child, .framer-l4FrA .framer-1ro1cqo > :last-child, .framer-l4FrA .framer-d3zkf6 > :last-child, .framer-l4FrA .framer-12cjwjp > :last-child, .framer-l4FrA .framer-1haq9mw > :last-child, .framer-l4FrA .framer-1rzb02b > :last-child, .framer-l4FrA .framer-texlzc > :last-child, .framer-l4FrA .framer-1c3lr9u > :last-child, .framer-l4FrA .framer-sx9u6u > :last-child, .framer-l4FrA .framer-1x0rxmg > :last-child, .framer-l4FrA .framer-jp180f > :last-child, .framer-l4FrA .framer-1leokm9 > :last-child, .framer-l4FrA .framer-1l4427u > :last-child, .framer-l4FrA .framer-rilv7c > :last-child, .framer-l4FrA .framer-1wm5kjp > :last-child, .framer-l4FrA .framer-1e4eyq > :last-child, .framer-l4FrA .framer-jh4oz8 > :last-child, .framer-l4FrA .framer-ji5stj > :last-child, .framer-l4FrA .framer-1wihqfs > :last-child, .framer-l4FrA .framer-5ksahu > :last-child, .framer-l4FrA .framer-1tu3lbx > :last-child, .framer-l4FrA .framer-1fsrarf > :last-child, .framer-l4FrA .framer-14qjxfm > :last-child, .framer-l4FrA .framer-1hqn7mq > :last-child, .framer-l4FrA .framer-16iehge > :last-child, .framer-l4FrA .framer-u2o8w8 > :last-child, .framer-l4FrA .framer-19hh42i > :last-child { margin-bottom: 0px; } .framer-l4FrA .framer-1rorg53 > *, .framer-l4FrA .framer-evnwmx > *, .framer-l4FrA .framer-1w6j0f2 > *, .framer-l4FrA .framer-c7hgbk > *, .framer-l4FrA .framer-iguiij > *, .framer-l4FrA .framer-6dapg8 > *, .framer-l4FrA .framer-1dvo79t > *, .framer-l4FrA .framer-36bnpp > *, .framer-l4FrA .framer-24q2cp > *, .framer-l4FrA .framer-n2dtqf > *, .framer-l4FrA .framer-gkjl0z > *, .framer-l4FrA .framer-9ye9d2 > *, .framer-l4FrA .framer-3cl9yf > *, .framer-l4FrA .framer-ckhqtb > *, .framer-l4FrA .framer-1cm0b5b > *, .framer-l4FrA .framer-smc6l > *, .framer-l4FrA .framer-enkrxx > *, .framer-l4FrA .framer-1rbyz9f > *, .framer-l4FrA .framer-dhf0jt > *, .framer-l4FrA .framer-jjsn6m > *, .framer-l4FrA .framer-1rown9u > *, .framer-l4FrA .framer-1r6kgu9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-l4FrA .framer-1rorg53 > :first-child, .framer-l4FrA .framer-1ca5veu > :first-child, .framer-l4FrA .framer-64mtso > :first-child, .framer-l4FrA .framer-10e37p6 > :first-child, .framer-l4FrA .framer-1sv4ytd > :first-child, .framer-l4FrA .framer-ma9tl5 > :first-child, .framer-l4FrA .framer-iko9qu > :first-child, .framer-l4FrA .framer-mzrpf1 > :first-child, .framer-l4FrA .framer-evnwmx > :first-child, .framer-l4FrA .framer-1nzkxa8 > :first-child, .framer-l4FrA .framer-1lfoarb > :first-child, .framer-l4FrA .framer-117qw5d > :first-child, .framer-l4FrA .framer-1qjkchs > :first-child, .framer-l4FrA .framer-u15s5r > :first-child, .framer-l4FrA .framer-1b19ibq > :first-child, .framer-l4FrA .framer-1w6j0f2 > :first-child, .framer-l4FrA .framer-2ylmq8 > :first-child, .framer-l4FrA .framer-282yv4 > :first-child, .framer-l4FrA .framer-5zbiso > :first-child, .framer-l4FrA .framer-c7hgbk > :first-child, .framer-l4FrA .framer-oslkyc > :first-child, .framer-l4FrA .framer-4mnqh9 > :first-child, .framer-l4FrA .framer-6qt1ks > :first-child, .framer-l4FrA .framer-1a6kc6o > :first-child, .framer-l4FrA .framer-q1wgql > :first-child, .framer-l4FrA .framer-iguiij > :first-child, .framer-l4FrA .framer-100btdt > :first-child, .framer-l4FrA .framer-p6zrxv > :first-child, .framer-l4FrA .framer-6dapg8 > :first-child, .framer-l4FrA .framer-1i3l48u > :first-child, .framer-l4FrA .framer-1vkqlr2 > :first-child, .framer-l4FrA .framer-1dvo79t > :first-child, .framer-l4FrA .framer-36bnpp > :first-child, .framer-l4FrA .framer-wzi7fd > :first-child, .framer-l4FrA .framer-24q2cp > :first-child, .framer-l4FrA .framer-n2dtqf > :first-child, .framer-l4FrA .framer-128wfkx > :first-child, .framer-l4FrA .framer-gkjl0z > :first-child, .framer-l4FrA .framer-9ye9d2 > :first-child, .framer-l4FrA .framer-1f3r6ey > :first-child, .framer-l4FrA .framer-3cl9yf > :first-child, .framer-l4FrA .framer-ckhqtb > :first-child, .framer-l4FrA .framer-13ii04p > :first-child, .framer-l4FrA .framer-1cm0b5b > :first-child, .framer-l4FrA .framer-1fegzyf > :first-child, .framer-l4FrA .framer-smc6l > :first-child, .framer-l4FrA .framer-101rbvb > :first-child, .framer-l4FrA .framer-uk2qqv > :first-child, .framer-l4FrA .framer-m6vup > :first-child, .framer-l4FrA .framer-enkrxx > :first-child, .framer-l4FrA .framer-1rbyz9f > :first-child, .framer-l4FrA .framer-15v239t > :first-child, .framer-l4FrA .framer-5bbfq2 > :first-child, .framer-l4FrA .framer-197d4pf > :first-child, .framer-l4FrA .framer-pukr0w > :first-child, .framer-l4FrA .framer-13hfd2z > :first-child, .framer-l4FrA .framer-dhf0jt > :first-child, .framer-l4FrA .framer-jjsn6m > :first-child, .framer-l4FrA .framer-1rown9u > :first-child, .framer-l4FrA .framer-ywp05u > :first-child, .framer-l4FrA .framer-1r6kgu9 > :first-child { margin-left: 0px; } .framer-l4FrA .framer-1rorg53 > :last-child, .framer-l4FrA .framer-1ca5veu > :last-child, .framer-l4FrA .framer-64mtso > :last-child, .framer-l4FrA .framer-10e37p6 > :last-child, .framer-l4FrA .framer-1sv4ytd > :last-child, .framer-l4FrA .framer-ma9tl5 > :last-child, .framer-l4FrA .framer-iko9qu > :last-child, .framer-l4FrA .framer-mzrpf1 > :last-child, .framer-l4FrA .framer-evnwmx > :last-child, .framer-l4FrA .framer-1nzkxa8 > :last-child, .framer-l4FrA .framer-1lfoarb > :last-child, .framer-l4FrA .framer-117qw5d > :last-child, .framer-l4FrA .framer-1qjkchs > :last-child, .framer-l4FrA .framer-u15s5r > :last-child, .framer-l4FrA .framer-1b19ibq > :last-child, .framer-l4FrA .framer-1w6j0f2 > :last-child, .framer-l4FrA .framer-2ylmq8 > :last-child, .framer-l4FrA .framer-282yv4 > :last-child, .framer-l4FrA .framer-5zbiso > :last-child, .framer-l4FrA .framer-c7hgbk > :last-child, .framer-l4FrA .framer-oslkyc > :last-child, .framer-l4FrA .framer-4mnqh9 > :last-child, .framer-l4FrA .framer-6qt1ks > :last-child, .framer-l4FrA .framer-1a6kc6o > :last-child, .framer-l4FrA .framer-q1wgql > :last-child, .framer-l4FrA .framer-iguiij > :last-child, .framer-l4FrA .framer-100btdt > :last-child, .framer-l4FrA .framer-p6zrxv > :last-child, .framer-l4FrA .framer-6dapg8 > :last-child, .framer-l4FrA .framer-1i3l48u > :last-child, .framer-l4FrA .framer-1vkqlr2 > :last-child, .framer-l4FrA .framer-1dvo79t > :last-child, .framer-l4FrA .framer-36bnpp > :last-child, .framer-l4FrA .framer-wzi7fd > :last-child, .framer-l4FrA .framer-24q2cp > :last-child, .framer-l4FrA .framer-n2dtqf > :last-child, .framer-l4FrA .framer-128wfkx > :last-child, .framer-l4FrA .framer-gkjl0z > :last-child, .framer-l4FrA .framer-9ye9d2 > :last-child, .framer-l4FrA .framer-1f3r6ey > :last-child, .framer-l4FrA .framer-3cl9yf > :last-child, .framer-l4FrA .framer-ckhqtb > :last-child, .framer-l4FrA .framer-13ii04p > :last-child, .framer-l4FrA .framer-1cm0b5b > :last-child, .framer-l4FrA .framer-1fegzyf > :last-child, .framer-l4FrA .framer-smc6l > :last-child, .framer-l4FrA .framer-101rbvb > :last-child, .framer-l4FrA .framer-uk2qqv > :last-child, .framer-l4FrA .framer-m6vup > :last-child, .framer-l4FrA .framer-enkrxx > :last-child, .framer-l4FrA .framer-1rbyz9f > :last-child, .framer-l4FrA .framer-15v239t > :last-child, .framer-l4FrA .framer-5bbfq2 > :last-child, .framer-l4FrA .framer-197d4pf > :last-child, .framer-l4FrA .framer-pukr0w > :last-child, .framer-l4FrA .framer-13hfd2z > :last-child, .framer-l4FrA .framer-dhf0jt > :last-child, .framer-l4FrA .framer-jjsn6m > :last-child, .framer-l4FrA .framer-1rown9u > :last-child, .framer-l4FrA .framer-ywp05u > :last-child, .framer-l4FrA .framer-1r6kgu9 > :last-child { margin-right: 0px; } .framer-l4FrA .framer-1ca5veu > *, .framer-l4FrA .framer-64mtso > *, .framer-l4FrA .framer-10e37p6 > *, .framer-l4FrA .framer-1sv4ytd > *, .framer-l4FrA .framer-ma9tl5 > *, .framer-l4FrA .framer-iko9qu > *, .framer-l4FrA .framer-mzrpf1 > *, .framer-l4FrA .framer-1nzkxa8 > *, .framer-l4FrA .framer-1lfoarb > *, .framer-l4FrA .framer-117qw5d > *, .framer-l4FrA .framer-1qjkchs > *, .framer-l4FrA .framer-u15s5r > *, .framer-l4FrA .framer-1b19ibq > *, .framer-l4FrA .framer-2ylmq8 > *, .framer-l4FrA .framer-282yv4 > *, .framer-l4FrA .framer-5zbiso > *, .framer-l4FrA .framer-oslkyc > *, .framer-l4FrA .framer-4mnqh9 > *, .framer-l4FrA .framer-6qt1ks > *, .framer-l4FrA .framer-1a6kc6o > *, .framer-l4FrA .framer-q1wgql > *, .framer-l4FrA .framer-100btdt > *, .framer-l4FrA .framer-p6zrxv > *, .framer-l4FrA .framer-1i3l48u > *, .framer-l4FrA .framer-1vkqlr2 > *, .framer-l4FrA .framer-wzi7fd > *, .framer-l4FrA .framer-128wfkx > *, .framer-l4FrA .framer-1f3r6ey > *, .framer-l4FrA .framer-13ii04p > *, .framer-l4FrA .framer-1fegzyf > *, .framer-l4FrA .framer-101rbvb > *, .framer-l4FrA .framer-uk2qqv > *, .framer-l4FrA .framer-m6vup > *, .framer-l4FrA .framer-15v239t > *, .framer-l4FrA .framer-5bbfq2 > *, .framer-l4FrA .framer-197d4pf > *, .framer-l4FrA .framer-pukr0w > *, .framer-l4FrA .framer-13hfd2z > *, .framer-l4FrA .framer-ywp05u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-l4FrA .framer-yk43fu > *, .framer-l4FrA .framer-1pifj0d > *, .framer-l4FrA .framer-1bsnbsf > *, .framer-l4FrA .framer-amhs8u > *, .framer-l4FrA .framer-s0ppq9 > *, .framer-l4FrA .framer-1wouobl > *, .framer-l4FrA .framer-1pqaio9 > *, .framer-l4FrA .framer-v3dv2c > *, .framer-l4FrA .framer-13mn3r9 > *, .framer-l4FrA .framer-3b6klf > *, .framer-l4FrA .framer-m28ic7 > *, .framer-l4FrA .framer-o0gz93 > *, .framer-l4FrA .framer-1duzib2 > *, .framer-l4FrA .framer-mos13j > *, .framer-l4FrA .framer-yxz9sk > *, .framer-l4FrA .framer-2geumm > *, .framer-l4FrA .framer-e3hqao > *, .framer-l4FrA .framer-39h4i9 > *, .framer-l4FrA .framer-12wwtu2 > *, .framer-l4FrA .framer-77i8my > *, .framer-l4FrA .framer-1waf0yz > *, .framer-l4FrA .framer-1ro1cqo > *, .framer-l4FrA .framer-1haq9mw > *, .framer-l4FrA .framer-1rzb02b > *, .framer-l4FrA .framer-1c3lr9u > *, .framer-l4FrA .framer-1wm5kjp > *, .framer-l4FrA .framer-1e4eyq > *, .framer-l4FrA .framer-ji5stj > *, .framer-l4FrA .framer-1wihqfs > *, .framer-l4FrA .framer-1tu3lbx > *, .framer-l4FrA .framer-1fsrarf > *, .framer-l4FrA .framer-14qjxfm > *, .framer-l4FrA .framer-1hqn7mq > *, .framer-l4FrA .framer-u2o8w8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-l4FrA .framer-s4to8y > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-l4FrA .framer-ht4lf6 > *, .framer-l4FrA .framer-1sy2ez3 > *, .framer-l4FrA .framer-emsv3z > *, .framer-l4FrA .framer-d3zkf6 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-l4FrA.framer-1wf94p6 { width: 810px; } .framer-l4FrA .framer-s4to8y { gap: 50px; padding: 80px 10px 100px 10px; } .framer-l4FrA .framer-1i4mfkx { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-l4FrA .framer-cfg8gu, .framer-l4FrA .framer-1kjwucp { width: 40%; } .framer-l4FrA .framer-1pqaio9 { padding: 10px; width: 40%; } .framer-l4FrA .framer-1rdy96 { width: 303px; } .framer-l4FrA .framer-1qyf0qs, .framer-l4FrA .framer-by7i1x, .framer-l4FrA .framer-uawepk { height: 600px; } .framer-l4FrA .framer-1qhkdw4, .framer-l4FrA .framer-pyodow, .framer-l4FrA .framer-1eg2ryo { padding: 20px 10px 20px 10px; } .framer-l4FrA .framer-18zxr3u, .framer-l4FrA .framer-1quahhs { width: 383px; } .framer-l4FrA .framer-g5si94, .framer-l4FrA .framer-1wux7es, .framer-l4FrA .framer-1wy6vmv { --framer-paragraph-spacing: 8px; } .framer-l4FrA .framer-m0hapi, .framer-l4FrA .framer-5rgexc, .framer-l4FrA .framer-12cjwjp { height: 60px; } .framer-l4FrA .framer-gvmag8 { width: 384px; } .framer-l4FrA .framer-p6zrxv { height: 500px; } .framer-l4FrA .framer-rewrog { align-self: unset; height: 100%; padding: 10px; } .framer-l4FrA .framer-sx9u6u, .framer-l4FrA .framer-1x0rxmg, .framer-l4FrA .framer-1wfcn7j-container { height: 100%; } .framer-l4FrA .framer-1i3l48u { align-self: unset; height: 100%; } .framer-l4FrA .framer-1dvo79t, .framer-l4FrA .framer-36bnpp, .framer-l4FrA .framer-24q2cp, .framer-l4FrA .framer-n2dtqf, .framer-l4FrA .framer-gkjl0z, .framer-l4FrA .framer-9ye9d2, .framer-l4FrA .framer-3cl9yf, .framer-l4FrA .framer-ckhqtb { width: 100%; } .framer-l4FrA .framer-1i5l0mr-container, .framer-l4FrA .framer-12l9yr3-container, .framer-l4FrA .framer-mj0hj0-container, .framer-l4FrA .framer-9inb9e-container { width: 80%; } .framer-l4FrA .framer-1q7rool-container, .framer-l4FrA .framer-6aivm6-container { aspect-ratio: 1.58 / 1; height: var(--framer-aspect-ratio-supported, 127px); width: 80%; } .framer-l4FrA .framer-1vjxwao-container, .framer-l4FrA .framer-jl85p4-container { aspect-ratio: 1.59 / 1; height: var(--framer-aspect-ratio-supported, 126px); width: 80%; } .framer-l4FrA .framer-rilv7c { height: 50px; } .framer-l4FrA .framer-m6vup, .framer-l4FrA .framer-13hfd2z { height: 80px; } .framer-l4FrA .framer-ywp05u { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l4FrA .framer-s4to8y { gap: 0px; } .framer-l4FrA .framer-s4to8y > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-l4FrA .framer-s4to8y > :first-child { margin-top: 0px; } .framer-l4FrA .framer-s4to8y > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-l4FrA.framer-1wf94p6 { width: 390px; } .framer-l4FrA .framer-s4to8y { gap: 20px; order: 0; padding: 80px 10px 100px 10px; } .framer-l4FrA .framer-1i4mfkx { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-l4FrA .framer-1pifj0d { padding: 0px; } .framer-l4FrA .framer-15lc29g-container { bottom: unset; order: 1; top: 0px; } .framer-l4FrA .framer-108dyyu-container { order: 2; } .framer-l4FrA .framer-1184s33 { order: 5; top: 571px; } .framer-l4FrA .framer-iko9qu, .framer-l4FrA .framer-u15s5r, .framer-l4FrA .framer-5zbiso, .framer-l4FrA .framer-1a6kc6o, .framer-l4FrA .framer-100btdt, .framer-l4FrA .framer-ywp05u { flex-direction: column; } .framer-l4FrA .framer-xvq03t { align-self: unset; flex: none; height: min-content; order: 0; width: 100%; } .framer-l4FrA .framer-mzrpf1 { flex: none; height: min-content; } .framer-l4FrA .framer-1pyw32l-container { height: 400px; } .framer-l4FrA .framer-1pqaio9 { align-self: unset; gap: 20px; height: min-content; justify-content: center; order: 1; padding: 20px 10px 20px 10px; width: 100%; } .framer-l4FrA .framer-139orqq { flex: none; gap: 40px; height: min-content; justify-content: center; } .framer-l4FrA .framer-v3dv2c { gap: 12px; } .framer-l4FrA .framer-evnwmx, .framer-l4FrA .framer-1w6j0f2, .framer-l4FrA .framer-c7hgbk, .framer-l4FrA .framer-iguiij, .framer-l4FrA .framer-6dapg8, .framer-l4FrA .framer-1rbyz9f, .framer-l4FrA .framer-jjsn6m { padding: 8px 10px 8px 10px; } .framer-l4FrA .framer-1rdy96, .framer-l4FrA .framer-18zxr3u, .framer-l4FrA .framer-gvmag8 { width: 100%; } .framer-l4FrA .framer-pwk99n { padding: 40px 10px 0px 10px; } .framer-l4FrA .framer-1rtjjxc { width: 33%; } .framer-l4FrA .framer-mkhcui-container { opacity: 0; } .framer-l4FrA .framer-1b19ibq { align-self: unset; height: 300px; order: 0; width: 100%; } .framer-l4FrA .framer-1qyf0qs, .framer-l4FrA .framer-by7i1x { height: 1px; order: 1; width: 100%; } .framer-l4FrA .framer-ioxlcn { align-self: unset; flex: none; gap: 10px; height: min-content; justify-content: center; order: 2; width: 100%; } .framer-l4FrA .framer-1qhkdw4 { flex: none; gap: 20px; height: min-content; justify-content: center; order: 0; padding: 12px 10px 12px 10px; } .framer-l4FrA .framer-1duzib2, .framer-l4FrA .framer-e3hqao, .framer-l4FrA .framer-1waf0yz, .framer-l4FrA .framer-15uxwbc-container { order: 0; } .framer-l4FrA .framer-1sy2ez3, .framer-l4FrA .framer-emsv3z, .framer-l4FrA .framer-d3zkf6, .framer-l4FrA .framer-1kg1eah-container { order: 1; } .framer-l4FrA .framer-g5si94 { --framer-paragraph-spacing: 8px; } .framer-l4FrA .framer-m0hapi { height: min-content; order: 1; } .framer-l4FrA .framer-1msq7g4-container, .framer-l4FrA .framer-1nj00cl-container, .framer-l4FrA .framer-134g1ig-container { flex: none; height: auto; } .framer-l4FrA .framer-tj680r { align-self: unset; gap: 10px; height: min-content; justify-content: center; order: 2; width: 100%; } .framer-l4FrA .framer-pyodow, .framer-l4FrA .framer-1eg2ryo { flex: none; gap: 20px; height: min-content; justify-content: center; padding: 12px 10px 12px 10px; } .framer-l4FrA .framer-5rgexc, .framer-l4FrA .framer-12cjwjp, .framer-l4FrA .framer-m6vup, .framer-l4FrA .framer-13hfd2z { height: min-content; } .framer-l4FrA .framer-oslkyc { align-self: unset; flex: none; height: 300px; order: 0; width: 100%; } .framer-l4FrA .framer-q1wgql { align-self: unset; height: 300px; width: 100%; } .framer-l4FrA .framer-uawepk { height: 1px; width: 100%; } .framer-l4FrA .framer-1119qte { align-self: unset; flex: none; gap: 10px; height: min-content; justify-content: center; width: 100%; } .framer-l4FrA .framer-texlzc { flex: none; width: 100%; } .framer-l4FrA .framer-p6zrxv { flex-direction: column; order: 0; } .framer-l4FrA .framer-rewrog { align-self: unset; gap: 40px; height: min-content; justify-content: center; padding: 20px 10px 20px 10px; width: 100%; } .framer-l4FrA .framer-1i3l48u { align-self: unset; flex: none; flex-direction: column; height: min-content; width: 100%; } .framer-l4FrA .framer-1vkqlr2 { height: 100px; width: 100%; } .framer-l4FrA .framer-18m3f3n, .framer-l4FrA .framer-18pk85k, .framer-l4FrA .framer-1i69cuw { flex-direction: row; } .framer-l4FrA .framer-1dvo79t, .framer-l4FrA .framer-36bnpp, .framer-l4FrA .framer-24q2cp, .framer-l4FrA .framer-n2dtqf, .framer-l4FrA .framer-gkjl0z, .framer-l4FrA .framer-9ye9d2, .framer-l4FrA .framer-3cl9yf, .framer-l4FrA .framer-ckhqtb { height: 100%; width: 1px; } .framer-l4FrA .framer-1i5l0mr-container { aspect-ratio: 1.5833333333333333 / 1; height: 80%; width: var(--framer-aspect-ratio-supported, 317px); } .framer-l4FrA .framer-12l9yr3-container { aspect-ratio: 1.5810810810810811 / 1; height: 80%; width: var(--framer-aspect-ratio-supported, 316px); } .framer-l4FrA .framer-wzi7fd, .framer-l4FrA .framer-128wfkx, .framer-l4FrA .framer-1f3r6ey { flex: none; height: 100px; width: 100%; } .framer-l4FrA .framer-1q7rool-container, .framer-l4FrA .framer-6aivm6-container, .framer-l4FrA .framer-mj0hj0-container, .framer-l4FrA .framer-9inb9e-container { height: 80%; width: var(--framer-aspect-ratio-supported, 318px); } .framer-l4FrA .framer-8no39v { flex-direction: row; gap: 0px; justify-content: center; } .framer-l4FrA .framer-1vjxwao-container, .framer-l4FrA .framer-jl85p4-container { height: 80%; width: var(--framer-aspect-ratio-supported, 320px); } .framer-l4FrA .framer-enkrxx { height: min-content; padding: 12px 10px 12px 10px; } .framer-l4FrA .framer-15v239t, .framer-l4FrA .framer-5bbfq2 { height: 420px; } .framer-l4FrA .framer-dhf0jt { flex: none; height: min-content; padding: 12px 10px 12px 10px; width: 50%; } .framer-l4FrA .framer-ylysun-container { align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; } .framer-l4FrA .framer-865yha-container { align-self: unset; flex: none; order: 0; width: 100%; } .framer-l4FrA .framer-10nrpcq-container { align-self: unset; flex: none; order: 1; width: 100%; } .framer-l4FrA .framer-156kpqh-container { align-self: unset; flex: none; order: 2; width: 100%; } .framer-l4FrA .framer-9ojrlu-container { align-self: unset; flex: none; order: 3; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l4FrA .framer-s4to8y, .framer-l4FrA .framer-iko9qu, .framer-l4FrA .framer-1pqaio9, .framer-l4FrA .framer-139orqq, .framer-l4FrA .framer-v3dv2c, .framer-l4FrA .framer-u15s5r, .framer-l4FrA .framer-ioxlcn, .framer-l4FrA .framer-1qhkdw4, .framer-l4FrA .framer-5zbiso, .framer-l4FrA .framer-tj680r, .framer-l4FrA .framer-pyodow, .framer-l4FrA .framer-1a6kc6o, .framer-l4FrA .framer-1119qte, .framer-l4FrA .framer-1eg2ryo, .framer-l4FrA .framer-100btdt, .framer-l4FrA .framer-p6zrxv, .framer-l4FrA .framer-rewrog, .framer-l4FrA .framer-1i3l48u, .framer-l4FrA .framer-18m3f3n, .framer-l4FrA .framer-18pk85k, .framer-l4FrA .framer-8no39v, .framer-l4FrA .framer-1i69cuw, .framer-l4FrA .framer-ywp05u { gap: 0px; } .framer-l4FrA .framer-s4to8y > *, .framer-l4FrA .framer-1pqaio9 > *, .framer-l4FrA .framer-1qhkdw4 > *, .framer-l4FrA .framer-pyodow > *, .framer-l4FrA .framer-1eg2ryo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-l4FrA .framer-s4to8y > :first-child, .framer-l4FrA .framer-iko9qu > :first-child, .framer-l4FrA .framer-1pqaio9 > :first-child, .framer-l4FrA .framer-139orqq > :first-child, .framer-l4FrA .framer-v3dv2c > :first-child, .framer-l4FrA .framer-u15s5r > :first-child, .framer-l4FrA .framer-ioxlcn > :first-child, .framer-l4FrA .framer-1qhkdw4 > :first-child, .framer-l4FrA .framer-5zbiso > :first-child, .framer-l4FrA .framer-tj680r > :first-child, .framer-l4FrA .framer-pyodow > :first-child, .framer-l4FrA .framer-1a6kc6o > :first-child, .framer-l4FrA .framer-1119qte > :first-child, .framer-l4FrA .framer-1eg2ryo > :first-child, .framer-l4FrA .framer-100btdt > :first-child, .framer-l4FrA .framer-p6zrxv > :first-child, .framer-l4FrA .framer-rewrog > :first-child, .framer-l4FrA .framer-1i3l48u > :first-child, .framer-l4FrA .framer-ywp05u > :first-child { margin-top: 0px; } .framer-l4FrA .framer-s4to8y > :last-child, .framer-l4FrA .framer-iko9qu > :last-child, .framer-l4FrA .framer-1pqaio9 > :last-child, .framer-l4FrA .framer-139orqq > :last-child, .framer-l4FrA .framer-v3dv2c > :last-child, .framer-l4FrA .framer-u15s5r > :last-child, .framer-l4FrA .framer-ioxlcn > :last-child, .framer-l4FrA .framer-1qhkdw4 > :last-child, .framer-l4FrA .framer-5zbiso > :last-child, .framer-l4FrA .framer-tj680r > :last-child, .framer-l4FrA .framer-pyodow > :last-child, .framer-l4FrA .framer-1a6kc6o > :last-child, .framer-l4FrA .framer-1119qte > :last-child, .framer-l4FrA .framer-1eg2ryo > :last-child, .framer-l4FrA .framer-100btdt > :last-child, .framer-l4FrA .framer-p6zrxv > :last-child, .framer-l4FrA .framer-rewrog > :last-child, .framer-l4FrA .framer-1i3l48u > :last-child, .framer-l4FrA .framer-ywp05u > :last-child { margin-bottom: 0px; } .framer-l4FrA .framer-iko9qu > *, .framer-l4FrA .framer-u15s5r > *, .framer-l4FrA .framer-5zbiso > *, .framer-l4FrA .framer-1a6kc6o > *, .framer-l4FrA .framer-100btdt > *, .framer-l4FrA .framer-p6zrxv > *, .framer-l4FrA .framer-1i3l48u > *, .framer-l4FrA .framer-ywp05u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-l4FrA .framer-139orqq > *, .framer-l4FrA .framer-rewrog > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-l4FrA .framer-v3dv2c > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-l4FrA .framer-ioxlcn > *, .framer-l4FrA .framer-tj680r > *, .framer-l4FrA .framer-1119qte > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-l4FrA .framer-18m3f3n > *, .framer-l4FrA .framer-18m3f3n > :first-child, .framer-l4FrA .framer-18m3f3n > :last-child, .framer-l4FrA .framer-18pk85k > *, .framer-l4FrA .framer-18pk85k > :first-child, .framer-l4FrA .framer-18pk85k > :last-child, .framer-l4FrA .framer-1i69cuw > *, .framer-l4FrA .framer-1i69cuw > :first-child, .framer-l4FrA .framer-1i69cuw > :last-child { margin: 0px; } .framer-l4FrA .framer-8no39v > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-l4FrA .framer-8no39v > :first-child { margin-left: 0px; } .framer-l4FrA .framer-8no39v > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 1920px) { .framer-l4FrA.framer-1wf94p6 { width: 1920px; } .framer-l4FrA .framer-15lc29g-container { bottom: unset; left: unset; right: 0px; top: 0px; } .framer-l4FrA .framer-cfg8gu, .framer-l4FrA .framer-1kjwucp { width: 33%; } .framer-l4FrA .framer-xvq03t, .framer-l4FrA .framer-mzrpf1, .framer-l4FrA .framer-p9y54e-container, .framer-l4FrA .framer-865yha-container { order: 0; } .framer-l4FrA .framer-gommuk-container, .framer-l4FrA .framer-1msq7g4-container, .framer-l4FrA .framer-1sh6v37-container { order: 1; } .framer-l4FrA .framer-1pqaio9 { order: 2; padding: 30px; width: 33%; } .framer-l4FrA .framer-v3dv2c { gap: 20px; justify-content: flex-start; } .framer-l4FrA .framer-1rdy96 { width: 553px; } .framer-l4FrA .framer-sc0jd5 { --framer-paragraph-spacing: 10px; } .framer-l4FrA .framer-1qhkdw4, .framer-l4FrA .framer-pyodow, .framer-l4FrA .framer-1eg2ryo, .framer-l4FrA .framer-rewrog { padding: 30px; } .framer-l4FrA .framer-g5si94, .framer-l4FrA .framer-1wux7es, .framer-l4FrA .framer-1wy6vmv, .framer-l4FrA .framer-hi4eud { --framer-paragraph-spacing: 20px; } .framer-l4FrA .framer-m0hapi, .framer-l4FrA .framer-5rgexc, .framer-l4FrA .framer-12cjwjp { height: 110px; } .framer-l4FrA .framer-sx9u6u, .framer-l4FrA .framer-1x0rxmg, .framer-l4FrA .framer-jp180f, .framer-l4FrA .framer-1leokm9, .framer-l4FrA .framer-1l4427u { height: 550px; } .framer-l4FrA .framer-rilv7c { height: 100px; } .framer-l4FrA .framer-m6vup { height: 140px; } .framer-l4FrA .framer-10nrpcq-container { order: 2; } .framer-l4FrA .framer-16r16rb-container { order: 5; } .framer-l4FrA .framer-156kpqh-container { order: 4; } .framer-l4FrA .framer-140dyb8-container { order: 3; } .framer-l4FrA .framer-9ojrlu-container { order: 6; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l4FrA .framer-v3dv2c { gap: 0px; } .framer-l4FrA .framer-v3dv2c > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-l4FrA .framer-v3dv2c > :first-child { margin-top: 0px; } .framer-l4FrA .framer-v3dv2c > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9270\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VZS5GhC8j\":{\"layout\":[\"fixed\",\"auto\"]},\"yYcAAP_Hm\":{\"layout\":[\"fixed\",\"auto\"]},\"uuH76YaY2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"U8z0bJXYd\":{\"pattern\":\":U8z0bJXYd\",\"name\":\"start\"},\"EdiJJm0m2\":{\"pattern\":\":EdiJJm0m2\",\"name\":\"stop\"}}\n * @framerResponsiveScreen\n */const FramereVcAaTZXP=withCSS(Component,css,\"framer-l4FrA\");export default FramereVcAaTZXP;FramereVcAaTZXP.displayName=\"Home\";FramereVcAaTZXP.defaultProps={height:9270,width:1200};addFonts(FramereVcAaTZXP,[{explicitInter:true,fonts:[{family:\"Noto Sans SC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wYxG8vEUiuMkctPKUQX2mzgMs4c.woff2\"},{family:\"Noto Sans SC SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/MhpMYhzUtqVJHbw0RcTcCG4LU0g.woff2\"},{family:\"Geologica Roman Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/k8n83aRSZFYvNLWE6M5ymYvORc.woff2\"},{family:\"Geologica Roman Thin\",source:\"custom\",url:\"https://framerusercontent.com/assets/sHbJbQYf61UQh3xrrlIt0qo5UzU.woff2\"}]},...SmoothScrollFonts,...FloatingButtonCopyChineseFonts,...ABOUTUSBUTTONChineseFonts,...VideoFonts,...HBorderFonts,...BorderFonts,...AboutUsChineseFonts,...LottieFonts,...CTAChineseFonts,...SlideshowFonts,...PartnersChineseFonts,...PRESSChineseFonts,...PagenationFonts,...BlogChineseFonts,...FotterChineseFonts,...NavbarCopyChineseFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereVcAaTZXP\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"U8z0bJXYd\\\":{\\\"pattern\\\":\\\":U8z0bJXYd\\\",\\\"name\\\":\\\"start\\\"},\\\"EdiJJm0m2\\\":{\\\"pattern\\\":\\\":EdiJJm0m2\\\",\\\"name\\\":\\\"stop\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"9270\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VZS5GhC8j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yYcAAP_Hm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uuH76YaY2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "isFunction", "e", "velocityPerSecond", "calcBezier", "n", "e", "i", "binarySubdivide", "o", "r", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "t", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "t", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "t", "P", "j", "testAnimation", "e", "t", "C", "R", "H", "resolveElements", "e", "t", "createGeneratorEasing", "e", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "dispatchViewEvent", "ae", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "fontSize", "height", "id", "link", "padding", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "D8bkGatFf", "kAafiaHvG", "dEU4f9T7p", "wpxNtudEN", "wrzFcFfov", "dEU4f9T7pvvWeu0GHi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap8q6myf", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "addPropertyOverrides", "u", "RichText2", "ComponentViewportProvider", "Icon", "css", "FrameraJXipNHMz", "withCSS", "aJXipNHMz_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "COOiNkM4U_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "__FramerMetadata__", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "click2", "click3", "cONTENT", "contentFontSize", "fontSize", "height", "id", "padding", "padding2", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "xlZWjcMG2", "Gi2Ypkuj_", "Cm8F7BJF9", "zWsDJjVQM", "sHTPaVWVI", "dNUf36lEX", "e0tY18jv9", "on_ehFLAA", "me9V4gChL", "e0tY18jv9tiIsWeqFW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1jkke0v", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "css", "FramernSoRVpcoy", "withCSS", "nSoRVpcoy_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "HBorderFonts", "getFonts", "M7iyItImj_default", "BorderFonts", "jjuH7RoVV_default", "DropdownChineseFonts", "nSoRVpcoy_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "COOiNkM4U_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Cm8F7BJF978g7a0", "args", "Cm8F7BJF9b7tntl", "Cm8F7BJF91nrds7", "Cm8F7BJF9ltli3", "Cm8F7BJF9q112j3", "Cm8F7BJF9gv2go4", "Cm8F7BJF91b0nppj", "Cm8F7BJF96lnjgn", "Cm8F7BJF91va14fs", "Cm8F7BJF94hqwzo", "Cm8F7BJF9kjgrw9", "Cm8F7BJF91hai8sp", "Cm8F7BJF91ity4yx", "Cm8F7BJF9191q7an", "Cm8F7BJF978goi4", "Cm8F7BJF91f1xcyd", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "RichText2", "css", "FramerCOOiNkM4U", "withCSS", "COOiNkM4U_default", "addPropertyControls", "ControlType", "addFonts", "KdRyozdv1_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "DropdownChineseFonts", "getFonts", "nSoRVpcoy_default", "HBorderFonts", "M7iyItImj_default", "MotionDivWithFX", "withFX", "motion", "BorderFonts", "jjuH7RoVV_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "KdRyozdv1_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "animation", "transition2", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Cm8F7BJF91r2hdy5", "args", "Cm8F7BJF9ef3ozi", "Cm8F7BJF9qgacw9", "Cm8F7BJF9nilgpi", "Cm8F7BJF914n30nm", "Cm8F7BJF9t3tai", "Cm8F7BJF91t8uqm2", "Cm8F7BJF9ky5nqk", "Cm8F7BJF91udki45", "Cm8F7BJF91ddwlsz", "Cm8F7BJF9ifxvgh", "Cm8F7BJF9ub9rql", "Cm8F7BJF91yctbbs", "Cm8F7BJF914zga4f", "Cm8F7BJF91q6vszd", "Cm8F7BJF9huxcj8", "Cm8F7BJF94pumfz", "Cm8F7BJF95433me", "Cm8F7BJF9xfqr4t", "Cm8F7BJF912lauux", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText2", "css", "FramerKdRyozdv1", "withCSS", "KdRyozdv1_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "P5zasORY5BsoSZ9rj5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "css", "FramerkEmjwEPqy", "withCSS", "kEmjwEPqy_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "IconoirFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "content", "contentSize", "height", "id", "link", "padding", "title", "titleSize", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "rV04uFx78", "wAJV6kJf1", "eLvvki9W0", "U3IDcZFBJ", "mf1Wc4pAa", "gr1ZEJk6c", "U3IDcZFBJindLk23eP", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "ComponentViewportProvider", "Icon", "css", "FramerOI1GJKb3G", "withCSS", "OI1GJKb3G_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "SmoothScrollFonts", "getFonts", "SmoothScroll", "FloatingButtonCopyChineseFonts", "BzZdaFjSx_default", "MotionDivWithFX", "withFX", "motion", "ABOUTUSBUTTONChineseFonts", "kEmjwEPqy_default", "VideoFonts", "Video", "HBorderFonts", "M7iyItImj_default", "BorderFonts", "jjuH7RoVV_default", "AboutUsChineseFonts", "COOiNkM4U_default", "RichTextWithFX", "RichText2", "LottieFonts", "Lottie", "CTAChineseFonts", "aJXipNHMz_default", "SlideshowFonts", "Slideshow", "PartnersChineseFonts", "KdRyozdv1_default", "PRESSChineseFonts", "OI1GJKb3G_default", "PagenationFonts", "GNxRwQfd_default", "BlogChineseFonts", "kut55_ZoH_default", "FotterChineseFonts", "RcyFRp0Ig_default", "NavbarCopyChineseFonts", "g6u3vL27U_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "animation1", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "transition3", "animation9", "animation10", "animation11", "animation12", "animation13", "animation14", "animation15", "animation16", "animation17", "addImageAlt", "image", "alt", "transition4", "animation18", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "usePreloadLocalizedValues", "elementId1", "ref3", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "getLocalizedValue", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramereVcAaTZXP", "withCSS", "eVcAaTZXP_default", "addFonts", "__FramerMetadata__"]
}
