@strapi/admin 4.11.0-exp.push-transfer-push-stuck → 4.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/components/Providers/index.js +32 -32
- package/admin/src/components/Theme/index.js +5 -3
- package/admin/src/content-manager/components/ComponentIcon/ComponentIcon.js +16 -26
- package/admin/src/content-manager/components/ComponentIcon/constants.js +133 -0
- package/admin/src/content-manager/components/DynamicTable/BulkActionsBar/index.js +307 -0
- package/admin/src/content-manager/components/DynamicTable/index.js +20 -4
- package/admin/src/content-manager/components/DynamicZone/components/AddComponentButton.js +32 -95
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCard.js +10 -2
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCategory.js +63 -15
- package/admin/src/content-manager/components/DynamicZone/components/ComponentPicker.js +50 -63
- package/admin/src/content-manager/components/DynamicZone/components/DynamicComponent.js +132 -58
- package/admin/src/content-manager/components/DynamicZone/components/DynamicZoneLabel.js +29 -37
- package/admin/src/content-manager/components/DynamicZone/index.js +131 -83
- package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +31 -8
- package/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js +18 -6
- package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/index.js +0 -1
- package/admin/src/content-manager/components/Inputs/index.js +18 -11
- package/admin/src/content-manager/components/Inputs/utils/index.js +0 -1
- package/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js +7 -1
- package/admin/src/content-manager/pages/EditView/index.js +1 -1
- package/admin/src/content-manager/pages/ListView/index.js +118 -2
- package/admin/src/content-manager/utils/index.js +2 -0
- package/admin/src/content-manager/{components/EditViewDataManagerProvider/utils → utils}/schema.js +1 -1
- package/admin/src/hooks/useContentTypes/useContentTypes.js +0 -2
- package/admin/src/index.js +4 -3
- package/admin/src/injectionZones.js +6 -1
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableCE.js +13 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js +331 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/Combobox.js +54 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/index.js +12 -23
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +129 -116
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/utils/makeWebhookValidationSchema.js +62 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/index.js +59 -64
- package/admin/src/translations/ar.json +684 -1
- package/admin/src/translations/en.json +12 -1
- package/build/3562.e0b1a0b3.chunk.js +50 -0
- package/build/371.6e4e2c1f.chunk.js +71 -0
- package/build/5297.31c9ffdc.chunk.js +39 -0
- package/build/5542.64b623c9.chunk.js +63 -0
- package/build/{5563.79950369.chunk.js → 5563.badbffde.chunk.js} +2 -2
- package/build/6691.f7a3b5ac.chunk.js +105 -0
- package/build/6970.d456705f.chunk.js +1 -0
- package/build/{7259.5cc67413.chunk.js → 7259.5d0de931.chunk.js} +1 -1
- package/build/8976.0022f5a3.chunk.js +50 -0
- package/build/{1657.ca8562dd.chunk.js → 9932.5ef475c5.chunk.js} +54 -62
- package/build/Admin-authenticatedApp.ab2b5910.chunk.js +79 -0
- package/build/{Admin_InternalErrorPage.96ceaae1.chunk.js → Admin_InternalErrorPage.f25f04f3.chunk.js} +1 -1
- package/build/Admin_homePage.05063e43.chunk.js +73 -0
- package/build/Admin_marketplace.005d2d5b.chunk.js +55 -0
- package/build/Admin_pluginsPage.5d9d4060.chunk.js +6 -0
- package/build/{Admin_profilePage.a8fa3a56.chunk.js → Admin_profilePage.ab7b94d7.chunk.js} +2 -2
- package/build/Admin_settingsPage.07a6a5f0.chunk.js +79 -0
- package/build/{Upload_ConfigureTheView.aa64ed9a.chunk.js → Upload_ConfigureTheView.121deffb.chunk.js} +1 -1
- package/build/admin-app.7cc667be.chunk.js +63 -0
- package/build/{admin-edit-roles-page.0d12b741.chunk.js → admin-edit-roles-page.bfe3304d.chunk.js} +3 -3
- package/build/{admin-edit-users.f9ce7844.chunk.js → admin-edit-users.6efe0382.chunk.js} +2 -2
- package/build/admin-roles-list.b2577370.chunk.js +23 -0
- package/build/admin-users.4af49ccf.chunk.js +26 -0
- package/build/{api-tokens-create-page.973d2816.chunk.js → api-tokens-create-page.65411a36.chunk.js} +1 -1
- package/build/{api-tokens-edit-page.29725c5e.chunk.js → api-tokens-edit-page.60312cb6.chunk.js} +1 -1
- package/build/{api-tokens-list-page.66c4fbdd.chunk.js → api-tokens-list-page.01a4d5cd.chunk.js} +2 -2
- package/build/ar-json.f530bc3f.chunk.js +1 -0
- package/build/audit-logs-settings-page.b165679b.chunk.js +16 -0
- package/build/content-manager.8cc6c3f9.chunk.js +1094 -0
- package/build/content-type-builder-list-view.58f9ed20.chunk.js +211 -0
- package/build/{content-type-builder-translation-en-json.af293c9e.chunk.js → content-type-builder-translation-en-json.f592325b.chunk.js} +1 -1
- package/build/content-type-builder.baeb0413.chunk.js +132 -0
- package/build/email-settings-page.8caad83f.chunk.js +11 -0
- package/build/en-json.a8f34002.chunk.js +1 -0
- package/build/i18n-settings-page.579d5eab.chunk.js +9 -0
- package/build/i18n-translation-en-json.1ec7becf.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/main.1d678f7b.js +2926 -0
- package/build/{review-workflows-settings.56cab253.chunk.js → review-workflows-settings.3a7bae25.chunk.js} +2 -2
- package/build/{runtime~main.adbe36a4.js → runtime~main.9dbd4553.js} +2 -2
- package/build/{sso-settings-page.265e3d72.chunk.js → sso-settings-page.4bb073e0.chunk.js} +1 -1
- package/build/{transfer-tokens-create-page.170acee6.chunk.js → transfer-tokens-create-page.9ec277d7.chunk.js} +1 -1
- package/build/{transfer-tokens-edit-page.6cf23295.chunk.js → transfer-tokens-edit-page.fa5ade14.chunk.js} +1 -1
- package/build/{transfer-tokens-list-page.c3fec4c1.chunk.js → transfer-tokens-list-page.5d68d590.chunk.js} +2 -2
- package/build/upload-settings.2c1565d6.chunk.js +14 -0
- package/build/upload.257b2aef.chunk.js +26 -0
- package/build/users-advanced-settings-page.ddd29040.chunk.js +9 -0
- package/build/users-email-settings-page.717e2a51.chunk.js +24 -0
- package/build/users-providers-settings-page.c7eae829.chunk.js +29 -0
- package/build/{users-roles-settings-page.2549794b.chunk.js → users-roles-settings-page.63cf2838.chunk.js} +1 -1
- package/build/webhook-edit-page.8576742e.chunk.js +31 -0
- package/build/webhook-list-page.abf5747c.chunk.js +63 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableEE.js +23 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/ee/server/services/review-workflows/review-workflows.js +4 -0
- package/package.json +22 -24
- package/server/controllers/webhooks.js +6 -6
- package/admin/src/content-manager/components/DynamicTable/ConfirmDialogDeleteAll/index.js +0 -73
- package/admin/src/content-manager/components/DynamicZone/utils/connect.js +0 -12
- package/admin/src/content-manager/components/DynamicZone/utils/select.js +0 -53
- package/admin/src/content-manager/components/Inputs/utils/getStep.js +0 -13
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/EventRow.js +0 -70
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +0 -174
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/keys.js +0 -39
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/fieldsRegex.js +0 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +0 -35
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/reducer.js +0 -100
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/utils/formatData.js +0 -20
- package/build/3081.c2cdfac8.chunk.js +0 -108
- package/build/3816.60f858cf.chunk.js +0 -211
- package/build/462.a073ff1f.chunk.js +0 -71
- package/build/5542.002522eb.chunk.js +0 -71
- package/build/617.87b2fe96.chunk.js +0 -155
- package/build/6858.85d76858.chunk.js +0 -50
- package/build/6970.6a329e15.chunk.js +0 -1
- package/build/Admin-authenticatedApp.d425b485.chunk.js +0 -79
- package/build/Admin_homePage.107a9fe0.chunk.js +0 -73
- package/build/Admin_marketplace.717bd7ca.chunk.js +0 -55
- package/build/Admin_pluginsPage.7df6b5a9.chunk.js +0 -6
- package/build/Admin_settingsPage.1394aaf2.chunk.js +0 -79
- package/build/admin-app.ac5b1f59.chunk.js +0 -63
- package/build/admin-roles-list.e8bf9685.chunk.js +0 -31
- package/build/admin-users.751b28b2.chunk.js +0 -34
- package/build/ar-json.39e54aba.chunk.js +0 -1
- package/build/audit-logs-settings-page.3c6cea81.chunk.js +0 -129
- package/build/content-manager.70548048.chunk.js +0 -1123
- package/build/content-type-builder-list-view.1e821eb9.chunk.js +0 -215
- package/build/content-type-builder.b10576e7.chunk.js +0 -126
- package/build/email-settings-page.dba83275.chunk.js +0 -11
- package/build/en-json.d965e364.chunk.js +0 -1
- package/build/i18n-settings-page.55628f74.chunk.js +0 -114
- package/build/i18n-translation-en-json.60af6722.chunk.js +0 -1
- package/build/main.d9d9ed10.js +0 -2630
- package/build/upload-settings.63d99bf5.chunk.js +0 -14
- package/build/upload.c50d8c7a.chunk.js +0 -34
- package/build/users-advanced-settings-page.4f49ca57.chunk.js +0 -9
- package/build/users-email-settings-page.d2429d0a.chunk.js +0 -24
- package/build/users-providers-settings-page.50c5ba27.chunk.js +0 -29
- package/build/webhook-edit-page.ddd5963d.chunk.js +0 -128
- package/build/webhook-list-page.e2fca9f8.chunk.js +0 -71
|
@@ -285,6 +285,8 @@
|
|
|
285
285
|
"Settings.webhooks.create.header": "Create new header",
|
|
286
286
|
"Settings.webhooks.created": "Webhook created",
|
|
287
287
|
"Settings.webhooks.event.publish-tooltip": "This event only exists for contents with Draft/Publish system enabled",
|
|
288
|
+
"Settings.webhooks.event.select": "Select event",
|
|
289
|
+
"Settings.webhooks.events.isLoading": "Events loading",
|
|
288
290
|
"Settings.webhooks.events.create": "Create",
|
|
289
291
|
"Settings.webhooks.events.update": "Update",
|
|
290
292
|
"Settings.webhooks.events.delete": "Delete webhook",
|
|
@@ -313,6 +315,10 @@
|
|
|
313
315
|
"Settings.webhooks.trigger.test": "Test-trigger",
|
|
314
316
|
"Settings.webhooks.trigger.title": "Save before Trigger",
|
|
315
317
|
"Settings.webhooks.value": "Value",
|
|
318
|
+
"Settings.webhooks.validation.name": "Name is required",
|
|
319
|
+
"Settings.webhooks.validation.url.required": "Url is required",
|
|
320
|
+
"Settings.webhooks.validation.key": "Key is required",
|
|
321
|
+
"Settings.webhooks.validation.value": "Value is required",
|
|
316
322
|
"Usecase.back-end": "Back-end developer",
|
|
317
323
|
"Usecase.button.skip": "Skip this question",
|
|
318
324
|
"Usecase.content-creator": "Content Creator",
|
|
@@ -795,7 +801,9 @@
|
|
|
795
801
|
"content-manager.plugin.description.long": "Quick way to see, edit and delete the data in your database.",
|
|
796
802
|
"content-manager.plugin.description.short": "Quick way to see, edit and delete the data in your database.",
|
|
797
803
|
"content-manager.popUpWarning.bodyMessage.contentType.delete": "Are you sure to delete Content-Type?",
|
|
798
|
-
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Are you sure to delete
|
|
804
|
+
"content-manager.popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete these entries?",
|
|
805
|
+
"content-manager.popUpWarning.bodyMessage.contentType.publish.all": "Are you sure you want to publish these entries?",
|
|
806
|
+
"content-manager.popUpWarning.bodyMessage.contentType.unpublish.all": "Are you sure you want to unpublish these entries?",
|
|
799
807
|
"content-manager.popUpWarning.warning.has-draft-relations.title": "Confirmation",
|
|
800
808
|
"content-manager.popUpWarning.warning.publish-question": "Do you still want to publish?",
|
|
801
809
|
"content-manager.popUpWarning.warning.unpublish": "If you don't publish this content, it will automatically turn into a Draft.",
|
|
@@ -818,6 +826,8 @@
|
|
|
818
826
|
"content-manager.success.record.save": "Saved",
|
|
819
827
|
"content-manager.success.record.unpublish": "Unpublished",
|
|
820
828
|
"content-manager.utils.data-loaded": "The {number, plural, =1 {entry has} other {entries have}} successfully been loaded",
|
|
829
|
+
"content-manager.listView.validation.errors.title": "Action required",
|
|
830
|
+
"content-manager.listView.validation.errors.message": "Please make sure all fields are valid before publishing (required field, min/max character limit, etc.)",
|
|
821
831
|
"dark": "Dark",
|
|
822
832
|
"form.button.continue": "Continue",
|
|
823
833
|
"form.button.done": "Done",
|
|
@@ -826,6 +836,7 @@
|
|
|
826
836
|
"global.back": "Back",
|
|
827
837
|
"global.cancel": "Cancel",
|
|
828
838
|
"global.change-password": "Change password",
|
|
839
|
+
"global.close": "Close",
|
|
829
840
|
"global.content-manager": "Content Manager",
|
|
830
841
|
"global.continue": "Continue",
|
|
831
842
|
"global.delete": "Delete",
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[3562],{51355:function(E,m,r){var n=r(94318),u=r(3387),s="[object Boolean]";function x(v){return v===!0||v===!1||u(v)&&n(v)==s}E.exports=x},95919:function(E,m,r){var n=r(80022);function u(s){return n(s)&&s!=+s}E.exports=u},80022:function(E,m,r){var n=r(94318),u=r(3387),s="[object Number]";function x(v){return typeof v=="number"||u(v)&&n(v)==s}E.exports=x},59578:function(E,m,r){var n=r(41119);function u(s){return n(s).toLowerCase()}E.exports=u},98178:function(E,m,r){"use strict";r.d(m,{P1:function(){return j}});var n="NOT_FOUND";function u(l){var a;return{get:function(t){return a&&l(a.key,t)?a.value:n},put:function(t,o){a={key:t,value:o}},getEntries:function(){return a?[a]:[]},clear:function(){a=void 0}}}function s(l,a){var e=[];function t(p){var f=e.findIndex(function(g){return a(p,g.key)});if(f>-1){var h=e[f];return f>0&&(e.splice(f,1),e.unshift(h)),h.value}return n}function o(p,f){t(p)===n&&(e.unshift({key:p,value:f}),e.length>l&&e.pop())}function i(){return e}function c(){e=[]}return{get:t,put:o,getEntries:i,clear:c}}var x=function(a,e){return a===e};function v(l){return function(e,t){if(e===null||t===null||e.length!==t.length)return!1;for(var o=e.length,i=0;i<o;i++)if(!l(e[i],t[i]))return!1;return!0}}function M(l,a){var e=typeof a=="object"?a:{equalityCheck:a},t=e.equalityCheck,o=t===void 0?x:t,i=e.maxSize,c=i===void 0?1:i,p=e.resultEqualityCheck,f=v(o),h=c===1?u(f):s(c,f);function g(){var d=h.get(arguments);if(d===n){if(d=l.apply(null,arguments),p){var _=h.getEntries(),y=_.find(function(O){return p(O.value,d)});y&&(d=y.value)}h.put(arguments,d)}return d}return g.clearCache=function(){return h.clear()},g}function P(l){var a=Array.isArray(l[0])?l[0]:l;if(!a.every(function(t){return typeof t=="function"})){var e=a.map(function(t){return typeof t=="function"?"function "+(t.name||"unnamed")+"()":typeof t}).join(", ");throw new Error("createSelector expects all input-selectors to be functions, but received the following types: ["+e+"]")}return a}function b(l){for(var a=arguments.length,e=new Array(a>1?a-1:0),t=1;t<a;t++)e[t-1]=arguments[t];var o=function(){for(var c=arguments.length,p=new Array(c),f=0;f<c;f++)p[f]=arguments[f];var h=0,g,d={memoizeOptions:void 0},_=p.pop();if(typeof _=="object"&&(d=_,_=p.pop()),typeof _!="function")throw new Error("createSelector expects an output function after the inputs, but received: ["+typeof _+"]");var y=d,O=y.memoizeOptions,C=O===void 0?e:O,Z=Array.isArray(C)?C:[C],D=P(p),R=l.apply(void 0,[function(){return h++,_.apply(null,arguments)}].concat(Z)),A=l(function(){for(var B=[],S=D.length,T=0;T<S;T++)B.push(D[T].apply(null,arguments));return g=R.apply(null,B),g});return Object.assign(A,{resultFunc:_,memoizedResultFunc:R,dependencies:D,lastResult:function(){return g},recomputations:function(){return h},resetRecomputations:function(){return h=0}}),A};return o}var j=b(M),w=function(a,e){if(e===void 0&&(e=j),typeof a!="object")throw new Error("createStructuredSelector expects first argument to be an object "+("where each property is a selector, instead received a "+typeof a));var t=Object.keys(a),o=e(t.map(function(i){return a[i]}),function(){for(var i=arguments.length,c=new Array(i),p=0;p<i;p++)c[p]=arguments[p];return c.reduce(function(f,h,g){return f[t[g]]=h,f},{})});return o}},83828:function(E,m,r){"use strict";r.d(m,{U:function(){return a},y:function(){return w}});var n=r(74512),u=r(32735),s=r(8471),x=r(91045),v=r(74971),M=r(49372),P=r(87933),b=r(72850);const j=({theme:e,expanded:t,variant:o,disabled:i,error:c})=>c?`1px solid ${e.colors.danger600} !important`:i?`1px solid ${e.colors.neutral150}`:t?`1px solid ${e.colors.primary600}`:o==="primary"?`1px solid ${e.colors.neutral0}`:`1px solid ${e.colors.neutral100}`,w=(0,s.ZP)(M.Z)``,l=(0,s.ZP)(b.x)`
|
|
2
|
+
border: ${j};
|
|
3
|
+
|
|
4
|
+
&:hover:not([aria-disabled='true']) {
|
|
5
|
+
border: 1px solid ${({theme:e})=>e.colors.primary600};
|
|
6
|
+
|
|
7
|
+
${w} {
|
|
8
|
+
color: ${({theme:e,expanded:t})=>t?void 0:e.colors.primary700};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
${M.Z} {
|
|
12
|
+
color: ${({theme:e,expanded:t})=>t?void 0:e.colors.primary600};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
& > ${P.k} {
|
|
16
|
+
background: ${({theme:e})=>e.colors.primary100};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[data-strapi-dropdown='true'] {
|
|
20
|
+
background: ${({theme:e})=>e.colors.primary200};
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`,a=({children:e,disabled:t=!1,error:o,expanded:i=!1,hasErrorMessage:c=!0,id:p,onToggle:f,toggle:h,size:g="M",variant:d="primary",shadow:_})=>{const y=(0,v.M)(p),O=u.useMemo(()=>({expanded:i,onToggle:f,toggle:h,id:y,size:g,variant:d,disabled:t}),[t,i,y,f,g,h,d]);return(0,n.jsxs)(x.S.Provider,{value:O,children:[(0,n.jsx)(l,{"data-strapi-expanded":i,disabled:t,"aria-disabled":t,expanded:i,hasRadius:!0,variant:d,error:o,shadow:_,children:e}),o&&c&&(0,n.jsx)(b.x,{paddingTop:1,children:(0,n.jsx)(M.Z,{variant:"pi",textColor:"danger600",children:o})})]})}},89966:function(E,m,r){"use strict";r.d(m,{v:function(){return x}});var n=r(74512),u=r(91045),s=r(72850);const x=({children:v,...M})=>{const{expanded:P,id:b}=(0,u.A)();if(!P)return null;const j=`accordion-content-${b}`,w=`accordion-label-${b}`,l=`accordion-desc-${b}`;return(0,n.jsx)(s.x,{role:"region",id:j,"aria-labelledby":w,"aria-describedby":l,...M,children:v})}},91045:function(E,m,r){"use strict";r.d(m,{A:function(){return s},S:function(){return u}});var n=r(32735);const u=(0,n.createContext)({disabled:!1,expanded:!1,id:"",size:"M",variant:"primary"}),s=()=>(0,n.useContext)(u)},61762:function(E,m,r){"use strict";r.d(m,{B:function(){return e}});var n=r(74512),u=r(16899),s=r(8471),x=r(83828),v=r(91045);const M=({expanded:t,disabled:o,variant:i})=>{let c="neutral100";return t?c="primary100":o?c="neutral150":i==="primary"&&(c="neutral0"),c};var P=r(7563),b=r(99140),j=r(87933),w=r(49372);const l=(0,s.ZP)(P.A)`
|
|
24
|
+
text-align: left;
|
|
25
|
+
|
|
26
|
+
// necessary to make the ellipsis prop work on the title
|
|
27
|
+
> span {
|
|
28
|
+
max-width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
svg {
|
|
32
|
+
width: ${14/16}rem;
|
|
33
|
+
height: ${14/16}rem;
|
|
34
|
+
|
|
35
|
+
path {
|
|
36
|
+
fill: ${({theme:t,expanded:o})=>o?t.colors.primary600:t.colors.neutral500};
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`,a=(0,s.ZP)(j.k)`
|
|
40
|
+
min-height: ${({theme:t,size:o})=>t.sizes.accordions[o]};
|
|
41
|
+
border-radius: ${({theme:t,expanded:o})=>o?`${t.borderRadius} ${t.borderRadius} 0 0`:t.borderRadius};
|
|
42
|
+
|
|
43
|
+
&:hover {
|
|
44
|
+
svg {
|
|
45
|
+
path {
|
|
46
|
+
fill: ${({theme:t})=>t.colors.primary600};
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`,e=({title:t,description:o,as:i="span",togglePosition:c="right",action:p,...f})=>{const{onToggle:h,toggle:g,expanded:d,id:_,size:y,variant:O,disabled:C}=(0,v.A)(),Z=`accordion-content-${_}`,D=`accordion-label-${_}`,R=`accordion-desc-${_}`,A=y==="M"?6:4,$=y==="M"?A:A-2,B=M({expanded:d,disabled:C,variant:O}),S={as:i,fontWeight:y==="S"?"bold":void 0,id:D,textColor:d?"primary600":"neutral700",ellipsis:!0,variant:y==="M"?"delta":void 0},T=d?"primary600":"neutral600",W=d?"primary200":"neutral200",L=y==="M"?`${32/16}rem`:`${24/16}rem`,I=()=>{C||(g&&!h?(console.warn('Deprecation warning: Usage of "toggle" prop in Accordion component is deprecated. This is discouraged and will be removed in the next major release. Please use "onToggle" instead'),g()):h&&h())},U=(0,n.jsx)(j.k,{justifyContent:"center",borderRadius:"50%",height:L,width:L,transform:d?"rotate(180deg)":void 0,"data-strapi-dropdown":!0,"aria-hidden":!0,as:"span",background:W,cursor:C?"not-allowed":"pointer",onClick:I,shrink:0,children:(0,n.jsx)(b.J,{as:u.Z,width:y==="M"?`${11/16}rem`:`${8/16}rem`,color:d?"primary600":"neutral600"})});return(0,n.jsx)(a,{paddingBottom:$,paddingLeft:A,paddingRight:A,paddingTop:$,background:B,expanded:d,size:y,justifyContent:"space-between",cursor:C?"not-allowed":"",children:(0,n.jsxs)(j.k,{gap:3,flex:1,maxWidth:"100%",children:[c==="left"&&U,(0,n.jsx)(l,{onClick:I,"aria-disabled":C,"aria-expanded":d,"aria-controls":Z,"aria-labelledby":D,"data-strapi-accordion-toggle":!0,expanded:d,type:"button",flex:1,minWidth:0,...f,children:(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(x.y,{...S,children:t}),o&&(0,n.jsx)(w.Z,{as:"p",id:R,textColor:T,children:o})]})}),c==="right"&&(0,n.jsxs)(j.k,{gap:3,children:[U,p]}),c==="left"&&p]})})}},47081:function(E,m,r){"use strict";r.d(m,{Z:function(){return s}});var n=r(74512);const u=x=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...x,children:[(0,n.jsx)("path",{fill:"#212134",d:"M16.563 5.587a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.487 3.083c-.012.788-.487 1.513-1.229 1.797a1.954 1.954 0 0 1-2.184-.574A1.943 1.943 0 0 1 14.9 2.11c.4-.684 1.2-1.066 1.981-.927a1.954 1.954 0 0 1 1.606 1.9c.011.748 1.17.748 1.158 0A3.138 3.138 0 0 0 17.565.17c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.674 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.006ZM16.563 14.372a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.487 11.867c-.012.789-.487 1.513-1.229 1.797a1.954 1.954 0 0 1-2.184-.574 1.943 1.943 0 0 1-.174-2.196c.4-.684 1.2-1.066 1.981-.927.928.156 1.588.968 1.606 1.9.011.748 1.17.748 1.158 0a3.138 3.138 0 0 0-2.08-2.914c-1.176-.423-2.567-.029-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.675 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.005ZM16.563 23.392a2.503 2.503 0 1 0 0-5.006 2.503 2.503 0 0 0 0 5.006Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.487 20.89c-.012.787-.487 1.512-1.229 1.796a1.954 1.954 0 0 1-2.184-.574 1.943 1.943 0 0 1-.174-2.196c.4-.684 1.2-1.066 1.981-.927.928.156 1.588.967 1.606 1.9.011.748 1.17.748 1.158 0a3.138 3.138 0 0 0-2.08-2.914c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.674 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.006ZM7.378 5.622a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M9.302 3.119c-.011.788-.486 1.512-1.228 1.796a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927a1.943 1.943 0 0 1 1.605 1.9c.012.748 1.17.748 1.16 0A3.138 3.138 0 0 0 8.38.205c-1.176-.423-2.567-.029-3.36.933-.83 1.002-.968 2.45-.285 3.575.678 1.124 1.994 1.675 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.159-.005ZM7.378 14.406a2.503 2.503 0 1 0 0-5.006 2.503 2.503 0 0 0 0 5.006Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M9.302 11.902c-.011.788-.486 1.513-1.228 1.797a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927a1.943 1.943 0 0 1 1.605 1.9c.012.748 1.17.748 1.16 0A3.138 3.138 0 0 0 8.38 8.988c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.285 3.575.678 1.124 1.994 1.674 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.159-.006ZM7.378 23.427a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M9.302 20.924c-.011.788-.486 1.513-1.228 1.797a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927.933.156 1.594.967 1.605 1.9.012.748 1.17.748 1.16 0A3.139 3.139 0 0 0 8.38 18.01c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.285 3.569.678 1.124 1.994 1.675 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.747-1.147-.747-1.159 0Z"})]}),s=u},86308:function(E,m,r){"use strict";r.d(m,{Z:function(){return s}});var n=r(74512);const u=x=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...x,children:[(0,n.jsx)("circle",{cx:12,cy:12,r:12,fill:"#212134"}),(0,n.jsx)("path",{fill:"#F6F6F9",d:"M17 12.569c0 .124-.1.224-.225.224h-3.981v3.982c0 .124-.101.225-.226.225h-1.136a.225.225 0 0 1-.226-.225v-3.981H7.226A.225.225 0 0 1 7 12.567v-1.136c0-.125.1-.226.225-.226h3.982V7.226c0-.124.1-.225.224-.225h1.138c.124 0 .224.1.224.225v3.982h3.982c.124 0 .225.1.225.224v1.138Z"})]}),s=u}}]);
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[371],{84802:function(l){function r(t,n,s,e){for(var i=-1,c=t==null?0:t.length;++i<c;){var a=t[i];n(e,a,s(a),t)}return e}l.exports=r},88058:function(l,r,t){var n=t(87650);function s(e,i){var c=e==null?0:e.length;return!!c&&n(e,i,0)>-1}l.exports=s},37431:function(l){function r(t,n,s){for(var e=-1,i=t==null?0:t.length;++e<i;)if(s(n,t[e]))return!0;return!1}l.exports=r},23089:function(l,r,t){var n=t(61712),s=n("length");l.exports=s},62435:function(l,r,t){var n=t(56671);function s(e,i,c,a){return n(e,function(h,p,w){i(a,h,c(h),w)}),a}l.exports=s},60528:function(l){function r(t,n,s,e){for(var i=t.length,c=s+(e?1:-1);e?c--:++c<i;)if(n(t[c],c,t))return c;return-1}l.exports=r},87650:function(l,r,t){var n=t(60528),s=t(25556),e=t(54256);function i(c,a,h){return a===a?e(c,a,h):n(c,s,h)}l.exports=i},25556:function(l){function r(t){return t!==t}l.exports=r},84351:function(l,r,t){var n=t(61124),s=t(88058),e=t(37431),i=t(30555),c=t(58491),a=t(66350),h=200;function p(w,M,x){var u=-1,_=s,o=w.length,g=!0,f=[],v=f;if(x)g=!1,_=e;else if(o>=h){var m=M?null:c(w);if(m)return a(m);g=!1,_=i,v=new n}else v=M?[]:f;t:for(;++u<o;){var d=w[u],Z=M?M(d):d;if(d=x||d!==0?d:0,g&&Z===Z){for(var E=v.length;E--;)if(v[E]===Z)continue t;M&&v.push(Z),f.push(d)}else _(v,Z,x)||(v!==f&&v.push(Z),f.push(d))}return f}l.exports=p},85580:function(l,r,t){var n=t(84802),s=t(62435),e=t(88904),i=t(77236);function c(a,h){return function(p,w){var M=i(p)?n:s,x=h?h():{};return M(p,a,e(w,2),x)}}l.exports=c},58491:function(l,r,t){var n=t(69902),s=t(13581),e=t(66350),i=1/0,c=n&&1/e(new n([,-0]))[1]==i?function(a){return new n(a)}:s;l.exports=c},54256:function(l){function r(t,n,s){for(var e=s-1,i=t.length;++e<i;)if(t[e]===n)return e;return-1}l.exports=r},38788:function(l,r,t){var n=t(23089),s=t(34327),e=t(71286);function i(c){return s(c)?e(c):n(c)}l.exports=i},71286:function(l){var r="\\ud800-\\udfff",t="\\u0300-\\u036f",n="\\ufe20-\\ufe2f",s="\\u20d0-\\u20ff",e=t+n+s,i="\\ufe0e\\ufe0f",c="["+r+"]",a="["+e+"]",h="\\ud83c[\\udffb-\\udfff]",p="(?:"+a+"|"+h+")",w="[^"+r+"]",M="(?:\\ud83c[\\udde6-\\uddff]){2}",x="[\\ud800-\\udbff][\\udc00-\\udfff]",u="\\u200d",_=p+"?",o="["+i+"]?",g="(?:"+u+"(?:"+[w,M,x].join("|")+")"+o+_+")*",f=o+_+g,v="(?:"+[w+a+"?",a,M,x,c].join("|")+")",m=RegExp(h+"(?="+h+")|"+v+f,"g");function d(Z){for(var E=m.lastIndex=0;m.test(Z);)++E;return E}l.exports=d},81346:function(l,r,t){var n=t(40999),s=t(85580),e=Object.prototype,i=e.hasOwnProperty,c=s(function(a,h,p){i.call(a,p)?a[p].push(h):n(a,p,[h])});l.exports=c},34461:function(l,r,t){var n=t(94318),s=t(77236),e=t(3387),i="[object String]";function c(a){return typeof a=="string"||!s(a)&&e(a)&&n(a)==i}l.exports=c},13581:function(l){function r(){}l.exports=r},61868:function(l,r,t){var n=t(78803),s=t(26686),e=t(81580),i=t(34461),c=t(38788),a="[object Map]",h="[object Set]";function p(w){if(w==null)return 0;if(e(w))return i(w)?c(w):w.length;var M=s(w);return M==a||M==h?w.size:n(w).length}l.exports=p},59578:function(l,r,t){var n=t(41119);function s(e){return n(e).toLowerCase()}l.exports=s},91815:function(l,r,t){var n=t(84351);function s(e){return e&&e.length?n(e):[]}l.exports=s},98178:function(l,r,t){"use strict";t.d(r,{P1:function(){return w}});var n="NOT_FOUND";function s(x){var u;return{get:function(o){return u&&x(u.key,o)?u.value:n},put:function(o,g){u={key:o,value:g}},getEntries:function(){return u?[u]:[]},clear:function(){u=void 0}}}function e(x,u){var _=[];function o(m){var d=_.findIndex(function(E){return u(m,E.key)});if(d>-1){var Z=_[d];return d>0&&(_.splice(d,1),_.unshift(Z)),Z.value}return n}function g(m,d){o(m)===n&&(_.unshift({key:m,value:d}),_.length>x&&_.pop())}function f(){return _}function v(){_=[]}return{get:o,put:g,getEntries:f,clear:v}}var i=function(u,_){return u===_};function c(x){return function(_,o){if(_===null||o===null||_.length!==o.length)return!1;for(var g=_.length,f=0;f<g;f++)if(!x(_[f],o[f]))return!1;return!0}}function a(x,u){var _=typeof u=="object"?u:{equalityCheck:u},o=_.equalityCheck,g=o===void 0?i:o,f=_.maxSize,v=f===void 0?1:f,m=_.resultEqualityCheck,d=c(g),Z=v===1?s(d):e(v,d);function E(){var D=Z.get(arguments);if(D===n){if(D=x.apply(null,arguments),m){var j=Z.getEntries(),P=j.find(function(L){return m(L.value,D)});P&&(D=P.value)}Z.put(arguments,D)}return D}return E.clearCache=function(){return Z.clear()},E}function h(x){var u=Array.isArray(x[0])?x[0]:x;if(!u.every(function(o){return typeof o=="function"})){var _=u.map(function(o){return typeof o=="function"?"function "+(o.name||"unnamed")+"()":typeof o}).join(", ");throw new Error("createSelector expects all input-selectors to be functions, but received the following types: ["+_+"]")}return u}function p(x){for(var u=arguments.length,_=new Array(u>1?u-1:0),o=1;o<u;o++)_[o-1]=arguments[o];var g=function(){for(var v=arguments.length,m=new Array(v),d=0;d<v;d++)m[d]=arguments[d];var Z=0,E,D={memoizeOptions:void 0},j=m.pop();if(typeof j=="object"&&(D=j,j=m.pop()),typeof j!="function")throw new Error("createSelector expects an output function after the inputs, but received: ["+typeof j+"]");var P=D,L=P.memoizeOptions,O=L===void 0?_:L,H=Array.isArray(O)?O:[O],R=h(m),I=x.apply(void 0,[function(){return Z++,j.apply(null,arguments)}].concat(H)),A=x(function(){for(var T=[],V=R.length,b=0;b<V;b++)T.push(R[b].apply(null,arguments));return E=I.apply(null,T),E});return Object.assign(A,{resultFunc:j,memoizedResultFunc:I,dependencies:R,lastResult:function(){return E},recomputations:function(){return Z},resetRecomputations:function(){return Z=0}}),A};return g}var w=p(a),M=function(u,_){if(_===void 0&&(_=w),typeof u!="object")throw new Error("createStructuredSelector expects first argument to be an object "+("where each property is a selector, instead received a "+typeof u));var o=Object.keys(u),g=_(o.map(function(f){return u[f]}),function(){for(var f=arguments.length,v=new Array(f),m=0;m<f;m++)v[m]=arguments[m];return v.reduce(function(d,Z,E){return d[o[E]]=Z,d},{})});return g}},96709:function(l,r,t){"use strict";t.d(r,{A:function(){return a}});var n=t(74512),s=t(8471),e=t(72850);const i=(0,s.ZP)(e.x)`
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-template-columns: ${({hasSideNav:h})=>h?"auto 1fr":"1fr"};
|
|
4
|
+
`,c=(0,s.ZP)(e.x)`
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
`,a=({sideNav:h,children:p})=>(0,n.jsxs)(i,{hasSideNav:!!h,children:[h,(0,n.jsx)(c,{paddingBottom:10,children:p})]})},90700:function(l,r,t){"use strict";t.d(r,{m:function(){return a}});var n=t(74512),s=t(8471),e=t(15335);const i=`${232/16}rem`,c=(0,s.ZP)(e.r)`
|
|
7
|
+
width: ${i};
|
|
8
|
+
background: ${({theme:h})=>h.colors.neutral100};
|
|
9
|
+
position: sticky;
|
|
10
|
+
top: 0;
|
|
11
|
+
height: 100vh;
|
|
12
|
+
overflow-y: auto;
|
|
13
|
+
border-right: 1px solid ${({theme:h})=>h.colors.neutral200};
|
|
14
|
+
z-index: 1;
|
|
15
|
+
`,a=({ariaLabel:h,...p})=>(0,n.jsx)(c,{"aria-label":h,as:"nav",...p})},78090:function(l,r,t){"use strict";t.d(r,{p:function(){return f}});var n=t(74512),s=t(32735),e=t(6792),i=t(8471),c=t(94486),a=t(74971);const h=v=>{const m=(0,s.useRef)();return(0,s.useEffect)(()=>{m.current=v}),m.current};var p=t(9026),w=t(72850),M=t(89252),x=t(61774),u=t(87933),_=t(49372),o=t(50563);const g=(0,i.ZP)(p.i)`
|
|
16
|
+
width: ${24/16}rem;
|
|
17
|
+
background-color: ${({theme:v})=>v.colors.neutral200};
|
|
18
|
+
`,f=({as:v="h2",label:m,searchLabel:d="",searchable:Z=!1,onChange:E=()=>{},value:D="",onClear:j=()=>{},onSubmit:P=()=>{},id:L})=>{const[O,H]=(0,s.useState)(!1),R=h(O),I=(0,a.M)(L),A=(0,s.useRef)(void 0),B=(0,s.useRef)(void 0);(0,s.useEffect)(()=>{O&&A.current&&A.current.focus(),R&&!O&&B.current&&B.current.focus()},[O,R]);const T=()=>{H(C=>!C)},V=C=>{j(C),A.current.focus()},b=C=>{C.relatedTarget?.id!==I&&H(!1)},U=C=>{C.key===c.y.ESCAPE&&H(!1)};return O?(0,n.jsxs)(w.x,{paddingLeft:4,paddingTop:5,paddingBottom:2,paddingRight:4,children:[(0,n.jsx)(M.U,{children:(0,n.jsx)(x.w,{name:"searchbar",value:D,onChange:E,placeholder:"e.g: strapi-plugin-abcd",onKeyDown:U,ref:A,onBlur:b,onClear:V,onSubmit:P,clearLabel:"Clear",size:"S",children:d})}),(0,n.jsx)(w.x,{paddingLeft:2,paddingTop:4,children:(0,n.jsx)(g,{})})]}):(0,n.jsxs)(w.x,{paddingLeft:6,paddingTop:6,paddingBottom:2,paddingRight:4,children:[(0,n.jsxs)(u.k,{justifyContent:"space-between",alignItems:"flex-start",children:[(0,n.jsx)(_.Z,{variant:"beta",as:v,children:m}),Z&&(0,n.jsx)(o.h,{ref:B,onClick:T,label:d,icon:(0,n.jsx)(e.Z,{})})]}),(0,n.jsx)(w.x,{paddingTop:4,children:(0,n.jsx)(g,{})})]})}},66618:function(l,r,t){"use strict";t.d(r,{E:function(){return u}});var n=t(74512),s=t(32735),e=t(56243),i=t(8471),c=t(72850),a=t(49372),h=t(87933),p=t(62499);const w=(0,i.ZP)(c.x)`
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
text-decoration: none;
|
|
23
|
+
color: ${({theme:_})=>_.colors.neutral800};
|
|
24
|
+
svg > * {
|
|
25
|
+
fill: ${({theme:_})=>_.colors.neutral600};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.active {
|
|
29
|
+
${({theme:_})=>`
|
|
30
|
+
background-color: ${_.colors.primary100};
|
|
31
|
+
border-right: 2px solid ${_.colors.primary600};
|
|
32
|
+
svg > * {
|
|
33
|
+
fill: ${_.colors.primary700};
|
|
34
|
+
}
|
|
35
|
+
${a.Z} {
|
|
36
|
+
color: ${_.colors.primary700};
|
|
37
|
+
font-weight: 500;
|
|
38
|
+
}
|
|
39
|
+
`}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&:focus-visible {
|
|
43
|
+
outline-offset: -2px;
|
|
44
|
+
}
|
|
45
|
+
`,M=(0,i.ZP)(e.Z)`
|
|
46
|
+
width: ${12/16}rem;
|
|
47
|
+
height: ${4/16}rem;
|
|
48
|
+
* {
|
|
49
|
+
fill: ${({theme:_,$active:o})=>o?_.colors.primary600:_.colors.neutral600};
|
|
50
|
+
}
|
|
51
|
+
`,x=i.ZP.div`
|
|
52
|
+
svg {
|
|
53
|
+
height: ${12/16}rem;
|
|
54
|
+
width: ${12/16}rem;
|
|
55
|
+
}
|
|
56
|
+
`,u=s.forwardRef(({children:_,icon:o=null,withBullet:g=!1,as:f=p.f,isSubSectionChild:v=!1,...m},d)=>(0,n.jsxs)(w,{as:f,icon:o,background:"neutral100",paddingLeft:v?9:7,paddingBottom:2,paddingTop:2,ref:d,...m,children:[(0,n.jsxs)(h.k,{children:[o?(0,n.jsx)(x,{children:o}):(0,n.jsx)(M,{}),(0,n.jsx)(c.x,{paddingLeft:2,children:(0,n.jsx)(a.Z,{as:"span",children:_})})]}),g&&(0,n.jsx)(c.x,{as:h.k,paddingRight:4,children:(0,n.jsx)(M,{$active:!0})})]}))},79318:function(l,r,t){"use strict";t.d(r,{D:function(){return o}});var n=t(74512),s=t(32735),e=t(8471),i=t(16899),c=t(87933),a=t(72850),h=t(49372);const p=(0,e.ZP)(c.k)`
|
|
57
|
+
border: none;
|
|
58
|
+
padding: 0;
|
|
59
|
+
background: transparent;
|
|
60
|
+
`,w=e.ZP.div`
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
transform: rotateX(${({rotated:g})=>g?"0deg":"180deg"});
|
|
64
|
+
`,M=({collapsable:g=!1,label:f,onClick:v=()=>{},ariaExpanded:m,ariaControls:d})=>g?(0,n.jsxs)(p,{as:"button",onClick:v,"aria-expanded":m,"aria-controls":d,textAlign:"left",children:[(0,n.jsx)(a.x,{paddingRight:1,children:(0,n.jsx)(h.Z,{variant:"sigma",textColor:"neutral600",children:f})}),g&&(0,n.jsx)(w,{rotated:m,children:(0,n.jsx)(i.Z,{"aria-hidden":!0})})]}):(0,n.jsx)(p,{children:(0,n.jsx)(a.x,{paddingRight:1,children:(0,n.jsx)(h.Z,{variant:"sigma",textColor:"neutral600",children:f})})});var x=t(74971),u=t(6518);const _=(0,e.ZP)(a.x)`
|
|
65
|
+
svg {
|
|
66
|
+
height: ${4/16}rem;
|
|
67
|
+
path {
|
|
68
|
+
fill: ${({theme:g})=>g.colors.neutral500};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
`,o=({collapsable:g=!1,label:f,badgeLabel:v,children:m,id:d})=>{const[Z,E]=(0,s.useState)(!0),D=(0,x.M)(d);return(0,n.jsxs)(c.k,{direction:"column",alignItems:"stretch",gap:1,children:[(0,n.jsx)(_,{paddingLeft:6,paddingTop:2,paddingBottom:2,paddingRight:4,children:(0,n.jsxs)(a.x,{position:"relative",paddingRight:v?6:0,children:[(0,n.jsx)(M,{onClick:()=>{E(j=>!j)},ariaExpanded:Z,ariaControls:D,collapsable:g,label:f}),v&&(0,n.jsx)(u.C,{backgroundColor:"neutral150",textColor:"neutral600",position:"absolute",right:0,top:"50%",transform:"translateY(-50%)",children:v})]})}),(!g||Z)&&(0,n.jsx)("ol",{id:D,children:s.Children.map(m,(j,P)=>(0,n.jsx)("li",{children:j},P))})]})}},77013:function(l,r,t){"use strict";t.d(r,{Z:function(){return c}});var n=t(74512),s=t(32735),e=t(72850),i=t(87933);const c=({children:a,spacing:h=2,horizontal:p=!1,...w})=>(0,n.jsx)(e.x,{paddingTop:2,paddingBottom:4,children:(0,n.jsx)(i.k,{as:"ol",gap:h,direction:p?"row":"column",alignItems:p?"center":"stretch",...w,children:s.Children.map(a,(M,x)=>(0,n.jsx)("li",{children:M},x))})})},55805:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2Zm5.5 10a4.5 4.5 0 0 0-4.475 4.975 4.5 4.5 0 0 0 4.95-4.95A4.54 4.54 0 0 0 17.5 12Zm-11 0c-.16 0-.319.008-.475.025a4.5 4.5 0 0 0 4.95 4.95A4.5 4.5 0 0 0 6.5 12Z"})}),e=s},31206:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M14 10v4h-4v-4h4Zm2 0h5v4h-5v-4Zm-2 11h-4v-5h4v5Zm2 0v-5h5v4a1 1 0 0 1-1 1h-4ZM14 3v5h-4V3h4Zm2 0h4a1 1 0 0 1 1 1v4h-5V3Zm-8 7v4H3v-4h5Zm0 11H4a1 1 0 0 1-1-1v-4h5v5ZM8 3v5H3V4a1 1 0 0 1 1-1h4Z"})}),e=s},97075:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 10h18v10.004c0 .55-.445.996-.993.996H3.993A.994.994 0 0 1 3 20.004V10Zm6 2v2h6v-2H9ZM2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.444.992 1v4H2V4Z"})}),e=s},14949:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M13.3 0c.11 0 .2.09.2.2v18.06l8.238-8.239a.2.2 0 0 1 .283 0l1.837 1.838a.2.2 0 0 1 0 .282L12.141 23.86a.2.2 0 0 1-.283 0L.141 12.14a.2.2 0 0 1 0-.282l1.837-1.838a.2.2 0 0 1 .283 0L10.5 18.26V.2c0-.11.09-.2.2-.2h2.6Z"})}),e=s},29439:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M24 13.3a.2.2 0 0 1-.2.2H5.74l8.239 8.239a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L.14 12.14a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L13.98 1.98a.2.2 0 0 1 0 .282L5.74 10.5H23.8c.11 0 .2.09.2.2v2.6Z"})}),e=s},65261:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M10.7 24a.2.2 0 0 1-.2-.2V5.74L2.26 13.979a.2.2 0 0 1-.283 0L.141 12.14a.2.2 0 0 1 0-.282L11.858.14a.2.2 0 0 1 .283 0L23.858 11.86a.2.2 0 0 1 0 .282l-1.837 1.838a.2.2 0 0 1-.283 0L13.5 5.74V23.8a.2.2 0 0 1-.2.2h-2.6Z"})}),e=s},55877:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M14 13.5V8a4 4 0 1 0-8 0v5.5a6.5 6.5 0 0 0 13 0V4h2v9.5a8.5 8.5 0 1 1-17 0V8a6 6 0 1 1 12 0v5.5a3.5 3.5 0 1 1-7 0V8h2v5.5a1.5 1.5 0 1 0 3 0Z"})}),e=s},84298:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 20H2v-2h1v-6.969C3 6.043 7.03 2 12 2s9 4.043 9 9.031V18h1v2ZM9.5 21h5a2.5 2.5 0 0 1-5 0Z"})}),e=s},73906:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M7.4 1.2H4.2v21.6h3.2V1.2Zm11.6 6a6 6 0 0 1-1.5 4 6.4 6.4 0 0 1-3.8 11.6H7.4v-3.2h6.3c1.8 0 3.3-1.4 3.3-3.2 0-1.8-1.5-3.2-3.3-3.2H7.4V10H13a2.8 2.8 0 0 0 0-5.6H7.4V1.2H13a6 6 0 0 1 6 6Z",clipRule:"evenodd"})}),e=s},73779:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAFBE7",stroke:"#C6F0C2",rx:2.5}),(0,n.jsx)("path",{fill:"#328048",d:"M19.5 7h-7A4.505 4.505 0 0 0 8 11.5c0 2.481 2.019 4.5 4.5 4.5h7c2.481 0 4.5-2.019 4.5-4.5S21.981 7 19.5 7Zm0 8a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z"})]}),e=s},67121:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4Zm10 8v-3h-2v3H9v-3H7v3H4v6h16v-6h-3ZM9 3v2h6V3H9Z"})}),e=s},39869:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m13.289 6.216 4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.504 7.504 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284Zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125Z"})}),e=s},35635:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M3.64 7.23a2.14 2.14 0 1 1 0-4.27 2.14 2.14 0 0 1 0 4.27Zm4.98-3.25H22.5v2.37H8.62V3.98Zm-7.12 8.1a2.14 2.14 0 1 0 4.27 0 2.14 2.14 0 0 0-4.27 0Zm2.14 9.04a2.14 2.14 0 1 1 0-4.27 2.14 2.14 0 0 1 0 4.27ZM22.5 10.87H8.62v2.37H22.5v-2.37Zm-13.88 6.9H22.5v2.37H8.62v-2.37Z",clipRule:"evenodd"})}),e=s},98464:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.513-6.702A2 2 0 0 1 6.386 4h11.228a2 2 0 0 1 1.873 1.298L22 12v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM4.136 12h15.728l-2.25-6H6.386l-2.25 6ZM6.5 17a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},2362:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6c0-.67-.051-1.338-.153-2H20V5H4v3.153A13.1 13.1 0 0 0 2 8V4a1 1 0 0 1 1-1Zm10 18h-2a9 9 0 0 0-9-9v-2c6.075 0 11 4.925 11 11Zm-4 0H7a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7Zm-4 0H2v-3a3 3 0 0 1 3 3Zm9.373-4A13.033 13.033 0 0 0 6 8.627V7h12v10h-3.627Z"})}),e=s},89992:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M16 16a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM6 12c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4Zm8.5-10a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Z"})}),e=s},10473:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 2.05v3.02a7 7 0 1 0 5.192 12.536l2.137 2.137A9.966 9.966 0 0 1 12 22C6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95ZM21.95 13a9.947 9.947 0 0 1-2.207 5.328l-2.137-2.136A6.958 6.958 0 0 0 18.929 13h3.022-.001ZM13.002 2.05a10.004 10.004 0 0 1 8.95 8.95H18.93a7.005 7.005 0 0 0-5.928-5.929V2.049v.001Z"})}),e=s},95971:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 2.05V13h10.95c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95Zm2-1.507C18.553 1.02 22.979 5.447 23.457 11H13V.543Z"})}),e=s},68312:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M17 7a8.003 8.003 0 0 0-7.493 5.19l1.874.703A6.002 6.002 0 0 1 23.001 15a6 6 0 0 1-6 6H7A6 6 0 0 1 5.007 9.339a7 7 0 0 1 13.757-2.143A8.027 8.027 0 0 0 17 7Z"})}),e=s},80601:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"m9.8 15.5-6.3-3.7 6.3-3.6V5.3l-8.8 5v3l8.8 5v-2.8Zm4.4-7 6.3 3.6-6.3 3.7v2.9l8.8-5.1v-2.9l-8.8-5v2.8Z"})}),e=s},74464:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 22 22",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M5 5H0v2.5h7.5V0H5v5Zm17 0h-5.1V0h-2.5v7.5h7.5V5ZM7.5 14.4H0v2.5h5v5h2.5v-7.5Zm9.4 2.5h5v-2.5h-7.5v7.5h2.5v-5Z"})}),e=s},70809:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fillRule:"evenodd",d:"M3.98.027a4.485 4.485 0 0 0-1.64.507C.885 1.308 0 2.802 0 4.485 0 6.759 1.577 8.628 3.828 9.02c.267.047.715.06 2.037.06H7.56v5.84H5.95c-.928 0-1.762.019-1.97.044a4.474 4.474 0 0 0-1.445.435C.974 16.165 0 17.747 0 19.515c0 1.229.451 2.328 1.304 3.181a4.387 4.387 0 0 0 6.234.002c.573-.572.945-1.225 1.174-2.058l.105-.38.014-2.01.014-2.01h6.31l.014 2.01.014 2.01.105.38c.39 1.419 1.329 2.5 2.624 3.022.536.217.902.296 1.491.326a4.345 4.345 0 0 0 3.294-1.293c.85-.85 1.303-1.955 1.303-3.18 0-2.327-1.7-4.271-3.98-4.551-.208-.025-1.042-.044-1.97-.044h-1.61V9.08h1.695c1.832 0 2.058-.019 2.712-.224C22.719 8.269 24 6.492 24 4.485c0-1.185-.44-2.297-1.231-3.109C21.429-.001 19.426-.381 17.73.42c-1.244.588-2.069 1.58-2.442 2.94l-.105.38-.014 2.03-.014 2.03h-6.31l-.014-2.03-.014-2.03-.105-.38C8.427 2.323 7.877 1.498 7.06.883 6.712.621 5.998.269 5.6.163 5.094.028 4.427-.028 3.98.027m1.132 1.317c.932.192 1.765.871 2.185 1.782.249.539.263.691.263 2.816v1.906l-1.73-.019c-1.853-.02-1.992-.034-2.509-.242-.422-.171-.689-.355-1.081-.747-.526-.527-.779-.982-.902-1.625-.077-.399-.074-1.102.006-1.487.234-1.136 1.227-2.14 2.357-2.382a4.203 4.203 0 0 1 1.411-.002m15.16 0c1.15.237 2.147 1.234 2.384 2.384.08.385.083 1.088.006 1.487-.123.643-.376 1.098-.902 1.625-.392.392-.659.576-1.081.747-.517.208-.656.222-2.509.242l-1.73.019V5.942c0-2.125.014-2.277.263-2.816.414-.898 1.247-1.584 2.158-1.78a4.203 4.203 0 0 1 1.411-.002M15.16 12v2.96H8.84V9.04h6.32V12m-7.6 6.082c0 2.099-.015 2.254-.263 2.792a3.182 3.182 0 0 1-2.19 1.788c-.36.081-1.019.079-1.392-.005-1.16-.26-2.136-1.241-2.371-2.385-.129-.622-.063-1.504.15-2.032.347-.859 1.148-1.614 2.017-1.898.371-.121.558-.133 2.319-.137l1.73-.005v1.882m12.86-1.766c.943.314 1.728 1.037 2.086 1.924.208.516.279 1.426.156 2.007a3.185 3.185 0 0 1-2.377 2.41c-.373.084-1.032.086-1.392.005a3.182 3.182 0 0 1-2.19-1.788c-.248-.538-.263-.693-.263-2.795v-1.884l1.85.014c1.811.014 1.856.016 2.13.107"})}),e=s},1176:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6F6F9",stroke:"#DCDCE4",rx:2.5}),(0,n.jsx)("path",{fill:"#666687",fillRule:"evenodd",d:"M13.535 8.768c0 .116-.011.229-.032.339l3.013 1.776 2.985-1.76a1.768 1.768 0 1 1 .519.93l-2.982 1.757v2.477a1.768 1.768 0 1 1-1.048-.044v-2.435l-2.997-1.767a1.768 1.768 0 1 1 .542-1.274Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#666687",d:"m13.503 9.107-.05-.01-.006.035.03.018.026-.043Zm3.013 1.776-.025.043.025.014.025-.014-.025-.043Zm2.985-1.76.025.044.031-.018-.007-.035-.05.01Zm.518.93.035-.036-.027-.026-.033.02.026.042Zm-2.98 1.757-.026-.043-.025.014v.029h.05Zm0 2.477h-.05v.035l.032.012.017-.047Zm-1.049-.044.013.048.037-.01v-.038h-.05Zm0-2.435h.05v-.029l-.024-.014-.026.043Zm-2.997-1.767.025-.043-.033-.019-.027.027.035.035Zm.559-.925c.022-.113.033-.23.033-.348h-.1c0 .112-.01.223-.031.33l.098.018Zm2.99 1.723-3.014-1.775-.05.086 3.013 1.775.05-.086Zm2.933-1.758-2.984 1.758.05.086 2.985-1.758-.05-.086Zm-.06-.313c0 .125.013.247.037.366l.098-.02a1.723 1.723 0 0 1-.035-.346h-.1Zm1.818-1.818a1.818 1.818 0 0 0-1.818 1.818h.1c0-.949.769-1.718 1.718-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.817-1.818v.1c.948 0 1.717.769 1.717 1.718h.1Zm-1.817 1.817a1.818 1.818 0 0 0 1.817-1.817h-.1c0 .948-.769 1.717-1.717 1.717v.1Zm-1.248-.495c.326.307.765.495 1.248.495v-.1c-.457 0-.872-.178-1.18-.468l-.068.073Zm-2.921 1.763 2.98-1.757-.05-.086-2.981 1.757.05.086Zm.024 2.434V11.81h-.1v2.477h.1Zm-.067.047a1.718 1.718 0 0 1 1.14 1.618h.1c0-.79-.503-1.46-1.206-1.712l-.034.094Zm1.14 1.618c0 .948-.77 1.717-1.718 1.717v.1a1.817 1.817 0 0 0 1.817-1.817h-.1Zm-1.718 1.717a1.718 1.718 0 0 1-1.718-1.717h-.1c0 1.004.814 1.817 1.818 1.817v-.1Zm-1.718-1.717c0-.797.543-1.467 1.278-1.66l-.026-.098a1.818 1.818 0 0 0-1.352 1.758h.1Zm1.215-4.144v2.435h.1v-2.435h-.1Zm-2.973-1.723 2.998 1.766.05-.086-2.997-1.767-.05.087Zm-1.2.5c.49 0 .934-.193 1.26-.507l-.069-.072c-.309.296-.728.48-1.19.48v.1ZM9.95 8.768c0 1.003.814 1.817 1.818 1.817v-.1a1.718 1.718 0 0 1-1.718-1.717h-.1Zm1.818-1.818A1.818 1.818 0 0 0 9.95 8.768h.1c0-.949.769-1.718 1.717-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.818-1.818v.1c.95 0 1.718.769 1.718 1.718h.1Z"})]}),e=s},98148:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M8 5h3v9H8v3H6v-3H3V5h3V2h2v3Zm10 5h3v9h-3v3h-2v-3h-3v-9h3V7h2v3Z"})}),e=s},69317:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M2.8 5.2 7 8l4.186-5.86a1 1 0 0 1 1.628 0L17 8l4.2-2.8a1 1 0 0 1 1.547.95l-1.643 13.967a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883L1.253 6.149A1 1 0 0 1 2.8 5.2ZM12 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},25789:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",viewBox:"0 0 448 512",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M216.3 2c4.8-2.6 10.5-2.6 15.3 0l190.7 104c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L216.3 2zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14v216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8.3L8.3 414c-5.1-2.8-8.3-8.1-8.3-14V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8.3s7.8 8.1 7.8 13.8V400c0 5.9-3.2 11.2-8.3 14l-176 96c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z"})}),e=s},77359:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M5 3h15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v3a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V4a1 1 0 0 1 1-1Zm13 2v3h2V5h-2ZM2 19h18v2H2v-2Z"})}),e=s},50416:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M13.91 12.36 17 20.854l-2.818 1.026-3.092-8.494-4.172 3.156 1.49-14.909 10.726 10.463-5.224.264Z"})}),e=s},20015:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M3 13h8V3H3v10Zm0 8h8v-6H3v6Zm10 0h8V11h-8v10Zm0-18v6h8V3h-8Z"})}),e=s},20276:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 9.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5Zm-18 5c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3Zm9-2.5c-4.97 0-9-2.015-9-4.5S7.03 3 12 3s9 2.015 9 4.5-4.03 4.5-9 4.5Z"})}),e=s},88675:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("path",{fill:"#FDF4DC",stroke:"#FAE7B9",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#D9822F",fillRule:"evenodd",d:"M11.934 7.495V6h1.45v1.495h5.232V6h1.45v1.495h.314c1.385 0 1.602.249 1.62 1.463V16.5c0 1.062-.096 1.5-1.4 1.5h-9.19c-1.306 0-1.41-.318-1.41-1.607V9.105c.018-1.025.117-1.61 1.5-1.61h.434Zm-.774 8.687c0 .406.123.433.388.433h8.953c.265 0 .34-.007.34-.413v-6.087c-.008-.314-.11-.369-.316-.369h-9.072c-.206 0-.296.045-.293.287v6.15Z",clipRule:"evenodd"})]}),e=s},82068:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M16.8 19 14 22.5 11.2 19H6a1 1 0 0 1-1-1V7.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1h-5.2ZM2 2h17v2H3v11H1V3a1 1 0 0 1 1-1Z"})}),e=s},41645:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M8 3v2H6v4c0 2.21 1.79 4 4 4s4-1.79 4-4V5h-2V3h3a1 1 0 0 1 1 1v5a6.002 6.002 0 0 1-5 5.917V16.5a3.5 3.5 0 0 0 6.775 1.237 3 3 0 1 1 2.049.148A5.5 5.5 0 0 1 9 16.5v-1.583A6 6 0 0 1 4 9V4a1 1 0 0 1 1-1h3Z"})}),e=s},56243:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 4 4",...i,children:(0,n.jsx)("rect",{width:4,height:4,fill:"#A5A5BA",rx:2})}),e=s},15431:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6F6F9",stroke:"#DCDCE4",rx:2.5}),(0,n.jsx)("path",{fill:"#666687",d:"M20.573 8c-1.484 0-2.666.745-3.397 1.37l-.026.023-.416.452.919 1.51.68-.682c.711-.6 1.506-.93 2.24-.93 1.48 0 2.685 1.171 2.685 2.612 0 1.44-1.205 2.613-2.685 2.613-2.25 0-3.78-2.974-3.795-3.004C16.69 11.784 14.75 8 11.428 8 8.985 8 7 9.954 7 12.355c0 2.401 1.986 4.355 4.427 4.355 1.196 0 2.373-.476 3.404-1.376l.022-.02.413-.45-.919-1.51-.683.686c-.712.616-1.465.928-2.237.928-1.48 0-2.685-1.172-2.685-2.613 0-1.44 1.205-2.613 2.685-2.613 2.25 0 3.78 2.974 3.795 3.004.088.18 2.028 3.964 5.35 3.964 2.442 0 4.428-1.954 4.428-4.355C25 9.954 23.014 8 20.573 8Z"})]}),e=s},22348:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#FCECEA",stroke:"#F5C0B8",rx:2.5}),(0,n.jsx)("path",{fill:"#D02B20",d:"M16.767 17.49c.724 0 1.428-.089 1.962-.253v-1.093c-.383.143-1.128.239-1.86.239-2.905 0-4.744-1.764-4.744-4.546v-.014c0-2.734 1.839-4.641 4.484-4.641 2.598 0 4.307 1.62 4.307 4.088v.013c0 1.402-.444 2.304-1.135 2.304-.417 0-.656-.287-.656-.772V9.157h-1.38v.82h-.124c-.273-.608-.868-.97-1.6-.97-1.367 0-2.296 1.135-2.296 2.789v.014c0 1.73.943 2.884 2.365 2.884.793 0 1.353-.362 1.64-1.052h.123l.007.04c.158.636.78 1.033 1.62 1.033 1.655 0 2.687-1.367 2.687-3.534v-.014c0-3.008-2.242-5.072-5.517-5.072-3.418 0-5.776 2.324-5.776 5.694v.014c0 3.431 2.331 5.687 5.893 5.687Zm-.342-4.053c-.718 0-1.149-.602-1.149-1.586v-.014c0-.991.431-1.586 1.156-1.586.724 0 1.182.608 1.182 1.586v.014c0 .977-.458 1.585-1.19 1.585Z"})]}),e=s},65943:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-4-9a4 4 0 1 0 8 0H8Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},8606:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-5-5h2a3 3 0 0 1 6 0h2a5 5 0 1 0-10 0Zm1-6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},7184:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6ECFC",stroke:"#E0C1F4",rx:2.5}),(0,n.jsx)("path",{fill:"#9736E8",fillRule:"evenodd",d:"M10.167 7a1.167 1.167 0 1 0 0 2.333 1.167 1.167 0 0 0 0-2.333Zm0 4.03a1.167 1.167 0 1 0 0 2.334 1.167 1.167 0 0 0 0-2.334ZM9 16.23a1.167 1.167 0 1 1 2.333 0 1.167 1.167 0 0 1-2.333 0Zm4.005-9.02a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4V7.61a.4.4 0 0 0-.4-.4h-9.594Zm-.399 4.432a.4.4 0 0 1 .4-.4H22.6c.22 0 .4.18.4.4v1.11a.4.4 0 0 1-.4.4h-9.594a.4.4 0 0 1-.4-.4v-1.11Zm.4 3.63a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4v-1.11a.4.4 0 0 0-.4-.4h-9.594Z",clipRule:"evenodd"})]}),e=s},7961:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:[(0,n.jsx)("path",{fill:"#32324D",d:"M0 2.8A.8.8 0 0 1 .8 2h22.4a.8.8 0 0 1 .8.8v2.71a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2.8Z"}),(0,n.jsx)("path",{fill:"#32324D",d:"M1.922 7.991C.197 6.675 0 6.252 0 5.289h23.953c.305 1.363-1.594 2.506-2.297 3.125-1.953 1.363-6.253 4.36-7.828 5.45-1.575 1.09-3.031.455-3.562 0-2.063-1.41-6.62-4.557-8.344-5.873ZM22.8 18H1.2c-.663 0-1.2.471-1.2 1.053v1.894C0 21.529.537 22 1.2 22h21.6c.663 0 1.2-.471 1.2-1.053v-1.894c0-.582-.537-1.053-1.2-1.053Z"}),(0,n.jsx)("path",{fill:"#32324D",d:"M0 9.555v10.972h24V9.554c-2.633 1.95-8.367 6.113-9.96 7.166-1.595 1.052-3.352.438-4.032 0L0 9.555Z"})]}),e=s},18070:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M15.5 3.5h5v5H23V1h-7.5v2.5Zm5 17h-5V23H23v-7.5h-2.5v5Zm-17-17h5V1H1v7.5h2.5v-5ZM1 23.3h7.5v-2.5h-5v-5H1v7.5Z"})}),e=s},30285:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M21 2C6 2 4 16 3 22h1.998c.666-3.333 2.333-5.166 5.002-5.5 4-.5 7-4 8-7l-1.5-1 1-1c1-1 2.004-2.5 3.5-5.5Z"})}),e=s},47041:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 32",...i,children:(0,n.jsx)("path",{fill:"#D02B20",fillRule:"evenodd",d:"M23.305 8.118 16.39.74C15.947.27 15.347 0 14.747 0H2.337c-.632 0-1.2.27-1.642.741A2.529 2.529 0 0 0 0 2.493v27.014C0 30.888 1.042 32 2.337 32h19.326C22.958 32 24 30.888 24 29.507V9.87c0-.64-.253-1.28-.695-1.751Zm-1.326.606h-5.116c-.568 0-1.042-.505-1.042-1.111V2.189l6.158 6.535Zm-.316 21.828H2.337c-.537 0-.98-.472-.98-1.045V2.493c0-.27.096-.54.285-.741a.949.949 0 0 1 .695-.304h12.126v6.165c0 1.414 1.074 2.56 2.4 2.56h5.78v19.334c0 .573-.443 1.045-.98 1.045ZM10.477 19.734 6.512 23.7a.73.73 0 0 0 0 1.024.73.73 0 0 0 1.023 0l3.965-3.965 3.965 3.965a.73.73 0 0 0 1.023 0 .73.73 0 0 0 0-1.024l-3.965-3.965 4.2-4.2a.73.73 0 0 0 0-1.023c-.28-.279-.768-.255-1.047.024L11.5 18.71l-4.176-4.176c-.28-.28-.768-.303-1.047-.024a.73.73 0 0 0 0 1.024l4.2 4.2Z",clipRule:"evenodd"})}),e=s},63717:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M18.901 10a3 3 0 0 0 4.075 1.113 3.5 3.5 0 0 1-1.975 3.55V21h-6v-2a3 3 0 0 0-5.996-.176L9 19v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553A2.999 2.999 0 0 0 5.098 10h13.803Zm-1.865-7a3.5 3.5 0 0 0 4.446 2.86 3.5 3.5 0 0 1-3.29 3.135L18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3h10.072Z"})}),e=s},24609:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M15 2a4 4 0 0 1 3.464 6.001L23 8v2h-2v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V10H1V8l4.536.001A4 4 0 0 1 12 3.355 3.983 3.983 0 0 1 15 2Zm-2 8h-2v10h2V10ZM9 4a2 2 0 0 0-.15 3.995L9 8h2V6a2 2 0 0 0-1.697-1.977l-.154-.018L9 4Zm6 0a2 2 0 0 0-1.995 1.85L13 6v2h2a2 2 0 0 0 1.995-1.85L17 6a2 2 0 0 0-2-2Z"})}),e=s},86543:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M13 21h5v2H6v-2h5v-1.05a10.001 10.001 0 0 1-7.684-4.988l1.737-.992A8 8 0 1 0 15.97 3.053l.992-1.737A9.996 9.996 0 0 1 22 10c0 5.185-3.947 9.449-9 9.95V21Zm-1-4a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"})}),e=s},92989:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M9.33 11.5h2.17A4.5 4.5 0 0 1 16 16H8.999L9 17h8v-1a5.579 5.579 0 0 0-.886-3H19a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.761 0-5.1-.59-7-1.625v-9.304A6.967 6.967 0 0 1 9.33 11.5ZM4 9a1 1 0 0 1 .993.883L5 10v9a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2Zm9.646-5.425L14 3.93l.354-.354a2.5 2.5 0 1 1 3.535 3.536L14 11l-3.89-3.89a2.5 2.5 0 1 1 3.536-3.535Z"})}),e=s},49886:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m7.784 14 .42-4H4V8h4.415l.525-5h2.011l-.525 5h3.989l.525-5h2.011l-.525 5H20v2h-3.784l-.42 4H20v2h-4.415l-.525 5h-2.011l.525-5H9.585l-.525 5H7.049l.525-5H4v-2h3.784Zm2.011 0h3.99l.42-4h-3.99l-.42 4Z"})}),e=s},47052:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 12h3a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3a8 8 0 0 0-16 0Z"})}),e=s},50694:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5C9.5 20 2 16 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2Z"})}),e=s},81875:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9Z"})}),e=s},49844:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M19.7 1H9.4v3h3.1l-4 16H4.2v3h10.3v-3h-3.3l4.2-16h4.2V1Z"})}),e=s},872:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAF5FF",stroke:"#B8E1FF",rx:2.5}),(0,n.jsx)("path",{fill:"#0C75AF",fillRule:"evenodd",d:"M8.243 11.907v.157c.835.093 1.287.516 1.287 1.223V14.5c0 .693.236.959.855.959h.216V16.5h-.364c-1.459 0-2.078-.56-2.078-1.857v-.973c0-.722-.314-.992-1.159-1.002v-1.366c.84-.005 1.16-.275 1.16-1.002v-.968c0-1.282.618-1.832 2.077-1.832h.364v1.041h-.216c-.624 0-.855.266-.855.958v1.184c0 .713-.452 1.135-1.287 1.224Zm15.804.181v-.157c-.835-.088-1.287-.51-1.287-1.223V9.495c0-.693-.236-.954-.855-.954h-.216V7.5h.363c1.454 0 2.073.56 2.073 1.852v.973c0 .722.32.997 1.165 1.002v1.366c-.845.005-1.165.28-1.165 1.002v.973c0 1.282-.613 1.832-2.073 1.832h-.363v-1.046h.216c.619 0 .855-.26.855-.954v-1.188c0-.708.452-1.13 1.287-1.224ZM13.15 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})]}),e=s},11631:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M17 14h-4.34a6 6 0 1 1 0-4H23v4h-2v4h-4v-4ZM7 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},2669:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M4.8.2c0-.11.09-.2.2-.2h18.8c.11 0 .2.09.2.2v4.4a.2.2 0 0 1-.2.2H5a.2.2 0 0 1-.2-.2V.2ZM0 9.8c0-.11.09-.2.2-.2H19c.11 0 .2.09.2.2v4.4a.2.2 0 0 1-.2.2H.2a.2.2 0 0 1-.2-.2V9.8ZM5 19.2a.2.2 0 0 0-.2.2v4.4c0 .11.09.2.2.2h18.8a.2.2 0 0 0 .2-.2v-4.4a.2.2 0 0 0-.2-.2H5Z"})}),e=s},20258:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M11 18H7.941c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H13v-5h-2v5Zm5 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8Z"})}),e=s},45147:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 14 0v1Zm-2 0V9A5 5 0 0 0 7 9v1h10Zm-6 4v4h2v-4h-2Z"})}),e=s},23154:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m15.224 15.508-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.357-.182l-5.107-.668a.6.6 0 0 1-.449-.881l2.462-4.524a.6.6 0 0 0 .062-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.063.943a.6.6 0 0 0 .396-.062l4.524-2.462a.6.6 0 0 1 .881.45l.668 5.106a.6.6 0 0 0 .182.357l3.739 3.542a.601.601 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284Zm.797 1.927 1.414-1.414 4.243 4.242-1.415 1.415-4.242-4.243Z"})}),e=s},26253:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M20.4 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM3.6 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.28H18v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.328 13.863 6.49 19.765l-.652-1.307 11.838-5.902.652 1.307ZM18.358 10.078 6.398 4.115l-.646 1.294 11.961 5.963.645-1.294Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.323 18.83 6.252 12.813l-.643 1.29 12.071 6.019.643-1.29ZM18.136 5.228 6.207 11.176l-.653-1.311 11.928-5.948.654 1.311Z"})]}),e=s},79634:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 25",...i,children:[(0,n.jsx)("path",{fill:"#212134",d:"M17.76 11.28H6v1.44h11.76v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M18.129 10.699 9.782 4.523l-.86 1.162 8.347 6.177.86-1.163ZM18.101 13.354 9.755 19.53l-.864-1.167 8.347-6.176.863 1.167Z"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M20.4 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",clipRule:"evenodd"})]}),e=s},32548:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14.132a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.011h13.44v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"m5.872 10.43 8.347-6.176.86 1.163-8.347 6.176-.86-1.162ZM5.9 13.087l8.346 6.177.864-1.168-8.347-6.176-.864 1.167ZM18.72 8.613l5.28 3.12-5.28 3.12v-6.24Z"}),(0,n.jsx)("path",{fill:"#212134",d:"M12.72 2.633 18.82 2 16.43 7.649 12.72 2.633ZM12.72 21.307l6.1.633-2.389-5.649-3.711 5.016Z"})]}),e=s},43475:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#F6ECFC",stroke:"#E0C1F4",rx:2.5}),(0,n.jsx)("path",{fill:"#9736E8",fillRule:"evenodd",d:"M22 8.759a2 2 0 0 0-2-2h-8c-1.105 0-2 .902-2 2.006v6.068a2 2 0 0 0 .985 1.724l3.66-3.74 3.31 3.381 1.471-1.502 1.731 1.769c.51-.363.843-.958.843-1.632V8.76ZM18.5 9c-.84 0-1.5.66-1.5 1.5s.66 1.5 1.5 1.5 1.5-.66 1.5-1.5S19.34 9 18.5 9Z",clipRule:"evenodd"})]}),e=s},99482:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#12100E",fillRule:"evenodd",d:"M2 0h20a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm3.524 7.5a.624.624 0 0 1 .203.527v7.126a.82.82 0 0 1-.218.707l-1.694 2.054v.271h4.803v-.27L6.924 15.86a.85.85 0 0 1-.233-.707V8.99l4.215 9.195h.49l3.62-9.195v7.33c0 .195 0 .232-.128.36l-1.302 1.265v.27h6.322v-.27l-1.257-1.235a.376.376 0 0 1-.143-.36V7.281a.376.376 0 0 1 .143-.362l1.288-1.234v-.27h-4.457l-3.176 7.923-3.613-7.924H4.019v.271L5.524 7.5Z",clipRule:"evenodd"})}),e=s},76994:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 1a5 5 0 0 1 5 5v4a5 5 0 1 1-10 0V6a5 5 0 0 1 5-5ZM3.055 11H5.07a7.002 7.002 0 0 0 13.858 0h2.016A9.003 9.003 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11Z"})}),e=s},88777:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M13 18v2h4v2H7v-2h4v-2H2.992A1 1 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13Z"})}),e=s},95703:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981Z"})}),e=s},8981:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M20 3v14a4 4 0 1 1-2-3.465V6H9v11a4 4 0 1 1-2-3.465V3h13Z"})}),e=s},32031:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#FCECEA",stroke:"#F5C0B8",rx:2.5}),(0,n.jsx)("path",{fill:"#D02B20",d:"M9.815 16h1.475V8.954H9.82L8 10.22v1.328l1.729-1.201h.087V16Zm3.394 0h5.083v-1.187h-3.106v-.112l1.304-1.216c1.284-1.186 1.7-1.85 1.7-2.651v-.015c0-1.215-1.016-2.046-2.466-2.046-1.543 0-2.598.928-2.598 2.28l.005.02h1.362v-.024c0-.67.474-1.128 1.162-1.128.674 0 1.084.42 1.084 1.02v.015c0 .493-.268.85-1.26 1.812l-2.27 2.24V16Zm9.067.156c1.646 0 2.744-.864 2.744-2.143v-.01c0-.957-.683-1.563-1.733-1.66v-.03c.825-.17 1.47-.742 1.47-1.62v-.01c0-1.123-.977-1.885-2.49-1.885-1.48 0-2.471.82-2.574 2.08l-.005.059h1.358l.005-.044c.058-.586.522-.962 1.216-.962.693 0 1.098.361 1.098.947v.01c0 .571-.478.962-1.22.962h-.787v1.05h.806c.855 0 1.357.37 1.357 1.044v.01c0 .596-.493 1.016-1.245 1.016-.761 0-1.264-.39-1.328-.938l-.005-.053h-1.41l.004.063c.098 1.26 1.148 2.114 2.74 2.114Z"})]}),e=s},7733:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 25",...i,children:[(0,n.jsx)("path",{fill:"#212134",d:"M6.24 11.28H18v1.44H6.24v-1.44Z"}),(0,n.jsx)("path",{fill:"#212134",d:"m5.871 10.699 8.347-6.176.86 1.162-8.347 6.177-.86-1.163ZM5.899 13.354l8.346 6.176.864-1.167-8.347-6.176-.863 1.167Z"}),(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"})]}),e=s},10168:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:[(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M3.6 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",clipRule:"evenodd"}),(0,n.jsx)("path",{fill:"#212134",d:"M6.24 10.881H18v1.44H6.24v-1.44Z"})]}),e=s},25449:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M7.128 12.321a3.601 3.601 0 1 1 0-1.44H18.72v-2.4L24 11.6l-5.28 3.12v-2.4H7.128ZM6 11.6a2.4 2.4 0 1 1-4.8 0 2.4 2.4 0 0 1 4.8 0Z",clipRule:"evenodd"})}),e=s},83900:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667 0 .422.167.811.422 1.1.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22 6.478 22 2 17.522 2 12S6.478 2 12 2ZM7.5 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},32645:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 3h16a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm2 9h6a1 1 0 0 1 1 1v3h1v6h-4v-6h1v-2H5a1 1 0 0 1-1-1v-2h2v1Zm11.732 1.732 1.768-1.768 1.768 1.768a2.5 2.5 0 1 1-3.536 0Z"})}),e=s},9882:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 16.42v3.536a1 1 0 0 1-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45c.023.23.044.413.064.552A13.9 13.9 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 0 0 6.844 6.844l1.54-2.154a.462.462 0 0 1 .573-.149 13.9 13.9 0 0 0 4 1.205c.139.02.322.042.55.064a.5.5 0 0 1 .449.498H21Z"})}),e=s},11417:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",fillRule:"evenodd",d:"M2.719 19.316V4.682H21.28v14.634H2.72ZM1 3.288c0-.192.154-.348.344-.348h21.312c.19 0 .344.156.344.348V20.71a.346.346 0 0 1-.344.349H1.344a.346.346 0 0 1-.344-.35V3.29Zm14.812 8.02a1.919 1.919 0 1 0 0-3.837 1.919 1.919 0 0 0 0 3.837ZM5.443 17.263h12.783a.547.547 0 0 0 .456-.87l-1.763-2.394a.547.547 0 0 0-.825-.072l-1.812 1.725-4.206-5.71a.547.547 0 0 0-.9.025L4.972 16.42a.547.547 0 0 0 .472.844Z",clipRule:"evenodd"})}),e=s},39698:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m22.314 10.172-1.415 1.414-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L8.88 8.05l4.242-4.242-.707-.707 1.414-1.415 8.485 8.486Z"})}),e=s},92168:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M18.364 17.364 12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0ZM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},69621:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M14 8.947 22 14v2l-8-2.526v5.36l3 1.666V22l-4.5-1L8 22v-1.5l3-1.667v-5.36L3 16v-2l8-5.053V3.5a1.5 1.5 0 1 1 3 0v5.447Z"})}),e=s},92254:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m10.9 2.1 9.9 1.415 1.413 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1Zm2.828 8.486a2 2 0 1 0 2.828-2.83 2 2 0 0 0-2.828 2.83Z"})}),e=s},65663:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M10.479 6.329c-1.206.642-2.267 1.655-2.992 2.788-.758 1.185-1.161 2.521-.951 3.715l.03.175.173-.04a4.1 4.1 0 0 1 1.713.01c.62.137 1.21.425 1.607.923.538.683.805 1.527.805 2.516 0 1.133-.358 2.022-1.089 2.674-.737.658-1.674.992-2.811.992-2.573 0-4.432-2.067-4.825-5.3C1.523 9.74 5.075 5.72 8.757 3.914l1.722 2.415Zm7.16 6.503.03.175.173-.04a4.076 4.076 0 0 1 1.707.01c.618.137 1.21.425 1.613.924.538.683.804 1.527.804 2.515 0 1.133-.358 2.022-1.088 2.674-.737.658-1.675.992-2.812.992-2.572 0-4.417-2.067-4.811-5.3-.616-5.043 2.923-9.062 6.605-10.868l1.721 2.415c-1.205.642-2.266 1.655-2.991 2.788-.759 1.185-1.162 2.521-.952 3.715Z"})}),e=s},82512:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("path",{fill:"#F0F0FF",stroke:"#D9D8FF",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#4945FF",fillRule:"evenodd",d:"M21.375 16.316c.417-.407.625-.904.625-1.492 0-.589-.206-1.089-.618-1.5l-1.53-1.53a2.042 2.042 0 0 0-1.5-.617 2.06 2.06 0 0 0-1.529.646l-.646-.646c.43-.422.646-.934.646-1.537a2.03 2.03 0 0 0-.61-1.493l-1.515-1.522a2.014 2.014 0 0 0-1.5-.625 2.03 2.03 0 0 0-1.492.61l-1.081 1.074A2.006 2.006 0 0 0 10 9.176c0 .589.206 1.089.618 1.5l1.53 1.53c.41.412.91.617 1.5.617a2.06 2.06 0 0 0 1.529-.646l.646.646a2.069 2.069 0 0 0-.646 1.537c0 .588.203 1.086.61 1.493l1.514 1.522c.407.417.907.625 1.5.625a2.03 2.03 0 0 0 1.493-.61l1.081-1.074Zm-5.956-6.678a.68.68 0 0 0-.205-.5l-1.515-1.522a.68.68 0 0 0-.5-.206.71.71 0 0 0-.5.199l-1.081 1.073a.672.672 0 0 0-.206.493.68.68 0 0 0 .206.5l1.53 1.53a.678.678 0 0 0 .5.198.71.71 0 0 0 .529-.228l-.14-.136a4.46 4.46 0 0 1-.158-.158 1.756 1.756 0 0 1-.11-.14.593.593 0 0 1-.122-.39.68.68 0 0 1 .206-.5.68.68 0 0 1 .5-.206.59.59 0 0 1 .39.121c.064.047.11.084.14.111.03.027.082.08.158.158l.136.14a.713.713 0 0 0 .242-.537Zm5.168 5.187a.68.68 0 0 0-.206-.5l-1.529-1.53a.68.68 0 0 0-.5-.205.7.7 0 0 0-.53.235l.14.136c.079.076.132.129.159.158.027.03.063.076.11.14a.591.591 0 0 1 .121.39.681.681 0 0 1-.206.5.681.681 0 0 1-.5.206.591.591 0 0 1-.39-.121 1.746 1.746 0 0 1-.14-.111 4.395 4.395 0 0 1-.157-.158 20.642 20.642 0 0 0-.136-.14.714.714 0 0 0-.037 1.037l1.515 1.522a.678.678 0 0 0 .5.198.708.708 0 0 0 .5-.19l1.08-1.074a.672.672 0 0 0 .206-.493Z",clipRule:"evenodd"})]}),e=s},5502:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3Zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4v-3Z"})}),e=s},31047:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M21 2v20h-2v-8h-3V7a5 5 0 0 1 5-5ZM9 13.9V22H7v-8.1A5.002 5.002 0 0 1 3 9V3h2v7h2V3h2v7h2V3h2v6a5.002 5.002 0 0 1-4 4.9Z"})}),e=s},93307:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M8.498 20h7.004A6.523 6.523 0 0 1 12 23.502 6.523 6.523 0 0 1 8.498 20ZM18 14.805l2 2.268V19H4v-1.927l2-2.268V9c0-3.483 2.504-6.447 6-7.545C15.496 2.553 18 5.517 18 9v5.805ZM12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},78055:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 8 9",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M8 .23a.1.1 0 0 0-.1-.1H5.55a.39.39 0 0 0-.39.39v2.35c0 .05.05.1.1.1h.58a.1.1 0 0 0 .1-.1V1.62c.72.55.97 1.17 1.06 2.08.09.9-.29 1.8-.9 2.47C5.49 6.85 4.9 7 4 7h-.16a.1.1 0 0 0-.1.1v.8c0 .05.05.1.1.1H4A4 4 0 0 0 6.52.9H7.9A.1.1 0 0 0 8 .8V.23ZM2.84 7.49V5.13a.1.1 0 0 0-.1-.1h-.58a.1.1 0 0 0-.1.1v1.25C1.34 5.83 1.08 5.21 1 4.31c-.09-.91.2-1.8.82-2.48.6-.67 1.27-.86 2.18-.86h.14c.06 0 .12-.04.12-.1V.1a.1.1 0 0 0-.1-.1H4a4 4 0 0 0-2.53 7.1H.1a.1.1 0 0 0-.1.1v.57c0 .06.04.1.1.1h2.35a.39.39 0 0 0 .39-.38Z"})}),e=s},51239:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m12 14.121-2.317 2.317a4 4 0 1 1-2.12-2.121L9.88 12 4.21 6.333a2 2 0 0 1 0-2.829l.708-.707L12 9.88l7.081-7.082.708.707a1.999 1.999 0 0 1 0 2.829L14.12 12l2.317 2.317a4 4 0 1 1-2.12 2.121L12 14.12v.001ZM6 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})}),e=s},75156:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 7v2.5a6.499 6.499 0 0 1-6.5 6.5H13v5h-2v-7l.019-1A6.5 6.5 0 0 1 17.5 7H22ZM6 3a7.004 7.004 0 0 1 6.643 4.786A7.477 7.477 0 0 0 10.016 13H9a7 7 0 0 1-7-7V3h4Z"})}),e=s},80683:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M4 3h16a1 1 0 0 1 1 1v7H3V4a1 1 0 0 1 1-1ZM3 13h18v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7Zm4 3v2h3v-2H7ZM7 6v2h3V6H7Z"})}),e=s},2689:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M11.738 23.966C4.905 21.624 0 18.49 0 11.043V3.772c0-.331.275-.6.615-.6C4.971 3.17 9.159 1.792 11.647.074A.516.516 0 0 1 11.942 0h.115c.103 0 .21.016.295.074 2.535 1.72 6.676 3.096 11.033 3.098.34 0 .615.269.615.6v7.271c0 7.447-4.906 10.582-11.739 12.923a.63.63 0 0 1-.204.034h-.115a.631.631 0 0 1-.204-.034Zm.16-11.175c-2.944 0-5.334 1.153-5.334 4.003H17.23c0-2.85-2.39-4.003-5.333-4.003ZM12 6.188a2.501 2.501 0 0 1 0 5 2.501 2.501 0 0 1 0-5Z",clipRule:"evenodd"})}),e=s},40202:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m14.515 5 2.606-2.607a1 1 0 0 1 1.415 0l4.242 4.243a1 1 0 0 1 0 1.414L19 11.828V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9.172L1.222 8.05a1 1 0 0 1 0-1.414l4.242-4.243a1 1 0 0 1 1.415 0L9.485 5h5.03Z"})}),e=s},75444:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M13 17v3h5v2H6v-2h5v-3H4a1 1 0 0 1-1-1V4H2V2h20v2h-1v12a1 1 0 0 1-1 1h-7ZM10 6v7l5-3.5L10 6Z"})}),e=s},92003:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m20.083 10.5 1.202.721a.501.501 0 0 1 0 .858L12 17.65l-9.285-5.571a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85Zm0 4.7 1.202.721a.501.501 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85ZM12.514 1.309l8.771 5.262a.5.5 0 0 1 0 .858L12 13 2.715 7.429a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0Z"})}),e=s},4511:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m12 18.26-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26Z"})}),e=s},2847:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 20v2H2v-2h1v-6.758A4.496 4.496 0 0 1 1 9.5c0-.827.224-1.624.633-2.303L4.345 2.5a1 1 0 0 1 .866-.5H18.79a1 1 0 0 1 .866.5l2.702 4.682A4.496 4.496 0 0 1 21 13.242V20h1ZM5.789 4 3.356 8.213a2.5 2.5 0 0 0 4.466 2.216c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 0 0 4.644 0c.335-.837 1.52-.837 1.856 0a2.501 2.501 0 1 0 4.457-2.232L18.21 4H5.789Z"})}),e=s},83139:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M16.39 2.17c.68.1 1.17.2 1.46.39.39.2.58.39.78.58.2.3.3.78.39 1.18l.78 3.5h1.95V1H2.84l-.59 6.83H4l.98-3.9a5 5 0 0 1 .39-.98c.2-.2.49-.39.88-.58.39-.1.88-.3 1.56-.3.58 0 1.36-.1 2.34-.1v8.78h-7.8v1.95h7.8v7.41c0 .2.1.3-.1.39-.2.1-.39.2-.88.2l-2.04.39-.1 1.36h9.94l-.1-1.36-2.04-.3c-.49 0-.69-.1-.78-.2-.2-.09-.1-.19-.1-.38V12.7h7.8v-1.95h-7.8V1.97c.98 0 1.85.1 2.44.2Z"})}),e=s},53779:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12ZM11 1h2v3h-2V1Zm0 19h2v3h-2v-3ZM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93v-.001ZM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121Zm2.121-14.85 1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121v-.001ZM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121ZM23 11v2h-3v-2h3ZM4 11v2H1v-2h3Z"})}),e=s},72890:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M15.414 5h5.594c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.996.996 0 0 1 2 20V6c0-.552.455-1 .992-1h5.594L6.05 2.464 7.464 1.05 11.414 5h1.172l3.95-3.95 1.414 1.414L15.414 5Z"})}),e=s},83218:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("rect",{width:31,height:23,x:.5,y:.5,fill:"#EAFBE7",stroke:"#C6F0C2",rx:2.5}),(0,n.jsx)("path",{fill:"#328048",d:"M8.62 16h1.857l.627-2.05h2.982l.627 2.05h1.863l-2.941-8.455h-2.08L8.619 16Zm3.925-6.768h.105l1.032 3.393h-2.174l1.037-3.393ZM21.65 16.1c1.612 0 2.62-1.26 2.62-3.323v-.011c0-2.075-.985-3.323-2.62-3.323-.884 0-1.605.434-1.933 1.137h-.106V7.082h-1.71V16h1.71v-1.002h.106c.334.697 1.02 1.102 1.933 1.102Zm-.585-1.418c-.903 0-1.471-.715-1.471-1.899v-.011c0-1.184.574-1.91 1.47-1.91.903 0 1.465.726 1.465 1.904v.011c0 1.19-.556 1.905-1.465 1.905Z"})]}),e=s},84411:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M22 15h-3V3h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Zm-5.293 1.293-6.4 6.4a.5.5 0 0 1-.654.047L8.8 22.1a1.5 1.5 0 0 1-.553-1.57L9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H16a1 1 0 0 1 1 1v11.586a1 1 0 0 1-.293.707Z"})}),e=s},37193:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M2 9h3v12H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1Zm5.293-1.293 6.4-6.4a.5.5 0 0 1 .654-.047l.853.64a1.5 1.5 0 0 1 .553 1.57L14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H8a1 1 0 0 1-1-1V8.414a1 1 0 0 1 .293-.707Z"})}),e=s},74831:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m17.2 20 1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8ZM11 12V5H7a2 2 0 0 0-2 2v5h6Zm2 0h6V7a2 2 0 0 0-2-2h-4v7Zm-5.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})}),e=s},99221:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#1DA1F2",d:"M24 4.557a9.83 9.83 0 0 1-2.828.775 4.932 4.932 0 0 0 2.165-2.724 9.864 9.864 0 0 1-3.127 1.195 4.916 4.916 0 0 0-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 3.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 19.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 4.557Z"})}),e=s},34119:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"m17.654 1.7-2.782 2.533a9.138 9.138 0 0 1 3.49 1.973c3.512 3.2 3.512 8.388 0 11.588-2.592 2.36-6.598 3.862-12.016 4.506l2.782-2.533a9.138 9.138 0 0 1-3.49-1.973c-3.512-3.2-3.533-8.369 0-11.588C8.23 3.846 12.237 2.344 17.655 1.7h-.001ZM12 8c-2.485 0-4.5 1.79-4.5 4s2.015 4 4.5 4 4.5-1.79 4.5-4-2.015-4-4.5-4Z"})}),e=s},17757:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 32 24",...i,children:[(0,n.jsx)("path",{fill:"#F0F0FF",stroke:"#D9D8FF",d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z"}),(0,n.jsx)("path",{fill:"#4945FF",d:"M14.907 9.438c0 .375 0 .738.118 1.078-1.243 1.46-4.526 5.317-4.832 5.611a.582.582 0 0 0-.193.433c0 .245.15.481.277.614.19.2 1.004.952 1.154.808.444-.433.533-.548.715-.727.274-.268-.029-.816.066-1.039.096-.222.197-.265.361-.3.165-.034.456.084.684.087.24.003.369-.098.548-.265.144-.133.248-.257.25-.45.007-.26-.368-.603-.089-.877.28-.274.684.178.981.144.297-.035.658-.447.695-.623.038-.176-.337-.629-.28-.886.02-.086.197-.288.33-.317.132-.029.72.199.853.17.162-.034.35-.205.502-.3.447.193.854.271 1.376.271C20.4 12.87 22 11.33 22 9.432 22 7.534 20.399 6 18.423 6s-3.516 1.54-3.516 3.438Zm5.247-.669a.923.923 0 1 1-1.847 0 .923.923 0 0 1 1.847 0Z"})]}),e=s},99283:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#32324D",d:"M12 17.3c1.99 0 3.9-.74 5.3-2.07a6.9 6.9 0 0 0 2.2-5.01V1h-3v9.22c0 1.13-.47 2.2-1.32 3A4.63 4.63 0 0 1 12 14.48c-1.2 0-2.34-.45-3.18-1.24a4.14 4.14 0 0 1-1.32-3.01V1h-3v9.22a6.9 6.9 0 0 0 2.2 5.01 7.73 7.73 0 0 0 5.3 2.08Zm9.75 2.14H2.25v2.83h19.5v-2.83Z"})}),e=s},21371:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#8E8EA9",d:"M20 22H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2Zm-8-9A6 6 0 1 1 12 .998 6 6 0 0 1 12 13Z"})}),e=s},70727:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16h-.001Zm14.525-4 3.536 3.536-1.414 1.414L19 13.414l-3.536 3.536-1.414-1.414L17.586 12 14.05 8.464l1.414-1.414L19 10.586l3.536-3.536 1.414 1.414L20.414 12Z"})}),e=s},42213:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16h-.001Zm13.517 4.134-1.416-1.416A8.977 8.977 0 0 0 21 12a8.983 8.983 0 0 0-3.304-6.968l1.42-1.42A10.977 10.977 0 0 1 23 12c0 3.223-1.386 6.122-3.594 8.134Zm-3.543-3.543-1.422-1.422A3.992 3.992 0 0 0 16 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.99 5.99 0 0 1 18 12c0 1.842-.83 3.49-2.137 4.591Z"})}),e=s},8611:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",d:"m7.617 8.712 3.205-2.328c.36-.263.797-.398 1.243-.384a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.987 6.987 0 0 1-5.402-2.547l-.697 3.955 2.061 1.73 2.223 6.108-1.88.684-2.04-5.604-3.39-2.845a2 2 0 0 1-.713-1.904l.509-2.885-.677.492-2.127 2.928-1.618-1.176L7.6 8.7l.017.012ZM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm-2.972 13.181-3.214 3.83-1.532-1.285 2.976-3.546.746-2.18 1.791 1.5-.767 1.681Z"})}),e=s},20448:function(l,r,t){"use strict";t.d(r,{Z:function(){return e}});var n=t(74512);const s=i=>(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...i,children:(0,n.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M16.557 6.762a2.381 2.381 0 1 0 0-4.762 2.381 2.381 0 0 0 0 4.762Zm-2.655-.5a.962.962 0 0 1 .12.066l2.397 1.556a.952.952 0 0 1 .28 1.318l-2.536 3.905c.07.104.138.212.201.322h4.67c.056 0 .112.005.165.016a1.258 1.258 0 0 1 1.044 1.807l-2.492 5.103a1.258 1.258 0 0 1-2.26-1.104L17.077 16h-1.957a5.714 5.714 0 1 1-5.017-5.387l1.818-2.798-1.642-1.067-1.173 1.463a.96.96 0 0 1-1.525-1.165L8.94 5.182a1.905 1.905 0 0 1 2.593-.465l.246.163-.002.002 2.125 1.38ZM9.414 20.095a3.81 3.81 0 1 0 0-7.619 3.81 3.81 0 0 0 0 7.62Z",clipRule:"evenodd"})}),e=s}}]);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[5297],{73307:function(M,A,d){"use strict";d.d(A,{ZP:function(){return jn}});var l=function(e,t){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(n[a]=r[a])},l(e,t)};function S(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");l(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var x=function(){return x=Object.assign||function(t){for(var n,r=1,a=arguments.length;r<a;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},x.apply(this,arguments)};function y(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]]);return n}function T(e,t,n,r){var a=arguments.length,o=a<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,n,r);else for(var c=e.length-1;c>=0;c--)(i=e[c])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o}function C(e,t){return function(n,r){t(n,r,e)}}function g(e,t,n,r,a,o){function i(X){if(X!==void 0&&typeof X!="function")throw new TypeError("Function expected");return X}for(var c=r.kind,p=c==="getter"?"get":c==="setter"?"set":"value",h=!t&&e?r.static?e:e.prototype:null,m=t||(h?Object.getOwnPropertyDescriptor(h,r.name):{}),E,j=!1,I=n.length-1;I>=0;I--){var O={};for(var D in r)O[D]=D==="access"?{}:r[D];for(var D in r.access)O.access[D]=r.access[D];O.addInitializer=function(X){if(j)throw new TypeError("Cannot add initializers after decoration has completed");o.push(i(X||null))};var k=(0,n[I])(c==="accessor"?{get:m.get,set:m.set}:m[p],O);if(c==="accessor"){if(k===void 0)continue;if(k===null||typeof k!="object")throw new TypeError("Object expected");(E=i(k.get))&&(m.get=E),(E=i(k.set))&&(m.set=E),(E=i(k.init))&&a.push(E)}else(E=i(k))&&(c==="field"?a.push(E):m[p]=E)}h&&Object.defineProperty(h,r.name,m),j=!0}function W(e,t,n){for(var r=arguments.length>2,a=0;a<t.length;a++)n=r?t[a].call(e,n):t[a].call(e);return r?n:void 0}function V(e){return typeof e=="symbol"?e:"".concat(e)}function G(e,t,n){return typeof t=="symbol"&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function _(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}function R(e,t,n,r){function a(o){return o instanceof n?o:new n(function(i){i(o)})}return new(n||(n=Promise))(function(o,i){function c(m){try{h(r.next(m))}catch(E){i(E)}}function p(m){try{h(r.throw(m))}catch(E){i(E)}}function h(m){m.done?o(m.value):a(m.value).then(c,p)}h((r=r.apply(e,t||[])).next())})}function L(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,a,o,i;return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(h){return function(m){return p([h,m])}}function p(h){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,h[0]&&(n=0)),n;)try{if(r=1,a&&(o=h[0]&2?a.return:h[0]?a.throw||((o=a.return)&&o.call(a),0):a.next)&&!(o=o.call(a,h[1])).done)return o;switch(a=0,o&&(h=[h[0]&2,o.value]),h[0]){case 0:case 1:o=h;break;case 4:return n.label++,{value:h[1],done:!1};case 5:n.label++,a=h[1],h=[0];continue;case 7:h=n.ops.pop(),n.trys.pop();continue;default:if(o=n.trys,!(o=o.length>0&&o[o.length-1])&&(h[0]===6||h[0]===2)){n=0;continue}if(h[0]===3&&(!o||h[1]>o[0]&&h[1]<o[3])){n.label=h[1];break}if(h[0]===6&&n.label<o[1]){n.label=o[1],o=h;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(h);break}o[2]&&n.ops.pop(),n.trys.pop();continue}h=t.call(e,n)}catch(m){h=[6,m],a=0}finally{r=o=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}var N=Object.create?function(e,t,n,r){r===void 0&&(r=n);var a=Object.getOwnPropertyDescriptor(t,n);(!a||("get"in a?!t.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,a)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]};function J(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&N(t,e,n)}function P(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function U(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),a,o=[],i;try{for(;(t===void 0||t-- >0)&&!(a=r.next()).done;)o.push(a.value)}catch(c){i={error:c}}finally{try{a&&!a.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return o}function K(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(U(arguments[t]));return e}function ue(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),a=0,t=0;t<n;t++)for(var o=arguments[t],i=0,c=o.length;i<c;i++,a++)r[a]=o[i];return r}function se(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,o;r<a;r++)(o||!(r in t))&&(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}function fe(e){return this instanceof fe?(this.v=e,this):new fe(e)}function ge(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),a,o=[];return a={},i("next"),i("throw"),i("return"),a[Symbol.asyncIterator]=function(){return this},a;function i(j){r[j]&&(a[j]=function(I){return new Promise(function(O,D){o.push([j,I,O,D])>1||c(j,I)})})}function c(j,I){try{p(r[j](I))}catch(O){E(o[0][3],O)}}function p(j){j.value instanceof fe?Promise.resolve(j.value.v).then(h,m):E(o[0][2],j)}function h(j){c("next",j)}function m(j){c("throw",j)}function E(j,I){j(I),o.shift(),o.length&&c(o[0][0],o[0][1])}}function Se(e){var t,n;return t={},r("next"),r("throw",function(a){throw a}),r("return"),t[Symbol.iterator]=function(){return this},t;function r(a,o){t[a]=e[a]?function(i){return(n=!n)?{value:fe(e[a](i)),done:!1}:o?o(i):i}:o}}function Ne(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof P=="function"?P(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(o){n[o]=e[o]&&function(i){return new Promise(function(c,p){i=e[o](i),a(c,p,i.done,i.value)})}}function a(o,i,c,p){Promise.resolve(p).then(function(h){o({value:h,done:c})},i)}}function Be(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var Ze=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function Ye(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)n!=="default"&&Object.prototype.hasOwnProperty.call(e,n)&&N(t,e,n);return Ze(t,e),t}function _e(e){return e&&e.__esModule?e:{default:e}}function He(e,t,n,r){if(n==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?r:n==="a"?r.call(e):r?r.value:t.get(e)}function Je(e,t,n,r,a){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!a:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?a.call(e,n):a?a.value=n:t.set(e,n),n}function ze(e,t){if(t===null||typeof t!="object"&&typeof t!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof e=="function"?t===e:e.has(t)}var Le="3.4.1";function de(e,t){return new Promise(function(n){return setTimeout(n,e,t)})}function Ae(e,t){t===void 0&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise(function(r){return n.call(window,function(){return r()},{timeout:t})}):de(Math.min(e,t))}function ve(e){return!!e&&typeof e.then=="function"}function Fe(e,t){try{var n=e();ve(n)?n.then(function(r){return t(!0,r)},function(r){return t(!1,r)}):t(!0,n)}catch(r){t(!1,r)}}function je(e,t,n){return n===void 0&&(n=16),R(this,void 0,void 0,function(){var r,a,o;return L(this,function(i){switch(i.label){case 0:r=Date.now(),a=0,i.label=1;case 1:return a<e.length?(t(e[a],a),o=Date.now(),o>=r+n?(r=o,[4,de(0)]):[3,3]):[3,4];case 2:i.sent(),i.label=3;case 3:return++a,[3,1];case 4:return[2]}})})}function ye(e){e.then(void 0,function(){})}function oe(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function ne(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function me(e,t){return t%=64,t===32?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])}function $(e,t){return t%=64,t===0?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]}function H(e,t){return[e[0]^t[0],e[1]^t[1]]}function Ce(e){return e=H(e,[0,e[0]>>>1]),e=ne(e,[4283543511,3981806797]),e=H(e,[0,e[0]>>>1]),e=ne(e,[3301882366,444984403]),e=H(e,[0,e[0]>>>1]),e}function Re(e,t){e=e||"",t=t||0;var n=e.length%16,r=e.length-n,a=[0,t],o=[0,t],i=[0,0],c=[0,0],p=[2277735313,289559509],h=[1291169091,658871167],m;for(m=0;m<r;m=m+16)i=[e.charCodeAt(m+4)&255|(e.charCodeAt(m+5)&255)<<8|(e.charCodeAt(m+6)&255)<<16|(e.charCodeAt(m+7)&255)<<24,e.charCodeAt(m)&255|(e.charCodeAt(m+1)&255)<<8|(e.charCodeAt(m+2)&255)<<16|(e.charCodeAt(m+3)&255)<<24],c=[e.charCodeAt(m+12)&255|(e.charCodeAt(m+13)&255)<<8|(e.charCodeAt(m+14)&255)<<16|(e.charCodeAt(m+15)&255)<<24,e.charCodeAt(m+8)&255|(e.charCodeAt(m+9)&255)<<8|(e.charCodeAt(m+10)&255)<<16|(e.charCodeAt(m+11)&255)<<24],i=ne(i,p),i=me(i,31),i=ne(i,h),a=H(a,i),a=me(a,27),a=oe(a,o),a=oe(ne(a,[0,5]),[0,1390208809]),c=ne(c,h),c=me(c,33),c=ne(c,p),o=H(o,c),o=me(o,31),o=oe(o,a),o=oe(ne(o,[0,5]),[0,944331445]);switch(i=[0,0],c=[0,0],n){case 15:c=H(c,$([0,e.charCodeAt(m+14)],48));case 14:c=H(c,$([0,e.charCodeAt(m+13)],40));case 13:c=H(c,$([0,e.charCodeAt(m+12)],32));case 12:c=H(c,$([0,e.charCodeAt(m+11)],24));case 11:c=H(c,$([0,e.charCodeAt(m+10)],16));case 10:c=H(c,$([0,e.charCodeAt(m+9)],8));case 9:c=H(c,[0,e.charCodeAt(m+8)]),c=ne(c,h),c=me(c,33),c=ne(c,p),o=H(o,c);case 8:i=H(i,$([0,e.charCodeAt(m+7)],56));case 7:i=H(i,$([0,e.charCodeAt(m+6)],48));case 6:i=H(i,$([0,e.charCodeAt(m+5)],40));case 5:i=H(i,$([0,e.charCodeAt(m+4)],32));case 4:i=H(i,$([0,e.charCodeAt(m+3)],24));case 3:i=H(i,$([0,e.charCodeAt(m+2)],16));case 2:i=H(i,$([0,e.charCodeAt(m+1)],8));case 1:i=H(i,[0,e.charCodeAt(m)]),i=ne(i,p),i=me(i,31),i=ne(i,h),a=H(a,i)}return a=H(a,[0,e.length]),o=H(o,[0,e.length]),a=oe(a,o),o=oe(o,a),a=Ce(a),o=Ce(o),a=oe(a,o),o=oe(o,a),("00000000"+(a[0]>>>0).toString(16)).slice(-8)+("00000000"+(a[1]>>>0).toString(16)).slice(-8)+("00000000"+(o[0]>>>0).toString(16)).slice(-8)+("00000000"+(o[1]>>>0).toString(16)).slice(-8)}function Ie(e){var t;return x({name:e.name,message:e.message,stack:(t=e.stack)===null||t===void 0?void 0:t.split(`
|
|
2
|
+
`)},e)}function Oe(e,t){for(var n=0,r=e.length;n<r;++n)if(e[n]===t)return!0;return!1}function u(e,t){return!Oe(e,t)}function w(e){return parseInt(e)}function f(e){return parseFloat(e)}function s(e,t){return typeof e=="number"&&isNaN(e)?t:e}function v(e){return e.reduce(function(t,n){return t+(n?1:0)},0)}function b(e,t){if(t===void 0&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function F(e){for(var t,n,r="Unexpected syntax '".concat(e,"'"),a=/^\s*([a-z-]*)(.*)$/i.exec(e),o=a[1]||void 0,i={},c=/([.:#][\w-]+|\[.+?\])/gi,p=function(j,I){i[j]=i[j]||[],i[j].push(I)};;){var h=c.exec(a[2]);if(!h)break;var m=h[0];switch(m[0]){case".":p("class",m.slice(1));break;case"#":p("id",m.slice(1));break;case"[":{var E=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(m);if(E)p(E[1],(n=(t=E[4])!==null&&t!==void 0?t:E[5])!==null&&n!==void 0?n:"");else throw new Error(r);break}default:throw new Error(r)}}return[o,i]}function Z(e){return e&&typeof e=="object"&&"message"in e?e:{message:e}}function Y(e){return typeof e!="function"}function re(e,t){var n=new Promise(function(r){var a=Date.now();Fe(e.bind(null,t),function(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];var c=Date.now()-a;if(!o[0])return r(function(){return{error:Z(o[1]),duration:c}});var p=o[1];if(Y(p))return r(function(){return{value:p,duration:c}});r(function(){return new Promise(function(h){var m=Date.now();Fe(p,function(){for(var E=[],j=0;j<arguments.length;j++)E[j]=arguments[j];var I=c+Date.now()-m;if(!E[0])return h({error:Z(E[1]),duration:I});h({value:E[1],duration:I})})})})})});return ye(n),function(){return n.then(function(a){return a()})}}function z(e,t,n){var r=Object.keys(e).filter(function(o){return u(n,o)}),a=Array(r.length);return je(r,function(o,i){a[i]=re(e[o],t)}),function(){return R(this,void 0,void 0,function(){var i,c,p,h,m,E,j;return L(this,function(I){switch(I.label){case 0:for(i={},c=0,p=r;c<p.length;c++)h=p[c],i[h]=void 0;m=Array(r.length),E=function(){var O;return L(this,function(D){switch(D.label){case 0:return O=!0,[4,je(r,function(k,X){if(!m[X])if(a[X]){var ce=a[X]().then(function(Ee){return i[k]=Ee});ye(ce),m[X]=ce}else O=!1})];case 1:return D.sent(),O?[2,"break"]:[4,de(1)];case 2:return D.sent(),[2]}})},I.label=1;case 1:return[5,E()];case 2:if(j=I.sent(),j==="break")return[3,4];I.label=3;case 3:return[3,1];case 4:return[4,Promise.all(m)];case 5:return I.sent(),[2,i]}})})}}function le(e,t){var n=function(r){return Y(r)?t(r):function(){var a=r();return ve(a)?a.then(t):t(a)}};return function(r){var a=e(r);return ve(a)?a.then(n):n(a)}}function ie(){var e=window,t=navigator;return v(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function Te(){var e=window,t=navigator;return v(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!ie()}function be(){var e=window,t=navigator;return v(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,t.vendor.indexOf("Google")===0,"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function q(){var e=window,t=navigator;return v(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,t.vendor.indexOf("Apple")===0,"getStorageUpdates"in t,"WebKitMediaKeys"in e])>=4}function ae(){var e=window;return v(["safari"in e,!("DeviceMotionEvent"in e),!("ongestureend"in e),!("standalone"in navigator)])>=3}function ee(){var e,t,n=window;return v(["buildID"in navigator,"MozAppearance"in((t=(e=document.documentElement)===null||e===void 0?void 0:e.style)!==null&&t!==void 0?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function he(){var e=window;return v([!("MediaSettingsRange"in e),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3}function pe(){var e=window;return v(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}function it(){if(navigator.platform==="iPad")return!0;var e=screen,t=e.width/e.height;return v(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}function ct(){var e=document;return e.fullscreenElement||e.msFullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||null}function ut(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function Ue(){var e=be(),t=ee();if(!e&&!t)return!1;var n=window;return v(["onorientationchange"in n,"orientation"in n,e&&!("SharedWorker"in n),t&&/android/i.test(navigator.appVersion)])>=2}function st(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(lt())return-1;var n=4500,r=5e3,a=new t(1,r,44100),o=a.createOscillator();o.type="triangle",o.frequency.value=1e4;var i=a.createDynamicsCompressor();i.threshold.value=-50,i.knee.value=40,i.ratio.value=12,i.attack.value=0,i.release.value=.25,o.connect(i),i.connect(a.destination),o.start(0);var c=ft(a),p=c[0],h=c[1],m=p.then(function(E){return dt(E.getChannelData(0).subarray(n))},function(E){if(E.name==="timeout"||E.name==="suspended")return-3;throw E});return ye(m),function(){return h(),m}}function lt(){return q()&&!ae()&&!pe()}function ft(e){var t=3,n=500,r=500,a=5e3,o=function(){},i=new Promise(function(c,p){var h=!1,m=0,E=0;e.oncomplete=function(O){return c(O.renderedBuffer)};var j=function(){setTimeout(function(){return p(Qe("timeout"))},Math.min(r,E+a-Date.now()))},I=function(){try{var O=e.startRendering();switch(ve(O)&&ye(O),e.state){case"running":E=Date.now(),h&&j();break;case"suspended":document.hidden||m++,h&&m>=t?p(Qe("suspended")):setTimeout(I,n);break}}catch(D){p(D)}};I(),o=function(){h||(h=!0,E>0&&j())}});return[i,o]}function dt(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}function Qe(e){var t=new Error(e);return t.name=e,t}function Ke(e,t,n){var r,a,o;return n===void 0&&(n=50),R(this,void 0,void 0,function(){var i,c;return L(this,function(p){switch(p.label){case 0:i=document,p.label=1;case 1:return i.body?[3,3]:[4,de(n)];case 2:return p.sent(),[3,1];case 3:c=i.createElement("iframe"),p.label=4;case 4:return p.trys.push([4,,10,11]),[4,new Promise(function(h,m){var E=!1,j=function(){E=!0,h()},I=function(k){E=!0,m(k)};c.onload=j,c.onerror=I;var O=c.style;O.setProperty("display","block","important"),O.position="absolute",O.top="0",O.left="0",O.visibility="hidden",t&&"srcdoc"in c?c.srcdoc=t:c.src="about:blank",i.body.appendChild(c);var D=function(){var k,X;E||(((X=(k=c.contentWindow)===null||k===void 0?void 0:k.document)===null||X===void 0?void 0:X.readyState)==="complete"?j():setTimeout(D,10))};D()})];case 5:p.sent(),p.label=6;case 6:return!((a=(r=c.contentWindow)===null||r===void 0?void 0:r.document)===null||a===void 0)&&a.body?[3,8]:[4,de(n)];case 7:return p.sent(),[3,6];case 8:return[4,e(c,c.contentWindow)];case 9:return[2,p.sent()];case 10:return(o=c.parentNode)===null||o===void 0||o.removeChild(c),[7];case 11:return[2]}})})}function mt(e){for(var t=F(e),n=t[0],r=t[1],a=document.createElement(n??"div"),o=0,i=Object.keys(r);o<i.length;o++){var c=i[o],p=r[c].join(" ");c==="style"?vt(a.style,p):a.setAttribute(c,p)}return a}function vt(e,t){for(var n=0,r=t.split(";");n<r.length;n++){var a=r[n],o=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(a);if(o){var i=o[1],c=o[2],p=o[4];e.setProperty(i,c,p||"")}}}var ht="mmMwWLliI0O&1",pt="48px",we=["monospace","sans-serif","serif"],$e=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function gt(){return Ke(function(e,t){var n=t.document,r=n.body;r.style.fontSize=pt;var a=n.createElement("div"),o={},i={},c=function(D){var k=n.createElement("span"),X=k.style;return X.position="absolute",X.top="0",X.left="0",X.fontFamily=D,k.textContent=ht,a.appendChild(k),k},p=function(D,k){return c("'".concat(D,"',").concat(k))},h=function(){return we.map(c)},m=function(){for(var D={},k=function(Pe){D[Pe]=we.map(function(Ge){return p(Pe,Ge)})},X=0,ce=$e;X<ce.length;X++){var Ee=ce[X];k(Ee)}return D},E=function(D){return we.some(function(k,X){return D[X].offsetWidth!==o[k]||D[X].offsetHeight!==i[k]})},j=h(),I=m();r.appendChild(a);for(var O=0;O<we.length;O++)o[we[O]]=j[O].offsetWidth,i[we[O]]=j[O].offsetHeight;return $e.filter(function(D){return E(I[D])})})}function yt(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var r=e[n];if(r){for(var a=[],o=0;o<r.length;++o){var i=r[o];a.push({type:i.type,suffixes:i.suffixes})}t.push({name:r.name,description:r.description,mimeTypes:a})}}return t}}function bt(){var e=!1,t,n,r=wt(),a=r[0],o=r[1];if(!xt(a,o))t=n="";else{e=St(o),Lt(a,o);var i=We(a),c=We(a);i!==c?t=n="unstable":(n=i,Ct(a,o),t=We(a))}return{winding:e,geometry:t,text:n}}function wt(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}function xt(e,t){return!!(t&&e.toDataURL)}function St(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}function Lt(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly ".concat(String.fromCharCode(55357,56835));t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}function Ct(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,r=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<r.length;n++){var a=r[n],o=a[0],i=a[1],c=a[2];t.fillStyle=o,t.beginPath(),t.arc(i,c,40,0,Math.PI*2,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,Math.PI*2,!0),t.arc(60,60,20,0,Math.PI*2,!0),t.fill("evenodd")}function We(e){return e.toDataURL()}function Et(){var e=navigator,t=0,n;e.maxTouchPoints!==void 0?t=w(e.maxTouchPoints):e.msMaxTouchPoints!==void 0&&(t=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch{n=!1}var r="ontouchstart"in window;return{maxTouchPoints:t,touchEvent:n,touchStart:r}}function Ft(){return navigator.oscpu}function jt(){var e=navigator,t=[],n=e.language||e.userLanguage||e.browserLanguage||e.systemLanguage;if(n!==void 0&&t.push([n]),Array.isArray(e.languages))be()&&he()||t.push(e.languages);else if(typeof e.languages=="string"){var r=e.languages;r&&t.push(r.split(","))}return t}function Rt(){return window.screen.colorDepth}function Tt(){return s(f(navigator.deviceMemory),void 0)}function Mt(){var e=screen,t=function(r){return s(w(r),null)},n=[t(e.width),t(e.height)];return n.sort().reverse(),n}var Pt=2500,Zt=10,Me,De;function At(){if(De===void 0){var e=function(){var t=Ve();ke(t)?De=setTimeout(e,Pt):(Me=t,De=void 0)};e()}}function It(){var e=this;return At(),function(){return R(e,void 0,void 0,function(){var t;return L(this,function(n){switch(n.label){case 0:return t=Ve(),ke(t)?Me?[2,se([],Me,!0)]:ct()?[4,ut()]:[3,2]:[3,2];case 1:n.sent(),t=Ve(),n.label=2;case 2:return ke(t)||(Me=t),[2,t]}})})}}function Ot(){var e=this,t=It();return function(){return R(e,void 0,void 0,function(){var n,r;return L(this,function(a){switch(a.label){case 0:return[4,t()];case 1:return n=a.sent(),r=function(o){return o===null?null:b(o,Zt)},[2,[r(n[0]),r(n[1]),r(n[2]),r(n[3])]]}})})}}function Ve(){var e=screen;return[s(f(e.availTop),null),s(f(e.width)-f(e.availWidth)-s(f(e.availLeft),0),null),s(f(e.height)-f(e.availHeight)-s(f(e.availTop),0),null),s(f(e.availLeft),null)]}function ke(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function Wt(){return s(w(navigator.hardwareConcurrency),void 0)}function Dt(){var e,t=(e=window.Intl)===null||e===void 0?void 0:e.DateTimeFormat;if(t){var n=new t().resolvedOptions().timeZone;if(n)return n}var r=-Vt();return"UTC".concat(r>=0?"+":"").concat(Math.abs(r))}function Vt(){var e=new Date().getFullYear();return Math.max(f(new Date(e,0,1).getTimezoneOffset()),f(new Date(e,6,1).getTimezoneOffset()))}function kt(){try{return!!window.sessionStorage}catch{return!0}}function Xt(){try{return!!window.localStorage}catch{return!0}}function Gt(){if(!(ie()||Te()))try{return!!window.indexedDB}catch{return!0}}function Nt(){return!!window.openDatabase}function Bt(){return navigator.cpuClass}function Yt(){var e=navigator.platform;return e==="MacIntel"&&q()&&!ae()?it()?"iPad":"iPhone":e}function _t(){return navigator.vendor||""}function Ht(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var r=n[t],a=window[r];a&&typeof a=="object"&&e.push(r)}return e.sort()}function Jt(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=e.cookie.indexOf("cookietest=")!==-1;return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch{return!1}}function zt(){var e=atob;return{abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",e("YVt0aXRsZT0iN25hZ2EgcG9rZXIiIGld"),'[title="ALIENBOLA" i]'],abpvn:["#quangcaomb",e("Lmlvc0Fkc2lvc0Fkcy1sYXlvdXQ="),".quangcao",e("W2hyZWZePSJodHRwczovL3I4OC52bi8iXQ=="),e("W2hyZWZePSJodHRwczovL3piZXQudm4vIl0=")],adBlockFinland:[".mainostila",e("LnNwb25zb3JpdA=="),".ylamainos",e("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",e("I2FkMl9pbmxpbmU=")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",e("LmhlYWRlci1ibG9ja2VkLWFk"),e("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:['amp-embed[type="zen"]',".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil"],adGuardBase:[".BetterJsPopOverlay",e("I2FkXzMwMFgyNTA="),e("I2Jhbm5lcmZsb2F0MjI="),e("I2FkLWJhbm5lcg=="),e("I2NhbXBhaWduLWJhbm5lcg==")],adGuardChinese:[e("LlppX2FkX2FfSA=="),e("YVtocmVmKj0iL29kMDA1LmNvbSJd"),e("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),".qq_nr_lad","#widget-quan"],adGuardFrench:[e("I2Jsb2NrLXZpZXdzLWFkcy1zaWRlYmFyLWJsb2NrLWJsb2Nr"),"#pavePub",e("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv"],adGuardGerman:[e("LmJhbm5lcml0ZW13ZXJidW5nX2hlYWRfMQ=="),e("LmJveHN0YXJ0d2VyYnVuZw=="),e("LndlcmJ1bmcz"),e("YVtocmVmXj0iaHR0cDovL3d3dy5laXMuZGUvaW5kZXgucGh0bWw/cmVmaWQ9Il0="),e("YVtocmVmXj0iaHR0cHM6Ly93d3cudGlwaWNvLmNvbS8/YWZmaWxpYXRlSWQ9Il0=")],adGuardJapanese:["#kauli_yad_1",e("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),e("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),e("LmFkZ29vZ2xl"),e("LmFkX3JlZ3VsYXIz")],adGuardMobile:[e("YW1wLWF1dG8tYWRz"),e("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",e("I2FkX2ludmlld19hcmVh")],adGuardRussian:[e("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),e("LnJlY2xhbWE="),'div[id^="smi2adblock"]',e("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),e("I2FkX3NxdWFyZQ==")],adGuardSocial:[e("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),e("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",e("W2hyZWZePSJodHRwOi8vYWRzLmdsaXNwYS5jb20vIl0=")],adGuardTrackingProtection:["#qoo-counter",e("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),e("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),e("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",e("I3Jla2xhbWk="),e("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),e("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),e("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[e("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers",e("I25ld0Fk")],easyList:[e("I0FEX0NPTlRST0xfMjg="),e("LnNlY29uZC1wb3N0LWFkcy13cmFwcGVy"),".universalboxADVBOX03",e("LmFkdmVydGlzZW1lbnQtNzI4eDkw"),e("LnNxdWFyZV9hZHM=")],easyListChina:[e("YVtocmVmKj0iLndlbnNpeHVldGFuZy5jb20vIl0="),e("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),e("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box"],easyListCookie:["#AdaCompliance.app-notice",".text-center.rgpd",".panel--cookie",".js-cookies-andromeda",".elxtr-consent"],easyListCzechSlovak:["#onlajny-stickers",e("I3Jla2xhbW5pLWJveA=="),e("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",e("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[e("I2FkdmVydGVudGll"),e("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",e("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:[e("I0FkX1dpbjJkYXk="),e("I3dlcmJ1bmdzYm94MzAw"),e("YVtocmVmXj0iaHR0cDovL3d3dy5yb3RsaWNodGthcnRlaS5jb20vP3NjPSJd"),e("I3dlcmJ1bmdfd2lkZXNreXNjcmFwZXJfc2NyZWVu"),e("YVtocmVmXj0iaHR0cDovL2xhbmRpbmcucGFya3BsYXR6a2FydGVpLmNvbS8/YWc9Il0=")],easyListItaly:[e("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",e("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[e("LnJla2xhbW9zX3RhcnBhcw=="),e("LnJla2xhbW9zX251b3JvZG9z"),e("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),e("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),e("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[e("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#feedback-tab","#taboola-below-article",".feedburnerFeedBlock",".widget-feedburner-counter",'[title="Subscribe to our blog"]'],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:[".td-tags-and-social-wrapper-box",".twitterContainer",".youtube-social",'a[title^="Like us on Facebook"]','img[alt^="Share on Digg"]'],frellwitSwedish:[e("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),e("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",e("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[e("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),e("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),e("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",e("LmFkX19tYWlu"),e("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container",".cookie-msg-info-container","#cookies-policy-sticky"],icelandicAbp:[e("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[e("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),e("I2xpdmVyZUFkV3JhcHBlcg=="),e("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),e("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[e("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",e("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),e("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),e("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[e("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),e("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),e("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",e("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),e("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),e("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),e("ZGl2I3NrYXBpZWNfYWQ=")],ro:[e("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),'a[href^="/magazin/"]',e("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),e("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd")],ruAd:[e("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),e("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),e("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",e("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),e("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",e("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]}}function Ut(e){var t=e===void 0?{}:e,n=t.debug;return R(this,void 0,void 0,function(){var r,a,o,i,c,p;return L(this,function(h){switch(h.label){case 0:return Qt()?(r=zt(),a=Object.keys(r),o=(p=[]).concat.apply(p,a.map(function(m){return r[m]})),[4,Kt(o)]):[2,void 0];case 1:return i=h.sent(),n&&$t(r,i),c=a.filter(function(m){var E=r[m],j=v(E.map(function(I){return i[I]}));return j>E.length*.6}),c.sort(),[2,c]}})})}function Qt(){return q()||Ue()}function Kt(e){var t;return R(this,void 0,void 0,function(){var n,r,a,o,p,i,c,p;return L(this,function(h){switch(h.label){case 0:for(n=document,r=n.createElement("div"),a=new Array(e.length),o={},qe(r),p=0;p<e.length;++p)i=mt(e[p]),c=n.createElement("div"),qe(c),c.appendChild(i),r.appendChild(c),a[p]=i;h.label=1;case 1:return n.body?[3,3]:[4,de(50)];case 2:return h.sent(),[3,1];case 3:n.body.appendChild(r);try{for(p=0;p<e.length;++p)a[p].offsetParent||(o[e[p]]=!0)}finally{(t=r.parentNode)===null||t===void 0||t.removeChild(r)}return[2,o]}})})}function qe(e){e.style.setProperty("display","block","important")}function $t(e,t){for(var n="DOM blockers debug:\n```",r=0,a=Object.keys(e);r<a.length;r++){var o=a[r];n+=`
|
|
3
|
+
`.concat(o,":");for(var i=0,c=e[o];i<c.length;i++){var p=c[i];n+=`
|
|
4
|
+
`.concat(t[p]?"\u{1F6AB}":"\u27A1\uFE0F"," ").concat(p)}}console.log("".concat(n,"\n```"))}function qt(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: ".concat(n,")")).matches)return n}}function en(){if(et("inverted"))return!0;if(et("none"))return!1}function et(e){return matchMedia("(inverted-colors: ".concat(e,")")).matches}function tn(){if(tt("active"))return!0;if(tt("none"))return!1}function tt(e){return matchMedia("(forced-colors: ".concat(e,")")).matches}var nn=100;function rn(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=nn;++e)if(matchMedia("(max-monochrome: ".concat(e,")")).matches)return e;throw new Error("Too high value")}}function an(){if(xe("no-preference"))return 0;if(xe("high")||xe("more"))return 1;if(xe("low")||xe("less"))return-1;if(xe("forced"))return 10}function xe(e){return matchMedia("(prefers-contrast: ".concat(e,")")).matches}function on(){if(nt("reduce"))return!0;if(nt("no-preference"))return!1}function nt(e){return matchMedia("(prefers-reduced-motion: ".concat(e,")")).matches}function cn(){if(rt("high"))return!0;if(rt("standard"))return!1}function rt(e){return matchMedia("(dynamic-range: ".concat(e,")")).matches}var B=Math,te=function(){return 0};function un(){var e=B.acos||te,t=B.acosh||te,n=B.asin||te,r=B.asinh||te,a=B.atanh||te,o=B.atan||te,i=B.sin||te,c=B.sinh||te,p=B.cos||te,h=B.cosh||te,m=B.tan||te,E=B.tanh||te,j=B.exp||te,I=B.expm1||te,O=B.log1p||te,D=function(Q){return B.pow(B.PI,Q)},k=function(Q){return B.log(Q+B.sqrt(Q*Q-1))},X=function(Q){return B.log(Q+B.sqrt(Q*Q+1))},ce=function(Q){return B.log((1+Q)/(1-Q))/2},Ee=function(Q){return B.exp(Q)-1/B.exp(Q)/2},Pe=function(Q){return(B.exp(Q)+1/B.exp(Q))/2},Ge=function(Q){return B.exp(Q)-1},Rn=function(Q){return(B.exp(2*Q)-1)/(B.exp(2*Q)+1)},Tn=function(Q){return B.log(1+Q)};return{acos:e(.12312423423423424),acosh:t(1e308),acoshPf:k(1e154),asin:n(.12312423423423424),asinh:r(1),asinhPf:X(1),atanh:a(.5),atanhPf:ce(.5),atan:o(.5),sin:i(-1e300),sinh:c(1),sinhPf:Ee(1),cos:p(10.000000000123),cosh:h(1),coshPf:Pe(1),tan:m(-1e300),tanh:E(1),tanhPf:Rn(1),exp:j(1),expm1:I(1),expm1Pf:Ge(1),log1p:O(10),log1pPf:Tn(10),powPI:D(-100)}}var sn="mmMwWLliI0fiflO&1",Xe={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};function ln(){return fn(function(e,t){for(var n={},r={},a=0,o=Object.keys(Xe);a<o.length;a++){var i=o[a],c=Xe[i],p=c[0],h=p===void 0?{}:p,m=c[1],E=m===void 0?sn:m,j=e.createElement("span");j.textContent=E,j.style.whiteSpace="nowrap";for(var I=0,O=Object.keys(h);I<O.length;I++){var D=O[I],k=h[D];k!==void 0&&(j.style[D]=k)}n[i]=j,t.appendChild(e.createElement("br")),t.appendChild(j)}for(var X=0,ce=Object.keys(Xe);X<ce.length;X++){var i=ce[X];r[i]=n[i].getBoundingClientRect().width}return r})}function fn(e,t){return t===void 0&&(t=4e3),Ke(function(n,r){var a=r.document,o=a.body,i=o.style;i.width="".concat(t,"px"),i.webkitTextSizeAdjust=i.textSizeAdjust="none",be()?o.style.zoom="".concat(1/r.devicePixelRatio):q()&&(o.style.zoom="reset");var c=a.createElement("div");return c.textContent=se([],Array(t/20<<0),!0).map(function(){return"word"}).join(" "),o.appendChild(c),e(a,o)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}function dn(){var e,t=document.createElement("canvas"),n=(e=t.getContext("webgl"))!==null&&e!==void 0?e:t.getContext("experimental-webgl");if(n&&"getExtension"in n){var r=n.getExtension("WEBGL_debug_renderer_info");if(r)return{vendor:(n.getParameter(r.UNMASKED_VENDOR_WEBGL)||"").toString(),renderer:(n.getParameter(r.UNMASKED_RENDERER_WEBGL)||"").toString()}}}function mn(){return navigator.pdfViewerEnabled}function vn(){var e=new Float32Array(1),t=new Uint8Array(e.buffer);return e[0]=1/0,e[0]=e[0]-e[0],t[3]}var hn={fonts:gt,domBlockers:Ut,fontPreferences:ln,audio:st,screenFrame:Ot,osCpu:Ft,languages:jt,colorDepth:Rt,deviceMemory:Tt,screenResolution:Mt,hardwareConcurrency:Wt,timezone:Dt,sessionStorage:kt,localStorage:Xt,indexedDB:Gt,openDatabase:Nt,cpuClass:Bt,platform:Yt,plugins:yt,canvas:bt,touchSupport:Et,vendor:_t,vendorFlavors:Ht,cookiesEnabled:Jt,colorGamut:qt,invertedColors:en,forcedColors:tn,monochrome:rn,contrast:an,reducedMotion:on,hdr:cn,math:un,videoCard:dn,pdfViewerEnabled:mn,architecture:vn};function pn(e){return z(hn,e,[])}var gn="$ if upgrade to Pro: https://fpjs.dev/pro";function yn(e){var t=bn(e),n=wn(t);return{score:t,comment:gn.replace(/\$/g,"".concat(n))}}function bn(e){if(Ue())return .4;if(q())return ae()?.5:.3;var t=e.platform.value||"";return/^Win/.test(t)?.6:/^Mac/.test(t)?.5:.7}function wn(e){return b(.99+.01*e,1e-4)}function xn(e){for(var t="",n=0,r=Object.keys(e).sort();n<r.length;n++){var a=r[n],o=e[a],i=o.error?"error":JSON.stringify(o.value);t+="".concat(t?"|":"").concat(a.replace(/([:|\\])/g,"\\$1"),":").concat(i)}return t}function at(e){return JSON.stringify(e,function(t,n){return n instanceof Error?Ie(n):n},2)}function ot(e){return Re(xn(e))}function Sn(e){var t,n=yn(e);return{get visitorId(){return t===void 0&&(t=ot(this.components)),t},set visitorId(r){t=r},confidence:n,components:e,version:Le}}function Ln(e){return e===void 0&&(e=50),Ae(e,e*2)}function Cn(e,t){var n=Date.now();return{get:function(r){return R(this,void 0,void 0,function(){var a,o,i;return L(this,function(c){switch(c.label){case 0:return a=Date.now(),[4,e()];case 1:return o=c.sent(),i=Sn(o),(t||r?.debug)&&console.log("Copy the text below to get the debug data:\n\n```\nversion: ".concat(i.version,`
|
|
5
|
+
userAgent: `).concat(navigator.userAgent,`
|
|
6
|
+
timeBetweenLoadAndGet: `).concat(a-n,`
|
|
7
|
+
visitorId: `).concat(i.visitorId,`
|
|
8
|
+
components: `).concat(at(o),"\n```")),[2,i]}})})}}}function En(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v".concat(Le,"/npm-monitoring"),!0),e.send()}catch(t){console.error(t)}}function Fn(e){var t=e===void 0?{}:e,n=t.delayFallback,r=t.debug,a=t.monitoring,o=a===void 0?!0:a;return R(this,void 0,void 0,function(){var i;return L(this,function(c){switch(c.label){case 0:return o&&En(),[4,Ln(n)];case 1:return c.sent(),i=pn({debug:r}),[2,Cn(i,r)]}})})}var jn={load:Fn,hashComponents:ot,componentsToDebugString:at},Mn=null},49189:function(M,A,d){var l,S;/*!
|
|
9
|
+
* JavaScript Cookie v2.2.1
|
|
10
|
+
* https://github.com/js-cookie/js-cookie
|
|
11
|
+
*
|
|
12
|
+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
|
13
|
+
* Released under the MIT license
|
|
14
|
+
*/(function(x){var y;if(l=x,S=typeof l=="function"?l.call(A,d,A,M):l,S!==void 0&&(M.exports=S),y=!0,M.exports=x(),y=!0,!y){var T=window.Cookies,C=window.Cookies=x();C.noConflict=function(){return window.Cookies=T,C}}})(function(){function x(){for(var C=0,g={};C<arguments.length;C++){var W=arguments[C];for(var V in W)g[V]=W[V]}return g}function y(C){return C.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}function T(C){function g(){}function W(G,_,R){if(!(typeof document>"u")){R=x({path:"/"},g.defaults,R),typeof R.expires=="number"&&(R.expires=new Date(new Date*1+R.expires*864e5)),R.expires=R.expires?R.expires.toUTCString():"";try{var L=JSON.stringify(_);/^[\{\[]/.test(L)&&(_=L)}catch{}_=C.write?C.write(_,G):encodeURIComponent(String(_)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),G=encodeURIComponent(String(G)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var N="";for(var J in R)R[J]&&(N+="; "+J,R[J]!==!0&&(N+="="+R[J].split(";")[0]));return document.cookie=G+"="+_+N}}function V(G,_){if(!(typeof document>"u")){for(var R={},L=document.cookie?document.cookie.split("; "):[],N=0;N<L.length;N++){var J=L[N].split("="),P=J.slice(1).join("=");!_&&P.charAt(0)==='"'&&(P=P.slice(1,-1));try{var U=y(J[0]);if(P=(C.read||C)(P,U)||y(P),_)try{P=JSON.parse(P)}catch{}if(R[U]=P,G===U)break}catch{}}return G?R[G]:R}}return g.set=W,g.get=function(G){return V(G,!1)},g.getJSON=function(G){return V(G,!0)},g.remove=function(G,_){W(G,"",x(_,{expires:-1}))},g.defaults={},g.withConverter=T,g}return T(function(){})})},56671:function(M,A,d){var l=d(35897),S=d(74741),x=S(l);M.exports=x},52920:function(M,A,d){var l=d(56671),S=d(81580);function x(y,T){var C=-1,g=S(y)?Array(y.length):[];return l(y,function(W,V,G){g[++C]=T(W,V,G)}),g}M.exports=x},50690:function(M,A,d){var l=d(26460),S=d(80166),x=d(88904),y=d(52920),T=d(36024),C=d(76535),g=d(1397),W=d(15362),V=d(77236);function G(_,R,L){R.length?R=l(R,function(P){return V(P)?function(U){return S(U,P.length===1?P[0]:P)}:P}):R=[W];var N=-1;R=l(R,C(x));var J=y(_,function(P,U,K){var ue=l(R,function(se){return se(P)});return{criteria:ue,index:++N,value:P}});return T(J,function(P,U){return g(P,U,L)})}M.exports=G},37410:function(M,A,d){var l=d(96621),S=d(33646);function x(y,T){return l(y,T,function(C,g){return S(y,g)})}M.exports=x},36024:function(M){function A(d,l){var S=d.length;for(d.sort(l);S--;)d[S]=d[S].value;return d}M.exports=A},40709:function(M,A,d){var l=d(22945);function S(x,y){if(x!==y){var T=x!==void 0,C=x===null,g=x===x,W=l(x),V=y!==void 0,G=y===null,_=y===y,R=l(y);if(!G&&!R&&!W&&x>y||W&&V&&_&&!G&&!R||C&&V&&_||!T&&_||!g)return 1;if(!C&&!W&&!R&&x<y||R&&T&&g&&!C&&!W||G&&T&&g||!V&&g||!_)return-1}return 0}M.exports=S},1397:function(M,A,d){var l=d(40709);function S(x,y,T){for(var C=-1,g=x.criteria,W=y.criteria,V=g.length,G=T.length;++C<V;){var _=l(g[C],W[C]);if(_){if(C>=G)return _;var R=T[C];return _*(R=="desc"?-1:1)}}return x.index-y.index}M.exports=S},74741:function(M,A,d){var l=d(81580);function S(x,y){return function(T,C){if(T==null)return T;if(!l(T))return x(T,C);for(var g=T.length,W=y?g:-1,V=Object(T);(y?W--:++W<g)&&C(V[W],W,V)!==!1;);return T}}M.exports=S},72245:function(M,A,d){var l=d(63920),S=d(85973);function x(y,T,C,g,W,V){return S(y)&&S(T)&&(V.set(T,y),l(y,T,void 0,x,V),V.delete(T)),y}M.exports=x},58732:function(M,A,d){var l=d(85198),S=d(94569),x=d(72245),y=d(54754),T=S(function(C){return C.push(void 0,x),l(y,void 0,C)});M.exports=T},54754:function(M,A,d){var l=d(63920),S=d(32544),x=S(function(y,T,C,g){l(y,T,C,g)});M.exports=x},88423:function(M,A,d){var l=d(37410),S=d(83368),x=S(function(y,T){return y==null?{}:l(y,T)});M.exports=x},98978:function(M,A,d){var l=d(40314),S=d(50690),x=d(94569),y=d(63108),T=x(function(C,g){if(C==null)return[];var W=g.length;return W>1&&y(C,g[0],g[1])?g=[]:W>2&&y(g[0],g[1],g[2])&&(g=[g[0]]),S(C,l(g,1),[])});M.exports=T},56236:function(M,A,d){var l=d(69386);function S(x,y){return x==null?!0:l(x,y)}M.exports=S},78023:function(M,A,d){"use strict";d.d(A,{Z:function(){return Oe}});var l=d(31191),S=d(32735),x=d(72067),y=d(42447),T=d(26356),C=d(75461),g=d(68833),W=d(20552);function V(u,w){return Object.keys(u).reduce(function(f,s){return f[s]=(0,l.pi)({timeZone:w},u[s]),f},{})}function G(u,w){var f=Object.keys((0,l.pi)((0,l.pi)({},u),w));return f.reduce(function(s,v){return s[v]=(0,l.pi)((0,l.pi)({},u[v]||{}),w[v]||{}),s},{})}function _(u,w){if(!w)return u;var f=C.C.formats;return(0,l.pi)((0,l.pi)((0,l.pi)({},f),u),{date:G(V(f.date,w),V(u.date||{},w)),time:G(V(f.time,w),V(u.time||{},w))})}var R=function(u,w,f,s,v){var b=u.locale,F=u.formats,Z=u.messages,Y=u.defaultLocale,re=u.defaultFormats,z=u.fallbackOnEmptyString,le=u.onError,ie=u.timeZone,Te=u.defaultRichTextElements;f===void 0&&(f={id:""});var be=f.id,q=f.defaultMessage;(0,T.kG)(!!be,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var ae=String(be),ee=Z&&Object.prototype.hasOwnProperty.call(Z,ae)&&Z[ae];if(Array.isArray(ee)&&ee.length===1&&ee[0].type===W.wD.literal)return ee[0].value;if(!s&&ee&&typeof ee=="string"&&!Te)return ee.replace(/'\{(.*?)\}'/gi,"{$1}");if(s=(0,l.pi)((0,l.pi)({},Te),s||{}),F=_(F,ie),re=_(re,ie),!ee){if(z===!1&&ee==="")return ee;if((!q||b&&b.toLowerCase()!==Y.toLowerCase())&&le(new g.$6(f,b)),q)try{var he=w.getMessageFormat(q,Y,re,v);return he.format(s)}catch(pe){return le(new g.X9('Error formatting default message for: "'.concat(ae,'", rendering default message verbatim'),b,f,pe)),typeof q=="string"?q:ae}return ae}try{var he=w.getMessageFormat(ee,b,F,(0,l.pi)({formatters:w},v||{}));return he.format(s)}catch(pe){le(new g.X9('Error formatting message: "'.concat(ae,'", using ').concat(q?"default message":"id"," as fallback."),b,f,pe))}if(q)try{var he=w.getMessageFormat(q,Y,re,v);return he.format(s)}catch(pe){le(new g.X9('Error formatting the default message for: "'.concat(ae,'", rendering message verbatim'),b,f,pe))}return typeof ee=="string"?ee:typeof q=="string"?q:ae},L=d(32409),N=["style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem"];function J(u,w,f){var s=u.locale,v=u.formats,b=u.onError;f===void 0&&(f={});var F=f.format,Z=F&&(0,L.TB)(v,"number",F,b)||{},Y=(0,L.L6)(f,N,Z);return w(s,Y)}function P(u,w,f,s){s===void 0&&(s={});try{return J(u,w,s).format(f)}catch(v){u.onError(new g.Qe("Error formatting number.",u.locale,v))}return String(f)}function U(u,w,f,s){s===void 0&&(s={});try{return J(u,w,s).formatToParts(f)}catch(v){u.onError(new g.Qe("Error formatting number.",u.locale,v))}return[]}var K=d(14979),ue=["numeric","style"];function se(u,w,f){var s=u.locale,v=u.formats,b=u.onError;f===void 0&&(f={});var F=f.format,Z=!!F&&(0,L.TB)(v,"relative",F,b)||{},Y=(0,L.L6)(f,ue,Z);return w(s,Y)}function fe(u,w,f,s,v){v===void 0&&(v={}),s||(s="second");var b=Intl.RelativeTimeFormat;b||u.onError(new K.u_(`Intl.RelativeTimeFormat is not available in this environment.
|
|
15
|
+
Try polyfilling it using "@formatjs/intl-relativetimeformat"
|
|
16
|
+
`,K.jK.MISSING_INTL_API));try{return se(u,w,v).format(f,s)}catch(F){u.onError(new g.Qe("Error formatting relative time.",u.locale,F))}return String(f)}var ge=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function Se(u,w,f,s){var v=u.locale,b=u.formats,F=u.onError,Z=u.timeZone;s===void 0&&(s={});var Y=s.format,re=(0,l.pi)((0,l.pi)({},Z&&{timeZone:Z}),Y&&(0,L.TB)(b,w,Y,F)),z=(0,L.L6)(s,ge,re);return w==="time"&&!z.hour&&!z.minute&&!z.second&&!z.timeStyle&&!z.dateStyle&&(z=(0,l.pi)((0,l.pi)({},z),{hour:"numeric",minute:"numeric"})),f(v,z)}function Ne(u,w){for(var f=[],s=2;s<arguments.length;s++)f[s-2]=arguments[s];var v=f[0],b=f[1],F=b===void 0?{}:b,Z=typeof v=="string"?new Date(v||0):v;try{return Se(u,"date",w,F).format(Z)}catch(Y){u.onError(new g.Qe("Error formatting date.",u.locale,Y))}return String(Z)}function Be(u,w){for(var f=[],s=2;s<arguments.length;s++)f[s-2]=arguments[s];var v=f[0],b=f[1],F=b===void 0?{}:b,Z=typeof v=="string"?new Date(v||0):v;try{return Se(u,"time",w,F).format(Z)}catch(Y){u.onError(new g.Qe("Error formatting time.",u.locale,Y))}return String(Z)}function Ze(u,w){for(var f=[],s=2;s<arguments.length;s++)f[s-2]=arguments[s];var v=f[0],b=f[1],F=f[2],Z=F===void 0?{}:F,Y=u.timeZone,re=u.locale,z=u.onError,le=(0,L.L6)(Z,ge,Y?{timeZone:Y}:{});try{return w(re,le).formatRange(v,b)}catch(ie){z(new g.Qe("Error formatting date time range.",u.locale,ie))}return String(v)}function Ye(u,w){for(var f=[],s=2;s<arguments.length;s++)f[s-2]=arguments[s];var v=f[0],b=f[1],F=b===void 0?{}:b,Z=typeof v=="string"?new Date(v||0):v;try{return Se(u,"date",w,F).formatToParts(Z)}catch(Y){u.onError(new g.Qe("Error formatting date.",u.locale,Y))}return[]}function _e(u,w){for(var f=[],s=2;s<arguments.length;s++)f[s-2]=arguments[s];var v=f[0],b=f[1],F=b===void 0?{}:b,Z=typeof v=="string"?new Date(v||0):v;try{return Se(u,"time",w,F).formatToParts(Z)}catch(Y){u.onError(new g.Qe("Error formatting time.",u.locale,Y))}return[]}var He=["type"];function Je(u,w,f,s){var v=u.locale,b=u.onError;s===void 0&&(s={}),Intl.PluralRules||b(new K.u_(`Intl.PluralRules is not available in this environment.
|
|
17
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
18
|
+
`,K.jK.MISSING_INTL_API));var F=(0,L.L6)(s,He);try{return w(v,F).select(f)}catch(Z){b(new g.Qe("Error formatting plural.",v,Z))}return"other"}var ze=["type","style"],Le=Date.now();function de(u){return"".concat(Le,"_").concat(u,"_").concat(Le)}function Ae(u,w,f,s){s===void 0&&(s={});var v=ve(u,w,f,s).reduce(function(b,F){var Z=F.value;return typeof Z!="string"?b.push(Z):typeof b[b.length-1]=="string"?b[b.length-1]+=Z:b.push(Z),b},[]);return v.length===1?v[0]:v.length===0?"":v}function ve(u,w,f,s){var v=u.locale,b=u.onError;s===void 0&&(s={});var F=Intl.ListFormat;F||b(new K.u_(`Intl.ListFormat is not available in this environment.
|
|
19
|
+
Try polyfilling it using "@formatjs/intl-listformat"
|
|
20
|
+
`,K.jK.MISSING_INTL_API));var Z=(0,L.L6)(s,ze);try{var Y={},re=f.map(function(z,le){if(typeof z=="object"){var ie=de(le);return Y[ie]=z,ie}return String(z)});return w(v,Z).formatToParts(re).map(function(z){return z.type==="literal"?z:(0,l.pi)((0,l.pi)({},z),{value:Y[z.value]||z.value})})}catch(z){b(new g.Qe("Error formatting list.",v,z))}return f}var Fe=["style","type","fallback","languageDisplay"];function je(u,w,f,s){var v=u.locale,b=u.onError,F=Intl.DisplayNames;F||b(new K.u_(`Intl.DisplayNames is not available in this environment.
|
|
21
|
+
Try polyfilling it using "@formatjs/intl-displaynames"
|
|
22
|
+
`,K.jK.MISSING_INTL_API));var Z=(0,L.L6)(s,Fe);try{return w(v,Z).of(f)}catch(Y){b(new g.Qe("Error formatting display name.",v,Y))}}function ye(u){var w=u?u[Object.keys(u)[0]]:void 0;return typeof w=="string"}function oe(u){u.onWarn&&u.defaultRichTextElements&&ye(u.messages||{})&&u.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
|
|
23
|
+
Please consider using "@formatjs/cli" to pre-compile your messages for performance.
|
|
24
|
+
For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function ne(u,w){var f=(0,L.ax)(w),s=(0,l.pi)((0,l.pi)({},L.Z0),u),v=s.locale,b=s.defaultLocale,F=s.onError;return v?!Intl.NumberFormat.supportedLocalesOf(v).length&&F?F(new g.gb('Missing locale data for locale: "'.concat(v,'" in Intl.NumberFormat. Using default locale: "').concat(b,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(v).length&&F&&F(new g.gb('Missing locale data for locale: "'.concat(v,'" in Intl.DateTimeFormat. Using default locale: "').concat(b,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(F&&F(new g.OV('"locale" was not configured, using "'.concat(b,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),s.locale=s.defaultLocale||"en"),oe(s),(0,l.pi)((0,l.pi)({},s),{formatters:f,formatNumber:P.bind(null,s,f.getNumberFormat),formatNumberToParts:U.bind(null,s,f.getNumberFormat),formatRelativeTime:fe.bind(null,s,f.getRelativeTimeFormat),formatDate:Ne.bind(null,s,f.getDateTimeFormat),formatDateToParts:Ye.bind(null,s,f.getDateTimeFormat),formatTime:Be.bind(null,s,f.getDateTimeFormat),formatDateTimeRange:Ze.bind(null,s,f.getDateTimeFormat),formatTimeToParts:_e.bind(null,s,f.getDateTimeFormat),formatPlural:Je.bind(null,s,f.getPluralRules),formatMessage:R.bind(null,s,f),$t:R.bind(null,s,f),formatList:Ae.bind(null,s,f.getListFormat),formatListToParts:ve.bind(null,s,f.getListFormat),formatDisplayName:je.bind(null,s,f.getDisplayNames)})}var me=d(33961);function $(u){return{locale:u.locale,timeZone:u.timeZone,fallbackOnEmptyString:u.fallbackOnEmptyString,formats:u.formats,textComponent:u.textComponent,messages:u.messages,defaultLocale:u.defaultLocale,defaultFormats:u.defaultFormats,onError:u.onError,onWarn:u.onWarn,wrapRichTextChunksInFragment:u.wrapRichTextChunksInFragment,defaultRichTextElements:u.defaultRichTextElements}}function H(u){return u&&Object.keys(u).reduce(function(w,f){var s=u[f];return w[f]=(0,me.Gt)(s)?(0,y.dt)(s):s,w},{})}var Ce=function(u,w,f,s){for(var v=[],b=4;b<arguments.length;b++)v[b-4]=arguments[b];var F=H(s),Z=R.apply(void 0,(0,l.ev)([u,w,f,F],v,!1));return Array.isArray(Z)?S.Children.toArray(Z):Z},Re=function(u,w){var f=u.defaultRichTextElements,s=(0,l._T)(u,["defaultRichTextElements"]),v=H(f),b=ne((0,l.pi)((0,l.pi)((0,l.pi)({},y.Z0),s),{defaultRichTextElements:v}),w),F={locale:b.locale,timeZone:b.timeZone,fallbackOnEmptyString:b.fallbackOnEmptyString,formats:b.formats,defaultLocale:b.defaultLocale,defaultFormats:b.defaultFormats,messages:b.messages,onError:b.onError,defaultRichTextElements:v};return(0,l.pi)((0,l.pi)({},b),{formatMessage:Ce.bind(null,F,b.formatters),$t:Ce.bind(null,F,b.formatters)})},Ie=function(u){(0,l.ZT)(w,u);function w(){var f=u!==null&&u.apply(this,arguments)||this;return f.cache=(0,L.Sn)(),f.state={cache:f.cache,intl:Re($(f.props),f.cache),prevConfig:$(f.props)},f}return w.getDerivedStateFromProps=function(f,s){var v=s.prevConfig,b=s.cache,F=$(f);return(0,y.wU)(v,F)?null:{intl:Re(F,b),prevConfig:F}},w.prototype.render=function(){return(0,y.lq)(this.state.intl),S.createElement(x.zt,{value:this.state.intl},this.props.children)},w.displayName="IntlProvider",w.defaultProps=y.Z0,w}(S.PureComponent),Oe=Ie},17e3:function(M,A,d){"use strict";d.d(A,{D:function(){return x}});var l=d(74512),S=d(72850);const x=({children:y})=>(0,l.jsx)(S.x,{paddingLeft:10,paddingRight:10,children:y})},82055:function(M,A,d){"use strict";d.d(A,{T:function(){return G}});var l=d(74512),S=d(32735),x=d(8471);const y=L=>{const N=(0,S.useRef)(null),[J,P]=(0,S.useState)(!0),U=([K])=>{P(K.isIntersecting)};return(0,S.useEffect)(()=>{const K=N.current,ue=new IntersectionObserver(U,L);return K&&ue.observe(N.current),()=>{K&&ue.disconnect()}},[N,L]),[N,J]};var T=d(63060);const C=(L,N)=>{const J=(0,T.W)(N);(0,S.useLayoutEffect)(()=>{const P=new ResizeObserver(J);return Array.isArray(L)?L.forEach(U=>{U.current&&P.observe(U.current)}):L.current&&P.observe(L.current),()=>{P.disconnect()}},[L,J])};var g=d(72850),W=d(87933),V=d(49372);const G=L=>{const N=(0,S.useRef)(null),[J,P]=(0,S.useState)(null),[U,K]=y({root:null,rootMargin:"0px",threshold:0});return C(U,()=>{U.current&&P(U.current.getBoundingClientRect())}),(0,S.useEffect)(()=>{N.current&&P(N.current.getBoundingClientRect())},[N]),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("div",{style:{height:J?.height},ref:U,children:K&&(0,l.jsx)(R,{ref:N,...L})}),!K&&(0,l.jsx)(R,{...L,sticky:!0,width:J?.width})]})};G.displayName="HeaderLayout";const _=(0,x.ZP)(g.x)`
|
|
25
|
+
width: ${({width:L})=>L?`${L/16}rem`:void 0};
|
|
26
|
+
z-index: ${({theme:L})=>L.zIndices[1]};
|
|
27
|
+
`,R=S.forwardRef(({navigationAction:L,primaryAction:N,secondaryAction:J,subtitle:P,title:U,sticky:K,width:ue,...se},fe)=>{const ge=typeof P=="string";return K?(0,l.jsx)(_,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:ue,"data-strapi-header-sticky":!0,children:(0,l.jsxs)(W.k,{justifyContent:"space-between",children:[(0,l.jsxs)(W.k,{children:[L&&(0,l.jsx)(g.x,{paddingRight:3,children:L}),(0,l.jsxs)(g.x,{children:[(0,l.jsx)(V.Z,{variant:"beta",as:"h1",...se,children:U}),ge?(0,l.jsx)(V.Z,{variant:"pi",textColor:"neutral600",children:P}):P]}),J?(0,l.jsx)(g.x,{paddingLeft:4,children:J}):null]}),(0,l.jsx)(W.k,{children:N?(0,l.jsx)(g.x,{paddingLeft:2,children:N}):void 0})]})}):(0,l.jsxs)(g.x,{ref:fe,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:L?6:8,background:"neutral100","data-strapi-header":!0,children:[L?(0,l.jsx)(g.x,{paddingBottom:2,children:L}):null,(0,l.jsxs)(W.k,{justifyContent:"space-between",children:[(0,l.jsxs)(W.k,{minWidth:0,children:[(0,l.jsx)(V.Z,{as:"h1",variant:"alpha",...se,children:U}),J?(0,l.jsx)(g.x,{paddingLeft:4,children:J}):null]}),N]}),ge?(0,l.jsx)(V.Z,{variant:"epsilon",textColor:"neutral600",as:"p",children:P}):P]})})},27649:function(M,A,d){"use strict";d.d(A,{o:function(){return T}});var l=d(74512),S=d(8471),x=d(72850);const y=(0,S.ZP)(x.x)`
|
|
28
|
+
// To prevent global outline on focus visible to force an outline when Main is focused
|
|
29
|
+
&:focus-visible {
|
|
30
|
+
outline: none;
|
|
31
|
+
}
|
|
32
|
+
`,T=({labelledBy:C="main-content-title",...g})=>(0,l.jsx)(y,{"aria-labelledby":C,as:"main",id:"main-content",tabIndex:-1,...g})},10728:function(M,A,d){"use strict";d.d(A,{z:function(){return T}});var l=d(74512),S=d(8471),x=d(72850);const y=(0,S.ZP)(x.x)`
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
|
|
35
|
+
&:focus {
|
|
36
|
+
left: ${({theme:C})=>C.spaces[3]};
|
|
37
|
+
top: ${({theme:C})=>C.spaces[3]};
|
|
38
|
+
}
|
|
39
|
+
`,T=({children:C})=>(0,l.jsx)(y,{as:"a",href:"#main-content",background:"primary600",color:"neutral0",left:"-100%",padding:3,position:"absolute",top:"-100%",hasRadius:!0,zIndex:9999,children:C})},65810:function(M,A,d){"use strict";d.d(A,{$:function(){return y}});const l={color:{alternative100:"#181826",alternative200:"#4a4a6a",alternative500:"#ac73e6",alternative600:"#ac73e6",alternative700:"#e0c1f4",buttonNeutral0:"#ffffff",buttonPrimary500:"#7b79ff",buttonPrimary600:"#4945ff",danger100:"#181826",danger200:"#4a4a6a",danger500:"#ee5e52",danger600:"#ee5e52",danger700:"#ee5e52",neutral0:"#212134",neutral100:"#181826",neutral1000:"#ffffff",neutral150:"#32324d",neutral200:"#4a4a6a",neutral300:"#666687",neutral400:"#a5a5ba",neutral500:"#c0c0cf",neutral600:"#a5a5ba",neutral700:"#eaeaef",neutral800:"#ffffff",neutral900:"#ffffff",primary100:"#181826",primary200:"#4a4a6a",primary500:"#4945ff",primary600:"#7b79ff",primary700:"#7b79ff",secondary100:"#181826",secondary200:"#4a4a6a",secondary500:"#66b7f1",secondary600:"#66b7f1",secondary700:"#b8e1ff",success100:"#181826",success200:"#4a4a6a",success500:"#5cb176",success600:"#5cb176",success700:"#c6f0c2",warning100:"#181826",warning200:"#4a4a6a",warning500:"#f29d41",warning600:"#f29d41",warning700:"#fae7b9"}},S={shadow:{filterShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",focus:"inset 2px 0px 0px rgb(39, 31, 224), inset 0px 2px 0px rgb(39, 31, 224), inset -2px 0px 0px rgb(39, 31, 224), inset 0px -2px 0px rgb(39, 31, 224)",focusShadow:"0px 0px 6px rgba(76, 191, 255, 0.75)",popupShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",tableShadow:"1px 1px 10px rgba(3, 3, 5, 0.2)"}};var x=d(37930);const y={colors:l.color,shadows:S.shadow,...x.x}},8482:function(M,A,d){"use strict";d.d(A,{Z:function(){return x}});var l=d(74512);const S=y=>(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...y,children:(0,l.jsx)("path",{fill:"#212134",d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z"})}),x=S},45112:function(M,A,d){"use strict";d.d(A,{Z:function(){return x}});var l=d(74512);const S=y=>(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...y,children:(0,l.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M2.68 9.192c-.6.276-2.114 1.18-2.306 1.303a.792.792 0 0 0-.374.68v1.65a.797.797 0 0 0 .384.687c.254.16 1.73 1.042 2.306 1.303l.744 1.8c-.24.634-.67 2.333-.72 2.554a.797.797 0 0 0 .216.744l1.167 1.166a.801.801 0 0 0 .744.216l.03-.008c.36-.092 1.946-.498 2.523-.712l1.8.744c.276.6 1.181 2.115 1.304 2.307a.805.805 0 0 0 .679.374h1.649a.797.797 0 0 0 .686-.384c.16-.254 1.042-1.73 1.303-2.306l1.8-.744c.634.24 2.333.67 2.554.72a.797.797 0 0 0 .744-.216l1.166-1.167a.803.803 0 0 0 .216-.744l-.008-.03c-.092-.36-.498-1.946-.712-2.523l.744-1.8c.6-.276 2.115-1.181 2.307-1.304a.804.804 0 0 0 .374-.679v-1.649a.796.796 0 0 0-.382-.679c-.254-.16-1.73-1.041-2.306-1.303l-.744-1.8c.24-.634.67-2.333.72-2.554a.796.796 0 0 0-.216-.744l-1.166-1.173a.802.802 0 0 0-.744-.216l-.03.008c-.361.092-1.947.498-2.524.712l-1.8-.744c-.276-.6-1.18-2.115-1.303-2.307a.803.803 0 0 0-.68-.374h-1.65a.797.797 0 0 0-.68.382c-.16.254-1.041 1.73-1.303 2.306l-1.8.744c-.634-.24-2.333-.67-2.554-.72a.797.797 0 0 0-.744.216L2.921 4.094a.802.802 0 0 0-.216.744l.008.03c.092.361.498 1.947.712 2.524l-.744 1.8ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z",clipRule:"evenodd"})}),x=S},2287:function(M,A,d){"use strict";d.d(A,{Z:function(){return x}});var l=d(74512);const S=y=>(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 25 25",...y,children:(0,l.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"m13.58.448 3.177 3.176L18.66 1.72a3.267 3.267 0 1 1 4.62 4.62l-1.904 1.904 3.175 3.175a1.528 1.528 0 0 1 0 2.162l-3.175 3.175L20.2 15.58a3.267 3.267 0 1 0-4.62 4.62l1.177 1.177-3.176 3.176a1.528 1.528 0 0 1-2.162 0l-3.175-3.175-1.902 1.902a3.267 3.267 0 1 1-4.62-4.62l1.902-1.902-3.176-3.176a1.528 1.528 0 0 1 0-2.162l3.176-3.176L4.8 9.42a3.267 3.267 0 0 0 4.62-4.62L8.244 3.623 11.419.448a1.528 1.528 0 0 1 2.162 0Z",clipRule:"evenodd"})}),x=S},36919:function(M,A,d){"use strict";d.d(A,{Z:function(){return x}});var l=d(74512);const S=y=>(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1rem",height:"1rem",fill:"none",viewBox:"0 0 24 24",...y,children:(0,l.jsx)("path",{fill:"#212134",fillRule:"evenodd",d:"M23.12 3.907c-.025 0-.055-.005-.087-.011a.72.72 0 0 0-.13-.016H5.929l-.27-1.805A2.413 2.413 0 0 0 3.26 0H1.078C.485 0 0 .485 0 1.078c0 .593.485 1.078 1.078 1.078H3.26c.135 0 .243.107.27.242L5.2 13.77a2.954 2.954 0 0 0 2.91 2.506h11.21c1.401 0 2.614-.997 2.91-2.371l1.752-8.757a1.065 1.065 0 0 0-.863-1.24Zm-4.932 13.927a2.8 2.8 0 0 0-2.802 2.802 2.8 2.8 0 0 0 2.802 2.802 2.8 2.8 0 0 0 2.803-2.802c-.027-1.536-1.267-2.802-2.803-2.802Zm-9.646 0a2.786 2.786 0 0 1 2.775 2.667c.081 1.536-1.132 2.83-2.667 2.91h-.054a2.762 2.762 0 0 1-2.749-2.667 2.819 2.819 0 0 1 2.695-2.91Z",clipRule:"evenodd"})}),x=S}}]);
|